.label-block {
  margin-top: 26px;
}

.label-block-title {
  font-size: 13px;
  font-weight: 600;
}

.label-block-line {
  width: 48px;
  height: 2px;
  background: #e84b23;
  margin-top: 4px;
}

.recommend-row {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.recommend-row-categorize {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid #d8d8d8;
}
.recommend-row-categorize .title {
  display: flex;
  align-items: center;
  min-width: 200px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 175%;
}
.recommend-row-categorize:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.rec-card {
  display: flex;
  align-items: center;
  min-width: 280px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.02);
  position: relative;
  cursor: pointer;
}
.rec-card::after {
  content: "";
  width: 24px;
  height: 12px;
  background: url(/images/common/icon_arrow-select.svg) no-repeat center/cover;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 10;
}

.rec-card-thumb {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  background: #d7d7d7;
}
.rec-card-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}

.rec-card-text {
  flex: 1;
  color: #444;
  padding: 0 16px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 150%;
}

.p-building1 .label-lead {
  margin: 40px auto;
  color: #444;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 175%;
}
.p-building1 .label-block {
  display: flex;
  gap: 40px;
  border: 1px solid #d8d8d8;
  border-top: #e83820 4px solid;
  padding: 40px 50px;
  margin: 40px auto;
}
.p-building1 .label-left {
  width: 240px;
  min-width: 240px;
}
.p-building1 .label-title {
  margin-bottom: 20px;
  color: #444;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
}
.p-building1 .label-title span {
  color: #e83820;
  font-size: 3rem;
}
.p-building1 .label-text {
  color: #444;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
}
.p-building1 .label .rec-card {
  min-width: 292px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .p-building1 .label {
    padding: 0 15px;
  }
  .p-building1 .label-lead {
    font-size: 1.4rem;
  }
  .p-building1 .label-block {
    gap: 20px;
    flex-flow: column;
    padding: 30px;
  }
  .p-building1 .label-left {
    width: 100%;
    min-width: 100%;
  }
  .p-building1 .label-title {
    margin-bottom: 10px;
  }
  .p-building1 .label-text {
    font-size: 1.5rem;
  }
  .p-building1 .label .recommend-row li {
    width: 100%;
  }
  .p-building1 .label .recommend-row li .rec-card {
    width: 100%;
    min-width: 100%;
  }
}

