body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0
}

img {
  vertical-align: top
}

a img {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset, img {
  border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal
}

ol, ul {
  list-style: none
}

caption, th {
  text-align: left
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}

q:before, q:after {
  content: ''
}

abbr, acronym {
  border: 0
}

html {
  font-size: 62.5%
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: 'Noto Sans JP', sans-serif
}

.catch {
  font-family: 'Noto Serif JP', serif
}

@media (min-width: 768px) {
  .product_title {
    margin: 0 auto 70px
  }
}

@media (max-width: 767px) {
  .product_title {
    margin: 3em auto
  }
}

.product_title h2 {
  font-family: "Noto Serif JP", serif;
  color: #414141;
  text-align: center
}

@media (min-width: 768px) {
  .product_title h2 {
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 1.4827586207
  }
}

@media (max-width: 767px) {
  .product_title h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.8181818182
  }
}

.product_title p {
  margin: 3em auto
}

@media (min-width: 768px) {
  .product_title p {
    width: 600px
  }
}

.product_title p.center {
  text-align: center
}

.product_title .ene_img {
  text-align: center
}

.product_title .ene_img img {
  margin: auto
}

@media (min-width: 768px) {
  .product_title .ene_img img {
    height: 400px
  }
}

@media (max-width: 767px) {
  .product_title .ene_img img {
    height: 200px
  }
}

.product_title .laser_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
  -webkit-column-gap: 1%;
  column-gap: 1%
}

.product_title .laser_content div {
  text-align: center
}

@media (min-width: 768px) {
  .product_title .laser_content div {
    width: calc(98% / 3)
  }
}

@media (max-width: 767px) {
  .product_title .laser_content div {
    width: calc(98% / 2);
    margin-bottom: 30px
  }
}

.product_title .laser_content div .logo {
  width: 70%;
  margin: 10px auto 0
}

.product_title.airleak {
  text-align: center
}

.product_title.airleak img {
  height: 350px;
  margin: auto
}

.catalog_btn {
  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;
  text-decoration: none
}

.catalog_btn:hover div {
  background: #FF4B57
}

.catalog_btn:hover p {
  color: #FF4B57
}

.catalog_btn>div {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  width: 60px;
  height: 60px;
  color: #fff;
  background: #A7A7A7;
  border-radius: 50%;
  text-align: center;
  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;
  -webkit-transition: .3s all;
  transition: .3s all
}

.catalog_btn>p {
  display: inline-block;
  -webkit-transition: .3s all;
  transition: .3s all;
  width: auto !important;
  margin: 0 0 !important;
  padding-left: 1em;
  color: #0F0F0F;
  text-decoration: underline;
  position: relative;
  line-height: 1.2em;
  margin: 0
}

