@charset "UTF-8";

/*=================================================================
*==================================================================
base layout
==================================================================*
==================================================================*/
/* ===============================================
etc
=============================================== */
#wrapper {
	overflow: hidden;
	min-height: 100%;
	word-wrap: break-word;
}

/* -----------------------------------------------
pc or sp
----------------------------------------------- */
.l_pc {
	display: block;
}

.l_sp {
	display: none;
}

.l_i_pc {
	display: inline;
}

.l_i_sp {
	display: none;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	/* -----------------------------------------------
	pc or sp
	----------------------------------------------- */
	.l_pc {
		display: none;
	}

	.l_sp {
		display: block;
	}
	
	.l_i_pc {
		display: none;
	}

	.l_i_sp {
		display: inline;
	}

	#wrapper img {
		max-width: 100%;
	}
}/* End SP----------------------------------------------------*/

/* ===============================================
header
=============================================== */
#wrap_header {
}

/* -----------------------------------------------
hd_main_range
----------------------------------------------- */
#wrap_header .hd_main_range {
	position: relative;
}

/* ------------- START >> sp nav fixed ----------*/
#wrap_header .hd_main_range.fixed {
	visibility: hidden;
	position: static;
	display: none;
}

#wrap_header .hd_main_range.fixed.on {
	visibility: hidden;
	display: none;
}
/* ------------- END << nav fixed ----------*/

#wrap_header .hd_main_range .inner_range {
	position: absolute;
	z-index: 10;
	width: 100%;
	padding: 23px 0 0 0;
}

/* -----------------------------------------------
box_mass_wrap
*/
#wrap_header .hd_main_range .box_mass_wrap {
	position: relative;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* -----------------------------------------------
logo_mass
*/
#wrap_header .hd_main_range .logo_mass {
	z-index: 2;
	margin: 0 0 0 0;
	padding: 0 0 0 24px;
}

#wrap_header .hd_main_range .logo_mass a img:hover {
	opacity: 0.7;
}

/* -----------------------------------------------
nav_mass
*/
#wrap_header .hd_main_range .nav_mass {
	position: absolute;
	z-index: 1;
	width: 100%;
	padding: 15px 0 0 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 1200px) {
	#wrap_header .hd_main_range .nav_mass {
		position: relative;
		width: 100%;
		padding: 15px 0 0 0;
		/* flex */
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}/* End SP----------------------------------------------------*/

#wrap_header .hd_main_range .nav_mass ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#wrap_header .hd_main_range .nav_mass li {
	margin: 0 0 0 12px;
	padding: 0 0 0 12px;
	border-left: 1px solid #000000;
	font-size: 16px;
	line-height: 1.1;
}

#wrap_header .hd_main_range .nav_mass li:first-child {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-left: none;
}

#wrap_header .hd_main_range .nav_mass li a {
	color: #004097;
	font-size: 16px;
}

#wrap_header .hd_main_range .nav_mass li a:hover {
	opacity: 0.7;
}

/* -----------------------------------------------
rt_bt_mass
*/
#wrap_header .hd_main_range .rt_bt_mass {
	z-index: 2;
	padding: 10px 24px 0 0;
}

#wrap_header .hd_main_range .rt_bt_mass a img:hover {
	opacity: 0.7;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	/* -----------------------------------------------
	hd_main_range
	----------------------------------------------- */
	#wrap_header .hd_main_range {
		position: relative;
		background-color: #ffffff;
	}

	/* ------------- START >> sp nav fixed ----------*/
	#wrap_header .hd_main_range.fixed {
		visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100000;
		background-color: #ffffff;
		border-bottom: 1px solid #dcdcdc;
	}

	#wrap_header .hd_main_range.fixed.on {
		visibility: visible;
		display: block;
	}
	/* ------------- END << nav fixed ----------*/

	#wrap_header .hd_main_range .inner_range {
		position: static;
		z-index: 10;
		min-width: initial;
		min-width: auto;
		width: 93.75%;
		margin: 0 auto;
		padding: 10px 0 10px 0;
	}

	/* -----------------------------------------------
	box_mass_wrap
	*/
	#wrap_header .hd_main_range .box_mass_wrap {
		/* flex */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	/* -----------------------------------------------
	logo_mass
	*/
	#wrap_header .hd_main_range .logo_mass {
		width: 50%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

	#wrap_header .hd_main_range h1 img {
		width: 100%;
		max-width: 237px;
	}

	/* -----------------------------------------------
	nav_mass
	*/
	#wrap_header .hd_main_range .nav_mass {
		display: none;
		padding: 0 0 0 0;
	}
	
	/* -----------------------------------------------
	rt_bt_mass
	*/
	#wrap_header .hd_main_range .rt_bt_mass {
		display: none;
		padding: 0 0 0 0;
	}

}/* End SP----------------------------------------------------*/

