@charset "UTF-8";

/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
wrap_cont
=============================================== */
#wrap_cont {
	border-top: none;
}

/* ===============================================
sec_main_view
=============================================== */
.sec_main_view {
	padding: 0 0 0 0;
}

/* -----------------------------------------------
main_range
----------------------------------------------- */
.sec_main_view .main_range h2 {
	overflow: hidden;
	position: relative;
}

.sec_main_view .main_range .logo_area {
	display: block;
	position: relative;
	width: 200%;
	margin: 0 -50%;
	text-align: center;
}

.sec_main_view .main_range .txt_area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sec_main_view .main_range .txt_area .txt_block {
	display: block;
	position: relative;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sec_main_view .main_range .txt_area .txt_block .txt {
/*
	position: absolute;
	top: 50%;
	right: 0;
*/
	padding: 0 380px 0 0;
	color: #016934;
	font-size: 46px;
	transform: translateY(-25px); 
}


/* ===============================================
sec_intro
=============================================== */
.sec_intro {
	background-color: #f2f7fb;
}

.sec_intro .inner_sec {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 70px 0;
}

/* -----------------------------------------------
intro_range
----------------------------------------------- */
.sec_intro .intro_range .lead_mass {
	margin: 0 0 55px 0;
	font-size: 20px;
	line-height: 1.8;
}

.sec_intro .intro_range .lead_mass sup {
	font-size: 14px;
}

.sec_intro .intro_range .note_mass {
	margin: 0 0 60px 0;
	font-size: 14px;
	line-height: 1.8;
}

.sec_intro .intro_range .note_mass li {
	padding: 0 0 0 2em;
	text-indent: -2em;
}

.sec_intro .intro_range .point_mass {
	padding: 0 0 0 55px;
}

.sec_intro .intro_range .point_mass li {
	margin: 15px 0 0 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
}

.sec_intro .intro_range .point_mass li:first-child {
	margin: 0 0 0 0;
}

.sec_intro .intro_range .point_mass li:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 6px 30px 0 0;
}

.sec_intro .intro_range .point_mass li:before {
	background: url(../../img/page/icon/icon_check.png) no-repeat 0 0;
}

.sec_intro .intro_range .point_mass li .txt_area {
	font-size: 32px;
	line-height: 1.3;
}

.sec_intro .intro_range .point_mass li .txt_area .hl {
	color: #016934;
}


/* ===============================================
sec_merit
=============================================== */
.sec_merit {
	margin: 0 0 0 0;
}