.catalog_btn>p::after {
  content: "";
  display: inline-block;
  width: .8em;
  height: .8em;
  background: url(../images/common/new_w.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -1em;
  bottom: 0em
}

@media (min-width: 768px) {
  .catalog_btn.laser_b {
    position: absolute;
    right: 13vw;
    bottom: 20px
  }
  .catalog_btn.airleak_b {
    position: absolute;
    left: 8%;
    bottom: 20px
  }
}

@media (max-width: 767px) {
  .catalog_btn.laser_b, .catalog_btn.airleak_b {
    margin-bottom: 30px
  }
}

.catalog_btn::after {
  display: none !important
}

.product_top {
  position: relative;
  z-index: 8
}

@media (min-width: 768px) {
  .product_top {
    margin-top: 150px;
    background: url(../images/product/product_back.jpg) no-repeat top center;
    background-size: cover
  }
}

@media (max-width: 767px) {
  .product_top {
    margin-top: 50px
  }
}

.product_top .btn_w {
  position: relative
}

.product_top .btn_w:nth-child(odd) .sabpage_btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.product_top .btn_w:nth-child(even) .sabpage_btn {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.product_top .btn_w .sabpage_btn {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 0 3%;
  position: relative
}

@media (min-width: 768px) {
  .product_top .btn_w .sabpage_btn {
    height: 30vw;
    min-height: 400px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .product_top .btn_w .sabpage_btn.laser>div, .product_top .btn_w .sabpage_btn.airleak>div {
    margin-top: -50px
  }
}

@media (max-width: 767px) {
  .product_top .btn_w .sabpage_btn {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 20px
  }
}

.product_top .btn_w .sabpage_btn::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  -webkit-transition: .5s all;
  transition: .5s all;
  z-index: -2
}

@media (min-width: 768px) {
  .product_top .btn_w .sabpage_btn::after {
    height: 30vw;
    min-height: 400px;
    bottom: 0
  }
}

@media (max-width: 767px) {
  .product_top .btn_w .sabpage_btn::after {
    height: 48vw
  }
}

.product_top .btn_w .sabpage_btn:hover::after {
  opacity: 0.5
}

.product_top .btn_w .sabpage_btn:hover .more {
  background: #CF000E
}

.product_top .btn_w .sabpage_btn:hover .more p {
  color: #fff
}

.product_top .btn_w .sabpage_btn:hover .more span {
  background: #fff
}

.product_top .btn_w .sabpage_btn:hover .more::after {
  background: #fff
}

.product_top .btn_w .sabpage_btn:hover .more::before {
  opacity: 1
}

@media (min-width: 768px) {
  .product_top .btn_w .sabpage_btn.gas::after {
    background: url(../images/product/product01.png) no-repeat top center;
    background-size: cover
  }
}

@media (max-width: 767px) {
  .product_top .btn_w .sabpage_btn.gas::after {
    background: url(../images/product/product01.png) no-repeat top left 15% #ddd;
    background-size: cover
  }
}

@media (min-width: 768px) {
  .product_top .btn_w .sabpage_btn.enefarm::after {
    background: url(../images/product/product02.png) no-repeat top center;
    background-size: cover
  }
}

@media (max-width: 767px) {
  .product_top .btn_w .sabpage_btn.enefarm::after {
    background: url(../images/product/product02.png) no-repeat top right 15% #ddd;
    background-size: cover
  }
}

@media (min-width: 768px) {
  .product_top .btn_w .sabpage_btn.laser::after {
    background: url(../images/product/product03.png) no-repeat top center;
    background-size: cover
  }
}

@media (max-width: 767px) {
  .product_top .btn_w .sabpage_btn.laser::after {
    background: url(../images/product/product03.png) no-repeat top left 15% #ddd;
    background-size: cover
  }
}

@media (min-width: 768px) {
  .product_top .btn_w .sabpage_btn.airleak::after {
    background: url(../images/product/product04.png) no-repeat top center;
    background-size: cover
  }
}

@media (max-width: 767px) {
  .product_top .btn_w .sabpage_btn.airleak::after {
    background: url(../images/product/product04.png) no-repeat top right 15% #ddd;
    background-size: cover
  }
}

@media (min-width: 768px) {
  .product_top .btn_w .sabpage_btn.other::after {
    background: url(../images/product/product05.png) no-repeat top center;
    background-size: cover
  }
}

@media (max-width: 767px) {
  .product_top .btn_w .sabpage_btn.other::after {
    background: url(../images/product/product05.png) no-repeat top left 15% #ddd;
    background-size: cover
  }
}

.product_top .btn_w .sabpage_btn>div {
  text-align: center
}

@media (min-width: 768px) {
  .product_top .btn_w .sabpage_btn>div {
    width: 45%
  }
}

@media (max-width: 767px) {
  .product_top .btn_w .sabpage_btn>div {
    width: 100%;
    padding-top: 52vw
  }
}

.product_top .btn_w .sabpage_btn>div h3 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(25px, 2.2vw, 40px);
  line-height: 1.2em
}

.product_top .btn_w .sabpage_btn>div h3 span {
  display: block;
  font-size: clamp(13px, 1.3vw, 20px);
  line-height: 1.3em
}

.product_top .btn_w .sabpage_btn>div>p {
  color: #0F0F0F;
  margin: 1em auto;
  text-align: left;
  font-size: clamp(13px, 1.5vw, 15px)
}

@media (min-width: 768px) {
  .product_top .btn_w .sabpage_btn>div>p {
    width: 75%
  }
}

@media (max-width: 767px) {
  .product_top .btn_w .sabpage_btn>div>p {
    width: 90%;
    max-width: 500px
  }
}

.product_top .btn_w .sabpage_btn>div .more {
  font-size: clamp(13px, 1.5vw, 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: calc(60px + 9em);
  height: 30px;
  margin: auto;
  background: none;
  position: relative;
  -webkit-transition: .3s all;
  transition: .3s all
}

.product_top .btn_w .sabpage_btn>div .more::after {
  content: "";
  width: 20px;
  height: 1px;
  display: block;
  background: #CF000E;
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: .3s all;
  transition: .3s all
}

.product_top .btn_w .sabpage_btn>div .more::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #CF000E;
  border-right: 0;
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .3s all;
  transition: .3s all
}

.product_top .btn_w .sabpage_btn>div .more p {
  display: inline-block;
  padding-right: 10px
}

.product_top .btn_w .sabpage_btn>div .more span {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #CF000E;
  position: relative;
  -webkit-transition: .3s all;
  transition: .3s all
}

.l-page_wrapper .product_con {
  margin: 0 auto 70px
}

.l-page_wrapper .product_con>div {
  text-align: center
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con>div:not(:first-child) {
    margin-top: 9em
  }
}

@media (max-width: 767px) {
  .l-page_wrapper .product_con>div:not(:first-child) {
    margin-top: 5em
  }
}

.l-page_wrapper .product_con>div h3 {
  margin: 0 auto 2em;
  width: 100%;
  position: relative;
  color: #fff;
  text-align: center;
  padding: .5em;
  height: 2em
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con>div h3 {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1
  }
}

@media (max-width: 767px) {
  .l-page_wrapper .product_con>div h3 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1
  }
}

