.only-pc {
	display: none;
}

.only-sp {
	display: block;
}

@media all and (min-width: 768px) {
	.only-pc {
		display: block;
	}
	.only-sp {
		display: none;
	}
}

@media all and (min-width: 768px) {
	.sect_block .sect_title {
		font-size: 28px;
	}
}

#education .footnote {
	display: block;
	margin-top: 1em;
	text-align: right;
}

#education .sect_block .block_body {
	background-color: #FFF;
}

#education .sect_block .sect_head {
	margin-bottom: 3rem;
}

@media all and (min-width: 768px) {
	.col2-wrap {
		display: flex;
		justify-content: space-between;
	}
}

@media all and (min-width: 768px) {
	.col2-wrap .info_block {
		width: 485px;
	}
}

.col2-wrap .info_block + .info_block {
	margin-top: 20px;
}

@media all and (min-width: 768px) {
	.col2-wrap .info_block + .info_block {
		margin-top: 0;
	}
}

/* info_block */
.info_block {
	background-color: #FFF;
	padding: 20px 17px;
}

@media all and (min-width: 768px) {
	.info_block {
		padding: 30px 35px;
		padding-right: 65px;
	}
}

.info_block ._title {
	border-left: 3px solid #121f83;
	color: #121f83;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
	padding-left: 15px;
}

@media all and (min-width: 768px) {
	.info_block ._title {
		border-left: 6px solid #121f83;
		font-size: 24px;
		padding-left: 25px;
	}
}

@media all and (min-width: 768px) {
	.info_block .text_area {
		font-size: 16px;
	}
}

.info_block .sub-title {
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: .5em;
}

@media all and (min-width: 768px) {
	.info_block .sub-title {
		font-size: 20px;
	}
}

.general_training .training_list > ._title {
	color: #101885;
}

.training_list > dd + ._title {
	margin-top: 1em;
}

.training_list .text_list > li {
	display: inline-block;
	margin-right: 1em;
}

@media all and (min-width: 768px) {
	#educational_system .item-wrap {
		margin-top: 50px;
		display: flex;
		justify-content: space-between;
	}
}

#educational_system .left {
	position: relative;
}

@media all and (min-width: 768px) {
	#educational_system .left {
		margin-right: 50px;
		width: 250px;
	}
}

@media all and (min-width: 768px) {
	#educational_system .left .item-box {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	#educational_system .left .item-box .item-inner {
		flex: 1;
	}
}

#educational_system .left .item-box .ph {
	margin-top: 10px;
}

@media all and (min-width: 768px) {
	#educational_system .left .item-box .ph {
		margin-top: 50px;
	}
}

#educational_system .left:after {
	content: '';
	display: block;
	width: 57px;
	height: 24px;
	background: url(./images/ico-bot.png) 0 0 no-repeat;
	background-size: contain;
	margin: 10px auto;
}

@media all and (min-width: 768px) {
	#educational_system .left:after {
		width: 45px;
		height: 86px;
		background: url(./images/ico-right.png) 0 0 no-repeat;
		position: absolute;
		top: calc(50% - 10px);
		right: -30px;
	}
}

@media all and (min-width: 768px) {
	#educational_system .right {
		flex: 1;
	}
	#educational_system .right .item-box + .item-box {
		margin-top: 15px;
	}
}

#educational_system .right .ph {
	margin-top: 10px;
}

@media all and (min-width: 768px) {
	#educational_system .right .ph {
		margin-top: 15px;
	}
}

#educational_system .right .ph-wrap {
	margin-top: 15px;
	display: flex;
	justify-content: center;
}

@media all and (min-width: 768px) {
	#educational_system .right .ph-wrap {
		margin-top: 20px;
	}
}

#educational_system .right .ph01 {
	margin-top: -5px;
	margin-right: 25px;
}

@media all and (min-width: 768px) {
	#educational_system .right .ph01 {
		margin-top: -20px;
		margin-right: 60px;
	}
}

#educational_system img {
	width: auto;
	margin: auto;
}

#educational_system .label {
	background: #5a63a8;
	background: -moz-linear-gradient(top, #5a63a8 0%, #121f83 100%);
	background: -webkit-linear-gradient(top, #5a63a8 0%, #121f83 100%);
	background: linear-gradient(to bottom, #5a63a8 0%, #121f83 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a63a8', endColorstr='#121f83',GradientType=0 );
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	padding: 8px;
	text-align: center;
}

@media all and (min-width: 768px) {
	#educational_system .label {
		background: #5a63a8;
		background: -moz-linear-gradient(left, #5a63a8 0%, #121f83 100%);
		background: -webkit-linear-gradient(left, #5a63a8 0%, #121f83 100%);
		background: linear-gradient(to right, #5a63a8 0%, #121f83 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a63a8', endColorstr='#121f83',GradientType=1 );
		font-size: 20px;
		padding: 20px;
	}
}

#educational_system .item-inner {
	padding: 16px;
	border: 1px solid #c6c3bb;
	text-align: center;
}

@media all and (min-width: 768px) {
	#educational_system .item-inner {
		padding: 32px;
	}
}

#educational_system .item-inner p {
	font-size: 11px;
	line-height: 1.6;
}

@media all and (min-width: 768px) {
	#educational_system .item-inner p {
		font-size: 16px;
	}
}

#qualification .block_body ._title {
	font-size: 15px;
	color: #131f83;
	font-weight: bold;
	margin-bottom: .5em;
}

@media all and (min-width: 768px) {
	#qualification .block_body ._title {
		font-size: 20px;
	}
}

#qualification .mark_list {
	width: 100%;
}

@media all and (min-width: 768px) {
	#qualification .mark_list {
		display: flex;
		flex-wrap: wrap;
		margin-top: .5em;
	}
}

@media all and (min-width: 768px) {
	#qualification .mark_list li {
		width: 50%;
	}
}

#program .text_list li {
	font-size: 13px;
}

@media all and (min-width: 768px) {
	#program .text_list li {
		font-size: 16px;
	}
}

/*# sourceMappingURL=../_map/education/style.css.map */
