@charset "UTF-8";
/*----- ttl -----*/
.esta_ttl_lv2 {
  margin-bottom: 28px;
  padding-left: 18px;
  border-left: 7px solid #d5d7d8;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.esta_ttl_lv3 {
  border-left: 1px solid #d5d7d8;
  border-bottom: 1px solid #d5d7d8;
  padding: 0 0 2px 2px;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
  margin-top: 28px;
  line-height: 1.6;
  font-weight: bold;
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
}

.esta_ttl_lv3 span {
  padding-left: 18px;
  border-left: 7px solid #d5d7d8;
  margin-left: 2px;
  display: block;
}

.esta_ttl_lv4 {
  width: 96%;
  margin: 0 auto 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #25637a;
}
.esta_note{
  margin-top: 28px;
  margin-left: 4px;
}
.esta_note > dt{
  font-size: 17px;
  font-size: 1.7rem;
  padding-left: 5px;
  border-bottom: 1px solid #d9d6d6;
}
.esta_note dd{
  margin-top: 20px;
}
span.fwB.fcRD{
  font-size: 18px;
}

/* IE11対応 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .esta_ttl_lv2 {
    padding-top: 10px;
    line-height: 0.9;
  }
  *::-ms-backdrop, .esta_ttl_lv3 {
    padding: 2px 0 3px 1px;
  }
  *::-ms-backdrop, .esta_ttl_lv3 span {
    padding: 9px 0 0 15px;
    line-height: 0.9;
  }
}


@media screen and (max-width: 767px) {
  .esta_ttl_lv2 {
    margin-bottom: 14px;
    padding-left: 9px;
    font-size: 20px;
  }
  .esta_ttl_lv3 {
    font-size: 18px;
  }
  .esta_ttl_lv3 span {
    padding-left: 9px;
  }
  span.fwB.fcRD{
    font-size: 16px;
  }
}
