@charset "UTF-8";
/* css */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap&text=0123456789%OFF-Copyright©TUCo.,Ltd.AllRightsReserved￥");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
.productsPage .contentWrap__flex {
  padding-top: 5.5rem;
}
.productsPage .productsPage__head {
  padding-top: 0.3rem;
  margin-bottom: 6rem;
}
.productsPage .productsPage__head .titleHead__title--big {
  margin-bottom: 2.6rem;
}
.productsPage .productsPage__head .banner {
  margin-bottom: 1.3rem;
}
.productsPage .productsPage__head p.title {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.4px;
  color: #000;
  margin: 1.7rem 0 1rem;
}
.productsPage .productsPage__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 60px;
}
.productsPage .productsPage__single:not(:last-child) {
  margin-bottom: 4rem;
}
.productsPage .productsPage__single h2{
  width: 100%;
  line-height: 40px;
/*  margin-top: 20px; */
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 2px solid #F2F2F2;
}
.productsPage .productsPage__single h2 img{
  display: unset;
  padding-right: 10px;
  height: 17px;
}
.productsPage .productsPage__details {
  width: 100%;
  margin: 10px;
}
.productsPage .productsPage__details span{
  color: #ff0000;
}
.productsPage .productsPage__details a{
  color: #0f4db1;
  text-decoration: underline;
}
.productsPage .productsPage__details p.img{
  width: 100%;
  text-align: center;
  margin: 10px auto;
}
.productsPage .productsPage__details img{
  display: revert;
}
.productsPage .productsPage__details ul{
  padding: 10px 20px 0px 20px;
  list-style: disc;
}
.productsPage .productsPage__details ol{
  padding: 10px 20px 0px 20px;
  list-style: decimal;
}
.productsPage .productsPage__details ul li,
.productsPage .productsPage__details ol li{
  margin-bottom: 10px;
  padding-left: 15px;
}
.productsPage .productsPage__details ul.sub_list{
  padding: 10px 0px 0px 20px;
  list-style: circle;
}
.productsPage .productsPage__details ol.sub_list{
  padding: 10px 0px 0px 20px;
  list-style: lower-roman;
}
.productsPage .productsPage__details ul.sub_list li,
.productsPage .productsPage__details ol.sub_list li{
  margin-bottom: 5px;
  padding-left: 10px;
}
.productsPage .products__tabel {
  padding: 2.3rem 2.5rem 3rem;
  background-color: #FAFAFA;
  border-radius: 10px;
  margin-bottom: 20px;
}
.productsPage .products__tabel h3{
  line-height: 4rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.productsPage .products__tabel table{
  width: 100%;
}
.productsPage .products__tabel th{
  width: 25%;
  line-height: 40px;
  padding: 5px 15px 10px 15px;
  text-align: left!important;
  font-size: 1.5rem;
  font-weight: bold;
  border: 1px solid #CCCCCC;
  text-align: center;
}
.productsPage .products__tabel td{
  padding: 5px 15px 10px 15px;
  border: 1px solid #CCCCCC;
}
.productsPage .productsPage__banner {
  margin-top: 5.5rem;
}
.productsPage .productsPage__banner a {
  display: block;
}
.productsPage .productsPage__shopList {
  width: 100%;
}
.shopList__single {
  display: inline-block;
  width: calc(33.333% - 0.5rem);
  vertical-align: top;
  padding: 0 2rem 5rem 0;
}
.shopList__single .name {
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;
  line-height: 2rem;
  margin: 0.6rem 0;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.shopList__single .name span{
  padding-left: 1rem;
  font-size: 1.5rem;
}
.shopList__single .sub {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #888888;
  margin-bottom: 1rem;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
@media screen and (max-width: 767px) {
  .productsPage .contentWrap__flex {
    padding-top: 4rem;
  }
  .productsPage .productsPage__head {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    padding-top: 0;
    margin-bottom: 5.2rem;
  }
  .productsPage .productsPage__head .titleHead__title--big {
    font-size: 1.8rem;
    line-height: 2.5rem;
    letter-spacing: 0.45px;
    margin-bottom: 1rem;
  }
  .productsPage .productsPage__head p {
    font-size: 1.4rem;
    line-height: 2.5rem;
    letter-spacing: 0.35px;
  }
  .productsPage .productsPage__head p.title {
    margin: 0 0 1rem;
  }
  .productsPage .productsPage__single {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    padding-top: 0;
    margin-bottom: 5.2rem;
  }
  .productsPage .productsPage__single:not(:last-child) {
    margin-bottom: 5.5rem;
  }
  .productsPage .productsPage__details {
    width: 100%;
  }
  .productsPage .products__tabel {
    padding: 0;
  }
  .productsPage .products__tabel th,
  .productsPage .products__tabel td{
    padding: 2px 5px 5px 5px;
  }
  .productsPage .productsPage__banner {
    max-width: none;
    width: 89.3%;
    margin: 0 auto;
    padding: 0;
    margin-top: 5.5rem;
  }
  .shopList__single {
    width: calc(50% - 0.5rem);
    padding: 0 0.3rem 2rem 0;
  }
}


