@charset "UTF-8";
:root {
  --section-paddint-top: 0;
  --section-paddint-side: 0;
  --title-01: 24px;
}

@media screen and (min-width: 768px) {
  :root {
    --section-paddint-top: 56px;
    --section-paddint-side: 16px;
    --title-01: 32px;
  }
}

#mfp_button_send {
  background: #42a4db;
  padding: 10px 16px;
  color: #fff;
  margin-right: 8px;
}
#mfp_button_cancel {
  background: #42a4db;
  padding: 10px 16px;
  color: #fff;
  margin-left: 8px;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #666;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date {
  box-shadow: unset !important;
  margin: 2px;
}
input, select {
  font-size: 16px;
}

.u__font-small {
  font-size: 0.7em;
}

.frm__wrapper {
  padding: var(--section-paddint-top) var(--section-paddint-side);
  background-color: #f3f3f3;
}
.frm__box {
  color: #666;
}
.frm__title {
  font-size: var(--title-01);
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 16px;
  color: #002f6b;
  font-weight: bold;
}

.frm__title-parts {
  width: 48px;
  height: 1px;
  background-color: #aaa;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.frm__title-blue {
  background: #5cabc9;
  color: #fff;
  padding: 0.6rem 0.3rem 0.9rem;
  line-height: 1;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "meiryo", "メイリオ", sans-serif;
}
.frm__title-blue-inner {
  width: 100%;
  padding: 1rem 0;
}
.frm__title-blue-parts {
  font-size: 1.8rem;
  width: 94%;
  margin: 0 auto 1.1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.frm__title-blue-txt {
  font-size: 2.6rem;
  line-height: 1.3;
}

.frm__table-header {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background: #94d2ea;
  padding: 0.8rem  0.6rem 1.2rem;
  position: relative;
  font-weight: 600;
  margin-bottom: 0.9rem;
}

.frm__required {
  padding: 5px 7px 6px;
  text-align: center;
  color: #fff;
  background-color: #0071bc;
  position: absolute;
  font-weight: 600;
  right: 12px;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.6em;
}
.frm__block-date-select-title .frm__required {
  right: unset;
  left: 7.2em;
  top: 50%;
}

.frm__text-area {
  background-color: #f4f5fa;
  border: 1px solid #eee;
  padding: 16px 12px;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  height: 60px;
  border-radius: 0.3rem;
}

.frm__table-block {
  border-radius: 1.2rem;
  padding: 0.8rem;
  margin-bottom: 0.8rem;
}

.frm__inner {
  width: 1180px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  background: #fff;
}

.frm__table-body-birth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 320px;
}

.frm__birth-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 16px;
}

.frm__birth-block .frm__text-area {
  margin-right: 8px;
}

.frm__txt-area-01 {
    background: #f2f2f2;
    border: 1rem solid #fff;
    padding: 1.6rem 2rem;
    font-size: 1.4rem;
    text-align: justify;
    margin: 0.8rem auto 0;
    line-height: 1.6;
}

.frm__txt-area-01 p {
  margin-bottom: 0;
  color: #666;
}

.frm__birth-01 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.frm__birth-02 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.frm__birth-03 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.frm__radio {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}

.frm__radio-parts {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(200, 200, 200, 0.5);
  border-radius: 50%;
  position: relative;
  transform: scale(1.5);
  margin-right: 12px;
}

.frm__radio:checked ~ .frm__radio-label .frm__radio-parts::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #00a0e8;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.frm__radio-label {
  padding-right: 8px;
}

.frm__radio-label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.frm__table-body-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 8px 12px 0;
  gap: 16px;
}

.frm__radio-block {
  position: relative;
  margin-right: 16px;
}

.frm__block-date-select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.frm__text-area-datepicker {
  width: 50%;
}

