@charset "UTF-8";
/* CSS Document */
.st_all {
    max-width: 1000px;
    margin: 26px auto 0;
}
#sp_main {
    display: none;
}
.switch {
    visibility: hidden;
}
/**/
.r-tabs {
    position: relative;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    top: 1px;
    width: 49.7%;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
    background: transparent;
    margin-bottom: 0;
    padding: 10px 12px;
    display: inline-block;
    color: #000;
    width: 100%;
    text-align: center;
    border: 1px solid #999;
    font-size: 15px;
}
.r-tabs .r-tabs-nav .r-tabs-state-active {
    background-color: #999;
    width: 49.7%;
}
.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: #fff;
    background-color: #999;
}
.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 {
    width: 100%;
    margin: 30px auto 30px;
    height: 750px;
}
/**/
.st_mov {
    width: 100%;
}
/**/
.btn_pc {
    max-width: 1000px;
    height: 40px;
    margin: 40px auto 20px;
}
.btn_check a {
    font-size: 14px;
    background: #999;
    color: #FFF;
    width: 200px;
    height: 40px;
    padding: 11px 0;
    text-align: center;
    position: absolute;
    margin: 0 auto;
}
.btn_check {
    width: 200px;
    margin: 0 auto;
}
/**/
.slide_space {
    margin-top: 50px;
}
.tex_s {
    width: 85%;
    margin: 10px auto;
    color: #6c6c6c;
    font-size: 11px;
}
.tex_s > p {
    padding: 2px;
}
.button_form {
    display: none;
}
.b_my p {
    display: block;
    padding-bottom: 3px;
    font-size: 11px;
    color: #000;
}
.b_my span {
    display: block;
    padding-top: 0.4em;
    font-size: 0.8em;
    color: #888;
    letter-spacing: 0.06rem;
}
@media screen and (max-width: 826px) {
    .st_all {
        width: 100%;
    }
    /**/
    #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: 50px;
    }
    .r-tabs .r-tabs-nav .r-tabs-anchor {
        border-bottom: 1px solid #999;
        border-top: 1px solid #999;
        margin-top: -4px;
        padding-left: 35px;
        height: 50px;
    }
    .r-tabs .r-tabs-nav .r-tabs-state-active {
        background-color: #fff;
        width: 100%;
        padding-left: 35px;
        height: 50px;
    }
    .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
        color: #437296;
        background-color: #fff;
        padding-left: 35px;
        height: 50px;
    }
    .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: 35px;
        height: 50px;
        padding-top: 15px;
    }
    .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: 35px;
        height: 50px;
        padding-top: 15px;
    }
    #tab-1, #tab-2, #tab-3, #tab-4 {
        width: 100%;
        margin: 0 auto;
        height: auto;
    }
    /**/
    .st_mov {
        display: none;
    }
    .tex_s {
        margin-top: 30px;
    }
    .bxslider {
        width: 100%;
    }
    /**/
    .button_form {
        display: block;
        width: 100%;
        height: 40px;
        margin: 30px auto 30px;
    }
    .btn_check a {
        font-size: 14px;
        background: #999;
        color: #FFF;
        width: 200px;
        height: 40px;
        position: absolute;
        margin: 0 auto;
        vertical-align: middle;
    }
    .btn_check {
        width: 200px;
        margin: 0 auto;
    }
    .btn_pc {
        display: none;
    }
    .bx-viewport {
        height: 400px;
    }
    .b_my p {
        display: inline-block;
        margin-right: 5px;
        padding: 0;
    }
}