@charset "utf-8";


body {
	line-height: 1.6;
	font-weight: 200;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
  	min-height: -webkit-fill-available;
    animation: fadeIn 1.6s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.6s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

html{
  height: -webkit-fill-available;
}

body, html {
	position: relative;
	color: #333;
	font: 14px/1.8 'メイリオ', "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	padding: 0 0 0 0;
	background-color: #fff;
}


a {
  color: #333;
  text-decoration: none;
}

a:active, 
a:hover {
  color: #e60011
  text-decoration: none;
}

iframe, img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}

.clearfix:after, .inner:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden
}

.text-center {
  text-align: center
}

ul {
	list-style: none;
}



.i-space4 {
	padding-left: 4px;
}

.i-space6 {
	padding-left: 6px;
}

.i-space8 {
	padding-left: 8px;
}

.i-space12 {
	padding-left: 12px;
}

.i-space18 {
	padding-left: 18px;
}

.i-space99 {
	padding: 0 6px 0 18px;
}



.i-space4r {
	padding-right: 4px;
}

.i-space6r {
	padding-right: 6px;
}

.i-space8r {
	padding-right: 8px;
}

.i-space12r {
	padding-right: 12px;
}

.i-space18r {
	padding-right: 18px;
}



#container {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 1200px;
}


#sub_container {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}






/* # =================================================================
   # header
   # ================================================================= */

#header {
	display: block;
	position:fixed;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 120px;
	z-index: 10;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color:rgba(0,0,0,0.3);
}

.header-inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 95%;
	max-width: 1600px;
	height:120px;
	z-index: 1000;
}


.header-logo {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 44px;
	left: 146px;
	width: 480px;
	height: 46px;
	/*
	width: 350px;
	height: 33px;
	*/
  z-index: 100;
}

.header-logo-s {
	display: none;
}

.header-link {
	display: block;
	position: fixed;
	padding: 0 0 0 0;
	margin: 0 0 6px 0;
	text-align: right;
	top: 25px;
	right: 247px;
}

.header-link ul {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: block;
	text-align: right;
}

.header-link ul li {
	display: inline-block;
	position: relative;
	padding: 0 8px 0 8px;
	margin: 0 0 0 0;
	font-size: 1.1em;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}

.header-link ul li a {
	color: #fff;
	text-decoration: none;
}

.header-link ul li a:hover {
	color: #fff;
	text-decoration: underline;
}






	
	
.header-inq {
	display: block;
	position: fixed;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 178px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	top: 29px;
	right: 22px;
}
	
.header-inq a {
	display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 178px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	color: #fff;
	background-color: #e60011;
	font-size: 1.1em;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}	

	
	
	
	
	
	
/*　ヘッダー上下　*/

#header.UpMove {
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}

/* */

#header.DownMove {
	animation: DownAnime 1.0s forwards;
}
@keyframes DownAnime {
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}


@media only screen and (max-width: 1480px) {

	#header {
		display: block;
		position:fixed;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: 84px;
		z-index: 10;
		top: 0;
		left: 0;
		z-index: 1000;
		background-color:rgba(0,0,0,0.3);
	}
	
	.header-logo {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 26px;
		left: 106px;
		/*
		width: 480px;
		height: 46px;
		*/
		width: 350px;
		height: 33px;
	  z-index: 100;
	}

	.header-link {
		display: none;
	}

	.header-inq {
		display: block;
		position: fixed;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 178px;
		height: 42px;
		line-height: 42px;
		text-align: center;
		top: 25px;
		right: 22px;
	}
		
	.header-inq a {
		display: block;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 178px;
		height: 42px;
		line-height: 42px;
		text-align: center;
		color: #fff;
		background: #e60011;
		font-size: 1.1em;
		font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	}	

}

@media only screen and (max-width: 600px) {
	
	.header-inq {
		display: none;
	}

}	

@media only screen and (max-width: 680px) {
	
	.header-logo {
		display: none;
	}
	
	.header-logo-s {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 26px;
		left: 104px;
		width: 240px;
		height: 35px;
	  z-index: 100;
	}

}		
	
@media only screen and (max-width: 360px) {
	
	.header-logo-s {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 30px;
		left: 104px;
		width: 180px;
		height: 26px;
	  z-index: 100;
	}

}		
	
	


/* # =================================================================
   # gnav 2022 For Mori
   # ================================================================= */
   
   
