@charset "UTF-8";
/* CSS Document */
.aboutArea .inner{
  margin: 0 auto;
  max-width:1090px;
  padding: 70px 20px 30px;
}
.aboutArea .inner .aboutBox .aboutBox-item{
  margin-bottom: 70px;
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
}
.aboutArea .inner .aboutBox .aboutBox-item:last-child{
  margin-bottom: 0px;
}
.aboutArea .inner .aboutBox .aboutBox-item.txt_only{
  border-left: solid 6px #7f0d2e;
  padding-left: 18px;
  height: 60px;
  margin-bottom: 140px;
}
.aboutArea .inner .aboutBox .aboutBox-item h2 {
  border-left: solid 6px #7f0d2e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 18px;
  font-size: 22px;
  text-align: justify;
  font-weight: 900;
  line-height: 1.8;
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  height: 60px;
  margin-bottom: 16px;
}
.aboutArea .inner .aboutBox .aboutBox-item .imgArea{
  text-align: center;
  margin-top: 30px;
}
.flow h3{
  text-align: center;
  font-size: 18px;
  margin: 50px auto 30px;
}
.flow span{
  color: #F00;
}
.flow .imgArea{
  text-align: center;
}
.flow .border {
  display: flex;
  align-items: center;
}
.flow .border:before,
.border:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}
.flow .border:before {
  margin-right: 1rem;
}
.flow .border:after {
  margin-left: 1rem;
}
.flow h3:before,
.flow h3:after {
  content:"～";
}

.btnArea{
 text-align: center;
 margin: 80px 0;
}
.btn,
.btn a {
  display: inline-block;
  font-size: 13px;
  color: #000;
  text-align: center;
}
.btn01 span,
.btn02 a span {
  padding-left: 8px;
}
.btn01 {
  width: 135px;
  border: 2px solid #000;
  padding: 5px 0;
  border-radius: 7px;
}
.btn02 a {
  width: 280px;
  border: 2px solid #000;
  padding: 8px 0;
  border-radius: 7px;
}
.btn02 a:hover {
  color: #fff;
  border: 2px solid #7f0d2e;
  background-color: #7f0d2e;
}

@media screen and (max-width: 767px) {
  .aboutArea .inner{
    padding: 50px 5vw 70px;
  }
.aboutArea .inner .aboutBox .aboutBox-item{
  margin-bottom: 40px;
}
.aboutArea .inner .aboutBox .aboutBox-item h2  {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 12px;
  }
  .aboutArea .inner .aboutBox .aboutBox-item.txt_only{
    margin-bottom: 170px;
  }
  .flow .imgArea{
    padding: 0 5vw;
  }
  .flow h3{
    font-size: 16px;
    margin: 30px auto 20px;
  }
  .btnArea{
    margin: 50px 0;
  }
}