.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 */
