html {
  font-size: 10px;
}

.--full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

#modelhouse-body {
  background: #F6F4F2;
}

#modelhouse.--new {
  width: 100%;
}
#modelhouse.--new .main-title.--new {
  background: url("../images/new/main-title_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 328px;
}
@media (max-width: 768px) {
  #modelhouse.--new .main-title.--new {
    height: auto;
    padding-block: 10%;
  }
}
#modelhouse.--new .main-title__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #modelhouse.--new .main-title__flex {
    flex-direction: column;
    gap: 24px;
  }
}
#modelhouse.--new .main-title__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}
#modelhouse.--new .main-title .en {
  display: block;
  color: #5C5C5C;
  font-family: Abel;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #modelhouse.--new .main-title .en {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .main-title .en {
    font-size: 24px;
  }
}
#modelhouse.--new .main-title .jp {
  display: block;
  color: #8A7B7F;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  #modelhouse.--new .main-title .jp {
    font-size: 10px;
  }
}
#modelhouse.--new .main-title .jp::before {
  content: "";
  display: block;
  border-radius: 1px;
  background: #E85471;
  width: 4px;
  height: 4px;
}
#modelhouse.--new .main-title__catch-top {
  margin-bottom: 16px;
  color: #463A3D;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  #modelhouse.--new .main-title__catch-top {
    margin-bottom: 2%;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .main-title__catch-top {
    font-size: 1.4rem;
    text-align: left;
  }
}
#modelhouse.--new .main-title__catch-bottom {
  color: #463A3D;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.55;
}
@media (max-width: 1024px) {
  #modelhouse.--new .main-title__catch-bottom {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .main-title__catch-bottom {
    font-size: 1.2rem;
    text-align: left;
  }
}
#modelhouse.--new #panlistid {
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  #modelhouse.--new #panlistid {
    padding-bottom: 8%;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new #panlistid {
    padding-bottom: 10%;
  }
}
#modelhouse.--new #panlistid ul {
  color: #A19182;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#modelhouse.--new .system-list {
  all: unset;
}
#modelhouse.--new .system-list__item {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  min-height: auto;
  box-shadow: none;
}
#modelhouse.--new .system-list__item a {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  #modelhouse.--new .system-list__item a {
    gap: 24px;
    flex-direction: column;
  }
}
#modelhouse.--new .system-list__item:not(:last-of-type) {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #modelhouse.--new .system-list__item:not(:last-of-type) {
    margin-bottom: 16%;
  }
}
#modelhouse.--new .system-list .system-pic {
  margin: 0;
  flex-shrink: 0;
  position: unset;
  max-width: 440px;
  width: 100%;
  height: auto;
  aspect-ratio: 440/293;
  border-radius: 20px;
}
#modelhouse.--new .system-list .system-pic img {
  height: auto;
}
#modelhouse.--new .system-list .system-ttl-01 {
  margin-bottom: 48px;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  #modelhouse.--new .system-list .system-ttl-01 {
    margin-bottom: 4%;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .system-list .system-ttl-01 {
    margin-inline: 0;
    margin-bottom: 6%;
    font-size: 1.8rem;
  }
}
#modelhouse.--new .system-list .modelhouse-dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 16px;
}
@media (max-width: 768px) {
  #modelhouse.--new .system-list .modelhouse-dl {
    width: 100%;
  }
}
#modelhouse.--new .system-list .modelhouse-dl .modelhouse-dt {
  margin: 0;
  display: flex;
  width: 114px;
  height: 30px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #D3C8BE;
  background: #FFF;
  color: #463A3D;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1024px) {
  #modelhouse.--new .system-list .modelhouse-dl .modelhouse-dt {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .system-list .modelhouse-dl .modelhouse-dt {
    width: 25vw;
  }
}
#modelhouse.--new .system-list .modelhouse-dl .modelhouse-dd {
  width: 100%;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 1024px) {
  #modelhouse.--new .system-list .modelhouse-dl .modelhouse-dd {
    font-size: 1.4rem;
  }
}
#modelhouse.--new {
  /* contents */
}
#modelhouse.--new .system-contents {
  background: none;
}
#modelhouse.--new .single-modelhouse__ttl {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1024px) {
  #modelhouse.--new .single-modelhouse__ttl {
    padding-bottom: 4%;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__ttl {
    gap: 8px;
    padding-bottom: 6%;
  }
}
#modelhouse.--new .single-modelhouse__ttl-en {
  color: #A19182;
  text-align: center;
  font-family: Abel;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1024px) {
  #modelhouse.--new .single-modelhouse__ttl-en {
    font-size: 1.4rem;
  }
}
#modelhouse.--new .single-modelhouse__ttl-jp {
  margin: 0;
  color: #463A3D;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  #modelhouse.--new .single-modelhouse__ttl-jp {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__ttl-jp {
    font-size: 1.8rem;
  }
}
#modelhouse.--new .single-modelhouse__heading {
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  #modelhouse.--new .single-modelhouse__heading {
    margin-bottom: 3%;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__heading {
    margin-bottom: 5%;
  }
}
#modelhouse.--new .single-modelhouse__heading .system-ttl {
  margin: 0;
  padding: 0;
  border: none;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  #modelhouse.--new .single-modelhouse__heading .system-ttl {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__heading .system-ttl {
    font-size: 2rem;
  }
}
#modelhouse.--new .single-modelhouse__visual {
  margin-bottom: 120px;
  border-radius: 10px;
  aspect-ratio: 960/540;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #modelhouse.--new .single-modelhouse__visual {
    margin-bottom: 12%;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__visual {
    margin-bottom: 14%;
  }
}
#modelhouse.--new .single-modelhouse__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#modelhouse.--new .single-modelhouse__gallery .slick-list {
  padding: 0;
}
#modelhouse.--new .single-modelhouse__gallery .gallery-wrapper {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  flex-direction: row;
}
#modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-main {
  flex: 1 1 auto;
  max-width: 794px;
  width: 100%;
  min-width: 0;
}
#modelhouse.--new .single-modelhouse__gallery .slider-item-main {
  aspect-ratio: 794/530;
  overflow: hidden;
}
#modelhouse.--new .single-modelhouse__gallery .slider-item-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb {
  flex: 0 0 auto;
  width: 120px;
  height: 530px;
  min-width: 120px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
  display: flex;
  flex-direction: column;
}
#modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb::-webkit-scrollbar {
  width: 6px !important;
}
#modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb::-webkit-scrollbar-track {
  background: #E4DED9 !important;
  border-radius: 30px !important;
}
#modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb::-webkit-scrollbar-thumb {
  background: #A19182 !important;
  border-radius: 30px !important;
}
#modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb::-webkit-scrollbar-thumb:hover {
  background: #A19182 !important;
}
#modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb .slick-list {
  height: auto;
}
#modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb .slick-track {
  display: block !important;
  height: auto !important;
}
#modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb .slick-slide {
  width: 100% !important;
  height: auto !important;
  margin: 0 0 10px 0 !important;
}
#modelhouse.--new .single-modelhouse__gallery .slider-item-thumb {
  aspect-ratio: 120/80;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease, opacity 0.3s ease;
  opacity: 0.5;
  flex-shrink: 0;
}
#modelhouse.--new .single-modelhouse__gallery .slider-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#modelhouse.--new .single-modelhouse__gallery .slider-item-thumb.is-active {
  opacity: 1;
}
@media (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__gallery .gallery-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-main {
    flex: 1 1 auto;
    width: 100%;
  }
  #modelhouse.--new .single-modelhouse__gallery .slider-item-main {
    aspect-ratio: 794/530;
    width: 100%;
    height: auto;
  }
  #modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb {
    flex: 1 1 auto;
    width: 100%;
    height: 100px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 0;
    padding-bottom: 6px;
    flex-direction: row;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb {
    height: auto;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb::-webkit-scrollbar {
    height: 6px !important;
  }
  #modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb::-webkit-scrollbar-track {
    background: #E4DED9 !important;
    border-radius: 30px !important;
  }
  #modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb::-webkit-scrollbar-thumb {
    background: #A19182 !important;
    border-radius: 30px !important;
  }
  #modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb::-webkit-scrollbar-thumb:hover {
    background: #A19182 !important;
  }
  #modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb .slick-list {
    height: 100%;
  }
  #modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb .slick-track {
    display: flex !important;
    height: 100% !important;
  }
  #modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb .slick-slide {
    width: auto !important;
    height: 100% !important;
    margin: 0 10px 0 0 !important;
    flex-shrink: 0;
  }
  #modelhouse.--new .single-modelhouse__gallery .slider-item-thumb {
    aspect-ratio: 80/60;
    min-width: 80px;
    width: 80px;
  }
}
#modelhouse.--new .single-modelhouse__access {
  padding-block: 120px;
}
@media (max-width: 1024px) {
  #modelhouse.--new .single-modelhouse__access {
    padding-block: 12%;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__access {
    padding-block: 14%;
  }
}
#modelhouse.--new .single-modelhouse__access-wrap {
  display: flex;
  gap: 48px;
}
@media (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__access-wrap {
    flex-direction: column;
    gap: 24px;
  }
}
#modelhouse.--new .single-modelhouse__access-info {
  width: 100%;
}
#modelhouse.--new .single-modelhouse__access-item {
  padding-block: 16px;
  display: flex;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid #D3C8BE;
}
@media (max-width: 1024px) {
  #modelhouse.--new .single-modelhouse__access-item {
    padding-block: 2%;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__access-item {
    padding-block: 4%;
  }
}
#modelhouse.--new .single-modelhouse__access-item:first-of-type {
  border-top: 1px solid #D3C8BE;
}
#modelhouse.--new .single-modelhouse__access-label {
  width: 72px;
  flex-shrink: 0;
  color: #E95471;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#modelhouse.--new .single-modelhouse__access-value {
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#modelhouse.--new .single-modelhouse__access-map {
  flex-shrink: 0;
  max-width: 440px;
  width: 100%;
  aspect-ratio: 440/300;
  border-radius: 10px;
  overflow: hidden;
}
#modelhouse.--new .single-modelhouse__access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#modelhouse.--new .single-modelhouse__contact {
  padding-block: 120px;
  background: url(../images/estate_custom/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1024px) {
  #modelhouse.--new .single-modelhouse__contact {
    padding-block: 12%;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__contact {
    padding-block: 14%;
  }
}
#modelhouse.--new .single-modelhouse__contact .single-modelhouse__ttl {
  align-items: center;
}
#modelhouse.--new .single-modelhouse__contact .list {
  color: #463A3D;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
