.s-high-rise-apartment-building-img-fluid {
  max-width: 100%;
  height: auto;
}



html {
  font-size: 10px;
}

body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222222;
  line-height: 1.2;
  background: #ffffff;
}

.s-high-rise-apartment-building-container {
  display: block;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-container {
    max-width: 1150px;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



.s-high-rise-apartment-building-heading__primary {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  color: #124a7b;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .s-high-rise-apartment-building-heading__primary {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}

.s-high-rise-apartment-building-heading__primary--center {
  text-align: center;
}

.s-high-rise-apartment-building-heading__primary--white {
  color: #ffffff;
}

.s-high-rise-apartment-building-heading__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1875;
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .s-high-rise-apartment-building-heading__desc {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}

.s-high-rise-apartment-building-heading__desc--white {
  color: #ffffff;
  text-align: center;
}





.s-high-rise-apartment-building-article-detail {
  padding: 30px 10px 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(112, 172, 216, 0.11);
  box-shadow: 0 0 20px rgba(112, 172, 216, 0.11);
  margin-top: 30px;
  border-radius: 15px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail {
    padding: 31px 50px 75px;
    margin-top: 60px;
    border-radius: 30px;
  }
}

.s-high-rise-apartment-building-article-detail>p {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.55;
  color: #222222;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail>p {
    font-size: 1.8rem;
  }
}

.s-high-rise-apartment-building-article-detail>p span.underline {
  border-bottom: 1px solid #222222;
}

.s-high-rise-apartment-building-article-detail .note {
  font-weight: 500;
}

.s-high-rise-apartment-building-article-detail .note>a {
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #006AB7;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail .note>a:hover {
    opacity: 0.8;
    text-decoration: unset;
  }
}

.s-high-rise-apartment-building-article-detail-date {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #222222;
  display: inline-block;
  padding-bottom: 12.5px;
}

.s-high-rise-apartment-building-article-detail-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 20.5px;
}

.s-high-rise-apartment-building-article-detail-category span {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.46;
  color: #5b80a2;
  padding: 5px 10px;
  border: 1px solid #5b80a2;
  display: inline-block;
}

.s-high-rise-apartment-building-article-detail-tittle {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.45;
  color: #222222;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail-tittle {
    font-size: 3.8rem;
    padding-bottom: 32px;
  }
}

.s-high-rise-apartment-building-article-detail-summary-tittle {
  font-size: 1.6rem;
  line-height: 1.45;
  letter-spacing: 0.025em;
  font-weight: 700;
  color: #ffffff;
  padding: 10px 25px;
  background-color: #114a7b;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail-summary-tittle {
    font-size: 2.2rem;
    padding: 18.5px 25px;
  }
}

.s-high-rise-apartment-building-article-detail-summary-box {
  border: 1px solid #114a7b;
  border-radius: 4px;
  overflow: hidden;
  margin-block: 20px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail-summary-box {
    margin-block: 10px 22px;
  }
}

.s-high-rise-apartment-building-article-detail-summary-box ul {
  padding: 20px 15px !important;
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail-summary-box ul {
    padding: 25px !important;
  }
}

.s-high-rise-apartment-building-article-detail-summary-box ul li {
  font-size: 1.3rem;
  letter-spacing: 0.025em;
  font-weight: 700;
  line-height: 1.44;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail-summary-box ul li {
    font-size: 1.8rem;
    gap: 12px;
  }
}

.s-high-rise-apartment-building-article-detail-summary-box ul li:not(:last-of-type) {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail-summary-box ul li:not(:last-of-type) {
    margin-bottom: 27px;
  }
}

.s-high-rise-apartment-building-article-detail-summary-box ul li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.493' height='21.17' viewBox='0 0 22.493 21.17'%3E%3Cpath id='select_check_box_24dp_5F6368_FILL0_wght400_GRAD0_opsz24' d='M122.352-818.83a2.265,2.265,0,0,1-1.661-.691,2.265,2.265,0,0,1-.691-1.661v-16.465a2.265,2.265,0,0,1,.691-1.661,2.265,2.265,0,0,1,1.661-.691h16.465a2.1,2.1,0,0,1,.441.044,2.23,2.23,0,0,1,.412.132l-2.176,2.176H122.352v16.465h16.465V-829l2.352-2.352v10.173a2.265,2.265,0,0,1-.691,1.661,2.265,2.265,0,0,1-1.661.691Zm7.674-4.7-6.645-6.645,1.647-1.646,5,5,10.791-10.791L142.493-836Z' transform='translate(-120 840)' fill='%23114a7b'/%3E%3C/svg%3E%0A");
  width: 23px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 5px;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.s-high-rise-apartment-building-article-detail-summary-box ul li::after {
  display: none;
}

.s-high-rise-apartment-building-article-detail-table-of-content {
  margin: 45px auto 40px;
  background-color: #f5f9ff;
  padding: 17px 28px 17px 25px;
  border-radius: 4px;
}



@media only screen and (max-width: 767px) {
  .s-high-rise-apartment-building-article-detail-table-of-content {
    padding: 20px 15px;
  }
}

.s-high-rise-apartment-building-article-detail-table-of-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.s-high-rise-apartment-building-article-detail-table-of-content-wrapper.open {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .s-high-rise-apartment-building-article-detail-table-of-content-wrapper.open {
    margin-bottom: 10px;
  }
}

.s-high-rise-apartment-building-article-detail-table-of-content .s-high-rise-apartment-building-content ul {
  background-color: transparent !important;
}

.s-high-rise-apartment-building-article-detail-table-of-content-wrapper.open .s-high-rise-apartment-building-article-detail-table-of-content-icon::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  /* Rotate the vertical line to disappear with a smooth rotation */
  opacity: 0;
  /* Fade out the vertical line to create the minus (-) effect */
}

.s-high-rise-apartment-building-article-detail-table-of-content-wrapper.open .s-high-rise-apartment-building-article-detail-table-of-content-icon::before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  /* Keep horizontal line unchanged for minus (-) */
}

