@charset "UTF-8";
/* Scss Document */
.page_title {
  text-align: center;
  color: #4e3229;
  font-size: 1.7142em;
  line-height: 3.25;
  margin-top: 40px;
  background: url("../img/tb.png") center center/contain no-repeat;
}

.read_area {
  max-width: 680px;
}

.area01 {
  padding: 60px 0;
  background: #feeeda;
}
@media screen and (max-width: 414px) {
  .area01 {
    padding: 30px 0;
  }
}

.area02 {
  padding: 60px 0 0;
}
@media screen and (max-width: 414px) {
  .area02 {
    padding: 30px 0 0;
  }
}

.inner {
  width: 93.75%;
  max-width: 700px;
  margin: auto;
}
.inner .htitle {
  font-size: 1.714em;
  line-height: 1.7;
  color: #4e3229;
  text-align: center;
  border-bottom: 1px solid #4e3229;
  margin-bottom: 50px;
}
@media screen and (max-width: 414px) {
  .inner .htitle {
    margin-bottom: 20px;
  }
}
.inner .tel_number {
  width: 93.75%;
  max-width: 286px;
  margin: auto;
}
.inner .sub_copy {
  text-align: center;
  font-size: 1.21428em;
  margin-top: 0.75em;
}
.inner .sub_inner {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner {
    margin: auto;
  }
}
.inner .sub_inner .box01 {
  box-sizing: border-box;
  border: 1px solid #4e3229;
  padding: 10px;
  background: #fff;
}
.inner .sub_inner .box01 table {
  width: 100%;
  font-size: 1.24285em;
}
@media screen and (max-width: 414px) {
  .inner .sub_inner .box01 table {
    font-size: 1em;
  }
}
.inner .sub_inner .box01 table img {
  width: auto;
}
.inner .sub_inner .box01 table th {
  padding: 0.75em 0;
  color: #fff;
  background: #4e3229;
  border-bottom: 10px solid #fff;
  line-height: 1.4;
}
.inner .sub_inner .box01 table th p:last-child {
  margin-top: 0.5em;
}
.inner .sub_inner .box01 table td {
  text-align: center;
  line-height: 3;
  border-right: 1px solid #4e3229;
}
.inner .sub_inner .box01 table td:last-child {
  border-right: none;
}
.inner .sub_inner .notes {
  margin-top: 10px;
  text-align: center;
}
.inner .sub_inner .notes p {
  display: inline-block;
  text-align: left;
  position: relative;
  line-height: 1.7;
  padding-left: 1.5em;
  font-feature-settings: "palt" 1;
}
.inner .sub_inner .notes p::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
