@charset "UTF-8";

/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
sec_mv
=============================================== */
.sec_mv {
	background-color: #f2f5fc;
}

.sec_mv .inner_sec {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
/* -----------------------------------------------
ttl_mass
*/
.sec_mv .about_range .ttl_mass {
	padding: 150px 0 330px 0;
}

.sec_mv .about_range .ttl_mass .sub {
	display: block;
	margin: 0 0 5px 0;
	font-size: 20px;
}

.sec_mv .about_range .ttl_mass .main {
	display: block;
	color: #055bb0;
	font-size: 42px;
}

/* -----------------------------------------------
view_mass
*/
.sec_mv .about_range .view_mass {
	position: absolute;
	top: 0;
	right: 20px;
}


/* ===============================================
sec_faq
=============================================== */
.sec_faq {
	margin: -210px 0 0 0;
	background-color: #ffffff;
	-webkit-clip-path: polygon(0 0,100% 180px,100% 100%,0% 100%);
	clip-path: polygon(0 0,100% 180px,100% 100%,0% 100%);
}

.sec_faq .inner_sec {
	position: relative;
	padding: 200px 0 0 0;
}

/* -----------------------------------------------
category_range
----------------------------------------------- */
.sec_faq .category_range {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 60px 0;
}

.sec_faq .category_range ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
	/*
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    */
}

.sec_faq .category_range li {
	width: 19%;
	margin: 0 0 0 2%;
}

.sec_faq .category_range li:first-child {
	margin: 0 0 0 0;
}

.sec_faq .category_range li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 5px 20px 45px;
	border: 2px solid #055bb0;
	border-radius: 8px;
	background-color: #ffffff;
	font-size: 13px;
	text-align: center;
	line-height: 1.5;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_faq .category_range li a:hover {
	opacity: 0.7;
}

.sec_faq .category_range li a:before {
	position: absolute;
	top: 50%;
	left: 18px;
	display: inline-block;
	content: "";
	margin: 0 0 0 0;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 14px solid #055bb0;
	/* transform */
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sec_faq .category_range li a .txt {
	height: 100%;
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/* -----------------------------------------------
faq_list_range
----------------------------------------------- */
.sec_faq .faq_list_range {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

/* -----------------------------------------------
cl_mass
*/
.sec_faq .faq_list_range .cl_mass {
	padding: 0 0 65px 0;
}

.sec_faq .faq_list_range h3 {
	margin: 0 0 30px 0;
	padding: 7px 0 6px 18px;
	border-left: 6px solid #9bca00;
}

.sec_faq .faq_list_range h3 .txt {
	font-size: 24px;
}

.sec_faq .faq_list_range ul li {
	margin: 20px 0 0 0;
}

.sec_faq .faq_list_range ul li:first-child {
	margin: 0 0 0 0;
}

.sec_faq .faq_list_range .q_area {
	position: relative;
	min-height: 35px;
	padding: 8px 50px 8px 50px;
	background-color: #055bb0;
	color: #ffffff;
	font-size: 17px;
	cursor: pointer;
	/* flex */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.sec_faq .faq_list_range .q_area:before {
	position: absolute;
	top: 8px;
	left: 7px;
	display: inline-block;
	content: "";
	width: 33px;
	height: 34px;
	background: url(../../img/contents/page/icon/icon_faq_list_q.png) no-repeat 0 0;
}

.sec_faq .faq_list_range .q_area:hover {
	opacity: 0.7;
}

.sec_faq .faq_list_range .a_area {
	display: none;
	position: relative;
	min-height: 39px;
	margin: 0 0 0 0;
	padding: 14px 50px 20px 50px;
	color: #055bb0;
	font-size: 16px;
}

.sec_faq .faq_list_range ul li.on .a_area {
	display: block;
}

.sec_faq .faq_list_range .a_area:before {
	position: absolute;
	top: 7px;
	left: 7px;
	display: inline-block;
	content: "";
	width: 33px;
	height: 34px;
	background: url(../../img/contents/page/icon/icon_faq_list_a.png) no-repeat 0 0;
}

.sec_faq .faq_list_range .a_area a {
	color: #036eb1;
	text-decoration: underline;
}

.sec_faq .faq_list_range .a_area a:hover {
	opacity: 0.7;
}

.sec_faq .faq_list_range ol li {
	margin: 2px 0 0 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
	list-style-type: none;
}

.sec_faq .faq_list_range ol li:first-child {
	margin: 0 0 0 0;
}


/* ===============================================
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;
}

