@charset "utf-8";
/*------------------------------------------------------------
	correction
------------------------------------------------------------*/
#conts .common-bg {
	padding: 9.2rem 0 0;
}
#conts .headline01 {
	margin-bottom: 2.5rem;
}
#conts .img-box {
	margin-bottom: 7.6rem;
	display: flex;
	gap: 3.7rem;
}
#conts .img-box .photo-box {
	margin-top: 0.5rem;
	width: 48.4rem;
}
#conts .img-box .photo-box .switch {
	margin: 3rem 0 0;
	display: flex;
	background-color: #fff;
}
#conts .img-box .photo-box .switch span {
	width: 50%;
	min-height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 700;
	box-sizing: border-box;
	background-color: #2c2c2c;
	border: 2px solid transparent;
	cursor: pointer;
}
#conts .img-box .photo-box .switch span.active {
	border-color: #fff;
	background-color: #b90000;
}
#conts .img-box .text-box {
	flex: 1;
}
#conts .img-box .text-box p {
	text-align: justify;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 150%;
	color: #ECECEC;
}
#conts .reason .img-box .photo-box .photo {
	aspect-ratio: 484/300;
	overflow: hidden;
}
#conts .reason .img-box .photo-box .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#conts .effect {
	margin-bottom: 10rem;
}
@media all and (min-width: 768px) {
	#conts .img-box .photo-box .switch span:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	#conts .common-bg {
		padding-top: 5rem;
	}
	#conts .img-box {
		margin-bottom: 4.6rem;
		display: block;
	}
	#conts .img-box .text-box {
		margin-bottom: 1.5rem;
	}
	#conts .img-box .text-box p {
		font-size: 1.4rem;
	}
	#conts .img-box .photo-box {
		width: auto;
	}
	#conts .img-box .photo-box .switch {
		margin-top: 1.5rem;
	}
	#conts .img-box .photo-box .switch span {
		min-height: 4.2rem;
		font-size: 1.6rem;
	}
	#conts .effect {
		margin-bottom: 5rem;
	}
}