@charset "UTF-8";

/*------------------------------------------------------
  コンテンツ
------------------------------------------------------*/
@media (1041px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
#page-breath_bra img {
  display: block;
  line-height: 1;
}
#page-breath_bra .page-contents {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #page-breath_bra .page-contents {
    width: 100%;
  }
}

/*------------------------------------------------------
  CUSTOMER SERVICE
------------------------------------------------------*/
.customer-service {
  position: relative;
}
.customer-service .button_chat {
  position: absolute;
  right: 60px;
  bottom: 372px;
  width: 409px;
}
@media screen and (max-width: 1000px) {
  .customer-service .button_chat {
    right: 6vw;
    bottom: 37.2vw;
    width: 40.9vw;
  }
}

/*------------------------------------------------------
  Q&A
------------------------------------------------------*/
.qa {
  position: relative;
  margin-top: 150px;
}
.qa .qa-link {
  position: absolute;
  right: 110px;
  top: 760px;
  width: 307px;
}
@media screen and (max-width: 1000px) {
  .qa {
    margin-top: 15vw;
  }
  .qa .qa-link {
    right: 11vw;
    top: 76vw;
    width: 30.7vw;
  }
}

/*------------------------------------------------------
  製品情報
------------------------------------------------------*/
.product-info {
  padding: 100px 0 0;
}
.product-info__ttl {
  margin: 1em 0;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.product-info__table {
  margin: 0 auto;
  border: 1px solid #595757;
  border-spacing: 0;
  color: #595757;
  border-collapse: collapse;
}
.table__ttl {
  padding: 1em;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #595757;
  background: #f2f2f0;
}
.table__dtl {
  padding: 1em;
  border-bottom: 1px solid #595757;
}
.table__note {
  margin: 1em 0 0;
  font-size: 14px;
}
.product-info__ttlS {
  margin: 1em 0 0.5em;
  color: #595757;
  font-size: 18px;
}
.product-info__list {
  margin: 0;
  list-style: none;
  padding: 0;
  color: #595757;
}
.product-info__item {
  margin: 0 0 .25em 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.product-info__item::before {
  content: "●";
}
.product-info__item.info-asterisk::before {
  content: "※";
}
.product-info__item a {
  color: #942828;
  text-decoration: underline;
}
.product-info__table td th {
  padding-right: 1em;
  text-align: left;
  font-weight: normal;
}
.product-info__table td td {
  line-height: 1.7;
}
@media (width < 768px) {
  .product-info {
    margin: 0 auto;
    padding: 15vw 0 0;
    width: 90%;
    font-size: 14px;
  }
  .product-info__ttl {
    font-size: 24px;
  }
  .table__ttl,
  .table__dtl {
    display: block;
  }
  tr:last-of-type .table__dtl {
    border-bottom: none;
  }
  .product-info__ttlS {
    font-size: 16px;
  }
}