@charset "UTF-8";

/*=================================================================
*==================================================================
base layout
==================================================================*
==================================================================*/
/* ===============================================
etc.
=============================================== */
/* -----------------------------------------------
pc or sp
----------------------------------------------- */
.l_pc {
	display: block;
}

.l_sp {
	display: none;
}

.l_i_pc {
	display: inline;
}

.l_i_sp {
	display: none;
}

/* -----------------------------------------------
telephone event
----------------------------------------------- */
a.telsp_call {
	color: inherit;
	text-decoration: none;
}

a.telsp_call.isEvent_tel_none {
	pointer-events: none;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 768px) {
	/* -----------------------------------------------
	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 {
}

#wrap_header .fl_header.base.off {
	visibility:hidden;
}

/* ------------- START >> sp nav fixed ----------*/
/*
#wrap_header .fl_header.fixed {
	visibility: hidden;
	position: static;
	display: none;
}

#wrap_header .fl_header.fixed.on {
	visibility: hidden;
	display: none;
}
*/
	#wrap_header .fl_header.fixed {
		visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100000;
		background-color: rgba(255,255,255,0.9);
	}

	#wrap_header .fl_header.fixed.on {
		visibility: visible;
		display: block;
	}
/* ------------- END << nav fixed ----------*/

/* -----------------------------------------------
hd_description_range
----------------------------------------------- */
#wrap_header .hd_description_range {
	border-top: 4px solid #0054a6;
	background-color: #e6f7fc;
}

#wrap_header .hd_description_range .range_inner {
	position: relative;
	width: 100%;
	padding: 0 0 0 0;
}

#wrap_header .hd_description_range .description_mass {
	padding: 8px 0 8px 12px;
	font-size: 14px;
}

/* -----------------------------------------------
hd_main_range
----------------------------------------------- */
#wrap_header .hd_main_range {
	border-bottom: 2px solid #dbdbdb;
}

#wrap_header .hd_main_range .range_inner {
	position: relative;
	width: 100%;
	height: 68px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

/* -----------------------------------------------
h1
*/
#wrap_header .hd_main_range h1 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 16px 0 0 9px;
}

#wrap_header .hd_main_range h1 a img:hover {
	opacity: 0.7;
}

/* -----------------------------------------------
info_mass
*/
#wrap_header .hd_main_range .info_mass {
	height: 100%;
	margin: 0 auto;
	/* flex */
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*** info_area -------***/
#wrap_header .hd_main_range .info_mass .info_area {
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
}

#wrap_header .hd_main_range .info_mass .info_area ul {
	height: 100%;
	padding: 0 0 0 0;
	/* flex */
	display: -webkit-flex;
	display: flex;
}

#wrap_header .hd_main_range .info_mass .info_area li {
	position: relative;
	height: 100%;
}

#wrap_header .hd_main_range .info_mass .info_area li:first-child {
}

#wrap_header .hd_main_range .info_mass .info_area li .bthl {
	display: none;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	border-bottom: 2px solid #0054a6;
}

#wrap_header .hd_main_range .info_mass .info_area li.on .bthl {
	display: block;
}

#wrap_header .hd_main_range .info_mass .info_area li .bt {
	display: inline-block;
	border-left: 1px solid #000000;
}

#wrap_header .hd_main_range .info_mass .info_area li:first-child .bt {
	border-left: none;
}

#wrap_header .hd_main_range .info_mass .info_area li a {
	display: inline-block;
	padding: 3px 12px 3px 12px;
	color: #000000;
	font-size: 14px;
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#wrap_header .hd_main_range .info_mass .info_area li:first-child a {
	padding: 3px 12px 3px 0;
}

#wrap_header .hd_main_range .info_mass .info_area li:last-child a {
	padding: 3px 0 3px 12px;
}

#wrap_header .hd_main_range .info_mass .info_area li a .txt {
	display: inline-block;
	margin: 0 0 0 0;
}

#wrap_header .hd_main_range .info_mass .info_area li a .txt .hov_on {
	display: block;
}

#wrap_header .hd_main_range .info_mass .info_area li.hov a .txt .hov_on {
	display: none;
}

#wrap_header .hd_main_range .info_mass .info_area li a .txt .hov_off {
	display: none;
}

#wrap_header .hd_main_range .info_mass .info_area li.hov a .txt .hov_off {
	display: block;
}

