/*--------------
基本設定
--------------*/
body{
  font-size: 4vw;
}
.pc{
  display: none;
}
.tab{
  display: none;
}
.mobi{
  display: block;
}
.pc.tab{
  display: none;
}
p{
  font-size: 4.5vw;
}
/*--------------
header
--------------*/
header{
  width: 100%;
  height: auto;
  background: unset;
}
.mobiheader ul{
  display: unset;
  background-color: #42210b;
  position: absolute;
  width: 100%;
  height: 100vh;/*calc(100vh - 60px)*/
  top: 0;/*60px*/
  left: 0;
  padding: 60px 2.5% 0;
  transform: translateX(100%);
  transition: all ease .3s;
}
.mobiheader ul.active{
  transform: translateX(0);
}
.mobiheader li{
  text-align: center;
  border-bottom: 1px solid #fff;
}
.mobiheader li:first-of-type{
  border-top: 1px solid #fff;
}
.mobiheader li a{
  color: #fff;
  padding: 20px;
  display: block;
}
.hamburger{
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #42210b;
  border-radius: 5px;
  float: right;
  margin: 10px;
  z-index: 99;
}
.hamburger span{
  position: absolute;
  width: 24px;
  height: 3px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  transition: all ease .3s;
  transform-origin: center;
}
.hamburger span:nth-of-type(1){
  top: 10px;
}
.hamburger span:nth-of-type(2){
  top: 50%;
  transform: translate(-50% ,-50%);
}
.hamburger span:nth-of-type(3){
  bottom: 10px;
}
.hamburger span:nth-of-type(1).active{
  transform: translateX(-50%) rotate(45deg);
  top: 19px;
}
.hamburger span:nth-of-type(2).active{
  display: none;
}
.hamburger span:nth-of-type(3).active{
  transform: translateX(-50%) rotate(-45deg);
  bottom: 18px;
}
/*--------------
top
--------------*/
.top-kv img{
  margin: 0;
}
/*--------------
onayami
--------------*/
.onayami {
  padding: 50px 2.5%;
}
.onayami h2{
  font-size: 5vw;
  margin: 0 0 40px;
}
.onayami h2 span{
  font-size: 7vw;
}
.onayami h2 span::before{
  width: 90px;
  height: 8px;
}
.onayami ul{
  width: 100%;
}
.onayami li{
  font-size: 4vw;
}
.onayami::before{
  width: 120px;
  height: 70px;
  background-size: 100% 100%;
  bottom: -50px;
}
/*--------------
特徴
--------------*/
.features{
  padding: 60px 2.5%;
}
.features > p{
  font-size: 5vw;
}
.features > p:last-of-type{
  margin: 30px 0;
}
.features-container h2{
  font-size: 5.5vw;
  background-size: 100% 100%;
}
.features-txt{
  padding: 25px 2.5% 30px;
}
/*--------------
書式一覧
--------------*/
.formatlist{
  padding: 30px 0;
}
.formatlist h2{
  font-size: 8vw;
  line-height: 1.5;
}
.formatlist h2:last-of-type{
  margin-top: 50px;
}
.formatlist dl{
  margin: 0 2.5% 30px;
  width: 95%;
}
.formatlist dt{
  font-size: 4vw;
  padding: 10px 20px;
}
.formatlist dd{
  padding: 10px 15px;
}
/*--------------
ご利用案内
--------------*/
.information{

}
.information h2{
  font-size: 7vw;
  margin: 40px auto;
}
.information > p{
  font-size: 4vw;
  margin: 0 2.5%;
}
.information h2::before, 
.information h2::after{
  width: 20px;
  height: 20px;
}
.information h2::before{
  left: -30px;
}
.information h2::after{
  right: -30px;
}
.information h3{
  margin: 30px 0 40px;
  padding: 20px;
  line-height: 1.5;
}
.information h3::before{
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 30px solid #42210b;
  border-bottom: 0;
  bottom: -29px;
}
.info-content-wrap{
  justify-content: center;
  margin: 2.5%;
  width: 95%;
}
.info-content-wrap dl:nth-of-type(1), 
.info-content-wrap dl:nth-of-type(2), 
.info-content-wrap dl:nth-of-type(3){
  width: 100%;
}
.info-content-wrap dl{
  width: 100%;
  margin-bottom: 20px;
}
.info-content-wrap dd,
.info-content-wrap dl:nth-of-type(1) dd,
.info-content-wrap dl:nth-of-type(2) dd,
.info-content-wrap dl:nth-of-type(3) dd{
  height: 160px;
}
.info-content-wrap dd p,
.info-content-wrap dl:nth-of-type(4) dd p{
  font-size: 5vw;
}
/*--------------
バナー
--------------*/
.banner p{
  font-size: 6vw;
}
.banner a{
  margin: 2.5%;

}