@charset "utf-8";

@media screen and (max-width: 736px) {
  .about-contents-section .main-ttl > p,
  .main-ttl-section .main-ttl > p:nth-child(1) {
    font-size: 1.5rem;
    padding: 5px 1.5rem;
    margin: auto;
    border-radius: 10px;
  }

  .main-ttl-section .main-ttl > p:nth-child(1)::after {
    bottom: -5px;
    left: 44%;
    transform: translateX(-50%);
  }

  .ttl-area h2 {
    font-size: 1.7rem;
    padding: 4rem 0;
  }

  .privacy-contents .inner,
  .contact-contents-item .inner {
    padding: 3rem 1.5rem;
  }

  div.campaign-box {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  div.campaign-box p {
    font-size: 1rem;
  }

  .main-ttl-section .main-ttl > p {
    font-size: 1.1rem;
  }

  .main-ttl-section img.main-ttl-img {
    width: 80%;
    margin: auto;
  }

  .main-ttl-section .inner .main-ttl {
    width: 80%;
  }

  .main-ttl-section .main-ttl > h2 span {
    font-size: 3.2rem;
  }

  .main-ttl-section .inner .main-ttl > h2 {
    font-size: 2.2rem;
    letter-spacing: 0px;
    border-bottom: solid 1px #000;
  }

  .main-ttl-section .inner {
    width: 96%;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-direction: column;
    margin-top: 10rem;
  }

  .main-ttl-section .inner .main-ttl > h2 {
    font-size: 2.2rem;
    letter-spacing: 0.5px;
    padding: 0 1rem 0.5rem;
  }
  .main-ttl-section .inner .main-ttl {
    margin-bottom: 0;
  }

  #main-visual-section .main-ttl-img {
    width: 190px;
    margin: 0;
    margin-top: 0;
  }

  .index-splash {
    min-height: 100svh;
    padding:
      max(1rem, env(safe-area-inset-top, 0))
      max(1rem, env(safe-area-inset-right, 0))
      max(1rem, env(safe-area-inset-bottom, 0))
      max(1rem, env(safe-area-inset-left, 0));
  }

  #main-visual-section .logo-img {
    width: 180px;
    margin: 3rem auto;
  }

  .index-fv .border-img img {
    height: auto;
    max-height: 100px;
    max-width: 180px;
    width: auto;
  }

  .index-fv .index-fv__logo .icon-img {
    position: absolute;
    transform: none;
    left: 64%;
    top: 110%;
    transform: translate(-50%, -50%);
    width: 50px;
  }
  .border-img p::before {
    background-color: #000;
    bottom: -115px;
    content: "";
    height: 176px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    width: 1px;
  }
  .border-img img {
    height: 130px;
  }

  .icon-img {
    width: 60px;
    left: 63%;
    top: 76%;
  }

  .menu-section {
    margin-top: -3rem;
  }

  .menu-list ul {
    /* margin-top: 3rem; */
    margin-top: 10rem;
  }

  .menu-list ul li:not(:last-child) a {
    box-shadow: 4px 5px 0 0 #dcdcdc;

    padding: 2rem 1rem;
  }

  .menu-list ul li:not(:last-child) a > img {
    /* height: 250px; */
    height: 120px;
  }

  .menu-list > ul li:last-child {
    /* margin-top: 5rem; */
    margin-top: 3rem;
  }

  .menu-list ul li a .more-btn {
    /* font-size: 1.2rem; */
    /* padding: 8px 10px; */
    /* width: 120px; */
    /* margin: 3rem auto 0; */
    font-size: 0.9rem;
    padding: 3px 10px;
    width: 100%;
    margin: 1rem auto 0;
  }

  a.more-btn.menu-link {
    font-size: 1rem;
    background: #fff;
    display: flex;
    margin-left: auto;
    width: fit-content;
    padding: 0.6rem 1.5rem;
    margin-top: 1rem;
    border: solid 1px #b4b4b4;
    align-items: center;
    gap: 5px;
  }

  /* 要素 | https://meitetsu-chukai.jp/wp/ */

  a.more-btn.menu-link > img:nth-child(1) {
    width: 10px;
  }

  .menu-list ul li a .more-btn img,
  .campaign-item .more-btn a img {
    /* width: 10px; */
    width: 7px;
  }



.company-contents-section {
  margin-bottom: 5rem;
}

  #campaign-section .inner {
    /* grid-template-columns: 25px 1fr; */
    /* gap: 5rem; */
    /* padding: 4rem; */
    /* width: 900px; */
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3rem 1rem 4rem;
    width: auto;
    margin: 0 2%;
  }

  #campaign-section h2 {
    /* font-size: 2rem; */
    /* writing-mode: vertical-rl; */
    /* text-orientation: mixed; */
    font-size: 1.2rem;
    writing-mode: unset;
    text-orientation: unset;
  }

  .campaign-img-el {
    object-fit: contain;
    height: 145px;
    width: 100%;
    background: #999;
    object-position: center;
  }


