.promise .base {
    max-width: 932px;
    margin: 0 auto;
    padding: 0 15px;
}
.promise .contents {
    padding: 90px 0 95px;
}
.promise .contents .c__ttl {
    font-size: 32px;
    font-family: var(--font-zen);
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 30px;
}
.promise .contents__txt {
    font-size: 14px;
    line-height: 1.4em;
    text-align: center;
    line-height: 2.1;
    margin-bottom: 70px;
}
.promise .contents__list__item {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.promise .contents__list__item:last-child {
    margin-bottom: 0;
}
.promise .contents__list__item .circle {
    width: 140px;
    height: 140px;
    background: var(--primary-color);
    border-radius: 50%;
    position: relative;
    margin: 0 auto -92px;
    z-index: -1;
}
.promise .contents__list__item .ico {
    width: 67px;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    margin: 0 auto;
}
.promise .contents__list__item .ttl {
    font-size: 24px;
    font-family: var(--font-zen);
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #fff;
    line-height: 1.4em;
    text-align: center;
    background: var(--primary-color);
    border-radius: 5px 5px 0 0;
    padding: 20px 15px;
    margin-bottom: 0;
}
.promise .contents__list__item .txt {
    padding: 33px 15px;
    border: 3px solid #f4f2ea;
    border-top: none;
    border-radius: 0 0 15px 15px;
    background: #fff;
}
.promise .contents__list__item .txt p {
    font-size: 14px;
    line-height: 1.4em;
    max-width: 822px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .promise .contents {
        padding: 55px 0 60px;
    }
    .promise .contents .c__ttl {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .promise .contents__txt {
        text-align: left;
        margin-bottom: 30px;
    }
    .promise .contents__list__item {
        margin-bottom: 20px;
    }
    .promise .contents__list__item .circle {
        width: 100px;
        height: 100px;
        margin-bottom: -60px;
    }
    .promise .contents__list__item .ico {
        width: 55px;
        top: 12px;
    }
    .promise .contents__list__item .ttl {
        font-size: 18px;
    }
    .promise .contents__list__item .txt {
        padding: 20px 15px;
    }
}
/*# sourceMappingURL=../maps/page/promise.min.css.map */
