@charset "UTF-8";

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
sec_mv
=============================================== */
.sec_mv {
	background-color: #f2f5fc;
}

.sec_mv .inner_sec {
	position: relative;
	width: 93.75%;
	margin: 0 auto;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
/* -----------------------------------------------
ttl_mass
*/
.sec_mv .about_range .ttl_mass {
	padding: 0 0 20px 0;
	text-align: center;
}

.sec_mv .about_range .ttl_mass .sub {
	display: block;
	margin: 0 0 5px 0;
	font-size: 14px;
}

.sec_mv .about_range .ttl_mass .main {
	display: block;
	color: #055bb0;
	font-size: 24px;
}

/* -----------------------------------------------
view_mass
*/
.sec_mv .about_range .view_mass {
	position: relative;
	top: auto;
	right: auto;
	margin: 0 0 30px 0;
	padding: 20px 0 0 0;
	text-align: center;
}

#wrapper .sec_mv .about_range .view_mass img {
	width: 60%;
	max-width: 280px;
}

/* ===============================================
sec_company
=============================================== */
.sec_company {
	margin: 0 0 0 0;
	background-color: #ffffff;
	-webkit-clip-path: none;
	clip-path: none;
}

.sec_company .inner_sec {
	position: relative;
	padding: 50px 0 30px 0;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
.sec_company .about_range {
	width: 93.75%;
	margin: 0 auto;
}

/* -----------------------------------------------
ttl_mass
*/
.sec_company .about_range .ttl_mass {
	margin: 0 0 30px 0;
}

.sec_company .about_range .ttl_mass h3 {
	color: #055bb0;
	font-size: 20px;
	text-align: center;
}

/* -----------------------------------------------
about_mass
*/
.sec_company .about_range .about_mass {
	margin: 0 0 25px 0;
}

.sec_company .about_range .about_mass .ly_border {
	width: 100%;
	height: 12px;
}

.sec_company .about_range .about_mass h4 {
	margin: 15px 0 15px 0;
	color: #055bb0;
	font-size: 17px;
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec_company .about_range .about_mass h4:before {
	content: "";
	width: 15px;
	height: 2px;
	margin-right: 10px;
	background-color: #055bb0;
}

/* -----------------------------------------------
about_box_mass
*/
.sec_company .about_range .about_mass.about_box_mass .info_area li {
	margin: 5px 0 0 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
}

.sec_company .about_range .about_mass.about_box_mass .info_area li:first-child {
	margin: 0 0 0 0;
}

.sec_company .about_range .about_mass.about_box_mass .info_area .label_block {
	width: 5em;
	margin: 0 0 0 0;
	font-size: 14px;
	/* justify */
	text-align:justify;
	text-align-last:justify;
}

.sec_company .about_range .about_mass.about_box_mass .info_area .slash_block {
	width: 3em;
	margin: 0 0 0 0;
	font-size: 14px;
	text-align: center;
}

.sec_company .about_range .about_mass.about_box_mass .info_area .txt_block {
	margin: 0 0 0 0;
	font-size: 14px;
	/* flex */
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

/* -----------------------------------------------
business_box_mass
*/
.sec_company .about_range .about_mass.business_box_mass .info_area li {
	margin: 5px 0 0 0;
	font-size: 14px;
}

.sec_company .about_range .about_mass.business_box_mass .info_area li:first-child {
	margin: 0 0 0 0;
}


/* ===============================================
sec_message
=============================================== */
.sec_message {
	margin: 0 0 0 0;
	background-color: #f2f5fc;
	-webkit-clip-path: none;
	clip-path: none;
}

.sec_message .inner_sec {
	position: relative;
	padding: 40px 0 50px 0;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
.sec_message .about_range {
	width: 93.75%;
	margin: 0 auto;
}

/* -----------------------------------------------
ttl_mass
*/
.sec_message .about_range .ttl_mass {
	margin: 0 0 20px 0;
}

.sec_message .about_range .ttl_mass h3 {
	color: #055bb0;
	font-size: 20px;
	text-align: center;
}

/* -----------------------------------------------
about_mass
*/
.sec_message .about_range .about_mass {
	/* 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_message .about_range .about_mass .view_area {
	margin: 40px 0 0 0;
	text-align: center;
}

#wrapper .sec_message .about_range .about_mass .view_area img {
	width: 50%;
	max-width: 213px;
}

.sec_message .about_range .about_mass .txt_area {
	width: 100%;
	margin: 0 50px 0 0;
}

.sec_message .about_range .about_mass .txt_area .txt_block {
	margin: 0 0 30px 0;
	font-size: 14px;
	line-height: 2;
}

.sec_message .about_range .about_mass .txt_area .signature_block {
	text-align: center;
}

.sec_message .about_range .about_mass .txt_area .signature_block .inner_block {
	display: inline-block;
	text-align: left;
}

.sec_message .about_range .about_mass .txt_area .signature_block .company_item {
	margin: 0 0 5px 0;
	font-size: 16px;
}

.sec_message .about_range .about_mass .txt_area .signature_block .signature_item {
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec_message .about_range .about_mass .txt_area .signature_block .signature_item .signature_cell {
	margin: 0 15px 0 0;
	font-size: 16px;
	line-height: 1.1;
}


/* ===============================================
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----------------------------------------------------*/