@charset "utf-8";
/* CSS Document */

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
}

header.pchead {
	width: 100%;
	height:100px;
}
.Imglogo{
	position: absolute;
	top:7px;
	left:10px;	
}
.Imglogosp{
	position: absolute;
	top:4px;
	left:10px;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 740px) {
header.pchead{
		display:none;
	}
div.hm_wrap {
		display:block;
	}
}
@media screen and (min-width: 740px) {
header.pchead{
		display:block;
	}
div.hm_wrap {
		display:none;
	}	
}

/* navCSS */

#gnav{
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	z-index: 2;
	font-weight: bold;
	top:50px;
	background-color: #005491;
	padding:0 20px;
}
#gnav a {text-decoration: none;color:#FFF;}
#gnav a:visited {color:#FFF;}

#gnav > ul {
	display: flex;
	justify-content: center;
	border-top: 6px solid #005491;	
	border-bottom: 6px solid #005491;
	padding: 7px;
	font-size: 14px;
}

#gnav > ul > li.mulink1,
#gnav > ul > li.mulink2 {
  display: table-cell;
  margin-right: 0.3em;
}

#gnav > ul > li.mulink1:hover > a,
#gnav > ul > li.mulink2:hover > a {
  color: #005491;
  background-color: #FFF;
}
#gnav > ul > li.mulink1:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#gnav > ul > li.mulink2:hover .menu {
  max-height: 9999px;
  opacity: 0;  
}
#gnav > ul > li.mulink1 > a,
#gnav > ul > li.mulink2 > a {
	padding: 10px 15px;
	display: block;
	text-align: center;
}
#gnav > ul > li.mulink1 > a span:before,
#gnav > ul > li.mulink2 > a span:before {
	font-family: 'icf';
	content: "";
	content: "\e901";
	font-size: 14px;
	vertical-align: -2px;
	padding-right:5px;
}

#gnav > ul .menu {
  transition: all .1s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  margin-top:10px;
  position: absolute;
  background-color: #1891cf;
  box-shadow: 2px 2px 4px #666;
}
#gnav > ul .menu .menu_inner {
	display: inline-block;
	vertical-align: top;
	padding: 1.5em 0;
	font-weight: normal;
}
@media screen and (max-width: 800px) {
#gnav > ul .menu .menu_inner {
	display: block;
	vertical-align: top;
	padding: 1.5em 0;
	font-weight: normal;
}
}
#gnav > ul .menu .menu_innerL {
	display: inline-block;
	vertical-align: top;
	padding: 2em 0;
	font-weight: normal;
}

#gnav > ul .menu .menu_inner li {
  margin: .3em .5em;
  list-style:none;
}
#gnav > ul .menu .menu_innerL li {
  margin: .5em .5em;
	display: inline;
}
#gnav > ul .menu a {
  color: #fff;
}
.ftmL{margin-left:20px;}
.menutitle{
	margin-right: 20px;
	color: #fff;
	width: 20%;
	text-align: center;
	float: left;
	line-height: 300px;
	border-right:1px solid #FFF;
}
@media screen and (max-width: 800px) {
.menutitle{
	margin-right: 20px;
	color: #fff;
	width: 20%;
	text-align: center;
	float: left;
	line-height: 500px;
	border-right:1px solid #FFF;
}
}
.menutitle2{
	border-right:1px solid #FFF;
	margin-right: 20px;
	color: #fff;
	width: 20%;
	text-align: center;
	float: left;
	line-height: 110px;
}
.menutitle3{
	border-right:1px solid #FFF;
	margin-right: 20px;
	color: #fff;
	width: 20%;
	text-align: center;
	float: left;
	line-height: 85px;
}
.menusubt{
	text-align: center;
	padding: 3px 40px 1px;
	border-radius: 20px;
	background-color: #FFF;
	color: #1891cf;
	font-weight: bold;
}
 /* footerCSS */
