/* Icon CSS */
/* _setting CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 768px) {
  #kv {
    height: 200px;
    padding-top: 83px;
    background: url("../images/common/kv_bg.jpg") center center no-repeat;
    background-size: 100% 100%;
  }
  #kv .jp {
    display: inline-block;
    width: 408px;
    height: 28px;
    background: url("../images/product/catalog_title.svg") center 0/100% no-repeat;
  }

  .content_wrap {
    padding: 65px 50px 35px;
    margin-bottom: 50px;
  }
  .content_wrap .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content_wrap .list .item {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 40px;
    margin-bottom: 30px;
  }
  .content_wrap .list .item:nth-child(3n) {
    margin-right: 0;
  }
  .content_wrap .list .item .image {
    width: 80px;
    margin-right: 10px;
  }
  .content_wrap .list .item .image img {
    width: 100%;
  }
  .content_wrap .list .item .desc {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
/* Smartphones (portrait and landscape) */
@media print, screen and (max-width: 767px) {
  #kv {
    height: 26.66667vw;
    padding-top: 10.66667vw;
    background: url("../images/common/kv_bg.jpg") center center no-repeat;
    background-size: 100% 100%;
  }
  #kv .jp {
    display: inline-block;
    width: 77.6vw;
    height: 5.33333vw;
    background: url("../images/product/catalog_title.svg") no-repeat;
  }

  .content_wrap {
    padding: 12vw 0 6.66667vw;
    margin-bottom: 6.66667vw;
  }
  .content_wrap .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content_wrap .list .item {
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5.33333vw;
  }
  .content_wrap .list .item .image {
    width: 10.66667vw;
    margin-right: 2vw;
  }
  .content_wrap .list .item .desc {
    width: calc(100% - 13.33vw);
    font-size: 3.46667vw;
    line-height: 1.4;
  }
}
