@charset "utf-8";
/* CSS Document */
#MENU{
  background:#aaa;
}
.sec-plane .container{
  max-width: 1040px;
}
.sec-plane h2{
  line-height: 1.5;
  color: #780E0E;
  font-weight: 500;
  margin-bottom: .7em;
}
.sec-plane h2 span{
  display: inline-block;
}
.sec-plane dt,
.sec-plane p{
  font-size: 14px;
  font-weight: 300;
}
.sec-plane p a{
  text-decoration: underline;
}
.sec-plane p a:hover{
  text-decoration: none;
}
@media screen and (max-width: 767px){
  .sec-plane h2{
    font-size: 16px;
  }
}
@media screen and (min-width: 768px){
  .sidenav{
    display: none;
  }
  .sec-plane h2{
    font-size: 20px;
  }
}
/*---------------------------------

 b-fv 

---------------------------------*/
.b-fv h1{
  font-weight: 400;
  text-align: center;
  line-height: 1;
  color: #707070;
}
@media screen and (max-width: 767px){
  .b-fv{
    margin-bottom: 60px;
  }
  .b-fv h1{
    font-size: 18px;
    margin: 20px 0;
  }
  .b-fv h1 span{
    display: none;
  }
}
@media screen and (min-width: 768px){
  .b-fv{
    margin-bottom: 80px;
    margin-top: 8ex;
  }
  .b-fv h1{
    font-size: 35px;
    margin:0 auto 30px;
    padding-top: 45px;
  }
  .b-fv h1 span{
    display: block;
    font-size: 20px;
    letter-spacing: .1em;
    margin-top: 15px;
  }
}

/* b-lead */
.b-fv .b-leaad{
  background: #780E0E;
  color: #fff;
}
.b-fv .b-leaad h2{
  line-height: 1.5;
}
.b-fv .b-leaad h2 span{
  display: inline-block;
}
.b-fv .b-leaad p{
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px){
  .b-fv .b-leaad{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .b-fv .b-leaad h2{
    font-size: 23px;
    margin-bottom: .7em;
  }
}
@media screen and (min-width: 768px){
  .b-fv .b-leaad{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .b-fv .b-leaad h2{
    font-size: 30px;
    margin-bottom: 1.1em;
  }
}
/* b-txtLnk */
.b-fv .b-txtLnk{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -20px;
}
.b-fv .b-txtLnk li{
  margin:0 20px 20px;
}
.b-fv .b-txtLnk a{
  display: inline-flex;
  font-size: 18px;
  line-height: 1;
}
.b-fv .b-txtLnk a::after{
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-left: .3em;
  border-radius: 50%;
  background-color: #A7A7A7;
  background-image: url(../img/bt-arw-acc.png);
  background-size: 70%;
  background-position: center 65%;
  background-repeat: no-repeat;
  transition: all .3s;
}

@media screen and (max-width: 767px){
  .b-fv .b-txtLnk{
    padding-top: 30px;
    flex-wrap: wrap;
  }
  
}
@media screen and (min-width: 768px){
  .b-fv .b-txtLnk{
    padding-top: 30px;
  }
  .b-fv .b-txtLnk a:hover::after{
    background-color: #780E0E;
  }
}

/*---------------------------------

 b-planeBtns

---------------------------------*/
.b-planeBtns{
  padding-top: 55px;
  padding-bottom: 55px;
}
@media screen and (max-width: 767px){
  .b-planeBtns a,
  .b-planeBtns .js-alert{
    width: 95%;
    max-width: 330px;
    margin: auto;
  }
  .b-planeBtns a+a{
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px){
  .b-planeBtns a+a{
    margin-left: 20px;
  }
}
