/*--------------
基本設定
--------------*/
body{
  line-height: 1.5;
  font-size: 18px;
}
.pc{
  display: block;
}
.tab{
  display: none;
}
.pc.tab{
  display: block;
}
.mobi{
  display: none;
}
p{
  font-size: 18px;
  line-height: 1.8;
}
.red{
  color: #c90b0b;
}
/*--------------
header
--------------*/
header{
  background-color: #42210b;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  z-index: 999;
}
.pcheader{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
  background-color: #42210b;
}
.pcheader li{
  border-right: 1px solid #fff;
  width: calc(100% / 4);
}
.pcheader li:first-of-type{
  border-left: 1px solid #fff;
}
.pcheader a{
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  font-size: 16px;
  text-align: center;
}
/*--------------
top
--------------*/
.top-kv{
  margin: 64px auto 0;
}
.top-kv img{
  width: 100%;
  height: auto;
}

/*--------------
onayami
--------------*/
.onayami{
  background: url(images/onaymi-bg.png) no-repeat;
  background-position: top right;
  padding: 70px 0 95px;
  position: relative;
}
.onayami::before{
  content: "";
  background-image: url(images/arrow.png);
  width: 177px;
  height: 103px;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}
.onayami h2{
  font-size: 36px;
  text-align: center;
  position: relative;
  margin:0 0 60px;
  background: url(images/onaymi-ttl-bg.png) no-repeat;
  background-position: center center;
}
.onayami h2 span{
  font-size: 48px;
  position: relative;
  color: #c90b0b;
}
.onayami h2 span::before{
  content: "";
  background: url(images/onayami-ttl.png);
  background-size: 100% 100%;
  position: absolute;
  width: 137px;
  height: 12px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.onayami ul{
  width: max-content;
  margin: auto;
}
.onayami li{
  position: relative;
  padding-left: 40px;
  margin-bottom: 28px;
  font-size: 20px;
}
.onayami li:last-of-type{
  margin-bottom: 0;
}
.onayami li::before{
  content: "";
  background: url(images/checkmark.png);
  width: 28px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/*--------------
特徴
--------------*/
.features{
  background: #ad9477;
  padding: 110px 0;
}
.features > p{
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.features > p span{
  color: #c90b0b;
  font-weight: bold;
}
.features > p:last-of-type{
  margin: 50px 0 40px;
}
.features-container{
  max-width: 900px;
  width: 100%;
  margin: auto;
  box-shadow: 0px 3px 7px rgb(0 0 0 / .26);
  background: #fff;
}
.features-container h2{
  background: url(images/title-bg.png) no-repeat;
  color: #fff;
  padding: 20px 30px;
  font-size: 24px;
}
.features-txt{
  padding: 25px 35px 50px;
}
.features-txt h3{
  background: #fff9f1;
  color: #42210b;
  padding: 10px;
  font-size: 20px;
  border: 1px solid #42210b;
  margin:  30px 0 15px;
}
/*--------------
書式一覧
--------------*/
.formatlist{
  background: 
  url(images/list-bg1.png) no-repeat right 100px,
  url(images/list-bg2.png) no-repeat right bottom 415px,
  linear-gradient(90deg, rgba(231, 227, 156, 1), rgba(255, 252, 245, 1));
  padding: 100px 0 110px;
}
.formatlist h2{
  font-size: 48px;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  background: #fff;
  position: relative;
  padding: 30px 0;
}
.formatlist h2:last-of-type{
  margin-top: 100px;
}
.formatlist h2::before{
  content: "";
  background:url(images/title-border.png);
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1200px;
  width: 100%;
  height: 11px;
}
.formatlist h2::after{
  content: "";
  background:url(images/title-border.png);
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 1200px;
  width: 100%;
  height: 11px;
}
.formatlist dl{
  max-width: 900px;
  width: 100%;
  margin: 0 auto 30px;
}
.formatlist dt{
  background: #42210b;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 15px 30px;
  width: max-content;
  font-size: 30px;
}
.formatlist dd{
  background: rgb(255 255 255 / .7);
  padding: 20px 30px 40px;
}
.formatlist dd li{
  margin-bottom: 10px;
}
.formatlist dd li:last-child{
  margin-bottom: 0;
}
/*--------------
ご利用案内
--------------*/
.information{
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.information > p{
  font-size: 20px;
}
.information h2{
  font-size: 40px;
  text-align: center;
  position: relative;
  width: max-content;
  margin: 70px auto 50px;
}
.information h2::before,
.information h2::after{
  content: "";
  background: #795d17;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.information h2::before{
  left: -50px;
}
.information h2::after{
  right: -50px;
}
.information p{
  text-align: center;
}
.information h3{
  text-align: center;
  background: #42210b;
  color: #fff;
  padding: 30px;
  position: relative;
  margin: 70px 0 63px;
}
.information h3::before{
  content: "";
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 43px solid #42210b;
  border-bottom: 0;
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
}
.info-content-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.info-content-wrap dl{
  border: 3px solid #d9d9d9;
  width: 244px;
}
.info-content-wrap dt{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 173px;
}
.info-content-wrap dd {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #42210b;
  background: #eee2d5;
}
.info-content-wrap dd p{
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}
.info-content-wrap dl:nth-of-type(4) dd p{
  font-size: 23px;
}
.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: 326px;
  margin-bottom: 20px;
}
.info-content-wrap dl:nth-of-type(1) dt,
.info-content-wrap dl:nth-of-type(2) dt,
.info-content-wrap dl:nth-of-type(3) dt{
  height: 146px;
}
.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: 157px;
}
.info-content-wrap dd span{
  color: #c90b0b;
  background: linear-gradient(transparent 50%, #ffe400 50%);
  font-weight: 900;
}
/*--------------
バナー
--------------*/
.banner{
  max-width: 795px;
  width: 100%;
  margin: auto;
  padding-bottom: 60px;
}
.banner p{
  text-align: center; 
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0;
}
.triangle{
  display: block;
  border-style: solid;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
  border-top: 27px solid #c90b0b;
  border-bottom: 0;
  width: 90px;
  height: 27px;
  margin: 0 auto 30px;
}
.banner a,
.banner img{
  display: block;
  margin: auto;
}