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

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::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*/


.cv_contact {
	display: table;
	width: 100%;
	background-color: #2b39c2;
	margin-top: 80px;
	height: 338px;
	color: #fff;
}

.cv_contact a {
	color: #fff;
}
.cv_contact_left {
	display: table-cell;
	box-sizing: border-box;
	width: 50%;
	background: #fff url(../../../image/contact_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px;
	vertical-align: middle;
	text-align: center;
}

.cv_contact_right {
	display: table-cell;
	box-sizing: border-box;
	width: 50%;
	padding: 40px;
	vertical-align: middle;
	text-align: center;
}

.cv_contact_left_text-b {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.6px;
}
.cv_contact_left_text {
	margin-top: 25px;
	font-size: 14px;
	font-weight: normal;
}

.cv_contact_right_tel{
	display: inline-block;
	position: relative;
	padding-left: 45px;
	font-size: 44px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 1.2;
}
	.cv_contact_right_tel:before {
		content: "";
	 	background: url(../../../image/icon-tel.png) no-repeat center center;
    background-size: 35px 35px;
		width: 35px;
    height: 35px;
		position: absolute;
		top:50%;
		left: 0;
		margin-top: -18px;
	}

.cv_contact_right_mail{
	display: inline-block;
	position: relative;
	padding: 5px 10px 3px 60px;
	box-sizing: border-box;
	width: 340px;
	height: 48px;
	margin: 30px auto 0;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1.6px;
	border: 1px solid #fff;
}
	.cv_contact_right_mail:before {
		content: "";
		background: url(../../../image/icon-mail.png) no-repeat center center;
		background-size: 35px 24px;
		width: 35px;
		height: 24px;
		position: absolute;
		top:50%;
		left: 30px;
		margin-top: -12px;
	}

.cv_contact_right_text {
	font-size: 14px;
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
.cv_contact {
	display: block;
	width: 100%;
/*	margin-top: 80px;*/
	height: auto;
}/*/max-width: 767px*/

.cv_contact_left {
	display: block;
	width: 100%;
	background: #fff url(../../../image/contact_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 40px 15px;
	vertical-align: middle;
	text-align: center;
}

.cv_contact_right {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 40px 15px;
	vertical-align: middle;
	text-align: center;
}

.cv_contact_left_text-b {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1rem;
}
.cv_contact_left_text {
	margin-top: 25px;
	font-size: 14px;
	font-weight: normal;
}

.cv_contact_right_tel{
	display: inline-block;
	position: relative;
	padding-left: 40px;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 0.2rem;
	line-height: 1.2;
}
	.cv_contact_right_tel:before {
		content: "";
	 	background: url(../../../image/icon-tel.png) no-repeat center center;
    background-size: 28px 28px;
		width: 28px;
    height: 28px;
		position: absolute;
		top:50%;
		left: 0;
		margin-top: -14px;
	}

.cv_contact_right_mail{
	position: relative;
	padding: 6px 10px 3px 40px;
	box-sizing: border-box;
	width: 100%;
	max-width: 300px;
	height: 48px;
	margin: 14px auto 0;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1.6px;
	border: 1px solid #fff;
}
	.cv_contact_right_mail:before {
		content: "";
		background: url(../../../image/icon-mail.png) no-repeat center center;
		background-size: 28px auto;
		width: 35px;
		height: 20px;
		position: absolute;
		top:50%;
		left: 20px;
		margin-top: -10px;
	}

.cv_contact_right_text {
	margin-top: 18px;
}

}/*/company-info(max-width: 767px)*/




