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

html {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y:scroll;
}

body {
	margin: 0px;
	padding: 0;
	height: 100%;
	color: #1a1a1a;
	background: #FFFFFF;
   -webkit-text-size-adjust: 100;
}

header{
 width: 100%;
 height: 56px;
 background: linear-gradient(to bottom, #2E3192 0%, #2E3192 94%, #2E3192 94%, #3F8AFF 99%, #3F8AFF 99%, #3F8AFF 100%);
	position:relative;
	z-index:9998;
}

#sitelogo {
  height: 55px;
  margin:0;
  padding: 0;
  margin-left: 0px;
}
.sitelogopic{
	position: relative;
	top:7.5px;
}
nav{
 width: 100%;
 height: 55px;
 position: relative;
 background: #;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.drawer{
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
 position: relative;
 height: 55px;
 padding: 0;
}

/*ナビゲーション部分*/


.menu ul{
	margin: 0;
	padding: 0;
	height: 55px;
}

.menu ul li{
	list-style:none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.menu ul li a {
display:block;
padding-bottom: 2em;
padding-top: 2em;
padding-left: 0em;
padding-right: 0em;
margin: 0;
border-bottom: 1px dotted #FFF;
text-decoration:none;
color:#FFF;
text-decoration:none;
}


.menu ul li a:hover
{background-color:rgba(36,64,144,0.90);
color:#DDD;}


.menu{
  position:fixed;
  width: 100%;
  height: 100vh;
  padding: 0;
  top:0;
  text-align:center;
  background-color:rgba(0,4,53,0.95);
  transition: .5s ease;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.menupic{
	height: 20px;
	margin: 0;
	padding: 0;
}
.menupica{
	margin-right: 0;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
}


/*OPEN時の動き*/
.menu.open {
 -webkit-transform: translateX(0%);
 transform: translateX(0%);/*中身を表示（右へスライド）*/

}



/*トグルボタンのスタイルを指定*/
.Toggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 3;
  right:15px;
}
 
.Toggle span {
    display: block;
    position: absolute;
    width: 50px;
    border-bottom: solid 4px #CCC;
    -webkit-transition: .35s ease-in-out; /*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;    /*変化の速度を指定*/
    transition: .35s ease-in-out;     /*変化の速度を指定*/
 
 
}
 
.Toggle span:nth-child(1) {
    top:5px;
}
 
.Toggle span:nth-child(2) {
    top: 18px;
}
 
.Toggle span:nth-child(3) {
    top: 32px;
}
 


.Toggle.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media screen and (max-width: 1024px) 
{
	#sitelogo{
		margin-left: 7px;
	}
}

@media screen and (min-width: 820px) {
  
  header::after{
    
    display:none;
  } 
  
  
nav{
 display: flex;

}
.Toggle{
 display: none;
}
.menu{
 position:relative;
  height: 55px;
  width: 100%;
  background-color: transparent;
  margin-top:0;
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
.menu ul{
 height: 55px;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-end;
 align-items: center;
}
.menu ul li a{
 margin-top: 28px;
 margin-bottom: 0;
 padding: 0 0.6em;
 padding-bottom: 0;
 border-bottom: none;

}
  
  .menu ul li a:hover
{
  background-color:transparent;
}
  
  
}








div#content {
	background-color: #FFFFFF;
	max-width: 1000px;
}

header, div#content, footer {
margin: 0 auto;
}

.pankuzu{
	margin-top: 0px;
	margin-left: 1.4em;
	margin-bottom: 0px;
	position: relative;
	font-size: 13px;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-feature-settings: 'pkna'
}

.honbun {
	position: relative;
	font-size: 16px;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-feature-settings: 'pkna';
	width: 98%;
	margin: 0 auto;
}


footer{
	width:100%;
	padding: 20px;
	font-size: 14px;
	color: #999;
	background: #F1F1F1;
	position: sticky;
	top: 100vh;
}

.footer {

}

.footernayio{
	max-width: 1000px;
	margin: 0 auto;	
}

.footer__navi {
  flex-wrap: wrap;
  margin-bottom: 0rem;
}

.footer__navi li {
	display: inline-block;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.footer__navi li:not(:last-child) {
  margin-right: 5px;
}

.footer__logo {
  flex-wrap: wrap;
  display: inline-block;
  margin-bottom: 0;
}

.footerhr1{
	width: 100%;
	height:2px;
	background-color: rgba(0,0,0,0.00);
	border: none;
	border-top: 2px dotted #8c8b8b;
}

@media (min-width: 360px) {
  .md-flex {
    display: flex;
  }

  .md-justify-between {
    justify-content: space-between;
  }
	


  .copyright {
    text-align: left;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
  }
}


/*notice*/
.hwrapper2{
	height: 40px;
   background-color: #ffffff;
}

.header2{
}

.header2shita{
  width: 97%;
  height: 1px;
	margin: 0 auto;
  margin-top: 5px;
  background: #838383;
}

.news-list{
	list-style: none outside;
	width: 97%;
	margin: 0 auto;
 	padding: 0px;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 15px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
	
}
.news-list .item .category span{
	background: #FFA600;
	color: #FFF;
	text-align: center;
	display: inline-block;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.news-list .item .title{
	margin: 0;
	width: 100%;
	font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-feature-settings: 'pkna'
}
.news-list .item a:hover .title{
  color: #FF7E00;
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}

/* 装 飾 */
 
*{
  box-sizing: border-box;
}
a{
  text-decoration: none;
}




/*AdobeFonts 単独使用*/


.material-symbols-outlined{
	vertical-align :bottom;
	font-size: 1em;
}



 /*loader*/
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .loadimg {
  	min-width:50vw;
	max-width:90vw;
  font-size: 45px;
  font-weight: bold;
}

.loader .loadimg .loadimga {
  	width:50vw;
 	margin:0;
  	padding: 0;
}
.loader .loadguru{
  margin-right: auto;
  margin-left: auto;
  border: 12px solid #f2f2f2;
  border-radius: 50%;
  border-top: 12px solid #C0F9FF ;
  width: 60px;
  height: 60px;
  animation: guruguru 1.4s linear infinite;
}

@keyframes guruguru{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}