@charset "UTF-8";
.contact_form_20220916 h1 {
  margin: 32px auto;
  max-width: 780px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 h1 {
    margin: 12px auto;
    padding-left: 12px;
  }
}
.contact_form_20220916 h1::after {
  content: "";
  position: absolute;
  bottom: -32px;
  right: 0;
  width: 380px;
  height: 190px;
  background-image: url(/wp-content/themes/i-sozoku/contact-20220915/src/img/contact-header-pc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 h1::after {
    width: 200px;
    height: 100px;
    background-image: url(/wp-content/themes/i-sozoku/contact-20220915/src/img/contact-header-sp.svg);
    right: 12px;
    bottom: -13px;
  }
}
.contact_form_20220916 h1 .logo {
  display: block;
  text-align: center;
}
.contact_form_20220916 h1 .logo img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 h1 .logo img {
    width: 82px;
  }
}
.contact_form_20220916 h1 .copy {
  margin-top: 12px;
  font-size: 36px;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 h1 .copy {
    font-size: 17px;
  }
}
.contact_form_20220916 h1 .copy span {
  font-weight: 600;
  color: #F08D18;
  border-bottom: 2px solid #F08D18;
}
.contact_form_20220916 .point {
  background-color: #FFEDD9;
}
.contact_form_20220916 .point .point-inner {
  max-width: 800px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_form_20220916 .point .point-inner::before {
  content: "";
  display: block;
  width: 150px;
  height: 130px;
  background-image: url(/wp-content/themes/i-sozoku/contact-20220915/src/img/operator.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 .point .point-inner::before {
    width: 100px;
    height: 90px;
  }
}
.contact_form_20220916 .point .point-inner ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5em;
}
.contact_form_20220916 .point .point-inner ul li {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 .point .point-inner ul li {
    font-size: 13px;
    line-height: 1.35em;
  }
}
.contact_form_20220916 .point .point-inner ul li span {
  color: #F08D18;
}
.contact_form_20220916 .pattern-b-emergency {
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  max-width: 800px;
}
.contact_form_20220916 .pattern-b-emergency .list-fv-bounce-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #f08d18;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .contact_form_20220916 .pattern-b-emergency .list-fv-bounce-label {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.contact_form_20220916 .pattern-b-emergency .list-fv-bounce-label p {
  display: flex;
  align-items: center;
}
.contact_form_20220916 .pattern-b-emergency .list-fv-bounce-label p::before, .contact_form_20220916 .pattern-b-emergency .list-fv-bounce-label p::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 640px) {
  .contact_form_20220916 .pattern-b-emergency .list-fv-bounce-label p::before, .contact_form_20220916 .pattern-b-emergency .list-fv-bounce-label p::after {
    width: 20px;
    height: 20px;
  }
}
.contact_form_20220916 .pattern-b-emergency .list-fv-bounce-label p::before {
  margin-right: 10px;
  background-image: url(/wp-content/themes/i-sozoku/images/icon-slash-left-md.svg);
}
.contact_form_20220916 .pattern-b-emergency .list-fv-bounce-label p::after {
  margin-left: 10px;
  background-image: url(/wp-content/themes/i-sozoku/images/icon-slash-right-md.svg);
}
.contact_form_20220916 .pattern-b-emergency .btn_phone {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #17a100;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 0 #0d6300;
  padding: 0;
  height: 86px;
  width: 100%;
  max-width: 430px;
  margin: auto;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 640px) {
  .contact_form_20220916 .pattern-b-emergency .btn_phone {
    height: 70px;
    box-shadow: 0 3px 0 #0d6300;
  }
}
.contact_form_20220916 .pattern-b-emergency .btn_phone:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #0d6300;
}
@media (max-width: 640px) {
  .contact_form_20220916 .pattern-b-emergency .btn_phone:hover {
    box-shadow: 0 1px 0 #0d6300;
  }
}
.contact_form_20220916 .pattern-b-emergency .btn_phone.shiny::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.contact_form_20220916 .pattern-b-emergency .btn_phone img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
  filter: none;
}
@media (max-width: 640px) {
  .contact_form_20220916 .pattern-b-emergency .btn_phone img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.contact_form_20220916 .pattern-b-emergency .btn_phone .txt_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #FFFFFF;
  text-align: left;
}
.contact_form_20220916 .pattern-b-emergency .btn_phone .txt_inner .txt_number {
  font-size: 22px;
  font-weight: bold;
  text-shadow: 0px 0px 5px #0d6300;
  margin-bottom: 4px;
}
@media (max-width: 640px) {
  .contact_form_20220916 .pattern-b-emergency .btn_phone .txt_inner .txt_number {
    font-size: 18px;
  }
}
.contact_form_20220916 .pattern-b-emergency .btn_phone .txt_inner .txt_number strong {
  font-weight: bold;
}
.contact_form_20220916 .pattern-b-emergency .btn_phone .txt_inner .txt_number small {
  font-size: 0.8em;
}
.contact_form_20220916 .pattern-b-emergency .btn_phone .txt_inner .txt_info {
  font-size: 13px;
  color: #FFFFFF;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .contact_form_20220916 .pattern-b-emergency .btn_phone .txt_inner .txt_info {
    font-size: 11px;
  }
}
.contact_form_20220916 .pattern-b-emergency .btn_phone--sp {
  display: none;
}
@media (max-width: 767px) {
  .contact_form_20220916 .pattern-b-emergency .btn_phone--pc {
    display: none !important;
  }
  .contact_form_20220916 .pattern-b-emergency .btn_phone--sp {
    display: flex !important;
  }
}
.contact_form_20220916 span.must {
  color: #EB2626;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 span.must {
    font-size: 11px;
  }
}
.contact_form_20220916 h2 {
  max-width: 800px;
  text-align: center;
  font-size: 32px;
  margin: 64px auto 32px auto;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 h2 {
    font-size: 24px;
    margin: 32px auto 32px auto;
  }
}
.contact_form_20220916 .wpcf7-response-output, .contact_form_20220916 .wpcf7-validation-errors {
  max-width: 800px;
  margin: auto !important;
  text-align: center;
  font-size: 12px;
  padding: 12px 0;
  color: #F08D18;
  font-weight: bold;
  border: 1px solid #F08D18;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 .wpcf7-response-output, .contact_form_20220916 .wpcf7-validation-errors {
    margin: auto 12px;
  }
}
.contact_form_20220916 .wpcf7-validation-errors {
  color: #EB2626 !important;
  border: 1px solid #EB2626 !important;
}
.contact_form_20220916 .wpcf7-not-valid {
  border-color: #EB2626 !important;
}
.contact_form_20220916 .wpcf7-not-valid-tip {
  display: block;
  margin-top: 2px;
  font-size: 0.8em;
}
.contact_form_20220916 .wpcf7-ckbpurpose {
  max-width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: left;
  align-items: center;
  line-height: 2.6em;
  margin: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 .wpcf7-ckbpurpose {
    line-height: 1.6em;
  }
}
.contact_form_20220916 .wpcf7-ckbpurpose .wpcf7-list-item {
  margin: 0;
}
.contact_form_20220916 .wpcf7-ckbpurpose input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.contact_form_20220916 .wpcf7-ckbpurpose input + label {
  text-align: center;
  border: 1px solid #E5E5E5;
  cursor: pointer;
  border: 2px solid #999;
  border-radius: 40px;
  padding: 0px 24px 0px 12px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  height: 32px;
}
.contact_form_20220916 .wpcf7-ckbpurpose input + label:hover {
  background-color: #F8F8F8;
}
.contact_form_20220916 .wpcf7-ckbpurpose input + label::before {
  font-family: "Material Icons Outlined";
  content: "radio_button_unchecked";
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 .wpcf7-ckbpurpose input + label {
    font-size: 14px;
    padding: 0px 12px 0px 8px;
    gap: 8px;
  }
}
.contact_form_20220916 .wpcf7-ckbpurpose input[type=checkbox]:checked + label {
  border-color: #F08D18;
  background-color: #F08D18;
  color: #fff;
}
.contact_form_20220916 .wpcf7-ckbpurpose input[type=checkbox]:checked + label::before {
  font-family: "Material Icons Outlined";
  content: "check_circle";
}
.contact_form_20220916 label + span > .wpcf7-ckbpurpose {
  margin-top: 12px;
}
.contact_form_20220916 .input_group {
  max-width: 800px;
  margin: auto;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 .input_group {
    padding: 0 8px;
    margin-bottom: 16px;
  }
}
.contact_form_20220916 .input_group .wpcf7-list-item {
  padding-left: 0 !important;
}
.contact_form_20220916 .input_group label {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 .input_group label {
    font-size: 16px;
  }
}
.contact_form_20220916 .input_group > div {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 .input_group > div {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }
}
.contact_form_20220916 .input_group > div input {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  position: relative;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 16px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 .input_group > div input {
    height: 36px;
    font-size: 14px !important;
  }
}
.contact_form_20220916 .input_group > div input:focus {
  outline: none;
  border-color: #F08D18;
}
.contact_form_20220916 .input_group > div textarea {
  box-sizing: border-box;
  width: 100%;
  height: 150px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  margin-top: 8px;
  background-color: #fafafa;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 .input_group > div textarea {
    height: 200px;
    font-size: 14px !important;
  }
}
.contact_form_20220916 .input_group > div .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 .input_group > div .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.contact_form_20220916 .input_group > div.onerow {
  display: block;
}
.contact_form_20220916 .input_group > div.onerow .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.contact_form_20220916 .input_group > .inner {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 .input_group > .inner {
    gap: 6px;
  }
}
.contact_form_20220916 .input_group > .inner > div.left, .contact_form_20220916 .input_group > .inner > div.right {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact_form_20220916 .input_group > .inner > div.left .wpcf7-form-control-wrap, .contact_form_20220916 .input_group > .inner > div.right .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.contact_form_20220916 .input_group .note {
  margin: 1em 0 0 0;
  font-size: 12px;
  line-height: 1.4;
}
.contact_form_20220916 .sub_heading {
  font-size: 16px;
  text-align: center;
  margin: 32px 0 8px 0;
  color: #999;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 .sub_heading {
    line-height: 1.5em;
    padding: 0 8px;
  }
}
.contact_form_20220916 .sub {
  background-color: #EEEEEE;
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 .sub {
    padding: 16px 0;
  }
}
.contact_form_20220916 .sub .input_group {
  margin: 16px auto;
  margin-bottom: 32px;
}
.contact_form_20220916 .sub .input_group .wpcf7-form-control-wrap {
  position: relative;
  display: flex;
  width: 100% !important;
}
.contact_form_20220916 .sub .input_group .wpcf7-form-control-wrap input, .contact_form_20220916 .sub .input_group .wpcf7-form-control-wrap textarea {
  width: 100%;
  height: 48px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 16px;
  margin-top: 8px;
  background-color: #fafafa;
}
.contact_form_20220916 .sub .input_group .wpcf7-form-control-wrap input:focus, .contact_form_20220916 .sub .input_group .wpcf7-form-control-wrap textarea:focus {
  outline: none;
  border-color: #F08D18;
  background-color: #fff;
}
.contact_form_20220916 .sub .input_group .wpcf7-form-control-wrap textarea {
  height: 120px;
  padding: 12px;
  font-size: 18px;
  color: #666;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 .sub .input_group .wpcf7-form-control-wrap textarea {
    height: 80px;
  }
}
.contact_form_20220916 .sub .input_group p {
  margin: 10px 0 0 0;
  line-height: 1.5em;
  font-size: 13px;
}
.contact_form_20220916 .info {
  max-width: 800px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4em;
  margin: 36px auto 18px auto;
}
.contact_form_20220916 .submit {
  max-width: 800px;
  text-align: center;
  margin: 50px auto 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 .submit {
    padding: 0 8px;
  }
}
.contact_form_20220916 .submit button {
  background-color: #F08D18;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 12px;
  font-size: 32px;
  margin: 0;
  width: 100%;
  padding: 16px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.contact_form_20220916 .submit button span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 .submit button {
    font-size: 22px;
  }
}
.contact_form_20220916 .submit button::after {
  font-family: "Material Icons Outlined";
  content: "arrow_circle_right";
  font-size: 32px;
  margin-left: 8px;
  width: 24px;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 .submit button::after {
    font-size: 24px;
  }
}
.contact_form_20220916 .submit button:hover {
  background-color: #F08D18;
  opacity: 0.8;
}
.contact_form_20220916 .pp {
  max-width: 800px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
  margin: 18px auto;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 .pp {
    padding: 0 8px;
  }
}
.contact_form_20220916 .pp a {
  color: #333;
}
.contact_form_20220916 .marketing {
  max-width: 800px;
  text-align: center;
  font-size: 12px;
  line-height: 1.4em;
  margin: 18px auto;
  padding: 16px;
  background-color: #efefef;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 .marketing {
    padding: 16px 8px;
  }
}

