@charset "UTF-8";
/* reform
   ========================================================================== */
.lede {
  line-height: 1.6;
  padding: 70px 0 65px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.lede p + p {
  margin-top: 25px;
}
@media (max-width: 480px) {
  .lede {
    padding: 30px 0;
  }
}

.lede__inner {
  width: 780px;
}
@media (max-width: 480px) {
  .lede__inner {
    width: 100%;
    padding: 0 20px;
  }
}

.lede__area {
  margin: 20px 0;
  padding: 30px 40px 40px;
  background: url("../img/utils/bg_red_square.png") left bottom repeat;
}
@media (max-width: 480px) {
  .lede__area {
    width: calc(100% + 40px);
    margin: 30px 0 30px -20px;
    padding: 30px;
  }
}

.lede .note {
  margin-top: 10px;
}

.collect-area__list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .collect-area__list {
    display: block;
  }
}

.collect-area__list-items {
  width: 50%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 2px;
}
@media (max-width: 480px) {
  .collect-area__list-items {
    width: 100%;
    word-break: keep-all;
  }
}
.collect-area__list-items:nth-child(odd) .collect-area__list-area {
  width: 80px;
}
@media (max-width: 480px) {
  .collect-area__list-items:nth-child(odd) .collect-area__list-area {
    width: 30%;
  }
}
.collect-area__list-items:nth-child(even) .collect-area__list-area {
  width: 80px;
}
@media (max-width: 480px) {
  .collect-area__list-items:nth-child(even) .collect-area__list-area {
    width: 30%;
  }
}

.collect-area__list-area {
  flex-shrink: 0;
}

.collect-area__list-pref {
  color: #e73535;
  position: relative;
  padding-left: 1em;
}
.collect-area__list-pref:before {
  content: "：";
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
}

.collect-area__list p + p {
  margin-top: 0;
}

.contact {
  padding: 75px 0 100px;
}
@media (max-width: 480px) {
  .contact {
    padding: 40px 20px 30px;
  }
}

.contact__frame {
  padding: 28px 40px 30px;
  background-color: #fff;
  border: 2px solid #d00;
  position: relative;
}
@media (max-width: 480px) {
  .contact__frame {
    padding: 20px 15px;
  }
}
.contact__frame:before {
  content: "";
  display: block;
  width: 960px;
  height: 2px;
  background-color: #d00;
  position: absolute;
  left: -2px;
  top: -8px;
}
@media (max-width: 480px) {
  .contact__frame:before {
    width: calc(100% + 4px);
  }
}

.contact__title {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 480px) {
  .contact__title {
    font-size: 18px;
  }
}

.contact__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .contact__list {
    display: block;
  }
}
.contact__list:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  left: 50%;
  top: 0;
}
@media (max-width: 480px) {
  .contact__list:before {
    content: none;
  }
}

.contact__list-caption {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
}

.contact__list-frame {
  width: 410px;
  height: 80px;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .contact__list-frame {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact__list-frame p {
    word-break: keep-all;
  }
}

.contact__list .btn {
  font-size: 20px;
}
@media (max-width: 480px) {
  .contact__list .btn {
    font-size: 16px;
  }
  .contact__list .btn a {
    justify-content: center;
    gap: 10px;
  }
  .contact__list .btn a .icon-arrow-white {
    display: none;
  }
}

.frame-tel {
  line-height: 1.4;
  font-size: 12px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-top: 8px;
}

.frame-tel__number {
  color: #d00;
  font-weight: bold;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .frame-tel__number {
    font-size: 24px;
  }
}
.frame-tel__number i {
  margin-right: 6px;
}

.reform-table {
  border: 1px solid #cccccc;
  border-collapse: collapse;
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .reform-table {
    margin-bottom: 30px;
  }
}
.reform-table .medium {
  display: block;
}
.reform-table .small {
  font-size: 13px;
  list-style: "※";
}
@media (max-width: 480px) {
  .reform-table .small {
    font-size: 12px;
  }
}
.reform-table tr th,
.reform-table tr td {
  border: 1px solid #cccccc;
  padding: 20px 15px;
}
@media (max-width: 480px) {
  .reform-table tr th,
  .reform-table tr td {
    display: block;
  }
}
.reform-table tr th {
  background-color: #f2f2f2;
  width: 20%;
  font-weight: bold;
  font-size: 17px;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .reform-table tr th {
    width: 100%;
  }
}
.reform-table tr td {
  width: 80%;
}
@media (max-width: 480px) {
  .reform-table tr td {
    width: 100%;
  }
}
.reform-table tr td ul {
  margin-top: 10px;
}
.reform-table tr td ul li {
  list-style: disc;
  margin-left: 15px;
}

@media (max-width: 480px) {
  .title-section {
    font-size: 18px;
  }
  p,
  li,
  td,
  div {
    font-size: 12px;
  }
  .reform-table tr th,
  .title-block,
  .contact__list-caption {
    font-size: 16px;
  }
}/*# sourceMappingURL=reform.css.map */