.contact-wrap {
  padding-top: 20rem;
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  font-family: "Zen-Kaku-Gothic-New-Regular";
}
.contact-wrap .contact_1 {
  display: flex;
  justify-content: space-between;
}
.contact-wrap .contact_1 .c1__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 560px;
  padding-right: 80px;
}
.contact-wrap .contact_1 .c1__right {
  min-width: calc(100% - 560px);
  height: 24.3rem;
  border: 1px dotted #6E6E6E;
  margin-top: 1rem;
}
.contact-wrap .contact_1 .c1__right .c1___phone {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2.5rem;
}
.contact-wrap .contact_1 .c1__right .c1___phone > a {
  font-size: 5.2rem;
  font-family: "Zen-Old-Mincho-Regular";
  line-height: 100%;
  color: #000000;
}
.contact-wrap .contact_1 .c1__right .c1___phone > span {
  color: #000000;
  font-size: 1.6rem;
  font-family: "Zen-Kaku-Gothic-New-Medium";
  line-height: 100%;
}
.contact-wrap .contact_2 {
  margin-top: 252px;
  display: flex;
  justify-content: space-between;
}
.contact-wrap .contact_2 .c2__left {
  min-width: 560px;
  padding-right: 80px;
}
.contact-wrap .contact_2 .c2__left .note {
  margin-top: 24px;
  display: inline-block;
}
.contact-wrap .contact_2 .c2__right {
  min-width: calc(100% - 560px);
  padding: 8.8rem 8rem;
  background-color: #F5F5F5;
}
.contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 4rem;
}
.contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .note_pri_pol {
  font-size: 16px;
  font-family: "Zen-Kaku-Gothic-New-Regular";
  line-height: 250%;
}
.contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .note_pri_pol > a {
  color: #C83A1C;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_title {
  font-size: 16px;
  font-family: "Zen-Kaku-Gothic-New-Medium";
  line-height: 150%;
  display: flex;
  gap: 5px;
}
.contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_title .field_required {
  font-size: 12px;
  line-height: 160%;
}
.contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_control .fg__control-radio {
  display: flex;
  gap: 4rem;
}
.contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_control input,
.contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_control textarea {
  padding: 2.3rem;
  background-color: #ffffff;
  color: #000000;
  border: unset;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
  font-size: 1.6rem;
  line-height: 150%;
}
.contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_control input::placeholder,
.contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_control textarea::placeholder {
  color: #6E6E6E;
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Zen-Kaku-Gothic-New-Regular";
}

.common_btn .lHelper {
  overflow: hidden;
  list-style-type: none;
}
.common_btn .lHelper .text {
  display: inline-block;
  position: relative;
  transform: translateY(0);
  line-height: 1.5;
}
.common_btn .lHelper .text::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.common_btn:hover .lHelper .text {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-100%);
}

.actions {
  padding-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.actions .action-submit,
.actions .action-link {
  padding: 2.15rem 4.5rem;
  background-color: #C83A1C;
  color: #ffffff;
  line-height: 100%;
  font-family: "Zen-Kaku-Gothic-New-Bold";
  font-size: 1.8rem;
  border-radius: 3.6rem;
  cursor: pointer;
}

.banner-f {
  margin-top: 31.8rem;
}

.success-area .mes {
  padding: 6rem;
  font-size: 1.8rem;
  font-family: "Zen-Kaku-Gothic-New-Regular";
  line-height: 200%;
  margin-bottom: 25rem;
  background-image: url("../images/bg_contact_1_pc.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 100% 100%;
  white-space: pre-line;
}

/* HTML: <div class="loader"></div> */
#loading {
  display: none;
}

.loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.062745098);
  z-index: 99999;
}

.loader {
  color: #000;
  width: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 19px 0 0 7px, 38px 0 0 3px, 57px 0 0 0;
  transform: translateX(-38px);
  animation: l21 0.5s infinite alternate linear;
}

