@charset "UTF-8";

/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
sec_service
=============================================== */
.sec_service {
	margin: 0 0 0 0;
	background-color: #f2f5fc;
/*
	-webkit-clip-path: polygon(0 0,100% 170px,100% 100%,0% 100%);
	clip-path: polygon(0 0,100% 170px,100% 100%,0% 100%);
*/
}

.sec_service .inner_sec {
	position: relative;
	padding: 150px 0 130px 0;
	background: url(../../img/contents/service/sec_service_bg_01.jpg) no-repeat center 400px;
	background-size: contain;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_service .ttl_range {
	width: 1000px;
	margin: 0 auto;
}

/* -----------------------------------------------
ttl_mass
*/
.sec_service .ttl_range .ttl_mass {
	margin: 0 0 60px 0;
}

.sec_service .ttl_range .ttl_mass .sub {
	display: block;
	margin: 0 0 5px 0;
	font-size: 20px;
}

.sec_service .ttl_range .ttl_mass .main {
	display: block;
	color: #055bb0;
	font-size: 42px;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
.sec_service .about_range {
	width: 1000px;
	margin: 0 auto 25px auto;
	background-color: #ffffff;
	padding: 55px 35px 80px 35px;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* -----------------------------------------------
about_01_range
----------------------------------------------- */
/* -----------------------------------------------
ttl_mass
*/
.sec_service .about_01_range .ttl_mass {
	margin: 0 0 50px 0;
	text-align: center;
}

.sec_service .about_01_range .ttl_mass h3 {
	margin: 0 0 10px 0;
	color: #055bb0;
	font-size: 32px;
}

.sec_service .about_01_range .ttl_mass .lead_area {
	font-size: 24px;
}

/* -----------------------------------------------
cont_mass
*/
.sec_service .about_01_range .cont_mass {
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sec_service .about_01_range .cont_mass .txt_area {
	width: 460px;
	font-size: 15px;
	line-height: 1.8;
}

/* -----------------------------------------------
cont_01_mass
*/
.sec_service .about_01_range .cont_01_mass {
	margin: 0 0 35px 0;
}

.sec_service .about_01_range .cont_01_mass h4 {
	margin: 0 0 18px 0;
	color: #055bb0;
	font-size: 24px;
	line-height: 1.5;
}

/* -----------------------------------------------
cont_02_mass
*/
.sec_service .about_01_range .cont_02_mass {
	margin: 0 0 15px 0;
}

.sec_service .about_01_range .cont_02_mass .view_area {
	margin: 30px 0 0 0;
}

/* -----------------------------------------------
cont_03_mass
*/
.sec_service .about_01_range .cont_03_mass {
	margin: 0 0 80px 0;
}

.sec_service .about_01_range .cont_03_mass .txt_area {
	margin: 35px 0 0 0;
}

/* -----------------------------------------------
cont_04_mass
*/
.sec_service .about_01_range .cont_04_mass h4 {
	margin: 0 0 18px 0;
	color: #055bb0;
	font-size: 24px;
	line-height: 1.5;
}

.sec_service .about_01_range .cont_04_mass .txt_area {
	margin: 0 0 25px 0;
	font-size: 15px;
	line-height: 1.8;
}

.sec_service .about_01_range .cont_04_mass .view_area {
	padding: 20px 0 0 0;
	text-align: center;
}

/* -----------------------------------------------
about_03_range
----------------------------------------------- */
/* -----------------------------------------------
ttl_mass
*/
.sec_service .about_03_range .ttl_mass {
	margin: 0 0 44px 0;
	text-align: center;
}

.sec_service .about_03_range .ttl_mass h3 {
	margin: 0 0 10px 0;
	color: #055bb0;
	font-size: 32px;
}

.sec_service .about_03_range .ttl_mass .lead_area {
	font-size: 24px;
}

/* -----------------------------------------------
cont_mass
*/
.sec_service .about_03_range .cont_mass .txt_area {
	margin: 0 0 65px 0;
	font-size: 15px;
	line-height: 1.8;
}

.sec_service .about_03_range .cont_mass .view_area {
	padding: 0 0 0 0;
	text-align: center;
}


/* ===============================================
sec_contact
=============================================== */
.sec_contact {
	border-top: 1px solid #e7e7e7;
	background: url(../../img/contents/page/bg/bg_contact_01.jpg) repeat 0 0;
}

.sec_contact .inner_sec {
	padding: 130px 0 130px 0;
}

/* -----------------------------------------------
contact_range
----------------------------------------------- */
.sec_contact .contact_range .lead_mass {
	margin: 0 0 30px 0;
	color: #004088;
	font-size: 26px;
	text-align: center;
}

.sec_contact .contact_range .bt_mass {
	margin: 0 0 0 0;
	text-align: center;
}


.sec_contact .contact_range .bt_mass a:hover {
	opacity: 0.7;
}

