.l-main {
    min-width: 1200px;
    padding-top: 90px;
    overflow: hidden
}

@media screen and (max-width:750px) {
    .l-main {
        min-width: 100%;
        padding-top: 33.33333vw
    }
}
.m-h1ttl02 {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 200px;
  background: #0c3621;
  background: -webkit-gradient(linear,left top,right top,color-stop(50%,#0c3621),color-stop(99%,#097941));
  background: -o-linear-gradient(left,#0c3621 50%,#097941 99%);
  background: linear-gradient(to right,#0c3621 50%,#097941 99%)
}
@media screen and (max-width:750px) {
  .m-h1ttl02 {
    min-width: auto;
    height: 34.66667vw
  }
}
.m-h1ttl02 {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 200px;
    background: #0c3621;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0c3621), color-stop(99%, #097941));
    background: -o-linear-gradient(left, #0c3621 50%, #097941 99%);
    background: linear-gradient(to right, #0c3621 50%, #097941 99%)
}

@media screen and (max-width:750px) {
    .m-h1ttl02 {
        min-width: auto;
       /* height: 34.66667vw*/
    }
}

.m-h1ttl02__wrap {
    width: 1068px;
    height: 200px;
    margin: 0 auto
}

@media screen and (max-width:750px) {
    .m-h1ttl02__wrap {
        position: relative;
        /*height: 34.66667vw;*/
        width: 82.93333%
    }
}

@media screen and (max-width:750px) {
    .m-h1ttl02__title {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
        width: 100%
    }
}

@media screen and (max-width:750px) {
    .m-h1ttl02__title--top {
        top: 40%
    }
}

.m-h1ttl02__ttl {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

@media screen and (max-width:750px) {
    .m-h1ttl02__ttl {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 50%
    }
}

@media screen and (max-width:750px) {
    .m-h1ttl02__ttl--l {
        width: 90%
    }
}

@media screen and (max-width:750px) {
    .m-h1ttl02__ttl.w100 {
        width: 100%
    }
}

@media screen and (max-width:750px) {
    .m-h1ttl02__ttl.w60 {
        width: 60%
    }
}

@media screen and (max-width:750px) {
    .m-h1ttl02__ttl.w65sp {
        width: 65%
    }
}

.m-h1ttl02__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 613px
}

@media screen and (max-width:750px) {
    .m-h1ttl02__img {
        display: none
    }
}

.m-h1ttl02__img02Wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 613px
}

@media screen and (max-width:750px) {
    .m-h1ttl02__img02Wrap {
        display: none
    }
}

.m-h1ttl02__img02 {
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150px
}

@media screen and (max-width:750px) {
    .m-h1ttl02__img02 {
        display: none
    }
}

.m-h1ttl02__img02--2 {
    width: 130px
}

.m-h1ttl02__img02--3 {
    left: 50%;
    width: 200px
}

.m-h1ttl02__img02 img {
    width: 100%
}

.m-h1ttl02__img02.newIcon::before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffda00;
    content: "NEW";
    color: #0c3621;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    position: absolute;
    top: 0;
    left: calc(100% + 0px)
}

@media screen and (max-width:750px) {
    .m-h1ttl02__img02.newIcon::before {
        display: none
    }
}

.m-h1ttl02__img02.newIcon02::before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffda00;
    content: "NEW";
    color: #0c3621;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    position: absolute;
    top: 0;
    left: calc(100% + 10px)
}

@media screen and (max-width:750px) {
    .m-h1ttl02__img02.newIcon02::before {
        display: none
    }
}

.m-h1ttl02__img02.packageIcon::before {
    content: '';
    display: inline-block;
    background: url(../img/product-img/common/package-icon.png) no-repeat right top;
    background-size: contain;
    width: 101px;
    height: 46px;
    position: absolute;
    top: 0;
    left: calc(100% + 0px)
}

.m-h1ttl02__img02.otcIcon::after {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: "隨ｬ2鬘槫現阮ｬ蜩�";
    color: #424242;
    border: solid 1px #424242;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: calc(100% + 0px)
}

.m-h1ttl02__img02.otcIcon02::after {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    content: "隨ｬ2鬘槫現阮ｬ蜩�";
    color: #424242;
    border: solid 1px #424242;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: calc(100% + 10px)
}

.m-h1ttl02__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 732px;
    height: 100%;
    z-index: 1
}

@media screen and (max-width:750px) {
    .m-h1ttl02__bg {
        display: none
    }
}

.m-h1ttl02__bg img {
    height: 100%
}

.m-h1ttl02__txt {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 450px;
    z-index: 2
}

@media screen and (max-width:750px) {
    .m-h1ttl02__txt {
        font-size: 12px;
        font-size: 3.2vw;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: -0.58065vw;
        padding-left: 8px;
        width: 100%
    }
}

@media print,
screen and (min-width:751px) {
    .m-h1ttl02__txt--l {
        margin-right: 60px
    }
}

.m-h1ttl02--icinng {
    background: -webkit-gradient(linear, left top, right top, from(#191b71), color-stop(68%, #005bac), to(#005bac));
    background: -o-linear-gradient(left, #191b71 0, #005bac 68%, #005bac 100%);
    background: linear-gradient(90deg, #191b71 0, #005bac 68%, #005bac 100%)
}

.m-h2ttl {
    color: #0c3621;
    font-size: 30px;
    font-weight: 700
}

@media screen and (max-width:750px) {
    .m-h2ttl {
        font-size: 18px;
        font-size: 4.8vw
    }
}

.p-proVkCommonAcc {
    margin: 0 auto 120px;
    width: 1040px
}

@media screen and (max-width:750px) {
    .p-proVkCommonAcc {
        width: 90.66667%;
        margin-bottom: 15.6vw
    }
}
.m-productItem {
  margin: 0 auto;
  padding: 60px 0 60px;
  width: 1040px
}
@media screen and (max-width:750px) {
  .m-productItem {
    /* padding: 10.66667vw 0 13.33333vw; */
    width: 90.66667%;
  }
}
.m-productItem__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width:750px) {
  .m-productItem__inner {
    display: block
  }
}
.m-productItem__img {
  text-align: center;
  width: 400px;
  margin: 0 auto;
  padding-right: 68px;
  position: relative
}
@media screen and (max-width:750px) {
  .m-productItem__img {
    width: 53.33333vw;
    padding-right: 0
  }
}
.m-productItem__img img {
  width: 100%
}
.m-productItem__img--img2 {
  width: 520px
}
@media screen and (max-width:750px) {
  .m-productItem__img--img2 {
    width: 69.33333vw
  }
}
.m-productItem__img--img3 {
  width: 320px
}
@media screen and (max-width:750px) {
  .m-productItem__img--img3 {
    width: 42.66667vw
  }
}
.m-productItem__img.newIcon::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffda00;
  content: "NEW";
  color: #0c3621;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  position: absolute;
  top: -60px;
  left: 27px
}
@media screen and (max-width:750px) {
  .m-productItem__img.newIcon::before {
    top: -8vw;
    left: 0
  }
}
.m-productItem__img.otcIcon::after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "隨ｬ2鬘槫現阮ｬ蜩�";
  color: #424242;
  border: solid 1px #424242;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  height: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  position: absolute;
  bottom: -35px;
  right: 70px
}
@media screen and (max-width:750px) {
  .m-productItem__img.otcIcon::after {
    right: 0
  }
}
.m-productItem__notes {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 26px
}
@media screen and (max-width:750px) {
  .m-productItem__notes {
    display: block;
    margin-top: 1.92926vw
  }
}
.m-productItem__icon {
  width: 88px
}
@media screen and (max-width:750px) {
  .m-productItem__icon {
    width: 20.73955%
  }
}
.m-productItem__icon img {
  width: 100%
}
.m-productItem__link {
  color: #097941;
  font-size: 14px;
  line-height: 1.8;
  margin-left: 15px;
  padding-right: 26px;
  text-decoration: underline;
  position: relative
}
@media screen and (max-width:750px) {
  .m-productItem__link {
    margin-top: 2.41158vw;
    margin-left: 0;
    padding-right: 1.8em;
    font-size: 12px;
    font-size: 3.2vw
  }
}
.m-productItem__link::after {
  background: url(/vantelin/assets/img/common/link_window_icon.svg);
  background-size: contain;
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media screen and (max-width:750px) {
  .m-productItem__link::after {
    height: 1.3em;
    width: 1.3em
  }
}
.m-productItem__txt {
  font-size: 16px;
  margin: 64px auto 0;
  width: 896px
}
@media screen and (max-width:750px) {
  .m-productItem__txt {
    font-size: 12px;
    font-size: 3.2vw;
    margin: 6.75241vw auto 0;
    width: 100%
  }
}
.m-productItem__txt .italic {
  font-style: italic
}
@media print,
screen and (min-width:751px) {
  .m-productItem__txt.mt0 {
    margin-top: 0
  }
}
.m-productItemTable {
  width: 512px
}
@media screen and (max-width:750px) {
  .m-productItemTable {
    margin-top: 12.86174vw;
    width: 100%
  }
}
.m-productItemTable__ttl {
  background-color: #097941;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  width: 160px;
  border-bottom: 3px solid #fff;
  vertical-align: middle
}
@media screen and (max-width:750px) {
  .m-productItemTable__ttl {
    padding: 1.5em 0;
    width: 29.09968%;
    font-size: 12px;
    font-size: 3.2vw
  }
}
.m-productItemTable__text {
  font-size: 16px;
  padding: 10px 0 10px 16px;
  width: 352px;
  vertical-align: middle
}
@media screen and (max-width:750px) {
  .m-productItemTable__text {
    padding: 1.5em 0 1.5em 3vw;
    width: 27430200%;
    font-size: 12px;
    font-size: 3.2vw
  }
}
.m-productItemTable__text .italic {
  font-style: italic
}
.m-productItemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 64px auto 0;
  width: 688px
}
@media screen and (max-width:750px) {
  .m-productItemLink {
    display: block;
    margin-top: 10.66667vw;
    width: 100%
  }
}
@media print,
screen and (min-width:751px) {
  .m-productItemLink--c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.m-productItemLink__btn {
  position: relative;
  width: 336px
}
@media screen and (max-width:750px) {
  .m-productItemLink__btn {
    margin-top: 5.88235vw;
    width: 100%
  }
}
@media print,
screen and (min-width:751px) {
  .m-productItemLink__btn:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #0c3621;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
  }
  .m-productItemLink__btn:hover:after {
    width: 100%
  }
}
@media screen and (max-width:750px) {
  .m-productItemLink__btn:first-child {
    margin-top: 0
  }
}
.m-productItemLink__btn--only {
  margin: 0 auto
}
.m-productItemLink__btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 336px;
  height: 50px;
  color: #097941;
  font-size: 16px;
  margin: 0 auto;
  border: 1px solid #097941;
  z-index: 1
}
@media screen and (max-width:750px) {
  .m-productItemLink__btn a {
    width: 100%;
    height: 16.53333vw;
    font-size: 16px;
    font-size: 4.26667vw
  }
}
.m-productItemLink__btn a:before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 20px;
  width: 10px;
  height: 7px;
  background: url(/vantelin/assets/img/common/m-btn_arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
@media screen and (max-width:750px) {
  .m-productItemLink__btn a:before {
    right: 3.33333vw;
    width: 2.66667vw;
    height: 4vw
  }
}
@media print,
screen and (min-width:751px) {
  .m-productItemLink__btn a:hover {
    color: #fff;
    opacity: 1
  }
}
.m-productItemLink__btn--02 a:before {
  width: 14px;
  height: 14px;
  background: url(/vantelin/assets/img/common/link_window_icon.svg);
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media screen and (max-width:750px) {
  .m-productItemLink__btn--02 a:before {
    width: 4vw;
    height: 4vw
  }
}
.p-productIciList {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
@media screen and (max-width:750px) {
  .p-productIciList {
    margin-top: 9.33333vw
  }
}
.p-productIciList__item {
  position: relative;
  width: 260px;
  text-align: center
}
@media screen and (max-width:750px) {
  .p-productIciList__item {
    width: 29.33333vw
  }
}
.p-productIciList__item:after {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg)
}
.p-productIciList__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 50px
}

@media screen and (max-width:750px) {
  .p-productIciList__item.new:before {
    width: 8vw;
    font-size: 8px;
    font-size: 2.13333vw;
    height: 4.8vw
  }
}
.p-productIciList__img--01 {
  margin-top: 45px;
  margin-bottom: 26.5px
}
@media screen and (max-width:750px) {
  .p-productIciList__img--01 {
    margin-bottom: 2.8vw;
    margin-top: 17%
  }
}
.p-productIciList__ttl {
  text-align: center;
  font-size: 16px
}
@media screen and (max-width:750px) {
  .p-productIciList__ttl {
    font-size: 12px;
    font-size: 3.2vw
  }
}
.p-productIciList__ttl span {
  font-size: 12px
}
@media screen and (max-width:750px) {
  .p-productIciList__ttl span {
    font-size: 9px;
    font-size: 2.4vw
  }
}
.p-productIciList__att {
  font-size: 11px;
  display: inline-block;
  border: 1px solid #aaa;
  margin: 13px auto 0;
  padding: 3px 5px
}
@media screen and (max-width:750px) {
  .p-productIciList__att {
    font-size: 10px;
    font-size: 2.66667vw
  }
}
.p-productIci {
  width: 1040px;
  margin: 0 auto
}
@media screen and (max-width:750px) {
  .p-productIci {
    width: 100%
  }
}
.p-productIci__item {
  padding-top: 140px;
  margin-top: -140px
}
.p-productIci__item--last {
  border-bottom: 1px solid #dedede
}
.p-productIci__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0 40px
}
@media screen and (max-width:750px) {
  .p-productIci__flex {
    width: 89.33333vw;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8vw 0
  }
}
.p-productIci__prod {
  position: relative;
  text-align: center;
  width: 424px
}

@media screen and (max-width:750px) {
  .p-productIci__prod.new:before {
    width: 15.46667vw;
    height: 2em;
    font-size: 15px;
    font-size: 4vw
  }
}
.p-productIci__ct {
  padding-left: 104px
}
@media screen and (max-width:750px) {
  .p-productIci__ct {
    padding-left: 0;
    margin-top: 4vw
  }
}
.p-productIci__ex {
  margin-top: 40px
}
.p-productIciUse {
  width: 1040px;
  margin: 70px auto 0;
  padding-bottom: 110px
}
@media screen and (max-width:750px) {
  .p-productIciUse {
    width: 89.33333vw;
    margin: 12vw auto 0;
  }
}
.p-productIciUse__ttl {
  font-size: 24px;
  font-weight: 700
}
@media screen and (max-width:750px) {
  .p-productIciUse__ttl {
    font-size: 16px;
    font-size: 4.26667vw
  }
}
.p-productIciUse__ttl span {
  font-size: 16px
}
@media screen and (max-width:750px) {
  .p-productIciUse__ttl span {
    font-size: 11px;
    font-size: 2.93333vw
  }
}
.p-productIciUse__item {
  margin-top: 40px
}
@media screen and (max-width:750px) {
  .p-productIciUse__item {
    margin-top: 16px
  }
}