@charset "utf-8";
.breadcrumb {
    margin-bottom: 40px;
}

.main_title {
    color: #333;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

#goriyou ul {
    list-style: none;
}
#goriyou ul.p_list {
    padding-left: 25px;
    padding-bottom: 50px;
}
#goriyou ul.p_list.ul_last {
    padding-bottom: 0px;
}
#goriyou ul.p_list li {
    list-style-type: disc;
    margin: 0 0 10px 0;
}

#goriyou .in-table {
    table-layout: fixed;  
    border-collapse: collapse;
}
#goriyou .in-table th,
#goriyou .in-table td {
    padding: 8px 12px;
    border: 2px solid #ffffff;
    text-align: left;
    vertical-align: middle;
}	
#goriyou .in-table th {
    background-color: #666666;
    color: #ffffff;
    font-weight: bold;
}
#goriyou .in-table .b-pc {
    background-color: #c2c2c2;
}
#goriyou .in-table .b-sp {
    background-color: #e2e2e2;
}

.table-wrapper {                 /*** 横スクロール：有効 ***/
    width: 100%;
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch; /* iOS 慣性スクロール有効 */
    margin-top: -30px;
}
.responsive-table {
    width: 100%;
    table-layout: fixed;  
    border-collapse: collapse;
    min-width: 1100px;     		 /* ここで最小幅を指定（px） */
}
.responsive-table th,
.responsive-table td {
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: middle;
    font-feature-settings: "palt";
    white-space: normal;         /* 折り返し許可 */
    overflow-wrap: anywhere;     /* 長い語も任意箇所で折り返す（推奨） */
    word-break: break-word;      /* 互換性補助 */
/*--   white-space: nowrap;  	 /* 自動改行禁止 */
}
.responsive-table th {
    background-color: #c2c2c2;
    text-align: center;
}
.responsive-table th:nth-child(1) {
    width:25%;
}
.responsive-table th:nth-child(2) {
    width:40%;
}
.responsive-table th:nth-child(3) {
    width:15%;
}
.responsive-table th:nth-child(4) {
    width:20%;
}

table ul.tblin_list {
    padding-left: 25px;
}
table ul.tblin_list li {
    list-style-type: disc;
    margin-bottom: 5px;
}

#goriyou a {
    transition: color 0.3s ease;
}
#goriyou a:hover {
    color: #cc0000;
}
#goriyou .u_line {
    text-decoration: underline;
}

#goriyou .box p.right {
    float: left;
    margin: 9.5px 0 0 10px;
    text-align: left;
    width: 516px;
}
#goriyou img.left {
    float: left;
    padding-top: 5px;
}
div.clear {
    clear: both;
}

.mt0 {
    margin-top: 0px;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt50 {
    margin-top: 50px;
}


@media (max-width: 900px) {
    .main_title {
        font-size: 25px;
        margin-bottom: 25px;
        text-align: center;
        padding-top: 25px;
    }
    .scroll-wrap {
        overflow-y: auto;
    }
}

@media (max-width: 480px) {
    .responsive-table th,
    .responsive-table td {
        font-size: 14px;
        min-width: 480px; 
    }
}
