@charset "utf-8";

.mv {
	max-width: 908px;
}

.mv_adjust{
	text-align: center;
}
.mv_adjust img{
	max-width: 736px;
}
@media screen and (max-width: 767px){
	.mv_adjust img{
		max-width: 100%;
	}
}

/* バナー幅 */
.w-65 {
	width: 65% !important;
	min-width: 0 !important
}

img.w-65 {
	height: auto !important;
}

@media screen and (max-width: 767px) {
	.w-100-sp {
		width: 100% !important;
		min-width: 0 !important;
	}

	img.w-100-sp {
		height: auto !important;
	}
}

#moreaco {
	height: 0;
}

#moreaco.is-open {
	height: auto;
}


/* list */
.list-note-star>li::before {
	content: "★";
	position: absolute;
	top: 0;
	left: 0;
}


.list-num-circle-blk>li:before {
    background: #fff !important;
    color: #333 !important;
	border: 1px solid #333 !important;
}


.text-inter {
	/* google 表記用*/
	font-family: "Inter", "Noto Sans JP", sans-serif;
}