@charset "UTF-8";

.meritBOX {
	display: flex;
justify-content: space-between;
	margin-bottom: 50px;
}
.meritBOX.rev {
	display: flex;
justify-content: space-between;
	flex-direction: row-reverse;
}

.meritBOX .ph {
	width: 48.5%;
}
.meritBOX .text {
	width: 48.5%;
}
.meritBOX .text h3 {
	 font-family: "Shippori Mincho B1", serif;
	font-size: clamp(1.7rem, 2.5vw, 3rem);
	color:#023c99;
	margin-bottom: 10px;
}
.meritBOX .text p {
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
}



@media screen and (max-width: 834px){
	
.meritBOX {
	display: flex;
	flex-direction: column;
justify-content: space-between;
	margin-bottom: 20px;
}
.meritBOX.rev {
	display: flex;
justify-content: space-between;
	flex-direction: column;
}

.meritBOX .ph {
	width: auto;
	margin-bottom: 10px;
}
.meritBOX .text {
	width: auto;
}
.meritBOX .text h3 {
	 font-family: "Shippori Mincho B1", serif;
	font-size: clamp(2rem, 2.5vw, 3rem);
	text-align: center;
	margin-bottom: 5px;
}
.meritBOX .text p {
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
}

	
}