.frm__block-date-select-item-02 {
  position: relative;
  top: -26px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.frm__block-date-select-txt {
  white-space: nowrap;
  margin-right: 8px;
  margin-bottom: 8px;
}

.frm__block-date-select {
  padding-top: 8px;
  padding-bottom: 0;
}

.frm__table-block-bdnone {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.frm__btn-area{
  position: relative;
}
.frm__btn-area::after {
  content: "";
  position: absolute;
  z-index: 1;
  left:50%;
  bottom: -8px;
  width: 250px;
  height: 58px;
  transform: translate(-50%, 0);
  background: #0071bc;
  border-radius: 1000px;
}
.frm__btn-01 {
  font-size: 2.1rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
  padding: 20px 16px 23px;
  border: 1px solid #29abe2;
  background: #29abe2;
  display: block;
  text-align: center;
  border-radius: 1000px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  color: #fff;
  width: 300px;
  max-width: 90%;
  text-shadow: 1px 1px 2px black;
}
.frm__btn-01:hover{
  border: 1px solid #046e9a;
  background: #046e9a;
}
.frm__btn-01::before {
  content: "";
  position: absolute;
  background: url(../img/form-btn-arrow.svg) no-repeat;
  background-size: 100%;
  right: 24px;
  top: 50%;
  width: 14px;
  height: 24px;
  transform: translate(0, -50%);
}

.frm__table-txt-01 {
  display: inline-block;
}

.frm__block-date-select-title {
  margin-bottom: 8px;
  position: relative;
}

.frm__table-area {
  margin-bottom: 32px;
}

.frm__list-01 {
  padding-left: 16px;
  position: relative;
  line-height: 1.4;
}

.frm__list-01:not(:last-child) {
  margin-bottom: 16px;
}

.frm__list-01::before,
.frm__list-01::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
}

.frm__list-01::before {
  background-color: rgba(40, 64, 104, 0.6);
  left: 3px;
  top: 6px;
}

.frm__list-01::after {
  background-color: rgba(40, 64, 104, 0.3);
  left: 6px;
  top: 9px;
}

.frm__text-area-01-careful {
  position: relative;
  padding-left: 16px;
  margin-top: 24px;
}

.frm__text-area-01-careful::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.frm__large-area {
  height: 200px;
}
.frm__text-area-time {
  width: 100%;
}
.ui-datepicker table th:first-child {
  color: #db2323;
}
.ui-datepicker table th:last-child {
  color: #3a8be1;
}
.ui-widget-content span.ui-state-default {
  color: #666;
}
.ui-widget-content a.ui-state-default {
  color: #222;
}
.ui-widget-content td:first-child a.ui-state-default {
  color: #db2323;
}
.ui-widget-content td:last-child a.ui-state-default {
  color: #3a8be1;
}
.frm__age-area {
  width: 130px;
  display: inline-block;
  margin-right: 0.4em;
  max-width: 100%;
}
.frm__text-area-01 {
  padding: 16px 16px 40px;
  line-height: 1.4;
  font-size: 1.4rem;
  text-align: justify;
}
.frm__list-01-link {
  text-decoration: none;
  color:#063350;
  font-weight: 600;
}
.tboff-only{
  display: none;
}

.frm__txt-kaigyo {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1098px) {
.frm__txt-kaigyo {
  display: block;
}
}

@media screen and (min-width: 1024px) {
  .tboff-only{
    display: block;
  }
  .tbon-only{
    display: none;
  }
  .br__pc-width {
    display: block;
    margin-top: 0.8rem;
  }
  .frm__title-blue {
    height: 212px;
    padding: 24px;
  }
  .frm__title-blue-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #fff;
  }
  .frm__title-blue-parts {
    font-size: 2.2rem;
    font-weight: 600;
    width: 94%;
    margin: 0 auto 1rem;
    padding-bottom: 1.2rem;
  }
  .frm__title-blue-txt {
    font-size: 3rem;
  }
  .frm__table-txt-01 {
    display: block;
    text-indent: -8px;
    margin-top: 4px;
  }
  .frm__box {
    margin-top: 56px;
    padding: 64px 64px 80px;
    background-color: #fff;
  }
  .frm__inner {
    background: none;
  }
  .frm__txt-area-01 {
    text-align: center;
    font-size: 17px;
    margin: 0;
    border: none;
    padding: 20px;
  }
  .frm__title {
    margin-bottom: 64px;
  }
  .frm__table-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .frm__table-header {
    font-size: 1.8rem;
    min-width: 230px;
    width: 33%;
    margin-bottom: 0;
    padding-right: 40px;
    padding: 0;
    color: #666;
    background: none;
    text-align: left;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .frm__table-body {
    width: 67%;
  }
  form#mailformpro {
    margin-top: 64px !important;
  }
  .frm__required {
    top: 50%;
    right: 72px;
    font-size: 0.8rem;
    font-weight: 200;
    padding: 5px 5px 6px;
    border-radius: 3px;
  }
  .frm__table-block {
    margin: 0;
    padding: 40px 16px;
    border-top: 1px dotted rgba(200, 200, 200, 0.5);
    border-bottom: none;
  }
  .frm__table-body-radio {
    max-width: 524px;
    flex-direction: row;
  }
  .type-01.frm__text-area {
    max-width: 280px;
  }
  .frm__radio-label {
    padding-right: 24px;
  }
  .frm__list-01 {
    padding-left: 24px;
  }
  .frm__text-area-01 {
    max-width: 100%;
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #ccc;
    padding: 24px;
  }
  .frm__table-area {
    margin-bottom: 0;
  }
  .frm__text-area-01-careful {
    padding-left: 24px;
  }
  .frm__btn-01 {
    font-size: 27px;
    padding: 16px;
    margin-top: 40px;
    margin-bottom: 64px;
    width: 456px;
    height: 100px;
  }
  .type-01.frm__text-area {
    max-width: 522px;
    border-radius: 0.6rem;
  }
  .frm__table-body-birth {
    max-width: 100%;
  }
  .frm__age-area {
    width: 136px;
  }
  .frm__age-area:not(:first-child) {
    margin-left: 16px;
  }
  .frm__text-area.datepicker {
    max-width: 220px;
    border-radius: 0.6rem;
  }
  .frm__text-area-time {
    width: 162px;
    border-radius: 0.6rem;
  }
  .frm__block-date-select-item-02 {
    position: static;
  }
  .frm__block-date-select:not(:first-child) {
    margin-top: 24px;
  }
  .frm__block-date-select-item {
    width: 584px;
  }
  .frm__large-area {
    width: 522px;
    height: 324px;
    border-radius: 0.6rem;
  }
  .frm__required.tboff-only {
    top: 61px;
  }
  .frm__btn-area::after {
    width: 390px;
    height: 64px;
    bottom: -13px;
  }
}

.mfp_element_all {
  max-width: 100%;
}

/**hdr parts and thanks page**/
.frm__hdr {
  padding: 10px 0;
}
.frm__hdr-img {
  width: 100%;
  height: auto;
  max-width: 260px;
  margin: auto;
  display: block;
}
.thanks__inner {
  border: 3px solid #a9d3ef;
  max-width: 400px;
  margin: 16px auto;
  width: calc(100% - 32px);
  line-height: 1.6;
  padding: 10px 16px;
  font-size: 16px;
}
.thanks__inner a {
  text-decoration: underline;
  color: #094a8f;
  padding-top: 8px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .frm__hdr {
      padding: 12px 0;
  }
  .frm__hdr-inner {
      display: flex;
      justify-content: space-between;
      width: 1180px;
      max-width: calc(100% - 32px);
      margin: auto;
      align-items: center;
  }
  .frm__hdr-logo {
      width: 35%;
  }
  .frm__hdr-tel {
      width: 60%;
      max-width: 280px;
  }
  .frm__hdr-img {
      max-width: 260px;
      margin: 0;
  }
  .thanks__inner {
      text-align: center;
      max-width: 600px;
      margin: 40px auto;
      padding: 24px 32px;
  }
}
/*# sourceMappingURL=form.css.map */