.g-nav {
	display: block;
	position: fixed;
	top: 62px;
	right: 230px;
	margin: 0 0 0 0;
    padding: 0 0 0 0;
	text-align: right;
	margin: 0 0 0 0;
    padding:0 0 0 0;
    z-index: 100;
}

.g-nav ul {
	list-style: none;
	display: block;
	text-align:right;
}

.g-nav ul ul {
	display: block;
	margin: 0 0 0 0;
}

.g-nav ul li {
	position: relative;
	display:inline-block; 
    padding: 0 0 0 0;
    zoom:1 ;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.5px;
	border-right: 1px solid #fff;
}

.g-nav ul li:last-child {
	border-right: none;
}

/*ナビゲーションのリンク設定*/
.g-nav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0 18px 0 18px;
	transition:all .3s;
    font-size: 1.3em;
}

.g-nav ul li li a {
	padding: 10px 1em;
}

.g-nav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}




/**/

/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
.g-nav li.has-child ul {
    /*絶対配置で位置を指定*/
	position: absolute;
	display: block;
	left: 0;
	top: 58px;
	z-index: 100;
    /*形状を指定*/
	width:200px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	text-align: left;
}

/*hoverしたら表示*/
.g-nav li.has-child:hover > ul,
.g-nav li.has-child ul li:hover > ul,
.g-nav li.has-child:active > ul,
.g-nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}

/*ナビゲーションaタグの形状*/
.g-nav li.has-child ul li a {
	display: block;
	width:200px;
	background: rgba(255,255,255,0.84);
	font-size: 1em;
	border-bottom: 1px solid #5b5b5b;
	border-left: 1px solid #828282;
	border-right: 1px solid #828282;
}
/*
.g-nav li.has-child ul li:last-child a {
	border-bottom:none;
}
*/
.g-nav li.has-child ul li a:hover,
.g-nav li.has-child ul li a:active {
	display: block;
	width:200px;
	background:#3577CA;
	color: #fff;
}


/*==3階層目*/

/*3階層目の位置*/
.g-nav li.has-child ul ul {
	top:0;
	left:182px;
	background:#66ADF5;
}

.g-nav li.has-child ul ul li a:hover,
.g-nav li.has-child ul ul li a:active {
	background:#448ED3;
}





@media only screen and (max-width: 1480px) {

	.g-nav {
		display: none;
	}

}






/* #footer */

#footer-index {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	border-left: 120px solid #f1f1f1;
	background: #f1f1f1;
}

@media only screen and (max-width: 820px) {

	#footer-index {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
		border-left: none;
	}

}

#footer {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	background: #f1f1f1;
}

@media only screen and (max-width: 820px) {

	#footer {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
		border-left: none;
	}

}



/* footer-link */

.footer-link {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	max-height: 310px;
}

.footer-link-inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 90%;
	max-width: 1300px;
	height: auto;
	overflow: hidden;
}



.footer-end-link {
	display: block;
	position: relative;
	padding: 60px 0 18px 0;
	margin: 0 auto 0 0;
	width: 95%;
	max-width: 1300px;
}

.footer-end-link ul {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	text-align: left;
}

.footer-end-link ul li {
	display: inline;
	position: relative;
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
	border-right: 1px solid #333;
	color: #333;
	height: 28px;
}

.footer-end-link ul li:last-child {
	border-right: none;
}

.footer-end-link ul li span {
	font-weight: 300;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2em;
}

.footer-end-link ul li a {
	color: #333;
	text-decoration: none;
}

.footer-end-link ul li a:hover {
	color: #333;
	text-decoration: underline;
}


@media only screen and (max-width: 768px) {

	.footer-link {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
		max-height 800px;
	}

	.footer-link-inner {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		max-width: 1300px;
		height: auto;
		overflow: hidden;
	}

	.footer-end-link {
		display: block;
		position: relative;
		padding: 0 0 60px 0;
		margin: 0 0 0 0;
		width: 100%;
	}
	
	.footer-end-link ul {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		list-style: none;
		text-align: left;
		width: 100%;
	}
	
	.footer-end-link ul li {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		border-right: none;
		color: #333;
		height: 58px;
		line-height: 58px;
		width: 100%;
	}
	
	.footer-end-link ul li:first-child {
		border-top: 1px solid #9b9b9b;
	}

	.footer-end-link ul li a {
		display: block;
		position: relative;
		padding: 0 0 0 18px;
		margin: 0 0 0 0;
		border-right: none;
		border-bottom: 1px solid #9b9b9b;
		color: #333;
		height: 58px;
		line-height: 58px;
		width: 100%;
	}

	.footer-end-link ul li a {
		color: #333;
		text-decoration: none;
	}
	
	.footer-end-link ul li a:hover {
		color: #333;
		text-decoration: none;
	}

}














