.modal__trigger {
  cursor: pointer;
}

.remodal-overlay.remodal-cta {
  background-color: rgba(59, 59, 59, 0.8);
}

.remodal-wrapper.remodal-cta .remodal.remodal-cta {
  width: 740px;
  padding: 0;
  border-radius: 10px;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .remodal-close {
  left: auto;
  right: 0;
  top: -34px;
  width: 24px;
  height: 24px;
  background-image: url("/wp-content/themes/ashiro/img/cta_modal/icon_close.png");
  background-repeat: no-repeat;
  background-position: top 50% left 50%;
  background-size: 24px;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .remodal-close::before {
  display: none;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__heading {
  height: 161px;
  padding: 30px 0 0;
  background-image: url("/wp-content/themes/ashiro/img/cta_modal/cta_modal_heading_background.jpg");
  background-repeat: no-repeat;
  background-position: top 0 left 0;
  background-size: 740px 327px;
  border-radius: 10px 10px 0 0;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__heading .heading__tag {
  width: 320px;
  height: 42px;
  margin: 0 auto 30px;
  padding: 0;
  border-radius: 42px;
  font-size: 18px;
  font-weight: bold;
  line-height: 42px;
  letter-spacing: 0.72px;
  text-align: center;
  color: #fff;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__heading .heading__copy {
  font-size: 29px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.16px;
  text-align: center;
  color: #333;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__heading .heading__copy .c-kc {
  vertical-align: baseline;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__body {
  padding: 30px 0 26.5px;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__body .modal-cta__problem-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item {
  position: relative;
  width: 244px;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item .problem-icon {
  display: block;
  height: 56px;
  margin: 0 auto 11.5px;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item .problem-copy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: calc(2em * 1.37);
  font-size: 19px;
  font-weight: bold;
  line-height: 1.37;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item .problem-copy .c-red {
  color: #c13838;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item .problem-copy .fw-n {
  font-weight: normal;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item:nth-of-type(n+2)::before {
  position: absolute;
  content: "";
  top: 21px;
  left: 0;
  width: 2px;
  height: 83px;
  background-color: #ddd;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__form {
  padding: 30px 0;
  background-color: #fffbe0;
  border-radius: 0 0 10px 10px;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__form .modal-cta__form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__form .modal-cta__form-row .modal-cta__form-select-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  width: 266px;
  height: 45px;
  padding: 0;
  border-radius: 6px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__form .modal-cta__form-row .modal-cta__form-select-wrapper .modal-cta__form-select__label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 101px;
  height: 26px;
  padding: 0;
  border-right: 1px solid #b3b3b3;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0.28px;
  text-align: center;
  color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__form .modal-cta__form-row .modal-cta__form-select-wrapper .modal-cta__form-select__label .icon-select-label {
  display: block;
  height: 18px;
  margin-right: 5px;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__form .modal-cta__form-row .modal-cta__form-select-wrapper .modal-cta__form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  /* width: calc(100% - 101px); */
  width: calc(100% - 472px);
  /* padding: 0 0 0 10px; */
  padding: 0 0 0 110px;
  background-color: transparent;
  background-image: url("/wp-content/themes/ashiro/img/cta_modal/icon_sort_down.png");
  background-repeat: no-repeat;
  background-position: top 50% right 10px;
  background-size: auto 6px;
  border-radius: 0 6px 6px 0;
  /* height: 100%; */
  height: 45px;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  cursor: pointer;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__form .modal-cta__form-row .modal-cta__form-select-wrapper .modal-cta__form-select:focus {
  outline: none;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__form .modal-cta__form-row .icon-times {
  display: block;
  height: 45px;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__form .modal-cta__form-row .modal-cta__form-button {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 10px;
  width: 102px;
  height: 45px;
  margin: 0 0 0 10px;
  border: none;
  border-radius: 6px;
  padding: 0 0 0 48px;
  background-color: #c13838;
  background-image: url("/wp-content/themes/ashiro/img/cta_modal/icon_loupe.png");
  background-repeat: no-repeat;
  background-position: top 50% left 25px;
  background-size: 18px;
  font-size: 15px;
  font-weight: bold;
  line-height: 45px;
  letter-spacing: 0.6px;
  text-align: left;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--saimu .modal-cta__heading .heading__tag {
  background-color: #f27d4d;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--saimu .modal-cta__heading .heading__copy .c-kc {
  color: #f27d4d;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--ricon .modal-cta__heading .heading__tag {
  background-color: #55479B;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--ricon .modal-cta__heading .heading__copy .c-kc {
  color: #55479B;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--jico .modal-cta__heading .heading__tag {
  background-color: #3B70CC;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--jico .modal-cta__heading .heading__copy .c-kc {
  color: #3B70CC;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--keiji .modal-cta__heading .heading__tag {
  background-color: #FED630;
  color: #333;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--keiji .modal-cta__heading .heading__copy .c-kc {
  color: #D11F1F;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--keiji .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item .problem-copy .c-red {
  color: #D11F1F;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--souzoku .modal-cta__heading .heading__tag {
  background-color: #188C47;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--souzoku .modal-cta__heading .heading__copy .c-kc {
  color: #188C47;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--roudou .modal-cta__heading .heading__tag {
  background-color: #55479B;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--roudou .modal-cta__heading .heading__copy .c-kc {
  color: #55479B;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--it .modal-cta__heading .heading__tag {
  background-color: #1177BB;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--it .modal-cta__heading .heading__copy .c-kc {
  color: #1177BB;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--saiken .modal-cta__heading .heading__tag {
  background-color: #328095;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--saiken .modal-cta__heading .heading__copy .c-kc {
  color: #328095;
}
.remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--saiken .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item .problem-copy .c-red {
  color: #D11F1F;
}

.hide-pc {
  display: none;
}

.hide-sp {
  display: block;
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 740px;
  }
}
@media screen and (max-width: 767px) {
  .remodal-wrapper.remodal-cta .remodal.remodal-cta {
    width: 335px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__heading {
    padding: 20px 0 0;
    height: 156px;
    background-image: url("/wp-content/themes/ashiro/img/cta_modal/sp/cta_modal_heading_background.jpg");
    background-size: 335px 156px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__heading .heading__tag {
    margin-bottom: 16px;
    width: 275px;
    height: 34px;
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 34px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__heading .heading__copy {
    font-size: 27px;
    line-height: 1.3;
    letter-spacing: 1.08px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__body {
    padding: 20px 0 18px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item {
    width: 102px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item .problem-icon {
    margin-bottom: 10px;
    height: 30px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item .problem-copy {
    font-size: 12px;
    line-height: 1.33;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item:nth-of-type(n+2)::before {
    width: 1.5px;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__form {
    padding: 20px 0;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__form .modal-cta__form-row {
    display: block;
    width: 275px;
    margin: 0 auto;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__form .modal-cta__form-row .modal-cta__form-select-wrapper {
    width: 275px;

    /* pjid1443 */
    flex-wrap: nowrap;
  }

  /* pjid1443 */
  .remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__form .modal-cta__form-row .modal-cta__form-select-wrapper .modal-cta__form-select {
    width: calc(100% - 101px);
    padding: 0 0 0 10px;
  }

  .remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__form .modal-cta__form-row .modal-cta__form-select-wrapper .modal-cta__form-select__label {
    border-color: #ddd;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__form .modal-cta__form-row .modal-cta__form-select-wrapper:first-of-type {
    margin-bottom: 15px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__form .modal-cta__form-row .modal-cta__form-select-wrapper:last-of-type {
    margin-bottom: 20px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta .modal-cta__form .modal-cta__form-row .modal-cta__form-button {
    width: 200px;
    padding-left: 95px;
    background-position: top 50% left 72px;
    margin: 0;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--saimu .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item:nth-of-type(2) {
    flex-basis: 111px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--saimu .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item:nth-of-type(3) {
    flex-basis: 111px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--ricon .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item:nth-of-type(2) {
    flex-basis: 111px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--ricon .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item:nth-of-type(3) {
    flex-basis: 111px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--jico .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item:nth-of-type(1) {
    flex-basis: 110px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--jico .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item:nth-of-type(2) {
    flex-basis: 111px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--keiji .modal-cta__body {
    box-sizing: border-box;
    padding: 22px 0 22px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--keiji .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item {
    min-height: 82px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--keiji .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item:nth-of-type(2) {
    flex-basis: 111px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--souzoku .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item:nth-of-type(1) {
    flex-basis: 117px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--souzoku .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item:nth-of-type(2) {
    flex-basis: 102px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--roudou .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item:nth-of-type(2) {
    flex-basis: 111px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--roudou .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item:nth-of-type(3) {
    flex-basis: 117px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--it .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item:nth-of-type(1) {
    flex-basis: 111px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--it .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item:nth-of-type(2) {
    flex-basis: 109px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--saiken .modal-cta__body {
    box-sizing: border-box;
    padding: 22px 0 22px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--saiken .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item {
    min-height: 82px;
  }
  .remodal-wrapper.remodal-cta .remodal.remodal-cta.remodal-cta--saiken .modal-cta__body .modal-cta__problem-group .modal-cta__problem-item:nth-of-type(2) {
    flex-basis: 111px;
  }
  .hide-pc {
    display: block;
  }

  .hide-sp {
    display: none !important;
  }
}/*# sourceMappingURL=cta_shortcode_style.css.map */


/* 債務のショートコード */
.heading-balloon, .heading-person {
    display: block;
}
.column-cta--saimu {
    width: 542px;
    margin: 40px auto;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}
.column-cta--saimu .column-cta-heading {
    position: relative;
    box-sizing: border-box;
    border-radius: 4px 4px 0 0;
    background-color: #FF8C1E;
    padding: 26px 17px 14px 117px;
}
.column-cta--saimu .column-cta-heading .heading-balloon {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    left: 0;
    top: -30px;
    width: -moz-fit-content;
    width: fit-content;
    height: 38px;
    padding: 10px 13px 7px 23px;
    margin: 0 auto;
    border-radius: 35px;
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
    color: #333;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: normal;
}
.column-cta--saimu .column-cta-heading .heading-balloon b {
    position: relative;
    color: #A29357;
    vertical-align: baseline;
}
.column-cta--saimu .column-cta-heading .heading-balloon b::before {
    position: absolute;
    top: -1.3em;
    left: 0;
    width: 2em;
    height: 2em;
    background-color: transparent;
    background-image: url(../img/emphasis_dots.png);
    background-repeat: no-repeat;
    background-position: top 50% left 50%;
    background-size: 26px 16px;
    content: "";
}
.column-cta--saimu .column-cta-heading .heading-person {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 134px;
    height: 105px;
}
@media screen and (max-width: 767px) {
	.column-cta--saimu .column-cta-heading .heading-person {
		left: -10px;
	}
}
.column-cta--saimu .column-cta-heading .heading-label {
    width: 320px;
    color: #fff;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: normal;
}
.column-cta--saimu .column-cta-heading .heading-label b {
    color: #FFF82C;
    vertical-align: baseline;
}
.column-cta--saimu .column-cta-main {
    box-sizing: border-box;
    padding-bottom: 30px;
}
.column-cta--saimu .column-cta-main form .select-and-search {
    box-sizing: border-box;
    padding: 19px 0 20px;
    border-top: 1px solid #fff;
    background-color: #FF8C1E;
}
.column-cta--saimu .column-cta-main form .select-and-search .select-and-search-label {
    color: #fff;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.39px;
}
.column-cta--saimu .column-cta-main form .select-and-search .select-and-search-form-elements {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0 7px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 12px auto 0;
}
.column-cta--saimu .column-cta-main form .select-and-search .select-and-search-form-elements .form-element-select-apperance {
    position: relative;
    box-sizing: border-box;
    width: 180px;
    height: 38px;
    border-radius: 3px;
    background-color: #fff;
}
.column-cta--saimu .column-cta-main form .select-and-search .select-and-search-form-elements .form-element-select-apperance::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 1em;
    height: 1em;
    margin: auto 0;
    content: "\f078";
    color: #000;
    text-align: center;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    line-height: 1;
    letter-spacing: normal;
    pointer-events: none;
}
.column-cta--saimu .column-cta-main form .select-and-search .select-and-search-form-elements .form-element-select-apperance .form-element-select {
    box-sizing: border-box;
    width: 180px;
    height: 38px;
    padding: 0 39px 0 20px;
    border-radius: 3px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #333;
    text-align: left;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.33px;
}
.column-cta--saimu .column-cta-main form .select-and-search .select-and-search-form-elements .form-element-button {
    box-sizing: border-box;
    width: 112px;
    height: 38px;
    border-radius: 3px;
    background-color: #facd1a;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.39px;
    text-align: center;
    cursor: pointer;
}
.column-cta--saimu .column-cta-main form .office-list {
    box-sizing: border-box;
    width: 484px;
    margin: 0 auto;
    padding-top: 9px;
}
.column-cta--saimu .column-cta-main form .office-list .office-unit {
    box-sizing: border-box;
    padding: 21px 0 16px;
    border-bottom: 1px solid #aaa;
}
.column-cta--saimu .column-cta-main form .office-list .office-unit .office-name-link {
    display: block;
    width: 484px;
    color: #277DE0;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.48px;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
}
.column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-info {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0 15px;
    margin-top: 17px;
}
.column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-info a {
    display: block;
    flex-basis: 135px;
    border-radius: 6px;
}
.column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-info a .office-picture-link {
    width: 135px;
    height: 100px;
    border-radius: 6px;
    -o-object-fit: contain;
    object-fit: contain;
}
.column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-info .office-info-main {
    flex-basis: 333px;
    margin-top: 1.5px;
}
.column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-info .office-info-main .office-address {
    position: relative;
    box-sizing: border-box;
    width: 333px;
    padding-left: 18px;
    color: #585858;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.41;
    letter-spacing: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-info .office-info-main .office-address::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1em;
    height: 1em;
    margin: auto 0;
    content: "\f3c5";
    color: #aaa;
    text-align: center;
    font-family: "Font Awesome 6 Free";
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
}
.column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-info .office-info-main .office-comment {
    width: 333px;
    margin-top: 5px;
    color: #333;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.39px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    text-overflow: ellipsis;
}
.column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 12px;
    margin-top: 15px;
}
.column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-cta .cta_tel_click {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 236px;
    height: 46px;
    border-radius: 46px;
    background-color: #FF8C1E;
    color: #fff;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: normal;
    text-decoration: none;
    cursor: pointer;
}
.column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-cta .cta_tel_click .fa-solid {
    margin-right: 5px;
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 900;
    color: #fff;
}
.column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-cta .cta_tel_click.one-column {
    width: 484px;
}
.column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-cta .cta_tel_display {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 236px;
    height: 46px;
    border-radius: 46px;
    background-color: #FF8C1E;
    color: #fff;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: normal;
    text-decoration: none;
    cursor: pointer;
}
.column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-cta .cta_tel_display .fa-solid {
    margin-right: 5px;
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 900;
    color: #fff;
}
.column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-cta .cta_tel_display.one-column {
    width: 484px;
}
.column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-cta .cta-mail-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 236px;
    height: 46px;
    border-radius: 46px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    color: #333;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
    text-decoration: none;
}
.column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-cta .cta-mail-button.one-column {
    width: 484px;
}
.column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-cta .cta-mail-button .fa-solid {
    margin-right: 5px;
    color: #A89B5F;
    font-family: "Font Awesome 6 Free";
    font-size: 17px;
    font-weight: 900;
}
.column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-cta .cta-mail-button .cta-mail-line-text .line-color {
    color: #40D74B;
}
.column-cta--saimu .column-cta-main form .office-list-action {
    width: 360px;
    margin: 20px auto 0;
}
.column-cta--saimu .column-cta-main form .office-list-action .find-another-offices {
    display: block;
    width: 360px;
    height: 40px;
    margin: 0 auto;
    border-radius: 40px;
    background-color: #AC9C5C;
    color: #fff;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: normal;
    text-decoration: none;
}
.column-cta--saimu .column-cta-main form .about_order_link {
    width: 484px;
    margin: 10px auto 0;
    text-align: right;
}
.column-cta--saimu .column-cta-main form .about_order_link a {
    position: relative;
    box-sizing: border-box;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 16px;
    color: #333;
    text-align: right;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: normal;
    text-decoration: none;
}
.column-cta--saimu .column-cta-main form .about_order_link a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 12px;
    margin: auto 0;
    border-radius: 50%;
    background-color: #d9d9d9;
    content: "?";
    color: #333;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 10px;
    text-align: center;
    line-height: 12px;
}

@media screen and (max-width: 767px) {
    .column-cta--saimu {
        width: 348px;
        margin: 35px auto;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    }
    .column-cta--saimu .column-cta-heading {
        box-sizing: border-box;
        border-radius: 4px 4px 0 0;
        background-color: #FF8C1E;
        padding: 11px 15px;
    }
    .column-cta--saimu .column-cta-heading .heading-label {
        width: 100%;
        color: #fff;
        text-align: center;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.54px;
    }
    .column-cta--saimu .column-cta-heading .heading-label b {
        color: #FFF82C;
        vertical-align: baseline;
    }
    .column-cta--saimu .column-cta-main {
        box-sizing: border-box;
        padding-bottom: 30px;
    }
    .column-cta--saimu .column-cta-main form .select-and-search {
        box-sizing: border-box;
        padding: 19px 0 20px;
        border-top: 1px solid #fff;
        background-color: #FF8C1E;
    }
    .column-cta--saimu .column-cta-main form .select-and-search .select-and-search-label {
        color: #fff;
        text-align: center;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: 0.39px;
    }
    .column-cta--saimu .column-cta-main form .select-and-search .select-and-search-form-elements {
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 0 5px;
        width: -moz-fit-content;
        width: fit-content;
        margin: 12px auto 0;
    }
    .column-cta--saimu .column-cta-main form .select-and-search .select-and-search-form-elements .form-element-select-apperance {
        position: relative;
        box-sizing: border-box;
        width: 120px;
        height: 38px;
        border-radius: 3px;
        background-color: #fff;
    }
    .column-cta--saimu .column-cta-main form .select-and-search .select-and-search-form-elements .form-element-select-apperance::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 13px;
        width: 1em;
        height: 1em;
        margin: auto 0;
        content: "\f078";
        color: #333;
        text-align: center;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 10px;
        line-height: 1;
        letter-spacing: normal;
        pointer-events: none;
    }
    .column-cta--saimu .column-cta-main form .select-and-search .select-and-search-form-elements .form-element-select-apperance .form-element-select {
        box-sizing: border-box;
        width: 120px;
        height: 38px;
        padding: 0 32px 0 16px;
        border-radius: 3px;
        border: none;
        background-color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: #333;
        text-align: left;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
        font-size: 10px;
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: 0.3px;
    }
    .column-cta--saimu .column-cta-main form .select-and-search .select-and-search-form-elements .form-element-button {
        box-sizing: border-box;
        width: 75px;
        height: 38px;
        border-radius: 3px;
        background-color: #facd1a;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: #333;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: 0.39px;
        text-align: center;
        cursor: pointer;
    }
    .column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-cta .cta_tel_click {
        width: auto;
        height: auto;
        font-size: 10px;
    }
    .column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-cta .cta_tel_display {
        width: auto;
        height: auto;
        font-size: 10px;
    }
    .column-cta--saimu .column-cta-main form .office-list {
        width: 325px;
        margin: 0 auto;
    }
    .column-cta--saimu .column-cta-main form .office-list .office-unit {
        box-sizing: border-box;
        padding: 20px 0 17px;
        border-bottom: 1px solid #aaa;
    }
    .column-cta--saimu .column-cta-main form .office-list .office-unit .office-name-link {
        display: block;
        width: 325px;
        color: #277DE0;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: 0.45px;
        text-decoration: none;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        text-overflow: ellipsis;
    }
    .column-cta--saimu .column-cta-main form .office-list .office-unit .office-name-link.small {
        font-size: 13px;
    }
    .column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-info {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        gap: 0 11px;
        margin-top: 10px;
    }
    .column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-info a {
        display: block;
        flex-basis: 100px;
        border-radius: 4px;
    }
    .column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-info a .office-picture-link {
        width: 100px;
        height: 75px;
        border-radius: 4px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-info .office-info-main {
        flex-basis: 214px;
    }
    .column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-info .office-info-main .office-address {
        position: relative;
        box-sizing: border-box;
        width: 214px;
        padding-left: 13px;
        color: #464646;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 1.3;
        letter-spacing: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-info .office-info-main .office-address::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1em;
        height: 1em;
        margin: auto 0;
        content: "\f3c5";
        color: #aaa;
        text-align: center;
        font-family: "Font Awesome 6 Free";
        font-size: 8px;
        font-weight: 900;
        line-height: 1;
    }
    .column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-info .office-info-main .office-comment {
        width: 214px;
        margin-top: 4px;
        color: #333;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
        font-size: 9px;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        text-overflow: ellipsis;
    }
    .column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-cta {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 5px;
        margin-top: 8px;
    }
    .column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-cta .cta-call-number {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 160px;
        height: 33px;
        border-radius: 33px;
        background-color: #FF8C1E;
        color: #fff !important;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: normal;
        text-decoration: none;
    }
    .column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-cta .cta-call-number .fa-solid {
        color: #fff !important;
        margin-right: 5px;
        font-family: "Font Awesome 6 Free";
        font-size: 12px;
        font-weight: 900;
    }
    .column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-cta .cta-call-number.one-column {
        width: 325px;
        font-size: 11px;
    }
    .column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-cta .cta-mail-button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 160px;
        height: 33px;
        border-radius: 33px;
        background-color: #fff;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
        color: #333;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
        font-size: 10px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: normal;
        text-decoration: none;
    }
    .column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-cta .cta-mail-button.one-column {
        width: 325px;
        font-size: 12px;
    }
    .column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-cta .cta-mail-button .fa-solid {
        margin-right: 5px;
        color: #A89B5F;
        font-family: "Font Awesome 6 Free";
        font-size: 14px;
        font-weight: 900;
    }
    .column-cta--saimu .column-cta-main form .office-list .office-unit .office-unit-cta .cta-mail-button .cta-mail-line-text .line-color {
        color: #40D74B;
    }
    .column-cta--saimu .column-cta-main form .office-list-action {
        width: 325px;
        margin: 14px auto 0;
    }
    .column-cta--saimu .column-cta-main form .office-list-action .find-another-offices {
        display: block;
        width: 325px;
        height: 32px;
        margin: 0 auto;
        border-radius: 32px;
        background-color: #AC9C5C;
        color: #fff;
        text-align: center;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
        font-size: 12px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: normal;
        text-decoration: none;
    }
    .column-cta--saimu .column-cta-main form .about_order_link {
        width: 325px;
        margin: 11px auto 0;
        text-align: right;
    }
    .column-cta--saimu .column-cta-main form .about_order_link a {
        position: relative;
        box-sizing: border-box;
        width: -moz-fit-content;
        width: fit-content;
        padding-left: 16px;
        color: #333;
        text-align: right;
        font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
        font-size: 10px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: normal;
        text-decoration: none;
    }
    .column-cta--saimu .column-cta-main form .about_order_link a::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 12px;
        height: 12px;
        margin: auto 0;
        border-radius: 50%;
        background-color: #d9d9d9;
        content: "?";
        color: #333;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 10px;
        text-align: center;
        line-height: 12px;
    }
}


.mail-or-line-modal__overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}
.column-cta__mail-or-line-modal {
    display: none;
    box-sizing: border-box;
    position: fixed;
    z-index: 1010;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 340px;
    height: 245px;
    background-color: #fff;
    border-radius: 10px;
}
.column-cta__mail-or-line-modal .line-modal-liner {
    box-sizing: border-box;
    position: relative;
    padding: 40px;
}
.column-cta__mail-or-line-modal .line-modal-liner .mail-or-line-modal__close-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.column-cta__mail-or-line-modal .line-modal-liner .mail-or-line-modal__close-button .icon-close {
    display: block;
    margin: 0;
    max-width: initial;
    float: initial;
    width: 20px;
    height: 20px;
}
.column-cta__mail-or-line-modal .line-modal-liner .mail-or-line__link-buttons .mail-link-button {
    display: block;
    height: 55px;
    border-radius: 55px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 55px;
    text-decoration: none;
    transition: background-color 100ms ease-in-out, color 100ms ease-in-out;
}
.column-cta__mail-or-line-modal .line-modal-liner .mail-or-line__link-buttons .mail-link-button i.fa-solid {
    margin-right: 10px;
    font-family: 'Font Awesome 6 Free';
    color: #a89b5f;
    font-size: 18px;
    transition: color 100ms ease-in-out;
}
.column-cta__mail-or-line-modal .line-modal-liner .mail-or-line__link-buttons .mail-link-button:hover {
    background-color: #a89b5f;
    color: #fff !important;
}
.column-cta__mail-or-line-modal .line-modal-liner .mail-or-line__link-buttons .mail-link-button:hover i.fa-solid {
    color: #fff !important;
}
.column-cta__mail-or-line-modal .line-modal-liner .mail-or-line__link-buttons .mail-link-button:active {
    transform: translateY(2px);
}
.column-cta__mail-or-line-modal .line-modal-liner .mail-or-line__link-buttons .line-wrapper .line-link-button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    height: 55px;
    border-radius: 55px;
    border: solid 1px #07c756;
    background-color: #e2fcec;
    color: #07c756;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    pointer-events: none;
    cursor: auto;
    transition: border-color 100ms ease-in-out, background-color 100ms ease-in-out;
}
.column-cta__mail-or-line-modal .line-modal-liner .mail-or-line__link-buttons .line-wrapper .line-link-button .icon-line {
    margin: 0;
    max-width: initial;
    float: initial;
    width: 22px;
    height: 22px;
}
.column-cta__mail-or-line-modal .line-modal-liner .mail-or-line__link-buttons .line-wrapper .line-link-button:active {
    transform: translateY(2px);
}
.column-cta__mail-or-line-modal .line-modal-liner .mail-or-line__link-buttons .line-wrapper .line-rule-accept-label {
    display: block;
    margin: 20px auto 0;
    cursor: pointer;
    width: fit-content;
}
.column-cta__mail-or-line-modal .line-modal-liner .mail-or-line__link-buttons .line-wrapper .line-rule-accept-label input {
    display: none;
}
.column-cta__mail-or-line-modal .line-modal-liner .mail-or-line__link-buttons .line-wrapper .line-rule-accept-label .line-rule-accept-apperance {
    position: relative;
    display: block;
    padding-left: 26px;
    font-family: 'Hiragino Sans', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    letter-spacing: normal;
    text-align: left;
}
.column-cta__mail-or-line-modal .line-modal-liner .mail-or-line__link-buttons .line-wrapper .line-rule-accept-label .line-rule-accept-apperance .line-rule-link-text {
    vertical-align: baseline;
    color: #0075ff;
    text-decoration: none;
}
.column-cta__mail-or-line-modal .line-modal-liner .mail-or-line__link-buttons .line-wrapper .line-rule-accept-label .line-rule-accept-apperance b {
    font-family: 'Hiragino Sans', sans-serif;
    font-weight: normal;
    vertical-align: baseline;
    color: #c13636;
}
.column-cta__mail-or-line-modal .line-modal-liner .mail-or-line__link-buttons .line-wrapper .line-rule-accept-label .line-rule-accept-apperance::before {
    box-sizing: border-box;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    border-radius: 2px;
    border: solid 1px #aaa;
    background-color: #fff;
}
.column-cta__mail-or-line-modal .line-modal-liner .mail-or-line__link-buttons .line-wrapper .line-rule-accept-label input:checked + .line-rule-accept-apperance::before {
    background-color: #a89b5f;
    border-color: #a89b5f;
}
.column-cta__mail-or-line-modal .line-modal-liner .mail-or-line__link-buttons .line-wrapper .line-rule-accept-label input:checked + .line-rule-accept-apperance::after {
    box-sizing: border-box;
    position: absolute;
    content: '\f00c';
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    border-radius: 2px;
    background-color: transparent;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    color: #fff !important;
}
.column-cta__mail-or-line-modal .line-modal-liner .mail-or-line__link-buttons .line-wrapper:has(input:checked) .line-link-button {
    background-color: #07c756;
    border-color: #07c756;
    color: #fff !important;
    pointer-events: auto;
    cursor: pointer;
}
.column-cta__mail-or-line-modal .line-modal-liner .mail-or-line__link-buttons .mail-link-button + .line-wrapper {
    margin: 15px 0 0;
}

.about_order_link {
    text-align: right;
    padding: 8px 0 0;
}
.about_order_link .about_order_box {
    width: 137px;
    height: 34px;
    border-radius: 8px;
    background: #f8f8f8;
    float: right;
    display: inline-block;
    position: relative;
    font-weight: normal;
    color: #666;
    font-size: 13px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.about_order_link .s-balloon {
    z-index: 10000;
    position: absolute;
    right: 0;
    left: auto;
    display: none;
    opacity: 0;
    /* width: 470px; */
    width: 355px;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    padding: 10px;
    border-radius: 8px;
    color: #333;
    background-color: #fff;
    border: 2px solid #FF8C1E;
    text-align: left;
    cursor: auto;
}
.about_order_link .s-balloon .underline {
    color: #333;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: underline;
}
.about_order_link .s-balloon i.fa-solid {
    position: absolute;
    right: 5px;
    top: 0.5px;
    font-size: 32px;
    cursor: pointer;
}
/* .about_order_link .about_order_box:hover .s-balloon, */
.about_order_link .about_order_box.about-order--opened .s-balloon {
    display: inline-block;
    opacity: 1;
    top: 30px;
}
.about_order_link .s-balloon::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 50px;
    left: auto;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FF8C1E;
}

/* CTAパーツの外観に変更する上書きスタイル */
.about_order_link {
    /* position: absolute; */
    bottom: 30px;
    right: 120px;
    float: initial;
    margin: 0 0 0 auto;
    padding: 0;
}
.about_order_link .about_order_box {
    box-sizing: border-box;
    background-color: transparent;
    width: 111px;
    padding-left: 16px;
    letter-spacing: normal;
    font-size: 12px;
    line-height: 34px;
    text-align: left;
}
.about_order_link .about_order_box::before {
    box-sizing: border-box;
    position: absolute;
    content: '\3f';
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d9d9d9;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 10px;
    text-align: center;
    line-height: 12px;
    color: #333;
}
.about_order_link .about_order_box::after {
    display: none;
}
.about_order_link .about_order_box i.fa {
    display: none;
}