@media (max-width: 1024px) {
  #modelhouse.--new .single-modelhouse__contact .list {
    font-size: 1.4rem;
  }
}
#modelhouse.--new .single-modelhouse__contact .form-Box {
  margin: 0;
  padding: 0;
  background: none;
  width: auto;
}
#modelhouse.--new .single-modelhouse__contact .form-Box input[type=text],
#modelhouse.--new .single-modelhouse__contact .form-Box input[type=email],
#modelhouse.--new .single-modelhouse__contact .form-Box input[type=tel],
#modelhouse.--new .single-modelhouse__contact .form-Box input[type=date],
#modelhouse.--new .single-modelhouse__contact .form-Box input[type=number],
#modelhouse.--new .single-modelhouse__contact .form-Box select,
#modelhouse.--new .single-modelhouse__contact .form-Box textarea {
  font-size: 1.4rem;
}
#modelhouse.--new .single-modelhouse__contact .details {
  width: 100%;
}
#modelhouse.--new .single-modelhouse__contact button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  width: 100%;
  height: 56px;
  background: url(../images/estate_custom/contact-btn.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}/*# sourceMappingURL=single-modelhouse_new.css.map */
/* 260726 */
#modelhouse.--new .single-modelhouse__contact .btn-box.btn-set button.btn-type01,
#modelhouse.--new .single-modelhouse__contact .btn-box.btn-set button.btn-type02,
#modelhouse.--new .single-modelhouse__contact .btn-box.btn-set button.btn-type03 {
  text-indent: 0;
  overflow: visible;
  background: none;
  width: 100%;
  max-width: 400px;
  height: auto;
  min-height: 56px;
  padding: 16px 24px;
  border-radius: 100px;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modelhouse.--new .single-modelhouse__contact .btn-box.btn-set button.btn-type01,
