@charset "utf-8";

#header_wrap {
		clear: both;
		width: 100%;
		margin: 0 auto;
		background-color: #FFFFFF;
}
#header_wrap:before, #header_wrap:after {
		content: "";
		display: table;
}
#header_wrap:after {
		clear: both;
}
/*IE6,7対策 （haslayout対策）*/
#header_wrap {
		*zoom: 1;
}


/*折りたたみメニューのスクロールバー*/
.scroll-box{
	overflow-y: auto;
}
.scroll-box::-webkit-scrollbar{
	width: 20px;
	background: #ffd966;
	border-radius: 10px;
}
.scroll-box::-webkit-scrollbar-thumb{
	background: #435295;
	border-radius: 10px;
}

.scroll-box {scrollbar-width: auto; }
.scroll-box { scrollbar-color: #ffd966 #435295;}


/************************************************************************************************/
/**************　新　グローバルナビゲーション Global navigation GNの指定ここから　nav > .GNnav*******/
.header{
  width: 100%;
	background: #fff;
}
.header_inner {
  position: relative;
	}
	
	
	@media only screen and (max-width: 454px) {

	}
	
	@media only screen and (max-width: 500px) {
	
	.hamburger {  top: 4px !important;}
	
	}

@media only screen and (max-width: 810px) {

/*1　header　ロゴ並びの指定  SPの時はロゴと検索以外隠す*/
#header #headerContact .headerContactMc {display: none;}
  .GNnav {
    position: fixed;
    right: -100%; /* 右から出てくる */
    top: 60px;
    width: 98%; /* スマホに収まるサイズ */
    height: 80%;
		min-height: 200px;
    padding-top: 10px;
		margin-right: 2%;
    background-color: #4a59a7;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
		-webkit-overflow-scrolling: touch;
		order: 3;
  }

		
  .hamburger {
    position: fixed;
    right: 15px;
    top: 8px;
    width: 40px; /* クリックしやすい幅 */
    height: 45px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
		background: #fff;
		border: solid 1px #000;
  }
  .GNnav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

	
	
  .GNnav_item {
    text-align:left;
  /*  padding: 0 14px;		*/
		font-size: 1.6rem;
  }
  .GNnav_item a {
    display: block;
    padding: 14px 0;
		padding-left: 10%;
    border-bottom: 1px solid #000000;
		box-shadow: 1px -6px -16px -10px rgb(245 238 238 / 40%);
    text-decoration: none;
		font-size: 1.6rem;
		line-height: 1;
    color: #FFF;
  }
  .GNnav_item a:hover {
    background-color: #eee;
		color: #cb002b;
		/*text-shadow: 1px -1px 1px rgba(93,91,91,0.3);*/
  }
	
			

	
	
	
  .GNnav_item 	.subNav li a {font-size: 1.4rem;}	
 .GNnav_item 	.subNav li a::before {content: " └ ";}
	.GNnav_list  .GNnavContact {display: block; background: #FFF}
	.GNnav_list  .GNnavContact p img { max-width: 200px;	width:auto;	height: auto; max-height: 50px; padding-top: 6px; margin: 0 10px;}			
	
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 22px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 24px;
  }
  .hamburger_border_center {
    top: 30px;
  }
  .hamburger_border_bottom {
    top: 36px;
  }
	  .hamburger_txt {
     top: 0px;
		font-size: 8px;		
    transition: all .6s;		
  }
	
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .GNnav-open .GNnav {
    right: 0;
  }
  .GNnav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .GNnav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 30px;
  }
  .GNnav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .GNnav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top:30px;
  }
} /* sp */





