@charset "utf-8";
/* CSS Document */

body{margin:0 auto 0;
font-size: 14px;
background: #eee;
-webkit-text-size-adjust: 100%;
}

* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	height: 100%;
}

a{color:#0d61a9;}

#main {
	background: #eee;
}
#main-in {
    padding-top: 10px;
}

#main p {
	margin-bottom: 1em;
	line-height: 1.9;
}
#main .inner {
	padding: 25px 0;
	margin:0 auto;
	max-width: 1200px
}

/* main-visual */
#main-visual {
	background: #64CE80;
	background: -webkit-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -moz-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -ms-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: -o-linear-gradient(-45deg, #64CE80, #C68BC4);
	background: linear-gradient(-45deg, #64CE80, #C68BC4);


	height: 400px;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#main-visual h2 {
	font-size: 180%;
	color: #fff;
}
h3 {
	font-size: 131%;
	margin-bottom: .7em;
}
#copyright a {
	color: #666;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

/* ここから */
#global-head {
	position: fixed;
	color: #033560;
	width: 260px;
	text-align: center;
	padding-top: 10px;
	z-index: 202;
}

#sidebar {
	font-size: 14px;
	padding-top: 230px;
	width: 260px;
	height: 100%;
	position: fixed;
	color: #033560;
	background: #fff;
	text-align: center;
	border-left: 6px solid #0d61a9;
	border-right: 1px solid #ccc;
	z-index:201;
}

#global-nav ul {
	list-style: none;
	margin-left: 0;
	border-bottom: 1px solid #ccc;
}
#global-nav > ul > li {
	position: relative;
	border-top: 1px solid #ccc;
}

#global-nav a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
	font-size: 1.2em;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #fff;
	background: #0d61a9;
}

#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
	width: 230px;
}

/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}
#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #033560;
	border-right: 1px solid #033560;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* sub-menu */
#global-nav .sub-menu-nav {
	position: fixed;
	background: #0d61a9;
	color: #fff;
	top: 0;
	padding-top: 230px;
	left: 260px;
	width: 0;
	height: 100%;
	overflow: hidden;
	z-index: 5000;
	border-bottom: none;

	-moz-transition: width .2s ease-out;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #fff;
}
#global-nav .sub-menu-nav a {
	color: #fff;
}
#global-nav .sub-menu-nav a:hover {
	color: #033560;
	background: #fff;
}

ul .sub-menu-nav > li{padding-bottom:1px;}

/* nav-toggle */
#nav-toggle {
	display: none;
	position: fixed;
	top: 15px;
	right: 15px;
	height: 32px;
}
#nav-toggle > div {
	position: relative;
	width: 37px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #033560;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 8px;
}
#nav-toggle span:nth-child(3) {
	top: 17px;
}


#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.pc_title{z-index:9800;}
.m_title{display:none;}

#footer{
    /* [disabled]width: 100%; */
    padding: 0px;
    color: #FFF;
    background-color: #073257;
    z-index: 199;
    text-align: center;
    /* [disabled]margin: 0 0 0 260px; */
}

#footer p{ line-height:1.5em;
font-size:0.9em;
}

