@charset "utf-8";

.products .row {
  display: flex;
}

.products .row .left,
.products .row .right {
  padding: 0 15px;
  box-sizing: border-box;
}

.products .row .left {
  width: 58.333333333333336%;
}

.products .row .right {
  width: 41.66666666666667%;
}


/* 右側介紹 */
.products .intro .title-border {
  font-size: 20px;
  font-weight: bold;
  color: #555;
  line-height: 33px;
}

.products .intro .title {
  margin-bottom: 15px;
}

.products .intro .items-li {
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  color: #555;
  box-sizing: border-box;
}

.products .intro .items-li:first-child:before {
  content: '●';
  color: #eeaa0b;
  font-size: 10px;
  margin-right: 10px;
}

.products .intro .items-li:not(:first-child) {
  margin-left: 20px;
}

.products .intro .items a {
  display: initial;
  text-decoration: underline;
  color: #ec474b;
}

.products .intro .items a:hover {
  text-decoration: none;
}


/* 詳細介紹 */
.products .dintro-border {
  padding-top: 20px;
}

.products .dintro .dintro-border>div {
  margin-top: 50px;
}

.products .dintro .dintro-border>.title {
  display: flex;
  line-height: 32px;
  text-align: center;
  justify-content: center;
}

.products .dintro .dintro-border>.title .title-border {
  color: #fff;
  font-size: 14px;
  background: #9d9d9d;
  line-height: 32px;
  padding: 0 106px;
}

.products .dintro .\35 q {
  text-align: center;
}

.products .dintro .\35 q-border {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 22px;
}

.dintro .\35 q .title-border {
  color: #585f69;
  margin-top: 5px;
  margin-bottom: 20px;
  text-shadow: none;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
}

.products .dintro .\35 q .items {
  border: 15px solid #6d452c;
  color: #6d452c;
  border-radius: 50%;
  text-align: center;
  margin-right: -22px;
}

.products .dintro .\35 q .items:nth-child(even) {
  border: 15px solid #9f6c46;
  color: #9f6c46;
}

.products .dintro .\35 q .items-border {
  display: table-cell;
  vertical-align: middle;
  background: #f1f1f1;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  z-index: 1;
  position: relative;
  text-align: center;
}

.products .dintro-border>.row {
  display: flex;
  justify-content: center;
}

.products .dintro .img {
  max-width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}

.products .dintro .img-border {
  display: flex;
}


@media screen and (max-width: 1023px) {

  .products .intro {
    margin-top: 20px;
  }

  .products .dintro .row {
    display: block;
  }

  .products .products-border .row>div,
  .products .dintro .img {
    max-width: 100%;
    width: 100%;
  }

  .products .products-border .left {
    margin-top: 20px;
  }

  .products .dintro .\35 q .items-border {
    width: 120px;
    height: 120px;
  }

  .products .dintro .img:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {

  .products .dintro .\35 q .items-border {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .products .dintro .\35 q-border {
    margin-bottom: 65px;
  }

  .products .dintro .\35 q .items {
    margin-bottom: -25px;
  }
}