#modelhouse.--new .single-modelhouse__contact .btn-box.btn-set button.btn-type03 {
  background: #CF8628;
  color: #fff;
  border: none;
}
#modelhouse.--new .single-modelhouse__contact .btn-box.btn-set button.btn-type02 {
  background: #fff;
  color: #463A3D;
  border: 1px solid #707070;
}

/* modelhouse02より移植 260806 (No.456 CF7フォーム統一用) */
.form-common {
    position: relative;
    font-family: "Noto Sans JP";
    color: #463A3D;
}

.underlayer-form-inner {
    max-width: 940px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .underlayer-form-inner {
        padding: 0 2%;
    }
}

@media (max-width: 768px) {
    .underlayer-form-inner {
        padding: 0 4%;
    }
}

.underlayer-form-inner-title {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .underlayer-form-inner-title {
        margin-bottom: 4%;
    }
}

@media (max-width: 768px) {
    .underlayer-form-inner-title {
        margin-bottom: 6%;
        display: block;
    }
}

.underlayer-form-inner-title-01 {
    font-size: 24px;
    letter-spacing: 0.04em;
}

@media (max-width: 768px) {
    .underlayer-form-inner-title-01 {
        font-size: 20px;
    }
}

.underlayer-form-h3 {
    font-size: 32px;
    letter-spacing: 0.08em;
    line-height: 1.5em;
    text-align: center;
    margin: 0 auto 70px;
}

@media (max-width: 1024px) {
    .underlayer-form-h3 {
        font-size: 28px;
        margin: 0 auto 7%;
    }
}

@media (max-width: 640px) {
    .underlayer-form-h3 {
        font-size: 5vw;
    }
}

.form-common {
    font-size: 16px;
}