.s-high-rise-apartment-building-article-detail-table-of-content-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.025em;
  color: #114a7b;
}

@media only screen and (max-width: 767px) {
  .s-high-rise-apartment-building-article-detail-table-of-content-title {
    font-size: 1.8rem;
  }
}

.s-high-rise-apartment-building-article-detail-table-of-content-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  display: inline-block;
  width: 22px;
  /* Adjust width to match icon size */
  height: 22px;
  position: relative;
}

.s-high-rise-apartment-building-article-detail-table-of-content-icon::before,
.s-high-rise-apartment-building-article-detail-table-of-content-icon::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #114a7b;
  top: 50%;
  left: 0;
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.1s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.1s ease;
  transition: transform 0.3s ease, opacity 0.1s ease, -webkit-transform 0.3s ease;
}

.s-high-rise-apartment-building-article-detail-table-of-content-icon:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  /* Default horizontal line */
}

.s-high-rise-apartment-building-article-detail-table-of-content-icon::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  /* Default vertical line */
}

.s-high-rise-apartment-building-article-detail-table-of-content-list {
  display: block;
  list-style: none;
  /* Remove default list styling */
  counter-reset: item-counter;
  /* Initialize a counter */
}

.s-high-rise-apartment-building-article-detail-table-of-content-link {
  display: inline-block;
}

.s-high-rise-apartment-building-article-detail-table-of-content-item {
  position: relative;
  padding-left: 20px;
  /* Space for the number or bullet */
}

.s-high-rise-apartment-building-article-detail-table-of-content-item::before {
  counter-increment: item-counter;
  /* Increment the counter */
  content: counter(item-counter) ".";
  /* Display the counter with a dot */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.8rem;
  color: #114a7b;
  font-weight: 700;
  line-height: 1.5555555556;
}

@media only screen and (max-width: 767px) {
  .s-high-rise-apartment-building-article-detail-table-of-content-item::before {
    font-size: 1.6rem;
  }
}

.s-high-rise-apartment-building-article-detail-table-of-content-item .s-high-rise-apartment-building-article-detail-table-of-content-link {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.5555555556;
  color: #114a7b;
  margin-bottom: 10px;
  text-decoration: unset;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail-table-of-content-item .s-high-rise-apartment-building-article-detail-table-of-content-link {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .s-high-rise-apartment-building-article-detail-table-of-content-item .s-high-rise-apartment-building-article-detail-table-of-content-link:hover {
    opacity: 0.8;
  }
}

.s-high-rise-apartment-building-article-detail-table-of-content-item .s-high-rise-apartment-building-article-detail-table-of-content-list .s-high-rise-apartment-building-article-detail-table-of-content-item {
  padding-left: 30px;
  list-style-type: none;
}

.s-high-rise-apartment-building-article-detail-table-of-content-item .s-high-rise-apartment-building-article-detail-table-of-content-list .s-high-rise-apartment-building-article-detail-table-of-content-item::before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .s-high-rise-apartment-building-article-detail-table-of-content-item .s-high-rise-apartment-building-article-detail-table-of-content-list .s-high-rise-apartment-building-article-detail-table-of-content-item {
    padding-left: 30px;
  }
}

.s-high-rise-apartment-building-article-detail-table-of-content-item .s-high-rise-apartment-building-article-detail-table-of-content-list .s-high-rise-apartment-building-article-detail-table-of-content-item .s-high-rise-apartment-building-article-detail-table-of-content-link {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
  margin-bottom: 18px;
  position: relative;
  padding-left: 12px;
}

@media only screen and (max-width: 767px) {
  .s-high-rise-apartment-building-article-detail-table-of-content-item .s-high-rise-apartment-building-article-detail-table-of-content-list .s-high-rise-apartment-building-article-detail-table-of-content-item .s-high-rise-apartment-building-article-detail-table-of-content-link {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.s-high-rise-apartment-building-article-detail-table-of-content-item .s-high-rise-apartment-building-article-detail-table-of-content-list .s-high-rise-apartment-building-article-detail-table-of-content-item .s-high-rise-apartment-building-article-detail-table-of-content-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #114a7b;
}

.s-high-rise-apartment-building-article-detail-table-of-content-item .s-high-rise-apartment-building-article-detail-table-of-content-list .s-high-rise-apartment-building-article-detail-table-of-content-item:last-child .s-high-rise-apartment-building-article-detail-table-of-content-link {
  margin-bottom: 20px;
}

.s-high-rise-apartment-building-article-detail-advice {
  padding: 25px 15px;
  background-color: #f5f9ff;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail-advice {
    padding: 30px;
    margin-top: 40px;
  }
}

