/* CSS Document */
  
  @charset "utf-8";
  
  
   html, body{
   font-family: "游ゴシック","osaka","arial unicode ms",sans-serif;
   color: gray;  
   
   }
   
  
 
/*PCメニュー*/
#header {
  /*background: #fff;*/
  display: flex;
  flex-flow: row wrap;
  padding: 20px 30px;
  
  
  
}
#header h1 {
  margin-right: auto; 
  
  color: gray;
  font-size: 1.5em;
  align-items: center;

  
  
 
}

#header #navi {
  /*margin-top: 10px; */ 
  
  margin-top: 30px;/*topからの高さ */
  
  display: flex;
  
  flex-flow: row wrap;
  
 
}
#header #navi li {
  margin: 0 15px;
  line-height: 100%;
  
  
  }
  
#header #navi li a {
  color: gray;
 text-decoration: none; 
 
 list-style: none;
  
}
/*PCメニュー*/
/*SPメニュー*/
@media screen and (max-width: 800px) {
  
  /* (max-width: 800px) ハンバーガーメニュー表示 */
  /* bager menu */
  #header #navi {
    transition: all 0.6s;
    overflow-y: auto;
    padding-top: 40px;
    width: 300px;
    height: 100vh;
    z-index: 200;
    top: 0;
    /*right: -320px;*/
	
	right: -4000px;
	
    background-color: #fff; 
    position: fixed;
    flex-direction: column;
    align-items: baseline;
  }
  
  
  
  #header #navi li {
    padding: 10px;
  }
  
  #header .nav_btn {
    width: 44px;
    height: 44px;
    z-index: 400;
    top: 7px;
    right: 7px;
    cursor: pointer;
    position: absolute; 
  }
  
  .hamburger_line {
    transition: all 0.6s;
    width: 34px;
    height: 2px;
    left: 5px;
    background-color: #000;
    position: absolute;
  }
  .hamburger_line1 {
    top: 10px;
  }
  .hamburger_line2 {
    top: 21px;
  }
  .hamburger_line3 {
    top: 32px;
  }
  
  
  .nav_bg {
    opacity: 0;
    transition: all 0.6s;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top:  0;
    left: 0;
    visibility: hidden;
    background-color: #000;
    cursor: pointer;
    position: fixed;
	
	
  }
  /* 表示された時用のCSS */
  .nav_open #header #navi {
    right: 0;
  }
  .nav_open .nav_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav_open .hamburger_line1 {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav_open .hamburger_line2 {
    width: 0;
    left: 50%;
  }
  .nav_open .hamburger_line3 {
    transform: rotate(-45deg);
    top: 20px;
  }
}


 .navbar {     
	 min-height: 40px;
	/* max-width: 1140px; */
	 margin: 0 auto; 
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 
	/* width:950px; */
	
	
	 
  }
  
  .navbar ul {
     display: flex;
	 list-style: none;
  }
  
  .navbar li {
     margin-left: 2rem;
  }
  .navbar a {
     color: black;
	
  }
  

  .hero {
   
     min-height: 400px;
	 
	 background: url("img/top_img2.png") no-repeat;
	 background-size: cover;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 
	 /*width:950px; */
	
  }
  
 .logo {
 
   color: black;
   }
  
 .lead {
     
	/*color: white;*/
	text-align: center; 
	 
  } 
  
  .flex-box {	
	  display: flex;
	  
	  /*max-width: 1140px; */
	  margin: 0 auto;
      /*background: pink; */
	  align-items: strech; 
   
  }
  
   .main {
    flex: 5;
	/*flex-direction: column; 
	background: white;*/
	padding: 0 2rem;
	
  }
  
   section {
      display: flex;
	  
	 
	  
	  }
  
  
  /*
  .sidebar {
     
	 flex: 2;
	 background: lightgray;
	 padding: 5 1rem;
	 
  }
  
  .sidebar img {
     width: 100%;
	 padding: left;
	 
  }
  
 */
 /*

.under-line {
    font-size: 1rem;
	
}  

ul.lines li {
	margin-bottom: 25px;
	
	border-bottom: 2px dotted skyblue;
	
	
	
	
	
	 list-style-position: outside;
	 list-style: none;
	 
    border: solid 2px skyblue;
    border-radius: 5px;
   padding: 0.5em 1em 0.5em 2.3em;
	 
    position: relative; 
	
	 line-height: 1.5;
     padding: 0.5em 0; 
  
  
  list-style-type: none!important; 
 
}


/*
.lines a {
	text-decoration: none;
	list-style: none;
	
 
}
ul.lines2 li {
	margin-bottom: 15px;
	
	
}

*/

a {
	text-decoration: none;
	list-style: none;
 
}

/*.lines2 a {
	text-decoration: none;
	list-style: none;
 
} 

.under-line a {
    text-decoration: none;
	list-style: none;
}

*/
  /*
  th,td{
  display: block;
  width: 100%;
}

/* ↓装飾 
tr{
  border: 0;
}
th{
  font-weight: bold;
  text-align: center;
}
 */
 
 /*
  .image {
      flex: 2;
  } }*/ 
  
  /*.desc {
     flex-direction: column;
	  padding: 0 2rem;
  }
  */
  
  .footer {
      min-height: 150px;
	  background: #666;
	  display: flex;
	  align-items: center;
	 justify-content: center; 
	  
	  
	  color: white;
	  background: royalblue;
	  list-style-type: none;
	  
	 
	 
  }
  
  /* ========FOOTMENU CUSTOMIZE======== */
/*div#footMenu ul {
   margin:0;
   padding:10px 0;
   
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:0.75em;
   list-style:none;
   color: grey;
}

div#footMenu li a {
   padding-left:10px;
   background: url(img/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
/*address {
   padding-top:10px;
   font-size:0.63em;
   color:#333;
   
   background: url(img/bg_dotline.gif) 0 0 repeat-x;
} 

 */ 
  .h-100 {
      display: flex;
	  flex-direction: column;
	  min-height: 100vh;
  }
  
  @media (max-width: 768px) {

  
   .navbar{
	   flex-direction: column;
	 }
	 
     ul {
       flex-wrap: wrap;
	 }
	 
    .navbar img {
	   margin: 1rem auto;
	 } 
     
	 .flex-box {	
	   flex-direction: column; 
	 } 
  
     .main {
	   flex-direction: column; 
	 } 
	 
	 .sidebar {
	   flex-direction: column; 
	 } 
   
    } 
 



   
   
   
   
     /*.desc {
	   padding: 0; 
	 } */
  
  
  
 
/* h2 {
   
   padding-bottom: 0.3em;
   border-bottom: solid 2px black;
   }
   
 
 /* ========TOTOP CUSTOMIZE======== */
/*div#totop{
   position:relative;
   height:1.5em;
}

div#totop p{
   position:absolute;
   top:10px;
   right:10px;
   margin:0;
   font-size:0.63em;
}

div#totop p a {
   padding-left:8px;
   background: url(img/bg_totop.gif) 0 50% no-repeat;
}

div#totop p a:hover {
   color:#f1f1f1;
}

/*
div#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#333;
   font-size:0.94em;
   font-weight:bold;
   border-bottom:3px double #535D57;
}
*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}


h2 {
     position: relative;
     padding-left: 0.7em;
	 
	
	
}




 
h2::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 5px;
     height:1em;
    /* background-color: #446689; */
	
	
	 background-color: royalblue;
}


