@charset "UTF-8";
/* CSS Document */
a {
    color: #000;
}
.st_all {
    max-width: 1000px;
    margin: 26px auto 120px;
}
#sp_main {
    display:none;
}
.switch {
    visibility: hidden;
}
/**/
.r-tabs {
    position: relative;
}
.r-tabs .r-tabs-nav {
    display: flex;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    top: 1px;
    display: contents;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
    margin-bottom: 0;
    padding: 1rem 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #000;
    color: #fff;
    border: 1px solid #FFF;
    font-weight: bold;
    letter-spacing: 2px;
}
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #000;
    background-color: #fff;
    border-top: 2px solid #000;
    margin-top: 1px;
}
.r-tabs .r-tabs-panel {
    margin-bottom: 3px;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    margin-bottom: 3px;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #999;
    color: #fff;
    margin-bottom: 0;
}
#tab-1,#tab-2,#tab-3,#tab-4,#tab-5 {
    width:100%;
    margin:30px auto 30px;
    height:750px;
}
/**/
.st_mov {
    width:100%;
}
/**/
.btn_pc {
    width: 1000px;
    height:40px;
    margin:40px auto 20px;
}
.btn_check a  {
    font-size:14px;
    background: #999;
    color: #FFF;
    width:200px;
    padding: 0.7rem 0;
    text-align:center;
    position:absolute;
    margin:0 auto;
}
.btn_check {
    width:200px;
    margin:0 auto;
}
/**/
.slide_space {
    margin-top:50px;
}
.tex_s {
    padding: 10px 0;
}
.tex_s > p {
    padding:2px 0;
}
.button_form {
    display:none;
}
.b_my p {
    display:block;
    padding-bottom:3px;
}
/*本部区分け*/
#tab {
    text-align: center;
    margin-bottom: 1.5em;
    letter-spacing: 0.05rem;
}
#tab li {
    display: inline-block;
    list-style: none;
}
#tab li:after {
    content: "/";
    padding: 0 0.1rem 0 0.4rem;
}
#tab li:last-child:after {
    content: "";
}
#tab li a {
    font-size: 1.1em;
}
.accordion_sp {
    display: none;
}
.active {
    color: #437296;
}
.b_my span {
    display: block;
    margin-top: -3px;
    font-size: 10px;
    color: #888;
    letter-spacing: 0.06rem;
}
.b_my p:nth-child(n+2) {
    font-size: 11px;
}
@media screen and (max-width: 826px) {
    .st_all {
        margin: 26px auto 60px;
    }
    /**/
    #sp_main {
        display: block;
        margin: 0 0 30px 0;
    }
    /**/
    .slide_space {
        width: 100%;
        margin: 10px 0;
        height: 380px;
    }
    .slide_space ul li {
        margin: 0;
    }
    .infor_main {
        width: 100%;
        margin-top: 25px;
    }
    #infor_contents {
        width: 85%;
        margin: 0 auto;
    }
    /**/
    .r-tabs .r-tabs-nav .r-tabs-tab {
        position: relative;
        top: 1px;
        width: 100%;
        height: 58px;
    }
    .r-tabs .r-tabs-nav .r-tabs-anchor {
        border-bottom: 1px solid #999;
        border-top: 1px solid #999;
        margin-top: -4px;
        padding-left: 6%;
        height: 58px;
        line-height: 4;
    }
    .r-tabs .r-tabs-nav .r-tabs-state-active {
        background-color: #fff;
        width: 100%;
        padding-left: 6%;
        height: 58px;
        line-height: 4;
    }
    .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
        color: #437296;
        background-color: #fff;
        padding-left: 6%;
        height: 58px;
        line-height: 4;
    }
    .r-tabs .r-tabs-panel {
        margin-bottom: 3px;
    }
    .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
        border-bottom: 1px solid #999;
        border-top: 1px solid #999;
        margin-top: -4px;
        padding-left: 6%;
        height: 58px;
        line-height: 4;
        letter-spacing: 2px;
        font-weight: bold;
    }
    .r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
        opacity: 0.5;
    }
    .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
        background-color: #fff;
        color: #437296;
        margin-bottom: 0;
        padding-left: 6%;
        height: 58px;
        line-height: 4;
    }
    .st_mov {
        display: none;
    }
    .tex_s {
        padding: 30px 6% 0;
    }
    .bxslider {
        width: 100%;
    }
    /**/
    .button_form {
        display: block;
        width: 100%;
        height: 40px;
        margin: 20px auto 30px;
    }
    .btn_check {
        width: 200px;
        margin: 0 auto;
    }
    .btn_pc {
        display: none;
    }
    .bx-viewport {
        height: 400px;
    }
    .b_my p {
        display: block;
        margin-right: 5px;
        padding: 0;
    }
    /*本部区分け*/
    .accordion_sp {
        display: block;
    }
    .wp_inv {
        display: none;
    }
    .tab_pc {
        display: none;
    }
    .toggle {
        color: #fff;
        display: block;
        border-bottom: 1px solid #fff;
        background-color: #999;
        padding-left: 35px;
        height: 50px;
        padding-top: 15px;
    }
    .b_my span {
        display: inline-block;
        padding-left: 0.5rem;
        padding-top: 0;
    }
}