.s-high-rise-apartment-building-article-detail-advice-tittle {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.53;
  color: #116bb6;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail-advice-tittle {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.s-high-rise-apartment-building-article-detail-advice-text {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #192129;
  margin-left: 20px;
  text-indent: -20px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail-advice-text {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

.s-high-rise-apartment-building-article-detail-advice-text:not(:last-child) {
  margin-bottom: 20px;
}

.s-high-rise-apartment-building-article-detail-advice-text::before {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.678' height='14.072' viewBox='0 0 8.678 14.072'%3E%3Cpath id='chevron_right_24dp_5F6368_FILL0_wght400_GRAD0_opsz24_7_' data-name='chevron_right_24dp_5F6368_FILL0_wght400_GRAD0_opsz24 (7)' d='M325.394-712.964,320-718.358,321.642-720l7.036,7.036-7.036,7.036L320-707.57Z' transform='translate(-320 720)' fill='%23222'/%3E%3C/svg%3E%0A");
  width: 9px;
  height: 15px;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.s-high-rise-apartment-building-article-detail-advice-link {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
}

.s-high-rise-apartment-building-article-detail-point-box {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail-point-box {
    margin-top: 68px;
  }
}

.s-high-rise-apartment-building-article-detail-point-tittle {
  background-color: #114a7b;
  color: #ffffff;
  padding: 9px 13px;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.07;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail-point-tittle {
    font-size: 2.6rem;
    padding: 12px 13px;
    gap: 13px;
    margin-bottom: 40px;
  }
}

.s-high-rise-apartment-building-article-detail-point-tittle img {
  margin-bottom: 0;
  max-width: 25px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail-point-tittle img {
    max-width: 100%;
  }
}

.s-high-rise-apartment-building-article-detail-point-content {
  padding-right: 0;
  border-bottom: 1px solid #adadad;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail-point-content {
    padding-right: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.s-high-rise-apartment-building-article-detail-point-content-answer {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail-point-content-answer {
    font-size: 1.8rem;
  }
}

.s-high-rise-apartment-building-article-detail-point-content-answer-link {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: inherit;
}

.s-high-rise-apartment-building-article-detail-author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail-author-box {
    margin-top: 70px;
    padding-right: 60px;
  }
}

.s-high-rise-apartment-building-article-detail-author-box span:first-child {
  width: 50px;
  height: 50px;
  background-color: #f7f7f7;
  border: 1px solid #707070;
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail-author-box span:first-child {
    width: 77px;
    height: 77px;
  }
}

.s-high-rise-apartment-building-article-detail-author-box span:last-child {
  font-size: 1.4rem;
  line-height: 1.91;
  color: #777777;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail-author-box span:last-child {
    font-size: 1.6rem;
  }
}

.s-high-rise-apartment-building-detail {
  background-color: #FAFAFA;
  padding-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  .s-high-rise-apartment-building-detail {
    padding-bottom: 50px;
  }
}

.s-high-rise-apartment-building-detail .s-high-rise-apartment-building-breadcrumb__link {
  color: #999;
}

.s-high-rise-apartment-building-detail .s-high-rise-apartment-building-breadcrumb__item {
  color: #999;
}

.s-high-rise-apartment-building-detail .s-high-rise-apartment-building-breadcrumb__item.active {
  color: #999;
  font-weight: 700;
}

/* .s-high-rise-apartment-building-detail .s-high-rise-apartment-building-breadcrumb__item:nth-of-type(3) {
  font-weight: 400;
}

.s-high-rise-apartment-building-detail .s-high-rise-apartment-building-breadcrumb__item:nth-of-type(4) {
  font-weight: 500;
}

.s-high-rise-apartment-building-detail .s-high-rise-apartment-building-breadcrumb__item:nth-of-type(5) {
  font-weight: 700;
} */

.s-high-rise-apartment-building-detail .s-high-rise-apartment-building-breadcrumb__item:not(:last-child)::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.817' height='8.5' viewBox='0 0 4.817 8.5'%3E%3Cpath id='chevron_right_24dp_5F6368_FILL0_wght200_GRAD0_opsz24' d='M351.373-688.06l-3.683-3.683.567-.567,4.25,4.25-4.25,4.25-.567-.567Z' transform='translate(-347.69 692.31)' fill='%23222'/%3E%3C/svg%3E%0A");
  background-size: 7px 12px;
  background-position: center;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -5px;
  opacity: 0.5;
}

.s-high-rise-apartment-building-btn__view-more {
  width: 100%;
  max-width: 200px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(-10%, rgb(0, 132, 201)), color-stop(120%, rgb(4, 60, 116)));
  background: -webkit-linear-gradient(top left, rgb(0, 132, 201) -10%, rgb(4, 60, 116) 120%);
  background: linear-gradient(to bottom right, rgb(0, 132, 201) -10%, rgb(4, 60, 116) 120%);
  border-radius: 4px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14.5px 0;
  text-decoration: unset;
  border: 1px solid transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media only screen and (max-width: 767px) {
  .s-high-rise-apartment-building-btn__view-more {
    font-size: 1.3rem;
    max-width: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-btn__view-more:hover {
    background: #ffffff;
    border-color: #5b80a2;
    color: #5b80a2;
  }
}

.s-high-rise-apartment-building-content-p {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 2;
  color: #222222;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-content-p {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

.s-high-rise-apartment-building-content-p.s-investment-article-detail-summary-tittle {
  color: #ffffff;
  margin-bottom: 0;
}

.s-high-rise-apartment-building-content-p span.underline {
  border-bottom: 1px solid #222222;
}

.s-high-rise-apartment-building-content-h2 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.21;
  color: #114a7b;
  margin: 20px 0 20px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-content-h2 {
    font-size: 3.4rem;
    margin: 40px 0 30px;
  }
}

.s-high-rise-apartment-building-content-h3 {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.393;
  padding: 5px 15px;
  color: #222222;
  background-color: #f5f9ff;
  border-left: 4px solid #114a7b;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-content-h3 {
    border-left: 6px solid #114a7b;
    font-size: 2.8rem;
    padding: 9px 26px;
    margin-bottom: 30px;
  }
}

.s-high-rise-apartment-building-content-h4 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.166;
  padding-bottom: 6px;
  border-bottom: 1px solid #116bb6;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-content-h4 {
    font-size: 2.4rem;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}

.s-high-rise-apartment-building-content ul {
  padding: 28px 20px 30px 20px;
  background-color: #fafafa;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-content ul {
    padding: 28px 20px 30px 30px;
    margin-bottom: 30px;
  }
}

/* 
.s-high-rise-apartment-building-content ul li {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #222;
  line-height: 1.3;
 
  position: relative;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-content ul li {
    font-size: 1.8rem;
    line-height: 1.7;
    padding-left: 18px;
  }
}

.s-high-rise-apartment-building-content ul li::after {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #116bb6;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.s-high-rise-apartment-building-content ul li:not(:last-child) {
  margin-bottom: 12px;
} */

.s-high-rise-apartment-building-content-img {
  text-align: center;
  margin-bottom: 20px;
}

