.ttl-03 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
}

.ttl-04 {
    font-size: 32px;
    font-weight: 500;
}

.ttl-05 {
    font-size: 18px;
    font-weight: 400;
    margin: 16px 0;
    color: #000;
}

.ttl-06 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.ttl-07 {
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
}

p {
    color: #000;
}

.b0 {
    border-radius: 20px;
    border: 1px solid;
}

.waku-green {
    background-color: #f1fbf8;
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);
    padding: 15px;
}



.row .cont-box.half {
    display: block;
}

.metabox.matchHeight.mt {
    margin-top: 58px;
    margin-bottom: 32px;
}

.metabox.matchHeight.mt-01 {
    margin-top: 32px;
}

.item-button .button .btn.btn-success {
    border-radius: 40px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.item.item-button {
    padding: 10px;
}

p {
    line-height: 36px;
}

.icon.center {
    margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
    .metabox.matchHeight.mt-01 {
        margin-top: 20px;
    }

    .ttl-03,
    .ttl-05 {
        text-align: center;
    }



    .metabox.matchHeight.mt {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .ttl-03 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 20px;
        margin-top: 10px;
    }
}


.icon {
    height: 25px;
    min-width: 25px;
}

@media screen and (max-width: 991px) {
    .item-button .text {
        font-size: 11px;
    }

    .sp-center {
        font-size: 14px;
    }
}

.catch-1 {
    margin-bottom: 55px;
}