@charset "utf-8";


/*------------------------------------------------
weight-rental
------------------------------------------------*/

.weight-rental-title {
  font-size: 2rem;
  padding-bottom: calc(var(--layout-gap)/2);
}

.weight-rental-pic {
  max-width: 460px;
  margin:  calc(var(--layout-gap)/2) auto;
}
.weight-rental-text {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 769px) {
  .weight-rental-title {
    font-size: 2.4rem;
    text-align: center;
    padding: calc(var(--layout-gap)*1.25) 0;
  }
  .weight-rental-text {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 690px) {
  .weight-rental-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .weight-rental-pic {
    width: 50%;
    margin: 0;
  }
  .weight-rental-text {
    width: calc(50% - calc(var(--layout-gap)/2));
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 1170px) {
  .weight-rental-title {
    font-size: 3.5rem;
    padding: calc(var(--layout-gap)*1.25) 0;
  }
  .weight-rental-pic {
    width: 460px;
  }
  .weight-rental-text {
    width: calc(100% - 520px);
    font-size: 2.5rem;
  }
}

/*------------------------------------------------
weight-type
------------------------------------------------*/
#weight-type {}
.weight-type-list {
  width: 100%;
  margin: var(--layout-gap) 0;
  text-align: center;
}

/*表装飾*/
.weight-type-list th,
.weight-type-list td {
  padding: calc(var(--layout-gap)/4);
  line-height: 1;
}
.weight-type-list thead tr:nth-of-type(1) th:nth-of-type(1) {
  background-color: var(--primary-color);
  border-right: 1px solid var(--bg-extra-dark);
  border-bottom: 1px solid var(--bg-extra-dark);
}
.weight-type-list thead tr:nth-of-type(1) th:nth-of-type(2) {
  background-color: var(--bg-light);
  border-bottom: 1px solid var(--bg-extra-dark);
}
.weight-type-list thead tr:nth-of-type(2) th {
  border-bottom: 1px solid var(--bg-extra-dark);
}
.weight-type-list thead tr:nth-of-type(2) th:nth-of-type(2) {
  border-right: 1px solid var(--bg-extra-dark);
  border-left: 1px solid var(--bg-extra-dark);
}
.weight-type-list tbody tr {
  border-bottom: 1px solid var(--bg-extra-dark);
}
.weight-type-list tbody td {
  border-left: 1px solid var(--bg-extra-dark);
}

@media print, screen and (min-width: 690px) {
  .weight-type-list th,
  .weight-type-list td {
    padding: calc(var(--layout-gap)/2);
    font-size: 2.2rem;
  }
}

/*------------------------------------------------
weight-rental-features
------------------------------------------------*/
.weight-rental-features {
  background-color: var(--primary-color);
}
.weight-rental-features-title {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  border-bottom: 2px dashed #fff;
}

.weight-rental-features-list {
  padding:calc(var(--layout-gap)*1) calc(var(--layout-gap)/4);
  max-width: 560px;
  margin: auto;
}
.weight-rental-features-item {
  background-color: var(--tertiary-color);
  text-align: center;
  padding:calc(var(--layout-gap)*0.85) calc(var(--layout-gap)/2);
  margin-bottom: calc(var(--layout-gap)/2);
}
.weight-rental-features-item-title-no {
  color: #fff;
  font-size: 3.5rem;
  display: block;
  /* margin-bottom: calc(var(--layout-gap)/4); */
  text-align: center;
}
.weight-rental-features-item-title-no::after {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  background-size: 80%;
  background-position: center center;
  border-top: 5px solid #fff;
  margin: auto;
}

.weight-rental-features-item:nth-of-type(1) .weight-rental-features-item-title-no::after {
  background-image: url(../../image/common/icon_weight_type1.svg);
}
.weight-rental-features-item:nth-of-type(2) .weight-rental-features-item-title-no::after {
  background-image: url(../../image/common/icon_weight_type2.svg);
}
.weight-rental-features-item:nth-of-type(3) .weight-rental-features-item-title-no::after {
  background-image: url(../../image/common/icon_weight_type3.svg);
}

.weight-rental-features-item-text {
  color: #fff;
  font-size: 4.5vw;
}
@media print, screen and (min-width: 769px) {
  .weight-rental-features-title {
    font-size: 3.5rem;
  }
  .weight-rental-features-list {
    padding:calc(var(--layout-gap)*1.25) 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    max-width: inherit;
  }
  .weight-rental-features-item {
    width: calc(100% / 3 - calc(var(--layout-gap)/4));
    margin-bottom: calc(var(--layout-gap)/1);
  }
  .weight-rental-features-item-text {
    color: #fff;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 960px) {
  .weight-rental-features-item-text {
    color: #fff;
    font-size: 2rem;
  }
}
