/* a */
.main a {
    text-decoration: none;
    color: #222;
    position: relative;
    padding-bottom: 2px;
    border-bottom: 1px solid #222;
}

    .main a:hover {
        cursor: pointer;
    }

/* flex */
.flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bet {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/* indent */
.main_txt--ind {
    padding: 0px 16px 0px 1.6em !important;
    text-indent: -0.8em;
}

.main_icon--ind {
    text-indent: 0em;
}

.main_dd--ind {
    margin-top: 0px !important;
    text-indent: -0.6em;
    padding: 0 0 0 4em !important;
}

/* li */
li {
    list-style: none;
}
/* iframe */
iframe{
    width: 1280px;
    height: 100vh;
    border: none;
    background: #fff;
    padding: 0 0 0 322px;
}
html {
    min-height: 100%;
    position: relative;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    background: url(../../common/img/bg.png) top center no-repeat fixed;
    font-size: 625%;
    margin: 0;
    padding: 0;
    border: 0;
}
.mt40 {
    margin-top: 40px !important;
}

/* body */
body {
    width: 1280px;
    margin: 0 auto;
    color: #000;
    margin-bottom: 0px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴ ProN W3', 'Meiryo UI', Meiryo, sans-serif;
    font-size: 0.26rem;
    line-height: 1.6;
    letter-spacing: 0.015rem;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
}

/* header */
.header {
    width: 280px;
    position: fixed;
}

/* drawer */
nav {
    height: 100vh;
    overflow:hidden;
    overflow-y: scroll;
    opacity: .9;
    background-color: #000;
    box-sizing: border-box;
}

/* nav */
.drawer-hamburger {
    display: none;
    width: 60px;
    padding: 10px;
}

.drawer-navh1 {
    text-align: center;
    padding-top: 20px;
}

    .drawer-navh1 img {
        width: 265px;
        height: auto;
    }
.drawer-menu{
    padding-bottom: 40px;
}
.drawer-dropdown {
    border-left: 8px solid #004988;
    margin: 2px 0 2px 0;
    color: #b1b1b1;
}

    .drawer-dropdown:hover {
        color: #fff;
    }

    .drawer-dropdown.active {
        border-left: 8px solid #007eea;
        margin-bottom: 0px;
    }

    .drawer-dropdown-menu {
        background: #000;
    }

.drawer-menu-item {
    color: #b1b1b1;
    background: #161316;
    font-size: 0.18rem !important;
    padding: 15px 0rem 15px 20px;
}

.drawer-dropdown.active .drawer-menu-item {
    color: #ffea00;
}

.drawer-dropdown-menu-item {
    border-left: 8px solid #007eea;
    background: #161316;
    color: #b1b1b1;
    line-height: 1.8;
    padding: 10px 36px;
    text-indent: -0.8em;
    font-size: 0.16rem;
}

    .drawer-dropdown-menu-item::before {
        content: "\25A0";
        color: #007eea;
        margin-right: 4px;
        font-size: 0.1rem;
        line-height: 3;
        vertical-align: bottom;
    }

    .drawer-menu-item:hover,
    .drawer-dropdown-menu-item:hover {
        text-decoration: none;
        color: #fff;
    }

    .drawer-hamburger-icon , .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
        height: 6px;
    }

    .drawer-hamburger-icon:after{
        top: 16px;
    }

    .drawer-hamburger-icon:before {
        top: -16px;
    }

/* main */
.main {
    width: 1280px;
    padding: 0 0 100px 322px;
    box-sizing: border-box;
}

.main_h2,
.main_h3 {
    margin: 0 auto;
    text-align: center;
}

.main_h2 {
    max-width: 958px;
    font-size: 0.4rem;
    color: #00114a;
    margin-top: 20px;
}

    .main_h2--top {
        margin-top: 0px;
    }

    .main_h2span {
        background: url(../../common/img/category_bg.png) no-repeat top center;
        display: block;
        max-width: 958px;
        margin-bottom: 20px;
        font-size: 0.18rem;
        color: #414141;
    }

