@charset "UTF-8";
.subpage .title {
  background-position: left -100px center;
}

.table_type01 {
  table-layout: fixed;
}

.table_type01 tbody tr th, .table_type01 tbody tr td {
  padding: 20px 10px !important;
  text-align: center !important;
  font-size: 1.6rem !important;
}

.table_type01 + small {
  display: block;
  font-size: 1.3rem;
  text-align: right;
}

.contact_box .btn {
  display: none;
}

.point {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.point li {
  width: 290px;
  height: 120px;
  box-sizing: border-box;
  background: #fff;
  border: #112142 solid 2px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1.5;
  margin-bottom: 30px;
}

.btn_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.btn_box .btn {
  margin: 0;
  width: 290px;
  margin-bottom: 30px;
}

.nayami {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-top: 20px;
}

.nayami li {
  background: #fff;
  width: calc((100% - 30px)/4);
  height: 100px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 740px) {
  .table_type01 tbody tr th, .table_type01 tbody tr td {
    padding: 10px !important;
    font-size: 1.5rem !important;
  }
  .table_type01 + small {
    display: block;
    font-size: 1.2rem;
    text-align: left;
    padding-top: 5px;
  }
  .point {
    display: block;
  }
  .point li {
    width: 100%;
    height: 68px;
    padding: 0 10px;
    font-size: 1.6rem;
    letter-spacing: -0.06em;
    margin-bottom: 10px;
  }
  .btn_box {
    margin-bottom: 20px;
  }
  .btn_box .btn {
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .nayami {
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-top: 10px;
  }
  .nayami li {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.5rem;
    margin-bottom: 5px;
    line-height: 1.5;
    text-align: center;
  }
  .nayami li br {
    display: none;
  }
}