.form-common .wpcf7-not-valid-tip {
    display: none;
}

.form-common__inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .form-common__inner {
        max-width: 100%;
    }
}

.form-common__inner--cnt {
    margin: 0 auto 60px;
}

@media (max-width: 1280px) {
    .form-common__inner--cnt {
        margin: 0 auto 6%;
    }
}

@media (max-width: 640px) {
    .form-common__inner--cnt--left {
        font-size: 14px;
    }
}

.form-common__inner--cnt--mail {
    margin: 0 auto 20px;
    font-size: 14px;
    line-height: 1.6em;
}

@media (max-width: 1280px) {
    .form-common__inner--cnt--mail {
        margin: 0 auto 2%;
    }
}

.form-common__inner--cnt--person {
    display: flex;
    align-items: center;
}

.form-common__inner--cnt--person:not(:last-of-type) {
    margin-bottom: 12px;
}

.form-common__inner--cnt--person>span {
    width: 50%;
}

.form-common__inner--cnt ul:not(:last-of-type) {
    margin: 0 auto 20px;
}

@media (max-width: 1024px) {
    .form-common__inner--cnt ul:not(:last-of-type) {
        margin: 0 auto 2%;
    }
}

@media (max-width: 768px) {
    .form-common__inner--cnt ul:not(:last-of-type) {
        margin: 0 auto 6%;
    }
}

.form-common__inner--cnt ul li {
    float: left;
}

.form-common__inner--cnt ul li:first-of-type {
    width: 30%;
    display: flex;
    align-items: baseline;
    margin-right: 6%;
}

@media (max-width: 900px) {
    .form-common__inner--cnt ul li:first-of-type {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }
}

.form-common__inner--cnt ul li:first-of-type .form-common__inner--cnt--left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.4;
}

@media (max-width: 900px) {
    .form-common__inner--cnt ul li:first-of-type .form-common__inner--cnt--left {
        width: auto;
        flex-direction: row-reverse;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .form-common__inner--cnt ul li:first-of-type .form-common__inner--cnt--left {
        gap: 10px;
    }
}

.form-common__inner--cnt ul li:last-of-type {
    width: 64%;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .form-common__inner--cnt ul li:last-of-type {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .form-common__inner--cnt ul li:last-of-type .form-common__inner--cnt--right--description {
        font-size: 12px;
    }
}

.form-common__inner--label {
    width: 84px;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 8px 0;
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    border-radius: 21px;
    background: #BCBCBC;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .form-common__inner--label {
        margin: 0;
    }
}

@media (max-width: 640px) {
    .form-common__inner--label {
        padding: 6px 0;
        font-size: 14px;
    }
}

.form-common__inner--label.label-required {
    background: #A19182;
    color: #FFF;
}

.form-common__inner--privacy {
    margin: 0 auto 77px;
    text-align: center;
    color: #1a1a1a;
}

@media (max-width: 1280px) {
    .form-common__inner--privacy {
        margin: 0 auto 8%;
    }
}

.form-common__inner--privacy--check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.form-common textarea,
.form-common input[type="text"],
.form-common input[type="email"],
.form-common input[type="tel"],
.form-common input[type="date"],
.form-common select {
    width: 100%;
    background: #fff;
    padding: 2% 4%;
    resize: none;
    border: none;
}

.form-common input[type="text"]::placeholder,
.form-common input[type="email"]::placeholder,
.form-common input[type="tel"]::placeholder,
.form-common input[type="date"]::placeholder,
.form-common select::placeholder,
.form-common textarea::placeholder {
    font-weight: normal;
    color: #E0E0E0;
}

.form-common input[type="submit"],
.form-common input[type="button"] {
    width: 100%;
    line-height: 54px;
    text-align: center;
    background: #A19182;
    color: #fff;
    border: 1px solid #A19182;
    transition: 0.4s all;
    display: block;
    max-width: 400px;
    margin: 0 auto;
}


#your-oya,
#your-ko,
#your-age {
    width: 175px;
    max-width: 175px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#your-oya::-ms-expand,
#your-ko::-ms-expand,
#your-age::-ms-expand {
    display: none;
}

.section-form-privacy {
    height: 200px;
    overflow: auto;
    padding: 1em;
    background: #FFF;
    border: solid 1px #A19182;
    margin-bottom: 50px;
}

.section-form-privacy__cnt h3,
.section-form-privacy__cnt p {
    font-size: 14px !important;
}


/* modelhouse02より移植 260806 */

.section-form-privacy,
.section-form-privacy__cnt,
.section-form-privacy__cnt h3,
.section-form-privacy__cnt p {
    text-align: left !important;
}

/* page-top-renew.cssの.topクラス(背景色)がform内で衝突するため打ち消し 260806 */
.form-common .top {
    background: transparent;
}