.submit .submit-button.loading {
  position: relative;
  overflow: hidden;
}

.submit .submit-button.loading img {
  display: none;
}

.submit .submit-button.loading::after {
  content: "送信中";
  display: block;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: #f08d18;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.submit .submit-button.loading::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 36%;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .submit .submit-button.loading::before {
    width: 12px;
    height: 12px;
    left: 28%;
  }
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
.contact_form_20220916 .area-select {
  margin-top: 20px;
}
.contact_form_20220916 .area-select .onerow {
  margin-top: 10px;
}
.contact_form_20220916 .datetime-section {
  width: 100%;
}
.contact_form_20220916 .datetime-group {
  margin-bottom: 20px;
}
.contact_form_20220916 .datetime-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.contact_form_20220916 .datetime-group .optional {
  color: #7f8c8d;
  font-size: 12px;
  margin-left: 5px;
}
.contact_form_20220916 .datetime-inputs {
  display: flex;
  gap: 15px;
  align-items: stretch;
}
@media (max-width: 768px) {
  .contact_form_20220916 .datetime-inputs {
    flex-direction: column;
    gap: 15px;
  }
}
.contact_form_20220916 .date-input {
  position: relative;
  flex: 1;
  display: flex;
}
.contact_form_20220916 .date-input input {
  width: 100%;
  height: 48px;
  padding: 12px 40px 12px 16px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  font-size: 16px;
  background: white;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 .date-input input {
    height: 36px;
    font-size: 14px;
  }
}
.contact_form_20220916 .date-input input:focus {
  outline: none;
  border-color: #F08D18;
}
.contact_form_20220916 .calendar-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 16px;
}
.contact_form_20220916 .time-input {
  position: relative;
  width: 180px;
  flex-shrink: 0;
  display: flex;
}
@media (max-width: 768px) {
  .contact_form_20220916 .time-input {
    width: 100%;
  }
}
.contact_form_20220916 .time-input select {
  width: 100%;
  height: 56px;
  padding: 12px 40px 12px 16px;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  font-size: 16px;
  background: white;
  appearance: none;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contact_form_20220916 .time-input select {
    height: 46px;
    font-size: 14px;
  }
}
.contact_form_20220916 .time-input select:focus {
  outline: none;
  border-color: #F08D18;
}
.contact_form_20220916 .select-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 14px;
  color: #999;
}
.contact_form_20220916 .error-message {
  margin-top: 8px;
  padding: 8px 12px;
  background: #ffe6e6;
  color: #d73502;
  border: 1px solid #ffcccc;
  border-radius: 4px;
  font-size: 14px;
}
.contact_form_20220916 form textarea[name=inquiry] {
  height: 100px !important;
}
.contact_form_20220916 .datetime-group .must {
  color: #e74c3c;
  font-size: 12px;
  margin-left: 5px;
}

