@charset "UTF-8";

/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
sec_page_ttl
=============================================== */
#second .sec_page_ttl .ttl_range .ttl_mass h2 {
	color: #00698c;
}

/* ===============================================
sec_service
=============================================== */
.sec_service {
	padding: 0 0 0 0;
}

.sec_service .inner_sec {
	width: 1000px;
	margin: 0 auto;
}

/* -----------------------------------------------
list_range
----------------------------------------------- */
.sec_service .list_range {
	padding: 75px 0 0 0;
}

.sec_service .list_range .list_mass {
	margin: 0 0 90px 0;
}

.sec_service .list_range .list_mass h3 {
	margin: 0 0 25px 0;
	border-left: 7px solid #00698c;
	background-color: #f7f7f7;
}

.sec_service .list_range .list_mass h3 .txt {
	display: inline-block;
	padding: 12px 15px 10px 15px;
	color: #00698c;
	font-size: 19px;
	line-height: 1.2;
}

.sec_service .list_range .list_mass .category_txt_area {
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 1.8;
}

.sec_service .list_range .list_mass .list_area 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_service .list_range .list_mass .list_area li {
	position: relative;
	width: 495px;
}

.sec_service .list_range .list_mass .list_area li .logo_block {
	margin: 0 0 90px 0;
	text-align: center;
}

.sec_service .list_range .list_mass .list_area li .logo_block a img:hover {
	opacity: 0.7;
}

.sec_service .list_range .list_mass .list_area li .link_block {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.sec_service .list_range .list_mass .list_area li .link_block a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 22px 40px 21px 40px;
	border-radius: 12px;
	background: #fe9807;
	background-size: contain;
	color: #ffffff;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* flex */
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

.sec_service .list_range .list_mass .list_area li .link_block a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 18px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: translateY(-50%) rotation(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.sec_service .list_range .list_mass .list_area li .link_block a:hover {
	opacity: 0.7;
}

.sec_service .list_range .list_mass .list_area li .link_block a .txt {
	font-size: 15px;
	line-height: 1.2;
}

