@charset "shift_jis";

/* 冒頭でimport */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ハンバーガーここから */
.container {
  display: flex;
  justify-content: space-between;
}

/*ヘッダーまわりはサイトに合わせて調整してください*/
header {
  padding:5px 30px 5px 40px ;
  background: #293c4b;
  
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 60px;
  height: 60px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 6px;/*線の太さ*/
  width: 50px;/*長さ*/
  border-radius: 3px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span{
  top: 10px;
}

#nav-open span:before {
  bottom: -16px;
}
#nav-open span:after {
  bottom: -32px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 400px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
  font-size: 35px;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/* ハンバーガーここまで */

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
	background-color:#000000;
	color: #ffffff;

}

.footbox {
    padding: 10px;
	margin: 20px 10px 20px 10px;
	width: 80%;
    box-sizing: border-box;
	color: #405158;
	font-size:45px;
	font-family: 'Noto Sans Japanese';
	background-color: #c1e8ff;
	font-weight: 400;
	border:#878e91 solid 4px;
	border-radius: 10px;   
	text-decoration: none;
	
}

.style1_01 {
	color: #087dd8;
	font-size: 40px;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
	padding:10px;
}

.style1 {
	color: #087dd8;
	font-size: 30px;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
}

.style2 {
	color: #ffffff;
	font-size: 23px;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
}


.style3 {
	color: #087dd8;
	font-size: 30px;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
}

.style4 {
	color: #000000;
	font-size: 30px;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
}


.style5 {
	color: #087dd8;
	font-size: 40px;
	font-family: 'Noto Sans Japanese';
	font-weight: 300;
}



.style_obi {
	color: #ffffff;
	font-size: 33px;
	font-family: 'Noto Sans Japanese';
	background-color: #7dc337;	
	font-weight: 300;
	padding: 10px 5px 10px 25px;	
	text-align: center;
	
}


#content{
	font-size:25px;
    background-color: #ffffff;	
	text-align: left;
	padding: 30px 20px 50px 40px;

} 

.contents2{width:90%;　margin:20px auto; border: 1px solid #cccccc; padding:15px; text-align:left;  background-color:#ffffff; font-family: 'Noto Sans Japanese'; font-size:30px; font-weight:100; }

#content_center{
	text-align: center;
	padding: 30px 20px 30px 40px;
} 

#content_left01{
	text-align: left;
	padding: 20px 20px 20px 20px;
} 



.col-1 {
    display: inline-block;
    width: 330px;
	text-align: left;
	font-size:30px;
	font-family: 'Noto Sans Japanese';
	font-weight:400;
	vertical-align:top;
}
.col-2 {
    display: inline-block;
    width: 500px;
	text-align: left;
	font-size:30px;
	font-family: 'Noto Sans Japanese';
	font-weight:400;
	vertical-align:top;
}


.col-1_staff {
    display: inline-block;
    width: 330px;
	text-align: left;
	font-size:30px;
	font-family: 'Noto Sans Japanese';
	font-weight:100;
	vertical-align:top;
}
.col-2_staff {
    display: inline-block;
    width: 500px;
	text-align: left;
	font-size:30px;
	font-family: 'Noto Sans Japanese';
	font-weight:100;
	vertical-align:top;
}


hr.hr1 {
height: 1px;
background-color: #cccccc;
border: none;
color: #cccccc
}



.box2 {
  display: inline-block;
  width: 25%;
  margin: 5px;
 font-size:14px;
 text-align:left;
 vertical-align: top;
 
}
.box3 {
  display: inline-block;
  width: 70%;
  margin: 5px;
 font-size:30px;
 text-align:left;
 vertical-align: top;
 
}



.waku{
    width: 95%;
    display:flex;
    flex-wrap:wrap;
	margin: 0px auto;
}

.box4 {
    padding: 10px;
    width: 49%;
    box-sizing: border-box;
	color: #405158;
	font-size:43px;
	font-family: 'Noto Sans Japanese';
	background-color: #c1e8ff;
	font-weight: 400;
	border:#878e91 solid 4px;
	border-radius: 10px;   
	margin: 2px;
	text-decoration: none;
	
}

.box5 {
    padding: 10px;
    width: 49%;
    box-sizing: border-box;
	color: #405158;
	font-size:43px;
	font-family: 'Noto Sans Japanese';
	background-color: #bbebff;
	font-weight: 400;
	border:#878e91 solid 4px;
	border-radius: 10px; 
	margin: 2px;
	text-decoration: none;
	
	
}