footer{
	background-color: #005491;
	margin-top:20px;
	padding: 0px 30px 10px 30px;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
footer a {text-decoration: none;color:#FFF;}
footer a:visited {color:#FFF;}
footer p{
	margin:-15px 30px;
}
footer li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
}
footer li::before {
	content: '|';
	width: 1em;
	height: 1em;
	line-height: 0.9em;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
footer li a:link,footer div a:link{
	text-decoration: none;
	color:#FFF;
}
footer li a:visited,footer div a:visited{
	text-decoration: none;
	color:#FFF;
}
footer li a:active,footer div a:active{
	text-decoration: none;
	color:#FFF;
}
footer li:last-child::before {
	content: normal;
}
.cp{
	text-align:center;
	padding:5px;
}


/* ▽▽ハンバーガーメニュー▽▽
------------------------------------------------------- */
.hm_menu_check {/* チェックボックスを隠す */
  display: none;
}
.hm_wrap {
	display: inline-block;
	position :fixed;
	top :0;
	left :0;
	width :100%;
	padding :15px 8px 15px 10px;
	background :#005491;
	z-index:1000;
}
 
/* ▽▽メニューボタン▽▽ */
.hm_btn {
	position: relative;
	width: 28px;
	height: 20px;
	cursor: pointer;
	display: block;
	float: right;
	right:20px;
	z-index: 991;
}
.hm_btn::before {
	-webkit-box-shadow: #FFF 0 4px 0;
	box-shadow: #FFF 0 8px 0;
}
.hm_btn::after {
	bottom: 0;
}
.hm_btn::before,
.hm_btn::after {
	width: 28px;
	height: 4px;
	background: #FFF;
	display: block;
	content: '';
	position: absolute;
	-webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
	transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
/* △△メニューボタン△△ */
 
.hm_menu_wrap {
	width :100%;
	background: #005491;
	left: -100%;
  overflow-y: scroll;
  position: fixed;
  /*上端との距離*/
  top: 50px;
  /*高さ画面いっぱい*/
  height: 100%;
  /*滑らかスクロール*/
  -webkit-overflow-scrolling: touch;
  	-webkit-transition: left 0.4s;
	transition: left 0.4s;
	z-index:990;
	margin-bottom:50px;
}
 
/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_title {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.hm_menu_check:checked ~ .hm_btn::before {
	-webkit-box-shadow: transparent 0 0 0;
	box-shadow: transparent 0 0 0;
	-webkit-transform: rotate(45deg) translate3d(5px, 6px, 0);
	transform: rotate(45deg) translate3d(5px, 6px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
	-webkit-transform: rotate(-45deg) translate3d(5px, -6px, 0);
	transform: rotate(-45deg) translate3d(5px, -6px, 0);
}
.hm_menu_check:checked ~ .hm_menu_wrap {
	left: 0;
}
 
/* △△開閉時のアニメーション△△ */
 
/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {
	list-style-type: none;
	margin: 5px 0 0;
	padding: 10px;
	font-size:90%;
}
.hm_list li a {
	color: #FFF;
	display: block;
	overflow: hidden;
	padding: 1px 20px;
	margin:3px 0;
	position: relative;
	text-decoration: none;
	z-index: 1;
}
.hm_list li a:hover {/* aタグマウスオーバー時の背景 */
	background-color: #CCC;
	color: #666;	
}
 
.hm_list li a:hover::before {
	bottom: 0;
}
.hm_list li a:hover::after {
	opacity: 0.5;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* メニュー内のリストスタイル△△ */

.HBcp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}
.HBcp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.HBcp_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #005491;
	border-top: 1px solid #FFF;
}
.bb_bot {
	border-bottom: 1px solid #FFF;
}

.HBcp_actab .HBcp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #1891cf;
	margin-bottom: -1px;	
}
.HBcp_actab .HBcp_actab-content p {
	margin: 1em;
}
/* :checked */
.HBcp_actab input:checked ~ .HBcp_actab-content {
	max-height: 30em;
}
/* Icon */
.HBcp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 20px;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.HBcp_actab input[type=checkbox] + label::after {
	content: '+';
}
.HBcp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
.DivLink{
	position: relative;
	width: 85%;
	background-color: #FFFFFF;
	margin: auto 20px;
	line-height: 3em;
	text-align: center;
	color: #333;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */ 
	margin-top: 10px;	
}

.DivLink .Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* △△ハンバーガーメニュー△△
------------------------------------------------------- */

.page-id-1 .menu1 {
	background-color: #FFF;
	color: #005491;
}
.page-id-2 .menu2 {
	background-color: #FFF;
	color: #005491;
}
.page-id-3 .menu3 {
	background-color: #FFF;
	color: #005491;
}
.page-id-4 .menu4 {
	background-color: #FFF;
	color: #005491;
}
.page-id-5 .menu5 {
	background-color: #FFF;
	color: #005491;
}
.page-id-6 .menu6 {
	background-color: #FFF;
	color: #005491;
}
.page-id-7 .menu7 {
	background-color: #FFF;
	color: #005491;
}
@media print{
    header,footer{
        display: none;
    }
}