/* -----------------------------------------------
ly_sp_mass
----------------------------------------------- */
#wrap_header .ly_sp_mass {
	display: none;
}

/* -----------------------------------------------
sp_gm
----------------------------------------------- */
/* sp_gm */
#wrap_header .sp_gm {
	display: none;
}

/*--- sp_gm_menu_area ---*/
#wrap_header .sp_gm_menu_area {
	display: none;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	/* -----------------------------------------------
	ly_sp_mass
	----------------------------------------------- */
	#wrap_header .ly_sp_mass {
		position: relative;
		display: block;
		width: 35px;
		min-height: 35px;
		padding: 8px 0 0 0;
		/* flex */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	/* -----------------------------------------------
	sp_gm
	----------------------------------------------- */
	/* sp_gm */
	#wrap_header .sp_gm {
		position: absolute;
		right: 0;
		bottom: 5px;
		z-index: 2;
		display: block;
		height: auto;
		margin: 0 0 0 0;
	}

	#wrap_header .sp_gm .bt_sp_gm {
		overflow: hidden;
		display: block;
		position: relative;
		z-index: 0;
		width: 35px;
		height: 35px;
		cursor: pointer;
	}

	#wrap_header .bt_sp_gm span,
	#wrap_header .bt_sp_gm::before,
	#wrap_header .bt_sp_gm::after {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left:0;
		right: 0;
		width: 100%;
		height: 2px;
		margin: auto;
		background: #999;
	}
	#wrap_header .bt_sp_gm span {
		overflow: hidden;
		z-index: 1;
		color: #ffffff;
	}
	#wrap_header .bt_sp_gm::before {
		z-index: 2;
		transform: translate(0, -11px);
		content: "";
	}
	#wrap_header .bt_sp_gm::after {
		z-index: 2;
		transform: translate(0, 11px);
		content: "";
	}

	/*--- sp_gm_menu_area ---*/
	#wrap_header .sp_gm_menu_area {
		display: block;
		margin: 0 0 0 0;
	}

	#wrap_header .sp_gm_menu_area a {
		color: #ffffff;
	}

	/* (sidr) */
	.sidr ul li a, .sidr ul li span {
		display: block;
		padding: 0;
		text-decoration: none;
		color: #069e00;
		font-weight: normal;
	}

	#sidr .hd_close {
		display: block;
		border-bottom: 2px solid #004cb5;
		font-weight: bold;
		line-height: 1;
	}

	#sidr .hd_close a {
		display: block;
		padding: 13px 12px 13px 12px;
		color: #000000;
		text-align: right;
	}

	#sidr .hd_close .icon_area {
		overflow: hidden;
		display: inline-block;
		position: relative;
		z-index: 0;
		width: 35px;
		height: 35px;
		cursor: pointer;
	}

	#sidr .hd_close .icon_area::before,
	#sidr .hd_close .icon_area::after {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left:0;
		right: 0;
		width: 100%;
		height: 2px;
		margin: auto;
		background: #999;
	}
	#sidr .hd_close .icon_area span {
		overflow: hidden;
		z-index: 1;
		color: #999;
	}
	#sidr .hd_close .icon_area::before {
		z-index: 2;
		transform: rotate(45deg);
		content: "";
	}
	#sidr .hd_close .icon_area::after {
		z-index: 2;
		transform: rotate(-45deg);
		content: "";
	}

	.sidr ul {
		border-top: 2px solid #ffffff;
	}

	/* menu */
	#wrap_header .sp_gm_base_menu {
		display: none;
		width: 100%;
		background-color: #ffffff;
	}

	#wrap_header .sp_gm_base_menu a {
		display: inline-block;
		width: 100%;
		/* box set */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#wrap_header .sp_gm_base_menu li {
		width: 100%;
		border-bottom: 2px solid #004cb5;
		font-size: 15px;
	}

	#wrap_header .sp_gm_base_menu li:last-child {
		border-bottom: 2px solid #004cb5;
	}

	#wrap_header .sp_gm_base_menu li dl {
		margin: 0 0 0 0;
	}

	#wrap_header .sp_gm_base_menu li dt {
		padding: 0 0 0 0;
		color: #004cb5;
		font-size: 15px;
		font-weight: 600;
	}

	#wrap_header .sp_gm_base_menu li dt.no_link {
		padding: 10px 0 15px 24px;
		line-height: 1;
	}

	#wrap_header .sp_gm_base_menu li dt.no_link:before {
		padding: 0 6px 0 0;
		content: "■";
		color: #004cb5;
		font-size: 24px;
	}

	#wrap_header .sp_gm_base_menu li dt a {
		padding: 10px 0 15px 24px;
		color: #004cb5;
		font-size: 15px;
		font-weight: 600;
		line-height: 1;
	}

	#wrap_header .sp_gm_base_menu li dt a:before {
		padding: 0 6px 0 0;
		content: "■";
		color: #004cb5;
		font-size: 24px;
	}

	#wrap_header .sp_gm_base_menu li dd {
		margin: 0 0 0 0;
		border-top: 2px solid #dddcdc;
	}

	#wrap_header .sp_gm_base_menu li dd a {
		padding: 12px 0 12px 24px;
		color: #000000;
		font-size: 14px;
	}

	#wrap_header .sp_gm_base_menu li dd a:before {
		display: inline-block;
		content: "＞";
		margin: 0 2px 0 0;
		font-size: 13px;
	}

	#wrap_header .sp_gm_base_menu li .anc_link a {
		padding: 8px 0 8px 24px;
		color: #000000;
		font-size: 14px;
	}

	#wrap_header .sp_gm_base_menu li .anc_link a:before {
		display: inline-block;
		content: "・";
		margin: 0 2px 0 0;
		font-size: 13px;
	}

	#wrap_header .ft_close {
		padding: 25px 0 30px 0;
		text-align: center;
	}

	#wrap_header .ft_close a {
		display: inline-block;
		content: "";
		width: 33.5px;
		height: 47.5px;
		margin: 0 0 0 0;
		background: url(../../sp/img/base/gm/ft_close_bt.png) no-repeat 0 0;
		background-size: contain;
	}

	#wrap_header .hd_layout {
		display: none;
	}

	#wrap_header .hd_close {
		display: none;
	}

	#wrap_header .ft_close {
		display: none;
	}
}/* End SP----------------------------------------------------*/

