/*********************************************/

.cap_wrap{
	max-width:980px;
	margin:0 auto;
}

.cap_wrap p{
	font-size:12px;
	text-indent:-1em;
	padding-left:1em;
	color:#000;
}

.cap_l{
	font-size:12px;
	color:#000;
}

.black{
	color:#000;
}

@media screen and (max-width: 480px) {
	.cap_l,
	.cap_wrap p{
		font-size:10px;
	}
}

.contentsArea .ttl {
	background: #232a5c;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 35px 20px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.contentsArea .ttl {
		font-size: 22px;
		padding: 20px;
	}
}
/*********************************************/
.contents {
	box-sizing: content-box;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 960px;
}
.box {
	border: 5px solid #e2e4f9;
	box-shadow: 10px 10px 0 #f5f5f5;
	display: flex;
	justify-content: space-between;
	margin: 100px auto;
	padding: 40px 50px;
	position: relative;
}
.box .num {
	align-items: center;
	background: #232a5c;
	border-radius: 10px;
	color: #fff;
	display: flex;
	font-size: 60px;
	justify-content: center;
	height: 100px;
	left: 0;
	line-height: 1;
	margin: 0 auto;
	padding-top: 15px\0;
	position: absolute;
	right: 0;
	top: -50px;
	width: 100px;
}
.box .text {
	margin-top: 20px;
	width: calc(520% / 8.5);
}
.box .text .txt01 {
	border-bottom: 1px solid;
	color: #232a5c;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.box .text .read {
	font-size: 18px;
}
.box .text .read_s {
	font-size: 14px;
	line-height: 1.5;
}
.box .text .read_box {
	background: #f5f2e9;
	font-size: 16px;
	line-height: 1.5;
	padding: 20px;
}
.box .img {
	text-align: center;
	width: calc(287% / 8.5);
}
.box .arrow {
	color: #232a5c;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.05em;
	padding-top: 40px;
	position: relative;
}
.box .arrow:before {
	content: "";
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -30px;
	border: 30px solid transparent;
	border-top: 17px solid #232a5c;
}
@media screen and (max-width: 768px) {
	.box .text .txt01 {
		font-size: 20px;
	}
	.box .text .read {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.box {
		box-shadow: 10px 10px 0 #f5f5f5;
		display: block;
		margin: 60px auto;
		padding: 65px 30px 50px;
	}
	.box .num {
		height: 80px;
		top: -40px;
		width: 80px;
	}
	.box .text {
		margin-top: 0;
		width: 100%;
	}
	.box .text .txt01 {
		margin-bottom: 30px;
		text-align: center;
	}
	.box .arrow {
		padding-top: 0;
		padding-left: 40px;
		text-align: center;
	}
	.box .arrow:before {
		top: 50%;
		left: 20%;
		margin-top: -17px;
		border: 17px solid transparent;
		border-left: 17px solid #232a5c;
	}
}
@media screen and (max-width: 480px) {
	.box {
		padding: 45px 20px 30px;
	}
	.box .num {
		font-size: 30px;
		height: 60px;
		top: -30px;
		width: 60px;
	}
	.box .text .txt01 {
		font-size: 16px;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	.box .text .read {
		font-size: 14px;
	}
	.box .text .read_s {
		font-size: 13px;
	}
	.box .arrow {
		font-size: 18px;
		padding-left: 20px;
	}
	.box .arrow:before {
		left: 15%;
		margin-top: -10px;
		border: 10px solid transparent;
		border-left: 10px solid #232a5c;
	}
	.box .text .read_box {
		font-size: 13px;
	}
}
/*********************************************/