@charset "UTF-8";
/* placeholder color */
/**********************************************************************************************

　product

**********************************************************************************************/
/*---------------------------------------------
product
---------------------------------------------*/
.kv.-product {
  background-image: url("../img/product/kv_product.jpg"); }

.product_intro {
  text-align: center; }

.product_intro_flex {
  text-align: left;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 0 45px; }
  @media (max-width: 750px) {
    .product_intro_flex {
      display: block;
      margin: 0 0 8vw; } }

.product_intro_img {
  width: 52%;
  margin-left: 40px; }
  @media (max-width: 750px) {
    .product_intro_img {
      width: 100%;
      margin: 0 0 5vw; } }
