@charset "utf-8";

/* aboutSection */
#aboutSection dl {
    padding-left: 110px;
}

#aboutSection dl dt {
    float: right;
    width: 25.28735632183908%;
}

#aboutSection dl dd {
    float: left;
    width: 72.41379310344828%;
    position: relative;
}

#aboutSection dl dd p {
    font-size: 1.6rem;
    line-height: 1.7;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* featureSection */
#featureSection {
    background-color: #d3fff9;
}

#featureSection li {
    float: left;
    width: 50%;
    text-align: center;
}

#featureSection li h3 {
    color: #009481;
    font-size: 2.0rem;
    margin-bottom: 40px;
    line-height: 1.5;
    position: relative;
    padding-left: 75px;
    display: inline-block;
}

#featureSection li h3 span {
    border-bottom: 3px solid #f7ff27;
}

#featureSection li h3 img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#featureSection li .pic {
    width: 174px;
    margin: 0 auto;
}

#featureSection li .pic p {
    text-align: right;
    font-size: 1.2rem;
    margin-top: 5px;
}

#featureSection li > p {
    margin-top: 20px;
    line-height: 2;
    padding: 0 40px;
}

/* resultsSection */
#resultsSection {
    background-color: #55eadd;
}

#resultsSection .subTitle p {
    color: #fff;
}

#resultsSection .subTitle small {
    color: #cafffa;
}

#resultsSection ul {
    max-width: 640px;
    margin: 0 auto 20px;
}

#resultsSection ul li {

    float: left;
}

#resultsSection ul li:last-of-type {
    float: right;
}

#resultsSection > div > p {
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
}

/* faqSection */
#faqSection .infoContainer {
    margin-top: 90px;
}

/* PC */
@media screen and (min-width: 768px) {
}

/* SP */
@media screen and (max-width: 767px){
    /* mvContainer */
    .mvContainer h2 p {
        letter-spacing: 1px;
    }

    /* aboutSection */
    #aboutSection dl {
        padding-left: 0;
    }

    #aboutSection dl dt {
        float: none;
        width: 100%;
        padding: 0 80px;
        margin-bottom: 20px;
    }

    #aboutSection dl dd {
        float: none;
        width: 100%;
    }

    #aboutSection dl dd p {
        font-size: 1.4rem;
        position: static;
        transform: translateY(0);
    }

    /* featureSection */
    #featureSection li {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    #featureSection li:last-of-type {
        margin-bottom: 0;
    }

    #featureSection li h3 {
        font-size: 1.4rem;
        padding-left: 40px;
        margin-bottom: 30px;
    }

    #featureSection li h3 img {
        width: 35px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    
    #featureSection li .pic {
        width: 50%;
    }
    
    #featureSection li .pic p {
        font-size: 1.0rem;
        margin-top: 5px;
    }
    
    #featureSection li > p {
        text-align: left;
        font-size: 1.2rem;
        margin-top: 20px;
        line-height: 1.7;
        padding: 0 30px;
    }

    /* resultsSection */
    #resultsSection ul li {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    #resultsSection ul li:last-of-type {
        float: none;
        margin-bottom: 0;
    }

    #resultsSection ul li > img {
        width: 100%;
    }

    #resultsSection > img {
        width: 50px;
        bottom: -10px;
    }

    /* faqSection */
    #faqSection .infoContainer {
        margin-top: 50px;
    }
}