@font-face {
  font-family: "webicon";
  src: url("../fonts/webicon.eot?1luim5");
  src: url("../fonts/webicon.eot?1luim5#iefix") format("embedded-opentype"), url("../fonts/webicon.ttf?1luim5") format("truetype"), url("../fonts/webicon.woff?1luim5") format("woff"), url("../fonts/webicon.svg?1luim5#webicon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon:before, .icon:after, [class^=icon-], [class*=" icon-"] {
  font-family: "webicon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow01_t:before {
  content: "\e900";
}

.icon-arrow01_r:before {
  content: "\e901";
}

.icon-arrow01_b:before {
  content: "\e902";
}

.icon-arrow01_l:before {
  content: "\e903";
}

.icon-arrow02_t:before {
  content: "\e904";
}

.icon-arrow02_r:before {
  content: "\e905";
}

.icon-arrow02_b:before {
  content: "\e906";
}

.icon-arrow02_l:before {
  content: "\e907";
}

.icon-arrow03_t:before {
  content: "\e908";
}

.icon-arrow03_r:before {
  content: "\e909";
}

.icon-arrow03_b:before {
  content: "\e910";
}

.icon-arrow03_l:before {
  content: "\e911";
}

.icon-nav:before {
  content: "\e019";
}

.icon-close02:before {
  content: "\e021";
}

.icon-plus02:before {
  content: "\e023";
}

.icon-minus02:before {
  content: "\e025";
}

.icon-blank:before {
  content: "\e026";
}

.icon-pdf:before {
  content: "\e027";
}

.icon-facebook:before {
  content: "\e028";
}

.icon-instagram:before {
  content: "\e029";
}

#top .page-content {
  z-index: -1;
}
.main-image {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  min-height: 100dvh;
  padding: 4%;
  color: #fff;
  box-sizing: border-box;
  z-index: 0;
}
.main-image .top-slider {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  border-radius: 5px;
  overflow: hidden;
}
.main-image .slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  will-change: opacity;
  border-radius: inherit;
  z-index: 1;
}
.main-image .slide > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  display: block;
}
.main-image .top-copy {
  position: absolute;
  width: 100%;
  padding: 0 8% 8%;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: YakuHanMPs, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 5.6vw;
  line-height: 1.4;
  letter-spacing: 0.2em;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .main-image .top-copy {
    font-size: 4vw;
    text-align: right;
  }
}
@media screen and (min-width: 1040px) {
  .main-image {
    padding: 40px;
  }
  .main-image .top-copy {
    padding: 0 120px 100px 0;
    font-size: 3.6rem;
  }
}