@keyframes l21 {
  50% {
    box-shadow: 19px 0 0 3px, 38px 0 0 7px, 57px 0 0 3px;
  }
  100% {
    box-shadow: 19px 0 0 0, 38px 0 0 3px, 57px 0 0 7px;
  }
}
.time-wrap {
  position: relative;
}
.time-wrap .time-inner {
  position: absolute;
  left: 0;
  top: 7rem;
  display: none;
}
.time-wrap .time-inner .time-area {
  max-height: 200px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  background-color: #DDDDDD;
}
.time-wrap .time-inner .time-area #hours_list,
.time-wrap .time-inner .time-area #minutes_list {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
.time-wrap .time-inner .time-area #hours_list li,
.time-wrap .time-inner .time-area #minutes_list li {
  cursor: pointer;
  list-style: none;
  padding: 5px 5px;
  margin: 5px 10px;
  font-size: 14px;
  font-family: "Zen-Kaku-Gothic-New-Regular";
  line-height: 100%;
}
.time-wrap .time-inner .time-area #hours_list li:hover,
.time-wrap .time-inner .time-area #minutes_list li:hover {
  opacity: 0.8;
}
.time-wrap .time-inner #change_time_ok {
  width: 100%;
  display: block;
  text-align: center;
  background: #949494;
  color: #ffffff;
  padding: 5px;
  cursor: pointer;
}

.fg_control.prefecture-inner {
  position: relative;
  width: max-content;
  min-width: 18.5rem;
  height: 7rem;
  display: flex;
  padding: 2.3rem;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
  background-color: #ffffff;
  cursor: pointer;
}
.fg_control.prefecture-inner::after {
  position: absolute;
  content: url("../images/ic_arrow_select.svg");
  right: 22px;
  top: 48%;
  transform: translateY(-50%);
}
.fg_control.prefecture-inner #prefecture_select {
  position: absolute;
  left: 0;
  top: 7rem;
  max-height: 200px;
  min-width: 18.5rem;
  margin: unset;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #DDDDDD;
  display: none;
}
.fg_control.prefecture-inner #prefecture_select li {
  cursor: pointer;
  width: 100%;
  padding: 0 16px;
  margin: 5px 0;
}
.fg_control.prefecture-inner #prefecture_select li:hover {
  opacity: 0.8;
}

