@charset "UTF-8";

ul.vf1_header_box_menu li.vf1_header_box_menu_box:nth-of-type(2) {
    border-bottom: 1px solid #fff;
}
ul.vf1_header_box_menu li.vf1_header_box_menu_box:nth-of-type(2) ul.vf1_header_box_pullmenu_box li.vf1_header_box_pullmenu_inbox:nth-of-type(4) {
    background: #3F3F3F;
}
ul.vf1_header_box_menu li.vf1_header_box_menu_box:nth-of-type(2) ul.vf1_header_box_pullmenu_box li.vf1_header_box_pullmenu_inbox:nth-of-type(4) a {
    color: #fff;
}

.subpage_mv {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: url('../img002/about/regulations/vfos_regulations_mv.png');
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat no-repeat;
    height: 430px;
}
.subpage_mv h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 54px;
    color: #fff;
    line-height: 1;
    display: block;
    text-align: center;
    margin-top: 44px;
}

.regulations {
    margin: 0;
    background: #191919;
}
.regulations_box {
    width: 100%;
    max-width: 1024px;
    padding: 76px 0 130px;
    margin: 0 auto;
}

.regulations_box h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    line-height: 1;
    display: block;
    text-align: center;
    margin: 0 0 31px;
}
.regulations_txt.regulations_txt2 + h3 {
    margin-top: 70px;
}
.regulations_box h3:nth-of-type(2) {
    margin: 94px 0 31px;
}
.regulations_box h3:nth-of-type(3) {
    margin: 79px 0 31px;
}
.regulations_box h3:nth-of-type(4) {
    margin: 79px 0 31px;
}
.regulations_box h3:nth-of-type(5) {
    margin: 79px 0 31px;
}
.regulations_box h3:nth-of-type(6) {
    margin: 79px 0 31px;
}
.regulations_box h3:nth-of-type(7) {
    margin: 79px 0 31px;
}


.regulations_table {
    border: 3px solid #CC0000;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.regulations_table tr {
    width: 50%;
    display: inline-table;
    border: none;
    border-bottom: 1px solid #727272;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
    height: 75px;
}
.regulations_table tr:nth-last-child(2) {
    border-bottom: none!important;
}
.regulations_table tr:last-child {
    border-bottom: none!important;
}
.regulations_table td:first-child {
    background: #2D2D2D;
    border: none;
    width: 50%;
}
.regulations_table td:last-child {
    background: #444444;
    border: none;
}
.regulations_txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    margin: 22px auto 0;
    padding-left: 22px;
    text-indent: -14px;
}
.regulations_txt a{
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
}
.regulations_txt2 {
    margin: 1px auto 0 !important;
}
.regulations_img {
    display: block;
    margin: 12px auto 29px;
}



@-moz-document url-prefix(){
    .regulations_table tr {
        width: 50%;
        display: table-row;
    }
}


@media screen and (max-width:1044px) {
    .regulations_box {
        padding: 76px 10px 130px;
    }
}
@media screen and (max-width:1024px) {
    .subpage_mv {
        height: 350px;
    }
}
@media screen and (max-width:1023px) {
    .regulations_table {
        width: 75%;
        margin: 0 auto;
    }
    .regulations_table tr {
        display: table-row;
    }
    .regulations_table tr:nth-last-child(2) {
        border-bottom: 1px solid #727272!important;
    }
    .regulations_table td:first-child {
        width: 32%;
        min-width: 235px;
    }
    .regulations_img {
        width: 90%;
    }

}
@media screen and (max-width:768px) {
    .regulations_table {
        width: 100%;
    }
    .subpage_mv {
        height: 300px;
    }
    .subpage_mv h2 {
        font-size: 48px;
    }
    .regulations_box {
        padding: 76px 10px 70px;
    }
}
@media screen and (max-width:648px) {
    .subpage_mv {
        height: 44vw;
    }
    .regulations_img {
        width: 90%;
    }
    .subpage_mv h2 {
        font-size: 7vw;
    }
}
@media screen and (max-width:468px) {
    .subpage_mv {
        height: 200px;
    }
    .subpage_mv h2 {
        font-size: 30px;
    }
    .regulations_box {
        padding: 46px 10px 50px;
    }
    .regulations_box h3 {
        font-size: 22px;
    }
    .regulations_table {
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        display: block;
    }
    .regulations_table tbody {
        width: 100%;
        display: table;
    }
    .regulations_table tr {
        font-size: 12px;
    }
    .regulations_table td:first-child {
        width: 20%;
        min-width: 220px;
        max-width: 250px;
        white-space: break-spaces;
    }
    .regulations_table td:last-child {
        min-width: 216px;
    }
    .regulations_txt {
        font-size: 12px;
    }
    .regulations_box h3:nth-of-type(2) {
        margin: 54px 0 31px;
    }
    .regulations_box h3:nth-of-type(3) {
        margin: 54px 0 31px;
    }
    .regulations_box h3:nth-of-type(4) {
        margin: 54px 0 31px;
    }
}