.concept {
  margin-top: 4%;
}
.concept > .l-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.concept-text {
  width: 100%;
}
.concept-text > .h_main {
  text-align: left;
  letter-spacing: 0.1em;
}
.concept-photo {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 4%;
  z-index: 0;
}
.concept-photo > img {
  border-radius: 5px;
}
.concept-photo > img:nth-child(1) {
  width: 55%;
  margin-left: auto;
}
.concept-photo > img:nth-child(2) {
  width: 60%;
  margin-top: -30%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .concept {
    margin-top: 4%;
  }
  .concept > .l-inner {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  .concept-text {
    width: 40%;
  }
  .concept-photo {
    width: 48%;
    margin: 0;
  }
  .concept-photo > img {
    border-radius: 5px;
  }
  .concept-photo > img:nth-child(1) {
    width: 70%;
    margin-left: auto;
  }
  .concept-photo > img:nth-child(2) {
    width: 70%;
    margin-top: -10%;
  }
}
@media screen and (min-width: 1040px) {
  .concept {
    margin-top: 80px;
  }
  .concept-text {
    width: 55%;
  }
  .concept-text > p {
    width: 80%;
  }
  .concept-photo {
    width: 45%;
  }
  .concept-photo > .l-inner {
    justify-content: space-between;
  }
  .concept-photo > img:nth-child(1) {
    width: 380px;
    margin-left: auto;
  }
  .concept-photo > img:nth-child(2) {
    width: 390px;
    margin-top: -10%;
  }
}

.topics {
  background: #F4F4F3;
  margin: 10% 4% 0;
  padding: 10% 0;
  border-radius: 5px;
}
.topics > .l-inner {
  display: flex;
  flex-direction: column;
  padding: 0 6%;
}
.topics-list li {
  margin-top: 10px;
  padding: 0;
}
.topics-list li a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  color: #000;
  padding: 12px 14px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.topics-list li a:hover {
  color: #B48C14;
}
.topics-list li a > .data,
.topics-list li a > .category {
  position: relative;
  flex-shrink: 0;
  padding: 0 20px 0 2px;
  line-height: 1.2;
}
.topics-list li a > .data::after,
.topics-list li a > .category::after {
  position: absolute;
  width: 1px;
  height: 10px;
  top: 4px;
  right: 8px;
  border-right: 1px solid #ddd;
  transform: rotate(25deg);
  content: "";
}
.topics-list li a > .title {
  margin-top: 5px;
  line-height: 1.2;
}
.topics-link {
  margin-top: 10px;
}
.topics-link li {
  margin-top: 10px;
  padding: 0;
}
.topics-link li a {
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 1.3rem;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.topics-link li a i {
  font-size: 1.2rem;
  margin: 3px 0 0 10px;
}
.topics-link li a:hover {
  color: #B48C14;
  border-color: #B48C14;
}
@media screen and (min-width: 768px) {
  .topics > .l-inner {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 4%;
  }
  .topics-list {
    width: 100%;
    margin-top: 0;
    order: 3;
  }
  .topics-list li {
    margin-top: 20px;
  }
  .topics-list li a {
    flex-wrap: nowrap;
    padding: 20px 30px;
    border-radius: 50px;
  }
  .topics-list li a > .data,
  .topics-list li a > .category {
    padding: 0 30px 0 2px;
  }
  .topics-list li a > .data::after,
  .topics-list li a > .category::after {
    height: 13px;
    top: 4px;
    right: 12px;
  }
  .topics-list li a > .title {
    margin-top: 0;
    line-height: 1.2;
  }
  .topics-link {
    display: flex;
    order: 2;
    margin: 0 5px 0 auto;
  }
  .topics-link li {
    margin-left: 25px;
  }
  .topics-link li a {
    font-size: 1.4rem;
  }
  .topics-link li a i {
    font-size: 1.3rem;
    margin: 1px 0 0 12px;
  }
}
@media screen and (min-width: 1040px) {
  .topics {
    margin: 120px 40px 0;
    padding: 120px 0;
  }
  .topics > .l-inner {
    padding: 0 40px;
  }
  .topics-list li {
    margin-top: 30px;
  }
  .topics-list li a {
    flex-wrap: nowrap;
    padding: 26px 50px;
  }
  .topics-list li a > .data,
  .topics-list li a > .category {
    padding: 0 40px 0 2px;
  }
  .topics-list li a > .data::after,
  .topics-list li a > .category::after {
    height: 13px;
    top: 6px;
    right: 18px;
  }
  .topics-list li a > .title {
    margin-top: 0;
    line-height: 1.2;
  }
  .topics-link {
    margin: 0 10px 0 auto;
  }
  .topics-link li {
    margin-left: 50px;
  }
  .topics-link li a {
    font-size: 1.6rem;
    line-height: 44px;
  }
  .topics-link li a i {
    font-size: 1.4rem;
    margin: 1px 0 0 12px;
  }
}

.features-head {
  padding: 12% 0 0;
}
.features-head .h_main {
  text-align: center;
}
.features-head .h_main i {
  display: block;
  padding: 4%;
  color: #B48C14;
}
.features#features02 {
  margin-top: 12%;
}
.features#features02 > .features-head {
  margin: 0 4%;
  border-top: 1px solid #ddd;
}
.features-pickup {
  margin-top: 12%;
}
.features-pickup .pickup-detail {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.features-pickup .pickup-photo {
  border-radius: 5px;
  overflow: hidden;
}
.features-pickup .pickup-text {
  margin-top: 20px;
}
.features-gallery {
  background: #F4F4F3;
  margin: 10% 4% 0;
  padding: 10% 0;
  border-radius: 5px;
}
.features-gallery > .l-inner {
  display: flex;
  flex-direction: column;
  padding: 0 6%;
}
.features-gallery .gallery-link {
  margin-top: 10px;
}
.features-gallery .gallery-link > li {
  padding: 0;
}
.features-gallery .gallery-link > li a {
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 1.3rem;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.features-gallery .gallery-link > li a i {
  font-size: 1.2rem;
  margin: 3px 0 0 10px;
}
.features-gallery .gallery-link > li a:hover {
  color: #B48C14;
  border-color: #B48C14;
}
.features-gallery .gallery-photo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4%;
}
.features-gallery .gallery-photo > p {
  width: 48%;
  margin-top: 4%;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .features-head {
    padding: 10% 0 0;
  }
  .features#features02 {
    margin-top: 10%;
  }
  .features-pickup {
    margin-top: 0;
  }
  .features-pickup .pickup-detail {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 10%;
  }
  .features-pickup .pickup-detail .pickup-photo {
    flex: 1;
    width: 50%;
    border-radius: 0;
  }
  .features-pickup .pickup-detail .pickup-text {
    width: 50%;
    margin-top: 0;
  }
  #features01 .features-pickup .pickup-detail:nth-child(odd) .pickup-photo {
    margin-left: calc(50% - 50vw);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    order: 1;
  }
  #features01 .features-pickup .pickup-detail:nth-child(odd) .pickup-text {
    padding: 0 0 0 6%;
    order: 2;
  }
  #features01 .features-pickup .pickup-detail:nth-child(even) .pickup-photo {
    margin-right: calc(50% - 50vw);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    order: 2;
  }
  #features01 .features-pickup .pickup-detail:nth-child(even) .pickup-text {
    padding: 0 6% 0 0;
    order: 1;
  }
  #features02 .features-pickup .pickup-detail:nth-child(odd) .pickup-photo {
    margin-right: calc(50% - 50vw);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    order: 2;
  }
  #features02 .features-pickup .pickup-detail:nth-child(odd) .pickup-text {
    padding: 0 6% 0 0;
    order: 1;
  }
  #features02 .features-pickup .pickup-detail:nth-child(even) .pickup-photo {
    margin-left: calc(50% - 50vw);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    order: 1;
  }
  #features02 .features-pickup .pickup-detail:nth-child(even) .pickup-text {
    padding: 0 0 0 6%;
    order: 2;
  }
  .features-gallery > .l-inner {
    padding: 0 4%;
  }
  .features-gallery .gallery-link li a {
    font-size: 1.4rem;
  }
  .features-gallery .gallery-link li a i {
    font-size: 1.3rem;
    margin: 1px 0 0 12px;
  }
}
@media screen and (min-width: 1040px) {
  .features-head {
    padding: 100px 0 0;
  }
  .features-head .h_main i {
    padding: 3% 4%;
  }
  .features-head p {
    text-align: center;
  }
  .features#features02 {
    margin-top: 120px;
  }
  .features#features02 > .features-head {
    margin: 0 40px;
  }
  .features-pickup {
    margin-top: 0;
  }
  .features-pickup .pickup-detail {
    margin-top: 120px;
  }
  #features01 .features-pickup .pickup-detail:nth-child(odd) .pickup-text {
    padding: 0 0 0 5%;
  }
  #features01 .features-pickup .pickup-detail:nth-child(even) .pickup-text {
    padding: 0 5% 0 0;
  }
  #features02 .features-pickup .pickup-detail:nth-child(odd) .pickup-text {
    padding: 0 5% 0 0;
  }
  #features02 .features-pickup .pickup-detail:nth-child(even) .pickup-text {
    padding: 0 0 0 5%;
  }
  #features01 .features-gallery .gallery-text {
    padding: 0 0 0 4%;
    order: 2;
  }
  #features01 .features-gallery .gallery-photo {
    order: 1;
  }
  #features02 .features-gallery .gallery-text {
    padding: 0 4% 0 0;
    order: 1;
  }
  #features02 .features-gallery .gallery-photo {
    order: 2;
  }
  .features-gallery {
    position: relative;
    background: none;
    margin: 10% 40px 0;
    padding: 0;
    z-index: 0;
  }
  .features-gallery:before {
    position: absolute;
    background: #F4F4F3;
    top: 10%;
    right: 0;
    bottom: 10%;
    left: 0;
    border-radius: 5px;
    content: "";
    z-index: -1;
  }
  .features-gallery > .l-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    padding: 0;
  }
  .features-gallery .gallery-text {
    width: 38%;
    min-height: 370px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
  }
  .features-gallery .gallery-link {
    margin-top: auto;
  }
  .features-gallery .gallery-link li a {
    font-size: 1.6rem;
    line-height: 44px;
  }
  .features-gallery .gallery-link li a i {
    font-size: 1.4rem;
    margin: 1px 0 0 12px;
  }
  .features-gallery .gallery-photo {
    width: 62%;
    margin-top: 0;
    flex-shrink: 0;
  }
  .features-gallery .gallery-photo > p {
    width: 48%;
    margin-top: 4%;
    border-radius: 5px;
    overflow: hidden;
  }
  .features-gallery .gallery-photo > p:nth-child(1), .features-gallery .gallery-photo > p:nth-child(2) {
    margin-top: 0;
  }
}