.l-page_wrapper .product_con>div h3::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  right: 0;
  left: 0;
  background: #CF000E;
  -webkit-transform: skewX(-21deg);
  transform: skewX(-21deg);
  display: block;
  width: 100%;
  height: 2em;
  z-index: -1
}

@media (max-width: 767px) {
  .l-page_wrapper .product_con>div h3.title_br::after {
    height: 3em
  }
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con>div h3.title_2g::after {
    height: 4em
  }
}

@media (max-width: 767px) {
  .l-page_wrapper .product_con>div h3.title_2g::after {
    height: 4em
  }
}

.l-page_wrapper .product_con>div img {
  margin: 0 auto 3em;
  width: auto
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con>div img {
    height: 350px
  }
}

@media (max-width: 767px) {
  .l-page_wrapper .product_con>div img {
    height: 200px
  }
}

.l-page_wrapper .product_con>div p {
  margin: auto;
  text-align: left
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con>div p {
    width: 600px
  }
}

.l-page_wrapper .product_con.ene>div h4 {
  margin-top: 3em;
  margin-bottom: 1em;
  color: #CF000E;
  font-family: "Noto Serif JP", serif;
  font-weight: normal
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con.ene>div h4 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.4
  }
}

@media (max-width: 767px) {
  .l-page_wrapper .product_con.ene>div h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5
  }
}

.l-page_wrapper .product_con.ene .img_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.l-page_wrapper .product_con.ene .img_w>div img {
  margin: 40px auto 0;
  height: auto;
  width: 100%
}

.l-page_wrapper .product_con.ene .img_w>div p {
  text-align: center;
  width: auto
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con.ene .img_w>div {
    width: 48%
  }
}

