@charset "UTF-8";
@keyframes loop_slide_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.ly_contactform_type01 {
  background: #eee;
  padding: 60px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type01 {
    padding: 20px;
    padding: 5.3333333333vw;
    padding-top: 30px;
    padding-top: 8vw;
    padding-bottom: 30px;
    padding-bottom: 8vw;
  }
}
.ly_contactform_type01 > dl:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type01 > dl:not(:last-child) {
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
}
.ly_contactform_type01 > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type01 > dl > dt {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-bottom: 6px;
    margin-bottom: 1.6vw;
  }
}
.ly_contactform_type01 > dl > dt::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "任意";
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
  background: #666;
  padding: 0 8px;
  height: 22px;
  min-width: 40px;
  position: relative;
  top: -2px;
  white-space: nowrap;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type01 > dl > dt::before {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.ly_contactform_type01 > dl > dt.__req::before {
  content: "必須";
  background: #d6293a;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type01 > dl > dt span.hp_fs16 {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.ly_contactform_type01 > dl > dd input,
.ly_contactform_type01 > dl > dd textarea,
.ly_contactform_type01 > dl > dd select {
  border: none;
  border-radius: 0;
  padding: 6px 10px;
  min-height: 45px;
}
.ly_contactform_type01 > dl > dd input[type=checkbox] {
  min-height: unset !important;
}
.ly_contactform_type01 > dl > dd input#product,
.ly_contactform_type01 > dl > dd input#mail_01,
.ly_contactform_type01 > dl > dd input#mail_02,
.ly_contactform_type01 > dl > dd input#tel {
  width: 390px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type01 > dl > dd input#product,
  .ly_contactform_type01 > dl > dd input#mail_01,
  .ly_contactform_type01 > dl > dd input#mail_02,
  .ly_contactform_type01 > dl > dd input#tel {
    width: 100%;
  }
}
.ly_contactform_type01 > dl > dd input#mail_02 {
  margin-top: 10px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type01 > dl > dd input#mail_02 {
    margin-top: 10px;
    margin-top: 2.6666666667vw;
  }
}
.ly_contactform_type01 > dl > dd input#date {
  width: 250px;
  margin-right: 10px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type01 > dl > dd input#date {
    width: 100%;
    margin-right: 0;
  }
}
.ly_contactform_type01 > dl > dd select#time {
  width: 160px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type01 > dl > dd select#time {
    width: 80%;
    margin-top: 10px;
    margin-top: 2.6666666667vw;
  }
}
.ly_contactform_type01 > dl > dd input#name_f,
.ly_contactform_type01 > dl > dd input#name_l,
.ly_contactform_type01 > dl > dd input#kana_f,
.ly_contactform_type01 > dl > dd input#kana_l {
  width: 190px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type01 > dl > dd input#name_f,
  .ly_contactform_type01 > dl > dd input#name_l,
  .ly_contactform_type01 > dl > dd input#kana_f,
  .ly_contactform_type01 > dl > dd input#kana_l {
    width: 110px;
    width: 29.3333333333vw;
  }
}
.ly_contactform_type01 > dl > dd input#name_l,
.ly_contactform_type01 > dl > dd input#kana_l {
  margin-left: 10px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type01 > dl > dd input#name_l,
  .ly_contactform_type01 > dl > dd input#kana_l {
    margin-left: 10px;
    margin-left: 2.6666666667vw;
  }
}
.ly_contactform_type01 > dl > dd textarea {
  width: 100%;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type01 > dl:nth-child(7) dd, .ly_contactform_type01 > dl:nth-child(8) dd {
    margin-left: 0 !important;
  }
}
.ly_contactform_type01__policyBlock iframe {
  width: 100%;
  height: 150px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type01__policyBlock iframe {
    height: 150px;
    height: 40vw;
  }
}
.ly_contactform_type01__policyCheck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
  margin-left: 0 !important;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type01__policyCheck {
    margin-top: 24px;
    margin-top: 6.4vw;
  }
}
.ly_contactform_type01__policyCheck label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type01__policyCheck label {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.ly_contactform_type01__policyCheck label input[type=checkbox] {
  margin-right: 10px;
}
.ly_contactform_type01__btnBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type01__btnBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
.ly_contactform_type01__submitBtn, .ly_contactform_type01__backBtn {
  display: block;
  width: 330px;
  height: 80px;
  transition: 0.4s ease-in-out;
  position: relative;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type01__submitBtn, .ly_contactform_type01__backBtn {
    width: 90%;
    height: 60px;
    height: 16vw;
  }
}
.ly_contactform_type01__submitBtn:hover, .ly_contactform_type01__backBtn:hover {
  opacity: 0.6;
  cursor: pointer;
}
.ly_contactform_type01__submitBtn::before, .ly_contactform_type01__backBtn::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 46%;
}
.ly_contactform_type01__submitBtn input, .ly_contactform_type01__backBtn input {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type01__submitBtn input, .ly_contactform_type01__backBtn input {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.ly_contactform_type01__submitBtn::before {
  right: 20px;
  transform: rotate(45deg);
}
.ly_contactform_type01__submitBtn input {
  background: #d6293a;
}
.ly_contactform_type01__backBtn {
  margin-right: 40px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type01__backBtn {
    margin-right: 0;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
  }
}
.ly_contactform_type01__backBtn::before {
  left: 20px;
  transform: rotate(-135deg);
}
.ly_contactform_type01__backBtn input {
  background: #666;
}
.ly_contactform_type01__telBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px dotted #222;
  width: 440px;
  padding: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type01__telBlock {
    width: 100%;
  }
}
.ly_contactform_type01#confirm-area .ly_contactform_type01__submitBtn input {
  display: block !important;
}