.features-list {
  padding: 10% 0;
  border-radius: 5px;
}
.features-list#features03 {
  margin: 10% 4% 0;
  background: #F5F0E1;
}
.features-list#features04 {
  margin: 4% 4% 0;
  background: #F5E6E1;
}
.features-list > .l-inner {
  display: flex;
  flex-direction: column;
  padding: 0 6%;
}
.features-list > .l-inner > .h_main {
  text-align: center;
}
.features-list__box {
  background: #fff;
  margin-top: 6%;
  padding: 6%;
  border-radius: 5px;
}
.features-list__box > .h_main {
  font-size: 2rem;
}
.features-list__box.col2 {
  position: inherit;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.features-list__box.col2 > div {
  width: 100%;
  margin-top: none;
}
.features-list__box.col2 > div.col2-photo {
  border-radius: 5px;
  overflow: hidden;
}
.features-list__box.col2 > div.col2-text {
  margin-top: 15px;
}
.features-list__box.basic .floor-plan {
  margin-top: 6%;
}
.features-list__box.basic .basic-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 6% 0 0;
}
.features-list__box.basic .basic-detail > dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  font-weight: 500;
}
.features-list__box.basic .basic-detail > dl > dt {
  width: 50%;
  padding: 5px;
  border-bottom: 1px solid #000;
}
.features-list__box.basic .basic-detail > dl > dd {
  width: 50%;
  padding: 5px;
  text-align: right;
  border-bottom: 1px solid #000;
}
.features-list__box.basic .basic-detail .sample-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 6%;
  padding: 6%;
  font-weight: 500;
  border: 1px solid #000;
}
.features-list__box.basic .basic-detail .sample-price > p:nth-child(1) {
  width: 100%;
  text-align: center;
}
.features-list__box.basic .basic-detail .sample-price > p:nth-child(2) {
  margin-left: auto;
  margin-bottom: 5px;
  font-size: 2.4rem;
}
.features-list__box.basic .basic-detail .sample-price > p:nth-child(3) {
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .features-list > .l-inner {
    padding: 0 5%;
  }
  .features-list__box {
    margin-top: 5%;
    padding: 5%;
  }
  .features-list__box > .h_main {
    font-size: 2.4rem;
  }
  .features-list__box.col2 {
    align-items: center;
    flex-wrap: nowrap;
  }
  .features-list__box.col2 > div.col2-photo {
    width: 48%;
    border-radius: 5px;
    overflow: hidden;
    order: 2;
  }
  .features-list__box.col2 > div.col2-text {
    width: 48%;
    margin-top: 0;
    order: 1;
  }
  .features-list__box.basic .floor-plan {
    margin-top: 6%;
  }
  .features-list__box.basic .basic-detail {
    align-items: flex-end;
  }
  .features-list__box.basic .basic-detail > dl {
    width: 44%;
  }
  .features-list__box.basic .basic-detail > dl > dt {
    padding: 5px;
  }
  .features-list__box.basic .basic-detail > dl > dd {
    padding: 5px;
  }
  .features-list__box.basic .basic-detail .sample-price {
    width: 50%;
    margin-top: 0;
    padding: 5% 3% 2%;
  }
  .features-list__box.basic .basic-detail .sample-price > p:nth-child(1) {
    line-height: 1;
  }
  .features-list__box.basic .basic-detail .sample-price > p:nth-child(2) {
    margin-bottom: 10px;
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1040px) {
  .features-list {
    padding: 120px 0;
  }
  .features-list#features03 {
    margin: 120px 40px 0;
  }
  .features-list#features04 {
    margin: 40px 40px 0;
  }
  .features-list > .l-inner {
    padding: 0 40px;
  }
  .features-list__box {
    margin-top: 5%;
    padding: 5%;
  }
  .features-list__box > .h_main {
    font-size: 3.6rem;
  }
  .features-list__box.col2 {
    align-items: center;
    flex-wrap: nowrap;
  }
  .features-list__box.col2 > div.col2-photo {
    width: 48%;
    border-radius: 5px;
    overflow: hidden;
    order: 2;
  }
  .features-list__box.col2 > div.col2-text {
    width: 48%;
    margin-top: 0;
    order: 1;
  }
  .features-list__box.basic {
    padding: 5% 150px;
  }
  .features-list__box.basic .floor-plan {
    margin-top: 7%;
  }
  .features-list__box.basic .basic-detail {
    align-items: flex-end;
  }
  .features-list__box.basic .basic-detail > dl {
    width: 34%;
  }
  .features-list__box.basic .basic-detail > dl > dt {
    padding: 5px 10px;
  }
  .features-list__box.basic .basic-detail > dl > dd {
    padding: 5px 10px;
  }
  .features-list__box.basic .basic-detail .sample-price {
    justify-content: center;
    flex-wrap: nowrap;
    width: 60%;
    margin-top: 0;
    padding: 5% 2% 4%;
  }
  .features-list__box.basic .basic-detail .sample-price > p:nth-child(1) {
    flex-shrink: 0;
    width: auto;
    margin-right: 20px;
    text-align: left;
  }
  .features-list__box.basic .basic-detail .sample-price > p:nth-child(2) {
    flex-shrink: 0;
    margin: 0;
    margin-bottom: 15px;
    font-size: 3.6rem;
  }
  .features-list__box.basic .basic-detail .sample-price > p:nth-child(3) {
    flex-shrink: 0;
    margin-right: 0;
  }
}

