@charset "UTF-8";

#container {
    font-family: 'Arial', "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    ;
    font-size: 16px;
    color: #000f5a;
    line-height: 1.5;
    letter-spacing: .04em
}

/*----------------------------------------------------------------------------------------------

 * PC

--------------------------------------------------------------------------------------------- */

@media screen and (min-width:769px) {

    .sp {
        display: none !important;
    }

    .pc {
        display: block;
    }


    #container {
        background-image: url(../img/ripple_bg.png);
        background-repeat: repeat-x;
        background-position: 185px -118px;
        background-size: auto auto;
    }

    h2 {
        color: #fff;
        font-size: 26px;
        background-color: #000f5a;
        position: relative;
        max-width: 100%;
        height: 70px;
        line-height: 70px;
        margin-bottom: 20px;
    }

    h2 a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    a,
    a:hover,
    a:active,
    a:link,
    a:visited {
        color: #fff;
        transition: .4s;
    }

    a:hover {
        opacity: .6;
    }

    a[href*="tel:"] {
        color: #070058;
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }

    #pagetop {
        position: fixed;
        bottom: 35px;
        right: 40px;
    }

    #pagetop img {
        width: 75px;
    }

    /* main
---------------------------------------------------*/
    .main {
        padding: 150px 0 0;
    }

    .main h1 {
        margin: 0 0 60px;
    }

    .main h1 img {
        width: 596px;
    }

    .main>p.lead {
        color: #c9a400;
        font-size: 28px;
        margin: 0 0 35px;
    }

    .main>p.ank {
        margin: 0 0 45px;
    }

    .main>p.ank img {
        width: 384px;
        border-bottom: 0.5px solid #000f5a;
    }



    /* service
---------------------------------------------------*/
    #service {
        background: #f5f5f5;
        padding: 70px 0;
    }

    #service .contents {
        background: #fff;
        max-width: 1000px;
        margin: 0 auto;
        padding: 60px;
    }

    #service .caution {
        /*text-align: justify;*/
        border: 1px solid #000f5a;
        padding: 40px 50px;
        width: 760px;
        margin: 0 auto 60px;
        box-sizing: border-box;
    }

    #service .caution p>small {
        display: block;
        font-size: 80%;
        padding-left: 1em;
        text-indent: -1em;
        margin: 5px 0;
    }

    #service .catalog {
        margin: 0 0 60px;
    }

    #service .catalog:nth-of-type(2) {
        margin: 0 0 40px;
    }

    #service p.terms {
        font-size: 18px;
        width: 100%;
        padding: 0 0 12px;
    }

    #service p.terms>strong {
        font-size: 150%;
        font-weight: bold;
    }

    #service .catalog h2 a:hover {
        background: #fbf0c7;
        color: #070058;
        opacity: 1;
    }

    #service .catalog h2:after {
        content: "";
        position: absolute;
        display: block;
        top: 41%;
        right: 44px;
        width: 12px;
        height: 12px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: .5s;
        z-index: 1;
    }

    #service .catalog h2:hover:after {
        border-top: 2px solid #070058;
        border-right: 2px solid #070058;
    }

    #service .catalog h2 small {
        font-size: 85%;
    }

    /*追加*/
    #service .catalog h3 {
        color: #fff;
        font-size: 26px;
        background-color: #000f5a;
        position: relative;
        max-width: 100%;
        height: 70px;
        line-height: 70px;
        margin-bottom: 20px;
    }

    #service .catalog h3 a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #service .catalog h3 a:hover {
        background: #fbf0c7;
        color: #070058;
        opacity: 1;
    }

    #service .catalog h3:after {
        content: "";
        position: absolute;
        display: block;
        top: 37%;
        right: 44px;
        width: 12px;
        height: 12px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: .5s;
        z-index: 1;
    }

    #service .catalog h3:hover:after {
        border-top: 2px solid #070058;
        border-right: 2px solid #070058;
    }

    #service .catalog h3 small {
        font-size: 85%;
    }

    /********/

    /*追加*/
    #service .catalog h4 {
        color: #fff;
        font-size: 26px;
        background-color: #000f5a;
        position: relative;
        max-width: 100%;
        height: 70px;
        line-height: 70px;
        margin-bottom: 20px;
    }

    #service .catalog h4 a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #service .catalog h4 a:hover {
        background: #fbf0c7;
        color: #070058;
        opacity: 1;
    }

    #service .catalog h4:after {
        content: "";
        position: absolute;
        display: block;
        top: 37%;
        right: 44px;
        width: 12px;
        height: 12px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: .5s;
        z-index: 1;
    }

    #service .catalog h4:hover:after {
        border-top: 2px solid #070058;
        border-right: 2px solid #070058;
    }

    #service .catalog h4 small {
        font-size: 65%;
        vertical-align: center;
    }

    /********/

    #service .renewal .details {
        border: 1px solid #000f5a;
        padding: 50px 60px;
    }

    #service .renewal .details p.caution {
        text-decoration: underline;
        font-size: 22px;
        margin: 0 0 45px;
        display: inline-block;
    }

    /*#service .renewal .details p.caution small{
    font-size: 90%;
}*/
    #service .renewal .details h3 {
        border: 3px solid #000f5a;
        font-size: 20px;
        font-weight: bold;
        margin: 0 0 30px;
        padding: 10px 0;
    }

    #service .renewal .details p.lead {
        text-align: center;
        margin: 0 0 25px;
    }

    #service .renewal .details p.lead small {
        font-size: 85%;
        display: block;
        margin: 7px 0 0;
    }

    #service .renewal .details dl {
        background-color: #f5f5f5;
        margin: 0 auto 10px;
        padding: 30px 0;
        width: 95%;
    }

    #service .renewal .details dl dt {
        font-weight: bold;
        text-align: center;
        margin: 0 0 15px;
    }

    #service .renewal .details dl dd {}

    #service .renewal .details dl dd p.add {
        margin: 0 auto 20px;
        width: 90%;
    }

    #service .renewal .details dl dd p.facility {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        font-size: 14px;
    }

    #service .renewal .details dl dd p.facility>span.ttl {
        text-decoration: underline;
        margin: 0 0 10px;
        display: block;
        text-align: center;
        font-size: 16px;
    }

    #service .renewal .details dl dd p.facility>span.item {
        display: block;
        margin: 0 0 3px;
    }

    #service .renewal .details p.annotation {
        font-size: 12px;
        /*text-align: justify;*/
        width: 95%;
        margin: 0 auto;
    }

    #service .renewal .details p.annotation span {
        padding-left: 1em;
        text-indent: -1em;
        display: block;
        margin: 0 0 5px;
        line-height: 1.4;
    }




    /* qa
---------------------------------------------------*/


    #qa {
        background: #fbf0c7;
        padding: 70px 0;
    }

    #qa img {
        width: 60%;
        text-align: center;
        margin: 30px 150px 30px;
    }

    #qa .contents {
        background-color: #fff;
        max-width: 1000px;
        margin: 0 auto;
        padding: 60px;
    }

    #qa .contents h2 {
        margin: 0 0 60px;
    }

    #qa .contents .warp h3 {
        text-align: left;
        font-weight: bold;
        margin: 0 auto 40px;
        font-size: 20px;
        border-left: solid 4px #000f5a;
        padding: 0 0 0 12px;
        line-height: 1.6;
        width: 100%;
    }

    #qa .contents .warp h3.cafe {
        text-align: left;
        font-weight: bold;
        margin: 0 0 40px;
        font-size: 20px;
        border-left: solid 4px #000f5a;
        padding: 0 0 0 12px;
        line-height: 1.6;
        width: 100%;
    }

    #qa .contents .warp {
        display: none;
        padding-top: 30px;
    }

    #qa .contents .warp02 h3 {
        text-align: left;
        font-weight: bold;
        margin: 0 auto 40px;
        font-size: 20px;
        border-left: solid 4px #000f5a;
        padding: 0 0 0 12px;
        line-height: 1.6;
        width: 100%;
    }

    /************************************アコーディオンボタン***********************************/

    #qa .contents .a_btn {
        display: inline-block;
        vertical-align: center;
        position: relative;
        margin: 5px 0 20px;
        /*padding: 15px 0px 15px 20px;*/
        padding: 0px 0px 0px 0px;
        width: 100%;
        background-color: #080058;
        letter-spacing: 0.02em;
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
        text-align: left;
        /*outline: 1px solid #FFFFFF;
        outline-offset: -5px*/
    }

    #qa .contents .a_btn a {
        display: inline-block;
        font-size: 23px;
        padding: 10px;
        margin: 5px;
        border: solid 1px #FFF;
        color: #FFF;
        width: 99%;
        height: 100%;
    }

    #qa .contents .a_btn .b_txt {
        position: absolute;
        font-size: 23px;
        font-weight: bold;
        top: 30%;
        left: 9%;
    }

    #qa .contents .a_btn .circle_s {
        position: relative;
        display: inline-block;
        vertical-align: center;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        border-radius: 50%;
        background-color: #FFF;
        font-size: 23px;
        font-weight: bold;
        color: #080058;
        padding-top: 2px;
        margin: 0px 15px 5px 10px;
    }

    #qa .contents .a_btn span {
        padding: 0px 10px 0 0;
        font-size: 19px;
        font-weight: bold;
        color: #FFF;
    }

    #qa .contents .a_btn:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 3%;
        -webkit-transform: translateY(-68%) rotate(-45deg);
        transform: translateY(-68%) rotate(-45deg);
        border-bottom: solid 2px #fff;
        border-left: solid 2px #fff;
        width: 7px;
        height: 7px;

    }

    #qa .contents .a_btn.active:after {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    /*****************************************************************************/


    #qa .contents ul {
        width: 100%;
        margin: 0 auto 60px;
    }

    #qa .contents ul li {
        margin: 0 0 15px;
        text-align: left;
    }


    #qa .contents ul li .acd-check {
        display: none;
    }

    #qa .contents ul li .acd-content {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        margin: 25px 0 0;
        transition: cubic-bezier(0, 0.32, 0, 1.09) 0.7s;
    }

    #qa .contents ul li .acd-check:checked+.acd-label+.acd-content {
        height: auto;
        max-height: 100vh;
        opacity: 1;
        padding: 0 0 30px;
    }

    #qa .contents ul li .acd-check:checked+.acd-label>span:after {
        top: -7px;
        transform: rotate(225deg);
    }

    #qa .contents ul li label {
        font-size: 0;
        position: relative;
        transition: cubic-bezier(0, 0.32, 0, 1.09) 0.7s;
    }

    #qa .contents ul li label:hover {
        opacity: .6;
    }

    /*#qa .contents ul li label:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 9%;
    width: 8px;
    height: 8px;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    transition: .4s;
    border-radius: 3px;
}*/



    #qa .contents ul li label p {
        font-size: 18px;
        display: inline-block;
        width: 92%;
        width: auto;
        border-bottom: 1px solid #000f5a;
        transition: linear .3s;
    }

    #qa .contents ul li label p.t_02 {
        font-size: 18px;
        display: inline-block;
        width: 92%;
        width: auto;
        border-bottom: 1px solid #000f5a;
        transition: linear .3s;
        vertical-align: top;
    }

    #qa .contents ul li label span {
        letter-spacing: 0;
        font-size: 20px;
        background: #fff;
        color: #fff;
        width: 41px;
        height: 41px;
        border-radius: 50%;
        text-align: center;
        line-height: 43px;
        display: inline-block;
        margin: 0 20px 0 0;
        background: #000f5a;
        transition: linear .2s;
    }

    #qa .contents ul li label span:after {
        content: "";
        position: absolute;
        top: -15px;
        right: -30px;
        width: 9px;
        height: 9px;
        border: 1px solid;
        border-color: transparent #000f5a #000f5a transparent;
        transform: rotate(45deg);
    }


    /*#qa .contents ul li:nth-of-type(8) label span {
    vertical-align: top;
}*/
    #qa .contents ul li .acd-content a {
        background-color: #fbf0c7;
        color: #000f5a;
        border-bottom: 1px solid #000f5a;
        margin-right: 5px;
        margin-left: 5px;
    }

    #qa .contents ul li .acd-content span {
        letter-spacing: 0;
        font-size: 20px;
        background: #fff;
        color: #000f5a;
        width: 41px;
        height: 41px;
        border-radius: 50%;
        text-align: center;
        line-height: 37px;
        display: inline-block;
        margin: 0 20px 0 0;
        border: 2px solid #000f5a;
    }

    #qa .contents ul li .acd-content p {
        display: inline-block;
        vertical-align: top;
        width: 90%;
        /*text-align: justify;*/
    }

    /*#qa .contents ul li #acd-check3 ~ .acd-content p,
#qa .contents ul li #acd-check4 ~ .acd-content p,
#qa .contents ul li #acd-check5 ~ .acd-content p,
#qa .contents ul li #acd-check6 ~ .acd-content p,
#qa .contents ul li #acd-check9 ~ .acd-content p,
#qa .contents ul li #acd-check14 ~ .acd-content p,
#qa .contents ul li #acd-check15 ~ .acd-content p,
#qa .contents ul li #acd-check16 ~ .acd-content p{
    vertical-align: middle;
}*/
    #qa .contents ul li p.middle {
        vertical-align: middle;
    }

    #qa .contents ul li .acd-content p small {
        line-height: 1.6;
        display: block;
        margin: 5px 0 20px;
    }
    #qa .contents ul li .acd-content p small.btm_none{
        margin-bottom: 3px;
    }



    /* Inquiry
---------------------------------------------------*/
    .Inquiry {
        padding: 60px 0;
    }

    .Inquiry .ttl {
        font-weight: bold;
        font-size: 20px;
        display: inline-block;
        margin: 0 0 20px;
        text-decoration: underline;
    }

    .Inquiry .tel {
        line-height: 1.8;
    }




    /* footer
---------------------------------------------------*/
    footer {
        border-top: 1px solid #9d9d9d;
        padding: 25px 0 35px;
    }

    footer p.logo {
        width: 116px;
        margin: 0 auto 10px;
    }

    footer p.copy {
        font-size: 11px;
        color: #000;
    }




}