@media (max-width: 767px) {
  .l-page_wrapper .product_con.ene .img_w>div {
    width: 100%
  }
}

.l-page_wrapper .product_con.airleak .airleak_con {
  margin-top: 5em
}

.l-page_wrapper .product_con.airleak .airleak_con img {
  margin: 1.5em auto;
  height: auto
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con.airleak .airleak_con img {
    width: 500px
  }
}

@media (max-width: 767px) {
  .l-page_wrapper .product_con.airleak .airleak_con img {
    width: 100%
  }
}

.l-page_wrapper .product_con.airleak .airleak_con h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.0909090909
}

.l-page_wrapper .product_con.airleak .airleak_con h4 span {
  font-size: .7em
}

.l-page_wrapper .product_con.airleak .linenap_con {
  margin-bottom: 2em
}

.l-page_wrapper .product_con.airleak .linenap_con h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #0F0F0F
}

.l-page_wrapper .product_con.airleak .linenap_con a {
  display: block;
  margin-bottom: .5em
}

.l-page_wrapper .product_con.airleak .accordion_box {
  position: relative;
  margin: auto
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con.airleak .accordion_box {
    width: 80%
  }
}

@media (max-width: 767px) {
  .l-page_wrapper .product_con.airleak .accordion_box {
    width: 100%
  }
}

.l-page_wrapper .product_con.airleak .accordion_box .accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none
}

.l-page_wrapper .product_con.airleak .accordion_box .accordion.douga h4, .l-page_wrapper .product_con.airleak .accordion_box .accordion.kaiketsu h4 {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.l-page_wrapper .product_con.airleak .accordion_box .accordion.kensa img {
  width: 80%;
  margin: auto;
  display: block
}

.l-page_wrapper .product_con.airleak .accordion_box .accordion li {
  margin: 0 0 50px
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con.airleak .accordion_box .accordion li {
    width: 45%
  }
}

@media (max-width: 767px) {
  .l-page_wrapper .product_con.airleak .accordion_box .accordion li {
    width: 100%
  }
}

.l-page_wrapper .product_con.airleak .accordion_box .accordion li h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: .5em
}

.l-page_wrapper .product_con.airleak .accordion_box .accordion li h4 span {
  display: block
}

.l-page_wrapper .product_con.airleak .accordion_box .accordion li p {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-top: .5em
}

.l-page_wrapper .product_con.airleak .accordion_box .accordion li img {
  width: 100%;
  height: auto;
  margin: 0
}

.l-page_wrapper .product_con.airleak .accordion_box .accordion li a {
  display: block
}

.l-page_wrapper .product_con.airleak .accordion_box .accordion li a img {
  opacity: 1
}

.l-page_wrapper .product_con.airleak .accordion_box .accordion li a img:hover {
  opacity: 0.7
}

.l-page_wrapper .product_con.airleak .accordion_box .accordion li.none {
  display: none
}

.l-page_wrapper .product_con.airleak .accordion_box .btn {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  text-align: center;
  color: #CF000E;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  width: auto
}

.l-page_wrapper .product_con.airleak .accordion_box .btn.btn-more span {
  position: relative
}

.l-page_wrapper .product_con.airleak .accordion_box .btn.btn-more span::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-top: 3px solid #CF000E;
  border-right: 3px solid #CF000E;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto
}

.l-page_wrapper .product_con.airleak .accordion_box .btn.btn-close span {
  position: relative
}

.l-page_wrapper .product_con.airleak .accordion_box .btn.btn-close span::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-top: 3px solid #CF000E;
  border-right: 3px solid #CF000E;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto
}

.l-page_wrapper .product_con.airleak .contact h4 {
  background: #CF000E;
  color: #fff;
  text-align: center;
  padding: .5em
}

.l-page_wrapper .product_con.airleak .contact>p {
  margin-bottom: 1em
}