/* footer-title */

.footer-title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 85px;
}

.footer-title-inner {
	display: block;
	position: relative;
	padding: 35px 0 0 0;
	margin: 0 auto 0 auto;
	width: 90%;
	max-width: 1300px;
	height: auto;
	min-height: 85px;
}

.footer-logo {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
	width: 340px;
	height: 32px;
}

.footer-add {
	display: inline-block;
	position: relative;
	padding: 0 0 0 0;
	margin: 4px 0 0 50px;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 300;
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family: "UD新ゴNT EL JIS2004 AP" ;*/
	color: #333;
	float: left;
}

@media only screen and (max-width: 880px) {

	.footer-title {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
	}
	
	.footer-title-inner {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 90%;
		max-width: 1200px;
		height: auto;
		min-height: 85px;
	}

	.footer-logo {
		display: block;
		position: relative;
		padding: 10px 0 0 0;
		margin: 0 0 0 0;
		float: none;
		width: 340px;
		height: 50px;
	}
	
	.footer-logo img {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		float: none;
		width: 340px;
		height: auto;
	}
	
	.footer-add {
		display: block;
		position: relative;
		padding: 24px 0 0 0;
		margin: 0 0 0 0;
		float: none;
		text-align: left;
		font-size: 1.4em;
		line-height: 1.3em;
		font-weight: 300;
		font-family: 'Noto Sans JP', sans-serif;
		/*font-family: "UD新ゴNT EL JIS2004 AP" ;*/
		overflow: hidden;
	}

}


@media only screen and (max-width: 420px) {

	.footer-logo {
		display: block;
		position: relative;
		padding: 10px 0 0 0;
		margin: 0 auto 0 auto;
		float: none;
		width: 300px;
		height: auto;
	}

}




/* footer-copy */

.footer-copy {
	display: block;
	position: relative;
	padding: 0 0 18px 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

.footer-copy-inner {
	display: block;
	position: relative;
	padding: 65px 0 0 0;
	margin: 0 auto 0 auto;
	width: 90%;
	max-width: 1300px;
	height: auto;
}

.footer-copy-inner p {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	color: #333;
	font-size: 1em;
	line-height: 1.1em;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.5px;
}

.footer-copy-inner p br {
	display: none;
}


@media only screen and (max-width: 820px) {

	.footer-copy {
		display: block;
		position: relative;
		padding: 0 0 8px 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
	}

	.footer-copy-inner p {
		display: block;
		position: relative;
		padding: 36px 0 8px 0;
		margin: 0 0 0 0;
		text-align: left;
		color: #333;
		font-size: 1.5em;
		line-height: 1.6em;
		font-weight: 400;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 0.5px;
	}

	.footer-copy-inner p br {
		display: block;
	}

}












































/*===========================================================*/
/*機能編  5-2-5	MENUが×に */
/*===========================================================*/

.openbtn {
	position:fixed;
	z-index: 20000; 
	top:0;
	left: 0;
	cursor: pointer;
	width: 120px;
	height: 121px;
	color: #fff;
	background-color:rgba(0,0,0,0.3);
	border: 1px solid #fff;
}



@media only screen and (max-width: 1480px) {
	
	.openbtn {
		position:fixed;
		z-index: 20000;
		top:0;
		left: 0;
		cursor: pointer;
		width: 84px;
		height: 85px;
		color: #fff;
		background-color:rgba(0,0,0,0.3);
		border: 1px solid #fff;
	}	
	
}
	
	
/*==================================================
　5-2-6 3本線が回転して×に
===================================*/

/*
.openbtn{
	position: relative;
	background:#DBB82E;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
}
*/

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 34px;
    top: 44px;
    height: 2px;
    border-radius: 3px;
	/*background: #004ca0;*/
	background: #fff;
  }


.openbtn span:nth-of-type(1) {
	top: 44px;	
  	width: 45%;
}

.openbtn span:nth-of-type(2) {
	top: 58px;
  	width: 35%;
}

.openbtn span:nth-of-type(3) {
	top: 72px;
  	width: 20%;
}

/*activeクラスが付与されると線が回転して×になる*/

.openbtn.active span:nth-of-type(1) {
    top: 52px;
    left: 32px;
    transform: translateY(6px) rotate(-135deg);
    width: 45%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 64px;
    left: 32px;
    transform: translateY(-6px) rotate(135deg);
    width: 45%;
}


