@charset "UTF-8";

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
wrap_cont
=============================================== */
#wrap_cont {
	border-top: none;
}

/* ===============================================
sec_main_view
=============================================== */
.sec_main_view {
	padding: 0 0 20px 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: 100%;
	margin: 0 0;
	text-align: center;
}

.sec_main_view .main_range .logo_area img {
	width: 100%;
}

.sec_main_view .main_range .txt_area {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	height: 100%;
}

.sec_main_view .main_range .txt_area .txt_block {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	/* flex */
	display: block;
}

.sec_main_view .main_range .txt_area .txt_block .txt {
	padding: 0 0 0 0;
	color: #016934;
	font-size: 26px;
	transform: translateY(0); 
}


/* ===============================================
sec_intro
=============================================== */
.sec_intro {
	background-color: #f2f7fb;
}

.sec_intro .inner_sec {
	width: 93.75%;
	margin: 0 auto;
	padding: 30px 0 40px 0;
}

/* -----------------------------------------------
intro_range
----------------------------------------------- */
.sec_intro .intro_range .lead_mass {
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 1.8;
}

.sec_intro .intro_range .lead_mass sup {
	font-size: 12px;
}

.sec_intro .intro_range .note_mass {
	margin: 0 0 40px 0;
	font-size: 12px;
	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 0;
	text-align: left;
}

.sec_intro .intro_range .point_mass ul {
	display: block;
}

.sec_intro .intro_range .point_mass li {
	margin: 20px 0 0 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.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: 25px;
	height: 25px;
	margin: 0 8px 0 0;
}

.sec_intro .intro_range .point_mass li:before {
	background-size: contain;
}

.sec_intro .intro_range .point_mass li .txt_area {
	font-size: clamp(16px, 4vw, 26px) ;
	line-height: 1.3;
	/* flex */
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.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: 93.75%;
	margin: 0 auto;
	padding: 30px 0 40px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_merit .ttl_range {
	padding: 0 0 20px 0;
	text-align: center;
}

.sec_merit .ttl_range .icon {
	margin: 0 0 20px 0;
}

#wrapper .sec_merit .ttl_range .icon img {
	width: min(20vw, 106px);
}

.sec_merit .ttl_range h3 {
	margin: 0 0 0 0;
	color: #016934;
	font-size: 22px;
	font-weight: 600;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
.sec_merit .about_range .list_mass ul {
	/* flex */
	display: block;
}

.sec_merit .about_range .list_mass li {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 20px 10px 20px 10px;
	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:first-child {
	margin: 0 0 0 0;
}

.sec_merit .about_range .list_mass li .view_area {
	margin: 0 0 20px 0;
	text-align: center;
}

.sec_merit .about_range .list_mass li h4 {
	margin: 0 0 20px 0;
	color: #016934;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
}

.sec_merit .about_range .list_mass li .txt_area {
	font-size: 15px;
	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: 20px 10px 20px 10px;
}

.sec_merit .about_range .list_mass li:nth-child(2) .view_area {
	margin: 0 0 20px 0;
}


/* ===============================================
sec_lineup
=============================================== */
.sec_lineup {
	background-color: #f2f7fb;
	margin: 0 0 0 0;
}

.sec_lineup .inner_sec {
	position: relative;
	width: 93.75%;
	margin: 0 auto;
	padding: 40px 0 50px 0;
}

/* -----------------------------------------------
ttl_range
----------------------------------------------- */
.sec_lineup .ttl_range {
	padding: 0 0 20px 0;
	text-align: center;
}

.sec_lineup .ttl_range .icon {
	margin: 0 0 20px 0;
}

#wrapper .sec_lineup .ttl_range .icon img {
	width: min(30vw, 130px);
}

.sec_lineup .ttl_range h3 {
	margin: 0 0 0 0;
	color: #016934;
	font-size: 22px;
	font-weight: 600;
}

/* -----------------------------------------------
about_range
----------------------------------------------- */
.sec_lineup .about_range h4 {
	margin: 0 0 15px 0;
	padding: 14px 10px 14px 10px;
	background-color: #016934;
	color: #ffffff;
	font-size: 17px;
	line-height: 1.5;
	text-align: left;
}

.sec_lineup .about_range .txt_mass {
	margin: 0 0 30px 0;
}

.sec_lineup .about_range .txt_mass .txt_area {
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 1.8;
}

.sec_lineup .about_range .txt_mass .note_area li {
	margin: 0 0 0 0;
	font-size: 12px;
	text-align: left;
}

.sec_lineup .about_range .lineup_mass ul {
	/* flex */
	display: block;
}

.sec_lineup .about_range .lineup_mass li {
	width: 100%;
	margin: 30px 0 0 0;
}

.sec_lineup .about_range .lineup_mass li:first-child {
	margin: 0 0 0 0;
}

.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: 16px 0 14px 0;
}

.sec_lineup .about_range .lineup_mass li .frame_area .nama_block h5 {
	margin: 0 0 10px 0;
	line-height: 1.1;
	text-align: center;
}

.sec_lineup .about_range .lineup_mass li .frame_area .nama_block h5 .maker {
	margin: 0 0 10px 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: 19px;
}

.sec_lineup .about_range .lineup_mass li .frame_area .nama_block .note_block {
	position: relative;
	bottom: auto;
	right: auto;
	width: 100%;
	font-size: 12px;
	line-height: 1.1;
	text-align: center;
}

.sec_lineup .about_range .lineup_mass li .frame_area .view_block {
	width: 100%;
	text-align: center;
}

.sec_lineup .about_range .lineup_mass li .frame_area .info_block {
	min-height: initial;
	padding: 20px 20px 20px 20px;
	font-size: 14px;
	line-height: 1.5;
}

.sec_lineup .about_range .lineup_mass li .guide_area {
	position: relative;
	display: block;
	min-height: 20px;
	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: 16px;
	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: auto;
}

.sec_lineup .about_range .lineup_mass li:nth-child(2) .guide_area .txt_block {
	text-align: left;
}

/* box 3 */
.sec_lineup .about_range .lineup_mass li:nth-child(3) .frame_area .nama_block .note_block {
	right: auto;
}

.sec_lineup .about_range .lineup_mass li:nth-child(3) .guide_area .txt_block {
	text-align: left;
}


/* ===============================================
sec_ft_pagelinks
=============================================== */
.sec_ft_pagelinks {
	background-color: #ffffff;
}

.sec_ft_pagelinks .inner_sec {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 30px 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: max(60%, 300px); 
	margin: 0 auto;
	padding: 20px 15px 20px 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: 10px;
	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_ft_pagelinks .pagelinks_range .bt_mass li a:hover {
	opacity: 0.7;
}

.sec_ft_pagelinks .pagelinks_range .bt_mass li a .txt {
	font-size: 17px;
	line-height: 1.2;
}

}/* End SP----------------------------------------------------*/