@charset "UTF-8";

#c3 + .composite_box01 .wrapper_item {
    justify-content: center;
}

#c3 + div .inner_item:first-child {
    max-width: 80%;
}

#c3 + div .inner_item:not(:last-of-type) {
    border: none;
}

#c3 + div .inner_item:nth-of-type(2) {
    display: none;
}

@media screen and (max-width: 900px){
    #c3 + div .inner_item:first-child {
        max-width: 100%;
    }
}

/* 260116フォント色変更 */ 
#top_worries + section.composite_box01.block_images_15 .inner_item_txt {
color: #3c3736!important;
}

/* MV調整(2026/02/04) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv .mv_textimg img {
    min-height: initial;
}
@media only screen and (max-width: 768px) {
    #mv .mv_textimg {
        height: 97%;
        bottom: 3%;
    }
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}