@media only screen and (min-width: 811px) {

.header{
 /* position: fixed;
  left: 0;
  top: 0;
	*/
  width: 100%;
  height: 60px;
	background: #4a59a7;
}
  .header_inner{
    max-width: 980px;
    width: 100%;
    padding: 0 ;
    margin-left: auto;
    margin-right: auto;			
  }

  .GNnav_list li{
    display: inline-block;
    line-height: 1.4;
    text-align: center;
    box-shadow: 1.3px 0px #333;
    font-size: 1.4rem;
    /* width: 100px; */
  }

.GNnav_list  .subNav{display: none ; left: 20%; right:20%; }
.GNnav_list  .GNnavContact {display: none;}
 .GNnav_list  li:first-child{ border-left: solid 1px #222;}	
  .GNnav_list a{
    color: #ececec;
    font-weight: 500;
		 max-width: 980px;
		width: 100%; 
		display: table-cell;
		vertical-align: middle;
		padding: 20px 6px 14px;
		cursor: pointer;
		}
	
 .GNnav_list a:hover{ background: #383a90; color: #fff;  font-weight: 700; transition: 1.0s ;}	
	.GNnav{background: #4a59a7; }
.GNnav_list li:hover .subNav {display:block; position:absolute; z-index:1; background:#0b5f98; width:auto; min-width:150px; margin: 0 -150px 0 -150px; padding:20px 30px 30px 30px;}
#subNav01 {background:#0b5f98;}
#subNav02 {background:#245387;}
#subNav03 {background:#37497a;}
#subNav04 {background:#444371;}
#subNav05 {background:#63335c;}
#subNav06 {background:#742b51;}

.GNnav_list li:hover .subNav li {border:solid 1px #4a59a7;  border-radius:10px; margin-top:3px; float:left}
	.GNnav_list li:hover .subNav a{
    color: #000;
    font-weight: 700;
		 max-width: 980px;
	width:100%;
		min-width: 100px; 
		display: table-cell;
		vertical-align: middle;
		padding: 20px 6px 14px;
		cursor: pointer;
		background:#fff;
		opacity: 1;
		}

	.GNnav_list li:hover .subNav a:hover{color:#fff; background:#383a90;  opacity: 1;} 		
	
	  .hamburger_txt  {opacity: 0;}
}/* pc */



@media only screen and (min-width: 910px) {
  .GNnav_list a {padding: 20px 15px 14px;}

}



/***************************　新　グランドメニューの指定ここまで　**************************/
/************************************************************************************************/




/***************************　1　header　ロゴ並びの指定　**************************/

#header {
		display: block;
		width: 100%;
}
#header {
		clear: both;
		width: 100%;
		margin: 0 auto;
		background-color: #FFFFFF;
}
#header {
		position: relative;
		z-index: 2;
	/*	box-shadow: 0px 9px 4px -4px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 9px 4px -4px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 9px 4px -4px rgba(0, 0, 0, 0.2);*/
}
#header:before, #header:after {
		content: "";
		display: table;
}
#header:after {
		clear: both;
}

/*IE6,7対策 （haslayout対策）*/

#header {
		*zoom: 1;
}
#header #headerLogo {  /*@media only screen and (max-width: 810px) {*/
		display: block;
		float: left;
		text-align: center;
		padding-top: 10px;
		margin-left: 15px;
		vertical-align: middle;
}
#header #headerLogo img {
		width: 80%;
		/*max-width: 200px;*/
		max-width: 150px;
		height: auto;
		margin: 0 auto;
}
#header #headerLogo p {clear: both; text-align: center;}/*疑似科学を科学的に考える*/

#header #headerContact {
		display: block;
		width: 100%;
		text-align: center;
}
#header #headerContact .headerContactMc {
		font-size: 1.6rem;
		color: #00489d;
		/*padding: 10px;		*/
}
#header #headerContact .headerContactMc a  span { display: inline-block; margin-top: 10px; width:45%;  max-width: 156px;padding: 2px; border: solid 1px #00489d; font-size: 1.4rem;}

#header #headerContact .headerContactMc img {width: 45%; max-width: 150px; height: 100%; display: inline-block; vertical-align: middle;}


#header #headerContact .back_kon a {
		color: #ffffff;
		padding: 2px 10px;
		background-color: #00489d;
		border: 1px solid #030c4b;
		-webkit-border-radius: 5px 5px;
		border-radius: 5px 5px;
		font-size: 14px;
}
#header #headerContact .back_kon a:hover {
		color: #00489d;
		padding: 2px 10px;
		background-color: #FFFFFF;
		border: 1px solid #00489d;
		-webkit-border-radius: 5px 5px;
		border-radius: 5px 5px;
		font-size: 14px;
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 9px 0 rgba(0, 0, 0, 0.12), 0 5px 2px -1px rgba(0, 0, 0, 0.2);
}
#header #headerContact .back_orange a {
		color: #ffffff;
		padding: 2px 10px;
		background-color: #f97c07;
		border: 1px solid #f18e32;
		-webkit-border-radius: 5px 5px;
		border-radius: 5px 5px;
		font-size: 14px;
}
#header #headerContact .back_orange a:hover {
		color: #FFFFFF;
		padding: 2px 10px;
		background-color: #e95a16;
		border: 1px solid #e95a16;
		-webkit-border-radius: 5px 5px;
		border-radius: 5px 5px;
		font-size: 14px;
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 9px 0 rgba(0, 0, 0, 0.12), 0 5px 2px -1px rgba(0, 0, 0, 0.2);
}
#header #headerContact .back_konwaku a {
		color: #00489d;
		padding: 2px 10px;
		background-color: #FFFFFF;
		border: 1px solid #00489d;
		-webkit-border-radius: 5px 5px;
		border-radius: 5px 5px;
		font-size: 14px;
}
#header #headerContact .back_konwaku a:hover {
		color: #ffffff;
		padding: 2px 10px;
		background-color: #00489d;
		border: 1px solid #030c4b;
		-webkit-border-radius: 5px 5px;
		border-radius: 5px 5px;
		font-size: 14px;
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 9px 0 rgba(0, 0, 0, 0.12), 0 5px 2px -1px rgba(0, 0, 0, 0.2);
}

