@charset "utf-8";

/**
 * Content
 */
.think .title h2 {
    color: #008842;
    font-size: 2.4rem;
    font-weight: 900;
    text-align: center;
}

.think .content h3 {
    padding: 2rem;
    font-size: 1.6rem;
    font-weight: 900;
    text-align: center;
    border-radius: 0.5rem;
    background-color: #FFFFFF;
}

.think .content .value ul li {
    margin-bottom: 1rem;
    padding: 1rem;
    background: #6FBA2C;
}

.think .content .value ul li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.think .content .value ul li p {
    color: #FFFFFF;
    text-align: center;
}

.think .content .value ul li p:nth-of-type(1) {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    font-weight: 900;
}

.think .content .value ul li p:nth-of-type(2) {
    font-size: 1.4rem;
}

.think .content .value ul li p br {
    display: none;
}

.think .content .spirit ul li dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 1rem;
}

.think .content .spirit ul li:nth-last-of-type(1) dl:nth-last-of-type(1) {
    margin-bottom: 0;
}

.think .content .spirit ul li dl dt {
    width: 4rem;
    height: 4rem;
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 900;
    line-height: 4rem;
    text-align: center;
    background-color: #6FBA2C;
}

.think .content .spirit ul li dl dd {
    width: calc(100% - 4rem);
    height: 4rem;
    padding-left: 1rem;
    font-size: 1.6rem;
    line-height: 4rem;
    background-color: #FFFFFF;
}

@media all and (min-width: 500px) {

    .think .title h2 {
        font-size: 3rem;
    }

    .think .content h3 {
        padding: 3rem;
        font-size: 1.8rem;
    }

    .think .content .value ul li {
        margin-bottom: 1.5rem;
        padding: 1.5rem;
    }

    .think .content .value ul li p:nth-of-type(1) {
        margin-bottom: 0.75rem;
        font-size: 1.8rem;
    }

    .think .content .spirit ul li dl {
        margin-bottom: 1.5rem;
    }

    .think .content .spirit ul li dl dt {
        width: 5rem;
        height: 5rem;
        font-size: 2.6rem;
        line-height: 5rem;
    }

    .think .content .spirit ul li dl dd {
        width: calc(100% - 5rem);
        height: 5rem;
        padding-left: 1.5rem;
        font-size: 1.8rem;
        line-height: 5rem;
    }

}

@media all and (min-width: 1000px) {

    .think .inner {
        max-width: 100rem !important;
    }

    .think .title h2 {
        font-size: 3.6rem;
    }

    .think .content h3 {
        width: 80%;
        margin: 0 auto;
        padding: 4rem;
        font-size: 2rem;
    }

    .think .content .value ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .think .content .value ul li {
        width: calc((100% - 4rem) / 5);
        margin-right: 1rem;
        margin-bottom: 0;
        padding: 2rem;
    }

    .think .content .value ul li:nth-of-type(5n) {
        margin-right: 0;
    }

    .think .content .value ul li p:nth-of-type(1) {
        margin-bottom: 1rem;
        font-size: 2rem;
    }

    .think .content .value ul li p br {
        display: block;
    }

    .think .content .spirit ul {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .think .content .spirit ul li {
        width: calc((100% - 2rem) / 2);
        margin-right: 2rem;
    }

    .think .content .spirit ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    .think .content .spirit ul li dl {
        margin-bottom: 2rem;
    }

    .think .content .spirit ul li dl:nth-last-of-type(1) {
        margin-bottom: 0;
    }

    .think .content .spirit ul li dl dt {
        width: 6rem;
        height: 6rem;
        font-size: 3.2rem;
        line-height: 6rem;
    }

    .think .content .spirit ul li dl dd {
        width: calc(100% - 6rem);
        height: 6rem;
        padding-left: 2rem;
        font-size: 2rem;
        line-height: 6rem;
    }

}