@media only screen and (max-width: 1480px) {

	/*ボタン内側*/
	.openbtn span{
	    display: inline-block;
	    transition: all .4s;/*アニメーションの設定*/
	    position: absolute;
	    left: 24px;
	    top: 40px;
	    height: 2px;
	    border-radius: 3px;
		/*background: #004ca0;*/
		background: #fff;
	  }
	
	
	.openbtn span:nth-of-type(1) {
		top: 28px;	
	  	width: 45%;
	}
	
	.openbtn span:nth-of-type(2) {
		top: 42px;
	  	width: 35%;
	}
	
	.openbtn span:nth-of-type(3) {
		top: 56px;
	  	width: 20%;
	}
	
	/*activeクラスが付与されると線が回転して×になる*/
	
	.openbtn.active span:nth-of-type(1) {
	    top: 38px;
	    left: 23px;
	    transform: translateY(6px) rotate(-135deg);
	    width: 45%;
	}
	
	.openbtn.active span:nth-of-type(2) {
		opacity: 0;
	}
	
	.openbtn.active span:nth-of-type(3){
	    top: 50px;
	    left: 23px;
	    transform: translateY(-6px) rotate(135deg);
	    width: 45%;
	}

}







/*===========================================================*/
/*機能編  クリックしたらナビが出現 */
/*===========================================================*/


#g-nav {
	position:fixed;
	top: -120%;
	width:100%;
	height: 100vh; 
	background-color:rgba(255,255,255,1);
  padding: 0 0 0 0;
  margin: 0 0 0 0;
	transition: all 0.6s;
	z-index: 5000;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
    top: 0;
}

/*ナビゲーションの縦スクロール*/

#g-nav #g-nav-content {
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px;
}











#gnavSp {
	display: block;
	width: 100%;
	padding: 0 0 50px 0;
	margin: 30px 0 0 0;
}

@media only screen and (max-width: 1480px) {
	
	#gnavSp {
		display: block;
		width: 100%;
		padding: 0 0 50px 0;
		margin: 30px 0 0 0;
	}
	
}	
	
	
/*
#gnavSp {
	display: block;
	width: 45%;
	padding: 0 5% 0 0;
	margin: 0 0 0 0;
	float: right;
}
 
 
 
@media only screen and (max-width: 920px) {
	
	#gnavSp {
		display: block;
		width: 95%;
		padding: 0 0 0 0;
		margin: 30px 2.5% 40px 2.5%;
	}
	
}
*/	
	
 
#gnavSp li {
	list-style: none;
}
      
#gnavSp .first {
	display: block;
	width: 100%;
	margin: 120px 0 0 0;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	border-bottom: none;
}

@media only screen and (max-width: 1480px) {
	  
	#gnavSp .first {
		display: block;
		width: 100%;
		margin: 84px 0 0 0;
		border-top: 1px solid #cbcbcb;
		border-bottom: 1px solid #cbcbcb;
		border-bottom: none;
	}	  
	  
}  
	
@media screen and (max-width: 420px) {
	
	#gnavSp .first {
		display: block;
		width: 100%;
		margin: 84px 0 0 0;
		border-top: 1px solid #cbcbcb;
		border-bottom: 1px solid #cbcbcb;
		border-bottom: none;
	}	  

}


  
#gnavSp .first > li > a {
	display: block;
	/*background-color: #fff;*/
	padding: 0 0 0 32px;
	font-size: 1.3em;
	color: #333;
	font-weight: 400;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	border-bottom: 1px solid #cbcbcb;
	text-decoration: none;
	width: 100%;
	height: 80px;
	line-height: 80px;
}

/*
#gnavSp .first > li.inqnav > a {
	display: block;
	background-color: #f7b550;
	padding: 0.8em 0.7em;
	font-size: 1.3em;
	color: #fff;
	border-bottom: 1px solid #fff;
	width: 100%;
}      
*/       
        
#gnavSp .first > li > a strong,
#gnavSp .first > li > a em {
          display: block; }
          
#gnavSp .first > li > a:hover {
          text-decoration: none; }
          
#gnavSp .first > li > a em {
          font-size: 8px;
          line-height: 1.2; }
          
          
#gnavSp .first > li.a > a {
        color: #333;
        /*background-color: #e9e9e9;*/
        border-bottom: 1px solid #cbcbcb;
}
        
        
        
        
        
        
#gnavSp .first > li.b > a {
	color: #e60011;
	background-color: #898989;
	border-bottom: 1px solid #cbcbcb;
	font-style: normal; 
}
        
