@charset "UTF-8";
/* CSS Document */
.section-product__more {
  margin: 10vh auto 0;
  padding-bottom: 5vh;
  border-bottom: 0.5px #333 solid;
}
.section-product__title {
  width: 80%;
  margin: 0 auto 5vh;
  text-align: left;
}
.section-product__more__body {
  width: 100%;
}
.section-product__more__body__ss h2 {
  width: 80%;
  font-weight: 500;
  text-align: left;
  margin: 10% auto 0;
  color: #333;
}
.section-product__more__body__ss a {
  display: inline-block;
  color: #333;
  width: 80%;
  font-weight: 500;
  text-align: left;
  margin: 1rem auto 0;
}
.section-product__more__body__ss img {
  width: 100%;
}
.product__logo__ksm {
  width: 80%;
}
 .section-product__more__body__img {
    width: 80%;
  }
.section-product__more__body__description {
  width: 80%;
  text-align: left;
  margin: 30px auto;
}
.section-product__more__body__description h3 {
  font-weight: 400;
  color: #333;
}
.section-product__more__body__description h3 a {
  display: inline-block;
  margin-bottom: 2rem;
  text-decoration: none;
  color: #333;
  border-bottom: #333 solid 1px;
}
.description-tool {
  width: 80%;
  margin: 30px auto 10px;
  color: #333;
}
.d-table {
  display: flex;
  padding-bottom: 1.5rem;
  text-align: left;
  color: #333;
}
.d-table dt {
  min-width: 130px;
  font-weight: 600;
}
.d-table dd {
  min-width: 130px;
  border-bottom: 0.5px #333 dotted;
}
.dd-description {
  font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}
.d-table dd img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.section-product__more__body__description p {
  font-size: 1.6rem;
  font-weight: 600;
}
.description-color {
  display: flex;
  width: 80%;
  height: 50px;
  padding-bottom: 1.5rem;
  box-sizing: content-box;
  margin: 0 auto;
}
.description-color p {
  font-size: 1.3rem;
  text-align: left;
  padding-left: 0.5rem;
  font-family: sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ";
}
.description-color__kousin-1 {
  background-color: #00BFFF;
  width: 33.3333333333%;
}
.description-color__kousin-2 {
  background-color: #FFF;
  width: 33.3333333333%;
}
.description-color__kousin-3 {
  background-color: #333;
  width: 33.3333333333%;
}
.description-color__kousin-1 p {
  color: #FFF;
}
.description-color__kousin-2 p {
  color: #000;
}
.description-color__kousin-3 p {
  color: #FFF;
}
.description-color__kenshiro-1 {
  background-color: #222;
  width: 33.3333333333%;
}
.description-color__kenshiro-2 {
  background-color: #FFF;
  width: 33.3333333333%;
}
.description-color__kenshiro-3 {
  background-color: #F50;
  width: 33.3333333333%;
}
.description-color__kenshiro-1 p {
  color: #FFF;
}
.description-color__kenshiro-2 p {
  color: #000;
}
.description-color__kenshiro-3 p {
  color: #FFF;
}
.description-color__itodental-1 {
  background-color: #F0F9FF;
  width: 33.3333333333%;
}
.description-color__itodental-2 {
  background-color: #F4F4F4;
  width: 33.3333333333%;
}
.description-color__itodental-3 {
  background-color: #fffef0;
  width: 33.3333333333%;
}
.description-color__itodental-1 p {
  color: #333;
}
.description-color__itodental-2 p {
  color: #333;
}
.description-color__itodental-3 p {
  color: #333;
}
.number-nav {
  color: #333;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5;
  font-size: 2rem;
  font-family: sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ";
}
.number-nav span {
  text-decoration: line-through;
}
.section-footer {
  position: relative;
  height: 300px;
  background-color: #333;
  border-top: 0.5px solid #FFF;
}
@media(min-width:768px) {
  .section-product__more__body__ss h2 {
    font-size: 2.0rem;
}
  .section-product__more__body__ss a {
    font-size: 2.0rem;
    margin: 2rem auto 0;
}
  .description-flex {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    gap: 90px;
  }
  .section-product__more__body__description {
    width: 60%;
  }
  .section-product__more__body__description h3 {
    font-size: 2.0rem;
  }
  .description-tool {
    font-size: 1.8rem;
    width: 40%;
  }
  .description-color p {
    font-size: 1.6rem;
}
  .prev-nav a, .next-nav a {
    font-size: 1.8rem;
}
  .number-nav {
    font-size: 3rem;
}
}
@media(min-width:1024px) {
  .section-product__more__body {
    width: 80%;
    margin: 0 auto;
    gap: 30px;
  }
  .section-product__more__body__description {
    width: 50%;
  }
  .section-product__more__body__ss h2 {
    width: 80%;
    font-weight: 500;
    text-align: left;
    margin: 10% 0 0;
  }
  .section-product__more__body__ss a {
    width: 100%;
}
}