@charset "UTF-8";
/* common
-------------------------------------------------------------- */
h1.ttl {
  padding: 70px 0;
}
@media (max-width: 767px) {
  h1.ttl {
    padding: 30px 0;
  }
}

/* about
-------------------------------------------------------------- */
.about {
  padding: 150px 0;
  background: #e9eeea;
}
.about .txtArea {
  width: 53%;
}
.about h2 {
  padding-bottom: 50px;
}
.about p {
  font-size: 2.2rem;
  line-height: 2;
}
.about figure {
  width: 42.6%;
}
@media (max-width: 767px) {
  .about {
    padding: 50px 0 30px;
  }
  .about .txtArea {
    width: 100%;
  }
  .about h2 {
    padding-bottom: 20px;
  }
  .about p {
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .about figure {
    margin: 0 auto 20px;
    width: 90%;
  }
}

/* howto
-------------------------------------------------------------- */
.howto {
  padding: 140px 0;
}
.howto h2 {
  padding-bottom: 50px;
}
.howto li {
  width: 23%;
}
.howto p {
  padding-top: 20px;
  font-size: 2.2rem;
  line-height: 1.4;
}
@media (max-width: 1100px) {
  .howto li {
    padding-bottom: 30px;
    width: 48%;
  }
}
@media (max-width: 767px) {
  .howto {
    padding: 50px 0;
  }
  .howto h2 {
    padding-bottom: 20px;
  }
  .howto li {
    width: 100%;
  }
  .howto p {
    padding-top: 10px;
    font-size: 1.5rem;
  }
}

/* fee
-------------------------------------------------------------- */
.fee {
  padding: 140px 0;
  background: #e9eeea;
}
.fee h2 {
  padding-bottom: 50px;
}
.fee table {
  width: 52.3%;
  border-right: 1px solid #8e0f16;
  border-bottom: 1px solid #8e0f16;
  font-size: 2.2rem;
}
.fee th {
  padding: 10px;
  width: 33.33%;
  background: #8e0f16;
  color: #fff;
}
.fee td {
  padding: 30px 10px;
  border-left: 1px solid #8e0f16;
  text-align: center;
}
.fee tr:nth-child(even) td {
  background: #f5f5f5;
}
.fee tr:last-child >* {
  background: #ffb7b8;
}
.fee td strong {
  font-size: 3rem;
  color: #8e0f16;
}
.fee .txtArea {
  width: 43.1%;
  font-size: 2.2rem;
  line-height: 2;
}
.fee .merit {
  padding-top: 50px;
}
.fee .merit dl {
  width: 49%;
}
.fee .merit dt {
  align-items: center;
  justify-content: center;
  background: #3bbb9a;
  color: #fff;
  width: 154px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.fee .merit dd {
  padding: 25px 20px;
  width: calc(100% - 154px);
  background: #fff;
  border: 1px solid #3bbb9a;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .fee {
    padding: 50px 0;
  }
  .fee h2 {
    padding-bottom: 20px;
  }
  .fee p {
    font-size: 1.5rem;
    padding-bottom: 20px;
  }
  .fee table {
    width: 100%;
    font-size: 1.4rem;
  }
  .fee th {
    padding: 10px;
  }
  .fee td {
    padding: 20px 5px;
  }
  .fee td strong {
    font-size: 1.8rem;
  }
  .fee .txtArea {
    padding-top: 20px;
    width: 100%;
    font-size: 1.6rem;
  }
  .fee .merit {
    padding-top: 0;
  }
  .fee .merit dl {
    margin-bottom: 20px;
    width: 100%;
  }
  .fee .merit dt {
    width: 100px;
    font-size: 1.6rem;
  }
  .fee .merit dd {
    padding: 15px 10px;
    width: calc(100% - 100px);
    font-size: 1.8rem;
  }
}