#gnavSp .first > li.c > a {
	color: #fff;
	background-color: #eeb845;
	border-bottom: 1px solid #cbcbcb;
}  
        
#gnavSp .first > li.d > a {
	color: #fff;
	background-color:  #0168b7;
	border-bottom: 1px solid #cbcbcb;
}  
        
#gnavSp .first > li.e > a {
	color: #fff;
	background-color: #62cce7;
	border-bottom: 1px solid #cbcbcb;
}   
        
          
        

#gnavSp .first > li.drop > a {
        background-position: right 22px center;
        background-repeat: no-repeat;
        background-image: url(../images/icon-bg-plus_02.png); }
        
#gnavSp .first > li.drop > a.active {
          background-image: url(../images/icon-bg-mainas_02.png); }
          
#gnavSp .first > li.drop li {
        border-top: 1px solid #cbcbcb; }
        
#gnavSp .first > li.drop li br {
		display: none; }
        
#gnavSp .first > li.drop li:first-child {
         border-top: 0; }
         
#gnavSp .first > li.drop li:last-child {
         border-bottom: 1px solid #cbcbcb; }
          
#gnavSp .first > li.drop li a {
					display: block;
					background-color: #f6f6f6;
					padding: 0 0 0 32px;
					font-size: 1.2em;
					font-weight: 300;
					font-family: 'M PLUS Rounded 1c', sans-serif;
					color: #cf1220;
					text-decoration: none;
					height: 52px;
					line-height: 52px;
}
          
#gnavSp .first > li .dropList {
        display: none; }
        
        
        
        
        
        
        
#gnavSp .second {
      background-color: #fff;
      border-bottom: 1px solid #fff;
      display: table;
      width: 100%;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
              
#gnavSp .second a {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        padding: 0.8em 0.7em;
        color: #fff;
        line-height: 1.2; }
        
#gnavSp .second a:first-child {
          border-right: 1px solid #7a7a7a; }
          
#gnavSp .third {
      background-color: #11a4a7;
      padding: 1.2em; }
      
#gnavSp .fifth {
      background-color: #a9a9a9;
      padding: 1.2em; }
      
#gnavSp .third a {
        display: block;
        width: 100%;
        border-radius: 4px;
        text-align: center;
        line-height: 1.2;
        padding: 0.7em;
        font-size: 14px;
        background-color: #f6f5f5;
        border: 1px solid #d0d0d0;
        color: #11a4a7; }
        
#gnavSp .fifth a {
        display: block;
        width: 90%;
        border-radius: 4px;
        text-align: center;
        line-height: 1.2;
        padding: 0.7em 5% 0.7em 5%;
        font-size: 16px;
        background-color: #357e8b;
        border: 2px solid #fff;
        color: #fff; }   
 






#g-nav .footer-copy {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	max-height: 50px;
	overflow: hidden;
}

#g-nav .footer-copy-inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 90%;
	max-width: 1300px;
	height: auto;
}

#g-nav .footer-copy-inner p {
	display: block;
	position: relative;
	padding: 0 0 18px 0;
	margin: 0 0 0 0;
	text-align: center;
	color: #333;
	font-size: 1em;
	line-height: 1.1em;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.5px;
}

#g-nav .footer-copy-inner p br {
	display: none;
}

@media only screen and (max-width: 820px) {

	#g-nav .footer-copy {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
		max-height: 80px;
	}

	#g-nav .footer-copy-inner p {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		text-align: left;
		color: #333;
		font-size: 1.3em;
		line-height: 1.3em;
		font-weight: 400;
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 0.5px;
	}

	#g-nav .footer-copy-inner p br {
		display: block;
	}

}

























/* # =================================================================
   # page-top
   # ================================================================= */

.pagetop {
	position: fixed;
	display: block;
	background : url(../images/goto_top2.png);
	left: 40px;
	width: 45px;
	height: 150px;
	margin-bottom: 100px;
	z-index: 3000;
}

.pagetop span {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

@media only screen and (max-width: 1480px) {

	.pagetop {
			left: 20px;
	}

}

@media only screen and (max-width: 820px) {

	.pagetop {
			left: -100px;
	}

}








#manna_footer {
	display: block;
	position: relative;
	padding: 40px 0 60px 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 120px;
	background: #f1f1f1;
	z-index: 100;
}

.manna_footer_inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
	width: 100%;
	height: 20px;
	border-top: 8px solid #e60416;
	border-bottom: 8px solid #015d82;
}







