@charset "UTF-8";
/* CSS Document */


.flex {
	max-width: 1000px;
}
.flex .imgBox {
	width: 39%;
}
.flex .txtBox {
	width: 57%;
	text-align: left;
}
.flex .txtBox p.num {
	color: #CB5069;
	font-size: 40px;
	letter-spacing: 0.1em;
}
.flex .txtBox p.num span {
	font-size: 50%;
}
.flex .txtBox dl {
	
}
.flex .txtBox dt {
	font-size: 24px;
	padding: 1em 0;
}
.flex .txtBox dd {
	font-size: 15px;
}
.flex .txtBox dd .caption {
	font-size: 75%;
	padding-top: 1em;
}
.arw {
	width: 40%;
	max-width: 300px;
	height: 60px;
	margin: 50px auto;
	background-image: url("../images/arw.png");
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.flex .txtBox dl.dl02 {
	border: #777 solid 1px;
	padding: 1.5% 3%;
	margin-top: 1em;
}
.flex .txtBox dl.dl02 dt {
	font-size: 16px;
	padding: 0;
}
.flex .txtBox dl.dl02 dd {
	font-size: 13px;
}

@media screen and (max-width: 959px) {
	.flex {
		max-width: 600px;
	}
	.flex .imgBox {
		width: 100%;
		max-width: 390px;
		margin: 0 auto;
	}
	.flex .txtBox {
		width: 100%;
		text-align: center;
	}
	.flex .txtBox p.num {
		color: #CB5069;
		font-size: 40px;
		letter-spacing: 0.1em;
	}
	.flex .txtBox dt {
		font-size: clamp(23px, 6.4vw, 25px);
		padding: 0.2em 0;
	}
	.flex .txtBox dd {
		font-size: clamp(14px, 2vw, 16px);
	}
	.flex .txtBox dl.dl02 dt {
		font-size: clamp(14px, 2vw, 16px);
	}
	.flex .txtBox dl.dl02 dd {
		font-size: clamp(12px, 1.7vw, 14px);
	}
}

@media screen and (max-width: 599px) {
	.flex .txtBox dt {
		font-size: 5.9vw;
		font-size: clamp(21px, 5.9vw, 23px);
	}
	.flex .txtBox dd {
		font-size: 4vw;
		font-size: clamp(14px, 4vw, 16px);
	}
	.flex .txtBox dl.dl02 dt {
		font-size: 4vw;
		font-size: clamp(14px, 4vw, 16px);
	}
	.flex .txtBox dl.dl02 dd {
		font-size: 3.5vw;
		font-size: clamp(12px, 3.5vw, 14px);
	}
	.arw {
		margin: 20px auto;
	}
}