#wrap_header .hd_main_range .info_mass .info_area li a:hover {
	color: #0054a6;
	opacity: 0.7;
}

#wrap_header .hd_main_range .info_mass .info_area li a:before {
	display: inline-block;
	content: "▼";
	margin: 0 4px 0 0;
	padding: 0 0 0 0;
	color: #0054a6;
	font-size: 14px;
}

/* -----------------------------------------------
banner_mass
*/
#wrap_header .hd_main_range .banner_mass {
	position: absolute;
	top: 0;
	right: 86px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#wrap_header .hd_main_range .banner_mass li {
	margin: 10px 0 0 0;
}

#wrap_header .hd_main_range .banner_mass a:hover {
	opacity: 0.7;
}

/* -----------------------------------------------
bt_mass
*/
#wrap_header .hd_main_range .bt_mass {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#wrap_header .hd_main_range .bt_mass  a {

}

#wrap_header .hd_main_range .bt_mass a:hover {
	opacity: 0.7;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 1190px) {
	/* -----------------------------------------------
	hd_main_range
	----------------------------------------------- */
	#wrap_header .hd_main_range {
		border-bottom: 2px solid #dbdbdb;
	}

	#wrap_header .hd_main_range .range_inner {
		position: relative;
		width: 1000px;
		height: 68px;
		margin: 0 auto;
		padding: 0 0 0 0;
		/* flex */
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	/* -----------------------------------------------
	h1
	*/
	#wrap_header .hd_main_range h1 {
		position: relative;
		top: auto;
		left: auto;
		padding: 16px 0 0 9px;
	}

	#wrap_header .hd_main_range h1 a img:hover {
		opacity: 0.7;
	}

	/* -----------------------------------------------
	info_mass
	*/
	#wrap_header .hd_main_range .info_mass {
		height: 100%;
		margin: 0 auto;
		/* flex */
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	/* -----------------------------------------------
	banner_mass
	*/
	#wrap_header .hd_main_range .banner_mass {
		position: relative;
		top: auto;
		right: auto;
		margin: 0 10px 0 0;
		padding: 0 0 0 0;
	}

	/* -----------------------------------------------
	bt_mass
	*/
	#wrap_header .hd_main_range .bt_mass {
		position: relative;
		top: auto;
		right: auto;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

}/* End SP----------------------------------------------------*/

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 768px) {
	/* ------------- START >> sp nav fixed ----------*/
	#wrap_header .fl_header.fixed {
		visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100000;
		background-color: #ffffff;
	}

	#wrap_header .fl_header.fixed.on {
		visibility: visible;
		display: block;
	}
	/* ------------- END << nav fixed ----------*/

	/* -----------------------------------------------
	hd_description_range
	----------------------------------------------- */
	#wrap_header .hd_description_range {
		border-top: 4px solid #0054a6;
		background-color: #e6f7fc;
	}

	#wrap_header .hd_description_range .range_inner {
		position: relative;
		width: 93.75%;
		margin: 0 auto;
		padding: 0 0 0 0;
	}

	#wrap_header .hd_description_range .description_mass {
		padding: 4px 0 4px 0;
		font-size: 11px;
	}

	/* -----------------------------------------------
	hd_main_range
	----------------------------------------------- */
	#wrap_header .hd_main_range {
		border-bottom: 2px solid #dbdbdb;
	}

	#wrap_header .hd_main_range .range_inner {
		position: relative;
		width: 93.75%;
		height: auto;
		margin: 0 auto;
		padding: 10px 0 10px 0;
		/* flex */
		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;
	}

	/* -----------------------------------------------
	h1
	*/
	#wrap_header .hd_main_range h1 {
		position: relative;
		top: auto;
		left: auto;
		width: 45%;
		padding: 0 0 0 0;
	}

	/* -----------------------------------------------
	info_mass
	*/
	#wrap_header .hd_main_range .info_mass {
		height: auto;
		margin: 0 auto;
		/* flex */
		display: none;
	}

	/* -----------------------------------------------
	banner_mass
	*/
	#wrap_header .hd_main_range .banner_mass {
		position: relative;
		top: auto;
		right: auto;
		margin: 0 -15% 0 0;
		padding: 0 0 0 0;
		width: 22%;
	}

	#wrap_header .hd_main_range .banner_mass li {
		margin: 0 0 0 0;
	}

	/* -----------------------------------------------
	bt_mass
	*/
	#wrap_header .hd_main_range .bt_mass {
		display: none;
	}

}/* End SP----------------------------------------------------*/