.l-page_wrapper .product_con.airleak .contact .center {
  text-align: center
}

.l-page_wrapper .product_con.airleak .contact .contact_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2em auto 3em
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con.airleak .contact .contact_info>div {
    width: calc(100% / 2);
    padding-left: 1em
  }
}

@media (max-width: 767px) {
  .l-page_wrapper .product_con.airleak .contact .contact_info>div {
    width: 100%
  }
}

.l-page_wrapper .product_con.airleak .contact .contact_info>div p {
  margin: 0;
  width: auto
}

.l-page_wrapper .product_con.airleak .contact .contact_info>div p.red {
  color: #CF000E
}

.l-page_wrapper .product_con.airleak .contact .contact_info>div p.canp {
  font-size: 1.2em
}

.l-page_wrapper .product_con.airleak .contact .cotact_btn {
  display: inline-block;
  border: 2px solid #CF000E;
  border-radius: 10px;
  text-decoration: none;
  padding: 15px
}

.l-page_wrapper .product_con.airleak .contact .cotact_btn:hover {
  background: #CF000E;
  color: #fff
}

.l-page_wrapper .product_con.airleak .contact .cotact_btn h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 500
}

.l-page_wrapper .product_con.airleak .contact .cotact_btn p {
  margin: 0;
  width: auto;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286
}

.l-page_wrapper .product_con.other .other_con {
  margin-top: 3em
}

.l-page_wrapper .product_con.other .other_con img {
  margin: 1.5em auto;
  height: auto
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con.other .other_con img {
    width: 600px
  }
}

@media (max-width: 767px) {
  .l-page_wrapper .product_con.other .other_con img {
    width: 100%
  }
}

.l-page_wrapper .product_con.other .other_con h4 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.0909090909
}

.l-page_wrapper .product_con.other .other_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1%;
  column-gap: 1%
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con.other .other_img {
    margin-left: -5%;
    width: 110%
  }
}

.l-page_wrapper .product_con.other .other_img img {
  height: auto
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con.other .other_img img {
    margin: 3em 0;
    width: calc(98% / 3)
  }
}

@media (max-width: 767px) {
  .l-page_wrapper .product_con.other .other_img img {
    margin: 1em 0;
    width: 100%
  }
}

.l-page_wrapper .product_con.other .center_txt {
  text-align: center;
  font-weight: bold;
  margin-top: 3em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3888888889
}

.l-page_wrapper .product_con.other .sien {
  border: 1px solid #CF000E;
  padding: 5%
}

.l-page_wrapper .product_con.other .sien h3 {
  background: none;
  color: #CF000E;
  margin: 0 auto 1em;
  padding: 0
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con.other .sien h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3636363636
  }
}

@media (max-width: 767px) {
  .l-page_wrapper .product_con.other .sien h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3888888889
  }
}

.l-page_wrapper .product_con.other .sien h3::before, .l-page_wrapper .product_con.other .sien h3::after {
  display: none
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con.other .sien {
    margin-left: -10%;
    width: 120%
  }
}

.l-page_wrapper .product_con.other .sien .other_img {
  width: 100%;
  margin: auto
}

.l-page_wrapper .product_con.other .sien .other_img img {
  margin-bottom: 0
}

.l-page_wrapper .product_con.other .contact {
  margin: 5em auto 0;
  display: block;
  border: 2px solid #CF000E;
  text-decoration: none;
  text-align: center;
  padding: 1.5em;
  border-radius: 10px
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con.other .contact {
    width: 500px
  }
}

@media (max-width: 767px) {
  .l-page_wrapper .product_con.other .contact {
    width: 90%
  }
}

.l-page_wrapper .product_con.other .contact:hover {
  background: #CF000E;
  color: #fff
}

.l-page_wrapper .product_con.other .contact h5 {
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.4705882353;
  margin-bottom: .5em
}

.l-page_wrapper .product_con.other .contact p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286
}

