@charset "UTF-8";
/*---------header----------*/
header {
    margin: auto;
    padding: 15px 10px 15px;
    max-width: 960px;
}

#logo img {
    margin: 0 auto;
}

/*--------section01--------*/
.section01 {
    margin-bottom: 48px;
}

h1 {
    width: 100%;
    height: auto;
    background-color: #39A75B;
    text-indent: inherit;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 18px 0;
}

/*--------section02--------*/
.section02 {
    margin-bottom: 64px;
    text-align: center;
    line-height: 1.8;
}

.section02_answer01 {
    font-size: 28px;
    color: #009844;
    padding: 32px 0;
}

.section02_answer02, .section02_answer03 {
    font-size: 20px;
    color: #333;
    padding: 0 0 32px;
}

.section02_text, .section02_answerDetail01, .section02_answerDetail03, .section02_answerDetail03-pc, .section02_answerDetail03-sp {
    color: #333;
}



.section02_text,.section02_answerDetail01 {
    font-size:20px ;
    font-weight: bold;
}

.section02_answerDetail02 {
    display: block;
    color: #fff;
    background-color: #EF8200;
    font-size: 18px;
    font-weight: bold;
    margin: 0em auto 2em;
    text-decoration: none;
    padding: 16px 28px 16px 0;
    border-radius: 10px;
    width: 350px;

}

.section02_answerDetail02.all {
    margin: 0 auto 32px;
    width: 400px;
}

.section02_answerDetail02::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 16px;
    background-image: url('../img/index_link_img02.png');
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-left: 1.5em;
    margin-right: 0.8em;
    margin-top: calc(0.9em - 8px);
}


.section02_answerDetail02:hover {
    background-color: #ffa724;
}

.section02_answerDetail03 {
    font-size: 16px;
}



.section02_answerDetail03-pc {
    position: relative;
    display: block;
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto;
    height:60px;
}

.section02_answerDetail03-pc p{
    width: 15ch;
    max-width: 300px;
    margin: 0 auto;
    white-space: normal;
    word-wrap: break-word;
}


.section02_answerDetail03-pc.all {
    padding: 0 0 16px;
}


.section02_answerDetail03-pc span.tel-number {
    display: inline-flex;
    align-items: center;
}

.section02_answerDetail03-pc span.icon {
    width: 45px;
    height: 45px;
    margin-top: calc(0.9em - 18px);
    margin-right: 0.5em;
    background-image: url('../img/ico_freedial.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.section02_answerDetail03-sp {
    display: none;
}

.section02_shopTitle {
    background-color: #39A75B;
    max-width: 520px;
    margin: 0 auto;
}

.section02_shopTitle img {
    width: 65%;
    margin: 0 auto;
}

.toggleBox-head {
    cursor: pointer;
}

.toggleBox.active .shopBox-ttl {
    background: #009944;
}

.toggleBox.active .shopBox-ttl:after {
    transform: rotate(180deg) translateY(50%);
}

.toggleBox.active .toggleBox-head .icon:after {
    opacity: 0;
}

.section02_shopBox-area {
    padding-top: 32px;
    max-width: 520px;
    margin: 0 auto;
}

.shopBox-ttl {
    background: #8bc655;
    color: #fff;
    padding: 10px 10px;
    margin-bottom: 16px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0 0 7px rgba(186, 184, 161, 0.7);
    box-shadow: 0 0 7px rgba(186, 184, 161, 0.7);
}

.shopBox-ttl:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 4%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 12px solid rgba(255, 255, 255, 0);
    border-right: 12px solid rgba(255, 255, 255, 0);
    border-top: 12px solid #fff;
}

.shopBox-ttl:hover {
    background: #009944;
}

.shopBox-content {
    padding: 0 0 4px;
}

.shopBox-content ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding: 0;
}

.shopBox-content ul li {
    width: 25%;
    padding: 0 6px 12px;
    box-sizing: border-box;
}

.shopBox-content ul a {
    background: #ebffd9;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 20px;
}

.shopBox-content ul a:hover {
    background: #d6f0c1;
}
.section02_pit {
    margin: 0 auto 32px;
    width: 74px;
}

.section02_pit.all {
    margin: 16px auto 32px;
}
.section02_br {
    display: none;
}

/*--------section03--------*/
.section03 {
    margin-bottom: 128px;
}