.s-high-rise-apartment-building-content-img img {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-content-img img {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-content-img {
    text-align: center;
    margin-bottom: 40px;
  }

  .s-high-rise-apartment-building-content-img img {
    margin-bottom: 10px;
  }
}

.s-high-rise-apartment-building-content-img-link {
  text-decoration: underline;
  display: inline-block;
}

.s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table {
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table {
    margin-bottom: 30px;
  }
}

.s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table.table-col-2 table th:first-child,
.s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table.table-col-2 table td:first-child {
  width: 150px;
}

@media only screen and (min-width: 768px) {

  .s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table.table-col-2 table th:first-child,
  .s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table.table-col-2 table td:first-child {
    width: 210px;
  }
}

.s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table table {
  border-radius: 4px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  table-layout: fixed;
}

.s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table table tr:not(:last-of-type) {
  border-bottom: 1px solid #E6E6E6;
}

.s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table table th:not(:last-of-type),
.s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table table td:not(:last-of-type) {
  border-right: 1px solid #E6E6E6;
}

.s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table table th,
.s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table table td {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.5;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {

  .s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table table th,
  .s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table table td {
    font-size: 1.6rem;
    padding: 17px 20px;
  }
}

.s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table table th {
  background-color: #114a7b;
  color: #ffffff;
  padding: 12px 10px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table table th {
    padding: 17px 25px;
  }
}

.s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table table th .has-text-align-center {
  text-align: center;
}

.s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table table th .has-text-align-right {
  text-align: right;
}

.s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table table td {
  height: 90px;
  color: #114a7b;
  padding: 10px 9px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table table td {
    padding: 17px 20px;
  }
}

.s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table thead,
.s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table th,
.s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table td {
  border: unset;
}

.s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table.table-col-4 table th,
.s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table.table-col-4 table td {
  width: 200px;
}

@media only screen and (min-width: 768px) {

  .s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table.table-col-4 table th,
  .s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table.table-col-4 table td {
    width: 25%;
  }
}

.s-high-rise-apartment-building-content .s-investment-article-detail-summary-box ul {
  margin: 0;
}

.s-high-rise-apartment-building-content .s-investment-article-detail-summary-box ul li {
  padding-left: 0;
  font-weight: 700;
}

.s-high-rise-apartment-building-content strong {
  font-weight: 700;
}

.s-high-rise-apartment-building-content figcaption.wp-element-caption {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.55;
  color: #222222;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-content figcaption.wp-element-caption {
    font-size: 1.8rem;
  }
}

.s-high-rise-apartment-building-content .wp-block-quote {
  padding: 35px;
  margin-bottom: 30px;
  background-color: #f5f9ff;
}

@media only screen and (max-width: 767px) {
  .s-high-rise-apartment-building-content .wp-block-quote {
    padding: 25px 15px;
    margin-bottom: 20px;
  }
}

.s-high-rise-apartment-building-content .wp-block-quote>p {
  margin-bottom: 0;
  font-weight: 500;
}

.s-high-rise-apartment-building-content .wp-block-heading.-faq {
  background-color: #114a7b;
  color: #ffffff;
  padding: 9px 13px;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.07;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-content .wp-block-heading.-faq {
    font-size: 2.6rem;
    padding: 12px 13px;
    gap: 13px;
  }
}

.s-high-rise-apartment-building-content .wp-block-heading.-faq::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg id='Group_138' data-name='Group 138' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='35.832' height='39.38' viewBox='0 0 35.832 39.38'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_109' data-name='Rectangle 109' width='35.832' height='39.381' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_137' data-name='Group 137' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_6' data-name='Path 6' d='M74.453,88.259H67.921a.814.814,0,0,1-.815-.815,12.634,12.634,0,0,0-2.815-8.364c-.014-.014-.025-.028-.037-.041a9.878,9.878,0,0,1-3.041-7.159,9.974,9.974,0,0,1,19.948,0,9.876,9.876,0,0,1-3.041,7.159c-.012.014-.024.028-.037.041a12.634,12.634,0,0,0-2.815,8.364.814.814,0,0,1-.815.815m-5.737-1.629h4.941a13.968,13.968,0,0,1,3.186-8.608.742.742,0,0,1,.088-.1,8.264,8.264,0,0,0,2.6-6.041,8.345,8.345,0,0,0-16.689,0,8.268,8.268,0,0,0,2.6,6.041.878.878,0,0,1,.09.1,13.973,13.973,0,0,1,3.184,8.608' transform='translate(-53.271 -53.874)' fill='%23fff'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M114.61,274.341H108.3a.815.815,0,1,1,0-1.629h6.313a.815.815,0,0,1,0,1.629' transform='translate(-93.538 -237.331)' fill='%23fff'/%3E%3Cpath id='Path_8' data-name='Path 8' d='M119.832,292.609h-4.483a.815.815,0,0,1,0-1.629h4.483a.815.815,0,0,1,0,1.629' transform='translate(-99.675 -253.229)' fill='%23fff'/%3E%3Cpath id='Path_9' data-name='Path 9' d='M4.054,133.444H.815a.815.815,0,0,1,0-1.629H4.054a.815.815,0,0,1,0,1.629' transform='translate(0 -114.714)' fill='%23fff'/%3E%3Cpath id='Path_10' data-name='Path 10' d='M242.713,133.444h-3.24a.815.815,0,0,1,0-1.629h3.24a.815.815,0,1,1,0,1.629' transform='translate(-207.696 -114.714)' fill='%23fff'/%3E%3Cpath id='Path_11' data-name='Path 11' d='M39.418,211.285a.815.815,0,0,1-.576-1.391l2.291-2.291a.815.815,0,0,1,1.152,1.152l-2.291,2.291a.812.812,0,0,1-.576.239' transform='translate(-33.595 -180.462)' fill='%23fff'/%3E%3Cpath id='Path_12' data-name='Path 12' d='M208.18,42.528a.815.815,0,0,1-.576-1.391l2.291-2.29A.815.815,0,1,1,211.047,40l-2.291,2.29a.812.812,0,0,1-.576.239' transform='translate(-180.462 -33.6)' fill='%23fff'/%3E%3Cpath id='Path_13' data-name='Path 13' d='M132.63,4.868a.814.814,0,0,1-.815-.815V.815a.815.815,0,1,1,1.629,0V4.054a.814.814,0,0,1-.815.815' transform='translate(-114.714)' fill='%23fff'/%3E%3Cpath id='Path_14' data-name='Path 14' d='M210.47,211.285a.812.812,0,0,1-.576-.239l-2.291-2.291a.815.815,0,0,1,1.152-1.152l2.291,2.291a.815.815,0,0,1-.576,1.391' transform='translate(-180.462 -180.462)' fill='%23fff'/%3E%3Cpath id='Path_15' data-name='Path 15' d='M41.708,42.528a.812.812,0,0,1-.576-.239L38.842,40a.815.815,0,0,1,1.152-1.152l2.291,2.29a.815.815,0,0,1-.576,1.391' transform='translate(-33.595 -33.6)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 35px;
  height: 40px;
  display: inline-block;
}