.calendar-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.calendar-modal.show {
  display: flex;
}

.calendar-content {
  background: white;
  border-radius: 8px;
  max-width: 400px;
  width: 90%;
  max-height: 90vh;
  overflow: auto;
}

.calendar-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #eee;
  position: relative;
  gap: 12px;
}
.calendar-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.calendar-nav {
  background: none;
  border: 1px solid #ddd;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.calendar-nav:hover {
  background: #f5f5f5;
}

.calendar-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  z-index: 10;
}
.calendar-close:hover {
  background: #f5f5f5;
}

.calendar-grid {
  padding: 20px;
}

.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 10px;
}

.weekday {
  text-align: center;
  font-weight: bold;
  padding: 10px 5px;
  font-size: 14px;
  color: #666;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.calendar-day {
  text-align: center;
  padding: 12px 8px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.2s;
}
.calendar-day.current-month:hover:not(.past) {
  background: #e3f2fd;
}
.calendar-day.current-month:not(.past) {
  background: white;
  border: 1px solid #eee;
}
.calendar-day.prev-month, .calendar-day.next-month {
  color: #ccc;
  cursor: default;
}
.calendar-day.past {
  color: #ccc;
  cursor: not-allowed;
  background: #f5f5f5;
}
.calendar-day.today {
  background: #1976d2 !important;
  color: white !important;
  font-weight: bold;
  border: 2px solid #0d47a1 !important;
}
.calendar-day.weekend {
  color: #e74c3c;
}

