@charset "UTF-8";
/* 申し込みモーダルのスタイル設定 */
.modalArea .modalAreaMain {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.modalArea .modalAreaMain .modalAreaMainIn {
  padding: 50px 0;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  /* クローズボタンのスタイル */
}
.modalArea .modalAreaMain .modalAreaMainIn a {
  color: #2c4c8b;
}
.modalArea .modalAreaMain .modalAreaMainIn h2 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #C0302F;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.modalArea .modalAreaMain .modalAreaMainIn h2 span {
  font-size: 32px;
}
.modalArea .modalAreaMain .modalAreaMainIn .red {
  color: #ca2420;
}
.modalArea .modalAreaMain .modalAreaMainIn .attentionBox > .ttl {
  color: #ca2420;
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 16px;
}
.modalArea .modalAreaMain .modalAreaMainIn .attentionBox > .ttl .icn {
  display: inline-block;
  width: 18px;
  margin-right: 8px;
  line-height: 0;
}
.modalArea .modalAreaMain .modalAreaMainIn .notesBox,
.modalArea .modalAreaMain .modalAreaMainIn .attentionBox {
  background: #fff;
  border: 16px solid #fcf4f0;
  margin-top: 32px;
  padding: 30px;
}
.modalArea .modalAreaMain .modalAreaMainIn .notesBox {
  border-color: #eee;
}
.modalArea .modalAreaMain .modalAreaMainIn .agreementWrap {
  background: #f9f4e6;
  margin-top: 20px;
  padding: 24px;
  text-align: center;
}
.modalArea .modalAreaMain .modalAreaMainIn .ttl {
  font-size: 32px;
}
.modalArea .modalAreaMain .modalAreaMainIn .h4Ttl {
  margin-bottom: 24px;
}
.modalArea .modalAreaMain .modalAreaMainIn .h4Ttl .ttl {
  font-size: 19px;
  font-weight: normal;
  padding: 0 0 0 26px;
  margin-bottom: 0;
  position: relative;
  border: none !important;
}
.modalArea .modalAreaMain .modalAreaMainIn .h4Ttl .ttl:before {
  background: #ca2420;
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.modalArea .modalAreaMain .modalAreaMainIn .mt20 {
  margin-top: 20px !important;
}
.modalArea .modalAreaMain .modalAreaMainIn .mt10 {
  margin-top: 10px !important;
}
.modalArea .modalAreaMain .modalAreaMainIn .dotListWrap .dotList > li {
  padding-left: 10px;
  position: relative;
}
.modalArea .modalAreaMain .modalAreaMainIn .dotListWrap .dotList > li:before {
  background: #ca2420;
  border-radius: 50%;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 12px;
}
.modalArea .modalAreaMain .modalAreaMainIn .dotListWrap .notesList {
  font-size: 14px;
}
.modalArea .modalAreaMain .modalAreaMainIn .dotList,
.modalArea .modalAreaMain .modalAreaMainIn .numList {
  padding-left: 1em;
}
.modalArea .modalAreaMain .modalAreaMainIn ol,
.modalArea .modalAreaMain .modalAreaMainIn ul {
  list-style: none;
}
.modalArea .modalAreaMain .modalAreaMainIn .pdf:after {
  color: #cb0013;
  content: "\f1c1";
  font-family: "FontAwesome";
  padding-left: 5px;
  font-weight: normal;
}
.modalArea .modalAreaMain .modalAreaMainIn .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modalArea .modalAreaMain .modalAreaMainIn .close:hover,
.modalArea .modalAreaMain .modalAreaMainIn .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modalArea .modalAreaMain .modalAreaMainIn .prefectures dt span {
  background: #f9f4e6;
  border-radius: 1.75rem;
  color: #fc5d00;
  display: inline-block;
  font-size: 15px;
  padding: 2px 8px;
}
.modalArea .modalAreaMain .modalAreaMainIn .attentionBox > .ttl {
  color: #ca2420;
  display: flex;
  align-items: center;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 16px;
}
.modalArea .modalAreaMain .modalAreaMainIn .h3Ttl {
  border-bottom: 1px solid #ca2420;
  margin-bottom: 24px;
  padding-bottom: 16px;
}
.modalArea .modalAreaMain .modalAreaMainIn .numList li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.modalArea .modalAreaMain .modalAreaMainIn .numList li .num {
  color: #ca2420;
  font-weight: bold;
}
.modalArea .modalAreaMain .modalAreaMainIn .colorTxt {
  color: #ca2420;
  font-weight: bold;
}
.modalArea .modalAreaMain .modalAreaMainIn .orderBtnWrap .blockArrowLink {
  justify-content: center;
  font-size: 2.2rem;
  margin: 0 auto;
  max-width: 460px;
  width: 80%;
  cursor: pointer;
  opacity: 1;
}
.modalArea .modalAreaMain .modalAreaMainIn .orderBtnWrap .blockArrowLink.disabled {
  cursor: not-allowed;
  background: #eee;
  border-color: #eee;
  color: #111;
}
.modalArea .modalAreaMain .modalAreaMainIn .blockArrowLink,
.modalArea .modalAreaMain .modalAreaMainIn .externalLink {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #ca2420;
  border-radius: 10px;
  color: #ca2420;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.3;
  height: 84px;
  outline: none;
  padding: 10px 60px 10px 36px;
  position: relative;
  transition: all 0.3s ease;
}
.modalArea .modalAreaMain .modalAreaMainIn .blockArrowLink:after {
  content: "";
  background-image: url(../images/icn_arrow_04.png);
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  position: absolute;
  right: 23px;
  top: 50%;
}
.modalArea .modalAreaMain .modalAreaMainIn .orderBtnWrap {
  margin-top: 40px;
  text-align: center;
}
.modalArea .modalAreaMain .modalAreaMainIn .prefectures + .prefectures {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .modalArea .modalAreaMain .modalAreaMainIn {
    padding: 15px 0;
    width: 100%;
  }
  .modalArea .modalAreaMain .modalAreaMainIn p {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .modalArea .modalAreaMain .modalAreaMainIn h2 {
    font-size: clamp(16px, 6.15vw, 24px);
  }
  .modalArea .modalAreaMain .modalAreaMainIn h2 span {
    font-size: clamp(16px, 5.12vw, 20px);
  }
  .modalArea .modalAreaMain .modalAreaMainIn .attentionBox {
    margin-top: 16px;
    padding: 15px;
  }
  .modalArea .modalAreaMain .modalAreaMainIn .attentionBox > .ttl {
    font-size: clamp(15px, 4.61vw, 18px);
  }
  .modalArea .modalAreaMain .modalAreaMainIn .ttl {
    font-size: clamp(16px, 5.12vw, 20px);
  }
  .modalArea .modalAreaMain .modalAreaMainIn .attentionBox {
    padding: 15px;
  }
  .modalArea .modalAreaMain .modalAreaMainIn .agreementWrap {
    padding: 10px;
    font-size: 14px;
  }
  .modalArea .modalAreaMain .modalAreaMainIn .agreementWrap .txtB {
    font-size: 14px;
  }
  .modalArea .modalAreaMain .modalAreaMainIn .notesBox,
  .modalArea .modalAreaMain .modalAreaMainIn .attentionBox {
    padding: 15px;
  }
  .modalArea .orderBtnWrap .blockArrowLink {
    font-size: clamp(16px, 6.15vw, 24px);
  }
}
@media print, screen and (min-width: 768px) {
  .modalArea#modal-contact .modalMain {
    width: min(96vw, 1400px) !important;
  }
}
.modalArea .anoText {
  padding-top: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}/*# sourceMappingURL=modal.css.map */