

/* PC/SPのみ表示  最後のセクションmargin-bottom --- only PC/SP last-section-marign-bottom*/

.service_detail__sp {
    /* display: none; */
    margin-bottom: 20px;
}

.service_detail__pc {
    display: block;
}

.service_detail__last {
    padding-bottom: 100px;
}


@media (max-width: 767px) {
    .service_detail__sp {
        display: block;
    }

    .service_detail__pc {
        display: none;
    }

    .service_detail__last {
        padding-bottom: 80px;
    }
}

/* service_detail mv */

.service_detail__mv {
    position: relative;
}

.service_detail__mv__titles {
    text-align: left;
    position: absolute;
    top: 55%;
    left: 45%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    padding-right: 100px;
}

.service_detail__mv__title {
    font-size: 46px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 40px;
}

.service_detail__mv__text {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
}

@media (max-width: 767px) {
    .service_detail__mv__titles {
        width: 100%;
        position: absolute;
        top: 70%;
        left: 0;
        padding: 0 20px;
    }

    .service_detail__mv__title {
        font-size: 32px;
    }
}


/* service_detail contents */
.service_detail__contents p {
    font-size: 16px;
}

.service_detail__contents__text-blue {
    color: #00ABCC;
    font-weight: bold;
    margin-right: 20px;
}

.service_detail__contents__img {
    text-align: center;
    margin: 50px 0;
}


.service_detail__contents__text-guide {
    display: flex;
}

.service_detail__contents__text-guide__square {
    padding: 0px 10px;
    border-left: 8px solid #000;
}

.service_detail__contents__note {
    font-size: 14px !important;
}

@media (max-width: 767px) {
    .service_detail__contents__text-blue {
        display: block;
    }

    .service_detail__contents__img {
        margin: 30px 0;
    }

    .service_detail__contents__img img{
        width: 100%;
    }

    .service_detail__contents__text-guide {
        display: flex;
        align-items: stretch;
    }

    .service_detail__contents__text-guide__square {
        padding: 0 6px;
        border-left: 8px solid #000;
        height: 24px;
    }
}


/* service_detail banner */
.service__detail__banner-bottom {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .service_detail__banner {
        position: relative;
    }

    .service_detail__banner p {
        padding: 5px 10px;
        font-size: 10px;
        color: #fff;
        white-space: nowrap;
    }

    .service__detail__banner-bottom {
        margin-bottom: 20px;
    }

}