.company-contents-section .more-btn a {
  /* font-size: 2rem; */
  /* width: 400px; */
  /* padding: 2rem 2rem; */
  font-size: 1.5rem;
  width: 100%;
  padding: 1rem 1rem;
}

  .top .campaign-item .more-btn a {
    font-size: 0.9rem;
    padding: 5px 10px;
    width: 55%;
  }

  #campaign-section .campaign-icon {
    /* width: 150px; */
    /* left: -50px; */
    width: 70px;
    left: 5px;
  }

  .real_estate-section {
    /* padding: 10rem 0; */
    padding: 5rem 0;
  }

  .real_estate-img-inner {
    /* grid-template-columns: 1.5fr 2.5fr; */
    grid-template-columns: 1fr;
  }

  .real_estate-img-text > h2:nth-child(1) > span:nth-child(1) {
    /* margin-bottom: 2rem; */
    margin-bottom: 1rem;
  }

  .real_estate-img-text > h2:nth-child(1) {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    margin-left: 2rem;
  }

  .real_estate-img-text > p:nth-child(2) {
    /* font-size: 1.8rem; */
    /* margin: 2rem 00; */
    font-size: 1.3rem;
    margin: 0rem 0rem;
    margin-left: 2rem;
  }

  .top .more-btn a {
    /* font-size: 1.6rem; */
    /* padding: 1rem 2rem; */
    font-size: 1.4rem;
    padding: 1rem 3rem;
    margin-right: auto;
  }

  .news-info-box-ttl {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    margin: 0 1rem 1rem;
  }

  .news-info-box-inner-section {
    /* margin-top: 10rem; */
    margin-top: 5rem;
  }

  .news-info-box-inner {
    grid-template-columns: 1fr;
  }
  .news-info-list {
    height: 110px;
   /* height: 220px;*/
  }

  .news-info-list > li {
    /* gap: 1.5rem; */
    gap: 0.5rem 1rem;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }

  .news-info-list > li span.customer-info-date {
    /* font-size: 1.2rem; */
    font-size: 1rem;
  }

  .news-info-list > li span.prop-cat {
    /* width: 90px; */
    /* font-size: 1.2rem; */
    width: 70px;
    font-size: 1rem;
    border-radius: 4px;
  }

  .news-info-list > li + li {
    /* margin-top: 2rem; */
    margin-top: 1rem;
  }

  .real_estate-img-text .real_estate-img {
    width: 90%;
    margin: 2rem auto;
    display: block;
  }
  .real_estate-img-text .real_estate-img02 {
    width: 90%;
    margin: 2rem auto;
    display: block;
  }

  .real_estate-img-text .more-btn a img:has(.arrow-icon) {
    width: 10px;
  }

  div.news-info-box-inner > img:nth-child(1) {
    display: none;
  }
  .news-info-list > li p:nth-child(3) {
    width: 100%;
    font-size: 1.2rem;
    margin-top: 5px;
  }

  #news-section {
    /* padding: 10rem 0 10rem; */
    padding: 5rem 0 5rem;
  }

  #news-section h2:nth-child(1) {
    /* font-size: 3.2rem; */
    font-size: 2rem;
  }

  #news-section h2:nth-child(1) > span:nth-child(1) {
    /* font-size: 1.4rem; */
    font-size: 1.1rem;
    border-radius: 5px;
  }

  #news-section .news-info-box-ttl {
    /* font-size: 2.5rem; */
    /* margin-bottom: 3rem; */
    font-size: 2rem;
    margin-bottom: 1rem;
    margin: 0 1rem 1rem;
  }

  #buy-section2 h3,
  #news-section h3,
  #recommend-section h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    margin-left: 0.5rem;
  }
  .top .buy-list li .price {
    align-items: flex-start;
  }

  .top .buy-list li .price span.price-ttl {
    font-size: 1rem;
    width: 55px;
  }

  .top .buy-list li .price > p {
    display: flex;
    align-items: baseline;
    font-size: 1.7rem;
  }
  .top .buy-list li .property-ttl dl.property-data-item dt {
    font-size: 1rem;
    padding: 0.5rem;
    width: 55px;
  }
  .top dl.property-data-item dt {
    background: #fff;
    border: solid 1px #dcdcdc;
    font-size: 1rem;
    width: 55px;
    padding: 0.5rem;
  }

  .top dl.property-data-item dd {
    margin-left: 0.9rem;
  }

  dl.property-data-item {
    font-size: 1rem;
    gap: 0.5rem;
    grid-template-columns: 1fr;
    margin-top: 0.7rem;
  }

  .top .buy-list li .property-ttl {
    font-size: 1.2rem;
    padding-bottom: 0;
    margin-left: 0.5rem;
    margin-bottom: 0;
  }
  .buy-list li .price span.price-unit {
    font-size: 1rem;
  }

  .top .openroom-property-swiper .swiper-wrapper.buy-list,
  .top .recommend-property-swiper .swiper-wrapper.buy-list {
    gap: 0;
  }

  .top .openroom-property-swiper-inner .buy-list > li > a,
  .top .recommend-property-swiper-inner .buy-list > li > a {
    padding: 0.7rem;
    padding-bottom: 1.5rem;
  }

  #recommend-section .more-btn a,
  #buy-section2 .more-btn a {
    margin: 3rem auto 0;
    font-size: 1.1rem;
    padding: 1rem 2rem;
  }

  #buy-section2 {
    padding: 0rem 0 5rem;
  }

  #recommend-section .more-btn a img,
  #buy-section2 .more-btn a img {
    width: 10px;
  }

  #recommend-section {
    margin-bottom: 5rem;
    padding: 0rem 0 5rem;
  }

  #buy-section2 .openroom-property-swiper-inner,
  #recommend-section .recommend-property-swiper-inner {
    padding: 0 0.5rem;
  }

  body.top #recommend-section .recommend-swiper-prev,
  body.top #buy-section2 .openroom-swiper-prev {
    left: 0 !important;
  }
  body.top #recommend-section .recommend-swiper-next,
  body.top #buy-section2 .openroom-swiper-next {
    right: 0;
  }

  .main-visual-swiper .swiper-button-next::after,
  .main-visual-swiper .swiper-button-prev::after,
  #buy-section2 .openroom-swiper-next::after,
  #buy-section2 .openroom-swiper-prev::after,
  #recommend-section .recommend-swiper-next::after,
  #recommend-section .recommend-swiper-prev::after {
    width: 23px;
    height: 23px;
  }

  /*

スタッフ紹介

*/


.image-map-resizer-container > ul:nth-child(1) {
  grid-template-columns: 1fr;
}

.image-map-resizer-container > ul li > dl dt {
  font-size: 2rem;
}

.image-map-resizer-container > ul li > dl dt span {
  font-size: 1rem;
}

.image-map-resizer-container > ul li > dl dd {
  font-size: 1rem;
}