/* Start SP--------------------------------------------------*/
@media screen and (max-width: 600px) {
	/* -----------------------------------------------
	hd_main_range
	----------------------------------------------- */
	/* -----------------------------------------------
	banner_mass
	*/
	#wrap_header .hd_main_range .banner_mass {
		position: relative;
		top: auto;
		right: auto;
		margin: 0 -10% 0 0;
		padding: 0 0 0 0;
		width: 25%;
	}

}/* End SP----------------------------------------------------*/

/* -----------------------------------------------
sp_gm
----------------------------------------------- */
/* -----------------------------------------------
ly_sp_mass
*/
#wrap_header .ly_sp_mass {
	display: none;
}

/* -----------------------------------------------
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: 768px) {
	/* -----------------------------------------------
	ly_sp_mass
	*/
	#wrap_header .ly_sp_mass {
		display: block;
		/* flex */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	/* -----------------------------------------------
	sp_gm
	*/
	#wrap_header .sp_gm {
		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: #999;
	}
	#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;
		font-weight: normal;
	}

	#sidr .hd_close {
		display: block;
		border-bottom: 2px solid #0054a6;
		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 #0054a6;
		font-size: 15px;
	}

	#wrap_header .sp_gm_base_menu li:last-child {
		border-bottom: 2px solid #0054a6;
	}

	#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: #0054a6;
		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: #0054a6;
		font-size: 24px;
	}

	#wrap_header .sp_gm_base_menu li dt a {
		padding: 10px 0 15px 24px;
		color: #0054a6;
		font-size: 15px;
		font-weight: 600;
		line-height: 1;
		/* flex */
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#wrap_header .sp_gm_base_menu li dt a:before {
		display: block;
		padding: 0 6px 0 0;
		content: "■";
		color: #0054a6;
		font-size: 24px;
		line-height: 1;
		vertical-align: middle;
	}

	#wrap_header .sidr .sp_gm_base_menu li dt a .txt {
		display: block;
		color: #0054a6;
		font-size: 15px;
		font-weight: 600;
		line-height: 1;
	}

	#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 {
}

/* -----------------------------------------------
ft_main_range
----------------------------------------------- */
#wrap_footer .ft_main_range {
}

/* -----------------------------------------------
info_mass
*/
#wrap_footer .ft_main_range .info_mass {
	width: 100%;
	height: 102px;
	background: #80aad3 url(../../img/base/footer/ft_main_info_bg_01.png) no-repeat center 0;
}

/*** sns_area -------***/
#wrap_footer .info_mass .sns_area {
	width: 100%;
	padding: 26px 0 0 0;
}

#wrap_footer .info_mass .sns_area ul {
	/* flex */
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#wrap_footer .info_mass .sns_area li {
	margin: 0 0 0 23px;
}

#wrap_footer .info_mass .sns_area li:first-child {
	margin: 0 0 0 0;
}

#wrap_footer .info_mass .sns_area a img:hover {
	opacity: 0.8;
}

/* -----------------------------------------------
main_mass
*/
#wrap_footer .ft_main_range .main_mass {
	width: 100%;
	height: 202px;
	background: #0054a6 url(../../img/base/footer/ft_main_main_bg_01.png) no-repeat center 0;
}

#wrap_footer .ft_main_range .main_mass .mass_inner {
	width: 1000px;
	margin: 0 auto;
	/* flex */
	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;
}

/*** sns_area -------***/
#wrap_footer .main_mass .nav_area {
	display: inline-block;
	padding: 45px 0 0 0;
}

#wrap_footer .main_mass .nav_area li {
	padding: 15px 0 0 0;
	color: #ffffff;
	font-size: 14px;
}

#wrap_footer .main_mass .nav_area li:first-child {
	padding: 0 0 0 0;
}

#wrap_footer .main_mass .nav_area li a {
	color: #ffffff;
}

#wrap_footer .main_mass .nav_area li a:hover {
	opacity: 0.7;
}

/*** copyright -------***/
#wrap_footer .copyright {
	display: inline-block;
	padding: 140px 0 0 0;
	text-align: center;
}