.ly_contactform_type02 {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02 {
    padding: 20px;
    padding: 5.3333333333vw;
  }
}
.ly_contactform_type02 > div[data-class=wpcf7cf_group]:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02 > div[data-class=wpcf7cf_group]:not(:last-child) {
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
.ly_contactform_type02 > dl:not(:last-child), .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02 > dl:not(:last-child), .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl:not(:last-child) {
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
.ly_contactform_type02 > dl > dt, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 25px;
  font-weight: 400;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02 > dl > dt, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dt {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-bottom: 25px;
    margin-bottom: 6.6666666667vw;
  }
}
.ly_contactform_type02 > dl > dt::before, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dt::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "任意";
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 1;
  margin-right: 10px;
  background: #666;
  padding: 6px 8px;
  position: relative;
  top: -2px;
  white-space: nowrap;
  border-radius: 2px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02 > dl > dt::before, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dt::before {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.ly_contactform_type02 > dl > dt.__req::before, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dt.__req::before {
  content: "必須";
  background: #ed4244;
}
.ly_contactform_type02 > dl > dd, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd {
  font-weight: 400;
}
.ly_contactform_type02 > dl > dd input,
.ly_contactform_type02 > dl > dd textarea,
.ly_contactform_type02 > dl > dd select, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input,
.ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd textarea,
.ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd select {
  border: 1px solid #b6b7b4;
  border-radius: 4px;
  padding: 6px 10px;
  min-height: 45px;
}
.ly_contactform_type02 > dl > dd select, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd select {
  width: 345px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02 > dl > dd select, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd select {
    width: 100%;
  }
}
.ly_contactform_type02 > dl > dd textarea, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd textarea {
  width: 100%;
}
.ly_contactform_type02 > dl > dd input[type=checkbox],
.ly_contactform_type02 > dl > dd input[type=radio], .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input[type=checkbox],
.ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input[type=radio] {
  min-height: unset !important;
  margin-right: 5px;
}
.ly_contactform_type02 > dl > dd input.w_100, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input.w_100 {
  width: 100%;
}
.ly_contactform_type02 > dl > dd input#name_f,
.ly_contactform_type02 > dl > dd input#name_l,
.ly_contactform_type02 > dl > dd input#kana_f,
.ly_contactform_type02 > dl > dd input#kana_l, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input#name_f,
.ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input#name_l,
.ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input#kana_f,
.ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input#kana_l {
  width: 190px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02 > dl > dd input#name_f,
  .ly_contactform_type02 > dl > dd input#name_l,
  .ly_contactform_type02 > dl > dd input#kana_f,
  .ly_contactform_type02 > dl > dd input#kana_l, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input#name_f,
  .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input#name_l,
  .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input#kana_f,
  .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input#kana_l {
    width: 140px;
    width: 37.3333333333vw;
  }
}
.ly_contactform_type02 > dl > dd input#name_l,
.ly_contactform_type02 > dl > dd input#kana_l, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input#name_l,
.ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input#kana_l {
  margin-left: 10px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02 > dl > dd input#name_l,
  .ly_contactform_type02 > dl > dd input#kana_l, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input#name_l,
  .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input#kana_l {
    margin-left: 10px;
    margin-left: 2.6666666667vw;
  }
}
.ly_contactform_type02 > dl > dd input#post_01,
.ly_contactform_type02 > dl > dd input#post_02, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input#post_01,
.ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input#post_02 {
  width: 120px;
  margin: 0 5px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02 > dl > dd input#post_01,
  .ly_contactform_type02 > dl > dd input#post_02, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input#post_01,
  .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input#post_02 {
    width: 120px;
    width: 32vw;
  }
}
.ly_contactform_type02 > dl > dd input#entering_year, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input#entering_year {
  width: 120px;
  margin: 0 5px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02 > dl > dd input#entering_year, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input#entering_year {
    width: 110px;
    width: 29.3333333333vw;
  }
}
.ly_contactform_type02 > dl > dd input#entering_month, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input#entering_month {
  width: 100px;
  margin: 0 5px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02 > dl > dd input#entering_month, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input#entering_month {
    width: 90px;
    width: 24vw;
  }
}
.ly_contactform_type02 > dl > dd input#budget, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input#budget {
  width: 200px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02 > dl > dd input#budget, .ly_contactform_type02 > div[data-class=wpcf7cf_group] > dl > dd input#budget {
    width: 100%;
  }
}
.ly_contactform_type02__checkboxList li,
.ly_contactform_type02__checkboxList .wpcf7-list-item {
  margin-bottom: 10px;
  margin-left: 0;
  display: block;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02__checkboxList li,
  .ly_contactform_type02__checkboxList .wpcf7-list-item {
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
  }
}
.ly_contactform_type02__radioList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ly_contactform_type02__radioList li,
.ly_contactform_type02__radioList .wpcf7-list-item {
  width: 20%;
  margin-left: 0;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02__radioList li,
  .ly_contactform_type02__radioList .wpcf7-list-item {
    width: 33%;
  }
}
.ly_contactform_type02__radioList li:nth-child(n+6),
.ly_contactform_type02__radioList .wpcf7-list-item:nth-child(n+6) {
  margin-top: 20px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02__radioList li:nth-child(n+4),
  .ly_contactform_type02__radioList .wpcf7-list-item:nth-child(n+4) {
    margin-top: 16px;
    margin-top: 4.2666666667vw;
  }
}
.ly_contactform_type02__radioList.__flexColumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ly_contactform_type02__radioList.__flexColumn li,
.ly_contactform_type02__radioList.__flexColumn .wpcf7-list-item {
  width: 100%;
  margin-left: 0;
}
.ly_contactform_type02__radioList.__flexColumn li:not(:first-child),
.ly_contactform_type02__radioList.__flexColumn .wpcf7-list-item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02__radioList.__flexColumn li:not(:first-child),
  .ly_contactform_type02__radioList.__flexColumn .wpcf7-list-item:not(:first-child) {
    margin-top: 15px;
    margin-top: 4vw;
  }
}
.ly_contactform_type02__policyBlock {
  border: 1px solid #b6b7b4;
  line-height: 0;
}
.ly_contactform_type02__policyBlock iframe {
  width: 100%;
  height: 150px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02__policyBlock iframe {
    height: 150px;
    height: 40vw;
  }
}
.ly_contactform_type02__policyCheck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
  margin-left: 0 !important;
  font-weight: 400;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02__policyCheck {
    margin-top: 24px;
    margin-top: 6.4vw;
  }
}
.ly_contactform_type02__policyCheck label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02__policyCheck label {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.ly_contactform_type02__policyCheck label input[type=checkbox] {
  margin-right: 10px;
}
.ly_contactform_type02__policyCheck .wpcf7-not-valid-tip {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02__policyCheck .wpcf7-not-valid-tip {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.ly_contactform_type02__policyCheck .wpcf7-list-item {
  margin: 0 !important;
}
.ly_contactform_type02__notice {
  padding: 20px;
  background: #e7e7e6;
}
.ly_contactform_type02__btnBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02__btnBlock {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
.ly_contactform_type02__submitBtn {
  display: block;
  width: 345px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02__submitBtn {
    width: 100%;
  }
}
.ly_contactform_type02__submitBtn button,
.ly_contactform_type02__submitBtn input[type=button],
.ly_contactform_type02__submitBtn input[type=submit] {
  width: 345px;
  height: 60px;
  transition: 0.4s ease-in-out;
  background: #1e1c1c;
  border-radius: 4px;
  border: none;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02__submitBtn button,
  .ly_contactform_type02__submitBtn input[type=button],
  .ly_contactform_type02__submitBtn input[type=submit] {
    width: 100%;
    height: 60px;
    height: 16vw;
  }
}
.ly_contactform_type02__submitBtn button:hover,
.ly_contactform_type02__submitBtn input[type=button]:hover,
.ly_contactform_type02__submitBtn input[type=submit]:hover {
  opacity: 0.6;
  cursor: pointer;
}
.ly_contactform_type02__backBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 40px;
  transition: 0.4s ease-in-out;
  position: relative;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02__backBtn {
    font-size: 13px;
    font-size: 3.4666666667vw;
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
.ly_contactform_type02__backBtn:before {
  display: block;
  content: url(../../img/common/icon_arrRight.svg);
  transform: scale(-1, 1);
  position: absolute;
  left: 0;
}
.ly_contactform_type02__backBtn:hover {
  opacity: 0.6;
  cursor: pointer;
}
.ly_contactform_type02__backBtn button,
.ly_contactform_type02__backBtn input[type=button] {
  border: none;
  background: none;
  padding-left: 1.5em;
}
.ly_contactform_type02#form-confirm > dl:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #b6b7b4;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type02#form-confirm > dl:not(:last-child) {
    padding-bottom: 24px;
    padding-bottom: 6.4vw;
    margin-bottom: 24px;
    margin-bottom: 6.4vw;
  }
}

.ly_contactform_type03 {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type03 {
    padding: 20px;
    padding: 5.3333333333vw;
  }
}
.ly_contactform_type03 > dl:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type03 > dl:not(:last-child) {
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}
.ly_contactform_type03 > dl > dt, .ly_contactform_type03 > dl > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
}
.ly_contactform_type03 > dl > dt.__req::before, .ly_contactform_type03 > dl > dd.__req::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 1;
  margin-right: 10px;
  padding: 6px 10px 8px;
  position: relative;
  top: -2px;
  white-space: nowrap;
  border-radius: 2px;
  content: "Required";
  background: #ed4244;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type03 > dl > dt.__req::before, .ly_contactform_type03 > dl > dd.__req::before {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.ly_contactform_type03 > dl > dt.__opt::before, .ly_contactform_type03 > dl > dd.__opt::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "Optional";
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 1;
  margin-right: 10px;
  background: #666;
  padding: 6px 10px 8px;
  position: relative;
  top: -2px;
  white-space: nowrap;
  border-radius: 2px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type03 > dl > dt.__opt::before, .ly_contactform_type03 > dl > dd.__opt::before {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.ly_contactform_type03 > dl > dt {
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type03 > dl > dt {
    font-size: 16px;
    font-size: 4.2666666667vw;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
}
.ly_contactform_type03 > dl > dd {
  font-weight: 400;
}
.ly_contactform_type03 > dl > dd input[type=text],
.ly_contactform_type03 > dl > dd input[type=email],
.ly_contactform_type03 > dl > dd textarea {
  width: 100% !important;
  border: 1px solid #b6b7b4;
  border-radius: 4px;
  padding: 6px 10px;
  min-height: 45px;
}
.ly_contactform_type03 > dl > dd input[type=checkbox],
.ly_contactform_type03 > dl > dd input[type=radio] {
  min-height: unset !important;
  margin-right: 5px;
}
.ly_contactform_type03 > dl > dd.__flexNone {
  display: block;
}
.ly_contactform_type03__radioList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ly_contactform_type03__radioList li,
.ly_contactform_type03__radioList .wpcf7-list-item {
  width: 20%;
  margin-left: 0;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type03__radioList li,
  .ly_contactform_type03__radioList .wpcf7-list-item {
    width: 33%;
  }
}
.ly_contactform_type03__radioList li:nth-child(n+6),
.ly_contactform_type03__radioList .wpcf7-list-item:nth-child(n+6) {
  margin-top: 20px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type03__radioList li:nth-child(n+4),
  .ly_contactform_type03__radioList .wpcf7-list-item:nth-child(n+4) {
    margin-top: 16px;
    margin-top: 4.2666666667vw;
  }
}
.ly_contactform_type03__radioList.__flexColumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ly_contactform_type03__radioList.__flexColumn li,
.ly_contactform_type03__radioList.__flexColumn .wpcf7-list-item {
  width: 100%;
  margin-left: 0;
}
.ly_contactform_type03__radioList.__flexColumn li:not(:first-child),
.ly_contactform_type03__radioList.__flexColumn .wpcf7-list-item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type03__radioList.__flexColumn li:not(:first-child),
  .ly_contactform_type03__radioList.__flexColumn .wpcf7-list-item:not(:first-child) {
    margin-top: 15px;
    margin-top: 4vw;
  }
}
.ly_contactform_type03__notice {
  padding: 20px;
  background: #e7e7e6;
}
.ly_contactform_type03__btnBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type03__btnBlock {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
.ly_contactform_type03__submitBtn {
  display: block;
  width: 345px;
  height: 60px;
  transition: 0.4s ease-in-out;
  background: #1e1c1c;
  border-radius: 4px;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type03__submitBtn {
    width: 100%;
    height: 60px;
    height: 16vw;
  }
}
.ly_contactform_type03__submitBtn:hover {
  opacity: 0.6;
  cursor: pointer;
}
.ly_contactform_type03__submitBtn button {
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  color: #fff;
  font-weight: 400;
  border: none;
}
.ly_contactform_type03__backBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 40px;
  transition: 0.4s ease-in-out;
  position: relative;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type03__backBtn {
    font-size: 13px;
    font-size: 3.4666666667vw;
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
.ly_contactform_type03__backBtn:before {
  display: block;
  content: url(../../img/common/icon_arrRight.svg);
  transform: scale(-1, 1);
  position: absolute;
  left: 0;
}
.ly_contactform_type03__backBtn:hover {
  opacity: 0.6;
  cursor: pointer;
}
.ly_contactform_type03__backBtn button {
  border: none;
  background: none;
  padding-left: 1.5em;
}
.ly_contactform_type03#form-confirm > dl {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #b6b7b4;
}
@media screen and (max-width: 744px) {
  .ly_contactform_type03#form-confirm > dl {
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}