@charset "utf-8";
/* CSS Document */


/* ----------------------------------------------------
   common setting
------------------------------------------------------- */

* {
	-webkit-text-size-adjust: 100%;
	-webkit-appearance: none;
}

/* basic setting:
--------------------------------------------*/


body {
	font-size: 100%;
	letter-spacing: 0em;
}


/* erca header setting :
--------------------------------------------*/


/*---- block_skip setting ----*/

.block_skip a {
	display:block;
	height: 0;
	overflow: hidden;
	text-align: center;
	color: #fff;
	background: #777;
	font-size: 90%;
}

.block_skip a:focus {
	height: auto;
	line-height: 2em;
}

/*---- header setting ----*/


/*-- logo --*/

#header1 .logo {
	margin: 15px 20px;
}

/*-- erca --*/

#header1 .logo {
	margin: 9px 10px 5px;
	width:150px;
}

#header1 .logo img {
	width: 90%;
}

#header1 .nav1 li a {
	width: 45px;
	height: 45px;
}
#header1 .nav1 li#en-btn a {
	padding: 10px 0 0;
}

#header1 .nav1 li#en-btn a {
	padding: 16px 0 0;
}

#header1 .nav1 li#en-btn a img {
	width: 38px;
}

#header1 .nav1 li#search-btn a {
	padding: 8px;
}
#header1 .nav1 li#erca-menu a {
	padding: 10px;
}


/*---- search ----*/

#header1 .nav1 li#search-btn .close_erca {display: none;}

#search {
	padding: 1em;
}


#search h2 {
	font-size: 100%;
	padding: 5px 10px 5px 30px;
}

#search h2:after {
	width: 16px;
	height: 3px;
	top: 1em;
	left: 0;
}

#search input {
	border-radius: 0;
}

#search input[type="text"] {
	width: 40%;
	height: 2.5em;
}

#search input[type="submit"] {
	height: 2.5em;
	padding: 0 1em;
}


/* erca glnav setting :
--------------------------------------------*/

/* 第2階層 */

#glnav1 {
	position: relative;
	display: none;
	top: 0px;
}


#glnav1 > ul > li > a {
	width: 100%!important;
	float: none;
	text-align: left;
	margin: 0;
	padding: 1em 1em 1.5em!important;
	border-bottom: 1px solid #fff;
	background-image: url(../img/common/slide_down.svg);
	background-repeat: no-repeat;
	background-position: right 10px top 48%;
	background-size: 22px;
}

#glnav1 > ul > li:first-child > a,
#glnav1 > ul > li > a:hover,
#glnav1 > ul > li > a.on {
	border-radius: 0;
	background-color: #0D79CD;
	color: #fff;
}

#glnav1 > ul > li > a.on {
	background-image: url(../img/common/slide_up.svg);
}


/* 第3階層 */


#glnav1 > ul > li:first-child > ul {
	position: relative;
	display: none;
}

#glnav1 > ul > li > ul {
	box-sizing: border-box;
	height: auto;
	position: relative;
	clear: both;
	background: #fff;
	top: 0em;
	width: 100%;
	padding: 0em 1%;
	z-index: 999;
}

#glnav1 > ul > li > ul > li {
	float: none;
	background: none;
	width: 100%;
	border-left: 5px solid #fff;
	padding: 0;
}

#glnav1 > ul > li > ul > li > a {
	display: block;
	background: url(../img/common/arrow03.svg) no-repeat center left;
	padding: 1.5em 2em 1.5em 2.5em;
	border-bottom: 1px dotted #ccc;
}

#gl2-3 > ul > li.mgl255p {
	margin-left: 2% !important;
}

/* 第4階層 */


#glnav1 > ul > li > ul > li ul {
	margin-top: 0px;
	display: none;
	border-bottom: 1px dotted #ccc;
	padding: 15px 0;
}

#glnav1 > ul > li > ul > li li {
	background: url(../img/common/arrow04.svg) no-repeat 5px 0.5em;
	font-size: 90%;
	padding: 0 0 10px 20px;
}


/* 閉じる */


#glnav1 > ul > li > ul > li.close_erca {display: none;}


/* erca footer setting :
--------------------------------------------*/

#footer1 h2 {
	margin: 15px 5px;
	float: left;
	width:143px;
}


#footer1 .clear_fix p {
	font-size: 80%;
	margin: 20px 5px;
	float: right;
}

#footer1 h2 img {
	vertical-align: middle;
	width: 100%;
}

/*-- footer navi --*/

#footer1 .nav {
	clear: both;
	text-align: center;
}


#footer1 .nav,
#footer1 .nav2 {
	font-size: 80%;
	padding: 15px 2%;
}

#footer1 .nav li,
#footer1 .nav2 li {
	display: inline-block;
}

#footer1 .nav2 {
	text-align: left;
}

#footer1 .nav {
	float: none;
}



/*-- copy --*/


#footer1 #copy {
	font-size: 75%;
}

#footer1 #copy #pagetop {
	float: none;
	display: block;
	text-align: right;
	background: #5D5656;
}

#footer1 #copy #pagetop img {
	width: 40px;
	height: 40px;
}

#footer1 #copy p {
	margin: 18px auto;
}



/*-------------------------------------------
jfge setting :
--------------------------------------------*/


/* outline setting :
--------------------------------------------*/

.outline {
	padding: 0px 5px;
}


.pc {display: none;}
.sp {display: block;}



/*---- header setting ----*/

#header2 {
	border-bottom: none;
}

#header2:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/*logo*/

#header2 .logo {
	float: none;
	width: 100%;
	margin: 0;
	position: relative;
	border-bottom: 5px solid #97CB66;
}

