@charset "utf-8";

/* CSS Document */
main {
    padding-bottom: 20vw;
}

#top-address {
    padding: 4vw 0;
}

#top-address .flex {
    flex-direction: row;
    align-items: center;
    margin-bottom: 2vw;
}
#top-address .pic {
    width: 22.5vw;
    margin-right: 4vw;
}
#top-address h2 {
    font-size: 5vw;
}
#top-address h2 small {
    font-size: 4vw;
}
#top-address .txt > a {
    color: #f93;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
#top-address a .icon {
width: 7vw;
}
#top-address a p {
    font-size: 6.5vw;
    margin-left: 2vw;
}
#top-address a + small {
    color: #f93;
}

#intro,
#case01 {
    background: #f9f2e9;
}

#intro a,
#reason a {
    text-decoration: underline;
    color: #3165ae;
}

#intro a,
#reason .box:first-of-type a {
    display: inline-block;
    margin-top: 0.5em;
}

#intro .wrap {
    padding-top: 1em;
    padding-bottom: 1.5em;
}

#intro h2 {
    font-size: 8vw;
    text-align: center;
    font-weight: normal;
    padding-bottom: 4vw;
}

#intro .checklist {
    padding: 1em 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-bottom: 1.5em;
}

#intro .checklist li {
    padding-left: 1.75em;
    background: top left / 1.5em auto no-repeat url(../img/check.png);
}

#intro .checklist li:nth-of-type(n+2) {
    margin-top: 0.5em;
}

#intro .checklist li p {
    color: #39c;
}

#intro .checklist+img.sp {
    float: right;
    padding-left: 1em;
    width: 45%;
}
#intro .checklist+img.sp+p {
    line-height: 1.6em;
}

#reason {
    padding: 10vw 0;
}

#reason h3.maru {
    display: flex;
    font-size: 4.2vw;
    line-height: 1.3em;
}

#reason .box {
    margin-top: 1.5em;
}

#reason .box .num {
    color: #fff;
    width: 1.3em;
    height: 1.3em;
    text-align: center;
    border-radius: 0.2em;
    margin-right: 0.3em;
}

#reason .box .num+p {
    flex: 1;
}

#reason .box:first-of-type .num {
    background: #c66;
}

#reason .box:nth-of-type(2) .num {
    background: #96c;
}

#reason .box:nth-of-type(3) .num {
    background: #39c;
}

#reason .box:nth-of-type(4) .num {
    background: #696;
}

#reason .box:nth-of-type(5) .num {
    background: #c96;
}

#reason .box:last-of-type .num {
    background: #966;
}

#reason .box:first-of-type .num+p {
    color: #c66;
}

#reason .box:nth-of-type(2) .num+p {
    color: #96c;
}

#reason .box:nth-of-type(3) .num+p {
    color: #39c;
}

#reason .box:nth-of-type(4) .num+p {
    color: #696;
}

#reason .box:nth-of-type(5) .num+p {
    color: #c96;
}

#reason .box:last-of-type .num+p {
    color: #966;
}

#case01 {
    padding: 5vw 0;
}

#case01 h2 {
    color: #c66;
    text-align: center;
    font-size: 4.7vw;
    padding-bottom: 1em;
}

#case01 p {
    line-height: 1.5em;
}

#case01 p span.red {
    color: #c42446;
    font-weight: bold;
    font-size: 4.5vw;
}

#case01 img.sp {
    padding: 3vw 0;
}

#faq h2 {
    color: #604116;
    font-size: 7vw;
    text-align: center;
    margin: 1em 0;
}

#faq ul.flex {
    align-items: center;
}

#faq ul.flex li {
    width: 48.5%;
}

#faq ul.flex li.arrow {
    display: block;
    width: 0;
    border-top: 4vw solid #cbc9ba;
    border-left: 4vw solid transparent;
    border-right: 4vw solid transparent;
    border-bottom: 0;
    margin: 2vw 0;
}

#faq ul.flex li.flex {
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
}

#faq ul.flex li.flex a {
    width: 48.5%;
}

@media screen and (min-width: 768px) {
    main {
        padding-bottom: 100px;
    }
    #intro {
        background: transparent;
    }
    #intro .wrap {
        padding-top: 0;
        padding-bottom: 0;
    }
    #intro .flex {
        background: #fff;
        padding: 25px;
        border-radius: 10px;
        align-items: center;
    }
    #intro .wrap > h2 {
        padding: 40px 0 20px;
    }
    #intro .wrap > h2 img {
        display: block;
    }
    #intro .flex h2 {
        font-size: 24px;
        text-align: left;
        padding-bottom: 20px;
        display: inline-block;
        border-bottom: 1px solid #dbd9c2;
    }
    #intro .checklist {
        border: 0;
        font-size: 14px;
    }
    #intro .checklist p {
        margin-top: 0.75em;
    }
    #intro .txt {
        flex: 1;
    }
    #intro .pic {
        width: 170px;
        margin-left: 40px;
    }
    #intro .pic h3 {
        margin-top: 10px;
        font-size: 22px;
        text-align: center;
    }
    #intro .pic h3 small {
        font-size: 12px;
        line-height: 1.5em;
        display: block;
    }
    #reason {
        padding: 0;
        margin-top: 35px;
    }
    #reason .flex {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #reason .box {
        width: 32%;
        background: #E6E4D5;
        border-radius: 10px;
        padding: 15px;
    }
    #reason h3.maru {
        font-size: 1.8vw;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #bdbc9a;
    }
    #reason .box .num {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0.5em;
    }
    #case01 {
        background: transparent;
        padding: 0;
        margin-top: 40px;
    }
    #case01 h2.maru {
        font-size: 24px;
        border-bottom: 1px solid #F2F2E6;
        margin-bottom: 1em;
    }
    #case01 .wrap .bg {
        background: #F9F8F3;
        border-radius: 10px;
        padding: 30px 40px 60px;
    }
    #case01 .flex {
        flex-direction: column;
        align-items: center;
    }
    #case01 .flex .pic {
        padding-top: 30px;
    }
    #case01 .flex .pic img:last-of-type {
        margin-left: 30px;
    }
    #case01 .flex .txt {
        flex: 1;
    }
    #case01 p {
        line-height: 26px;
    }
    #case01 p span.red {
        font-size: 20px;
    }
    #case01 p:nth-of-type(n+2) {
        margin-top: 10px;
    }
    #faq {
        margin-top: 60px;
    }
    #faq h2 {
        margin: 0;
    }
    #faq h2 img {
        display: block;
    }
    .faq-area {
        margin-top: 30px;
    }
    #faq ul.flex {
        justify-content: space-between;
    }
    #faq ul.flex li.flex {
        flex-direction: column;
    }
    #faq ul.flex li,
    #faq ul.flex li.flex {
        width: 18.6%;
        max-width: 176px;
    }
    #faq ul.flex li a,
    #faq ul.flex li.flex a {
        width: 100%;
    }
    #faq ul.flex li.arrow {
        border-right: 0;
        border-left: 10px solid #cbc9ba;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }
    
}

@media screen and (min-width: 1024px) {
    #intro .flex h2 {
        font-size: 32px;
    }
    #intro .checklist {
        border: 0;
        font-size: 16px;
    }
    #reason h3.maru {
        font-size: 20px;
    }
    #case01 .flex {
        flex-direction: row;
    }
    #case01 .flex .pic {
        width: 254px;
        padding-top: 0;
        margin-left: 40px;
    }
    #case01 .flex .pic img:last-of-type {
        margin-left: 0;
        padding-top: 30px;
    }
}