.gInline {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.gInline .fGroup {
  width: max-content;
}
.gInline .fGroup.date input {
  max-width: 14.5rem;
}
.gInline .fGroup.time input {
  max-width: 9.1rem;
}

.note,
.field_required,
.errors {
  color: #C83A1C;
}

.cc_title {
  font-family: "Zen-Kaku-Gothic-New-Medium";
  font-size: 3rem;
  line-height: 160%;
  color: #000000;
  margin-bottom: 8rem;
  margin-block-start: 0px;
  position: relative;
}
.cc_title::before {
  content: "";
  width: 14px;
  height: 1px;
  background-color: #C83A1C;
  left: 0;
  bottom: -20px;
  display: inline-block;
  position: absolute;
}

.cc_des {
  font-size: 1.6rem;
  line-height: 250%;
  white-space: pre-line;
}

.fg__control-radio label {
  display: flex;
  align-items: center;
  gap: 9px;
}
.fg__control-radio label input {
  display: none;
}
.fg__control-radio label .fake_radio {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
}
.fg__control-radio label > input[type=radio]:checked + span.fake_radio::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  background-color: #000000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1200px) and (max-width: 1598px) {
  .contact-wrap {
    padding-top: 16.25rem;
    max-width: 117rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3rem;
    font-family: "Zen-Kaku-Gothic-New-Regular";
  }
  .contact-wrap .contact_1 {
    display: flex;
    justify-content: space-between;
  }
  .contact-wrap .contact_1 .c1__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 455px;
    padding-right: 65px;
  }
  .contact-wrap .contact_1 .c1__right {
    min-width: calc(100% - 455px);
    height: 19.744rem;
    border: 1px dotted #6E6E6E;
    margin-top: 1rem;
  }
  .contact-wrap .contact_1 .c1__right .c1___phone {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2.056rem;
  }
  .contact-wrap .contact_1 .c1__right .c1___phone > a {
    font-size: 4.225rem;
    font-family: "Zen-Old-Mincho-Regular";
    line-height: 100%;
    color: #000000;
  }
  .contact-wrap .contact_1 .c1__right .c1___phone > span {
    color: #000000;
    font-size: 1.3rem;
    font-family: "Zen-Kaku-Gothic-New-Medium";
    line-height: 100%;
  }
  .contact-wrap .contact_2 {
    margin-top: 252px;
    display: flex;
    justify-content: space-between;
  }
  .contact-wrap .contact_2 .c2__left {
    min-width: 455px;
    padding-right: 65px;
  }
  .contact-wrap .contact_2 .c2__left .note {
    margin-top: 24px;
    display: inline-block;
  }
  .contact-wrap .contact_2 .c2__right {
    min-width: calc(100% - 455px);
    padding: 6.5rem;
    background-color: #F5F5F5;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 4rem;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .note_pri_pol {
    font-size: 13px;
    font-family: "Zen-Kaku-Gothic-New-Regular";
    line-height: 250%;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .note_pri_pol > a {
    color: #C83A1C;
    text-decoration: underline;
    text-underline-offset: 0.25rem;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_title {
    font-size: 13px;
    font-family: "Zen-Kaku-Gothic-New-Medium";
    line-height: 150%;
    display: flex;
    gap: 5px;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_title .field_required {
    font-size: 11px;
    line-height: 160%;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_control .fg__control-radio {
    display: flex;
    gap: 3.25rem;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_control input,
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_control textarea {
    padding: 1.8rem;
    background-color: #ffffff;
    color: #000000;
    border: unset;
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
    font-size: 1.3rem;
    line-height: 150%;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_control input::placeholder,
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_control textarea::placeholder {
    color: #6E6E6E;
    font-size: 1.3rem;
    line-height: 150%;
    font-family: "Zen-Kaku-Gothic-New-Regular";
  }
  .actions {
    padding-top: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .actions .action-submit,
  .actions .action-link {
    background-color: #C83A1C;
    color: #ffffff;
    line-height: 100%;
    font-family: "Zen-Kaku-Gothic-New-Bold";
    font-size: 1.8rem;
    cursor: pointer;
  }
  .banner-f {
    margin-top: 31.8rem;
  }
  .success-area .mes {
    background-image: unset;
    padding: 4.8rem;
    font-size: 1.463rem;
    font-family: "Zen-Kaku-Gothic-New-Regular";
    line-height: 200%;
    margin-bottom: 25rem;
    background-image: url("../images/bg_contact_1_pc.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
    white-space: pre-line;
  }
  /* HTML: <div class="loader"></div> */
  #loading {
    display: none;
  }
  .loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.062745098);
    z-index: 99999;
  }
  .loader {
    color: #000;
    width: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    box-shadow: 19px 0 0 7px, 38px 0 0 3px, 57px 0 0 0;
    transform: translateX(-38px);
    animation: l21 0.5s infinite alternate linear;
  }
  @keyframes l21 {
    50% {
      box-shadow: 19px 0 0 3px, 38px 0 0 7px, 57px 0 0 3px;
    }
    100% {
      box-shadow: 19px 0 0 0, 38px 0 0 3px, 57px 0 0 7px;
    }
  }
  .time-wrap {
    position: relative;
  }
  .time-wrap .time-inner {
    position: absolute;
    left: 0;
    top: 7rem;
    display: none;
  }
  .time-wrap .time-inner .time-area {
    max-height: 200px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    background-color: #DDDDDD;
  }
  .time-wrap .time-inner .time-area #hours_list,
  .time-wrap .time-inner .time-area #minutes_list {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .time-wrap .time-inner .time-area #hours_list li,
  .time-wrap .time-inner .time-area #minutes_list li {
    cursor: pointer;
    list-style: none;
    padding: 5px 5px;
    margin: 5px 10px;
    font-size: 14px;
    font-family: "Zen-Kaku-Gothic-New-Regular";
    line-height: 100%;
  }
  .time-wrap .time-inner .time-area #hours_list li:hover,
  .time-wrap .time-inner .time-area #minutes_list li:hover {
    opacity: 0.8;
  }
  .time-wrap .time-inner #change_time_ok {
    width: 100%;
    display: block;
    text-align: center;
    background: #949494;
    color: #ffffff;
    padding: 5px;
    cursor: pointer;
  }
  .fg_control.prefecture-inner {
    position: relative;
    width: max-content;
    min-width: 18.5rem;
    height: 5.6rem;
    display: flex;
    padding: 1.8rem;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
    background-color: #ffffff;
    cursor: pointer;
  }
  .fg_control.prefecture-inner::after {
    position: absolute;
    content: url("../images/ic_arrow_select.svg");
    right: 22px;
    top: 48%;
    transform: translateY(-50%);
  }
  .fg_control.prefecture-inner #prefecture_select {
    position: absolute;
    left: 0;
    top: 5.5rem;
    max-height: 200px;
    min-width: 18.5rem;
    margin: unset;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #DDDDDD;
    display: none;
  }
  .fg_control.prefecture-inner #prefecture_select li {
    cursor: pointer;
    width: 100%;
    padding: 0 16px;
    margin: 5px 0;
  }
  .fg_control.prefecture-inner #prefecture_select li:hover {
    opacity: 0.8;
  }
  .gInline {
    display: flex;
    align-items: center;
    gap: 4rem;
  }
  .gInline .fGroup {
    width: max-content;
  }
  .gInline .fGroup.date input {
    max-width: 14.5rem;
  }
  .gInline .fGroup.time input {
    max-width: 9.1rem;
  }
  .note,
  .field_required,
  .errors {
    color: #C83A1C;
  }
  .cc_title {
    font-family: "Zen-Kaku-Gothic-New-Medium";
    font-size: 2.438rem;
    line-height: 160%;
    color: #000000;
    margin-bottom: 6.581rem;
    position: relative;
  }
  .cc_title::before {
    content: "";
    width: 14px;
    height: 1px;
    background-color: #C83A1C;
    left: 0;
    bottom: -20px;
    display: inline-block;
    position: absolute;
  }
  .cc_des {
    font-size: 1.3rem;
    line-height: 250%;
    white-space: pre-line;
  }
  .fg__control-radio label {
    display: flex;
    align-items: center;
    gap: 9px;
  }
  .fg__control-radio label input {
    display: none;
  }
  .fg__control-radio label .fake_radio {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #DDDDDD;
    position: relative;
    display: inline-block;
    background-color: #ffffff;
  }
  .fg__control-radio label > input[type=radio]:checked + span.fake_radio::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    background-color: #000000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1198px) {
  .contact-wrap {
    padding-top: 10rem;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
    font-family: "Zen-Kaku-Gothic-New-Regular";
  }
  .contact-wrap .contact_1 {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    flex-direction: column;
  }
  .contact-wrap .contact_1 .c1__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .contact-wrap .contact_1 .c1__right {
    min-width: calc(100% - 280px);
    height: 24.3rem;
    border: 1px dotted #6E6E6E;
  }
  .contact-wrap .contact_1 .c1__right .c1___phone {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2.5rem;
  }
  .contact-wrap .contact_1 .c1__right .c1___phone > a {
    font-size: 3.2rem;
    font-family: "Zen-Old-Mincho-Regular";
    line-height: 100%;
    color: #000000;
  }
  .contact-wrap .contact_1 .c1__right .c1___phone > span {
    color: #000000;
    font-size: 1.6rem;
    font-family: "Zen-Kaku-Gothic-New-Medium";
    line-height: 100%;
  }
  .contact-wrap .contact_2 {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    gap: 8rem;
    flex-direction: column;
  }
  .contact-wrap .contact_2 .c2__left .note {
    margin-top: 24px;
    display: inline-block;
  }
  .contact-wrap .contact_2 .c2__right {
    min-width: calc(100% - 280px);
    padding: 4rem;
    background-color: #F5F5F5;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .note_pri_pol {
    font-size: 16px;
    font-family: "Zen-Kaku-Gothic-New-Regular";
    line-height: 250%;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .note_pri_pol > a {
    color: #C83A1C;
    text-decoration: underline;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_title {
    font-size: 14px;
    font-family: "Zen-Kaku-Gothic-New-Medium";
    line-height: 150%;
    display: flex;
    gap: 5px;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_title .field_required {
    font-size: 12px;
    line-height: 160%;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_control .fg__control-radio {
    display: flex;
    gap: 2rem;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_control input,
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_control textarea {
    padding: 1.4rem;
    background-color: #ffffff;
    color: #000000;
    border: unset;
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
    font-size: 1.4rem;
    line-height: 150%;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_control input::placeholder,
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_control textarea::placeholder {
    color: #6E6E6E;
    font-size: 1.4rem;
    line-height: 150%;
    font-family: "Zen-Kaku-Gothic-New-Regular";
  }
  .fg_control.prefecture-inner {
    position: relative;
    width: max-content;
    min-width: 18.5rem;
    height: 5.6rem;
    display: flex;
    padding: 1.8rem;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
    background-color: #ffffff;
    cursor: pointer;
  }
  .fg_control.prefecture-inner #prefecture_select {
    position: absolute;
    left: 0;
    top: 5.5rem;
    max-height: 200px;
    min-width: 18.5rem;
    margin: unset;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #DDDDDD;
    display: none;
  }
  .cc_title {
    font-family: "Zen-Kaku-Gothic-New-Medium";
    font-size: 1.8rem;
    line-height: 160%;
    color: #000000;
    margin-bottom: 4rem;
    position: relative;
  }
  .cc_title::before {
    content: "";
    width: 14px;
    height: 1px;
    background-color: #C83A1C;
    left: 0;
    bottom: -20px;
    display: inline-block;
    position: absolute;
  }
  .cc_des {
    font-size: 1.4rem;
    line-height: 250%;
    white-space: pre-line;
  }
  .success-area .mes {
    font-size: 1.2rem;
    background-image: unset;
    border: 1px dotted #6E6E6E;
  }
}
@media screen and (max-width: 768px) {
  .banner-f {
    margin-top: 10rem;
  }
  .contact-wrap {
    padding-top: 6rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem;
    font-family: "Zen-Kaku-Gothic-New-Regular";
  }
  .contact-wrap .contact_1 {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .contact-wrap .contact_1 .c1__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: unset;
    padding-right: unset;
  }
  .contact-wrap .contact_1 .c1__right {
    min-width: 100%;
    height: 14.9rem;
    margin-top: unset;
  }
  .contact-wrap .contact_1 .c1__right .c1___phone {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2.5rem;
  }
  .contact-wrap .contact_1 .c1__right .c1___phone > a {
    font-size: 3.5rem;
    font-family: "Zen-Old-Mincho-Regular";
    line-height: 100%;
    color: #000000;
  }
  .contact-wrap .contact_1 .c1__right .c1___phone > span {
    color: #000000;
    font-size: 1.4rem;
    font-family: "Zen-Kaku-Gothic-New-Medium";
    line-height: 100%;
  }
  .contact-wrap .contact_2 {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    flex-direction: column;
    padding: 0 2rem;
  }
  .contact-wrap .contact_2 .c2__left {
    padding: 0;
    min-width: unset;
    padding-right: unset;
  }
  .contact-wrap .contact_2 .c2__left .note {
    margin-top: 20px;
    display: inline-block;
  }
  .contact-wrap .contact_2 .c2__right {
    min-width: 100%;
    padding: 4rem 0px;
    background-color: #F5F5F5;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap {
    padding: 0rem 2rem;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .note_pri_pol {
    font-size: 14px;
    font-family: "Zen-Kaku-Gothic-New-Regular";
    line-height: 200%;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .note_pri_pol > a {
    color: #C83A1C;
    text-decoration: underline;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_title {
    font-size: 14px;
    font-family: "Zen-Kaku-Gothic-New-Medium";
    line-height: 150%;
    display: flex;
    gap: 5px;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_title .field_required {
    font-size: 12px;
    line-height: 160%;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_control .fg__control-radio {
    display: flex;
    gap: 4rem;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_control input,
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_control textarea {
    padding: 1.8rem;
    background-color: #ffffff;
    color: #000000;
    border: unset;
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
    font-size: 1.4rem;
    line-height: 150%;
  }
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_control input::placeholder,
  .contact-wrap .contact_2 .c2__right .cForm .cForm-wrap .fGroup .fg_control textarea::placeholder {
    color: #6E6E6E;
    font-size: 1.4rem;
    line-height: 150%;
    font-family: "Zen-Kaku-Gothic-New-Regular";
  }
  .actions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4rem;
  }
  .actions .action-submit,
  .actions .action-link {
    padding: 2.5rem 4.5rem;
    background-color: #C83A1C;
    color: #ffffff;
    line-height: 100%;
    font-family: "Zen-Kaku-Gothic-New-Bold";
    font-size: 1.6rem;
    border-radius: 3.5rem;
    cursor: pointer;
    display: block;
    min-width: 31rem;
    text-align: center;
  }
  .time-wrap {
    position: relative;
  }
  .time-wrap .time-inner {
    position: absolute;
    left: 0;
    top: 6rem;
    display: none;
  }
  .time-wrap .time-inner .time-area {
    max-height: 200px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    background-color: #DDDDDD;
  }
  .time-wrap .time-inner .time-area #hours_list,
  .time-wrap .time-inner .time-area #minutes_list {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .time-wrap .time-inner .time-area #hours_list li,
  .time-wrap .time-inner .time-area #minutes_list li {
    cursor: pointer;
    list-style: none;
    padding: 5px 5px;
    margin: 5px 10px;
    font-size: 14px;
    font-family: "Zen-Kaku-Gothic-New-Regular";
    line-height: 100%;
  }
  .time-wrap .time-inner .time-area #hours_list li:hover,
  .time-wrap .time-inner .time-area #minutes_list li:hover {
    opacity: 0.8;
  }
  .time-wrap .time-inner #change_time_ok {
    width: 100%;
    display: block;
    text-align: center;
    background: #949494;
    color: #ffffff;
    padding: 5px;
    cursor: pointer;
  }
  .fg_control.prefecture-inner {
    position: relative;
    width: max-content;
    min-width: 18.5rem;
    height: 6rem;
    display: flex;
    padding: 2rem;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
    background-color: #ffffff;
    cursor: pointer;
  }
  .fg_control.prefecture-inner::after {
    position: absolute;
    content: url("../images/ic_arrow_select.svg");
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .fg_control.prefecture-inner #prefecture_select {
    position: absolute;
    left: 0;
    top: 7rem;
    max-height: 200px;
    min-width: 18.5rem;
    margin: unset;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #DDDDDD;
    display: none;
  }
  .fg_control.prefecture-inner #prefecture_select li {
    cursor: pointer;
    width: 100%;
    padding: 0 16px;
    margin: 5px 0;
  }
  .fg_control.prefecture-inner #prefecture_select li:hover {
    opacity: 0.8;
  }
  .gInline {
    display: flex;
    align-items: center;
    gap: 4rem;
  }
  .gInline .fGroup {
    width: max-content;
  }
  .gInline .fGroup.date input {
    max-width: 14.5rem;
  }
  .gInline .fGroup.time input {
    max-width: 9.1rem;
  }
  .cc_title {
    font-family: "Zen-Kaku-Gothic-New-Medium";
    font-size: 2rem;
    line-height: 160%;
    color: #000000;
    margin-bottom: 6rem;
    position: relative;
  }
  .cc_title::before {
    content: "";
    width: 14px;
    height: 1px;
    background-color: #C83A1C;
    left: 0;
    bottom: -20px;
    display: inline-block;
    position: absolute;
  }
  .cc_des {
    font-size: 1.4rem;
    line-height: 200%;
    white-space: pre-line;
  }
  .success-area {
    padding: 0 2rem;
  }
  .success-area .mes {
    padding: 3rem 2rem;
    font-size: 1.4rem;
    font-family: "Zen-Kaku-Gothic-New-Regular";
    line-height: 200%;
    margin-bottom: 10rem;
    white-space: pre-line;
  }
}

/*# sourceMappingURL=contact.css.map */