#header2 .logo:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#header2 .logo img {
	width: 170px;
	height: auto;
	margin: 12px 5px 10px 12px;
}

/*---- grobal navigation setting ----*/

/*-- ハンバーガーメニュー --*/

#header2 a.menu {
	display: block;
	margin: 18px 10px 0 0;
	float: right;
	box-sizing: border-box;
	padding: 12px 12px 12px 36px;
	min-width: 7.5em;
	background: #97CB66 url(../img/common/icon-hamburger.svg) no-repeat 5px 0.7em;
	background-size: 28px;
	border-radius: 3px 3px 0 0;
}

#header2 a.menu.on {
	background: #97CB66 url(../img/common/icon-cross.svg) no-repeat 5px 0.8em;
	background-size: 30px;
}

#header2 a.menu .hamburger,
#header2 a.menu.on .close {display: inline;}
#header2 a.menu.on .hamburger,
#header2 a.menu .close {display: none;}


#glnav2 {
	float: none;
	clear:both;
	width: 100%;
	display: none;
}

#glnav2 > li > a {
	float: none;
	width: 100%!important;
	margin: 0!important;
	padding: 1em 1em 1.5em 40px!important;
	text-align: left;
	background-position: left 10px center!important;
	background-color: #97CB66;
	border-radius: 0!important;
	border-bottom: 1px solid #fff;
}

#glnav2 > li > a:hover,
#glnav2 > li.on > a {
	border-radius: 0!important;
}


#glnav2 li#gl2-1 > a {background-size: 26px 25px;}
#glnav2 li#gl2-2 > a {background-size: 23px 28px;}
#glnav2 li#gl2-3 > a {background-size: 28px 24px;}
#glnav2 li#gl2-4 > a {background-size: 24px 20px;}
#glnav2 li#gl2-5 > a {background-size: 28px 25px;}
#glnav2 li#gl2-6 > a {background-size: 25px 38px;}


/*---- mega menu setting ----*/


#glnav2 > li > ul {
	display: none;
}

#glnav2 > li > ul {
	position: relative;
	background: #fff;
	float: none;
	top: 0px;
	padding: 10px 1em;
}

#glnav2 > li > ul > li {
	width: 100%;
	float: none;
	margin-left: 0;
}

#glnav2 > li > ul > li > a {
	display: block;
}

#glnav2 > li > ul > li.title {
	display: none;
}
#glnav2 > li > ul > li.title:after {
	display: none;
}
#glnav2 > li > ul > li {
	float: none;
}

#glnav2 > li > ul > li:after {
	width: 22px;
	height: 5px;
	top: 0.6em;
	left: 0;
}

#glnav2 > li > ul > li > ul {
	display: block;
	font-size: 90%;
	margin: 1em 0;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}

#glnav2 > li > ul > li:nth-last-child(2) > ul {
	border: none;
}

#glnav2 > li > ul > li > ul li {
	margin-bottom: 5px;
}

#glnav2 > li > ul > li > ul a {
	display: block;
	/*background: url(../img/common/arrow02.svg) no-repeat 0 0.4em;
	background-size: 15px;*/
}


/*---- main visual setting ----*/

#main_v {
	position: relative;
	text-align: center;
}

#main_v img {
	max-width: 100%;
	height: auto;
}


/*---- footer setting ----*/

#footer2 {
	background-size: 1200px;
	padding-top: 100px;
}

/*-- 住所 --*/

#footer2 h2 {
	background-size: 60px 50px;
	padding: 60px 0 10px;
	font-size: 120%;
}

#footer2 address {
	line-height: 1.5em;
	font-size: 90%;
}


/*-- megafooter --*/


#footer2 #megafooter {
	margin: 3em 0 1em;
}

#footer2 #megafooter > li {
	clear: both;
	float: none;
	left: 0%;
	width: 96%;
	margin: 1em 2% 1.5em!important;
}



/* banner setting:
--------------------------------------------*/

@media screen and (orientation: portrait) {

	body#jfge .banner,
	#main.clm1 .banner {
		padding: 30px 5%;
	}
	
	
	
	body#jfge .banner li,
	#main.clm1 .banner li,
	body#jfge .banner li:nth-child(3),
	#main.clm1 .banner li:nth-child(3) {
		clear: both!important;
		margin-left: 0;
		width: 100%!important;
	}
}

/* sns setting:
--------------------------------------------*/

body#jfge #sns,
#main.clm1 #sns {
	padding: 30px 10px 0;
}

body#jfge #sns li,
#main.clm1 #sns li {
	margin: 20px 10px;
}


/*---- frexible grid system ----*/



.off .grid_1_4,
.off .grid_1_3,
.off .grid_1_2,
.off .grid_2_3,
.off .grid_3_4,
.off .grid_1_4:first-child,
.off .grid_1_3:first-child,
.off .grid_1_2:first-child,
.off .grid_2_3:first-child,
.off .grid_3_4:first-child { 
	float: none;
	margin-left: 2%;
}


.off .grid_1_4,
.off .grid_1_3,
.off .grid_1_2,
.off .grid_2_3,
.off .grid_3_4 {width: 96%;}


/*---- contents setting ----*/


/*-- ghost_btn --*/


.btn1 a {
    display: block;
    margin: 50px 3% 10px;
	width: 94%;
}


/*== 幅 ==*/


.off .w20,
.off .w25,
.off .w28,
.off .w30,
.off.w30,
.off .w40,
.off.w40,
.off .w50,
.off .w55,
.off .w60 {width: 96%!important;}

.off.w30,
.off.w40 {width: auto!important;}


.right.off,
.left.off{ float:none!important;}