main{
  background-color: #fafafa;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-top: 30px;
}
body{
  padding: 0;
  margin: 0;
}
p{
  font-size: 14px;
}
h2{
  font-size: 16px;
}
h5{
  text-align: center;
  padding: 60px;
  font-size: 16px;
  margin-top: 0;
}
h3{
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  padding: 30px;
  background-image: linear-gradient(rgba(0,0,0,0.30),rgba(0,0,0,0.60)),url(img/12562.jpg);
  background-size:140% auto;
  margin: 0;
}
.ten{
  background-color: #5b8ec5;
  margin: 0;
  padding: 20px;
  padding-top: 21px;
  position: relative;
  text-align: center;
}
.ten2{
  display: flex;
  justify-self: center;
  padding-top: 2px;
}
.ten img{
  width: 130px;
}
.a2 img{
  width: 15px;
  margin-right: 2px;
  margin-bottom: 6px;
}
.ten a{
   position: absolute;
   bottom: 12px;
   left: 10px;
   color: #5b8ec5;
   text-decoration: none;
   background-color: #ffffff;
   padding: 12px 20px 18px 20px;
   border-radius: 5px;
   line-height: 0px;
}
.ten p{
  color: #ffffff;
  font-size: 5.5px;
  padding: 0;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 2px;
}
.ten span{
  font-size: 10px;
  font-weight: 1000;
}
.a1{
  position: absolute;
  top: 74px;
  left: 0;
}
.a1 img{
  width: 20px;
  margin: 0px 8px 3px 8px ;
}
.a1 span{
  position: absolute;
  left: 28px;
  top: 40px;
  font-weight: 1000;
}
.a1{
  position: absolute;
  top: 74px;
  left: 0;
}
.a1 img{
  width: 20px;
  margin: 0px 8px 3px 8px ;
}
.a1 span{
  position: absolute;
  left: 28px;
  top: 40px;
  font-weight: 1000;
}
h4{
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color:#5b8ec5 ;
    color: #ffffff;
    margin: 0;
}
h4 span{
    font-size: 13px;
    position: absolute;
    top: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 63px;
    text-align: center;
}
.stp{
  position: absolute;
  top: 42px;
  right: -1px;
  font-size: 16px;
}
.stps{
  display: flex;
}
section h2{
  margin-left: 10px;
  margin: 0;
  padding-top: 15px;
  padding-left: 5px;
}
section p{
  font-weight: 400;
  border-left: 3px solid #bebebe;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 20px;
  margin-left: 28px;
  margin-top: 0;
  margin-bottom: 0;
}
.last{
  border: none;
}
section{
  border-radius: 10px;
  margin: 15px 0px 15px 0px;
  position: relative;
  background-color: #ffffff;
}
footer{
  background-color: #194664;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
}
.menu a{
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  margin: 20px;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
  border-left:dotted 1px ;
  border-right:dotted 1px ;
  border-color: #7b91a0;
}
.sns img{
  margin: 30px;
  width: 30px;
}
small{
  color: #ffffff;
}
td{
  font-size: 14px;
}
.ryoukin h2{
  border-left: solid 4px #5b8ec5;
  border-bottom: solid 2px #194664;
  color: #194664;
  padding-left: 4px;
}
.ryoukin{
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 550px;
  margin: 0 auto;
}
.ryoukin table{
  width: 100%;
  text-align: center;
}
.ttt{
  background-color: #e1f0ff;
  border-bottom: 1px solid #ffffff;
}
.tt{
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
}
.t{
  background-color: #5b8ec5;
  color: #ffffff;
}
.houritu{
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}
.houritu h5{
  background:linear-gradient(transparent 70%,#ffffff 50%,#ffff68 100%);
  display: inline-block;
  margin-bottom: 0;
}
.header {
    position: relative;
    padding: 0px; 
  }
  
 .hamburger {
    position: fixed;
    top: 14px;
    right: 20px;
    z-index: 50;
    width: 50px;
    height: 48px;
    border: none;
    background: transparent;
    cursor: pointer;
    background-color: rgba(0,0,0,0.2);
    border-radius: 50%;

  }
  
  .hamburger__line {
    position: absolute;
    left: 11.5px;
    width: 26px;
    height: 2px;
    background-color: #ffffff;
    
    transition: all .4s;
  }
  
  .hamburger__line:nth-of-type(1) {
    top: 16px;
  }
  .hamburger__line:nth-of-type(2) {
    top: 24px;
  }
  .hamburger__line:nth-of-type(3) {
    top: 32px;
  }
  
  /* メニューオープン時 */
  .hamburger.active .hamburger__line:nth-of-type(1) {
    transform: translateY(7.5px) rotate(-45deg);
  }
  .hamburger.active .hamburger__line:nth-of-type(2) {
    opacity: 0;
  }
  .hamburger.active .hamburger__line:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 100vh;
    background-color: #fff  ;
    box-shadow: 2px 0 4px rgba(0,0,0,.1);
    transform: translateX(-100%);
    transition: transform .4s;
    z-index: 90;
  }
  
  .nav.active {
    transform: translateX(0);
  }
  
  .nav__list {
    margin: 0;
    padding: 40px 0 0;
    list-style: none;
  }
  
  .nav__item {
    padding: 0 20px;
  }
  
  .nav__link {
    display: block;
    padding: 15px 0;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
  }
  /*追従ボタン*/
.fix-btn{
  position:fixed;
  z-index:1;
  background:#194664;
  width:54px;
  border-radius:50px;
  text-decoration:none;
  font-size:10px;
  text-align:center;
  color:#ffffff;
  padding:20px 0;
  right:20px;
  bottom:20px;
  box-shadow:1px 1px 5px #aaa;
}
  @media screen and (max-width: 750px){
  .ten p{
  font-size: 5px;
  letter-spacing: 1px;
  }
  .tit img{
    width: 100px;
  }
  
}
  @media screen and (min-width: 0px){
    .a2{
      display: none;
    }
  }
  @media screen and (min-width: 730px){
    .a2{
      display: block;
    }
    .a1{
      display: none;
    } 
  }
  @media screen and (min-width: 1000px){
   
    }
  @media screen and (min-width: 1360px){
    .hyou{
    display: flex;
    justify-content: center;
    margin-left: 40px;
    margin-right: 40px;
    max-width: 100%;
   }
   .ryoukin{
    padding: 0;
    padding-bottom: 20px;
   }
  }
  @media (orientation: landscape) and (max-height:550px){
  .nav__list{
     padding: 5px;
    line-height: 16px;
  }
}
@media (orientation: landscape) and (max-height:450px){
  .nav__list{
    line-height: 12px;
    font-size: 14px;
  }
}
 @media (orientation: landscape) and (max-height:400px){
  .nav__list{
    line-height: 4px;
    font-size: 12px;
  }
}
h6{
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;

  font-size: 14px;
}