/*
#header #headerContact .certif {
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 2.5;
}
*/
#header #headerContact .headerContactStyleA {
		margin-bottom: 10px;
}
#header #headerContact .headerContactStyleB {
		font-size: 22px;
		font-size: 2.2rem;
}
#header #headerContact .headerContactStyleC {
		font-size: 12px;
		font-size: 1.2rem;
}

/**************************　1　header　ロゴ並びの指定ここまで**************************/



/**************************　検索窓　**************************/
/*
#headerSearch span {
	display: none;
		float: right;
		text-align: right;
		padding: 4px 5px 2px;
		font-size: 12px;
		font-size: 1.2rem;
		border: 1px solid #35417f;
		background: #35417f;
		margin-right: 3px;
		color: #fff;
	
}*/

/*checkboxは常に非表示*/
/*#headerSearch  .checkNone {
		display: none;
}

	#headerSearch .searchToggle span {display: inline-block;}

		#headerSearch .searchToggle {
				height: 0;
				padding: 0px;
				transition: .2s;
				overflow: hidden;
		}
		#headerSearch input:checked + .searchToggle {
				height: auto;
				padding: 0px;
		}

#header #headerSearch label {   margin-right: 0; } /*form.css　の設定を解除*/

@media only screen and (max-width:370px) {

		

		/*	#header #headerLogo p {clear: both; transform: scale(0.8);}* transform: scale(0.6)  chromeでフォントサイズを小さく表示*/
}


@media only screen and (max-width:345px) {
#header #headerLogo p {display: none;}

}


@media only screen and (max-width:406px) {
		#header #headerLogo{ max-width: 120px ; }
		#header #headerLogo img {max-width: 110px ; }
		#header #headerLogo p { transform: scale(0.8);}
		#header #headerSearch {}	
}



@media only screen and (max-width:474px) {

#header #headerLogo {
    margin-left: 0 !important;			
		}
/*	#header #headerLogo p { transform: scale(0.8) ;}*/
	
		/*検索窓*/
		#header #headerSearch {padding-right: 5px !important;}	
		
						
			}
			
@media only screen and (max-width: 630px) {
	#header #headerLogo p{ display: none;}			

		
}

@media only screen and (max-width: 810px) {
	
		/*検索窓*/
			#header #headerSearch {
				display: block;							
				float:right;
				text-align: right;			
				padding-top: 1%;
				margin-top: 0;
				padding-right: 60px;
				
						}
						

	/*	#header #headerSearch label {display: inline-block; margin-top:15px; }	
		#header #headerSearch .headerSearchPC{display: none;}
		*/
			
			#header #headerSearch li {
				display: -moz-inline-box;
				/*for Firefox 2*/
				display: inline-block;
				/*for modern*/
				*display: inline;
				/*for ie5～7*/
				*zoom: 1;
				/*for ie5～7 haslayoutをtrue オブジェクトがレイアウトを持っている*/
		}	
		
	
}

/*ロゴ並びの指定 headerパーツ 横並び*/
@media only screen and (min-width: 811px) {		
		#header #headerLogo {
				display: block;
				width: 20%;
				float: left;
				padding-left: 5%;
				/*text-align: right;*/
		}
		#header #headerLogo img {
				width: 90%;
		}
		
		/*TOP用のコメント*/
		#header #headerContact {
				display: block;
				width: 40%;
				float: left;
				padding-top: 1%;
		}	
	
	/*検索窓*/
				#header #headerSearch {
				display: block;
				width: 33%;
				float:right;
				text-align: right;
			/*	padding-right: 1%;*/
				padding-top: 1%;
				margin-top: 0;
		}
		
		/*
		#headerSearch span {
		display: none;
		}*/
		
}

@media only screen and (min-width: 960px) {
		#header {
				width: 940px;
				width: 94.0rem;
		}
		}

@media only screen and (min-width: 1200px) {
		/*ロゴ並びの指定 headerパーツ 横並び*/
		#header #headerLogo img {
				width: auto;
				height: auto;
		}
		#header #headerContact img {
				width: auto;
				height: auto;
		}
		#header {
				width: 1160px !important;
		}		
		}