.s-high-rise-apartment-building-content .wp-block-separator {
  border-top: 1px solid #adadad;
  margin: 40px 0;
}

@media only screen and (max-width: 767px) {
  .s-high-rise-apartment-building-content .wp-block-separator {
    margin: 30px 0;
  }
}

.s-high-rise-apartment-building-content .-faq+p,
.s-high-rise-apartment-building-content .wp-block-separator+p {
  margin-bottom: 20px;
}

.s-high-rise-apartment-building-content .vk_balloon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-high-rise-apartment-building-content .vk_balloon_icon_image {
  border-radius: 50%;
  width: 77px;
  height: 77px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #707070;
  margin-bottom: 0;
}

.s-high-rise-apartment-building-content .vk_balloon_content {
  background-color: unset;
  padding: 0;
}

.s-high-rise-apartment-building-content .vk_balloon_content_after,
.s-high-rise-apartment-building-content .vk_balloon_content_before {
  display: none;
}

.s-high-rise-apartment-building-content .vk_balloon_content>p {
  font-size: 16px;
  line-height: 1.91;
  color: #777;
}

@media only screen and (max-width: 767px) {
  .s-high-rise-apartment-building-content .vk_balloon_content>p {
    font-size: 14px;
  }
}

.s-high-rise-apartment-building-content .vk_balloon_icon_name {
  display: none;
}

.s-high-rise-apartment-building-content .wp-block-code {
  padding: 15px 30px;
  border: 1px solid #222;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
}

.s-high-rise-apartment-building-breadcrumb {
  padding: 8px 0 0;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-breadcrumb {
    padding: 16px 0 0;
  }
}


@media only screen and (max-width: 767px) {
  .s-high-rise-apartment-building-breadcrumb__wpr {
    overflow-x: auto;
  }
}

.s-high-rise-apartment-building-breadcrumb__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.s-high-rise-apartment-building-breadcrumb__item {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  padding: 0 18px;
}

@media only screen and (max-width: 767px) {
  .s-high-rise-apartment-building-breadcrumb__item {
    padding: 0 14px;
    font-size: 1rem;
  }
}

.s-high-rise-apartment-building-breadcrumb__item:first-child {
  padding-left: 0;
}

.s-high-rise-apartment-building-breadcrumb__item:last-child {
  padding-right: 0;
}

.s-high-rise-apartment-building-breadcrumb__item.active {
  color: #ffffff;
}

.s-high-rise-apartment-building-breadcrumb__item:not(:last-child)::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.817' height='8.5' viewBox='0 0 4.817 8.5'%3E%3Cpath id='chevron_right_24dp_5F6368_FILL0_wght200_GRAD0_opsz24' d='M351.373-688.06l-3.683-3.683.567-.567,4.25,4.25-4.25,4.25-.567-.567Z' transform='translate(-347.69 692.31)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -5px;
}

/* .s-high-rise-apartment-building-breadcrumb__item:nth-of-type(3) {
  font-weight: 400;
}

.s-high-rise-apartment-building-breadcrumb__item:nth-of-type(4) {
  font-weight: 500;
}

.s-high-rise-apartment-building-breadcrumb__item:nth-of-type(5) {
  font-weight: 700;
} */

.s-high-rise-apartment-building-breadcrumb__link {
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-breadcrumb__link:hover {
    opacity: 0.7;
  }
}

.s-investment-basic {
  padding: 70px 0 80px;
}

@media only screen and (max-width: 767px) {
  .s-investment-basic {
    padding: 60px 0;
  }
}

.s-investment-basic__heading-box {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 57px;
}

@media only screen and (max-width: 767px) {
  .s-investment-basic__heading-box {
    margin-bottom: 30px;
  }
}

.s-investment-basic__heading-btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .s-investment-basic__heading-btn {
    margin-top: 25px;
  }
}

.s-investment-basic__heading-btn .s-investment-btn__view-more {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .s-investment-basic__heading-btn .s-investment-btn__view-more {
    margin: 0 auto;
  }
}

.s-high-rise-apartment-building-popular {
  padding: 70px 0;
  background-color: #f5f9ff;
}

@media only screen and (max-width: 767px) {
  .s-high-rise-apartment-building-popular {
    padding: 60px 0;
  }
}

.s-high-rise-apartment-building-popular__wrapper {
  position: relative;
  width: -webkit-calc(50% + 615px);
  width: calc(50% + 615px);
  margin-left: auto;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1439px) {
  .s-high-rise-apartment-building-popular__wrapper {
    width: -webkit-calc(50% + 614px);
    width: calc(50% + 614px);
  }
}

@media only screen and (max-width: 1199px) {
  .s-high-rise-apartment-building-popular__wrapper {
    width: -webkit-calc(50% + 480px);
    width: calc(50% + 480px);
  }
}

@media (min-width: 1200px) and (max-width: 1250px) {
  .s-high-rise-apartment-building-popular__wrapper {
    width: -webkit-calc(50% + 580px);
    width: calc(50% + 580px);
  }
}