.p-building_by .mt-8 {
  margin-top: 8px;
}
.p-building_by .mt-12 {
  margin-top: 12px;
}
.p-building_by .mt-16 {
  margin-top: 16px;
}
.p-building_by .mt-24 {
  margin-top: 24px;
}
.p-building_by .mt-32 {
  margin-top: 32px;
}
.p-building_by a {
  text-decoration: none;
}
.p-building_by .c-mainimg__title__jap {
  margin-bottom: 0;
}
.p-building_by .c-mainimg__title__eng {
  margin-bottom: 29px;
}
.p-building_by .global-header {
  background: #464e56;
}
.p-building_by .global-nav {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}
.p-building_by .global-nav li {
  flex: 1;
}
.p-building_by .global-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  font-weight: 700;
  line-height: 150%;
}
.p-building_by .global-nav-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.p-building_by .global-nav-item--current {
  background: #6b7178;
  pointer-events: none;
}
.p-building_by .intro {
  padding: 80px 0;
}
.p-building_by .intro p {
  font-size: 1.6rem;
  color: #777;
  line-height: 175%;
}
.p-building_by .tabs-txt {
  margin-bottom: 20px;
  color: #444;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
}
.p-building_by .type-tabs {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.p-building_by .type-tabs li {
  flex: 0 0 33.3333333333%;
}
.p-building_by .type-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #e84b23;
  color: #ffffff;
  text-align: center;
  padding: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.p-building_by .type-tab:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.p-building_by .type-tab::after {
  content: "";
  width: 24px;
  height: 12px;
  background: url(/images/common/icon_arrow-select_white.svg) no-repeat center/cover;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.p-building_by .section {
  border: 1px solid #d8d8d8;
  border-top: 2px solid #e84b23;
  margin-top: 80px;
  padding: 60px;
}
.p-building_by .section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.p-building_by .section-right {
  width: 220px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 175%;
}
.p-building_by .section-right .note {
  display: inline-block;
  margin-top: 10px;
  padding-left: 1rem;
  text-indent: -1rem;
  font-size: 1rem;
}
.p-building_by .section-right-label {
  margin-bottom: 6px;
}
.p-building_by .step-mark {
  display: block;
  width: 220px;
  margin: 2px auto 0;
  padding: 7px 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 175%;
  border: none;
  cursor: pointer;
}
.p-building_by .step-mark--primary {
  background: #e84b23;
  color: #ffffff;
}
.p-building_by .step-mark--gray {
  background: rgba(68, 68, 68, 0.25);
  color: #ffffff;
  border-top: 1px solid #ffffff;
}
.p-building_by .table-block {
  margin-top: 40px;
}
.p-building_by .table-block.h60 {
  margin-top: 60px;
}
.p-building_by .table-block.h0 {
  margin-top: 0;
}
.p-building_by .table-block.lineup-with-arrow .table-wrap {
  margin-top: 0;
}
.p-building_by .table-wrap {
  margin-top: 12px;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  overflow-x: auto;
  flex: 1;
  background: #ffffff;
}
.p-building_by .table-title {
  display: block;
  margin: 20px 0 10px;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-building_by table {
  border-collapse: collapse;
  width: 100%;
}
.p-building_by th,
.p-building_by td {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 16px;
  text-align: center;
  vertical-align: middle;
  background: #ffffff;
}
.p-building_by th a,
.p-building_by td a {
  display: block;
  color: #e83820;
  text-decoration: underline;
  text-align: left;
  line-height: 150%;
}
.p-building_by th a.small,
.p-building_by td a.small {
  display: block;
  font-size: 1.2rem;
}
.p-building_by th {
  background: #f7f7f7;
  font-weight: 700;
  text-align: center;
}
.p-building_by th.b {
  min-width: 120px;
}
.p-building_by th.b.col3 {
  min-width: 80px;
}
.p-building_by td.left {
  text-align: left;
}
.p-building_by td span {
  display: block;
  text-align: left;
  font-size: 1.2rem;
  line-height: 150%;
}
.p-building_by .note {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #999;
  line-height: 1.2;
  text-align: left;
}
.p-building_by .note a {
  color: #e83820;
  text-decoration: underline;
}
.p-building_by .lineup-main {
  display: flex;
  margin-top: 12px;
}
.p-building_by .lineup-main-col + .lineup-main {
  margin-top: 30px;
}
.p-building_by .lineup-main-col .lineup-arrow {
  width: 100%;
  padding-right: 16px;
}
.p-building_by .lineup-main-col .lineup-arrow .lineup-arrow-inner {
  position: relative;
  width: 100%;
  height: 30px;
  text-align: center;
  writing-mode: horizontal-tb;
  color: #fff;
  letter-spacing: 0;
  background: linear-gradient(90deg, #e6efee 0%, #03a57f 90%);
}
.p-building_by .lineup-main-col .lineup-arrow .lineup-arrow-inner::before {
  display: none;
}
.p-building_by .lineup-main-col .lineup-arrow .lineup-arrow-inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  bottom: auto;
  left: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 16px;
  border-color: transparent transparent transparent #e83820;
  background: none;
}
.p-building_by .lineup-main-col .lineup-arrow .lineup-arrow-inner--blue {
  background: linear-gradient(to left, #0283c4 0%, #ddd 85%);
}
.p-building_by .lineup-main-col .lineup-arrow .lineup-arrow-inner--blue::after {
  border-color: transparent transparent transparent #0283c4;
}
.p-building_by .lineup-main-col .lineup-arrow .lineup-arrow-inner--purple {
  background: linear-gradient(to left, #93015f 0%, #ddd 85%);
}
.p-building_by .lineup-main-col .lineup-arrow .lineup-arrow-inner--purple::after {
  border-color: transparent transparent transparent #93015f;
}
.p-building_by .lineup-main-col .lineup-arrow .lineup-arrow-inner--yellow {
  background: linear-gradient(to left, #738400 0%, #ddd 85%);
}
.p-building_by .lineup-main-col .lineup-arrow .lineup-arrow-inner--yellow::after {
  border-color: transparent transparent transparent #738400;
}
.p-building_by .lineup-main-col .lineup-arrow .lineup-arrow-inner--green {
  background: linear-gradient(to left, #008d70 0%, #ddd 85%);
}
.p-building_by .lineup-main-col .lineup-arrow .lineup-arrow-inner--green::after {
  border-color: transparent transparent transparent #008d70;
}
.p-building_by .lineup-arrow {
  flex: 0 0 40px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-top: 16px;
}
.p-building_by .lineup-arrow-inner {
  position: relative;
  width: 30px;
  height: auto;
  background: linear-gradient(to bottom, #e83820 0%, #ddd 85%);
  border: 1px solid #f2f2f2;
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.5rem;
  padding: 10px 5px;
  box-sizing: border-box;
  flex-grow: 0;
  /*&::after {
      content: "";
      position: absolute;
      bottom: -1px;
      left: -1px;
      right: -1px;
      height: 1px;
      background: #e3e3e3;
  }*/
}
.p-building_by .lineup-arrow-inner::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  border-style: solid;
  border-width: 16px 15px 0 15px;
  border-color: #e83820 transparent transparent transparent;
}
.p-building_by .lineup-arrow-inner--blue {
  background: linear-gradient(to bottom, #0283c4 0%, #ddd 85%);
}
.p-building_by .lineup-arrow-inner--blue::before {
  border-color: #0283c4 transparent transparent transparent;
}
.p-building_by .lineup-arrow-inner--purple {
  background: linear-gradient(to bottom, #93015f 0%, #ddd 85%);
}
.p-building_by .lineup-arrow-inner--purple::before {
  border-color: #93015f transparent transparent transparent;
}
.p-building_by .lineup-arrow-inner--yellow {
  background: linear-gradient(to bottom, #738400 0%, #ddd 85%);
}
.p-building_by .lineup-arrow-inner--yellow::before {
  border-color: #738400 transparent transparent transparent;
}
.p-building_by .lineup-arrow-inner--green {
  background: linear-gradient(to bottom, #008d70 0%, #ddd 85%);
}
.p-building_by .lineup-arrow-inner--green::before {
  border-color: #008d70 transparent transparent transparent;
}
.p-building_by .th-side {
  background: #4e555b;
  color: #ffffff;
  width: 10%;
  max-width: 170px;
  font-size: 1.4rem;
  box-sizing: border-box;
}
.p-building_by .th-side_10 {
  width: 10%;
}
.p-building_by .th-side_18 {
  width: 18%;
}
.p-building_by .th-side_225 {
  width: 22.5%;
}
.p-building_by .th-side_30 {
  width: 30%;
}
.p-building_by .th-side_33 {
  width: 33.33333333%;
}
.p-building_by .th-side_45 {
  width: 45%;
}
.p-building_by .head-group {
  width: 30%;
  height: 190px;
  padding: 16px;
  vertical-align: middle;
  box-sizing: border-box;
}
.p-building_by .head-group-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.p-building_by .head-group-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 16px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
  flex-grow: 1;
}
.p-building_by .head-group-img {
  height: 100px;
  overflow: hidden;
}
.p-building_by .head-group-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-building_by .head-group--brown {
  background: #8c5224;
}
.p-building_by .head-group--green {
  background: #3d7b43;
}
.p-building_by .head-group--blue {
  background: #2b667f;
}
.p-building_by .head-sub {
  background: #f5f3f1;
}
.p-building_by .head-sub--brown {
  background: rgba(131, 81, 49, 0.1);
}
.p-building_by .head-sub--green {
  background: rgba(49, 105, 72, 0.1);
}
.p-building_by .head-sub--blue {
  background: rgba(49, 99, 123, 0.1);
}
.p-building_by .col2 .head-group {
  width: 45%;
}
.p-building_by .head-group.no-img {
  height: auto !important;
}
.p-building_by .head-group.no-img .head-group-title {
  padding: 0;
}
.p-building_by .th-dark {
  background: #555b61;
  color: #ffffff;
}
.p-building_by .th-brown {
  background: #8c5224;
  color: #ffffff;
}
.p-building_by .th-green {
  background: #3d7b43;
  color: #ffffff;
}
.p-building_by .th-blue {
  background: #2b667f;
  color: #ffffff;
}
.p-building_by .asbestos-text {
  width: 100%;
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 175%;
  color: #666;
}
.p-building_by .asbestos-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16px;
  gap: 24px;
}
.p-building_by .asbestos-figure {
  width: 420px;
  min-width: 420px;
  height: 286px;
  background: #d7d7d7;
}
.p-building_by .asbestos-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-building_by .c-title2 {
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 25px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 150%;
    color: #444;
    width: 100%;
    position: relative;
    background: url(/images/common/icon_bg-title.svg) no-repeat left bottom/41.6px 8.6px;
  }
  .p-building_by .c-title2__style3 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 700;
    position: relative;
    text-align: left;
    background: none;
  }
  .p-building_by .c-title2__style3::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    top: auto;
    left: 0;
    background-color: #e83820;
    bottom: 0;
    transform: none;
  }
  .p-building_by .intro {
    padding: 40px 0;
  }
  .p-building_by .section {
    margin-top: 40px;
    padding: 30px;
  }
  .p-building_by .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .p-building_by .section-right {
    width: 100%;
    align-self: center;
  }
  .p-building_by .section-right .step-mark {
    display: block;
    width: 100%;
    margin: 2px auto 0;
    padding: 7px 0;
    font-size: 1.4rem;
  }
  .p-building_by .section-right .step-mark--primary {
    background: #e84b23;
    color: #ffffff;
  }
  .p-building_by .section-right .step-mark--gray {
    background: #f0f0f0;
    color: #666;
    border-top: 1px solid #ffffff;
  }
  .p-building_by .asbestos-layout {
    flex-direction: column;
  }
  .p-building_by .type-tabs a {
    font-size: 1.2rem;
    display: flex;
    padding: 20px 24px 20px 8px;
  }
  .p-building_by .type-tabs a::after {
    width: 16px;
    height: 8px;
    background: url(/images/common/icon_arrow-select_white.svg) no-repeat center/cover;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .p-building_by .tabs-txt {
    font-size: 2rem;
  }
  .p-building_by .lineup-main {
    flex-direction: row;
  }
  .p-building_by .lineup-main-col + .lineup-main {
    margin-top: 15px;
  }
  .p-building_by .recommend-row {
    width: 100%;
  }
  .p-building_by .recommend-row li {
    width: 100%;
  }
  .p-building_by .recommend-row-categorize {
    justify-content: center;
    flex-flow: column;
  }
  .p-building_by .recommend-row-categorize .title {
    justify-content: center;
    font-size: 1.4rem;
  }
  .p-building_by .global-nav {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex-direction: column;
  }
  .p-building_by .global-nav li:not(.sp) {
    display: none;
  }
  .p-building_by .global-nav li:not(.sp).is-active {
    display: block;
  }
  .p-building_by .global-nav-item {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
  .p-building_by .global-nav-menu {
    display: flex;
    align-items: center;
    padding: 0 0 0 16px;
    font-size: 1.4rem;
    font-weight: 700;
    justify-content: flex-start;
  }
  .p-building_by .global-nav-menu::after {
    content: "";
    margin-left: auto;
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    background: #464e56 url(/images/common/icon_btnmenu.svg) no-repeat center/24px;
    box-sizing: border-box;
    color: #fff;
  }
  .p-building_by .global-nav-menu.is-active::after {
    background: url(/images/common/close.svg) no-repeat center/16px #464e56;
  }
  .p-building_by .table-title {
    font-size: 1.6rem;
  }
  .p-building_by table {
    border-collapse: collapse;
    min-width: 650px;
  }
  .p-building_by table.col1 {
    width: 100%;
    min-width: 100%;
  }
  .p-building_by th,
.p-building_by td {
    padding: 8px;
  }
  .p-building_by th a.small,
.p-building_by td a.small {
    font-size: 1rem;
  }
  .p-building_by th.b {
    min-width: 60px;
  }
  .p-building_by th.b.col3 {
    min-width: 40px;
  }
  .p-building_by td span {
    font-size: 1rem;
  }
  .p-building_by .note {
    margin-top: 20px;
  }
  .p-building_by .table-block {
    margin-top: 30px !important;
  }
  .p-building_by .lineup-arrow {
    flex: 0 0 30px;
    padding-top: 12px;
  }
  .p-building_by .lineup-arrow-inner {
    width: 20px;
    font-size: 1.2rem;
    letter-spacing: 0.5rem;
    line-height: 0;
    padding: 10px 0px;
  }
  .p-building_by .lineup-arrow-inner::before {
    top: -12px;
    border-width: 12px 10px 0 10px;
  }
  .p-building_by .th-side {
    width: 10%;
    min-width: 80px;
    font-size: 1.2rem;
  }
  .p-building_by .head-group {
    width: 30%;
    height: 117px;
    padding: 8px;
  }
  .p-building_by .head-group-title {
    padding: 0 0 8px;
    font-size: 1.2rem;
  }
  .p-building_by .head-group-img {
    height: 57px;
  }
  .p-building_by .head-sub {
    background: #f5f3f1;
  }
  .p-building_by .asbestos-text {
    width: 100%;
    margin-top: 10px;
    color: #666;
  }
  .p-building_by .asbestos-figure {
    width: 100%;
    min-width: 100%;
    height: auto;
    margin: 30px auto;
    background: #d7d7d7;
  }
  .p-building_by .asbestos-figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-building_bypart .c-mainimg.bypart01 {
  background: url(/images/products/building/bypart/mainimg_01.jpg) no-repeat center/cover;
}
.p-building_bypart .c-mainimg.bypart02 {
  background: url(/images/products/building/bypart/mainimg_02.jpg) no-repeat center/cover;
}
.p-building_bypart .c-mainimg.bypart03 {
  background: url(/images/products/building/bypart/mainimg_03.jpg) no-repeat center/cover;
}
.p-building_bypart .c-mainimg.bypart04 {
  background: url(/images/products/building/bypart/mainimg_04.jpg) no-repeat center/cover;
}
.p-building_bypart .c-mainimg.bypart05 {
  background: url(/images/products/building/bypart/mainimg_05.jpg) no-repeat center/cover;
}
.p-building_bypart .c-mainimg.bypart06 {
  background: url(/images/products/building/bypart/mainimg_06.jpg) no-repeat center/cover;
}
.p-building_bypart .c-mainimg.bypart07 {
  background: url(/images/products/building/bypart/mainimg_07.jpg) no-repeat center/cover;
}
.p-building_bypart .c-mainimg.bypart08 {
  background: url(/images/products/building/bypart/mainimg_08.jpg) no-repeat center/cover;
}

.p-building_bybuilding {
  /* ========= building selector (tab buttons) ========= */
  /* ========= hero ========= */
  /* ========= rating stars ========= */
  /* ========= rating summary ========= */
}
.p-building_bybuilding .c-mainimg.bybuilding01 {
  background: url(/images/products/building/bybuilding/mainimg_01.jpg) no-repeat center/cover;
}
.p-building_bybuilding .c-mainimg.bybuilding02 {
  background: url(/images/products/building/bybuilding/mainimg_02.jpg) no-repeat center/cover;
}
.p-building_bybuilding .c-mainimg.bybuilding03 {
  background: url(/images/products/building/bybuilding/mainimg_03.jpg) no-repeat center/cover;
}
.p-building_bybuilding .c-mainimg.bybuilding04 {
  background: url(/images/products/building/bybuilding/mainimg_04.jpg) no-repeat center/cover;
}
.p-building_bybuilding .c-mainimg.bybuilding05 {
  background: url(/images/products/building/bybuilding/mainimg_05.jpg) no-repeat center/cover;
}
.p-building_bybuilding .c-mainimg.bybuilding06 {
  background: url(/images/products/building/bybuilding/mainimg_06.jpg) no-repeat center/cover;
}
.p-building_bybuilding .selector-bar {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  border-bottom: 3px solid #e84b23;
}
.p-building_bybuilding .selector-item {
  flex: 1;
  position: relative;
  padding: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  border: 1px solid #d8d8d8;
  outline: none;
  background: #fff;
  color: #333;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-building_bybuilding .selector-item {
    font-size: 1.6rem;
    padding: 16px 16px 16px 16px;
    text-align: left;
  }
}
.p-building_bybuilding .selector-item::after {
  content: "";
  width: 24px;
  height: 12px;
  background: url(/images/common/icon_arrow-select.svg) no-repeat center/cover;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.p-building_bybuilding .selector-item.is-active {
  background: #e84b23;
  color: #fff;
  border-bottom: 0;
}
.p-building_bybuilding .selector-item.is-active::after {
  background: url(/images/common/icon_arrow-select_white.svg) no-repeat center/cover;
}
.p-building_bybuilding .hero {
  width: 100%;
  max-width: 1200px;
  margin-top: 32px;
  position: relative;
}
.p-building_bybuilding .hero.bybuilding01 .hero-figure .hero-tag-a01 {
  top: 25%;
  left: 21%;
}
.p-building_bybuilding .hero.bybuilding01 .hero-figure .hero-tag-a02 {
  top: 18%;
  right: 24%;
}
.p-building_bybuilding .hero.bybuilding01 .hero-figure .hero-tag-a03 {
  top: 42%;
  right: 45%;
}
.p-building_bybuilding .hero.bybuilding01 .hero-figure .hero-tag-a04 {
  top: 49%;
  right: 11%;
}
.p-building_bybuilding .hero.bybuilding01 .hero-figure .hero-tag-a05 {
  top: 81%;
  right: 45%;
}
.p-building_bybuilding .hero.bybuilding01 .hero-figure .hero-tag-b01 {
  top: 11%;
  left: 47%;
}
.p-building_bybuilding .hero.bybuilding01 .hero-figure .hero-tag-b02 {
  top: 43%;
  left: 20%;
}
.p-building_bybuilding .hero.bybuilding01 .hero-figure .hero-tag-b03 {
  top: 26%;
  right: 19%;
}
.p-building_bybuilding .hero.bybuilding01 .hero-figure .hero-tag-b04 {
  bottom: 19%;
  left: 39%;
}
.p-building_bybuilding .hero.bybuilding02 .hero-figure .hero-tag-a01 {
  top: 8%;
  left: 43%;
}
.p-building_bybuilding .hero.bybuilding02 .hero-figure .hero-tag-a02 {
  top: 24%;
  right: 28%;
}
.p-building_bybuilding .hero.bybuilding02 .hero-figure .hero-tag-a03 {
  top: 38%;
  right: 59%;
}
.p-building_bybuilding .hero.bybuilding02 .hero-figure .hero-tag-a04 {
  top: 86%;
  right: 37%;
}
.p-building_bybuilding .hero.bybuilding02 .hero-figure .hero-tag-a05 {
  top: 78%;
  right: 19%;
}
@media (max-width: 768px) {
  .p-building_bybuilding .hero.bybuilding02 .hero-figure .hero-tag-a01 {
    top: 8%;
    left: 40%;
  }
  .p-building_bybuilding .hero.bybuilding02 .hero-figure .hero-tag-a02 {
    top: 24%;
    right: 26%;
  }
  .p-building_bybuilding .hero.bybuilding02 .hero-figure .hero-tag-a03 {
    top: 39%;
    right: 56%;
  }
  .p-building_bybuilding .hero.bybuilding02 .hero-figure .hero-tag-a04 {
    top: 82%;
    right: 32%;
  }
  .p-building_bybuilding .hero.bybuilding02 .hero-figure .hero-tag-a05 {
    top: 66%;
    right: 13%;
  }
}
.p-building_bybuilding .hero.bybuilding02 .hero-figure .hero-tag-b01 {
  top: 26%;
  left: 35%;
}
.p-building_bybuilding .hero.bybuilding02 .hero-figure .hero-tag-b02 {
  top: 26%;
  left: 65%;
}
.p-building_bybuilding .hero.bybuilding02 .hero-figure .hero-tag-b03 {
  top: 40%;
  right: 86%;
}
.p-building_bybuilding .hero.bybuilding02 .hero-figure .hero-tag-b04 {
  bottom: 21%;
  left: 28%;
}
.p-building_bybuilding .hero.bybuilding02 .hero-figure .hero-tag-b05 {
  top: 71%;
  right: 5%;
}
@media (max-width: 768px) {
  .p-building_bybuilding .hero.bybuilding02 .hero-figure .hero-tag-b01 {
    top: 22%;
    left: 32%;
  }
  .p-building_bybuilding .hero.bybuilding02 .hero-figure .hero-tag-b02 {
    top: 22%;
    left: 63%;
  }
  .p-building_bybuilding .hero.bybuilding02 .hero-figure .hero-tag-b03 {
    top: 41%;
    right: 82%;
  }
  .p-building_bybuilding .hero.bybuilding02 .hero-figure .hero-tag-b04 {
    bottom: 23%;
    left: 25%;
  }
  .p-building_bybuilding .hero.bybuilding02 .hero-figure .hero-tag-b05 {
    top: 57%;
    right: 4%;
  }
}
.p-building_bybuilding .hero.bybuilding03 .hero-figure .hero-tag-a01 {
  top: 53%;
  left: 30%;
}
.p-building_bybuilding .hero.bybuilding03 .hero-figure .hero-tag-a02 {
  top: 25%;
  right: 46%;
}
.p-building_bybuilding .hero.bybuilding03 .hero-figure .hero-tag-a03 {
  top: 7%;
  right: 16%;
}
.p-building_bybuilding .hero.bybuilding03 .hero-figure .hero-tag-a04 {
  top: 29%;
  left: 9%;
}
@media (max-width: 768px) {
  .p-building_bybuilding .hero.bybuilding03 .hero-figure .hero-tag-a01 {
    top: 49%;
    left: 26%;
  }
  .p-building_bybuilding .hero.bybuilding03 .hero-figure .hero-tag-a02 {
    top: 21%;
    right: 45%;
  }
  .p-building_bybuilding .hero.bybuilding03 .hero-figure .hero-tag-a03 {
    top: 4%;
    right: 11%;
  }
  .p-building_bybuilding .hero.bybuilding03 .hero-figure .hero-tag-a04 {
    top: 21%;
    left: 6%;
  }
}
.p-building_bybuilding .hero.bybuilding04 .hero-figure .hero-tag-a01 {
  top: 20%;
  left: 28%;
}
.p-building_bybuilding .hero.bybuilding04 .hero-figure .hero-tag-a02 {
  top: 33%;
  right: 45%;
}
.p-building_bybuilding .hero.bybuilding04 .hero-figure .hero-tag-a03 {
  top: 85%;
  right: 31%;
}
.p-building_bybuilding .hero.bybuilding04 .hero-figure .hero-tag-a04 {
  top: 47%;
  left: 62%;
}
@media (max-width: 768px) {
  .p-building_bybuilding .hero.bybuilding04 .hero-figure .hero-tag-a01 {
    top: 16%;
    left: 25%;
  }
  .p-building_bybuilding .hero.bybuilding04 .hero-figure .hero-tag-a02 {
    top: 29%;
    right: 41%;
  }
  .p-building_bybuilding .hero.bybuilding04 .hero-figure .hero-tag-a03 {
    top: 81%;
    right: 27%;
  }
  .p-building_bybuilding .hero.bybuilding04 .hero-figure .hero-tag-a04 {
    top: 44%;
    left: 59%;
  }
}
.p-building_bybuilding .hero.bybuilding05 .hero-figure .hero-tag-a01 {
  top: 55%;
  left: 63%;
}
.p-building_bybuilding .hero.bybuilding05 .hero-figure .hero-tag-a02 {
  top: 42%;
  right: 45%;
}
.p-building_bybuilding .hero.bybuilding05 .hero-figure .hero-tag-a03 {
  top: 72%;
  right: 13%;
}
.p-building_bybuilding .hero.bybuilding05 .hero-figure .hero-tag-a04 {
  top: 61%;
  left: 25%;
}
@media (max-width: 768px) {
  .p-building_bybuilding .hero.bybuilding05 .hero-figure .hero-tag-a01 {
    top: 52%;
    left: 60%;
  }
  .p-building_bybuilding .hero.bybuilding05 .hero-figure .hero-tag-a02 {
    top: 39%;
    right: 41%;
  }
  .p-building_bybuilding .hero.bybuilding05 .hero-figure .hero-tag-a03 {
    top: 69%;
    right: 8%;
  }
  .p-building_bybuilding .hero.bybuilding05 .hero-figure .hero-tag-a04 {
    top: 57%;
    left: 21%;
  }
}
.p-building_bybuilding .hero-figure {
  position: relative;
  width: 100%;
  aspect-ratio: 1200/801;
  display: none;
}
.p-building_bybuilding .hero-figure.is-active {
  display: block;
}
.p-building_bybuilding .hero-figure .hero-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-building_bybuilding .hero-figure .hero-img img {
  width: 100%;
  height: 100%;
}
.p-building_bybuilding .hero-tag {
  position: absolute;
  background: #e84b23;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
  padding: 0.8rem 5rem 0.8rem 2rem;
  border-radius: 0.4rem;
}
.p-building_bybuilding .hero-tag-none {
  position: absolute;
}
.p-building_bybuilding .hero-tag-none .hero-tag + .hero-tag {
  margin-top: 2px;
}
.p-building_bybuilding .hero-tag-none .hero-tag:not(.arrow) {
  display: block;
  position: relative;
}
.p-building_bybuilding .hero-tag-none .hero-tag:not(.arrow)::after {
  display: none;
}
.p-building_bybuilding .hero-tag-none-list {
  margin-top: 5px;
  position: relative;
}
.p-building_bybuilding .hero-tag-none-list li {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.p-building_bybuilding .hero-tag::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #e84b23 transparent transparent transparent;
  bottom: -10px;
}
.p-building_bybuilding .hero-tag span::after {
  content: "";
  width: 24px;
  height: 12px;
  background: url(/images/common/icon_arrow-select_white.svg) no-repeat center/cover;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 10;
}
@media (max-width: 768px) {
  .p-building_bybuilding .hero-tag {
    font-size: 0.8rem;
    padding: 0.4rem 2.5rem 0.4rem 1rem;
  }
  .p-building_bybuilding .hero-tag::after {
    border-width: 5px 2.5px 0 2.5px;
    bottom: -5px;
  }
  .p-building_bybuilding .hero-tag span::after {
    width: 12px;
    height: 6px;
    right: 7px;
  }
  .p-building_bybuilding .hero-tag-none-list li {
    font-size: 0.8rem;
  }
}
.p-building_bybuilding .rating-stars {
  white-space: nowrap;
  font-size: 0;
}
.p-building_bybuilding .rating-stars .star {
  display: inline !important;
  font-size: 2rem;
  margin-right: 1px;
}
.p-building_bybuilding .rating-stars .star--on {
  color: #e84b23;
}
.p-building_bybuilding .rating-stars .star--off {
  color: #dddddd;
}
.p-building_bybuilding .summary-block {
  margin-top: 60px;
}
.p-building_bybuilding .summary-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-building_bybuilding .summary-title {
    font-size: 2rem;
  }
}
.p-building_bybuilding .rating-table {
  width: 100%;
  min-width: 100%;
  border-collapse: collapse;
}
.p-building_bybuilding .rating-table td {
  border: 1px solid #e1e1e1;
  padding: 12px;
  vertical-align: middle;
  background: #ffffff;
}
@media (max-width: 768px) {
  .p-building_bybuilding .rating-table td {
    padding: 8px;
  }
}
.p-building_bybuilding .rating-table--legend .rating-col-stars {
  width: 80px;
  text-align: center;
}
.p-building_bybuilding .rating-table--legend .rating-col-label {
  width: 90px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-building_bybuilding .rating-table--legend .rating-col-label {
    width: 100%;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 1.2rem;
    border-bottom: 1px dashed #d8d8d8;
    white-space: wrap;
  }
}
.p-building_bybuilding .rating-table--legend .rating-col-desc {
  text-align: left;
  font-size: 1.4rem;
  color: #555;
}
@media (max-width: 768px) {
  .p-building_bybuilding .rating-table--legend .rating-col-desc {
    font-size: 1.2rem;
  }
}
.p-building_bybuilding .section-header {
  align-items: first baseline;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-building_bybuilding .section-header {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
  }
}
.p-building_bybuilding .section-header .section-right {
  overflow: hidden;
}
.p-building_bybuilding .section-header .section-right.img-size01 {
  width: 192px;
  height: 96px;
}
.p-building_bybuilding .section-header .section-right.img-size02 {
  width: 144px;
  height: 72px;
}
@media (max-width: 768px) {
  .p-building_bybuilding .section-header .section-right.img-size01 {
    width: 100%;
    height: 95px;
  }
  .p-building_bybuilding .section-header .section-right.img-size02 {
    width: 100%;
    height: 94px;
    margin-bottom: 30px;
  }
}
.p-building_bybuilding .section-content {
  width: 100%;
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-building_bybuilding .section-content {
    flex-flow: column;
    gap: 0;
  }
}
.p-building_bybuilding .section-content-block {
  width: 100%;
  box-sizing: border-box;
}
.p-building_bybuilding .section-content.col2 .section-content-block {
  width: 50%;
}
.p-building_bybuilding .section-content.col2_2 .section-content-block {
  width: 45%;
}
.p-building_bybuilding .section-content.col2_2 .section-content-block:first-child {
  width: 55%;
}
.p-building_bybuilding .section-content.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1199px) {
  .p-building_bybuilding .section-content.col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .p-building_bybuilding .section-content.col3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.p-building_bybuilding .section-content.col3 .section-content-block:first-child .table-block.h0 {
  margin-top: 0 !important;
}
.p-building_bybuilding .section-content table.full {
  min-width: 100%;
}
.p-building_bybuilding .section-content .head-group {
  height: auto !important;
}
.p-building_bybuilding .section-content .head-group-img {
  width: 100%;
  max-width: 215px;
  height: 69px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-building_bybuilding .section-content .head-group-img {
    max-width: 100%;
    height: 60px;
  }
}
.p-building_bybuilding .section-content + .c-title2 {
  margin: 60px 0 -30px;
}
@media (max-width: 768px) {
  .p-building_bybuilding .section-content + .c-title2 {
    margin: 40px 0 0;
  }
}
.p-building_bybuilding table {
  min-width: 450px;
}
.p-building_bybuilding .reference-note {
  margin-top: 40px;
  padding-left: 24px;
  font-size: 1.4rem;
  position: relative;
}
@media (max-width: 768px) {
  .p-building_bybuilding .reference-note {
    margin-top: 30px;
  }
}
.p-building_bybuilding .reference-note::before {
  content: "";
  width: 24px;
  height: 12px;
  background: url(/images/common/icon_arrow-select.svg) no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 30%;
  transform: rotate(-90deg);
  z-index: 10;
}
@media (max-width: 768px) {
  .p-building_bybuilding .reference-note::before {
    top: 10%;
  }
}
.p-building_bybuilding .reference-note a {
  color: #e83820;
  text-decoration: underline;
}
.p-building_bybuilding_footer {
  margin: 120px 0 -120px;
  padding: 120px 0;
  background: #464e56;
}
@media (max-width: 768px) {
  .p-building_bybuilding_footer {
    margin: 40px 0 -40px;
    padding: 40px 0;
  }
}
.p-building_bybuilding_footer .label-block {
  margin-top: 0 !important;
}
.p-building_bybuilding_footer .label-block h3 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 768px) {
  .p-building_bybuilding_footer .label-block h3 {
    font-size: 2rem;
  }
}
.p-building_bybuilding_footer .label-block .recommend-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.p-building_bybuilding_footer .label-block .recommend-row .rec-card {
  width: 100%;
  min-width: 100%;
  max-width: 420px;
}
@media (max-width: 768px) {
  .p-building_bybuilding_footer .label-block .recommend-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
}
.p-building_bybuilding .p-building3 {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-building_bybuilding .p-building3 {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=building_2.css.map */