/*----------------------------------------------------------------------------------------------

 * SP

--------------------------------------------------------------------------------------------- */


@media screen and (max-width:768px) {

    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }

    #container {
        background-image: url(../img/ripple_bg.png);
        background-repeat: repeat-x;
        background-position: 23.5vw -15vw;
        background-size: 30%;
    }

    h2 {
        color: #fff;
        font-size: 19px;
        background-color: #000f5a;
        position: relative;
        max-width: 100%;
        height: 65px;
        line-height: 65px;
        margin-bottom: 10px;
    }

    h2 a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 11px 0 0;
    }

    a,
    a:hover,
    a:active,
    a:link,
    a:visited {
        color: #fff;
        transition: .4s;
    }

    a[href*="tel:"] {
        color: #000F5A;
    }

    #pagetop {
        position: fixed;
        bottom: 15px;
        right: 15px;
    }

    #pagetop img {
        width: 50px;
    }


    /* main
---------------------------------------------------*/
    .main {
        padding: 12vw 0 0;
    }

    .main h1 {
        margin: 0 0 25px;
    }

    .main h1 img {
        width: 75%;
        max-width: 400px;
    }

    .main>p.lead {
        color: #c9a400;
        font-size: 18px;
        margin: 0 auto 25px;
        width: 92%;
    }

    .main>p.ank {
        margin: 0 0 30px;

    }

    .main>p.ank img {
        width: 80%;
        max-width: 350px;
        border-bottom: 0.5px solid #000f5a;
    }

    .main>p.ank a:hover {
        opacity: .6;
    }

    /*.main nav{
    margin: 0 auto 20px;
    font-size: 0;
}
.main nav ul{
    font-size: 0;
}
.main nav ul li{
    width: 26%;
    max-width: 130px;
    display: inline-block;
    transition: .4s;
}
.main nav ul li:hover{
    opacity: .6;
}
.main nav ul li:nth-of-type(1){
    margin: 0 10% 0 0;
}
.main nav ul li img{
    width: 100%;
}*/




    /* service
---------------------------------------------------*/
    #service {
        background: #f5f5f5;
        padding: 7% 3% 10px;
    }

    #service .contents {
        background: #fff;
        max-width: 1000px;
        margin: 0 auto 0;
        padding: 9% 3% 10px;
    }

    #service .caution {
        /*text-align: justify;*/
        border: 1px solid #000f5a;
        padding: 8%;
        margin: 0 0 25px;
    }

    #service .caution p>small {
        display: block;
        font-size: 80%;
        padding-left: 1em;
        text-indent: -1em;
        margin: 5px 0;
    }

    #service .catalog {
        margin: 0 0 10px;
    }

    #service .catalog:nth-of-type(2) {
        margin: 0 0 10px;
    }

    #service p.terms {
        font-size: 16px;
        width: 100%;
        padding: 0 0 5px;
    }

    #service p.terms>strong {
        font-size: 150%;
        font-weight: bold;
        display: block;
        line-height: 1.3;
    }

    #service .catalog h2 {
        line-height: 1.3;
    }

    #service .catalog h2 a:hover {
        background: #fbf0c7;
        color: #070058;
    }

    #service .catalog h2:after {
        content: "";
        position: absolute;
        display: block;
        top: 42%;
        right: 4%;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: .5s;
        z-index: 1;
    }

    #service .catalog h2:hover:after {
        border-top: 2px solid #070058;
        border-right: 2px solid #070058;
    }

    #service .catalog h2 small {
        font-size: 80%;
        margin: 0 0 0 -1.5%;
        letter-spacing: 0;
    }

    /*追加*/

    #service .catalog h3 {
        color: #fff;
        font-size: 16px;
        background-color: #000f5a;
        position: relative;
        max-width: 100%;
        height: 65px;
        line-height: 65px;
        margin-bottom: 10px;
    }

    #service .catalog h3 a {
        display: block;
        position: absolute;
        top: 15%;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0px 0 0;
        line-height: 1.3;
    }

    #service .catalog h3:after {
        content: "";
        position: absolute;
        display: block;
        top: 40%;
        right: 4%;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: .5s;
        z-index: 1;
    }

    #service .catalog h3:hover:after {
        border-top: 2px solid #070058;
        border-right: 2px solid #070058;
    }

    #service .catalog h3 small {
        font-size: 11px;
        margin: 0 0 0 -1.5%;
        letter-spacing: 0;
    }

    /*追加*/

    #service .catalog h4 {
        color: #fff;
        font-size: 13px;
        background-color: #000f5a;
        position: relative;
        max-width: 100%;
        height: 65px;
        line-height: 65px;
        margin-bottom: 10px;
    }

    #service .catalog h4 a {
        display: block;
        position: absolute;
        top: 15%;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0px 0 0;
        line-height: 1.3;
    }

    #service .catalog h4:after {
        content: "";
        position: absolute;
        display: block;
        top: 40%;
        right: 4%;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: .5s;
        z-index: 1;
    }

    #service .catalog h4:hover:after {
        border-top: 2px solid #070058;
        border-right: 2px solid #070058;
    }

    #service .catalog h4 small {
        font-size: 11px;
        margin: 0 0 0 -1.5%;
        letter-spacing: 0;
    }

    /********/
    #service .renewal .details {
        border: 1px solid #000f5a;
        padding: 8% 3%;
    }

    #service .renewal .details p.caution {
        text-decoration: underline;
        font-size: 18px;
        margin: 0 0 30px;
        display: inline-block;
        width: 90%;
    }

    #service .renewal .details p.caution small {
        font-size: 80%;
        margin: 0 -1% 0 -1%;
    }

    #service .renewal .details h3 {
        border: 3px solid #000f5a;
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 25px;
        padding: 6px 0;
    }

    #service .renewal .details p.lead {
        width: 95%;
        /*text-align: justify;*/
        margin: 0 auto 25px;
    }

    #service .renewal .details p.lead small {
        font-size: 85%;
        display: block;
        margin: 10px 0 0;
    }

    #service .renewal .details dl {
        background-color: #f5f5f5;
        margin: 0 auto 10px;
        padding: 10% 7%;
        width: 95%;
    }

    #service .renewal .details dl dt {
        font-weight: bold;
        text-align: center;
        margin: 0 0 6%;
    }

    #service .renewal .details dl dd {
        text-align: left;
        line-height: 1.4;
    }

    #service .renewal .details dl dd p.add {
        margin: 0 0 15PX;
    }

    #service .renewal .details dl dd p.facility>span.ttl {
        text-decoration: underline;
        margin: 0 0 10px;
        display: block;
        text-align: center;
    }

    #service .renewal .details dl dd p.facility>span.item {
        padding-left: 1em;
        text-indent: -1em;
        display: block;
        margin: 0 0 7px;
    }

    #service .renewal .details p.annotation {
        font-size: 12px;
        /*text-align: justify;*/
        width: 95%;
        margin: 0 auto;
    }

    #service .renewal .details p.annotation span {
        padding-left: 1em;
        text-indent: -1em;
        display: block;
        margin: 0 0 5px;
        line-height: 1.4;
    }




    /* qa
---------------------------------------------------*/
    #qa {
        background: #fbf0c7;
        padding: 7% 3%;
    }

    #qa img {
        width: 100%;
        text-align: center;
        margin: 20px 0px 10px;
    }

    #qa .contents {
        background-color: #fff;
        max-width: 1000px;
        margin: 0 auto;
        padding: 10px 3% 10px;
    }

    #qa .contents h2 {
        margin: 0 0 0px;
        /*outline: 1px solid #FFFFFF;
        outline-offset: -5px*/
    }

    #qa .contents .warp h3 {
        text-align: left;
        font-weight: bold;
        margin: 30px auto 30px;
        font-size: 20px;
        border-left: solid 4px #000f5a;
        padding: 0 0 0 12px;
        line-height: 1.6;
        width: 95%;
    }

    #qa .contents .warp h3.cafe {
        text-align: left;
        font-weight: bold;
        margin: 0 0 30px;
        font-size: 20px;
        border-left: solid 4px #000f5a;
        padding: 0 0 0 12px;
        line-height: 1.6;
        width: 100%;
    }

    #qa .contents .warp {
        display: none;
    }

    #qa .contents .warp02 h3 {
        text-align: left;
        font-weight: bold;
        margin: 30px auto 30px;
        font-size: 20px;
        border-left: solid 4px #000f5a;
        padding: 0 0 0 12px;
        line-height: 1.6;
        width: 95%;
    }

    /************************************アコーディオンボタン***********************************/


    #qa .contents .a_btn {
        display: inline-block;
        position: relative;
        margin: 5px 0 10px;
        padding: 10px 5px 10px 15px;
        width: 100%;
        height: 70px;
        background-color: #080058;
        letter-spacing: 0;
        font-size: 17px;
        font-weight: 500;
        color: #fff;
        cursor: pointer;
        outline: 1px solid #FFFFFF;
        outline-offset: -3px;
        text-align: center;
    }

    #qa .contents .a_btn a {
        color: #FFF;
        vertical-align: middle;
    }

    #qa .contents .a_btn .b_txt {
        position: absolute;
        top: 30%;
        left: 20%;
        font-weight: 500;
    }

    #qa .contents .a_btn .circle_s {
        position: absolute;
        display: inline-block;
        left: 5%;
        top: 30%;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 50%;
        background-color: #FFF;
        font-size: 20px;
        font-weight: bold;
        color: #080058;
        margin: 0 5px 0px 0px;
    }

    #qa .contents .a_btn:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 7%;
        -webkit-transform: translateY(-68%) rotate(-45deg);
        transform: translateY(-68%) rotate(-45deg);
        border-bottom: solid 2px #fff;
        border-left: solid 2px #fff;
        width: 7px;
        height: 7px;

    }

    #qa .contents .middle {
        padding-top: 10px;
        vertical-align: middle;
    }

    /*****************************************************************************/

    #qa .contents ul {
        width: 95%;
        margin: 30px auto 30px;
    }

    #qa .contents ul li {
        margin: 0 0 10px;
        text-align: left;
    }

    #qa .contents ul li .acd-check {
        display: none;
    }

    #qa .contents ul li .acd-content a {
        background-color: #fbf0c7;
        color: #000f5a;
        border-bottom: 1px solid #000f5a;
    }

    #qa .contents ul li .acd-content {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        margin: 10px 0 0;
        transition: cubic-bezier(0, 0.32, 0, 1.09) 0.7s;

    }

    #qa .contents ul li .acd-check:checked+.acd-label+.acd-content {
        height: auto;
        max-height: 200vh;
        opacity: 1;
        padding: 0 0 30px;
    }

    #qa .contents ul li .acd-check:checked+.acd-label>span:after {
        top: -7px;
        transform: rotate(225deg);
    }

    #qa .contents ul li label {
        margin: 0 0 15px;
        font-size: 0;
        position: relative;
        transition: cubic-bezier(0, 0.32, 0, 1.09) 0.7s;
    }

    #qa .contents ul li label p {
        font-size: 16px;
        display: inline-block;
        max-width: 72%;
        line-height: 1.4;
        vertical-align: top;
        padding: 0 0 10px;
        text-decoration: underline;
        /*text-align: justify;*/
    }

    #qa .contents ul li label span {
        letter-spacing: 0;
        font-size: 18px;
        background: #fff;
        color: #fff;
        width: 37px;
        height: 37px;
        border-radius: 50%;
        text-align: center;
        line-height: 37px;
        display: inline-block;
        margin: 0 5% 0 0;
        background: #000f5a;
    }

    #qa .contents ul li label span:after {
        content: "";
        position: absolute;
        top: -15px;
        right: -30px;
        width: 8px;
        height: 8px;
        border: 2px solid;
        border-color: transparent #000f5a #000f5a transparent;
        transform: rotate(45deg);
    }

    #qa .contents ul li .acd-content span {
        letter-spacing: 0;
        font-size: 18px;
        background: #fff;
        color: #000f5a;
        width: 37px;
        height: 37px;
        border-radius: 50%;
        text-align: center;
        line-height: 32px;
        display: inline-block;
        margin: 0 3% 0 0;
        border: 2px solid #000f5a;
        box-sizing: border-box;
    }

    #qa .contents ul li .acd-content {
        /*text-align: justify;*/
    }

    #qa .contents ul li .acd-content p {
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        max-width: 82%;
        padding-right: 15px;
    }

    #qa .contents ul li:nth-of-type(16) .acd-content p {
        vertical-align: middle;
    }

    #qa .contents ul li .acd-content p small {
        display: block;
        margin: 7px 0 10px;
        /*text-align: justify;*/
        line-height: 1.6;
    }


    /* Inquiry
---------------------------------------------------*/
    .Inquiry {
        padding: 45px 0;
    }

    .Inquiry .ttl {
        font-weight: bold;
        font-size: 18px;
        display: inline-block;
        margin: 0 0 15px;
        text-decoration: underline;
    }

    .Inquiry .tel {
        line-height: 1.7;
    }




    /* footer
---------------------------------------------------*/
    footer {
        border-top: 1px solid #9d9d9d;
        padding: 20px 0 25px;
    }

    footer p.logo {
        width: 100px;
        margin: 0 auto 7px;
    }

    footer p.copy {
        font-size: 11px;
        color: #000;
    }




}