/* ===============================================
footer
=============================================== */
#wrap_footer {
}

#wrap_footer .wrap_footer_inner {
	background-color: #ececec;
}

/* -----------------------------------------------
ft_main_range
----------------------------------------------- */
#wrap_footer .ft_main_range {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#wrap_footer .ft_main_range .inner_range {
	margin: 0 0 0 0;
}

/* -----------------------------------------------
logo_mass
*/
#wrap_footer .ft_main_range .logo_mass {
	padding: 85px 0 80px 0;
	text-align: center;
}

#wrap_footer .ft_main_range .logo_mass a img {

}

#wrap_footer .ft_main_range .logo_mass a img:hover {
	opacity: 0.7;
}

/* -----------------------------------------------
nav_mass
*/
#wrap_footer .ft_main_range .nav_mass {
	padding: 0 0 12px 0;
}

#wrap_footer .ft_main_range .nav_mass ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#wrap_footer .ft_main_range .nav_mass li {
	margin: 0 0 0 12px;
	padding: 0 0 0 12px;
	border-left: 1px solid #000000;
	font-size: 16px;
	line-height: 1.1;
}

#wrap_footer .ft_main_range .nav_mass li:first-child {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-left: none;
}

#wrap_footer .ft_main_range .nav_mass li a {
	font-size: 16px;
}

