

.product_imglist li{
   
    width: calc(100% / 3);
}
.product_imglist li img{
    width: 100%;
}


@media only screen and (max-width: 960px) {
    .product_imglist {
        margin-bottom: 8px;
    }
}

.editor_wrap img {
	padding: 0 24px;
	width: auto;
	max-width: 100%;
}

@media only screen and (max-width: 960px) {
	.editor_wrap img {
    max-width: 410px;
  }
}

/*
.editor_wrap img {
    padding: 0px 24px;
    width: auto !important;
    max-width: 100% !important;
}
@media only screen and (max-width: 960px) {
  .editor_wrap img {
    width: auto !important;
    max-width: 410px !important;
  }
}
*/

.common-catalogue {
  background: url("../../assets/images/common/catalog.jpeg") center center no-repeat !important;
  background-size: cover !important;
}

@media only screen and (max-width: 768px) {
  .common-catalogue.product {
    bottom: 15px !important;
  }
}

.editor_wrap h3{
  margin-top: 16px;
}

.editor_wrap p {

}
@media only screen and (max-width: 960px) {
  .editor_wrap h3{
    padding-top: 8px;
    font-weight: bold;
  }
  .editor_wrap h2 {
    font-weight: bold;
    padding: 0 0 0 8px;
  }
  .editor_wrap p {
    margin: 0 0 16px;
  }
  .product-d_block {
    margin: 0 0 16px;
  }
  .product-d_block .product-d_title {
    font-weight: bold;
    padding: 0 0 0 8px;
  }
}
.product-d_others_text {
  line-height: 1.4;
  font-size: 16px;
}
.product-d_block .product-d_sample_slider .product-d_btnarea_block {
  justify-content: start;
}
.product-d_table_title {
  font-weight: bold;
}

.editor_wrap p a {
  font-weight: bold;
}
.product-d_block .product-d_sample_slider .product-d_sample_link .product-d_sample_name  {
  font-weight: bold;
}


.water-all_mv_wrap {
  padding: 40px;
}

@media only screen and (max-width: 960px) {
  .water-all_mv_wrap {
    padding: 24px;
    margin: 0 0 40px;
  }
  .product-all_head .common_all_link small {
    margin: 0 0 0 12px;
  }
  .common_related_title {
    font-size: 28px;
  }
  .product-all_head .product-all_title {
    font-size: 20px;
  }
  .product-category_others_wrap .common_related_title {
    margin: 0 0 20px;
  }
  .editor_title {
    font-size: 24px;
  }
  .product_link .product_title {
    font-size: 16px;
  }
}

.water-all_mv_wrap .water-all_mv_title{
  line-height: 1.4;
}
.product_link .product_title {
  font-size: 18px;
  line-height: 1.4;
}


/* TOPページ QRコードデザイン */

.qr_wrap {
  position: relative;
}

.qr {
  position: absolute;
  font-size: 48px;
  top: 48%;
  right: 196px;
  z-index: 1000;
}
.qr img {
  width: 100%;
  max-width: 110px;
}

@media only screen and (max-width: 960px) {
  .qr {
    position: absolute;
    font-size: 48px;
    top: 66%;
    right: auto;
    left: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .qr img{
    max-width: 90px;
  }
  .qr {
    top: 70%;
  }
  .top_mv_title01 {
    font-size: 42px !important;
  }
  .top_mv_title02 {
    font-size: 42px !important;
  }
}

@media only screen and (max-width: 370px) {
  .qr img{
    max-width: 86px;
  }
  .top_mv_title01 {
    font-size: 38px !important;
  }
  .qr {
    position: absolute;
    font-size: 48px;
    right: auto;
    top: 68%;
    left: 20px;
  }
}