#wrap_footer .copyright p {
	color: #ffffff;
	font-size: 15px;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	letter-spacing: 1px;
}


/* Start SP--------------------------------------------------*/
@media screen and (max-width: 768px) {
	/* -----------------------------------------------
	ft_main_range
	----------------------------------------------- */
	#wrap_footer .ft_main_range {
	}

	/* -----------------------------------------------
	info_mass
	*/
	#wrap_footer .ft_main_range .info_mass {
		width: 100%;
		height: auto;
		background: #80bee3;
	}

	/*** sns_area -------***/
	#wrap_footer .info_mass .sns_area {
		width: 93.75%;
		margin: 0 auto;
		padding: 20px 0 20px 0;
	}

	#wrap_footer .info_mass .sns_area ul {
		/* flex */
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#wrap_footer .info_mass .sns_area li {
		margin: 0 0 0 18px;
	}

	#wrap_footer .info_mass .sns_area li:first-child {
		margin: 0 0 0 0;
	}

	#wrap_footer .info_mass .sns_area a img:hover {
		opacity: 0.8;
	}

	/* -----------------------------------------------
	main_mass
	*/
	#wrap_footer .ft_main_range .main_mass {
		width: 100%;
		height: auto;
		background: #0054a6;
	}

	#wrap_footer .ft_main_range .main_mass .mass_inner {
		width: 93.75%;
		margin: 0 auto;
		/* flex */
		display: block;
	}

	/*** sns_area -------***/
	#wrap_footer .main_mass .nav_area {
		display: none;
		padding: 25px 0 25px 0;
	}

	#wrap_footer .main_mass .nav_area li {
		padding: 15px 0 0 0;
		color: #ffffff;
		font-size: 14px;
	}

	#wrap_footer .main_mass .nav_area li:first-child {
		padding: 0 0 0 0;
	}

	#wrap_footer .main_mass .nav_area li a {
		color: #ffffff;
	}

	#wrap_footer .main_mass .nav_area li a:hover {
		opacity: 0.7;
	}

	/*** copyright -------***/
	#wrap_footer .copyright {
		display: block;
		padding: 20px 0 20px 0;
		text-align: center;
	}

	#wrap_footer .copyright p {
		color: #ffffff;
		font-size: 15px;
		font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
		letter-spacing: 1px;
	}

}/* 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: 76px;
	height: 76px;
	position: fixed;
	right: 20px;
	bottom: 15px;
	z-index: 5000;
}

#page_top p:hover {
	opacity: 0.7;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 768px) {
	#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: 38px;
		height: 38px;
		position: fixed;
		right: 2px;
		bottom: 10px;
		z-index: 5000;
	}

}/* End SP----------------------------------------------------*/

/* ===============================================
wrap_cont
=============================================== */
#wrap_cont {
	width: 100%;
	margin: 0 auto 2px auto;
	line-height: 1.6;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 768px) {
	#wrap_cont {
		width: 100%;
		margin: 0 auto 1px auto;
	}
}/* End SP----------------------------------------------------*/

/*=================================================================
*==================================================================
contents etc.
==================================================================*
==================================================================*/
/* ===============================================
lay_ge_dur_entry
=============================================== */
/* -----------------------------------------------
lay_ge_dur_01
----------------------------------------------- */
.lay_ge_dur_01 {
	width: 100%;
	height: 29px;
	background: url(../../img/page/bg/bg_lay_ge_dur_01.png) repeat 0 0;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 768px) {
	.lay_ge_dur_01 {
		width: 100%;
		height: 12px;
		background: url(../../img/page/bg/bg_lay_ge_dur_01.png) repeat 0 0;
	}
}/* End SP----------------------------------------------------*/

/* -----------------------------------------------
lay_ge_dur_02
----------------------------------------------- */
.lay_ge_dur_02 {
	width: 100%;
	height: 29px;
	background: url(../../img/page/bg/bg_lay_ge_dur_02.png) repeat 0 0;
}

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 768px) {
	.lay_ge_dur_02 {
		width: 100%;
		height: 12px;
		background: url(../../img/page/bg/bg_lay_ge_dur_02.png) repeat 0 0;
	}
}/* End SP----------------------------------------------------*/

/*=================================================================
*==================================================================
module
==================================================================*
==================================================================*/
