@charset "utf-8";
/*------------------------------------------------------------
	correction
------------------------------------------------------------*/
#conts .common-bg {
	padding: 92px 0 0;
}
#conts .headline01 {
	margin-bottom: 25px;
}
#conts .img-box {
	margin-bottom: 76px;
	display: flex;
	gap: 37px;
}
#conts .img-box .photo-box {
	margin-top: 5px;
	width: 484px;
}
#conts .img-box .photo-box .switch {
	margin: 30px 0 0;
	display: flex;
	background-color: #fff;
	text-align: center;
}
#conts .img-box .photo-box .switch span {
	width: 50%;
	min-height: 50px;
	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;*/
	line-height: 1.625;
	letter-spacing: 0.08em;
}
#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: 100px;
}
@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: 50px;
	}
	#conts .img-box {
		margin-bottom: 46px;
		display: block;
	}
	#conts .img-box .text-box {
		margin-bottom: 15px;
	}
	#conts .img-box .text-box p {
		line-height: 1.5;
	}
	#conts .img-box .photo-box {
		width: auto;
	}
	#conts .img-box .photo-box .switch {
		margin-top: 15px;
	}
	#conts .img-box .photo-box .switch span {
		min-height: 42px;
		font-size: 1.6rem;
	}
	#conts .effect {
		margin-bottom: 50px;
	}
}
