@charset "UTF-8";

/* MV調整(2025/11/05) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
#mv .mv_textimg {
    left: 0;
    width: 100%;
    height: 100%;
}
#mv .mv_textimg > div {
    width: 45%;
    left: 2%;
    bottom: 2%;
}
#mv .mv_textimg img {
    width: 100%;
    max-width: initial;
}
#mv .mv_textimg a {
    width: 40%;
    aspect-ratio: 50 / 9;
    left: 1%;
    bottom: 2%;
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}
@media screen and (min-width: 901px) {
    #mv_outer:before {
        content: none;
    }
}

/*-----　交通事故・むちうち/施術料金　見出しサイズ調整　-----*/
@media screen and (max-width: 480px) {
    #c2+div .heading.block_header_4 .h {
        font-size: 2.6rem !important;
    }
}