@charset "UTF-8";
/*ContactForm7カスタマイズ*/
/* 源ノ明朝 */
@font-face {
  font-family: "notoserif_l";
  src: url("../../common/fonts/NotoSerifJP-Light.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "notoserif_r";
  src: url("../../common/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "notoserif_m";
  src: url("../../common/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "notoserif_s";
  src: url("../../common/fonts/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-SemiBold.woff") format("woff");
}
/* Garamond */
@font-face {
  font-family: "Garamond";
  src: url("../../common/fonts/Garamond.woff2") format("woff2"), url("../../common/fonts/Garamond.woff") format("woff");
}
/* futura */
@font-face {
  font-family: "futura";
  src: url("../../common/fonts/futura.woff2") format("woff2"), url("../../common/fonts/futura.woff") format("woff");
}
/* futura-medium-italic */
@font-face {
  font-family: "futura-medium-italic";
  src: url("../../common/fonts/futura-medium-italic.woff2") format("woff2"), url("../../common/fonts/futura-medium-italic.woff") format("woff");
}
/* 游ゴシック体 */
/* font-family: "Yu Gothic", "游ゴシック体", sans-serif; */
/* 游ゴシック体 */
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic-bold.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic-bold.woff") format("woff");
  font-weight: bold;
}
/*「必須」文字*/
.CF7_req {
  color: #fc0000;
}
.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.3;
  z-index: 1;
  padding: 0 0.4rem;
}
@media screen and (max-width: 900px) {
  .wpcf7-not-valid-tip {
    margin-left: 0;
    font-size: calc(12px - 4px + 1.06vw);
  }
}

.agree {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .agree {
    font-size: calc(12px - 4px + 1.06vw);
  }
}
.agree input[type=checkbox] {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(134, 132, 132, 0.3294117647);
  border-radius: 0;
  background-color: #fff;
  position: relative;
  transform: scale(1.8);
  margin-right: 18px;
}
@media screen and (max-width: 900px) {
  .agree input[type=checkbox] {
    margin-right: 17px;
    margin-top: 3px;
    width: 11px;
    height: 11px;
  }
}
.agree input[type=checkbox]:checked::before {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 7px;
  color: #868684;
}
@media screen and (max-width: 900px) {
  .agree input[type=checkbox]:checked::before {
    font-size: 8px;
  }
}

.wpcf7-spinner {
  width: 0;
  margin: 0;
}

/*--- recaptchaバッチ非表示 ---*/
.grecaptcha-badge {
  visibility: visible;
}

#top {
  bottom: 80px;
}

.CF7_btn {
  text-align: center;
  margin: 2rem 0;
}
@media screen and (max-width: 900px) {
  .CF7_btn {
    display: flex;
    flex-direction: column-reverse;
    margin: 1rem 0 2rem;
  }
}
.CF7_btn .recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.CF7_btn p {
  display: flex;
  max-width: 82%;
  margin: 52px auto 40px;
}
@media screen and (max-width: 900px) {
  .CF7_btn p {
    flex-direction: column;
    gap: 30px;
    margin: 0;
    max-width: 100%;
  }
}
.CF7_btn .wpcf7-previous,
.CF7_btn .CF7_submit {
  background: #23c787;
  padding: 24px 0;
  max-width: 472px;
  width: 100%;
  text-align: center;
  padding-right: 1rem;
  color: #fff;
  font-size: 22px;
  position: relative;
  transition: opacity 0.5s ease;
  border: none;
}
@media screen and (max-width: 900px) {
  .CF7_btn .wpcf7-previous,
  .CF7_btn .CF7_submit {
    font-size: calc(17px - 4px + 1.06vw);
    padding: 17px 0;
    width: 100%;
    margin: 0 auto;
  }
}
.CF7_btn .wpcf7-previous:hover,
.CF7_btn .CF7_submit:hover {
  opacity: 0.8;
  cursor: pointer;
}
.CF7_btn .wpcf7-previous::after,
.CF7_btn .CF7_submit::after {
  content: "";
  position: absolute;
  right: 9%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 900px) {
  .CF7_btn .wpcf7-previous::after,
  .CF7_btn .CF7_submit::after {
    right: 7%;
    width: 8px;
    height: 8px;
  }
}
.CF7_btn .wpcf7-previous {
  background: #9b9b9b;
  text-shadow: none;
  border: none;
}
@media screen and (max-width: 900px) {
  .CF7_btn .CF7_submit {
    margin-bottom: 1rem;
  }
}