.top_banner{display: flex;justify-content: center;flex-wrap: nowrap;margin-top: 2em;}
.top_banner a{width: 100%;border: 1px solid #ccc;height: 150px;position: relative;color: #000000;transition: 0.3s; display: block;overflow: hidden;}
.top_banner a:nth-child(1){margin: 0 0 0 0;background-image: url("/img/banner_oshirase.jpg");background-position: center;}
.top_banner p{
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px 0;
    font-size: 2.8em;
    font-weight: bold;
    position: absolute;
    top: 35%;
	text-align: center;
	margin-bottom: 0!important;
	line-height: 1!important;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
	z-index: 2;
}

.top_banner2{display: flex;justify-content: space-between;flex-wrap: wrap;}
.top_banner2 a{width: 49%;border: 1px solid #ccc;height: 150px;position: relative;color: #000000;transition: 0.3s; display: block;overflow: hidden;}
.top_banner2 a:nth-child(1){margin: 0 0 30px 0;background-image: url("/img/banner_01.jpg");background-position: center;}
.top_banner2 a:nth-child(2){margin: 0 0 30px 0;background-image: url("/img/banner_02.jpg");background-position: center;}
.top_banner2 a:nth-child(3){margin: 0 0 0 0;background-image: url("/img/banner_03.jpg");background-position: center;}
.top_banner2 a:nth-child(4){margin: 0 0 0 0;background-image: url("/img/banner_05.jpg");background-position: center;}
.top_banner2 p{
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px 0;
    font-size: 2em;
    font-weight: bold;
    position: absolute;
    top: 30%;
	text-align: center;
	margin-bottom: 0!important;
	line-height: 1!important;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
	z-index: 2;
}

.two_line {
    top: 18%!important;
}

.b_new{
    color: #fff;
    margin: 0 0 0 5px;
    font-size: 1em;
    background-color: #ff3131;
    padding: 2px 3px;
    display: inline-block;
    position: absolute;
    top: 5px;
	animation-name: flashing;
	animation-duration: 3s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	border-radius: 3px;
	z-index: 3;
}

.b_txt{font-size: 0.7em;display: block;margin-top: 5px;}

@keyframes flashing {
  0% {
    background-color: #ff3131;
  }

  50% {
    background-color: #6d0000;
  }
  
  100% {
    background-color: #ff3131;
  }
}



/* マウスが乗ったときに表示されるカバーの骨組み */
.top_banner a::after {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  /* アニメーションの速度を調節 */
  transition: .3s;
  filter: blur(5px);
  zoom:1.5;
}

.top_banner a:hover::after {
  height: 100%;
  background-color:rgb(13 97 169 / 33%);
  z-index: 1;
}

.top_banner a:hover{
  color: #000;
  position: relative;
  border: 1px solid #fff500;
}

.top_banner2 a::after {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  /* アニメーションの速度を調節 */
  transition: .3s;
  filter: blur(5px);
  zoom:1.5;
}

.top_banner2 a:hover::after {
  height: 100%;
  background-color:rgb(13 97 169 / 33%);
  z-index: 1;
}

.top_banner2 a:hover{
  color: #000;
  position: relative;
  border: 1px solid #fff500;
}



.top_text{background-color:#fff; padding:20px; margin-bottom:2em; font-size:1.1em; border:1px solid #ccc !important;}

.main_title{background-color:#0d61a9; padding:10px; margin-bottom:2em; font-size:1.1em; border:1px solid #ccc !important; color:#FFF;}

.link_wrap{margin:0 auto 2em; max-width:1200px;}

.main_title_a{
	background-image: url(/img/cloud.jpg);
	background-position-y: 30%;
	padding: 20px 30px;
	/* [disabled]margin-bottom:2em; */
	font-size: 1.5em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #FFF;
}

.main_title_a h2{
-moz-text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
-webkit-text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
-ms-text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
max-width: 1200px;
margin: 0 auto;}

			  
.main_area{background-color:#fff; padding:40px 70px; font-size:1.1em; border:1px solid #ccc !important; max-width:1200px; margin:0 auto 2em;}

.slide_pt0{padding-top:0 !important;}

.main_img{padding:10px; width:100%} 

.pankuzu{background-color:#fff; padding:5px; margin-bottom:0.5em; font-size:1.3em; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}

.top_news{float:left; background-color:#FFF; width:70%; border:1px solid #ccc !important; padding:20px;min-height: 400px;max-height: 400px; overflow-y: auto;}
.top_news h3 {border-bottom:2px solid #0d61a9;}
.top_tweet{float:right; width:28%;border: 1px solid #ccc !important;}

#twitter-widget-0   {
    border-radius: 0 !important;
    box-shadow: none !important;
    /* [disabled]border:1px solid #ccc !important; */
}

.news_list li{
	list-style-type: none;
	font-size: 1.1em;
	/* [disabled]display: flex; */
	padding: 15px;
	border-bottom: 1px solid #ccc;
	line-height: 1.9em;
}

.news_day{ float:left; margin-right:1em; margin-bottom:3px;}
.news_title{ display:table;}

.news_day span{ 
	border-radius:5px;
	padding: 1px 5px;
	color:#fff;
	font-size:0.9em;
	width: 5em;
	display: inline-block;
	text-align: center;}
	
.page_link_l{float:left; background-color:#FFF; width:49%; border:1px solid #ccc !important; padding:10px;}
.page_link_r{float:right; background-color:#FFF; width:49%; border:1px solid #ccc !important; padding:10px;}

.page_link_l2{float:left; background-color:#FFF; width:49%; border:1px solid #ccc !important; padding:10px; margin-top:1em;}
.page_link_r2{float:right; background-color:#FFF; width:49%; border:1px solid #ccc !important; padding:10px; margin-top:1em;}

.page_link_l h3{ border-bottom:2px solid #0d61a9;}
.page_link_r h3{ border-bottom:2px solid #0d61a9;}
.page_link_l2 h3{ border-bottom:2px solid #0d61a9;}
.page_link_r2 h3{ border-bottom:2px solid #0d61a9;}

.ippan{ background-color: #0d61a9;}
.syou{ background-color: #8A8A00;}
.cyuu{ background-color:#F60;}
.kou{ background-color: #096;}
.kinkyu{ background-color: #B80003;}

h3{font-size: 1.2em;border-bottom: 2px solid #0d61a9;}
h4{font-size: 1.1em;border-bottom: 1px solid #ccc;margin-bottom: .7em;}

.table_01 {
    border-collapse:  collapse;
	width: 100%;
}
.table_01 th,td {
    border: solid 1px;
	line-height: 1.5em;
    padding: 10px;
}

.table_no td {
    border: 0px;
	line-height: 1.5em;
    padding: 0px;
}

ul,ol {list-style-type: none;}

.nichiji{ line-height:1.9;}

.list00{text-indent: -1em;padding-left: 1em;}

.list_d{list-style-type: disc;}

.img_koucyou{width: 200px; margin-left: 1em; }

.img_100{width: 100%;}
.img_90{width: 90%;}
.img_80{width: 80%;}
.img_70{width: 70%;}
.img_60{width: 60%;}
.img_50{width: 50%;}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index: 200;
}
#page-top a {
	background: rgba(102,102,102,0.7);
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 15px;
	/* [disabled]opacity: 0.8; */
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
/*
.douga_wrap{ width:60%; margin:0 auto;}
.douga{ width:100%;}
*/

.douga_wrap{ width:100%;              /*横幅いっぱいにwidthを指定*/
padding-bottom: 42.5%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;
max-width:800px;
margin:0 auto 2em;}
.douga{ position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;}

.ul_none { margin-bottom:1em;}
.ul_none li{ list-style-type:none;line-height:1.9;}

.ul_dot { margin-bottom:1em;}
.ul_dot li{ list-style-type:disc;line-height:1.9; margin-left:1.5em;}

.ul_circle { margin-bottom:1em;}
.ul_circle li{ list-style-type:circle;line-height:1.9; margin-left:1.5em;}

.ul_number { margin-bottom:1em;}
.ul_number li{ list-style-type:decimal;line-height:1.9; margin-left:1.5em;}

.g_map_wrap{
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.g_map{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #ccc;
}

.a_map{width: 100%;max-width: 1200px;}

.m-menu {
    top: 22px;
    font-size: 0.8em;
    background: none!important;
    letter-spacing: -2px;
    text-align: center;
}

.url_break{word-break: break-all;}

.copyright{color:#CCC;
background-color:#062a49;
padding:5px;
margin-bottom:0px!important;
font-size:0.85em!important;}

.policy{color:#000;
background-color:#fff;
padding:5px;
font-size:1em!important;
border-top: 1px solid #ccc;}

.css-1dbjc4n{height: 500px!important;}

.f_list{display: flex;flex-wrap: nowrap;justify-content: space-evenly;margin: 0em auto; background-color: #164c7b;padding: 20px 0;border-top: 10px solid #0d61a9;}
.f_list div{text-align: left;margin: 0 5px;}
.f_nav{display: block;border-bottom: 1px solid #fff;margin-bottom: 7px; padding-bottom: 5px;font-weight: bold;}
.f_list a{color: #fff;text-decoration: none;}
.f_list a:hover{text-decoration: underline;}
.f_list li{line-height: 1.5em;font-size: 0.9em;}
.address{padding: 10px 0;}
.plist{max-width: 1200px;margin: 0 auto;}

.sl_wrap{display: flex; flex-wrap: wrap;justify-content: flex-start;}
.sl_wrap a{
    display: block;
    width: 47%;
    border: 1px solid black;
    text-align: center;
    height: 150px;
    margin: 10px;
    position: relative;
    border-radius: 10px;
    color: #000000;
}
.sl_wrap a p{
    position: absolute;
    top: 50%;
    margin: 0 auto;
    line-height: 1.2em!important;
    height: 1.2em;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    letter-spacing: 0.3em;
    font-size: 2.5em;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
    background-color: #ffffff9e;
    }

.long{letter-spacing: 0.1em!important;
    font-size: 2.3em!important;}

.sl_01{transition:0.3s; background-image: url("/information/img/sl_01s.jpg"),url("/information/img/sl_01.jpg");background-position:center;}
.sl_01:hover{background-image: url("/information/img/sl_01.jpg");}

.sl_02{transition:0.3s; background-image: url("/information/img/sl_02s.jpg"),url("/information/img/sl_02.jpg");background-position:center;}
.sl_02:hover{background-image: url("/information/img/sl_02.jpg");}

.sl_03{transition:0.3s; background-image: url("/information/img/sl_03s.jpg"),url("/information/img/sl_03.jpg");background-position:center;}
.sl_03:hover{background-image: url("/information/img/sl_03.jpg");}

.sl_04{transition:0.3s; background-image: url("/information/img/sl_04s.jpg"),url("/information/img/sl_04.jpg");background-position:center;}
.sl_04:hover{background-image: url("/information/img/sl_04.jpg");}

.sl_05{transition:0.3s; background-image: url("/information/img/sl_05s.jpg"),url("/information/img/sl_05.jpg");background-position:center;}
.sl_05:hover{background-image: url("/information/img/sl_05.jpg");}


@media screen and (max-width: 900px) {
	#main-in {
		padding-left: 0;
	}
	
	#main .inner {
	padding: 20px 10px;}

	#global-head {
		width: 100%;
		padding: 10px 10px 5px;
		background: rgba(255,255,255,.8);
		display: -webkit-flex;
		display: flex;
	}

	#sidebar {
		/*display: none;*/
		position: fixed;
		right: -300px;
		top: 0;
		height: 100%;
		width: 300px;
		color: #333;
		background: #fff;
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		padding-top: 50px;
	}

	/* サブメニューは開けない */
	#global-nav .sub-menu-head:after,
	#global-nav .sub-menu-nav {
		display: none;
	}
	#nav-toggle {
		display: block;
	}

	/* nav open */
	.open {
		overflow: hidden;
	}
	.open #overlay {
		display: block;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-300px,0,0);
		transform: translate3d(-300px,0,0);
	}

	/* #nav-toggle close */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.open #nav-toggle span:nth-child(4) {
		display:none!important;
	}


	/* z-index */
	#overlay {
		z-index: 200;
	}
	#sidebar {
		z-index: 300;
	}
	#nav-toggle {
		z-index: 400;
	}
	
	#brand-logo {font-size:1.4em;}

	#brand-logo br{display:none;}
	
	.pc_title{display:none;}
	.m_title{display:inline; color:#000;}
	
	#main .inner {
	margin-left:auto;
}

.slide_pt0{padding-top:4px !important;}

#footer{
	margin: 0 0 0 0;
}

.top_news{float:none; width:100%;}
.top_tweet{float:none; width:100%; margin-top:2em;}

.news_day{ float:none;}

.pankuzu{ margin-top:60px;font-size: 0.8em;}

.page_link_l{float:none; width:100%; margin-top:1em;}
.page_link_r{float:none; width:100%; margin-top:1em;}
.page_link_l2{float:none; width:100%; margin-top:1em;}
.page_link_r2{float:none; width:100%; margin-top:1em;}
	
#global-nav a {
	font-size: 1em;
}

.main_area{padding:40px 30px;}
.link_wrap{margin: 0 auto 1em;}

.floatL_rsp { float: none!important; }
.floatR_rsp { float: none!important; }

.scroll-table {
  overflow: auto;
  white-space: nowrap;
}

.top_banner a{height: 110px;}
	
.top_banner p{
    font-size: 2em;
}
	
.top_banner2 p{
    font-size: 2em;top:35%;
}
.top_text{padding:13px;font-size: 1em;}
.top_text p{line-height: 1.5!important;}
	
.b_new{
    font-size: 0.9em;
}
	
.two_line {
    top: 18%!important;
}
	
.douga_wrap{padding-bottom: 56.5%;}

.sl_wrap a{
    height: 100px;
	width: 45%;
}
	
.sl_wrap a p{
	letter-spacing: 0.1em;
    font-size: 1.8em;}

.long{letter-spacing: 0em!important;
    font-size: 1.6em!important;}
	
}

@media screen and (max-width: 600px) {
.top_banner{display: block;}
.top_banner a{width: 100%;height: 70px;}
.top_banner a:nth-child(1){margin: 0 0 5px 0;}
.top_banner a:nth-child(2){margin: 5px 0 5px 0;}
.top_banner a:nth-child(3){margin: 5px 0 0 0;}
.top_banner p{
    padding: 10px 0;
    font-size: 1.5em;
    position: absolute;
    top: 22%;
	background-color: rgba(255, 255, 255, 0);
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
}
	
.two_line {
    top: 21%!important;
}

.top_banner p span{
    top: 11px;
}
	
.top_banner2{display: block;}
.top_banner2 a{width: 100%;height: 70px;}
.top_banner2 a:nth-child(1){margin: 0 0 30px 0;}
.top_banner2 a:nth-child(2){margin: 0 0 30px 0;}
.top_banner2 a:nth-child(3){margin: 0 0 30px 0;}
.top_banner2 a:nth-child(4){margin: 0 0 0 0;}
.top_banner2 p{
    padding: 10px 0;
    font-size: 1.5em;
    position: absolute;
    top: 21%;
	background-color: rgba(255, 255, 255, 0);
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
}

.top_banner2 p span{
    top: 11px;
}

.b_new{
    margin: 0 0 0 0px;
    font-size: 0.9em;
    top: 0px;
    border-radius: 0 0 5px 0;
    z-index: 3;
}
	
.b_txt{display: none;}
	
.main_title_a{
	padding: 20px 30px;
	font-size: 1.2em;
}
.f_list{display: none;}

.table_scroll{width:100%;
  overflow-x:scroll;}

.table_scroll table{width: 950px;}

.table_scroll:before {
content: "※ この表は横にスクロールできます。";
color: #ff0000;
font-size: 0.9em;
}
	
.sl_wrap{display: block}
.sl_wrap a{
    width: 100%;
	margin: 5px auto;
}
.sl_wrap a p{
	background-color:#ffffff00;
	letter-spacing: 0.1em;
    font-size: 1.5em;}
	
.long{letter-spacing: 0em!important;
    font-size: 1.5em!important;}
}

@media screen and (max-width: 500px) {
	.img_koucyou{width: 130px;}
	.main_area{padding:20px 10px;}
	.top_news{padding:10px;min-height: 300px;max-height: 300px;}
	.top_text{padding:10px;font-size: 0.9em;}
	.top_text p{line-height: 1.5!important;}
	.news_list li{padding: 5px;font-size: 1em;}
}

@media screen and (max-width: 400px) {
	#sidebar {
		right: -200px;
		width: 200px;
		padding-top: 60px;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-200px,0,0);
		transform: translate3d(-200px,0,0);
	}

}


/*--汎用 --*/
.floatL { float: left; }
.floatR { float: right; }
.floatL_rsp { float: left; }
.floatR_rsp { float: right; }
.textC {text-align: center;}
.textL {text-align: left;}
.textR {text-align: right;}
.boxCenter {
	display: block;
	margin: 0 auto;
}
.inboxCenter {
	display: inline-block;
	margin: 0 auto;
}
.bold{font-weight:bold;}
.red{ color:red;}
.under{text-decoration: underline;}
.wave{text-decoration: underline wavy;}


.fs1{font-size: 1em;}
.fs12{font-size: 1.1em;}
.fs13{font-size: 1.2em;}
.fs14{font-size: 1.3em;}
.fs15{font-size: 1.4em;}

.soroe1{text-indent: -1em;padding-left: 1em;}
.soroe2{text-indent: -2em;padding-left: 2em;}
.soroe3{text-indent: -3em;padding-left: 3em;}
.soroe4{text-indent: -4em;padding-left: 4em;}
.soroe5{text-indent: -5em;padding-left: 5em;}
.soroe6{text-indent: -6em;padding-left: 6em;}
.soroe7{text-indent: -7em;padding-left: 7em;}
.soroe8{text-indent: -8em;padding-left: 8em;}
.soroe9{text-indent: -9em;padding-left: 9em;}
.soroe10{text-indent: -10em;padding-left: 10em;}

.hr_dot{
	border:none;
	border-top:dashed 1px #ccc;
	height:1px;
	color:#FFFFFF;
	margin-top: 50px;
        }

/*--clearfix --*/
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
/* End hide from IE-mac */


/*--margin --*/

.auto {
	margin: 0 auto;
}

.mt0 {
	margin-top: 0!important;
}

.mt5 {
	margin-top: 5px!important;
}

.mt10 {
	margin-top: 10px!important;
}

.mt15 {
	margin-top: 15px!important;
}

.mt20 {
	margin-top: 20px!important;
}

.mt25 {
	margin-top: 25px!important;
}

.mt30 {
	margin-top: 30px!important;
}

.mt35 {
	margin-top: 35px!important;
}

.mt40 {
	margin-top: 40px!important;
}

.mt45 {
	margin-top: 45px!important;
}

.mt50 {
	margin-top: 50px!important;
}

.mt60 {
	margin-top: 60px!important;
}

.mt65 {
	margin-top: 65px!important;
}

.mt70 {
	margin-top: 70px!important;
}

.mt75 {
	margin-top: 75px!important;
}

.mt80 {
	margin-top: 80px!important;
}

.mt85 {
	margin-top: 85px!important;
}

.mb0 {
	margin-bottom: 0!important;
}

.mb5 {
	margin-bottom: 5px!important;
}

.mb10 {
	margin-bottom: 10px!important;
}

.mb15 {
	margin-bottom: 15px!important;
}

.mb20 {
	margin-bottom: 20px!important;
}

.mb25 {
	margin-bottom: 25px!important;
}

.mb30 {
	margin-bottom: 30px!important;
}

.mb35 {
	margin-bottom: 35px!important;
}

.mb40 {
	margin-bottom: 40px!important;
}

.mb45 {
	margin-bottom: 45px!important;
}

.mb50 {
	margin-bottom: 50px!important;
}

.mr0 {
	margin-right: 0!important;
}

.mr5 {
	margin-right: 5px!important;
}

.mr10 {
	margin-right: 10px!important;
}

.mr15 {
	margin-right: 15px!important;
}

.mr20 {
	margin-right: 20px!important;
}

.mr25 {
	margin-right: 25px!important;
}

.mr30 {
	margin-right: 30px!important;
}

.mr35 {
	margin-right: 35px!important;
}

.mr40 {
	margin-right: 40px!important;
}

.mr45 {
	margin-right: 45px!important;
}

.mr50 {
	margin-right: 50px!important;
}

.ml0 {
	margin-left: 0!important;
}

.ml5 {
	margin-left: 5px!important;
}

.ml10 {
	margin-left: 10px!important;
}

.ml15 {
	margin-left: 15px!important;
}

.ml20 {
	margin-left: 20px!important;
}

.ml25 {
	margin-left: 25px!important;
}

.ml30 {
	margin-left: 30px!important;
}

.ml35 {
	margin-left: 35px!important;
}

.ml40 {
	margin-left: 40px!important;
}

.ml45 {
	margin-left: 45px!important;
}

.ml50 {
	margin-left: 50px!important;
}

.ml55 {
	margin-left: 55px!important;
}

.ml60 {
	margin-left: 60px!important;
}

.ml65 {
	margin-left: 65px!important;
}

.ml70 {
	margin-left: 70px!important;
}

.ml75 {
	margin-left: 75px!important;
}

.ml80 {
	margin-left: 80px!important;
}

.ml85 {
	margin-left: 85px!important;
}

.ml90 {
	margin-left: 90px!important;
}

.ml95 {
	margin-left: 95px!important;
}

.ml100 {
	margin-left: 100px!important;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
mega menu  Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
    font-family: Noto Sans JP,-apple-system,blinkmacsystemfont,Segoe UI,Hiragino Kaku Gothic ProN,BIZ UDPGothic,meiryo,sans-serif;
}

.head_nav{background-color: #FFFFFF;margin: 0 auto;width: 100%;border-top: 6px solid #0d61a9;height: 81px;}
.head_nav_wrap{max-width: 1200px;width: 100%;margin: 0 auto;border-bottom: 2px solid #0d61a9;}
.head_nav_top{float: left;}
.head_nav_acc{float: right;font-size: 1.2em;margin-top: 28px;font-weight: bold;}
.head_nav_acc a{margin: 0 10px;text-decoration: none;color: #000;}
.head_nav_acc a:hover{text-decoration: underline;color: #0d61a9;}
.guardian{padding: 6px 15px;background-color: #ffde59;}
.mob_acc{display: none;}
.rogo_m{display: none;}
.menu{border-bottom: 1px solid #ccc;}

.menu-container {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    /* [disabled]content: "\f394"; */
    content: url(/img/menu.png);
    font-family: "Ionicons";
    /* [disabled]font-size: 2.5rem; */
    padding: 0;
    float: right;
    position: relative;
    top: -10px;
    /* [disabled]-webkit-transform: translateY(-25%); */
    /* [disabled]-ms-transform: translateY(-25%); */
    /* [disabled]transform: translateY(-25%); */
    color: #000;
	cursor: pointer;
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1em 2em;
    background: #fff;
    color: #333;
	font-size: 1.2em;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
	max-width: 1200px;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
	text-align: center;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    background: #fff;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 0.8em 3.23em;
    display: block;
	font-size: 1.4em;
}

.menu > ul > li:hover {
    background: #f7f7f7;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f7f7f7;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: #000;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li a:hover{
    text-decoration: underline;
	color: #0d61a9;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    /* [disabled]margin-top: 10px; */
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: 1em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}

.nav_ct {color: #000;font-weight: bold;}
.mob_back{display: none;}
.head_wrap{position: fixed;z-index: 4000;width: 100%;}
.gnv_sonota{display: none;}
main{padding-top: 136px;}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 1250px) {
.menu > ul > li a {
    padding: 0.8em 3em;
}
}

@media only screen and (max-width: 1200px) {
.head_nav_acc{font-size: 1.1em;}
.head_nav_acc a{margin: 0 5px;}
main{padding-top: 121px;}
.menu > ul > li a {
	font-size: 1.2em;
	padding: 0.6em 2.4em;
}
}

@media only screen and (max-width: 900px) {
	.head_nav{display: none;}
	.mob_acc{display: block;font-size: 1em;padding-bottom: 10px;font-weight: bold;text-align: center;background: #fff;}
	.mob_acc a{margin: 0 8px;text-decoration: none;color: #000;line-height: 2.5em;}
	.mob_acc a:hover{text-decoration: underline;color: #0d61a9;}
	.mob_back{display: block;background: #FFFFFF;width: 100%;height: 64px;}
	.mob_t{text-decoration: none;}
	.rogo_m{display: block;margin-left: 5px;}
	.menu{border-bottom: 0px;}
	.gnv_sonota{display: block;}
	main{padding-top: 0px;}
    .menu-container {
        width: 100%;
		position: fixed;
		z-index: 5000;
		background: #ffffffed;
    }
    .menu-mobile {
        display: block;
		border-top: 6px solid #0d61a9;
		margin-top: -55px;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
    width: 100%;
    /* [disabled]float: none; */
    display: block;
    }
    .menu > ul > li a {
        padding: 1em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    /* [disabled]margin-top: 20px; */
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
		padding: 5px 0;
    }
    .menu .show-on-mobile {
        display: block;
		border-top: 2px solid #0d61a9;
		border-bottom: 2px solid #0d61a9;
		text-align: left;
    }
}