.main_h3 {
    font-size: 0.28rem;
    margin: 40px 0 10px;
    color: #fff;
}

    .main_h3--lineone {
        background: url(../../common/img/h3_bg_1l.png) no-repeat top center;
        height: 59px;
        line-height: 56px;
    }

    .main_h3--linetwo {
        background: url(../../common/img/h3_bg_2l.png) no-repeat top center;
        height: 94px;
        line-height: 36px;
        padding-top: 8px;
    }

.main_h4 {
    background: url(../../common/img/h4_bgline.png) no-repeat bottom center;
    width: 958px;
    height: 56px;
    line-height: 56px;
    font-size: 0.28rem;
    margin: 20px 0 5px 0;
    padding: 0 14px;
}

.main_h4--sspj {
    font-size: 0.13rem;
    height: auto;
    line-height: unset;
    padding-bottom: 1em;
}

.main_txt {
    font-size: 0.18rem;
    color: #000;
    padding: 0 16px 0px 16px;
}

.main_txt.main_txt--mtop {
        margin-top: 20px;
}

.main_txt.main_a--sprite {
        padding: 0 16px 20px 16px;
}

.main_img {
    text-align: center;
    padding: 0 14px;
    margin-top: 20px;
}

.main_img img {
    max-width: 100%;
}

.main_small {
    display:block; font-size:15px; line-height: 1.5em
}


.main_dt,
.main_dd,
.main_h4 {
    color: #000;
}

.main_dl {
    padding: 0 14px;
    margin-top: 20px;
    width: 958px;
}

.main_dt {
    font-size: 0.2rem;
    margin: 15px auto 0px 16px;
    font-weight: bold;
}

.main_dd {
    font-size: 18px;
    padding: 0 0 0 58px;
}
    .main_dd--none {
        display:none;
    }
.main_num {
    font-size: 0.16rem;
    background: #00114a;
    padding: 1px 10px;
    color: #fff;
    display: inline-block;
    margin: 0 12px 5px 0;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
}

.main_table {
    width: 910px;
    font-size: 0.16rem;
    border-collapse: collapse;
    margin: 20px 0px 20px 16px;
}

    .main_table--under {
        width: 880px;
        margin: 15px 0 0 0;
    }

.main_tr {
    border-bottom: 2px solid #fff;
}

.main_th,
.main_td {
    text-align: left;
    padding: 4px 10px;
    line-height: 1.6;
    font-weight: normal;
}

.main_th {
    width: 280px;
    background: #1c4263;
    color: #fff;
}

.main_td {
    background: #e1e1e1;
    color: #000;
}

.main_icon {
    vertical-align: bottom !important;
    display: inline-block;
    height: 32px;
}
.main_imglink{
    display: block;
    border-bottom: none !important;
    margin: 20px auto;
    cursor:pointer;
}
    .main_imglink--01{
        width: 345px;
        height: 75px;
    }

    .main_imglink--02{
        width: 585px;
        height: 75px;
    }

 .main_ul {
     max-width: none;
     margin: 0% auto;
     padding: 0% !important;
     width: 96%;
 }

 .main_li {
     display: flex;
     align-items: baseline;
     margin: 0 0 5px;
     font-size: 0.18rem;
 }

 .main_li::before {
     content: "\25A0";
     color: #007eea;
     margin: 0 5px 0 0;
 }

.contact-form iframe,
.formrun-embed iframe {
    padding: 0;
    margin-top: 40px;
    overflow: hidden;
}