.calendar-footer {
  padding: 20px;
  border-top: 1px solid #eee;
  text-align: center;
}

.cancel-btn {
  padding: 10px 30px;
  background: #6c757d;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.cancel-btn:hover {
  background: #5a6268;
}

@media (max-width: 768px) {
  .calendar-content {
    width: 95%;
    margin: 20px auto;
  }

  .calendar-header {
    padding: 15px;
  }

  .calendar-grid {
    padding: 15px;
  }
}
.list__footer-jpx, .list__footer-pmark {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  max-width: 800px;
  margin: 2px auto;
  padding: 24px 8px;
}
@media screen and (min-width: 767px) {
  .list__footer-jpx, .list__footer-pmark {
    text-align: left;
    padding: 10px 0;
    font-weight: bold;
    font-size: 15px;
    padding: 24px 0;
  }
}
.list__footer-jpx ul, .list__footer-pmark ul {
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
@media screen and (min-width: 767px) {
  .list__footer-jpx ul, .list__footer-pmark ul {
    justify-content: center;
    align-items: center;
  }
}
.list__footer-jpx li:last-child, .list__footer-pmark li:last-child {
  padding: 0 10px;
  line-height: 1.6;
}
.list__footer-jpx img, .list__footer-pmark img {
  width: 40px;
  line-height: 0;
  vertical-align: middle;
}
.list__footer-jpx strong, .list__footer-pmark strong {
  color: #eb6877;
  font-size: 13px;
}

.list__footer-pmark {
  margin-top: 4px;
  border-bottom: 1px solid #dedede;
}

.copyright {
  padding: 20px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  border-top: 1px solid #ccc;
  background: #333;
}

/* フォント拡大 */
#ab-new .contact_form_20220916 .point .point-inner {
  align-items: flex-end;
}
#ab-new .contact_form_20220916 .point .point-inner ul {
  margin: 0.875rem 0;
}
#ab-new .contact_form_20220916 .point .point-inner ul li {
  font-size: 0.875rem;
}
#ab-new .contact_form_20220916 .point .point-inner ul li span {
  font-weight: bold;
}
#ab-new .contact_form_20220916 span.must {
  font-size: 0.875rem;
}
#ab-new .contact_form_20220916 .wpcf7-ckbpurpose {
  justify-content: center;
}
#ab-new .contact_form_20220916 .wpcf7-ckbpurpose input + label {
  font-size: 1.125rem;
  padding: 0.25rem 1.25rem 0.25rem 0.5rem;
}
#ab-new .contact_form_20220916 .contact-date .wpcf7-ckbpurpose {
  justify-content: flex-start;
}
#ab-new .contact_form_20220916 .contact-date .wpcf7-ckbpurpose input + label {
  font-size: 1rem;
  padding: 0.125rem 1rem 0.125rem 0.5rem;
}
#ab-new .contact_form_20220916 .input_group {
  margin-bottom: 2.5rem;
}
#ab-new .contact_form_20220916 .input_group label {
  font-size: 1.125rem;
}
#ab-new .contact_form_20220916 .input_group > div input {
  font-size: 1.125rem !important;
  height: 3.5rem;
}
#ab-new .contact_form_20220916 .input_group > div textarea {
  font-size: 1.125rem !important;
  line-height: 1.5;
}
#ab-new .contact_form_20220916 .submit button {
  flex-wrap: wrap;
  font-size: 1.5rem;
  padding: 2rem 0;
}
#ab-new .list__footer-jpx strong {
  font-size: 0.875rem;
  font-weight: bold;
}
#ab-new .list__footer-pmark strong {
  font-size: 0.875rem;
  font-weight: bold;
}
#ab-new .list__footer-pmark {
  border-top: 3px solid #2E3858;
}
@media screen and (min-width: 768px) {
  #ab-new .contact_form_20220916 .point .point-inner {
    align-items: center;
  }
  #ab-new .contact_form_20220916 .point .point-inner ul li {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

