@charset "UTF-8";

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 767px) {
/*=================================================================
*==================================================================
base layout
==================================================================*
==================================================================*/
/* ===============================================
etc.
=============================================== */
.l_pc {
	display: none;
}

.l_sp {
	display: block;
}

.l_i_pc {
	display: none;
}

.l_i_sp {
	display: inline;
}

/* ===============================================
header
=============================================== */
#wrap_header {
}

/* -----------------------------------------------
hd_main_range
----------------------------------------------- */
#wrap_header .hd_main_range {
	border-top: 3px solid #014099;
	border-bottom: 4px solid #b4b4b5;
}

/* ------------- 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: 2px solid #dddcdc;
}

#wrap_header .hd_main_range.fixed.on {
	visibility: visible;
	display: block;
}
/* ------------- END << nav fixed ----------*/

#wrap_header .hd_main_range .inner_range {
	min-width: initial;
	min-width: auto;
	width: 93.75%;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	/* 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;
}

/* -----------------------------------------------
h1
*/
#wrap_header .hd_main_range h1 {
	width: 65%;
	padding: 0 0 0 0;
}

#wrap_header .hd_main_range h1 a img {
	width: 100%;
	max-width: 315px;
}

/* -----------------------------------------------
nav_mass
*/
#wrap_header .hd_main_range .nav_mass {
	display: none;
	padding: 0 0 0 0;
}

/*** lang_area -------***/
/*** menu_area -------***/

/* -----------------------------------------------
sp_gm
----------------------------------------------- */
/* 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;
	color: #069e00;
	font-weight: normal;
}

#sidr .hd_close {
	display: block;
	border-bottom: 2px solid #004ea1;
	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 #004ea1;
	font-size: 15px;
}

#wrap_header .sp_gm_base_menu li:last-child {
	border-bottom: 2px solid #004ea1;
}

#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: #1384b9;
	font-size: 15px;
	font-weight: 600;
}

#wrap_header .sp_gm_base_menu li dt.no_link {
	padding: 10px 0 15px 14px;
	line-height: 1;
}

#wrap_header .sp_gm_base_menu li dt.no_link:before {
	padding: 0 6px 0 0;
	content: "■";
	color: #004ea1;
	font-size: 24px;
}

#wrap_header .sp_gm_base_menu li dt {
	padding: 10px 0 15px 14px;
	color: #004ea1;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
}

#wrap_header .sp_gm_base_menu li dt:before {
	padding: 0 6px 0 0;
	content: "■";
	color: #004ea1;
	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 .m_hl_items a {
	padding: 12px 0 12px 14px;
	color: #000000;
	font-size: 14px;
}

#wrap_header .sp_gm_base_menu li dd .m_hl_items a:before {
	display: inline-block;
	content: "＞";
	margin: 0 2px 0 0;
	font-size: 13px;
}

#wrap_header .sp_gm_base_menu li dd .second_hl_items {
	padding: 12px 0 12px 14px;
	color: #000000;
	font-size: 14px;
}

#wrap_header .sp_gm_base_menu li dd .second_hl_items:before {
	display: inline-block;
	content: "＞";
	margin: 0 2px 0 0;
	font-size: 13px;
}

#wrap_header .sp_gm_base_menu li dd .second_cont_items {
	display: none;
	padding: 6px 0 6px 0;
}

#wrap_header .sp_gm_base_menu li dd .second_cont_items.on {
	display: block;
}

#wrap_header .sp_gm_base_menu li dd .second_cont_items .anc_link a {
	padding: 6px 0 6px 14px;
	color: #000000;
	font-size: 14px;
}

#wrap_header .sp_gm_base_menu li dd .second_cont_items .anc_link a:before {
	display: inline-block;
	content: "・";
	margin: 0 2px 0 0;
	font-size: 13px;
}


#wrap_header .sp_gm_base_menu li .anc_link_items {
	padding: 6px 0 6px 0;
}

#wrap_header .sp_gm_base_menu li .anc_link_items .anc_link a {
	padding: 6px 0 6px 14px;
	color: #000000;
	font-size: 14px;
}

#wrap_header .sp_gm_base_menu li .anc_link_items .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;
}


/* ===============================================
footer
=============================================== */
#wrap_footer {
}

/* -----------------------------------------------
ft_main_range
----------------------------------------------- */
#wrap_footer .ft_main_range {
}

/* -----------------------------------------------
nav_mass
*/
#wrap_footer .ft_main_range .nav_mass {
	display: none;
	width: 100%;
}

/*** links_area -------***/

/*--- links_block ---*/

/* -----------------------------------------------
copyright
----------------------------------------------- */
#wrap_footer .copyright {
	width: 100%;
	min-width: initial;
	min-width: auto;
	margin: 0 auto;
	background-color: #004ea1;
	text-align: center;
}

#wrap_footer .copyright p {
	padding: 10px 0 10px 0;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	letter-spacing: 1px;
	text-align: center;
}

/* ===============================================
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 {
	position: fixed;
	right: 1px;
	bottom: 10px;
	z-index: 5000;
}

#page_top p:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#page_top p a {
	display: block;
	width: 33.5px;
	height: 33.5px;
	background-size: contain;
}

/*=================================================================
*==================================================================
contents etc.
==================================================================*
==================================================================*/
/* ===============================================
wrap_cont
=============================================== */
#wrap_cont {
	width: 100%;
	margin: 0 auto 2px auto;
	line-height: 1.6;
}

/* ===============================================
page_nav_main
=============================================== */
#page_nav_main {
	display: none;
	width: 100%;
}

/* -----------------------------------------------
lev_one_link_mass
----------------------------------------------- */

/* -----------------------------------------------
lev_two_link_mass
----------------------------------------------- */

/* -----------------------------------------------
nav_second_area
*/

/* -----------------------------------------------
nav_third_area
*/


/* ===============================================
page_main_cont
=============================================== */
#page_main_cont {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

/* -----------------------------------------------
breadcrumb
----------------------------------------------- */
#breadcrumb {
	display: none;
	margin: 0 0 0 0;
}

/* -----------------------------------------------
old layout set
----------------------------------------------- */
hr { display:none; }

/* column */
#main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#main_col {
	float: none;
	width: 100%;
	margin: 0;
}

h3 {
	width: 100%;
	height: auto;
	margin: 20px 0 20px 0;
	padding: 10px 0 10px 10px;
	border-left: 5px solid #004789;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table h3 {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	font-size: initial;
	line-height: normal;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

}/* End SP----------------------------------------------------*/