.greeting {
  margin-top: 12%;
}
.greeting > .l-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.greeting-photo {
  width: 100%;
  margin-top: 10%;
  border-radius: 5px;
  overflow: hidden;
  order: 2;
}
.greeting-text {
  width: 100%;
  order: 1;
}
.greeting-text > .name {
  margin-top: 6%;
}
.greeting-text > .name > span {
  font-family: YakuHanMPs, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 1.8rem;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .greeting {
    margin-top: 10%;
  }
  .greeting > .l-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .greeting-photo {
    width: 40%;
    margin: 0;
    order: 1;
  }
  .greeting-text {
    width: 54%;
    order: 2;
  }
  .greeting-text > .name {
    margin-top: 6%;
  }
  .greeting-text > .name > span {
    font-size: 2.6rem;
    margin-left: 8px;
  }
}
@media screen and (min-width: 1040px) {
  .greeting {
    margin-top: 120px;
  }
  .greeting-photo {
    width: 42%;
    order: 1;
  }
  .greeting-text {
    width: 52%;
    order: 2;
  }
  .greeting-text > .name {
    margin-top: 6%;
  }
  .greeting-text > .name > span {
    font-size: 2.6rem;
    margin-left: 10px;
  }
}

.warranty {
  margin: 12% 4% 0;
  padding-top: 12%;
  border-top: 1px solid #ddd;
}
.warranty > .l-inner {
  padding: 0 6%;
}
@media screen and (min-width: 768px) {
  .warranty {
    margin-top: 10%;
    padding-top: 10%;
  }
  .warranty > .l-inner {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1040px) {
  .warranty {
    margin-top: 120px;
    padding-top: 120px;
  }
  .warranty > .l-inner {
    padding: 0 40px;
  }
}

.list-faq {
  margin-top: 3%;
}
.list-faq__detail {
  width: 100%;
  padding: 4% 0;
  border-bottom: 1px solid #ddd;
}
.list-faq .detail-q,
.list-faq .detail-a {
  display: flex;
  justify-content: space-between;
}
.list-faq .detail-q > .title,
.list-faq .detail-a > .title {
  flex-shrink: 0;
  padding: 5px 0;
  font-family: YakuHanMPs, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
}
.list-faq .detail-q > .text,
.list-faq .detail-a > .text {
  flex-shrink: 0;
  width: calc(100% - 25px);
  padding: 8px 0 5px;
}
.list-faq .detail-q > .title {
  color: #B48C14;
}
.list-faq .detail-q > .text {
  font-family: YakuHanMPs, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .list-faq {
    margin-top: 3%;
  }
  .list-faq__detail {
    padding: 3% 0;
  }
  .list-faq .detail-q > .title,
  .list-faq .detail-a > .title {
    font-size: 3rem;
  }
  .list-faq .detail-q > .text,
  .list-faq .detail-a > .text {
    width: calc(100% - 36px);
  }
  .list-faq .detail-q > .text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1040px) {
  .list-faq {
    margin-top: 10px;
  }
  .list-faq__detail {
    padding: 3% 0;
  }
  .list-faq .detail-q > .title,
  .list-faq .detail-a > .title {
    font-size: 4rem;
  }
  .list-faq .detail-q > .text,
  .list-faq .detail-a > .text {
    width: calc(100% - 50px);
  }
  .list-faq .detail-q > .text {
    font-size: 2.4rem;
  }
}