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

body.only_min-width {
/*	dedicated PAGE ONLY*/
	min-width: 1220px;
}
@media screen and (max-width: 767px) {
	body.only_min-width {
	/*	dedicated PAGE ONLY*/
		min-width: 100%;
	}
}

sup {
/*	margin-right: -.5em;*/
	font-weight: normal;
}



.h-title_i  {
	width: 100%;
	position: relative;
	margin: 0 auto 40px;
	padding-bottom: 16px;
	font-size: 34px;
	text-align: center;
	line-height: 1.4;
}
	.h-title_i::after {
		background-color: #2b39c2;
		content: "";
		width: 40px;
		height: 2px;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -20px;
	}

.h-title_i-w {
	color: #fff;
}
	.h-title_i-w::after {
		background-color: #fff;
	}

@media screen and (max-width: 767px) {
	.h-title_i  {
		font-size: 26px;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
	.h-title_i img {
		margin: auto;
	}
}/*/max-width: 767px*/



.page-title_sub_text {
    display: block;
    margin-top: 14px;
    font-weight: normal;
    color: #333;
    font-size: 20px;
    letter-spacing: 2.3px;
}


.dedicated-content_inner {
	margin: 60px auto 0;
  width: 1220px;
	padding:0 60px;
	box-sizing: border-box;	
}
@media screen and (max-width: 767px) {
	.dedicated-content_inner {
		margin-top: 40px;
		width: 100%;
    padding: 0 15px;
	}	
}



.dedicated-comments {
	margin-bottom: 60px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
}
	.dedicated-comments a {
		color: #2B38C2;
		text-decoration: none;
		border-bottom: dotted 2px #606AD1;
	}

.icon_first {
	padding-right: 10px;
	vertical-align: text-top;
	display: inline-block;
}
	.icon_first img {
		width: 14px;
	}

@media screen and (max-width: 767px) {
	.dedicated-comments {
		font-size: 18px;
	}
	
	.icon_first {
		padding-right: 6px;
		vertical-align: middle;
	}
		.icon_first img {
			width: 12px;
		}
}/*/max-width: 767px*/



.img-sclool img {
	width: 100%;
	
}

@media screen and (max-width: 767px) {
	.img-sclool {
		overflow-y: hidden;
		overflow-x: scroll;
		margin-right: -15px;
	}
		.img-sclool img {
			min-width: 640px;
		}
}/*/max-width: 767px*/



.dedicated-cv_contact {
	margin-top: 80px;
	box-sizing: border-box;
	padding: 60px 0;
	background-color: #2b39c2;
	color: #fff;
	text-align: center;
}
	.dedicated-cv_contact p {
		font-size: 16px;
	}

.dedicated-btn-block {
	text-align: center;
}
.dedicated-btn-cv-next {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 320px;
	padding: 16px 10px 17px 10px;
	background-color: #fff;
	color: #2b39c2;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 1.4px;
	text-align: center;
}
	.dedicated-btn-cv-next::after {
		content: "";
		background: url(../../../image/icon-next-b.svg) no-repeat center center;
		background-size: 11px 18px;
		width: 11px;
		height: 18px;
		position: absolute;
		top: 50%;
		right: 12px;
		margin-top: -9px;
	}
		.dedicated-btn-block a:hover {
			opacity: 1;
			background-color:#394bff;
		}

@media screen and (max-width: 767px) {
	.dedicated-cv_contact {
		margin-top: 60px;
		padding: 40px 15px 60px;
	}
	.dedicated-btn-cv-next {
			width: 100%;
			max-width: 300px;
			font-size: 1.5rem;
			letter-spacing: normal;
	}
	.dedicated-btn-cv-next::after {
			background-size: 9px 16px;
			width: 9px;
			height: 16px;
			margin-top: -8px;
	}
}/*/max-width: 767px*/