@media only screen and (max-width: 991px) {
  .s-high-rise-apartment-building-popular__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.s-high-rise-apartment-building-popular__right {
  width: 71.45%;
}

@media only screen and (max-width: 991px) {
  .s-high-rise-apartment-building-popular__right {
    width: 100%;
  }
}

.s-high-rise-apartment-building-popular__box {
  width: 28.55%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 17px;
}

@media only screen and (max-width: 991px) {
  .s-high-rise-apartment-building-popular__box {
    width: 100%;
    margin-top: 0;
  }
}

.s-high-rise-apartment-building-popular__heading-wrapper {
  margin-bottom: 70px;
}

@media only screen and (max-width: 991px) {
  .s-high-rise-apartment-building-popular__heading-wrapper {
    margin-bottom: 30px;
  }
}

.s-high-rise-apartment-building-popular__heading-btn {
  margin-bottom: 55px;
}

@media only screen and (max-width: 991px) {
  .s-high-rise-apartment-building-popular__heading-btn {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.s-high-rise-apartment-building-popular__swiper-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
}

.s-high-rise-apartment-building-popular__swiper-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, rgba(255, 255, 255, 0)), color-stop(61%, rgba(8, 26, 44, 0.33)), color-stop(80%, rgba(33, 43, 54, 0.53)), to(rgba(30, 43, 54, 0.87)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 33%, rgba(8, 26, 44, 0.33) 61%, rgba(33, 43, 54, 0.53) 80%, rgba(30, 43, 54, 0.87) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 33%, rgba(8, 26, 44, 0.33) 61%, rgba(33, 43, 54, 0.53) 80%, rgba(30, 43, 54, 0.87) 100%);
}

.s-high-rise-apartment-building-popular__swiper-img {
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.s-high-rise-apartment-building-popular__swiper-img>img {
  width: 100%;
  border-radius: 4px;
  display: block;
  aspect-ratio: 614/337;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-high-rise-apartment-building-popular__swiper-content {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  z-index: 1;
  padding: 10px 18px 17px 20px;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .s-high-rise-apartment-building-popular__swiper-content {
    padding: 10px;
  }
}

.s-high-rise-apartment-building-popular__swiper-date {
  font-size: 1.3rem;
  line-height: 1.4615384615;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .s-high-rise-apartment-building-popular__swiper-date {
    font-size: 1.1rem;
    margin-bottom: 6px;
  }
}

.s-high-rise-apartment-building-popular__swiper-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 991px) {
  .s-high-rise-apartment-building-popular__swiper-tags {
    margin-bottom: 6px;
  }
}

.s-high-rise-apartment-building-popular__swiper-tags-item {
  padding: 4px 10px;
  border: 1px solid #ffffff;
  font-size: 1.1rem;
  line-height: 1.4545454545;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .s-high-rise-apartment-building-popular__swiper-tags-item {
    font-size: 1rem;
    padding: 3px 5px;
  }
}

.s-high-rise-apartment-building-popular__swiper-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .s-high-rise-apartment-building-popular__swiper-title {
    font-size: 1.3rem;
  }
}

.s-high-rise-apartment-building-popular__swiper-title::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='34' viewBox='0 0 33 34'%3E%3Cg id='Group_60' data-name='Group 60' transform='translate(-0.228 0.444)'%3E%3Cg id='Ellipse_11' data-name='Ellipse 11' transform='translate(0.228 -0.444)' fill='none' stroke='%23fff' stroke-width='1.5'%3E%3Cellipse cx='16.5' cy='17' rx='16.5' ry='17' stroke='none'/%3E%3Cellipse cx='16.5' cy='17' rx='15.75' ry='16.25' fill='none'/%3E%3C/g%3E%3Cpath id='arrow_forward_ios_24dp_5F6368_FILL0_wght300_GRAD0_opsz24' d='M264.664-855.071l-.814-.814,4.725-4.725-4.725-4.725.814-.814,5.54,5.54Z' transform='translate(-250.258 877.435)' fill='%23fff' stroke='%23fff' stroke-width='0.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 29px;
  height: 30px;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media only screen and (max-width: 991px) {
  .s-high-rise-apartment-building-popular__swiper-title::after {
    width: 14px;
    height: 15px;
  }
}

.s-high-rise-apartment-building-popular__swiper .swiper-slide {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.s-high-rise-apartment-building-popular__swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
  -webkit-transform: scale(0.8100263852);
  -ms-transform: scale(0.8100263852);
  transform: scale(0.8100263852);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.s-high-rise-apartment-building-popular__swiper .swiper-slide-active .s-high-rise-apartment-building-popular__swiper-box:hover .s-high-rise-apartment-building-popular__swiper-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.s-high-rise-apartment-building-popular__swiper .swiper-slide-active .s-high-rise-apartment-building-popular__swiper-box:hover .s-high-rise-apartment-building-popular__swiper-title::after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.s-high-rise-apartment-building-popular__swiper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}

@media only screen and (max-width: 991px) {
  .s-high-rise-apartment-building-popular__swiper-buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 12px auto;
    gap: 30px;
  }
}

