.acMenu dt {
    cursor: initial;
}

.movieSampleWrap {
    background-color: initial;
}

.ttl {
    margin-bottom: 20px;
    font-weight: normal;
    color: var(--color-main);
    padding: 0 0;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
}

.serviceFlex {
    margin-bottom: 30px;
}

/* 20231113 flex外す左寄せ 要素（説明文）width:100%;*/
.serviceFlex {
    display: flex;
    /*flex */
    justify-content: normal;
    /*元space-around*/
}

.pc_only {
    display: block;
}

@media screen and (max-width: 778px) {
    .serviceFlex.left {
        flex-direction: column;
    }
}

.serviceFlex.right .textBlock {
    margin-left: 0;
}

.serviceFlex .textBlock {
    width: 100%;
    /* 元50% */
}

/* /20231113 flex外す要素（説明文）width:100%; */

/* 20231106 画像サイズ変更 */
.structure_imgWrap {
    width: 70%;
    margin: 10px auto;
}

.structure_imgWrap img {
    width: 80%;
}

@media screen and (max-width: 640px) {
    .structure_imgWrap img {
        width: 100%;
    }
}

/* /20231106 画像サイズ変更 */

@media screen and (max-width: 640px) {
    .sp_hide_br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    /* 20231117 余白調節 */
    .mb50 {
        margin-bottom: 10px;
    }

    .mb30 {
        margin-bottom: 0;
    }

    .pageTitleBox {
        padding: 20px 0 0;
    }

    /* /20231117 余白調節 */
    /* 20231117 文字調節 */
    .f_size_22 {
        font-size: 16px !important;
        margin-bottom: 20px;
    }

    .pc_only {
        display: none;
    }
}
