@charset "UTF-8";
/* ▼▼▼ 取り扱い商品
=====================================*/
.title {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .title {
    margin-bottom: 40px;
  }
}

.lead {
  margin-bottom: 85px;
  font-size: 28px;
  line-height: 2.68;
  letter-spacing: 0.28em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lead {
    margin-bottom: 45px;
    font-size: 18px;
  }
}

.txt {
  line-height: 2.5;
}

.item {
  margin-bottom: 95px;
  color: #4C4948;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .item {
    margin-bottom: 60px;
    font-size: 16px;
  }
}
.item h2 {
  border-bottom: 1px solid #4C4948;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .item h2 {
    font-size: 18px;
  }
}
.item .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .item .flex_box {
    display: block;
  }
  .item .flex_box p {
    letter-spacing: 0.05em;
  }
}
.item .flex_box table {
  background: #706D6D;
  width: 374px;
}
@media screen and (max-width: 767px) {
  .item .flex_box table {
    width: 100%;
    margin-top: 20px;
  }
}
.item .flex_box table th, .item .flex_box table td {
  padding: 24px 20px;
  color: #fff;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
}
.item .flex_box table th:first-of-type, .item .flex_box table td:first-of-type {
  border-right: 1px solid #fff;
}
.item .flex_box table th {
  border-bottom: 1px solid #fff;
}

.txt.txt_centerd {
  margin-bottom: 125px;
  color: #706D6D;
  font-size: 19px;
}
.txt.txt_centerd a {
  text-decoration: underline;
}
.txt.txt_centerd a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .txt.txt_centerd {
    margin-bottom: 60px;
    font-size: 17px;
  }
}

.notes {
  display: inline-block;
  float: right;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-left: auto;
  color: #4C4948;
}