@charset "UTF-8";

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
sec_service
=============================================== */
.sec_service {
	margin: 0 0 0 0;
	background-color: #f2f5fc;
	-webkit-clip-path: none;
	clip-path: none;
}

.sec_service .inner_sec {
	position: relative;
	padding: 40px 0 40px 0;
	background: none;
	background-size: contain;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_service .ttl_range {
	width: 93.75%;
	margin: 0 auto;
}

/* -----------------------------------------------
ttl_mass
*/
.sec_service .ttl_range .ttl_mass {
	margin: 0 0 30px 0;
	text-align: center;
}

.sec_service .ttl_range .ttl_mass .sub {
	display: block;
	margin: 0 0 5px 0;
	font-size: 14px;
}

.sec_service .ttl_range .ttl_mass .main {
	display: block;
	color: #055bb0;
	font-size: 24px;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
.sec_service .about_range {
	width: 93.75%;
	margin: 0 auto 15px auto;
	background-color: #ffffff;
	padding: 30px 8px 30px 8px;
	/* 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 30px 0;
	text-align: center;
}

.sec_service .about_01_range .ttl_mass h3 {
	margin: 0 0 10px 0;
	color: #055bb0;
	font-size: 19px;
	text-align: left;
}

.sec_service .about_01_range .ttl_mass .lead_area {
	font-size: 16px;
	text-align: left;
}

/* -----------------------------------------------
cont_mass
*/
.sec_service .about_01_range .cont_mass {
	/* flex */
	display: block;
}

.sec_service .about_01_range .cont_mass .txt_area {
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 2;
}

.sec_service .about_01_range .cont_mass .view_area {
	text-align: center;
}

/* -----------------------------------------------
cont_01_mass
*/
.sec_service .about_01_range .cont_01_mass {
	margin: 0 0 25px 0;
}

.sec_service .about_01_range .cont_01_mass h4 {
	margin: 0 0 10px 0;
	font-size: 17px;
	line-height: 1.5;
}

/* -----------------------------------------------
cont_02_mass
*/
.sec_service .about_01_range .cont_02_mass {
	margin: 0 0 35px 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.sec_service .about_01_range .cont_02_mass .view_area {
	margin: 0 0 0 0;
}

/* -----------------------------------------------
cont_03_mass
*/
.sec_service .about_01_range .cont_03_mass .txt_area {
	margin: 0 0 20px 0;
}

/* -----------------------------------------------
cont_04_mass
*/
.sec_service .about_01_range .cont_04_mass h4 {
	margin: 0 0 10px 0;
	font-size: 17px;
	line-height: 1.5;
}

.sec_service .about_01_range .cont_04_mass .txt_area {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 2;
}

.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 30px 0;
	text-align: center;
}

.sec_service .about_03_range .ttl_mass h3 {
	margin: 0 0 10px 0;
	color: #055bb0;
	font-size: 18px;
	text-align: left;
}

.sec_service .about_03_range .ttl_mass .lead_area {
	font-size: 16px;
	text-align: left;
}

/* -----------------------------------------------
cont_mass
*/
.sec_service .about_03_range .cont_mass .txt_area {
	margin: 0 0 35px 0;
	font-size: 14px;
	line-height: 2;
}

.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;
}

.sec_contact .inner_sec {
	width: 93.75%;
	margin: 0 auto;
	padding: 50px 0 50px 0;
}

/* -----------------------------------------------
contact_range
----------------------------------------------- */
.sec_contact .contact_range .lead_mass {
	margin: 0 0 30px 0;
	color: #004088;
	font-size: 17px;
	text-align: center;
}

.sec_contact .contact_range .bt_mass {
	text-align: center;
}


.sec_contact .contact_range .bt_mass a:hover {
	opacity: 0.7;
}

#wrapper .sec_contact .contact_range .bt_mass img {
	width: 100%;
	max-width: 575px;
}


}/* End SP----------------------------------------------------*/