@charset "utf-8";
/* CSS Document */

/* 20250616 */

img.contacts_tell_number {
    max-width: 420px;
}

@media screen and (max-width: 900px) {
    @media screen and (max-width: 768px) {
        img.contacts_tell_number {
            max-width: 290px;
            width: 100%;
        }
    }
}

.left_button .button_text {
    font-size: 16px;
    width: 100%;
}

.detailed-link {
    padding-top: 20px;
    display: block;
    color: #223a70;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media screen and (max-width: 768px) {
    .detailed-link {
        font-size: 14px;
    }
}

.contents-box {
    margin-bottom: 40px;
}

.service_li._detail {
    font-size: 16px;
    margin: 20px 0;
}

.service_li._detail p {
    font-size: 14px;
}

.service_li._detail li p {
    padding-top: 12px;
}

.service_li._explanation li {
    margin-bottom: 24px;
}

.service_li._item {
    font-size: 14px;
}

.service_inner_ttl_jp {
    font-size: 18px;
    padding-top: 20px;
}

.kiritsu-ai__img {
    margin: 50px auto;
    width: 100%;
    max-width: 680px;
}

.kiritsu-ai__img img {
    object-fit: cover;
}

.service_bg_06:after {
    background: url(../img/top_06.png) no-repeat center center;
}