@media screen and (min-width: 1001px) and (max-width: 1280px) {
    body {
        width: auto;
    }
    iframe {
        width: 100%;
        padding: 0;
    }
    nav {
        width: 280px;
        left: -280px;
    }
    .header {
        position: static;
    }
    .main {
        max-width: 1000px;
        width: 100%;
        padding: 0 0 0 5%;
        margin: 0 auto;
    }
    .main_h2 img {
        width: 100%;
        height: auto;
    }
    .drawer-hamburger {
        display: block;
    }
    .drawer-overlay {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .drawer--left .drawer-nav {
        width: 280px;
        left: -280px;
        background: #161316;
        height: 100%;
        overflow-y:scroll;
        -webkit-overflow-scrolling: touch;
    }

    .drawer--left.drawer-open .drawer-hamburger {
        left: 290px !important;
    }

        .drawer-open .drawer-hamburger-icon:after,
        .drawer-open .drawer-hamburger-icon:before {
            background-color: #fff;
        }

    .drawer-overlay {
        background-color: rgba(0, 0, 0, 0.6);
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    body {
        width: 90%;
    }
    iframe {
        width: 100%;
        padding: 0;
    }
    .header {
        position: static;
    }
    .main {
        max-width: 1000px;
        width: 100%;
        padding: 0;
        margin: 0 auto 100px auto;
    }

    .main_h2 {
        width: 100%;
        max-width: 958px;
    }

        .main_h2 img {
            width: 100%;
            height: auto;
        }

        .main_h2span {
            max-width: none;
        }

    .main_h3--lineone {
        background-size: contain;
        line-height: normal;
        height: auto;
        padding: 0.5% 0 1% 0;
        font-size: 3vw;
    }

    .main_h4 {
        width: 100%;
        margin: 20px auto 5px auto;
    }

    .main_txt {
        width: 100%;
        padding: 0 4%;
    }

        .main_txt--ind {
            text-indent: 0%;
        }

    .main_img {
        width: 90%;
        margin: 3% auto 0 auto;
    }

        .main_img img {
            width: 100%;
            height: auto;
        }

    .main_dl {
        width: 100%;
    }

    .main_table {
        width: 100%;
        margin: 2vw 0 2vw 0;
    }

    .drawer-hamburger {
        display: block;
    }

    .drawer-overlay {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .drawer--left .drawer-nav {
        width: 280px;
        left: -280px;
        background: #161316;
        height: 100vh;
        overflow-y:scroll;
    }

        .drawer--left.drawer-open .drawer-hamburger {
            left: 290px !important;
        }
        .drawer-open .drawer-hamburger-icon:after,
        .drawer-open .drawer-hamburger-icon:before {
            background-color: #fff;
        }
    .drawer-overlay {
        background-color: rgba(0, 0, 0, 0.6);
    }
    .main_img--1002{
        width: 84.635%
    }

    .main_img--1104{
        width: 49.913%
    }
}

@media (max-width: 768px) {
    html {
        font-size: 15.625vw;
    }
    body {
        width: 100%;
    }
    iframe {
        width: 100%;
        padding: 0;
    }
    .main {
        margin-right: auto;
    }
    button,
    html [type="button"],
    [type="reset"],
    [type="submit"] {
        top: 0rem !important;
        left: 0 !important;
    }
    .header {
        width: 70.3125%;
        z-index:10;
    }

    .drawer-navh1 {
        width: 100%;
        height: auto;
        padding: 0.79rem 0 0.2rem 0;
        line-height: 0;
    }

        .drawer-navh1 img {
            width: 100%;
            height: auto;
        }

    .drawer-dropdown {
        border-left: none;
        margin-top: 0px;
        margin-bottom: 0px;
    }
        .drawer-dropdown.active {
            border-left: none;
        }

        .drawer-dropdown-menu-item::before {
            line-height: 4;
        }

    .drawer--left.drawer-open .drawer-hamburger {
        top: -0.1rem !important;
        left: 3.55rem !important;
    }

    .drawer-hamburger {
        display: block;
        width: 0.6rem;
        height: 0.6rem;
        padding: 0.1rem;
    }

        .drawer-hamburger-icon:after {
            top: 0.15rem;
        }

        .drawer-hamburger-icon:before {
            top: -0.15rem;
        }

    .drawer-hamburger-icon,
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        width: 0.6rem;
        background-color: #001e5a;
        height: 1vw;
    }

    .drawer-dropdown-menu {
        display: block;
    }

    .drawer-menu {
        -webkit-overflow-scrolling: touch;
    }

        .drawer-menu-item {
            color: #ffea00;
            font-size: 0.24rem !important;
            padding: 0.15rem 0rem 0.15rem 0.2rem;
            line-height: 1.6;
        }

        .drawer-dropdown-menu-item {
            border-left: none;
            line-height: 1.6;
            text-indent: -0.6em;
            font-size: 0.26rem;
            padding: 0 1em 0 2.4em;
        }

    .drawer-open .drawer-nav {
        z-index: 100;
        width: 70.3125%;
        background: #161316;
        padding: 0;
    }

    .drawer-open .drawer-hamburger-icon {
        background: none;
    }
        .drawer-open .drawer-hamburger-icon:after,
        .drawer-open .drawer-hamburger-icon:before {
            background-color: #fff;
        }

        .drawer-menu-item:hover,
        .drawer-dropdown-menu-item:hover {
            background: #161316;
            color: #ffea00;
        }
   .drawer-open .main {
        position: fixed;
    }
    .drawer-overlay {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .main {
        padding: 0 2.5%;
        width: 100%;
        max-width: none;
        margin: 0 auto 0.6rem auto;
    }

    .main_h2 {
        padding-top: 0;
        width: 100%;
        height: auto;
        line-height: 1.5;
        max-width: none;
        font-size: 0.36rem;
        margin-top: 0.2rem;
    }

        .main_h2.main_h2--top img {
            width: 100%;
        }

        .main_h2 span {
            background: url(../../common/img/category_bg_sp.png) no-repeat top center;
            display: block;
            margin: 0 auto;
            width: 70%;
            margin-bottom: 0.2rem;
            color: #414141;
            background-size: contain;
            padding: 0.06rem;
        }

    .main_h3 {
        margin-top: 0.4rem;
    }

        .main_h3--lineone {
            font-size: 0.28rem;
            max-width: none;
            height: auto;
            line-height: 1.6;
            background: url(../../common/img/h3_bg_1l_sp.png) no-repeat top center;
            background-size: cover;
            padding: 0.08em 0;
        }

        .main_h3--sptwo {
            background: url(../../common/img/h3_bg_2l_sp.png) no-repeat top center;
            background-size: cover;
            padding: 0.1rem;
            line-height: 1.2;
        }

    .main_txt {
        max-width: none;
        margin: 0% auto;
        padding: 0% !important;
        width: 96%;
        font-size: 0.26rem;
    }

        .main_txt--ind {
            text-indent: -0.8em;
            padding-left: 0.6em !important;
        }

    .main_img {
        padding: 0;
        margin: 0.2rem auto 0 auto;
    }

    .main_img--1002{
        width: 84.635%
    }

    .main_img--1104{
        width: 49.913%
    }
        .main_img img {
            width: 100%;
        }
    .main_imglink {
        margin: 0 auto;
    }
    .main_h4 {
        width: 96%;
        height: auto;
        line-height: normal;
        margin: 0.5rem auto 0.1rem auto;
        padding: 0 0 0.1rem 0;
        background-size: contain;
    }

    .main_h4--sspj {
        font-size: 0.28rem;
    }

    .main_dl {
        width: 96%;
        padding: 0;
        margin: 0 auto;
    }

    .main_dt,
    .main_dd {
        font-size: 0.26rem;
        line-height: 1.6;
    }
    .main_dt {
        margin: 0.15rem 0.16rem 0rem 0.16rem;
    }
    .main_dd {
        padding: 0px;
        margin: 0.1rem 0.16rem;
    }

        .main_dd--none {
            font-size: 0px !important;
        }

        .main_dd--ind {
            margin-top: 0px !important;
            padding-left: 0.26rem !important;
            text-indent: -0.2rem;
        }

    .main_num {
        padding: 0px 0.1rem;
        height: 0.3rem;
        line-height: 0.3rem;
        margin: 0 0.1rem 0px 0;
        font-size: 0.18rem;
        vertical-align: text-bottom;
        max-width: 0.3rem;
    }

    .main_table,
    .main_th,
    .main_td {
        display: block;
        background: none;
        padding: 0;
    }
    .main_table {
        width: 100%;
        margin: 0.15rem 0 0 0;
    }

    .main_th {
        width: 96%;
        font-weight: bold;
        border-left: 0.1rem solid #1c4263;
        border-bottom: none;
        color: #1c4263;
        font-size: 0.26rem;
        line-height: 1.6;
        margin: 0.1rem auto;
        padding-left: 0.2rem;
        position: relative;
    }

    .main_td {
        font-size: 0.26rem;
        line-height: 1.6;
        color: #000;
    }

    .main_tr {
        border-bottom: none;
    }

    .main_icon {
        width: 0.26rem;
        height: auto;
        vertical-align: middle !important;
    }

    .main_icon img {
            width: 0.26rem;
            height: auto;
    }
    
    .main_li {
                font-size: 0.26rem;
     }
}