.l-page_wrapper .product_con.laser .logo {
  margin: 0 auto
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con.laser .logo {
    width: 300px
  }
}

@media (max-width: 767px) {
  .l-page_wrapper .product_con.laser .logo {
    width: 100%
  }
}

.l-page_wrapper .product_con.laser .logo.fal {
  margin-top: 60px
}

.l-page_wrapper .product_con.laser h4 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.4117647059;
  color: #0F0F0F
}

.l-page_wrapper .product_con.laser img {
  margin: 20px auto;
  height: auto
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con.laser img {
    max-width: 600px;//250127_width¨max-width
  }
}

@media (max-width: 767px) {
  .l-page_wrapper .product_con.laser img {
    //width: 100%
  }
}

.l-page_wrapper .product_con.laser p {
  margin-bottom: 2em
}

.l-page_wrapper .product_con.laser .sikumi {
  border: 1px solid #ddd;
  padding: 10px 0
}

.l-page_wrapper .product_con.laser .center {
  text-align: center
}

.l-page_wrapper .product_con.laser .center.red {
  color: #CF000E;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.4117647059;
  font-weight: 500;
  margin-top: 20px
}

.l-page_wrapper .product_con.laser .new {
  border-top: 1px solid #0F0F0F;
  margin: 50px auto
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con.laser .new {
    width: 550px
  }
}

.l-page_wrapper .product_con.laser .new .new_cont {
  margin: 0 auto;
  border-bottom: 1px solid #0F0F0F;
  padding: 1em
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con.laser .new .new_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.l-page_wrapper .product_con.laser .new .new_cont_circle {
  width: 70px;
  height: 70px;
  border: 1px solid #CF000E;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #CF000E
}

@media (max-width: 767px) {
  .l-page_wrapper .product_con.laser .new .new_cont_circle {
    margin: 0 auto 1em
  }
}

.l-page_wrapper .product_con.laser .new .new_cont_circle p {
  margin-top: 2em;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25
}

.l-page_wrapper .product_con.laser .new .new_cont_circle p span {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  display: block;
  font-weight: bold
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con.laser .new .new_cont_txt {
    width: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.l-page_wrapper .product_con.laser .new .new_cont_txt h5 {
  color: #0F0F0F;
  font-weight: bold;
  text-align: left
}

.l-page_wrapper .product_con.laser .contact h4 {
  background: #CF000E;
  color: #fff;
  text-align: center;
  padding: .5em
}

.l-page_wrapper .product_con.laser .contact>p {
  margin-bottom: 1em
}

.l-page_wrapper .product_con.laser .contact .contact_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2em auto 3em
}

@media (min-width: 768px) {
  .l-page_wrapper .product_con.laser .contact .contact_info>div {
    width: calc(100% / 2);
    padding-left: 1em
  }
}

@media (max-width: 767px) {
  .l-page_wrapper .product_con.laser .contact .contact_info>div {
    width: 100%
  }
}

.l-page_wrapper .product_con.laser .contact .contact_info>div p {
  margin: 0;
  width: auto
}

.l-page_wrapper .product_con.laser .contact .contact_info>div p.red {
  color: #CF000E
}

.l-page_wrapper .product_con.laser .contact .contact_info>div p.canp {
  font-size: 1.2em
}

.l-page_wrapper .product_con.laser .contact .cotact_btn {
  display: inline-block;
  border: 2px solid #CF000E;
  border-radius: 10px;
  text-decoration: none;
  padding: 15px
}

.l-page_wrapper .product_con.laser .contact .cotact_btn:hover {
  background: #CF000E;
  color: #fff
}

.l-page_wrapper .product_con.laser .contact .cotact_btn h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 500
}

.l-page_wrapper .product_con.laser .contact .cotact_btn p {
  margin: 0;
  width: auto;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286
}

.qr-container {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.qr-container-sub {
  display: flex; 
  flex-direction: column;
}