@charset "UTF-8";
.pointSection .overviewFrame {
	min-height: 810px;
	overflow: hidden;
}
.pg_jhs .pointSection .overviewFrame {
	background: url(../images/jhs/about_bg.png) no-repeat 0 0;
	background-size: cover;
}
.pg_hs .pointSection .overviewFrame {
	background: url(../images/hs/about_bg.png) no-repeat 0 0;
	background-size: cover;
}
.pointSection .overviewFrame .ttl_vertical {
	margin: -35px 0 0;
	float: right;
}
.pointSection .overviewFrame .box01 {
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
	float: right;
	margin: 20px 10px 30px 0;
	min-width: 500px;
	padding: 50px 15px 50px 45px;
	width: 62%;
}
.pointSection .overviewFrame .box {
	margin: 0 10px 30px 0;
}
.pointSection .overviewFrame .box:last-child {
	margin-bottom: 0;
}
.pointSection .overviewFrame .dt {
	font-size: 25px;
	line-height: 1;
	margin: 0 0 10px;
	padding: 0 0 0 15px;
	position: relative;
}
.pointSection .overviewFrame .dt:before {
	content: "";
	background: #d31e1e;
	bottom: 2px;
	display: block;
	left: 0;
	position: absolute;
	top: -2px;
	width: 4px;
}
.pg_jhs .pointSection .overviewFrame .dt:before {
	background: #d31e1e;
}
.pg_hs .pointSection .overviewFrame .dt:before {
	background: #172F6B;
}
.pg_annex .pointSection .overviewFrame .dt:before {
	background: #15AA00;
}
.pg_others .pointSection .overviewFrame .dt:before {
	background: #005bab;
}
.pointSection .overviewFrame .dt a {
	text-decoration: none;
}
.pointSection .overviewFrame .dd {
	font-size: 18px;
}

/* 幅900px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
	.pointSection .overviewFrame {
		min-height: 100%;
	}
	.pointSection .overviewFrame .ttl_vertical {
		margin: -35px 0 0;
	}
	.pointSection .overviewFrame .box01 {
		margin: 20px 10px 30px 0;
		min-width: 500px;
		padding: 40px 15px 40px 35px;
		width: 75%;
	}
	.pointSection .overviewFrame .dt {
		font-size: 20px;
	}
	.pointSection .overviewFrame .dd {
		font-size: 16px;
	}
}

/* 幅768px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	.pointSection .overviewFrame {
		background: none !important;
		min-height: 100%;
	}
	.pointSection .overviewFrame .ttl_vertical {
		float: none;
		font-size: 22px;
		margin: 0 0 30px 18px;
	}
	.pointSection .overviewFrame .box01 {
		float: none;
		margin: 0 auto;
		min-width: 100%;
		padding: 30px;
		width: auto;
	}
	.pointSection .overviewFrame .dt {
		font-size: 18px;
	}
	.pointSection .overviewFrame .dd {
		font-size: 15px;
	}
}

/* 幅375px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 375px) {
	.pointSection .overviewFrame .ttl_vertical {
		font-size: 18px;
	}
	.pointSection .overviewFrame .box01 {
		padding: 15px;
	}
}