.s-high-rise-apartment-building-popular__swiper-navigation-next,
.s-high-rise-apartment-building-popular__swiper-navigation-prev {
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-high-rise-apartment-building-popular__swiper-navigation-next>svg,
.s-high-rise-apartment-building-popular__swiper-navigation-prev>svg {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media only screen and (max-width: 991px) {

  .s-high-rise-apartment-building-popular__swiper-navigation-next>svg,
  .s-high-rise-apartment-building-popular__swiper-navigation-prev>svg {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (min-width: 992px) {

  .s-high-rise-apartment-building-popular__swiper-navigation-next>svg:hover g g path,
  .s-high-rise-apartment-building-popular__swiper-navigation-prev>svg:hover g g path {
    fill: #024f8a;
    stroke: #024f8a;
  }

  .s-high-rise-apartment-building-popular__swiper-navigation-next>svg:hover g>path,
  .s-high-rise-apartment-building-popular__swiper-navigation-prev>svg:hover g>path {
    fill: #ffffff;
    stroke: #ffffff;
  }

  .s-high-rise-apartment-building-popular__swiper-navigation-next>svg:active,
  .s-high-rise-apartment-building-popular__swiper-navigation-prev>svg:active {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
  }
}




.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}


@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-inline-grid {
    display: inline-grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-inline-grid {
    display: inline-grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

}

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-inline-grid {
    display: inline-grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

}

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-inline-grid {
    display: inline-grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

}

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-inline-grid {
    display: inline-grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

}



.s-high-rise-apartment-building-popular__swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .s-high-rise-apartment-building-popular__swiper-pagination {
    gap: 10px;
  }
}

.s-high-rise-apartment-building-popular__swiper-pagination.swiper-pagination-bullets {
  width: auto !important;
}

.s-high-rise-apartment-building-popular__swiper-pagination .swiper-pagination-bullet {
  display: block;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #DDDDDD;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 !important;
}

@media only screen and (max-width: 991px) {
  .s-high-rise-apartment-building-popular__swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}

.s-high-rise-apartment-building-popular__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F0CB00;
}

.s-high-rise-apartment-building-article-subttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.1666666667;
  color: #114A7B;
  margin: 56px 0 20px;
}

.s-high-rise-apartment-building-article-earthquake {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FAFAFA;
  gap: 15px;
  margin-bottom: 56px;
  transition: all .3s ease-in-out;
}

@media only screen and (min-width: 576px) {
  .s-high-rise-apartment-building-article-earthquake {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-earthquake {
    font-size: 1.4rem;
    gap: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .s-high-rise-apartment-building-article-earthquake {
    font-size: 1.6rem;
    gap: 29px;
  }
}

.s-high-rise-apartment-building-article-earthquake:hover {
  opacity: .7;

  .s-high-rise-apartment-building-article-earthquake-ttl {
    text-decoration: none;
    transition: all .3s ease-in-out;
  }
}

.s-high-rise-apartment-building-article-earthquake img {
  margin-bottom: 0;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .s-high-rise-apartment-building-article-earthquake img {
    max-width: 180px;
  }
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-earthquake img {
    max-width: 250px;
  }
}

.s-high-rise-apartment-building-article-earthquake-cnt {
  padding: 10px;
}

@media only screen and (min-width: 576px) {
  .s-high-rise-apartment-building-article-earthquake-cnt {
    padding: 0 10px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-earthquake-cnt {
    padding: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .s-high-rise-apartment-building-article-earthquake-cnt {
    padding: 10px 9px 10px 0;
  }
}

.s-high-rise-apartment-building-article-earthquake-ttl {
  font-size: 1.8rem;
  color: #222222;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.025em;
  text-decoration: underline;
  margin-bottom: 20px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .3s ease-in-out;
}

@media only screen and (min-width: 992px) {
  .s-high-rise-apartment-building-article-earthquake-ttl {
    font-size: 2rem;
  }
}

.s-high-rise-apartment-building-article-earthquake-desc {
  font-size: 1.4rem;
  color: #777777;
  line-height: 1.75;
  letter-spacing: 0.025em;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (min-width: 576px) {
  .s-high-rise-apartment-building-article-earthquake-desc {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-earthquake-desc {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 992px) {
  .s-high-rise-apartment-building-article-earthquake-desc {
    font-size: 1.6rem;
  }
}

.s-high-rise-apartment-building-article-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 36px 0;
  gap: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  transition: all .3s ease-in-out;
}

@media only screen and (min-width: 576px) {
  .s-high-rise-apartment-building-article-banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-banner {
    gap: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .s-high-rise-apartment-building-article-banner {
    margin: 72px 0;
    gap: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .s-high-rise-apartment-building-article-banner {
    gap: 52px;
  }
}

.s-high-rise-apartment-building-article-banner img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
  .s-high-rise-apartment-building-article-banner img {
    max-width: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-banner img {
    max-width: 250px;
  }
}

@media only screen and (min-width: 992px) {
  .s-high-rise-apartment-building-article-banner img {
    max-width: 400px;
  }
}

@media only screen and (min-width: 1200px) {
  .s-high-rise-apartment-building-article-banner img {
    max-width: 470px;
  }
}

.s-high-rise-apartment-building-article-banner-cnt {
  padding: 15px;
}

@media only screen and (min-width: 576px) {
  .s-high-rise-apartment-building-article-banner-cnt {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-banner-cnt {
    padding: 0 10px 0 0;
  }
}

@media only screen and (min-width: 992px) {
  .s-high-rise-apartment-building-article-banner-cnt {
    padding: 0 10px 0 0;
  }
}

@media only screen and (min-width: 1200px) {
  .s-high-rise-apartment-building-article-banner-cnt {
    padding: 0 39px 0 0;
  }
}

.s-high-rise-apartment-building-article-banner-ttl {
  border-left: none;
  background-color: transparent;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  padding: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (min-width: 576px) {
  .s-high-rise-apartment-building-article-banner-ttl {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-banner-ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .s-high-rise-apartment-building-article-banner-ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .s-high-rise-apartment-building-article-banner-ttl {
    font-size: 2.6rem;
  }
}

.s-high-rise-apartment-building-article-banner-desc {
  font-size: 1.4rem;
  color: #777777;
  line-height: 1.75;
  letter-spacing: 0.025em;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (min-width: 576px) {
  .s-high-rise-apartment-building-article-banner-desc {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-banner-desc {
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 992px) {
  .s-high-rise-apartment-building-article-banner-desc {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .s-high-rise-apartment-building-article-banner-desc {
    margin-bottom: 48px;
  }
}

.s-high-rise-apartment-building-article-banner-link {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.025em;
  color: #114A7B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 576px) {
  .s-high-rise-apartment-building-article-banner-link {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-banner-link {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1200px) {
  .s-high-rise-apartment-building-article-banner-link {
    font-size: 2rem;
  }
}

.s-high-rise-apartment-building-article-banner-link:hover {
  opacity: 0.7;
}

.s-high-rise-apartment-building-article-banner-link::after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.629' height='20.255' viewBox='0 0 19.629 20.255'%3E%3Cg id='Group_173' data-name='Group 173' transform='translate(-1287.993 -13933.955)'%3E%3Cg id='Ellipse_11' data-name='Ellipse 11' transform='translate(1287.993 13933.955)' fill='none' stroke='%23114a7b' stroke-width='1.5'%3E%3Cellipse cx='9.815' cy='10.127' rx='9.815' ry='10.127' stroke='none'/%3E%3Cellipse cx='9.815' cy='10.127' rx='9.065' ry='9.377' fill='none'/%3E%3C/g%3E%3Cpath id='chevron_right_24dp_5F6368_FILL0_wght400_GRAD0_opsz24_7_' data-name='chevron_right_24dp_5F6368_FILL0_wght400_GRAD0_opsz24 (7)' d='M323.084-715.978,320-719.061l.939-.939,4.022,4.022-4.022,4.022-.939-.939Z' transform='translate(975.328 14660.061)' fill='%23114a7b'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 3px;
}



.m-info-list {
  margin-top: 32px
}

.m-info-list--favorite {
  margin: 24px -8px
}

.m-info-list--favorite .m-info-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 16px 0 0;
  padding: 16px 12px;
  border: 1px solid #ebebeb;
  border-radius: 4px
}

.m-info-list--favorite .m-info-list__image-area {
  display: block;
  width: 115px;
  padding: 0
}

.m-info-list--favorite .m-info-list__detail {
  display: block;
  width: calc(100% - 131px);
  padding: 0
}

.m-info-list--favorite .m-info-list__detail-title {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
  color: #48a63f
}

.m-info-list--favorite .m-info-list__detail-title--member {
  color: #d74c53
}

.m-info-list__item {
  margin: 0 0 8px
}

.m-info-list__link {
  display: table;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15)
}

.m-info-list__link:hover {
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .15)
}

.m-info-list__image-area {
  display: table-cell;
  width: 104px;
  padding: 8px
}

.m-info-list__image {
  display: block;
  height: 88px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.m-info-list__detail {
  display: table-cell;
  width: auto;
  padding: 16px 12px 16px 4px;
  vertical-align: top
}

.m-info-list__detail .a-tag {
  margin: 0 0 0 8px;
  vertical-align: 2px
}

.m-info-list__detail-title {
  color: #0062b2;
  -webkit-transition: all .12s ease-out 0s;
  -o-transition: all .12s ease-out 0s;
  transition: all .12s ease-out 0s;
  border-bottom: 1px solid transparent;
  display: inline;
  line-height: 1.5
}

.m-info-list__detail-text {
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #777
}


@media print,
screen and (min-width:769px) {

  .m-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -16px
  }

  .m-info-list--favorite {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 16px 0 32px
  }

  .m-info-list--favorite .m-info-list__item {
    width: 363px
  }

  .m-info-list--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .m-info-list__item {
    width: calc(50% - 16px);
    margin: 0 0 16px 16px
  }

  .m-info-list__link:hover .m-info-list__detail-title {
    border-bottom: 1px solid currentColor
  }

  .m-info-list__link:hover .m-info-list__image {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06)
  }

  .m-info-list__image-area {
    width: 124px;
    padding: 12px;
    overflow: hidden
  }

  .m-info-list__image {
    height: 100px
  }

  .m-info-list__detail {
    padding: 16px 16px 16px 4px
  }

}

.s-high-rise-apartment-building-container .m-info-list {
  margin-bottom: 48px;
}

.s-high-rise-apartment-building-content-p-underline {
  text-decoration: underline;
}


.s-high-rise-apartment-building-content-ul {
  padding: 28px 20px 30px 30px;
  background-color: #fafafa;
  margin-top: 30px;

}

.s-high-rise-apartment-building-content-ul {
  @media only screen and (min-width: 768px) {
    padding: 28px 20px 30px 30px;
    margin-top: 40px;
  }
}

.s-high-rise-apartment-building-content-ul-li {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #222;
  line-height: 1.3;
  padding-left: 18px;
  position: relative;
}

.s-high-rise-apartment-building-content-ul-li {
  @media only screen and (min-width: 768px) {
    font-size: 1.8rem;
    line-height: 1.7;

  }
}

.s-high-rise-apartment-building-content-ul-li::before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #116bb6;
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-content-ul-li::before {
    top: 16px;
  }

}

.s-high-rise-apartment-building-content-ul-li:not(:last-child) {
  margin-bottom: 12px;
}

.s-high-rise-apartment-building-mb0 {
  margin-bottom: 0 !important;
}

.s-high-rise-apartment-building-mb32 {
  margin-bottom: 32px;
}

.s-high-rise-apartment-building-mb8 {
  margin-bottom: 8px;
}

.s-high-rise-apartment-building-d-ib {
  display: block;
}

.s-high-rise-apartment-building-text-underline {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .s-high-rise-apartment-building-text-underline {
    font-size: 14px;
  }
}

.s-high-rise-apartment-building-content .s-high-rise-apartment-building-content-table {
  overflow-x: auto;
}


.s-high-rise-apartment-building-article-detail-author-desc {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.55;
  color: #222;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail-author-desc {
    font-size: 1.8rem;
  }
}


.s-high-rise-apartment-building-article-detail-table-of-content .s-high-rise-apartment-building-article-detail-table-of-content-list{
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.s-high-rise-apartment-building-article-detail-mv{
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .s-high-rise-apartment-building-article-detail-mv{
    margin-bottom: 50px;
  }
}

.s-high-rise-apartment-building-article-box{
  transition: all .3s ease-in-out;
}

.s-high-rise-apartment-building-article-box:hover .s-high-rise-apartment-building-article-banner{
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .15);
  transition: all .3s ease-in-out;
}

.s-high-rise-apartment-building-article-box{
  display: none;
}

.s-shutoken .s-high-rise-apartment-building-article-box.s-high-rise-apartment-building-article-box-shutoken,
.k-kansai .s-high-rise-apartment-building-article-box.s-high-rise-apartment-building-article-box-kansai {
	display: block;
}

.s-shutoken .s-high-rise-apartment-building-article-box.s-high-rise-apartment-building-article-box-kansai{
  display: none;
}
.k-kansai .s-high-rise-apartment-building-article-box.s-high-rise-apartment-building-article-box-shutoken{
  display: none;
}
/*# sourceMappingURL=app.css.map */