.contact.page_default .page_bg,
.contact-confirm.page_default .page_bg,
.entry-confirm.page_default .page_bg {
  padding: 2rem 0 5rem;
}
@media screen and (max-width: 900px) {
  .contact.page_default .page_bg,
  .contact-confirm.page_default .page_bg,
  .entry-confirm.page_default .page_bg {
    padding: 0;
  }
}
.contact table,
.contact-confirm table,
.entry-confirm table {
  width: 98%;
  margin: 0 auto 2rem;
}
.contact table tbody,
.contact-confirm table tbody,
.entry-confirm table tbody {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 900px) {
  .contact table tbody,
  .contact-confirm table tbody,
  .entry-confirm table tbody {
    gap: 1.5rem;
  }
}
.contact table tbody tr,
.contact-confirm table tbody tr,
.entry-confirm table tbody tr {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 900px) {
  .contact table tbody tr,
  .contact-confirm table tbody tr,
  .entry-confirm table tbody tr {
    gap: 0.3rem;
  }
}
.contact table tbody tr.textarea_sec,
.contact-confirm table tbody tr.textarea_sec,
.entry-confirm table tbody tr.textarea_sec {
  align-items: flex-start;
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px) {
  .contact table tbody tr.textarea_sec,
  .contact-confirm table tbody tr.textarea_sec,
  .entry-confirm table tbody tr.textarea_sec {
    margin-bottom: 2rem;
  }
}
.contact table tbody tr th,
.contact-confirm table tbody tr th,
.entry-confirm table tbody tr th {
  white-space: nowrap;
  flex: 1;
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .contact table tbody tr th,
  .contact-confirm table tbody tr th,
  .entry-confirm table tbody tr th {
    padding: 0.5rem 0.2rem;
    font-size: calc(12px - 4px + 1.06vw);
  }
}
.contact table tbody tr td,
.contact-confirm table tbody tr td,
.entry-confirm table tbody tr td {
  width: 72%;
}
@media screen and (max-width: 900px) {
  .contact table tbody tr td,
  .contact-confirm table tbody tr td,
  .entry-confirm table tbody tr td {
    width: 53%;
  }
}
.contact table tbody tr td input,
.contact table tbody tr td textarea,
.contact-confirm table tbody tr td input,
.contact-confirm table tbody tr td textarea,
.entry-confirm table tbody tr td input,
.entry-confirm table tbody tr td textarea {
  border: 1px solid #d8d8d8;
  width: 100%;
  line-height: 1.6;
  letter-spacing: 0;
  padding: 0.5rem 1.5rem;
  border: 1px solid #a6a6a6;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .contact table tbody tr td input,
  .contact table tbody tr td textarea,
  .contact-confirm table tbody tr td input,
  .contact-confirm table tbody tr td textarea,
  .entry-confirm table tbody tr td input,
  .entry-confirm table tbody tr td textarea {
    margin-left: 0;
    font-size: calc(12px - 4px + 1.06vw);
    line-height: 2.4;
    padding: 0.2rem 0.5rem;
  }
}
.contact table tbody tr td textarea,
.contact-confirm table tbody tr td textarea,
.entry-confirm table tbody tr td textarea {
  height: 220px;
}
@media screen and (max-width: 900px) {
  .contact table tbody tr td textarea,
  .contact-confirm table tbody tr td textarea,
  .entry-confirm table tbody tr td textarea {
    height: 195px;
    line-height: 1.2;
  }
}
.contact table tbody tr td ::placeholder,
.contact-confirm table tbody tr td ::placeholder,
.entry-confirm table tbody tr td ::placeholder {
  color: #797979;
}
.contact table tbody tr td select,
.contact-confirm table tbody tr td select,
.entry-confirm table tbody tr td select {
  width: 100%;
  padding: 0.5rem 1.5rem;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  .contact table tbody tr td select,
  .contact-confirm table tbody tr td select,
  .entry-confirm table tbody tr td select {
    margin-left: 0;
    font-size: calc(12px - 4px + 1.06vw);
    line-height: 2.4;
    padding: 0.2rem 0.5rem;
  }
}
.contact table tbody tr td.date_time,
.contact-confirm table tbody tr td.date_time,
.entry-confirm table tbody tr td.date_time {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .contact table tbody tr td.date_time,
  .contact-confirm table tbody tr td.date_time,
  .entry-confirm table tbody tr td.date_time {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.contact table tbody tr td.date_time .date,
.contact-confirm table tbody tr td.date_time .date,
.entry-confirm table tbody tr td.date_time .date {
  flex: 6;
}
.contact table tbody tr td.date_time .time,
.contact-confirm table tbody tr td.date_time .time,
.entry-confirm table tbody tr td.date_time .time {
  flex: 6;
  display: flex;
  align-items: center;
}
.contact table tbody tr td.date_time .time .time_label,
.contact-confirm table tbody tr td.date_time .time .time_label,
.entry-confirm table tbody tr td.date_time .time .time_label {
  margin-right: 10px;
  margin-left: 5px;
}

.contact-confirm table.CF7_table input,
.contact-confirm table.CF7_table textarea {
  border: none;
  padding: 0;
}
.contact-confirm table.CF7_table tbody tr td.date_time .date {
  flex: 3;
}
.contact-confirm table.CF7_table tbody tr td.date_time .time {
  flex: 9;
}
.contact-confirm table.CF7_table tbody tr td.date_time .time .time_label {
  margin: 0;
}
.contact-confirm .custom-select::after {
  display: none;
}
.contact-confirm .message-100 {
  white-space: pre-line;
}
.contact-confirm .my-acceptance:disabled {
  cursor: not-allowed;
}
.contact-confirm .CF7_btn {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .contact-confirm .CF7_btn {
    gap: 0;
  }
}

.contact-complete p,
.entry-complete p {
  line-height: 2;
  text-align: center;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 48%;
}
@media screen and (max-width: 900px) {
  .custom-select {
    width: 100%;
  }
}
.custom-select.w_large {
  width: 69%;
}
@media screen and (max-width: 900px) {
  .custom-select.w_large {
    width: 100%;
  }
}

.custom-select select {
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  /* Safari and Chrome */
  -moz-appearance: none;
  /* Firefox */
  background: none;
}
.custom-select::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 41%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  transform: rotate(45deg) translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .custom-select::after {
    right: 20px;
    width: 8px;
    height: 8px;
  }
}

.custom-select select:focus {
  outline: none;
}
.CF7_bg {
  width: 95%;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 900px) {
  .CF7_bg {
    width: 100%;
    margin: 0 auto 1rem;
  }
}
.CF7_bg .CF7_bg_wrap {
  padding: 4rem 33px 0 0;
}
@media screen and (max-width: 900px) {
  .CF7_bg .CF7_bg_wrap {
    padding: 2.5rem 0.5rem 2rem;
  }
}
.CF7_bg .CF7_bg_wrap p.CF7_text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 900px) {
  .CF7_bg .CF7_bg_wrap p.CF7_text {
    line-height: 1.8;
    font-size: calc(15px - 4px + 1.06vw);
    margin-bottom: 2rem;
  }
}
.CF7_bg .CF7_bg_wrap .CF7_table {
  margin: 0 auto 32px;
}
@media screen and (max-width: 900px) {
  .CF7_bg .CF7_bg_wrap .CF7_table {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 900px) {
  .CF7_bg .CF7_bg_wrap .CF7_table tr {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0;
  }
}
.CF7_bg .CF7_bg_wrap .CF7_table tr th {
  flex: 1;
  text-align: left;
  font-size: 17px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  gap: 15px;
}
@media screen and (max-width: 900px) {
  .CF7_bg .CF7_bg_wrap .CF7_table tr th {
    font-size: calc(15px - 4px + 1.06vw);
    justify-content: flex-start;
    gap: 0.5rem;
  }
}
.CF7_bg .CF7_bg_wrap .CF7_table tr th .CF7_req {
  background-color: #e40000;
  color: #fff;
  padding: 1px 6px;
  font-size: 11px;
}
@media screen and (max-width: 900px) {
  .CF7_bg .CF7_bg_wrap .CF7_table tr th .CF7_req {
    font-size: calc(12px - 4px + 1.06vw);
  }
}
.CF7_bg .CF7_bg_wrap .CF7_table tr td {
  width: 71%;
}
@media screen and (max-width: 900px) {
  .CF7_bg .CF7_bg_wrap .CF7_table tr td {
    width: 100%;
  }
}
.CF7_bg .CF7_bg_wrap .CF7_table tr td.half {
  display: flex;
  gap: 19px;
}
@media screen and (max-width: 900px) {
  .CF7_bg .CF7_bg_wrap .CF7_table tr td.half {
    gap: 0.5rem;
  }
}
.CF7_bg .CF7_bg_wrap .CF7_table tr td select {
  background: #fff;
  border: 1px solid #c2c2c2;
  color: #333333;
  font-size: 17px;
  border-radius: 0;
}
@media screen and (max-width: 900px) {
  .CF7_bg .CF7_bg_wrap .CF7_table tr td select {
    font-size: calc(15px - 4px + 1.06vw);
    line-height: 2;
    padding: 0.2rem 1rem;
  }
}
.CF7_bg .CF7_bg_wrap .CF7_table tr td input {
  background: #fff;
  border: 1px solid #c2c2c2;
  font-size: 17px;
  border-radius: 0;
}
@media screen and (max-width: 900px) {
  .CF7_bg .CF7_bg_wrap .CF7_table tr td input {
    font-size: calc(15px - 4px + 1.06vw);
    line-height: 2;
    padding: 0.2rem 1rem;
  }
}
.CF7_bg .CF7_bg_wrap .CF7_table tr td textarea {
  background: #fff;
  border: 1px solid #c2c2c2;
  font-size: 17px;
  border-radius: 0;
}
@media screen and (max-width: 900px) {
  .CF7_bg .CF7_bg_wrap .CF7_table tr td textarea {
    font-size: calc(15px - 4px + 1.06vw);
    line-height: 2;
    padding: 0.2rem 1rem;
  }
}
.CF7_bg .CF7_bg_wrap .agree {
  margin: 0 auto 75px;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .CF7_bg .CF7_bg_wrap .agree {
    font-size: calc(15px - 4px + 1.06vw);
    margin: 0;
  }
}
.CF7_bg .CF7_bg_wrap .agree .agree_check {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 900px) {
  .CF7_bg .CF7_bg_wrap .agree .agree_check .wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 900px) {
  .CF7_bg .CF7_bg_wrap .agree .agree_check .wpcf7-list-item label .wpcf7-list-item-label {
    display: block;
    text-align: left;
    font-size: calc(15px - 4px + 1.06vw);
  }
}
.CF7_bg .CF7_bg_wrap .agree .privacy_link a {
  color: #333333;
}
@media screen and (max-width: 900px) {
  .CF7_bg .CF7_bg_wrap .agree .privacy_link a {
    font-size: calc(14px - 4px + 1.06vw);
  }
}

main.contact .bg_color,
main.contact-confirm .bg_color,
main.contact-complete .bg_color {
  background-color: #ebf5f6;
  padding-bottom: 175px;
}
@media screen and (max-width: 900px) {
  main.contact .bg_color,
  main.contact-confirm .bg_color,
  main.contact-complete .bg_color {
    padding-bottom: 80px;
  }
}
main.contact .bg_color .trial_lesson_section .trial_lesson_wrap,
main.contact-confirm .bg_color .trial_lesson_section .trial_lesson_wrap,
main.contact-complete .bg_color .trial_lesson_section .trial_lesson_wrap {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 32px 70px 85px;
}
@media screen and (max-width: 900px) {
  main.contact .bg_color .trial_lesson_section .trial_lesson_wrap,
  main.contact-confirm .bg_color .trial_lesson_section .trial_lesson_wrap,
  main.contact-complete .bg_color .trial_lesson_section .trial_lesson_wrap {
    padding: 23px 14px 36px;
    width: 88%;
  }
}
main.contact .bg_color .trial_lesson_section .trial_lesson_wrap .head_wrap,
main.contact-confirm .bg_color .trial_lesson_section .trial_lesson_wrap .head_wrap,
main.contact-complete .bg_color .trial_lesson_section .trial_lesson_wrap .head_wrap {
  border-bottom: 1px solid #aaaaaa;
}
main.contact .bg_color .trial_lesson_section .trial_lesson_wrap .head_wrap .el_head_title,
main.contact-confirm .bg_color .trial_lesson_section .trial_lesson_wrap .head_wrap .el_head_title,
main.contact-complete .bg_color .trial_lesson_section .trial_lesson_wrap .head_wrap .el_head_title {
  font-family: inherit;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  main.contact .bg_color .trial_lesson_section .trial_lesson_wrap .head_wrap .el_head_title,
  main.contact-confirm .bg_color .trial_lesson_section .trial_lesson_wrap .head_wrap .el_head_title,
  main.contact-complete .bg_color .trial_lesson_section .trial_lesson_wrap .head_wrap .el_head_title {
    font-size: calc(18px - 4px + 1.06vw);
    letter-spacing: 1px;
  }
}
main.contact .bg_color .trial_lesson_section .trial_lesson_wrap .head_wrap .el_head_title::after,
main.contact-confirm .bg_color .trial_lesson_section .trial_lesson_wrap .head_wrap .el_head_title::after,
main.contact-complete .bg_color .trial_lesson_section .trial_lesson_wrap .head_wrap .el_head_title::after {
  width: 150px;
  background-color: #aaaaaa;
  bottom: -18px;
}
@media screen and (max-width: 900px) {
  main.contact .bg_color .trial_lesson_section .trial_lesson_wrap .head_wrap .el_head_title::after,
  main.contact-confirm .bg_color .trial_lesson_section .trial_lesson_wrap .head_wrap .el_head_title::after,
  main.contact-complete .bg_color .trial_lesson_section .trial_lesson_wrap .head_wrap .el_head_title::after {
    background-color: #827c44;
    width: 75px;
    bottom: -12px;
  }
}
main.contact .bg_color .trial_lesson_section .trial_lesson_wrap .head_wrap .sub_txt,
main.contact-confirm .bg_color .trial_lesson_section .trial_lesson_wrap .head_wrap .sub_txt,
main.contact-complete .bg_color .trial_lesson_section .trial_lesson_wrap .head_wrap .sub_txt {
  font-size: 16px;
  padding: 0 0px 17px 20px;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  main.contact .bg_color .trial_lesson_section .trial_lesson_wrap .head_wrap .sub_txt,
  main.contact-confirm .bg_color .trial_lesson_section .trial_lesson_wrap .head_wrap .sub_txt,
  main.contact-complete .bg_color .trial_lesson_section .trial_lesson_wrap .head_wrap .sub_txt {
    font-size: calc(14px - 4px + 1.06vw);
    padding: 0;
    line-height: 1.6;
  }
}
main.contact .bg_color .trial_lesson_section .contact_wrap .el_head_title,
main.contact-confirm .bg_color .trial_lesson_section .contact_wrap .el_head_title,
main.contact-complete .bg_color .trial_lesson_section .contact_wrap .el_head_title {
  font-size: 30px;
  font-family: inherit;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  main.contact .bg_color .trial_lesson_section .contact_wrap .el_head_title,
  main.contact-confirm .bg_color .trial_lesson_section .contact_wrap .el_head_title,
  main.contact-complete .bg_color .trial_lesson_section .contact_wrap .el_head_title {
    font-size: calc(18px - 4px + 1.06vw);
    letter-spacing: 1px;
  }
}
main.contact .bg_color .trial_lesson_section .contact_wrap .el_head_title::after,
main.contact-confirm .bg_color .trial_lesson_section .contact_wrap .el_head_title::after,
main.contact-complete .bg_color .trial_lesson_section .contact_wrap .el_head_title::after {
  width: 150px;
  background-color: #aaaaaa;
  bottom: -18px;
}
@media screen and (max-width: 900px) {
  main.contact .bg_color .trial_lesson_section .contact_wrap .el_head_title::after,
  main.contact-confirm .bg_color .trial_lesson_section .contact_wrap .el_head_title::after,
  main.contact-complete .bg_color .trial_lesson_section .contact_wrap .el_head_title::after {
    background-color: #827c44;
    width: 75px;
    bottom: -12px;
  }
}
main.contact .bg_color .trial_lesson_section .contact_wrap .contact_tel_text,
main.contact-confirm .bg_color .trial_lesson_section .contact_wrap .contact_tel_text,
main.contact-complete .bg_color .trial_lesson_section .contact_wrap .contact_tel_text {
  text-align: center;
  font-size: 18px;
  margin-top: 57px;
}
@media screen and (max-width: 900px) {
  main.contact .bg_color .trial_lesson_section .contact_wrap .contact_tel_text,
  main.contact-confirm .bg_color .trial_lesson_section .contact_wrap .contact_tel_text,
  main.contact-complete .bg_color .trial_lesson_section .contact_wrap .contact_tel_text {
    font-size: calc(14px - 4px + 1.06vw);
    margin-bottom: 26px;
  }
}
main.contact .bg_color .trial_lesson_section .contact_wrap .contact_tel_links,
main.contact-confirm .bg_color .trial_lesson_section .contact_wrap .contact_tel_links,
main.contact-complete .bg_color .trial_lesson_section .contact_wrap .contact_tel_links {
  gap: 39px;
}
@media screen and (max-width: 900px) {
  main.contact .bg_color .trial_lesson_section .contact_wrap .contact_tel_links,
  main.contact-confirm .bg_color .trial_lesson_section .contact_wrap .contact_tel_links,
  main.contact-complete .bg_color .trial_lesson_section .contact_wrap .contact_tel_links {
    gap: 25px;
  }
}
main.contact .bg_color .trial_lesson_section .contact_wrap .contact_tel_links .tel_link,
main.contact-confirm .bg_color .trial_lesson_section .contact_wrap .contact_tel_links .tel_link,
main.contact-complete .bg_color .trial_lesson_section .contact_wrap .contact_tel_links .tel_link {
  font-size: calc(33px - 4px + 1.06vw);
  letter-spacing: 0;
}
main.contact .complete_txt,
main.contact-confirm .complete_txt,
main.contact-complete .complete_txt {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  main.contact .complete_txt,
  main.contact-confirm .complete_txt,
  main.contact-complete .complete_txt {
    font-size: calc(16px - 4px + 1.06vw);
  }
}

.date {
  position: relative;
  display: inline-block;
}

.validate-date {
  padding-right: 35px; /* アイコン分のスペースを確保 */
}

.fa-calendar-alt {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900; /* アイコンスタイル（Solid） */
  font-size: 20px; /* アイコンサイズ */
  color: #666; /* アイコンの色 */
  cursor: pointer; /* クリック可能 */
}

.calendar-icon:hover {
  color: #333; /* ホバー時の色変更 */
}

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