#removal-request .contact_form_20220916 h1 .copy {
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #removal-request .contact_form_20220916 h1 .copy {
    margin: 30px 0 20px 0;
  }
}
#removal-request .contact_form_20220916 h1::after {
  display: none;
}
#removal-request .contact_form_20220916 h2 {
  font-size: 24px;
}
#removal-request .contact_form_20220916 .description {
  max-width: 780px;
  margin: 20px auto;
  text-align: center;
  line-height: 1.3;
}
#removal-request .contact_form_20220916 #address {
  width: 100%;
}
#removal-request .contact_form_20220916 .point .point-inner {
  align-items: flex-end;
}
#removal-request .contact_form_20220916 .point .point-inner ul {
  margin: 0.875rem 0;
}
#removal-request .contact_form_20220916 .point .point-inner ul li {
  font-size: 0.875rem;
}
#removal-request .contact_form_20220916 .point .point-inner ul li span {
  font-weight: bold;
}
#removal-request .contact_form_20220916 span.must {
  font-size: 0.875rem;
}
#removal-request .contact_form_20220916 .wpcf7-ckbpurpose {
  justify-content: center;
}
#removal-request .contact_form_20220916 .wpcf7-ckbpurpose input + label {
  font-size: 1.125rem;
  padding: 0.25rem 1.25rem 0.25rem 0.5rem;
}
#removal-request .contact_form_20220916 .contact-date .wpcf7-ckbpurpose {
  justify-content: flex-start;
}
#removal-request .contact_form_20220916 .input_group {
  margin-bottom: 2.5rem;
}
#removal-request .contact_form_20220916 .input_group > label {
  font-size: 1.125rem;
  line-height: 1.3;
}
#removal-request .contact_form_20220916 .input_group > div input {
  font-size: 1.125rem !important;
  height: 3.5rem;
}
#removal-request .contact_form_20220916 .input_group > div textarea {
  font-size: 1.125rem !important;
  line-height: 1.5;
}
#removal-request .contact_form_20220916 .submit button {
  flex-wrap: wrap;
  font-size: 1.5rem;
  padding: 0.8em;
  max-width: 400px;
  margin: 0 auto;
}
#removal-request .contact_form_20220916 .wpcf7-ckbpurpose {
  justify-content: start;
}
#removal-request .contact_form_20220916 .wpcf7-checkbox {
  max-width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: left;
  align-items: center;
  line-height: 2.6em;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  #removal-request .contact_form_20220916 .wpcf7-checkbox {
    line-height: 1.6em;
  }
}
#removal-request .contact_form_20220916 .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
#removal-request .contact_form_20220916 .wpcf7-checkbox input[type=checkbox] {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
#removal-request .contact_form_20220916 .wpcf7-checkbox input + span {
  text-align: center;
  border: 1px solid #E5E5E5;
  cursor: pointer;
  border: 2px solid #999;
  border-radius: 40px;
  font-size: 1.125rem;
  padding: 0.25rem 1.25rem 0.25rem 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  height: 32px;
}
#removal-request .contact_form_20220916 .wpcf7-checkbox input + span:hover {
  background-color: #F8F8F8;
}
#removal-request .contact_form_20220916 .wpcf7-checkbox input + span::before {
  font-family: "Material Icons Outlined";
  content: "check_box_outline_blank";
  font-size: 20px;
}
#removal-request .contact_form_20220916 .wpcf7-checkbox input[type=checkbox]:checked + span {
  border-color: #F08D18;
  background-color: #F08D18;
  color: #fff;
}
#removal-request .contact_form_20220916 .wpcf7-checkbox input[type=checkbox]:checked + span::before {
  font-family: "Material Icons Outlined";
  content: "check_box";
}
#removal-request .list__footer-jpx strong {
  font-size: 0.875rem;
  font-weight: bold;
}
#removal-request .list__footer-pmark strong {
  font-size: 0.875rem;
  font-weight: bold;
}
#removal-request .list__footer-pmark {
  border-top: 3px solid #2E3858;
}
@media screen and (min-width: 768px) {
  #removal-request .contact_form_20220916 .point .point-inner {
    align-items: center;
  }
  #removal-request .contact_form_20220916 .point .point-inner ul li {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
#removal-request .wpcf7 form.invalid .wpcf7-response-output {
  margin-top: 30px !important;
  font-size: 1.125rem;
  padding: 0.6em;
}
#removal-request .submit .submit-button.loading::before {
  left: 34%;
}
#removal-request .submit .submit-button.loading::after {
  font-size: 1em;
}