#wrap_footer .ft_main_range .nav_mass li a:hover {
	opacity: 0.7;
}

/* -----------------------------------------------
ft_copy_range
----------------------------------------------- */
#wrap_footer .ft_copy_range {
	background-color: #2d2d2d;
}

#wrap_footer .ft_copy_range .inner_range {
	width: 100%;
/*
	min-width: 1000px;
*/
	margin: 0 auto;
	text-align: center;
}

#wrap_footer .ft_copy_range p {
	padding: 15px 0 15px 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', sans-serif;
	letter-spacing: 1px;
	line-height; 1.1;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	#wrap_footer {
	}
	
	#wrap_footer .wrap_footer_inner {
	}

	/* -----------------------------------------------
	ft_main_range
	----------------------------------------------- */
	#wrap_footer .ft_main_range {
		position: relative;
		width: 100%;
		margin: 0 auto;
		height: auto;
		/* flex */
		display: block;
	}

	#wrap_footer .ft_main_range:before {
		display: none;
	}

	#wrap_footer .ft_main_range .inner_range {
		position: relative;
		z-index: 2;
		/* flex */
		display: block;
	}

	/* -----------------------------------------------
	logo_mass
	*/
	#wrap_footer .ft_main_range .logo_mass {
		margin: 0 0 0 0;
		padding: 14px 0 14px 0;
		text-align: center;
	}
	
	#wrap_footer .ft_main_range .logo_mass img {
		width: 60%;
		max-width: 233px;
	}

	/* -----------------------------------------------
	nav_mass
	*/
	#wrap_footer .ft_main_range .nav_mass {
		display: none;
	}

	/* -----------------------------------------------
	ft_copy_range
	----------------------------------------------- */
	#wrap_footer .ft_copy_range {
		border-top: 1px solid #9aa4b2;
	}

	#wrap_footer .ft_copy_range .inner_range {
		width: 100%;
		min-width: initial;
		min-width: auto;
		margin: 0 auto;
		text-align: center;
	}

	#wrap_footer .ft_copy_range p {
		padding: 14px 0 15px 0;
		color: #ffffff;
		font-size: 13px;
		font-weight: bold;
		font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', sans-serif;
		letter-spacing: 0;
		line-height: 1.1;
	}
}/* End SP----------------------------------------------------*/


/* ===============================================
page Top
=============================================== */
#page_top {
	display: none;
	width: 100%;
	position: relative;
	z-index: 10;
	margin: 0 auto;
}

#page_top.on {
	display: block;
}

* html #page_top p {
	position: absolute;
}

#page_top p {
	width: 41px;
	height: 165px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 5000;
}

#page_top p:hover {
	opacity: 0.8;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	#page_top {
		display: none;
		width: 100%;
		position: relative;
		z-index: 101;
		margin: 0 auto;
	}

	#page_top.on {
		display: block;
	}

	* html #page_top p {
		position: absolute;
	}

	#page_top p {
		width: 26px;
		height: 26px;
		position: fixed;
		right: 2px;
		bottom: 10px;
		z-index: 5000;
	}

	#page_top p:hover {
		opacity: 0.8;
	}
}/* End SP----------------------------------------------------*/

/* ===============================================
wrap_cont
=============================================== */
#wrap_cont {
	width: 100%;
	margin: 0 auto 2px auto;
	line-height: 1.6;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 999px) {
	#wrap_cont {
		width: 100%;
		margin: 0 auto 1px auto;
	}
}/* End SP----------------------------------------------------*/

/*=================================================================
*==================================================================
contents etc.
==================================================================*
==================================================================*/


/*=================================================================
*==================================================================
module
==================================================================*
==================================================================*/