.sec_merit .inner_sec {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 70px 0 70px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_merit .ttl_range {
	padding: 0 0 45px 0;
	text-align: center;
}

.sec_merit .ttl_range .icon {
	margin: 0 0 15px 0;
}

.sec_merit .ttl_range h3 {
	margin: 0 0 0 0;
	color: #016934;
	font-size: 36px;
	font-weight: 600;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
.sec_merit .about_range .list_mass 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_merit .about_range .list_mass li {
	width: 302px;
	padding: 60px 18px 20px 18px;
	border: 1px solid #016934;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_merit .about_range .list_mass li .view_area {
	margin: 0 0 30px 0;
	text-align: center;
}

.sec_merit .about_range .list_mass li h4 {
	margin: 0 0 30px 0;
	color: #016934;
	font-size: 21px;
	line-height: 1.4;
	text-align: center;
}

.sec_merit .about_range .list_mass li .txt_area {
	font-size: 18px;
	line-height: 1.4;
}

.sec_merit .about_range .list_mass li sub {
	font-size: 60%;
}

/* box 2 */
.sec_merit .about_range .list_mass li:nth-child(2) {
	padding: 64px 18px 30px 18px;
}

.sec_merit .about_range .list_mass li:nth-child(2) .view_area {
    margin: 0 0 35px 0;
}

/* ===============================================
sec_lineup
=============================================== */
.sec_lineup {
	background-color: #f2f7fb;
	margin: 0 0 0 0;
}

.sec_lineup .inner_sec {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 100px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_lineup .ttl_range {
	padding: 0 0 30px 0;
	text-align: center;
}

.sec_lineup .ttl_range .icon {
	margin: 0 0 25px 0;
}

.sec_lineup .ttl_range h3 {
	margin: 0 0 0 0;
	color: #016934;
	font-size: 36px;
	font-weight: 600;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
.sec_lineup .about_range h4 {
	margin: 0 0 25px 0;
	padding: 10px 10px 7px 10px;
	background-color: #016934;
	color: #ffffff;
	font-size: 25px;
	line-height: 1.5;
	text-align: center;
}

.sec_lineup .about_range .txt_mass {
	margin: 0 0 20px 0;
}

.sec_lineup .about_range .txt_mass .txt_area {
	margin: 0 0 5px 0;
	font-size: 20px;
	line-height: 1.8;
}

.sec_lineup .about_range .txt_mass .note_area li {
	margin: 0 0 0 0;
	font-size: 13px;
	text-align: right;
}

.sec_lineup .about_range .lineup_mass 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_lineup .about_range .lineup_mass li {
	width: 315px;
}

.sec_lineup .about_range .lineup_mass li .frame_area {
	width: 100%;
	background-color: #ffffff;
	border-radius: 2px;
}

.sec_lineup .about_range .lineup_mass li .frame_area .nama_block {
	position: relative;
	padding: 26px 0 32px 0;
}

.sec_lineup .about_range .lineup_mass li .frame_area .nama_block h5 {
	line-height: 1.1;
	text-align: center;
}

.sec_lineup .about_range .lineup_mass li .frame_area .nama_block h5 .maker {
	margin: 0 0 16px 0;
	/* flex */
	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;
}

.sec_lineup .about_range .lineup_mass li .frame_area .nama_block h5 .car {
	display: block;
	font-size: 22px;
}

.sec_lineup .about_range .lineup_mass li .frame_area .nama_block .note_block {
	position: absolute;
	bottom: 9px;
	right: 30px;
	font-size: 12px;
	line-height: 1.1;
	text-align: right;
}

.sec_lineup .about_range .lineup_mass li .frame_area .view_block {
	width: 100%;
}

.sec_lineup .about_range .lineup_mass li .frame_area .info_block {
	min-height: 100px;
	padding: 20px 20px 0 20px;
	font-size: 16px;
	line-height: 1.5;
}

.sec_lineup .about_range .lineup_mass li .guide_area {
	position: relative;
	display: block;
	min-height: 80px;
	padding: 15px 20px 14px 20px;
	border-radius: 2px;
	background-color: #016934;
}

.sec_lineup .about_range .lineup_mass li .guide_area .ttl_block {
	color: #FFFF81;
	font-size: 18px;
	text-align: center;
}

.sec_lineup .about_range .lineup_mass li .guide_area .txt_block {
	color: #ffffff;
	font-size: 13px;
	line-height: 1.5;
}

/* box 2 */
.sec_lineup .about_range .lineup_mass li:nth-child(2) .frame_area .nama_block .note_block {
	right: 35px;
}

.sec_lineup .about_range .lineup_mass li:nth-child(2) .guide_area .txt_block {
	text-align: center;
}

/* box 3 */
.sec_lineup .about_range .lineup_mass li:nth-child(3) .frame_area .nama_block .note_block {
	right: 45px;
}

.sec_lineup .about_range .lineup_mass li:nth-child(3) .guide_area .txt_block {
	text-align: center;
}


/* ===============================================
sec_ft_pagelinks
=============================================== */
.sec_ft_pagelinks {
	background-color: #ffffff;
}

.sec_ft_pagelinks .inner_sec {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 60px 0;
}

/* -----------------------------------------------
pagelinks_range
----------------------------------------------- */
.sec_ft_pagelinks .pagelinks_range .bt_mass li {
	text-align: center;
}

.sec_ft_pagelinks .pagelinks_range .bt_mass li a {
	position: relative;
	display: inline-block;
	width: 630px;
	margin: 0 auto;
	padding: 35px 0 35px 0;
	border-radius: 12px;
	background: #8fc21d;
	background-size: contain;
	color: #ffffff;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* flex */
	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_ft_pagelinks .pagelinks_range .bt_mass li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 14px;
	height: 14px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: translateY(-50%) rotation(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.sec_ft_pagelinks .pagelinks_range .bt_mass li a:hover {
	opacity: 0.7;
}

.sec_ft_pagelinks .pagelinks_range .bt_mass li a .txt {
	font-size: 30px;
	line-height: 1.2;
}