.section03_ribon {
    margin: 0 auto 8px;
    width: 530px;
    position: relative;
    height: 40px;
    line-height: 36px;
    padding: 0 20px 0 40px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.section03_ribon::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: url("../img/LifeSupport_Label.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 530px;
    height: 40px;
    z-index: -1;
}

.section03_flex {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.section03_flex p {
    position: relative;
    color: #39A75B;
    font-weight: bold;
    padding-left: 28px;
    margin-right: 20px;
    font-size: 22px;
    line-height: 32px;
}

.section03_flex p::before {
    position: absolute;
    top: 0;
    left: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 4px;
    border-radius: 2px 0 0 2px;
    content: '';
    background-color: #39A75B;
}

.section03_flex img {
    width: 74px;
}

.section03_lifesupport img {
    margin: 8px auto 32px;
    width: 520px;
}

.section03_text, .section03_text-link {
    max-width: 960px;
    margin:  20px auto 0;
    text-align: center;
    line-height: 1.8;
    color: #333;
    font-size: 18px;
}

.section03_text span, .section03_text-link a {
    color: #009844;
    font-weight: 600;
}

.section03_text span {
    font-size: 20px;
}

.section03_br {
    display: none;
}

/*--------section04--------*/
.section04 {
    margin-bottom: 64px;
    text-align: center;
    line-height: 1.8;
}

.section04_answer01 {
    background-color: #39A75B;
    max-width: 940px;
    margin: 0 auto;
}

.section04_answer02, .section04_answer03 {
    font-size: 18px;
    color: #333;
    padding: 0 0 32px;
}

.section04_text, .section04_answerDetail01, .section04_answerDetail03, .section04_answerDetail03-pc, .section04_answerDetail03-sp {
    color: #333;
}

.section04_answerDetail02 {
    display: block;
    color: #fff;
    background-color: #EF8200;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 32px;
    text-decoration: none;
    padding: 16px 28px 16px 0;
    border-radius: 10px;
    width: 320px;
}

.section04_answerDetail02:hover {
    background-color: #ffa724;
}

.section04_answerDetail02::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 16px;
    background-image: url('../img/index_link_img02.png');
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-left: 1.5em;
    margin-right: 0.8em;
    margin-top: calc(0.9em - 8px);
}


.section04_answerDetail03-pc {
    padding: 0 0 32px;
}

.section04_answerDetail03-sp {
    display: none;
}


.section04_answer04 {
    max-width: 520px;
    width: 100%;
    height: auto;
    background-color: #39A75B;
    text-indent: inherit;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 16px 0;
    margin: 0 auto 32px;
}


.section04_shopTitle {
    background-color: #39A75B;
    max-width: 940px;
    margin: 0 auto;
}

.section04_shopTitle img {
    width: 36%;
    margin: 0 auto;
}


/*---------footer----------*/
footer {
    border-top: 18px solid #009844;
}

.footer_copy {
    display: flex;
    justify-content: center;
    max-width: 960px;
    margin: 0 auto;
    padding: 3em 0 2em;
}

footer img {
    width: 120px;
    margin-right: 20px;
}

footer small {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
}

.footer_deco {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.footer_deco::before {
    position: absolute;
    top: -42px;
    left: 150px;
    content: "";
    background-image: url("../img/tagline.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 151px;
    height: 65px;
    z-index: 2;
}

.footer_deco::after {
    position: absolute;
    top: 8px;
    right: 170px;
    content: "";
    background-image: url("../img/tagline02.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 196px;
    height: 15px;
    z-index: 2;
}

/*---------responsive---------*/
@media screen and (max-width: 768px) {
    /*---------header----------*/
    header img {
        width: 35%;
    }

    /*--------section01--------*/
    h1 {
        font-size: 22px;
    }

    /*--------section02--------*/
    .section02 {
        margin-bottom: 64px;
    }

    .section02_answer02, .section02_answer03 {
        font-size: 18px;
    }

    .section02_text {
        font-weight: bold;
        font-size:18px ;
    }
    .section02_answer01 {
        font-size:20px ;
    }

    .section02_answerDetail01,.section02_answerDetail02 {
        font-size: 18px;
        font-weight: bold;
    }

    .section02_shopTitle {
        max-width: 510px;
    }

    .section02_shopTitle img {
        width: 60%;
    }

    .section02_shopBox-area {
        max-width: 510px;
        padding: 24px 0 0;
    }
    .section02_pit {
        width: 64px;
    }

    .section02_pit.all {
        width: 54px;
    }


    .shopBox-ttl, .shopBox-content ul a {
        font-size: 18px;
        border-radius: 8px;
    }

    /*--------section03--------*/
    .section03 {
        margin-bottom: 80px;
    }

    .section03_ribon {
        height: 24px;
        line-height: 37px;
        font-size: 14px;
        padding: 0 20px;
    }

    .section03_ribon::before {
        left: -5px;
        height: 120px;
    }

    .section03_flex {
        margin: 24px auto 0;
    }

    .section03_flex p {
        padding-left: 20px;
        margin-right: 40px;
        font-size: 22px;
    }

    .section03_flex img {
        width: 64px;
    }

    .section03_lifesupport img {
        margin: 4px auto 24px;
        width: 510px;
    }

    .section03_text, .section03_text-link {
        font-size: 16px;
    }

    .section03_text span {
        font-size: 24px;
    }



    /*---------footer----------*/
    footer {
        border-top: 9px solid #009844;
    }

    .footer_copy {
        display: block;
        padding: 1em 0 1em;
    }

    footer img {
        margin: 0 auto;
    }

    footer small {
        display: block;
        font-size: 10px;
        line-height: 3.7;
    }

    .footer_deco {
        padding: 24px 0 0;
    }

    .footer_deco::before {
        top: -21px;
        left: 18%;
        width: 77px;
        height: 33px;
    }

    .footer_deco::after {
        top: 4px;
        width: 131px;
        height: 10px;
        right:0px;
    }
}

@media screen and (max-width: 568px) {
    /*---------header----------*/
    header img {
        width: 194px;
    }

    /*--------section02--------*/
    .section02_answer01 {
        padding: 24px 0;
        line-height: 1.6;
    }

    .section02_answerDetail01 {
        line-height: 1.8;
    }

    .section02_answerDetail02, .section02_answerDetail02.all {
        width: 320px;
    }

    .section02_answerDetail02::before {
        margin-left: 1.2em;
    }

    .section02_txt {
        font-size: 16px;
        margin: 0 auto;
    }

    .section02_answerDetail03-pc {
        display: none;
    }

    .section02_answerDetail03-sp {
        position: relative;
        display: inline-flex;
        align-items: center;
        background-color: #fff;
        border: 1px solid #009844;
        font-size: 22px;
        font-weight: bold;
        margin: 0 0.5em 32px;
        text-decoration: none;
        padding: 1em;
        border-radius: 10px;
        max-width: 300px;
    }

    .section02_answerDetail03-sp span.tel-number {
        display: inline-flex;
        align-items: center;
    }

    .section02_answerDetail03-sp span.tel-number a {
        text-decoration: none;
        color: #333;
    }
    .section02_answerDetail03-sp span.icon {
        width: 45px;
        min-width: 45px;
        height: 36px;
        margin-top: 0;
        margin-right: 0.5em;
        background-image: url('../img/ico_freedial.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: center;
    }


    .section02_shopTitle {
        max-width: 92%;
        height: 68px;
    }

    .section02_shopTitle img {
        width: 72%;
    }

    .section02_shopBox-area {
        max-width: 86%;
    }

    .shopBox-ttl {
        text-align: left;
    }

    .shopBox-ttl, .shopBox-content ul a {
        font-size: 18px;
    }

    .shopBox-content ul {
        padding: 0 12px;
    }

    .shopBox-content ul li {
        width: 50%;
        padding: 0 6px 12px;
    }

    .section02_br {
        display: block;
    }

    /*--------section03--------*/
    .section03_br {
        display: block;
    }

    .section03_flex {
        margin: 22px auto 0;
    }

    .section03_flex p {
        margin-right: 26px;
        padding: 16px 0 16px 16px;
        font-size: 16px;
        line-height: 1.8;
        border-left: solid 8px #39A75B;
    }

    .section03_flex img {
        width: 54px;
    }

    .section03_flex p::before {
        display: none;
    }

    .section03_ribon {
        width: 320px;
        line-height: 24px;
        margin: 0 auto 6px;
        font-size: 14px;
    }

    .section03_ribon::before {
        width: 320px;
        left: -4px;
        top: -49px;
        background-position: center center;
        background-size: 100% 30%;
        max-width: 500px;
    }

    .section03_lifesupport img {
        margin: 12px auto  18px;
        width: 320px;
    }

    .section03_text {
        width: 330px;
        text-align: left;
        margin: 0 auto;
        font-size: 14px;
    }

    .section03_text span {
        font-size: 20px;
    }

    .section03_text-link {
        font-size: 14px;
    }

    /*--------section04--------*/
    .section04_answer04 {
        max-width: 92%;
    }
    .section04 p {
        font-size: 16px;
    }


}

@media screen and (max-width: 375px) {
    .section02_answer01 {
        white-space: pre-wrap;
        word-break: break-word;
    }
}