.image-map-resizer-container > ul > li dl {
  padding: 2.5rem;
  width: 89%;
  height: 20em;
}

  .staff-catch {
    font-size: 1.1rem;
    padding: 0rem 0% 5rem;
  }

  .staff-contents .main-title h3 {
    font-size: 1.4rem;
  }

  .staff-list-ul > li {
    padding: 2rem 2rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .staff-list-ul > li .staff-item .staff-name {
    font-size: 1.9rem;
  }

  .staff-list-ul > li .staff-item .staff-name span:nth-child(1) {
    font-size: 0.8rem;
  }

  .staff-list-ul > li .staff-item .staff-text {
    font-size: 1rem;
    line-height: 1.8;
  }

  section.staff-character-section ul {
    grid-template-columns: 1fr 1fr;
  }

  section.staff-character-section ul li > img:nth-child(1) {
    width: 70%;
    height: 123px;
    object-position: bottom;
  }

  p.character-text {
    font-size: 1rem;
    padding: .5rem;

  }

  section.staff-character-section ul li {
    padding: 2rem 1rem;
  }

  section.staff-character-section ul li > p.character-name {
    width: 50%;
    margin: 0 auto 1rem;
  }

  section.staff-character-section ul li > p.character-name img:nth-child(1) {
    object-fit: contain;
  }

  section.staff-character-section ul li > p.character-name span:nth-child(2) {
    font-size: 0.65rem;
  }
  .staff-contents-section .inner {
    /* padding: 10rem 4rem 10rem; */
    padding: 5rem 1rem 5rem;
  }

  .staff-character-section {
    /* margin-top: 10rem; */
    margin-top: 5rem;
  }

  .staff-contents .main-title {
    /* width: 240px; */
    /* padding: 1rem; */
    width: 160px;
    padding: 0.5rem 1rem;
  }

  .staff-character-section ul {
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-template-columns: 1fr 1fr;
  }

  .staff-character-section ul li > p.character-name img:nth-child(1) {
    /* height: 25px; */
    height: 14px;
  }

  .staff-character-section ul li > p.character-name span:nth-child(2) {
    /* font-size: 1.3rem; */
    font-size: 1rem;
    margin-top: 5px;
  }

  .staff-character-section ul li > img {
    /* height: 200px; */
    height: 120px;
  }

  /*

法人


*/

  #page-ttl.satei-bg img {
    height: auto;
    width: 95%;
  }
  #page-ttl.satei-bg .ttl-area {
    bottom: 7%;
    width: 100%;
  }
  #page-ttl.satei-bg .ttl-area h2 {
    padding-left: 0rem;
    margin: auto;
    text-align: center;
    width: 100%;
    font-size: 3rem;
  }
  #page-ttl.satei-bg .ttl-area span {
    font-size: 1rem;
  }
  #page-ttl.satei-bg video {
    height: 400px;
    object-fit: cover;
  }

  .satei01-section h2 {
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }

  .satei01-section .inner img {
    width: 100%;
  }

  .campaign-marquee__item img {
    height: 38px;
  }

  .campaign-marquee__track {
    margin-top: 3rem;
  }

  .satei01-section {
    margin-bottom: 1rem;
    margin-top: 4rem !important;
  }

  .satei02-section {
    margin-top: 1rem;
    padding: 3rem 0 5rem;
  }
  .satei02-section > div:nth-child(1) {
    /* padding: 10rem 5rem 5rem; */
    padding: 4rem 2rem 4rem;
  }

  .logo-img {
    /* margin-bottom: 4rem; */
    margin-bottom: 2rem;
  }

  .satei02-section h2 {
    /* font-size: 3rem; */
    /* padding: 0 3rem 2rem; */
    /* margin-bottom: 2rem; */
    font-size: 1.6rem;
    padding: 0 4rem 1rem;
    margin-bottom: 1rem;
  }

  .satei02-section > div:nth-child(1) > p.catch {
    /* margin-bottom: 3rem; */
    /* font-size: 1.6rem; */
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .strengths-box {
    /* width: 65%; */
    width: 100%;
  }

  .strengths-text01,
  .strengths-text02 {
    /* font-size: 4rem; */
    /* padding: 9px 6px; */
    /* line-height: 1.2; */
    font-size: 2rem;
    padding: 7px 5px;
    line-height: 1;
  }

  .strengths-text01 {
    /* top: -42px; */
    /* right: -3rem; */
    top: -8px;
    right: -1rem;
  }

  .strengths-text02 {
    /* top: 6rem; */
    /* right: 3.5rem; */
    top: 26px;
    right: 3rem;
  }

  .strength01-img {
    /* width: 200px; */
    /* left: -60px; */
    /* bottom: -85px; */
    width: 100px;
    left: 4px;
    bottom: -42px;
  }

  .strengths-list-box > p {
    font-size: 1.5rem;
    margin-top: 6rem;
    margin-bottom: 2rem;
  }

  .strengths-list-box > ul {
    flex-direction: column;
    width: 95%;
    margin: auto;
  }

  .strengths-icon01 {
    display: none;
  }

  .strengths-list-box > ul > li {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 1rem;
    width: 100%;
  }
  .strengths-list-box > ul > li + li {
    margin-top: 2.5rem !important;
  }

  .strengths-list-box > ul > li .strength-ttl {
    font-size: 1rem;
    padding-bottom: 0.3rem;
    margin: 0rem auto 1rem 0;
    text-align: left;
  }

  .strengths-list-box > ul > li h3 {
    font-size: 1.2rem;
    text-align: left;
  }

  .strengths-list-box > ul > li p {
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
  }

  .strengths-list-box > ul > li img {
    width: 60px;
  }

  .strengths-text03 > p:nth-child(1) {
    font-size: 1.3rem;
    padding: 2rem 0rem 0;
    text-align: center;
    margin-top: 3rem;
    width: 100%;
    line-height: 2;
  }

  .strengths-text03 > img:nth-child(2) {
    display: none;
  }

  .satei02-section .more-btn > a {
    font-size: 1.1rem;
    padding: 1.5rem 3rem;
    margin: 3rem auto 0;
    align-items: center;
  }

  .achievements-section
    > div:nth-child(1)
    > h2:nth-child(1)
    > span:nth-child(1) {
    /* font-size: 1.4rem; */
    font-size: 1rem;
  }

  .achievements-section > div:nth-child(1) > h2:nth-child(1) {
    font-size: 1.5rem;
  }

  .achievements-box-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .achievements-box-inner .achievements-box-inner-02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
  .achievements-box > p:nth-child(1),
  .achievements-box02 > p:nth-child(1) {
    padding: 3px 1rem;
    font-size: 1rem;
    margin-bottom: 1rem;
    width: 100px;
  }

  .achievements-box > ul:nth-child(2) {
    /* gap: 2rem 1rem; */
    gap: 0.5rem;
  }

  .achievements-box > ul:nth-child(2) > li {
    padding: 0.5rem;
  }

  .achievements-box > ul:nth-child(2) > li > p:nth-child(2) {
    font-size: 0.85rem;
  }

  div.achievements-box02 > ul > li {
    font-size: 0.9rem;
    padding: 2px 0.5rem;
  }

  div.achievements-box02 > ul > li + li {
    margin-top: 0.5rem;
  }

  .achievements-box > ul > img {
    transform: translateX(4px);
    width: 100%;
  }

  div.achievements-box02:nth-child(1) {
    margin-bottom: 0rem;
  }

  .achievements-section {
    padding: 5rem 0;
  }

  .subject-section h2 {
    font-size: 1.3rem;
    padding: 0 1rem 1rem;
    margin-bottom: 2rem;
  }

  .subject-section > div:nth-child(1) {
    padding: 3rem 2rem;
  }

  .subject-section > div:nth-child(1) > dl {
    padding: 0 1rem;
  }

  .subject-section > div:nth-child(1) > dl > dt {
    /* font-size: 1.8rem; */
    font-size: 1.2rem;
  }

  .more-btn > a:nth-child(1) > img:nth-child(1) {
    width: 10px;
  }

  .achievements-box02-inner {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 1rem;
  }

  .subject-section > div:nth-child(1) > dl > dd:nth-child(2) {
    font-size: 0.8rem;
  }

  /*

法人


*/
  section.service-section {
    margin-top: 5rem !important;
  }
  section.service-section .inner {
    /* padding: 5rem; */
    /* margin-top: -40rem; */
    padding: 3rem 1.5rem;
    margin-top: -19rem;
  }

  #page-ttl.corporation-bg > img {
    height: 300px;
  }

  #page-ttl.corporation-bg .ttl-area h2 {
    /* font-size: 3rem; */
    /* width: 1000px; */
    /* top: 20%; */
    /* padding-left: 3rem; */
    font-size: 2rem;
    width: 100%;
    top: 28%;
    padding-left: 2rem;
  }

  section.service-section .inner > h2 {
    /* font-size: 3.1rem; */
    font-size: 2rem;
  }

  section.service-section .inner > p.catch {
    /* font-size: 1.4rem; */
    /* padding: 1rem 4rem; */
    /* margin: 2rem auto 3rem; */
    font-size: 1rem;
    padding: 1rem 1.5rem;
    margin: 1rem auto 2rem;
  }

  section.service-section .inner > img {
    /* width: 85%; */
    width: 96%;
  }

  .corporation-link-box > p {
    /* font-size: 1.8rem; */
    font-size: 1.4rem;
    margin-top: 2rem;
  }

  .corporation-link-box > .corporation-link-inner {
    /* width: 78%; */
    /* padding: 5rem 7rem; */
    width: 100%;
    padding: 2rem 1rem;
  }

  .corporation-link-box > .corporation-link-inner > p.corporation-link-box-ttl {
    /* font-size: 2rem; */
    /* padding: 0 2rem 5px; */
    /* margin-bottom: 2rem; */
    font-size: 1.2rem;
    padding: 0 0.5rem 5px;
    margin-bottom: 1rem;
  }

  .corporation-link-box > .corporation-link-inner > p {
    /* font-size: 1.4rem; */
    font-size: 1rem;
  }

  .corporation-link-box > .corporation-link-inner > .corporation-link-box-item {
    grid-template-columns: 1fr;
    width: 70%;
    gap: 1rem;
  }

  .corporation-link-box-item > a {
    /* font-size: 2rem; */
    /* padding: 1.5rem 0; */
    font-size: 1.3rem;
    padding: 0.9rem 0;
  }

  .corporation-link-box-item > a .tel-icon {
    /* font-size: 1.6rem; */
    font-size: 1rem;
  }

  .worries-section h2 {
    /* font-size: 2.6rem; */
    font-size: 1.8rem;
  }

  .worries-section .worries-img {
    /* width: 90%; */
    /* margin: 4rem auto; */
    width: 100%;
    margin: 3rem auto;
  }

  .worries-section h2 img {
    /* width: 400px; */
    width: 240px;
  }

  /* 要素 | https://meitetsu-chukai.jp/wp/corporation/ */

  div.corporation-link-box:nth-child(4)
    > div:nth-child(2)
    > div:nth-child(3)
    > a:nth-child(2) {
    /* 1.9: ; */
    \31 \.9:;
    font-size: 1.9rem;
  }

  /* 要素 | https://meitetsu-chukai.jp/wp/corporation/ */

  div.corporation-link-box:nth-child(4)
    > div:nth-child(2)
    > div:nth-child(3)
    > a:nth-child(1) {
    align-items: center;
  }

  /* style.css | https://meitetsu-chukai.jp/wp/wp-content/themes/mclife/assets/css/style.css?ver=1782303184 */

  .reason-section {
    padding: 10rem 0 5rem;
    margin-top: 2rem;
  }

  .reason-box {
    /* grid-template-columns: 1.3fr 1fr; */
    /* gap: 2rem; */
    grid-template-columns: 1fr;
    gap: 5rem;
  }

  .reason-box-item-text-inner > div {
    /* font-size: 7rem; */
    font-size: 3.7rem;
  }

  .reason-box-item-text-ttl {
    /* font-size: 1.6rem; */
    font-size: 1.4rem;
  }

  .reason-box-item-text-ttl img {
    /* width: 240px; */
    /* margin: 2rem auto 0; */
    width: 160px;
    margin: 1rem auto 2rem;
  }

  .reason-box-item-text-inner > div span {
    /* margin: 2rem auto; */
    /* width: 8rem; */
    /* height: 8rem; */
    margin: 1rem auto;.reason-box-item-text-ttl
    width: 6rem;
    height: 6rem;
  }

  .reason-box-item-text-inner {
    /* top: 50%; */
    top: 39%;
  }

  .reason-box-item-list > ul > li > img {
    /* width: 100px; */
    width: 75px;
  }

  .reason-icon {
    /* height: 300px; */
    /* left: 8%; */
    height: 290px;
    left: 5%;
  }

  .reason-box-item-list > ul > li:nth-child(1),
  .reason-box-item-list > ul > li:nth-child(3) {
    /* margin-left: 3rem; */
    margin-left: 2rem;
  }

  .reason-box-item-list > ul > li > dl > dt {
    /* font-size: 1.8rem; */
    font-size: 1.4rem;
  }

  .reason-box-item-list > ul > li > dl > dd {
    font-size: 1.2rem;
  }

  .reason-box-item-list > ul > li {
    /* grid-template-columns: 100px 1fr; */
    grid-template-columns: 70px 1fr;
  }

  
  .reason-box-item-list > ul {
    width: 90%;
    margin: auto;
  }

  .service-list {
    /* margin-top: 10rem; */
    margin: 5rem auto 0;
    width: 95%;
  }

  .service-list > ul:nth-child(2) {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    display: grid;
    margin: 2rem auto 0;
  }

  .service-list > ul:nth-child(2) > li{
    width: 100%;
    padding: 2rem 1rem;
  }
  .service-list > ul:nth-child(2) > li > p:nth-child(1) {
    /* font-size: 1.6rem; */
    font-size: 1.1rem;
    padding: 0 1rem 0.5rem;
  }

  .service-list > ul:nth-child(2) > li > p:nth-child(3) {
    /* font-size: 1.3rem; */
    font-size: 1.1rem;
  }

  .support-section > div:nth-child(1) {
    /* padding: 7rem 5rem; */
    padding: 4rem 2rem;
  }

  .support-section h2 {
    /* font-size: 3rem; */
    font-size: 1.7rem;
  }

  .support-section p {
    /* font-size: 1.6rem; */
    font-size: 1.3rem;
  }

  .support-section ul > li {
    /* width: 20%; */
    width: 48%;
  }
  .support-section ul > li img{
    background: #fff;
  }
  .support-section ul {
    /* padding: 5rem 4rem; */
    /* gap: 1.5rem; */
    padding: 3rem 2rem;
    gap: 3rem 1rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .support-section ul .arrow-icon {
    /* width: 24px; */
    /* height: 24px; */
    width: 13px;
    height: 12px;
    display: none;
  }

  .support-section ul .arrow-icon::after {
    /* width: 12px; */
    /* height: 12px; */
    width: 10px;
    height: 10px;
  }

  .support-section ul > li .support-list-ttl {
    /* font-size: 1.8rem; */
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }

  .support-section ul > li > p:nth-child(3) {
    /* margin-top: 2rem; */
    /* font-size: 1.4rem; */
    margin-top: 1rem;
    font-size: 1.3rem;
  }

  /* 要素 | https://meitetsu-chukai.jp/wp/corporation/ */

  .worries-section {
    margin-bottom: 0;
  }

  /* 要素 | https://meitetsu-chukai.jp/wp/corporation/ */

  .reason-box-item-text > img:nth-child(1) {
    width: 83%;
    margin: auto;
    display: block;
  }

  /* 要素 | https://meitetsu-chukai.jp/wp/corporation/ */

  .contact-icon {
    display: none;
  }

  .f-corporation-section {
    /* margin-bottom: 15rem; */
    margin-bottom: 5rem;
  }

  /*

個人情報保護方針

*/

  .privacy-contents .inner,
  .company-contents .inner {
    padding: 2rem 1rem !important;
  }
  .privacy-contents-section {
    padding: 0px;
  }

  .heading-2 {
    font-size: 1.2rem;
    padding: 1rem;
    line-height: 1.3;
  }

  .mt-small {
    margin-top: 3rem;
    font-size: 1rem;
  }

  ol.list-decimal li {
    font-size: 1rem;
  }

  .heading-4--numbered {
    font-size: 1.3rem;
  }

  .privacy-contents-section p {
    font-size: 1rem;
  }

  section.privacy-contents-section:nth-child(1)
    > div:nth-child(5)
    > div:nth-child(2)
    > p:nth-child(1) {
    font-size: 1rem;
  }

  .content-simple-inner > dl {
    grid-template-columns: 1fr;
  }
  .content-simple-inner > dl > dt {
    margin-top: 2rem;
  }
  .content-simple-inner > dl dt {
    font-size: 1.1rem;
  }
  .content-simple-inner > dl > dt {
    padding: 0.5rem 1rem;
    border: solid 1px #9e9e9f;
    margin-bottom: 1rem;
  }
  .content-simple-inner > dl dd {
    font-size: 1.1rem;
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
  }

  .dd-box-list dl dd:not(:last-of-type) {
    margin-bottom: 1rem;
  }

  .content-simple-inner > dl > dd > div figcaption {
    font-size: 1.2rem;
  }

  /*

お問い合わせフォーム

*/


.other-text > p:nth-child(1) {
  font-size: 1rem;
  margin: 1rem 0 0.5rem;
}


  p.contact-contents-item {
    font-size: 1.2rem;
  }

  .contact-contents-item-tel {
    margin: 1rem auto 3rem;
  }

  .contact-contents-item-tel a {
    font-size: 3rem;
  }

  .contact-contents-item-tel p {
    font-size: 1rem;
  }

  .contact-contents-item-text p {
    font-size: 1rem;
  }

  .contact-contents-item-text .attention {
    padding: 2rem 2rem;
    font-size: 1rem;
  }

  .contact-contents-item-tel a img {
    width: 1.8rem;
  }

  .contact-buy-looking .contact-contents-ttl > h3:nth-child(1) {
    font-size: 1.8rem;
  }

  .contact-contents-ttl > h3:nth-child(1) {
    font-size: 2rem;
    padding: 2rem 0;
  }

  .contact-buy-contents .from-area {
    margin-top: 0rem;
  }

  .privacy-contents .inner,
  .company-contents .inner,
  .contact-contents-item .inner {
    padding: 5rem 1rem 3rem;
  }
  .contact-buy-contents.contact-contents-item .inner {
    border: solid 8px #fff;
    padding: 0;
  }

  .contact-contents-item.contact-buy-looking .inner {
    border: solid 8px #dce6f0;
    padding: 0;
  }

  .contact-buy-contents-border {
    padding: 2rem 1rem;
  }

  .bg-title {
    padding: 2rem 1rem;
  }

  .bg-title > p {
    font-size: 1.1rem;
  }

  .contact-buy-contents .contact-contents-text {
    width: 100%;
  }

  .formTable dd .wpcf7-checkbox.property-cards {
    gap: 0.5rem;
  }

  .property-cards .wpcf7-list-item:nth-child(1) {
    width: 100% !important;
  }

  .formTable
    dd
    .wpcf7-checkbox.property-cards
    .wpcf7-list-item:not(:first-child) {
    width: calc(25% - 0.375rem);
    min-width: 0;
  }

  .property-cards .wpcf7-list-item:nth-child(1) label,
  .property-cards .wpcf7-list-item label {
    width: 100%;
  }

  .formTable dd .wpcf7-checkbox.property-cards label {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 75px;
    min-width: 75px;

    padding: 0.35rem 0.45rem;
    gap: 0.35rem;
    border-width: 2px;
    border-radius: 8px;
  }

  .formTable dd .wpcf7-checkbox.property-cards .wpcf7-list-item.first label {
    height: 75px;
    min-width: 75px;
    min-height: 65px;
  }

  .formTable dd .wpcf7-checkbox.property-cards .wpcf7-list-item-label {
    flex: 1;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35rem;
    min-width: 0;
    font-size: 9px;
    font-weight: normal;
    text-align: center;
    line-height: 1.35;
  }

  .formTable dd .wpcf7-checkbox.property-cards .wpcf7-list-item-label::before {
    width: 40px;
    height: 34px;
    text-align: center;
  }

  .formTable
    dd
    .wpcf7-checkbox.property-cards
    .wpcf7-list-item:first-child
    .wpcf7-list-item-label::before {
    width: 100px;
    height: 50px;
  }
  .formTable
    dd
    .wpcf7-checkbox.property-cards
    .wpcf7-list-item:nth-child(1)
    .wpcf7-list-item-label {
    flex-direction: row-reverse;
    justify-content: flex-start;
    font-size: 9px;
    line-height: 1.4;
    gap: 2rem;
    justify-content: flex-end;
  }

  .contact-buy-contents .formTable dl > dt > p {
    font-size: 1.3rem;
  }

  .formTable dl > dd .wpcf7-checkbox span,
  .formTable dl > dd .wpcf7-radio span,
  .formTable dl > dd input[type="checkbox"] {
    /* font-size: 1.6rem; */
    font-size: 1.1rem;
  }
  input::placeholder {
    font-size: 14px; /* 文字サイズを指定 */
  }

  textarea::placeholder {
    font-size: 14px; /* 複数行入力欄にも適用可能 */
  }
  .formTable dl + dl {
    margin-top: 3rem;
  }
  .formTable dd .wpcf7-checkbox.property-cards .wpcf7-list-item.first label {
    flex-direction: row;
    align-items: center;
    margin-bottom: 3rem;
  }


  .formTable
    dd
    .wpcf7-checkbox.property-cards
    .wpcf7-list-item.first
    .wpcf7-list-item-label {
    flex-direction: row-reverse;
    align-items: center;
    text-align: left;
    font-size: 9px;
  }

  .contact-buy-contents .formTable dl > dt > p > span {
    padding: 2px 0.5rem;
    font-size: 0.8rem;
  }

  .contact-buy-contents .formTable dl > dd input[type="text"],
  .contact-buy-contents .formTable dl > dd input[type="email"],
  .contact-buy-contents .formTable dl > dd input[type="tel"],
  .contact-buy-contents .formTable dl > dd textarea {
    padding: 0.5rem 1rem;
  }

  .formTable dl > dd input[type="text"],
  .formTable dl > dd input[type="email"],
  .formTable dl > dd input[type="tel"],
  .formTable dl > dd textarea {
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
  }

  .contact-buy-contents .address-box dd p {
    font-size: 0.9rem;
    margin-bottom: 0rem;
    gap: 1rem;
  }


.contact-buy-contents .address-box dd.type dl {
  grid-template-columns: 1fr;
}

.contact-buy-contents .address-box dd.type p {
  gap: 0.2rem;
  font-size: .9rem;
}

.contact-buy-contents .address-box dd.area-dd div > p {
  /* gap: 0rem; */
  gap: 2rem;
}

.contact-buy-contents .address-box dd.mansion-box p span:nth-child(1) {
  width: 80px;
}
.formTable dl > dd span:has(input.w-small) {
  width: 130px;
}

.contact-buy-contents dl dd.profile .profile-box p.profile-box-title {
  text-align: left;
}

.address-ttl p {
  font-size: .9rem;
}


  .contact-buy-contents
    dl.address-box
    dd
    p
    span:has(#personal_address_mansion) {
    width: 77%;
  }

  .contact-buy-contents .formTable dl {
    gap: 1rem;
  }

  .formTable dl > dd input.unit {
    width: 130px;
  }

  .wpcf7-radio.unit label:nth-child(1) > span:nth-child(2) {
    font-size: 1rem;
  }

  .wpcf7-list-item {
    margin: 0px 0 0 0.5em;
  }

  .contact-buy-contents dl dd.profile .profile-box {
    grid-template-columns: 80px 1fr;
    width: 100%;
  }

  .contact-buy-contents dl dd.profile .profile-box p {
    font-size: 0.9rem;
    text-align: left;
  }

  input[type="text"].your-name.your-name {
    width: 100%;
  }

  .contact-buy-contents dl dd.profile {
    gap: 1rem;
    margin-left: 0;
  }

  .formTable dl {
    /* grid-template-columns: 260px 1fr; */
    /* gap: 2rem; */
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .formTable dl > dt > p {
    font-size: 1.2rem;
  }

  .formTable dl > dt > p > span {
    padding: 0.2rem 1rem;
    font-size: 1rem;
  }

  .day-list > dl {
    /* grid-template-columns: 1fr 4fr; */
    grid-template-columns: 1fr;
  }

  .day-list > dl > dd > div input,
  .day-list > dl > dd > div select {
    /* width: 150px; */
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .day-list > dl > dd > div select {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    line-height: 1.4;
    min-height: 3.4rem;
    padding-right: 2.4rem;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23a39a80' d='M1.2 1.2 6 6l4.8-4.8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.8rem center;
    background-size: 0.75rem auto;
  }

  .day-list > dl > dd {
    grid-template-columns: 1fr;
  }

  .day-list > dl > dd > div p {
    font-size: 0.9rem;
  }

  .arrow-down {
    border-left: 36px solid transparent;
    border-right: 35px solid transparent;
    border-top: 20px solid #231815;
  }

  .form_other-link {
    position: absolute;
    margin-bottom: 0.5rem;
    left: 1px;
    top: 79px;
    margin-bottom: 0.5rem;
  }


.page-id-332 .main-ttl-section .main-ttl > p:nth-child(1) {
  font-size: 1.2rem;
}


  .form_other-link a,
  .main-ttl .buy-link a {
    width: 172px;
    font-size: 1rem;
  }


  #submit {
    width: auto;
    margin: 2rem auto;
  }

  #submit::after {
    right: 50px;
  }

  .wpcf7-submit {
    font-size: 1.3rem;
  }

  #submit > p {
    width: 80%;
    margin: auto;
  }

  .contact-buy-contents #submit p {
    width: 90%;
    margin: auto;
  }
  .contact-buy-contents .wpcf7-submit {
    font-size: 1.4rem;
    width: 100%;
  }

  .contact-buy-contents #submit::after {
    left: 42px;
    width: 30px;
    height: 30px;
  }

  .contact-tel-box {
    padding: 1rem 1.5rem;
    width: 100%;
  }

  .contact-tel-box > dl {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .contact-tel-box > dl > dt {
    font-size: 1rem;
    padding: 0.7rem 3rem;
    font-family: var(--font-mincho-w6);
    font-weight: normal;
    width: fit-content;
    margin: auto;
  }

  .contact-tel-box > dl > dd > a:nth-child(1) {
    font-size: 2rem;
    line-height: 1.1;
    justify-content: center;
    margin-bottom: 0.5rem;
  }

  .contact-tel-box > dl > dd > a:nth-child(1) span {
    font-size: 1.3rem;
  }

  .contact-tel-box p {
    font-size: 1rem;
  }

  

  .formTable dl.privacy {
    grid-template-columns: 1fr;
    gap: 0;
    align-items: center;
    margin-top: 5rem;
    margin-left: 0rem;
  }

  .buy-flow-link-section {
    margin-top: 5rem;
  }

  .buy-flow-link-box {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .buy-flow-link-text .catch > span:nth-child(1) {
    font-size: 1.1rem;
  }

  .buy-flow-link-text .catch > p {
    font-size: 1.44rem;
    margin: auto;
  }

  .buy-flow-link-text > p {
    font-size: 1rem;
  }

  .buy-flow-link-btn > a:nth-child(1) {
    font-size: 1.2rem;
    width: 67%;
    padding: 1rem;
    border-radius: 10px;
    margin: auto;
  }

  .buy-flow-link-btn {
    width: 100%;
  }

  .buy-flow-link-btn > a:nth-child(1) > img:nth-child(1) {
    width: 22px;
  }
  .buy-flow-link-text {
    text-align: center;
  }
  .customer-info-box-section {
    margin-top: 8rem;
  }

  .customer-info-box-ttl {
    font-size: 1.4rem;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    top: -50px;
  }

  .customer-info-box-ttl > img:nth-child(1) {
    width: 50px;
    left: -1%;
  }

  .customer-info-box {
    padding: 2rem 2rem;
  }

  .customer-info-list > li {
    align-items: flex-start;
    font-size: 0.9rem;
    flex-direction: column;
  }

  .customer-info-list > li span {
    width: 75px;
    font-size: 1.1rem;
  }

  .customer-info-list > li + li {
    margin-top: 1rem;
  }

  .customer-info-list > li > p {
    font-size: 0.9rem;
  }

  .main-ttl-section > img {
    width: 96%;
  }

  .message-contents-section {
    margin-top: 5rem;
  }

  .message-contents-section .main-ttl > p {
    font-size: 1.1rem;
  }

  .message-contents-section .main-ttl h2 {
    margin-top: 1rem;
    font-size: 2.3rem;
  }

  .message-contents-section .message-contents-img {
    grid-template-columns: 1fr;
  }

  .message-contents-section .message-contents-img > p {
    letter-spacing: 1px;
    font-size: 1rem;
  }

  .message-contents-section .message-contents-img img {
    position: unset;
    width: 80%;
    display: block;
    margin: 2rem auto 0;
  }

  /*

買いたい物件をお探しの方へ　詳細

*/
  .property-single-intro {
    margin-top: 5rem !important;
  }

  .open_room-area {
    /* font-size: 3rem; */
    /* margin-bottom: 2rem; */
    font-size: 1rem;
    margin-bottom: 0rem;
    padding: 0.5rem 1rem;
    width: 125px;
  }

  .infoarea {
    padding: 1.5rem 0;
    margin-bottom: 3rem;
    gap: 1rem;
    padding: 1rem 0;
    padding-left: 1rem;
  }

  .intro-ttl {
    font-size: 1.4rem;
    padding: 0rem 0rem;
    margin-bottom: 0rem;
    border-radius: 10px;
  }

  .property-intro-main .swiper-slide img {
    /* height: 500px; */
    height: 250px;
  }

  .property-intro-thumb-img {
    /* width: 100px; */
    /* height: 100px; */
    width: 60px;
    height: 60px;
  }

  .property-intro-thumbs .swiper-slide {
    /* width: 100px !important; */
    /* height: 100px; */
    width: 60px !important;
    height: 60px;
  }

  .property-intro-thumbs .swiper-wrapper {
    /* gap: 1.6rem; */
    gap: 1rem;
  }

  .property-intro-main-slider {
    /* margin-bottom: 5rem; */
    margin-bottom: 2rem;
  }

  .property-single-info {
    /* padding: 8rem 0; */
    padding: 5rem 0;
  }

  .property-single-info .property-single-info-inner {
    /* width: 95%; */
    width: 90%;
  }

  .property-single-info .outline-item.price-item,
  .property-single-info .property-spec-group-list,
  .property-single-info .outline-item.address-item {
    /* width: 45%; */
    width: 100%;
  }

  .property-single-info .outline-item dt {
    /* font-size: 1.6rem; */
    /* width: 120px; */
    /* padding: 1.2rem 0; */
    font-size: 1rem;
    width: 60px;
    padding: 0.6rem 0;
  }

  .property-single-info .outline-item.price-item dd {
    /* font-size: 5.7rem; */
    font-size: 2.7rem;
  }

  .property-single-info .outline-item.price-item dd span:nth-child(1) {
    /* font-size: 2.8rem; */
    font-size: 1.4rem;
  }

  .floor-plan-text {
    /* font-size: 1.8rem; */
    font-size: 1.9rem;
  }

  .outline-item2 dt,
  .outline-item2 dd {
    /* font-size: 1.5rem; */
    font-size: 1rem;
  }

  .outline-item.address-item .outline-txt {
    /* font-size: 1.5rem; */
    font-size: 1rem;
  }

  .property-single-info .outline-item.address-item dt {
    /* padding: 0.8rem 0; */
    padding: 0.5rem 0;
  }

  .property-spec-group-link > a {
    /* font-size: 1.8rem; */
    /* width: fit-content; */
    /* padding: 2rem 4rem; */
    font-size: 1.3rem;
    width: 100%;
    padding: 1.8rem 3rem;
  }

  h2.subtitle-005 {
    /* font-size: 4rem; */
    font-size: 2rem;
  }

  .floorplan-imgarea {
    /* padding: 3rem; */
    /* width: 700px; */
    padding: 3rem 2rem;
    width: 100%;
  }

  .property-single-ttl {
    /* margin-bottom: 3rem; */
    margin-bottom: 2rem;
  }

  .property-single-outline {
    /* padding: 8rem 0; */
    padding: 5rem 0;
  }

  .single-outline-list {
    /* margin-top: 4rem; */
    margin-top: 2rem;
  }

  .single-outline-list .outline-item {
    /* width: 50%; */
    width: 100%;
  }

  .single-outline-list .outline-ttl {
    /* padding: 1.35rem 2rem; */
    /* max-width: 156px; */
    padding: 1rem;
    max-width: 110px;
    font-size: 1rem;
  }

  .single-outline-list .outline-txt {
    /* padding: 1.35rem 1.5rem; */
    padding: 1rem 1rem;
    font-size: 1rem;
  }

  .ggmap > iframe:nth-child(1) {
    /* height: 400px; */
    height: 250px;
  }

  .property-intro-main-slider .property-intro-prev,
  .property-intro-main-slider .property-intro-next {
    width: 25px;
    height: 25px;
  }
  .property-intro-main-slider {
    padding: 0 30px;
  }

  /*

買いたい物件をお探しの方へ　一覧

*/

  /* style.css | https://meitetsu-chukai.jp/wp/wp-content/themes/mclife/assets/css/style.css?ver=1782342650 */

  .property-list-section .news-info-box-inner {
    /* padding: 6rem 6rem 6rem; */
    /* grid-template-columns: 1.1fr 3fr; */
    padding: 3rem 0rem 3rem;
    grid-template-columns: 1fr;
  }

  .link-btn {
    /* width: 70%; */
    width: 100%;
  }

  .property-tabs {
    /* padding: 10rem 4rem 10rem; */
    padding: 1rem 0rem 5rem;
  }

  .property-tabs h3 {
    /* font-size: 2.3rem; */
    /* margin-bottom: 3rem; */
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .tab-list > span {
    display: none;
  }

  .tab-list > p:nth-child(1) {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    justify-content: center;
  }
  @media screen and (max-width: 736px) {
    .news-info-list > li + li {
      /* margin-top: 1rem; */
      margin-top: 0rem;
    }
  }

  .property-list-section .inner {
    padding: 5rem 3% 5rem;
    width: 95%;
  }

  .tab-item00 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    width: 100%;
  }

  .tab-item-btn {
    width: 100%;
    font-size: 1.1rem;
  }

  .tab-list {
    gap: 1rem;
    padding: 0rem 0;
    margin-bottom: 2rem;
  }

  .tab-item-btn img {
    /* width: 70%; */
    /* margin-bottom: 1rem; */
    width: 60%;
    margin-bottom: 0.5rem;
  }

  .buy-list {
    /* gap: 2.5rem; */
    /* grid-template-columns: 1fr 1fr 1fr; */
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .buy-list li a {
    /* padding: 3rem; */
    padding: 1rem 1rem;
  }

  .prop-cat {
    font-size: 0.9rem;
    width: 65px;
    box-sizing: border-box;
  }

  .buy-list li .property-ttl {
    /* font-size: 1.4rem; */
    font-size: 0.9rem;
    height: 3em;
  }

  .buy-list li a > img {
    height: 100px;
  }
  .buy-list li .address {
    /* font-size: 1.4rem; */
    font-size: 0.8rem;
  }

.buy-list li .station {
  font-size: .8rem;
  margin: .5rem 0;
}

  .buy-list li .price {
    /* align-items: flex-end; */
    align-items: center;
  }

  .buy-list li .price span.price-unit {
    /* margin-bottom: 4px; */
    margin-bottom: -4px;
  }

  .buy-list li .price span.price-ttl {
    /* font-size: 1.2rem; */
    /* padding: 0.5rem 1rem; */
    /* width: 70px; */
    font-size: 0.7rem;
    padding: 0.5rem;
    width: 45px;
  }
  .buy-list li .price > p {
    display: flex;
    align-items: center;
  }

  .property-list-section .buy-list li .price span.price-unit {
    /* font-size: 1.1rem; */
    font-size: 1rem;
  }

  .property-list-section .catch-ttl > img {
    /* width: 300px; */
    width: 150px;
    margin-bottom: 1rem;
  }

  .property-list-section .catch-ttl > p {
    /* font-size: 2rem; */
    font-size: 1rem;
  }
  .buy-list li .more-btn {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    border-radius: 0px;
    width: 60%;
    gap: 0.5rem;
    margin-top: 1rem;
  }

  .buy-btn {
    width: 100%;
  }

  /*

オープンルーム

*/

  .open-list-section .catch-ttl-title {
    padding: 0.5rem 1rem;
    border-radius: 0px;
    letter-spacing: 0;
    font-size: 1.1rem;
  }
  .open-list-section .catch-ttl {
    margin-bottom: 2rem;
  }

  .buy-list.recommend-list li + li {
    margin-top: 1.5em;
  }
  .recommend-list li a {
    padding: 1rem;
  }
  .buy-list.recommend-list li .recommend-list-content img,
  .recommend-list-content-text {
    width: 48%;
    padding: 0rem;
  }
  .buy-list.recommend-list li .recommend-list-content img {
    padding: 0rem;
    height: 100px;
    border: solid 7px #eeefef;
  }

  .recommend-list-content {
    display: flex;
    flex-wrap: wrap;
    gap: 0rem 1rem;
    align-items: center;
  }
  .recommend-list-content .sp_only {
    display: block;
    width: 100%;
  }
  .buy-list.recommend-list .recommend-list-content .property-ttl,
  .buy-list.recommend-list .recommend-list-content .property-data-item {
    width: 100%;
    border-bottom: solid #dcdcdc 1px;
    margin-bottom: 0.5rem;
    padding-bottom: 0.3rem;
  }
  .buy-list.recommend-list li .property-ttl {
    font-size: 1rem;
    gap: 1rem;
  }
  .recommend-list .prop-cat {
    width: 65px;
  }

  .recommend-list-content .outline-item.floor-plan-item,
  .recommend-list-content .outline-item.building-date-item {
    width: 100%;
  }

  .recommend-list-content dl {
    grid-template-columns: 50px 1fr !important;
    gap: 0.5rem !important;
  }
  .address-item {
    margin-top: 0.5rem;
  }

  .recommend-list-content dl dt,
  .buy-list li .recommend-list-content .price .price-ttl {
    width: 50px !important;
    font-size: 0.8rem !important;
    padding: 0.5rem !important;
    font-family: var(--font-mincho-w3) !important;
    line-height: 1.3;
    background: #eeefef !important;
  }
  .recommend-list-content dl dd,
  .buy-list li .recommend-list-content .price > p,
  .buy-list li .recommend-list-content .price > p span.price-unit {
    font-size: 0.8rem !important;
    display: inline-block;
  }
  .recommend-list-content .outline-item.station-item > dd {
    height: 3.5em;
    font-size: 0.8rem !important;
  }

  .property-archive-simple {
    /* padding: 5rem 4rem; */
    padding: 3rem 1.5rem;
  }
  .buy-list li .price span.price-unit {
    font-size: 1rem;
    margin-left: 2px;
  }

  .outline-item.address-item .outline-txt {
    height: auto;
  }

  .recommend-list-content .outline-item + .outline-item {
    margin-top: 0.5rem;
  }
  .recommend-list-content .outline-item.station-item {
    display: none;
  }

  .openloop-text-title {
    font-size: 0.8rem;
    padding: 2px 5px;
  }

  .openloop-text {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
    grid-template-columns: 80px auto;
    gap: 1rem;
  }

  /* 売却の流れ */

  .main-ttl-section.property-list-ttl .inner .main-ttl {
    width: 45%;
    text-align: center;
  }
  .main-ttl-section.property-list-ttl picture {
    width: 55%;
  }
  .main-ttl-section.property-list-ttl picture img {
    width: 100%;
    margin: 0;

    height: auto;
  }

  div.main-title,
  .open-list-section .catch-ttl-title {
    font-size: 1.1rem;
    width: 100%;
    padding: 1rem 0rem;
  }

  .sale-flow-section > .inner {
    /* padding: 10rem 4rem 10rem; */
    padding: 3rem 1.5rem 3rem;
  }

  .sale-flow-list {
    /* margin-top: 10rem; */
    margin-top: 3rem;
    container-type: inline-size;
  }

  .sale-flow-list-title {
    /* font-size: 2rem; */
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .buy-flow-list-02{
    margin-top: 5rem;
  }

  .sale-flow-list-period {
    font-size: 1rem;
    background: #af0000;
    width: fit-content;
    max-width: 100%;
    color: #fff;
    padding: 0.5rem 1rem;
    position: relative;
    z-index: 1;
  }

  .sale-flow-list-period::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    right: auto;
    width: calc(100cqi - 100% - 20px);
    height: 2px;
    background: #000;
    transform: translateY(-50%);
  }

  .sale-flow-list-period::after {
    content: "";
    position: absolute;
    top: 20%;
    left: calc(100cqi - 18px);
    width: 10px;
    height: 2px;
    background: #000;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: left center;
  }

  .sale-flow-list > ul {
    gap: 1.5rem;
    margin-top: 2rem;
    flex-wrap: wrap;
  }

  .sale-flow-list > ul > li {
    /* width: 30%; */
    width: 100%;
  }

  .sale-flow-list > ul > li .step-num span {
    /* padding: 11px 1rem; */
    padding: 6px 1rem;
  }

  .sale-flow-list > ul > li .step-num p {
    /* font-size: 1.8rem; */
    font-size: 1.2rem;
  }

  .sale-flow-list > ul > li .step-num {
    width: 100%;
  }

  .sale-flow-list > ul > li .step-image {
    /* padding: 1rem; */
    padding: 0rem;
    width: 80px;
  }

  .sale-flow-list > ul > li .step-text > p {
    /* padding: 1.5rem; */
    /* margin: 1.5rem; */
    padding: 1rem;
    margin: 0rem;
    width: 75%;
    font-size: 1rem;
  }

  .sale-flow-list > ul > li .step-image img {
    height: auto;
    padding: 0 0rem;
  }

  div.sale-flow-list ul > li .step-text .step-text-inner {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
  }

  .sale-flow-list > ul > li .step-text .step-text-inner p {
    padding: 1rem;
    margin: 0;
    font-size: 1rem;
  }

  div.sale-flow-list ul > p.arrow-right {
    display: none;
  }
}
