@charset "UTF-8";

/*
 product-epd.cssは自動生成しているため、
 直接上書きしないでください。
*/
/* Vendor */
/* Site settings */
/* Base */
/* line 3, ../../scss/base/_main.scss */
body {
  max-width: 100vw;
  overflow-x: hidden;
  height: auto;
  overflow-y: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: "A1ゴシック R", "ヒラギノ角ゴ W3 JIS2004", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 28px;
  line-height: 1.75rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: white;
}

button, [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
}

/* line 19, ../../scss/base/_main.scss */
#site-container {
  position: relative;
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (-ms-high-contrast: none) {

  /* line 28, ../../scss/base/_main.scss */
  body {
    font-family: "A1ゴシック R", "ヒラギノ角ゴ W3 JIS2004",
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
  }

  /* line 31, ../../scss/base/_main.scss */
  main {
    display: block;
  }
}

/* line 35, ../../scss/base/_main.scss */
.container {
  width: 1080px;
  margin: 0 auto;
}

/* line 40, ../../scss/base/_main.scss */
.img-wrapper>img {
  display: block;
  width: 100%;
}

/* line 46, ../../scss/base/_main.scss */
.flex-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 48, ../../scss/base/_main.scss */
.flex-wrapper.row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 53, ../../scss/base/_main.scss */
a {
  text-decoration: none;
  color: #4d4d4d;
}

/* line 56, ../../scss/base/_main.scss */
a:hover {
  text-decoration: none;
  color: #4d4d4d;
}

/* line 62, ../../scss/base/_main.scss */
p {
  word-break: break-all;
}

/* line 66, ../../scss/base/_main.scss */
em {
  font-style: normal;
}

/* line 70, ../../scss/base/_main.scss */
ul {
  list-style-type: none;
  padding-left: 0;
}

/* line 75, ../../scss/base/_main.scss */
.is-pc {
  display: block;
}

/* line 79, ../../scss/base/_main.scss */
.is-sp {
  display: none;
}

/* line 83, ../../scss/base/_main.scss */
.w50 {
  width: 50px;
}

/* line 84, ../../scss/base/_main.scss */
.w60 {
  width: 60px;
}

/* line 85, ../../scss/base/_main.scss */
.w80 {
  width: 80px;
}

/* line 86, ../../scss/base/_main.scss */
.w100 {
  width: 100px;
}

/* line 87, ../../scss/base/_main.scss */
.w120 {
  width: 120px;
}

/* line 88, ../../scss/base/_main.scss */
.w140 {
  width: 140px;
}

/* line 89, ../../scss/base/_main.scss */
.w160 {
  width: 160px;
}

/* line 90, ../../scss/base/_main.scss */
.w180 {
  width: 180px;
}

/* line 91, ../../scss/base/_main.scss */
.w200 {
  width: 200px;
}

/* line 92, ../../scss/base/_main.scss */
.w220 {
  width: 220px;
}

/* line 93, ../../scss/base/_main.scss */
.w240 {
  width: 240px;
}

/* line 94, ../../scss/base/_main.scss */
.w260 {
  width: 260px;
}

/* line 95, ../../scss/base/_main.scss */
.w280 {
  width: 280px;
}

/* line 96, ../../scss/base/_main.scss */
.w380 {
  width: 380px;
}

/* line 97, ../../scss/base/_main.scss */
.w400 {
  width: 400px;
}

/* line 99, ../../scss/base/_main.scss */
.mt10 {
  margin-top: 10px;
}

/* line 100, ../../scss/base/_main.scss */
.mt20 {
  margin-top: 20px;
}

/* line 101, ../../scss/base/_main.scss */
.mt30 {
  margin-top: 30px;
}

/* line 102, ../../scss/base/_main.scss */
.mt40 {
  margin-top: 40px;
}

/* line 103, ../../scss/base/_main.scss */
.mt50 {
  margin-top: 50px;
}

/* line 104, ../../scss/base/_main.scss */
.mt60 {
  margin-top: 60px;
}

/* line 105, ../../scss/base/_main.scss */
.mt70 {
  margin-top: 70px;
}

/* line 106, ../../scss/base/_main.scss */
.mt80 {
  margin-top: 80px;
}

/* line 107, ../../scss/base/_main.scss */
.mt90 {
  margin-top: 90px;
}

/* line 108, ../../scss/base/_main.scss */
.mt100 {
  margin-top: 100px;
}

/* line 109, ../../scss/base/_main.scss */
.mt120 {
  margin-top: 120px;
}

/* line 110, ../../scss/base/_main.scss */
.mt140 {
  margin-top: 140px;
}

/* line 111, ../../scss/base/_main.scss */
.mt160 {
  margin-top: 160px;
}

/* line 112, ../../scss/base/_main.scss */
.mt180 {
  margin-top: 180px;
}

/* line 113, ../../scss/base/_main.scss */
.mt200 {
  margin-top: 200px;
}

/* line 114, ../../scss/base/_main.scss */
.mt220 {
  width: 220px;
}

/* line 115, ../../scss/base/_main.scss */
.mt240 {
  width: 240px;
}

/* line 116, ../../scss/base/_main.scss */
.mt260 {
  width: 260px;
}

/* line 117, ../../scss/base/_main.scss */
.mt280 {
  width: 280px;
}

/* line 118, ../../scss/base/_main.scss */
.mt380 {
  width: 380px;
}

/* line 119, ../../scss/base/_main.scss */
.mt400 {
  width: 400px;
}

/* line 121, ../../scss/base/_main.scss */
.clear-both {
  clear: both;
}

/* line 122, ../../scss/base/_main.scss */
.overflow-auto {
  overflow: auto;
}

/* line 123, ../../scss/base/_main.scss */
.text-align-center {
  text-align: center;
}

/* line 124, ../../scss/base/_main.scss */
.text-align-left {
  text-align: left;
}

/* line 125, ../../scss/base/_main.scss */
.font-weight-bold {
  font-weight: bold;
}

/* line 126, ../../scss/base/_main.scss */
.font-size-16 {
  font-size: 16px;
}

/* line 127, ../../scss/base/_main.scss */
.font-size-20 {
  font-size: 20px;
}

/* line 128, ../../scss/base/_main.scss */
.font-size-25 {
  font-size: 25px;
}

/* line 129, ../../scss/base/_main.scss */
.font-size-30 {
  font-size: 30px;
}

/* line 130, ../../scss/base/_main.scss */
.font-size-35 {
  font-size: 35px;
}

/* line 131, ../../scss/base/_main.scss */
.font-size-50 {
  font-size: 50px;
}

/* line 132, ../../scss/base/_main.scss */
.margin-0-auto {
  margin: 0 auto;
}

/* line 133, ../../scss/base/_main.scss */
.margin-top-15 {
  margin-top: 15px;
}

/* line 134, ../../scss/base/_main.scss */
.margin-top-30 {
  margin-top: 30px;
}

/* line 135, ../../scss/base/_main.scss */
.margin-top-40 {
  margin-top: 40px;
}

/* line 136, ../../scss/base/_main.scss */
.margin-top-50 {
  margin-top: 50px;
}

/* line 137, ../../scss/base/_main.scss */
.margin-top-80 {
  margin-top: 80px;
}

/* line 138, ../../scss/base/_main.scss */
.margin-top-100 {
  margin-top: 100px;
}

/* line 139, ../../scss/base/_main.scss */
.margin-bottom-10 {
  margin-bottom: 10px;
}

/* line 140, ../../scss/base/_main.scss */
.margin-bottom-15 {
  margin-bottom: 15px;
}

/* line 141, ../../scss/base/_main.scss */
.margin-bottom-25 {
  margin-bottom: 25px;
}

/* line 142, ../../scss/base/_main.scss */
.margin-bottom-40 {
  margin-bottom: 40px;
}

/* line 143, ../../scss/base/_main.scss */
.margin-bottom-80 {
  margin-bottom: 80px;
}

/* line 144, ../../scss/base/_main.scss */
.margin-bottom-100 {
  margin-bottom: 100px;
}

/* line 145, ../../scss/base/_main.scss */
.margin-right-auto {
  margin-right: auto;
}

/* line 146, ../../scss/base/_main.scss */
.margin-right-60 {
  margin-right: 60px;
}

/* line 147, ../../scss/base/_main.scss */
.margin-left-auto {
  margin-left: auto;
}

/* line 148, ../../scss/base/_main.scss */
.top-20 {
  top: 20px;
}

/* line 149, ../../scss/base/_main.scss */
.line-height-35 {
  line-height: 35px;
}

/* line 150, ../../scss/base/_main.scss */
.line-height-40 {
  line-height: 40px;
}

/* line 151, ../../scss/base/_main.scss */
.line-height-50 {
  line-height: 50px;
}

/* line 152, ../../scss/base/_main.scss */
.line-height-55 {
  line-height: 55px;
}

/* line 153, ../../scss/base/_main.scss */
.line-height-80 {
  line-height: 80px;
}

/* line 154, ../../scss/base/_main.scss */
.height-80 {
  height: 80px;
}

/* line 155, ../../scss/base/_main.scss */
.height-100 {
  height: 100px;
}

/* line 156, ../../scss/base/_main.scss */
.width-150 {
  width: 150px;
}

/* line 157, ../../scss/base/_main.scss */
.width-870 {
  width: 870px;
}

/* line 158, ../../scss/base/_main.scss */
.width-980 {
  width: 980px;
}

/* line 159, ../../scss/base/_main.scss */
.float-left {
  float: left;
}

/* line 160, ../../scss/base/_main.scss */
.position-relative {
  position: relative;
}

/* line 161, ../../scss/base/_main.scss */
.vertical-align-middle {
  vertical-align: middle;
}

@media screen and (max-width: 1180px) {

  /* line 165, ../../scss/base/_main.scss */
  body {
    line-height: 24px;
    line-height: 1.5rem;
  }

  /* line 168, ../../scss/base/_main.scss */
  .container {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 50px;
  }
}

@media screen and (max-width: 959px) {

  /* line 176, ../../scss/base/_main.scss */
  .container {
    padding: 0 50px;
  }
}

@media screen and (max-width: 599px) {

  /* line 182, ../../scss/base/_main.scss */
  .container {
    padding: 0 30px;
  }

  /* line 185, ../../scss/base/_main.scss */
  .is-pc {
    display: none !important;
  }

  /* line 188, ../../scss/base/_main.scss */
  .is-sp {
    display: block !important;
  }
}

@media screen and (max-width: 479px) {

  /* line 194, ../../scss/base/_main.scss */
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 359px) {

  /* line 200, ../../scss/base/_main.scss */
  body {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  /* line 203, ../../scss/base/_main.scss */
  .container {
    padding: 0 15px;
  }
}

/* Layouts */
/* line 1, ../../scss/modules/_page-header.scss */
.page-header {
  height: 540px;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* line 6, ../../scss/modules/_page-header.scss */
.page-header h1 {
  width: 100%;
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 56px;
  line-height: 3.5rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  font-family: "A1ゴシック M";
  color: #fff;
  letter-spacing: 0.6rem;
  text-align: center;
}

/* line 16, ../../scss/modules/_page-header.scss */
.page-header h1::first-letter {
  color: #d20000;
}

/* line 19, ../../scss/modules/_page-header.scss */
.page-header h1>small {
  display: block;
  margin-top: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.4rem;
}

/* line 28, ../../scss/modules/_page-header.scss */
.page-header.product {
  height: 380px;
}

/* line 30, ../../scss/modules/_page-header.scss */
.page-header.product h1 {
  color: #4d4d4d;
  -moz-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
}

/* line 33, ../../scss/modules/_page-header.scss */
.page-header.product h1>small {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 0;
  background-color: #d20000;
  color: #fff;
}

@media screen and (max-width: 959px) {

  /* line 47, ../../scss/modules/_page-header.scss */
  .page-header {
    height: 440px;
  }

  /* line 50, ../../scss/modules/_page-header.scss */
  .page-header h1 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 60px;
    line-height: 3.75rem;
    letter-spacing: 0.5rem;
  }

  /* line 54, ../../scss/modules/_page-header.scss */
  .page-header h1>small {
    margin-top: 36px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: 0.4rem;
  }

  /* line 62, ../../scss/modules/_page-header.scss */
  .page-header.product {
    height: 360px;
  }

  /* line 64, ../../scss/modules/_page-header.scss */
  .page-header.product h1 {
    -moz-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
  }

  /* line 66, ../../scss/modules/_page-header.scss */
  .page-header.product h1>small {
    padding: 0.3rem 0.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

@media screen and (max-width: 599px) {

  /* line 77, ../../scss/modules/_page-header.scss */
  .page-header {
    height: 320px;
  }

  /* line 80, ../../scss/modules/_page-header.scss */
  .page-header h1 {
    -moz-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 50px;
    line-height: 3.125rem;
    letter-spacing: 0.4rem;
  }

  /* line 85, ../../scss/modules/_page-header.scss */
  .page-header h1>small {
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: 0.4rem;
  }

  /* line 93, ../../scss/modules/_page-header.scss */
  .page-header.product {
    height: 320px;
  }

  /* line 95, ../../scss/modules/_page-header.scss */
  .page-header.product h1 {
    -moz-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
  }

  /* line 97, ../../scss/modules/_page-header.scss */
  .page-header.product h1>small {
    padding: 0.3rem 0.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

@media screen and (max-width: 469px) {

  /* line 108, ../../scss/modules/_page-header.scss */
  .page-header {
    height: 280px;
  }

  /* line 111, ../../scss/modules/_page-header.scss */
  .page-header h1 {
    -moz-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 42px;
    line-height: 2.625rem;
    letter-spacing: 0.4rem;
  }

  /* line 116, ../../scss/modules/_page-header.scss */
  .page-header h1>small {
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: 0.3rem;
  }

  /* line 124, ../../scss/modules/_page-header.scss */
  .page-header.product {
    height: 240px;
  }

  /* line 127, ../../scss/modules/_page-header.scss */
  .page-header.product h1>small {
    padding: 0.3rem 0.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

@media screen and (max-width: 359px) {

  /* line 138, ../../scss/modules/_page-header.scss */
  .page-header {
    height: 240px;
  }

  /* line 141, ../../scss/modules/_page-header.scss */
  .page-header h1 {
    -moz-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2.5rem;
    letter-spacing: 0.4rem;
  }

  /* line 146, ../../scss/modules/_page-header.scss */
  .page-header h1>small {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    letter-spacing: 0.3rem;
  }

  /* line 154, ../../scss/modules/_page-header.scss */
  .page-header.product {
    height: 220px;
  }

  /* line 156, ../../scss/modules/_page-header.scss */
  .page-header.product h1 {
    -moz-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
  }

  /* line 158, ../../scss/modules/_page-header.scss */
  .page-header.product h1>small {
    padding: 0.3rem 0.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

/* line 1, ../../scss/modules/_btns.scss */
.btn-basic,
.btn-white-red,
.btn-black-red,
.btn-red-white,
.btn-red-black {
  text-align: center;
  background-image: linear-gradient(to right, #ffffff 50%, #d20000 50%);
  background-size: 200%;
  background-position: 0 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 8, ../../scss/modules/_btns.scss */
.btn-basic:hover,
.btn-white-red:hover,
.btn-black-red:hover,
.btn-red-white:hover,
.btn-red-black:hover {
  background-position: -100% 0;
  color: white;
}

/* line 18, ../../scss/modules/_btns.scss */
.btn-black-red {
  background-image: linear-gradient(to right, #000000 50%, #d20000 50%);
}

/* line 23, ../../scss/modules/_btns.scss */
.btn-red-white {
  background-image: linear-gradient(to right, #d20000 50%, #ffffff 50%);
}

/* line 26, ../../scss/modules/_btns.scss */
.btn-red-white:hover {
  color: #d20000;
}

/* line 31, ../../scss/modules/_btns.scss */
.btn-red-black {
  background-image: linear-gradient(to right, #d20000 50%, #000000 50%);
}

/* line 36, ../../scss/modules/_btns.scss */
.btn {
  position: relative;
  display: block;
  height: 64px;
  text-align: center;
  background-image: linear-gradient(to right, #ffffff 50%, #d20000 50%);
  background-size: 200%;
  background-position: 0 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 46, ../../scss/modules/_btns.scss */
.btn span {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

/* line 52, ../../scss/modules/_btns.scss */
.btn span::after {
  content: "";
  width: 20px;
  height: 13px;
  background-image: url(../img/support/yajirushi_black.png);
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -30px;
}

/* line 63, ../../scss/modules/_btns.scss */
.btn:hover {
  background-position: -100% 0;
  color: white;
}

/* line 67, ../../scss/modules/_btns.scss */
.btn:hover span::after {
  background-image: url(../img/support/yajirushi_white.png);
}

/* line 5, ../../scss/layout/_product-epd.scss */
.page-header.epd {
  background-image: url(../img/products/epd-top.jpg);
}

/* line 10, ../../scss/layout/_product-epd.scss */
.lead-text {
  padding: 5rem 0;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: "A1ゴシック M";
}

/* line 18, ../../scss/layout/_product-epd.scss */
#eyecatch-imgs {
  margin-bottom: 50px;
}

/* line 20, ../../scss/layout/_product-epd.scss */
#eyecatch-imgs li {
  width: 47%;
}

/* line 25, ../../scss/layout/_product-epd.scss */
h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 28px;
  line-height: 1.75rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  font-family: "A1ゴシック M";
  color: #4d4d4d;
  letter-spacing: 0.4rem;
  text-align: center;
}

/* line 34, ../../scss/layout/_product-epd.scss */
h2>small {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
}

/* line 42, ../../scss/layout/_product-epd.scss */
#features {
  /* background-color: #f0f0f0; */
  padding: 0px 0;
}

/* line 46, ../../scss/layout/_product-epd.scss */
#features .container {
  margin-top: 70px;
  /* border: 1px solid #000; */
  border-radius: 20px;
}

/* line 51, ../../scss/layout/_product-epd.scss */
#features .container .flex-wrapper {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 45px 60px;
  justify-content: space-evenly;
  gap: 40px;
}

/* line 54, ../../scss/layout/_product-epd.scss */
#features .container .flex-wrapper>li {
  width: 460px;
  padding-top: 120px;
  position: relative;
}

/* line 59, ../../scss/layout/_product-epd.scss */
#features .container .flex-wrapper>li strong {
  display: block;
  margin: 20px 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  text-align: center;
}

/* line 67, ../../scss/layout/_product-epd.scss */
#features .container .flex-wrapper>li::before {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 73, ../../scss/layout/_product-epd.scss */
#features .container .flex-wrapper>li:first-child::before {
  width: 112.5px;
  height: 92px;
  top: 40px;
  background-image: url(../img/products/feature01.png);
}

/* line 79, ../../scss/layout/_product-epd.scss */
#features .container .flex-wrapper>li:nth-child(2)::before {
  width: 112.5px;
  height: 92px;
  top: 40px;
  background-image: url(../img/products/feature02.png);
}

/* line 85, ../../scss/layout/_product-epd.scss */
#features .container .flex-wrapper>li:nth-child(3)::before {
  width: 112.5px;
  height: 92px;
  top: 30px;
  background-image: url(../img/products/feature03.png);
}


/* line 114, ../../scss/layout/_product-epd.scss */
.container.narrow {
  width: 940px;
}

/* line 117, ../../scss/layout/_product-epd.scss */
.container.narrow h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  font-family: "A1ゴシック M";
  color: #4d4d4d;
  letter-spacing: 0.4rem;
  text-align: center;
}

/* line 126, ../../scss/layout/_product-epd.scss */
.container.narrow h2>small {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  font-family: "A1ゴシック R", "ヒラギノ角ゴ W3 JIS2004", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.2rem;
}

/* line 137, ../../scss/layout/_product-epd.scss */
.container.narrow ul li {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-family: "A1ゴシック M";
  position: relative;
  padding-left: 30px;
  letter-spacing: 0.2rem;
}

/* line 144, ../../scss/layout/_product-epd.scss */
.container.narrow ul li::before {
  content: "・";
  font-size: 30px;
  font-size: 1.875rem;
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

/* line 154, ../../scss/layout/_product-epd.scss */
#outdoor-application {
  padding-top: 100px;
}

/* line 157, ../../scss/layout/_product-epd.scss */
#outdoor-application .flex-wrapper {
  width: 620px;
  margin: 50px auto 20px;
}

/* line 160, ../../scss/layout/_product-epd.scss */
#outdoor-application .flex-wrapper .img-wrapper {
  width: 300px;
}

/* line 166, ../../scss/layout/_product-epd.scss */
#indoor-application {
  padding-top: 60px;
}

/* line 169, ../../scss/layout/_product-epd.scss */
#indoor-application .flex-wrapper {
  margin: 50px auto 20px;
}

/* line 171, ../../scss/layout/_product-epd.scss */
#indoor-application .flex-wrapper .img-wrapper {
  width: 300px;
}

/* line 177, ../../scss/layout/_product-epd.scss */
#power-consumption {
  margin-top: 100px;
}

/* line 180, ../../scss/layout/_product-epd.scss */
#power-consumption h2:first-letter {
  color: #d20000;
}

/* line 183, ../../scss/layout/_product-epd.scss */
#power-consumption h2 em {
  color: #d20000;
}

/* line 186, ../../scss/layout/_product-epd.scss */
#power-consumption h2>small {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  font-family: "A1ゴシック R", "ヒラギノ角ゴ W3 JIS2004", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
}

/* line 196, ../../scss/layout/_product-epd.scss */
#power-consumption .flex-wrapper {
  margin-top: 80px;
}

/* line 198, ../../scss/layout/_product-epd.scss */
#power-consumption .flex-wrapper .specs {
  width: 470px;
}

/* line 201, ../../scss/layout/_product-epd.scss */
#power-consumption .flex-wrapper .specs>p {
  padding: 0.5rem 0;
}

/* line 205, ../../scss/layout/_product-epd.scss */
#power-consumption .flex-wrapper .specs h3 {
  padding: 0.3rem 1rem;
  background-color: #d20000;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-family: "A1ゴシック M";
}

/* line 214, ../../scss/layout/_product-epd.scss */
#power-consumption .flex-wrapper .specs h4 {
  background-color: #969696;
  color: #fff;
  padding: 0 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "A1ゴシック M";
}

/* line 223, ../../scss/layout/_product-epd.scss */
#power-consumption .flex-wrapper .specs table {
  margin: 0.5rem 0;
  width: 100%;
}

/* line 226, ../../scss/layout/_product-epd.scss */
#power-consumption .flex-wrapper .specs table th {
  width: 75%;
}

/* line 229, ../../scss/layout/_product-epd.scss */
#power-consumption .flex-wrapper .specs table td {
  width: 25%;
}

/* line 234, ../../scss/layout/_product-epd.scss */
#power-consumption .flex-wrapper .image {
  width: 380px;
}

/* line 236, ../../scss/layout/_product-epd.scss */
#power-consumption .flex-wrapper .image>p {
  margin-bottom: 60px;
  font-family: "A1ゴシック M";
  text-align: center;
}

/* line 240, ../../scss/layout/_product-epd.scss */
#power-consumption .flex-wrapper .image>p strong {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 2.25rem;
}

/* line 244, ../../scss/layout/_product-epd.scss */
#power-consumption .flex-wrapper .image>p em {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
}

/* line 253, ../../scss/layout/_product-epd.scss */
#epd-specs {
  margin-top: 100px;
  /* padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f0f0f0; */
}

#epd-specs .container {
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 1180px) {
  #epd-specs .container {
    padding: 0;
    margin: 0 20px;
  }
}
#epd-specs th.epd-border {
  border-left: none;
}

/* line 260, ../../scss/layout/_product-epd.scss */
#epd-specs h2:first-letter {
  color: #d20000;
}

/* line 263, ../../scss/layout/_product-epd.scss */
#epd-specs h2 em {
  color: #d20000;
}

/* line 266, ../../scss/layout/_product-epd.scss */
#epd-specs h2>small {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  font-family: "A1ゴシック R", "ヒラギノ角ゴ W3 JIS2004", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
}

/* line 275, ../../scss/layout/_product-epd.scss */
#epd-specs table {
  width: 200%;
  margin-top: 60px;
  font-size: 14px;
}

#epd-specs table tr th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 10;
}


/* line 278, ../../scss/layout/_product-epd.scss */
#epd-specs table th {
  padding: 0.3rem 0;
  background-color: #4d4d4d;
  color: #fff;
  text-align: center;
  font-family: "A1ゴシック M";
  width: 25%;
}

/* line 286, ../../scss/layout/_product-epd.scss */
#epd-specs table td {
  padding: 0;
  border-spacing: 0;
  width: 0;
  height: 40px;
  background-color: #f0f0f0;
  font-family: "A1ゴシック M";
  text-align: center;
  line-height: 20px;
}

#epd-specs table tr.product-name_row td {
  color: #FFF;
  background-color: #969696;
}

/* line 294, ../../scss/layout/_product-epd.scss */
#epd-specs table td span {
  display: block;
  border-right: 1px solid #000;
  width: 20%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  line-height: 2.5rem;
}

/* line 301, ../../scss/layout/_product-epd.scss */
#epd-specs table td span.multi-rows {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

/* line 305, ../../scss/layout/_product-epd.scss */
#epd-specs table td span:nth-child(5) {
  border-right: none;
}

/* line 311, ../../scss/layout/_product-epd.scss */
#epd-specs table tr:nth-child(2n) th {
  background-color: #333333;
}

/* line 314, ../../scss/layout/_product-epd.scss */
#epd-specs table tr:nth-child(2n) td {
  /* background-color: transparent; */
}

#epd-specs table td .c-button-w100c.btn span {
  font-size: 14px;
  width: 60%;
  border-right: none;
  font-family: "A1ゴシック R";
}

@media screen and (max-width: 1179px) {

  /* line 323, ../../scss/layout/_product-epd.scss */
  #features {
    padding: 80px 50px;
  }

  /* line 327, ../../scss/layout/_product-epd.scss */
  #features .container .flex-wrapper {
    padding: 20px 0 50px;
  }

  /* line 329, ../../scss/layout/_product-epd.scss */
  #features .container .flex-wrapper li {
    width: 45%;
  }

  /* line 335, ../../scss/layout/_product-epd.scss */
  .container.narrow {
    max-width: 1000px;
    width: 100%;
  }

  /* line 339, ../../scss/layout/_product-epd.scss */
  #outdoor-application {
    padding-top: 80px;
  }

  /* line 342, ../../scss/layout/_product-epd.scss */
  #outdoor-application .flex-wrapper {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
  }

  /* line 345, ../../scss/layout/_product-epd.scss */
  #outdoor-application .flex-wrapper .img-wrapper {
    width: 32%;
  }

  /* line 347, ../../scss/layout/_product-epd.scss */
  #outdoor-application .flex-wrapper .img-wrapper:first-child {
    margin-right: 1%;
  }

  /* line 350, ../../scss/layout/_product-epd.scss */
  #outdoor-application .flex-wrapper .img-wrapper:nth-child(2) {
    margin-left: 1%;
  }

  /* line 356, ../../scss/layout/_product-epd.scss */
  #indoor-application {
    padding-top: 60px;
  }

  /* line 360, ../../scss/layout/_product-epd.scss */
  #indoor-application .flex-wrapper .img-wrapper {
    width: 32%;
  }

  /* line 366, ../../scss/layout/_product-epd.scss */
  #epd-specs {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 100px;
  }

  /* line 371, ../../scss/layout/_product-epd.scss */
  #epd-specs .container {
    overflow-x: scroll;
  }

  /* line 375, ../../scss/layout/_product-epd.scss */
  #epd-specs table {
    width: 2220px;
    margin-top: 60px;
    font-size: 14px;
  }
}

@media screen and (max-width: 959px) {
  #eyecatch-imgs {
    margin-bottom: 30px;
  }

  /* line 383, ../../scss/layout/_product-epd.scss */
  #features {
    padding: 60px 50px;
  }

  /* line 386, ../../scss/layout/_product-epd.scss */
  #features .container {
    padding: 10px 30px 50px;
  }

  /* line 388, ../../scss/layout/_product-epd.scss */
  #features .container .flex-wrapper {
    padding: 0;
  }

  /* line 390, ../../scss/layout/_product-epd.scss */
  #features .container .flex-wrapper li {
    width: 48%;
  }

  /* line 393, ../../scss/layout/_product-epd.scss */
  #features .container .flex-wrapper li strong {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
  }

  /* line 403, ../../scss/layout/_product-epd.scss */
  .container.narrow ul li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    padding-left: 25px;
  }

  /* line 407, ../../scss/layout/_product-epd.scss */
  .container.narrow ul li::before {
    font-size: 24px;
    font-size: 1.5rem;
  }

  /* line 413, ../../scss/layout/_product-epd.scss */
  #outdoor-application {
    padding-top: 60px;
  }

  /* line 416, ../../scss/layout/_product-epd.scss */
  #indoor-application {
    padding-top: 40px;
  }

  /* line 419, ../../scss/layout/_product-epd.scss */
  #power-consumption {
    margin-top: 60px;
  }

  /* line 422, ../../scss/layout/_product-epd.scss */
  #power-consumption .flex-wrapper {
    margin-top: 50px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  /* line 426, ../../scss/layout/_product-epd.scss */
  #power-consumption .flex-wrapper .specs {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
  }

  /* line 431, ../../scss/layout/_product-epd.scss */
  #power-consumption .flex-wrapper .specs h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
  }

  /* line 437, ../../scss/layout/_product-epd.scss */
  #power-consumption .flex-wrapper .specs table th {
    width: 70%;
  }

  /* line 440, ../../scss/layout/_product-epd.scss */
  #power-consumption .flex-wrapper .specs table td {
    width: 30%;
  }

  /* line 445, ../../scss/layout/_product-epd.scss */
  #power-consumption .flex-wrapper .image {
    max-width: 380px;
    width: 100%;
    margin: 0 auto 50px;
  }

  /* line 449, ../../scss/layout/_product-epd.scss */
  #power-consumption .flex-wrapper .image>p {
    margin-bottom: 30px;
  }

  /* line 451, ../../scss/layout/_product-epd.scss */
  #power-consumption .flex-wrapper .image>p strong {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
  }

  /* line 455, ../../scss/layout/_product-epd.scss */
  #power-consumption .flex-wrapper .image>p em {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
  }

  /* line 463, ../../scss/layout/_product-epd.scss */
  #epd-specs {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 80px;
  }

  /* line 468, ../../scss/layout/_product-epd.scss */
  #epd-specs table {
    margin-top: 50px;
  }

  /* line 470, ../../scss/layout/_product-epd.scss */
  #epd-specs table th,
  #epd-specs table td {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 599px) {

  /* line 478, ../../scss/layout/_product-epd.scss */
  .lead-text {
    padding: 3rem 0;
  }

  /* line 481, ../../scss/layout/_product-epd.scss */
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
    letter-spacing: 0.3rem;
  }

  /* line 485, ../../scss/layout/_product-epd.scss */
  h2>small {
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    line-height: 1.125rem;
  }

  /* line 491, ../../scss/layout/_product-epd.scss */
  #features {
    padding: 50px 30px;
  }

  /* line 494, ../../scss/layout/_product-epd.scss */
  #features .container {
    padding: 0px 30px 50px;
  }

  /* line 496, ../../scss/layout/_product-epd.scss */
  #features .container .flex-wrapper {
    padding: 0;
  }

  /* line 498, ../../scss/layout/_product-epd.scss */
  #features .container .flex-wrapper li {
    width: 100%;
  }

  /* line 501, ../../scss/layout/_product-epd.scss */
  #features .container .flex-wrapper li strong {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
  }

  /* line 506, ../../scss/layout/_product-epd.scss */
  #features .container .flex-wrapper li:nth-child(2)::before {
    top: 30px;
  }

  /* line 509, ../../scss/layout/_product-epd.scss */
  #features .container .flex-wrapper li:nth-child(3)::before {
    top: 20px;
  }

  /* line 518, ../../scss/layout/_product-epd.scss */
  .container.narrow ul li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
  }

  /* line 524, ../../scss/layout/_product-epd.scss */
  #outdoor-application {
    padding-top: 50px;
  }

  /* line 526, ../../scss/layout/_product-epd.scss */
  #outdoor-application .flex-wrapper {
    margin: 35px 0 20px;
  }

  /* line 530, ../../scss/layout/_product-epd.scss */
  #indoor-application {
    padding-top: 40px;
  }

  /* line 532, ../../scss/layout/_product-epd.scss */
  #indoor-application .flex-wrapper {
    margin: 30px 0 20px;
  }

  /* line 536, ../../scss/layout/_product-epd.scss */
  #epd-specs {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  /* line 541, ../../scss/layout/_product-epd.scss */
  #epd-specs table {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {

  /* line 547, ../../scss/layout/_product-epd.scss */
  #eyecatch-imgs {
    margin-bottom: 30px;
  }

  /* line 550, ../../scss/layout/_product-epd.scss */
  #eyecatch-imgs .flex-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }

  /* line 553, ../../scss/layout/_product-epd.scss */
  #eyecatch-imgs .flex-wrapper li {
    width: 48%;
    margin-bottom: 20px;
  }

  /* line 556, ../../scss/layout/_product-epd.scss */
  #eyecatch-imgs .flex-wrapper li:first-child {
    margin-right: 2%;
  }

  /* line 559, ../../scss/layout/_product-epd.scss */
  #eyecatch-imgs .flex-wrapper li:nth-child(2) {
    margin-left: 2%;
  }

  /* line 565, ../../scss/layout/_product-epd.scss */
  #features {
    padding: 50px 25px;
  }

  /* line 568, ../../scss/layout/_product-epd.scss */
  #features .container {
    margin-top: 40px;
    padding: 0px 20px 40px;
  }

  /* line 573, ../../scss/layout/_product-epd.scss */
  #features .container .flex-wrapper li strong {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
  }

  /* line 578, ../../scss/layout/_product-epd.scss */
  #features .container .flex-wrapper li:nth-child(2)::before {
    top: 30px;
  }

  /* line 581, ../../scss/layout/_product-epd.scss */
  #features .container .flex-wrapper li:nth-child(3)::before {
    top: 20px;
  }

  /* line 589, ../../scss/layout/_product-epd.scss */
  #outdoor-application .flex-wrapper {
    margin: 35px 0 20px;
  }

  /* line 591, ../../scss/layout/_product-epd.scss */
  #outdoor-application .flex-wrapper .img-wrapper {
    width: 48%;
  }

  /* line 596, ../../scss/layout/_product-epd.scss */
  #indoor-application {
    padding-top: 40px;
  }

  /* line 598, ../../scss/layout/_product-epd.scss */
  #indoor-application .flex-wrapper {
    margin: 30px 0 20px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }

  /* line 602, ../../scss/layout/_product-epd.scss */
  #indoor-application .flex-wrapper .img-wrapper {
    width: 48%;
  }

  /* line 604, ../../scss/layout/_product-epd.scss */
  #indoor-application .flex-wrapper .img-wrapper:first-child {
    margin-right: 2%;
    margin-bottom: 15px;
  }

  /* line 608, ../../scss/layout/_product-epd.scss */
  #indoor-application .flex-wrapper .img-wrapper:nth-child(2) {
    margin-left: 2%;
    margin-bottom: 15px;
  }

  /* line 615, ../../scss/layout/_product-epd.scss */
  #power-consumption {
    margin-top: 60px;
  }

  /* line 618, ../../scss/layout/_product-epd.scss */
  #power-consumption .flex-wrapper {
    margin-top: 40px;
  }

  /* line 621, ../../scss/layout/_product-epd.scss */
  #power-consumption .flex-wrapper .specs h3 {
    padding: 0.2rem 0.5rem;
    font-size: 17px;
    font-size: 1.0625rem;
  }

  /* line 627, ../../scss/layout/_product-epd.scss */
  #power-consumption .flex-wrapper .specs table th {
    width: 60%;
  }

  /* line 630, ../../scss/layout/_product-epd.scss */
  #power-consumption .flex-wrapper .specs table td {
    width: 40%;
  }

  /* line 635, ../../scss/layout/_product-epd.scss */
  #power-consumption .flex-wrapper .image {
    margin: 0 auto 30px;
  }

  /* line 640, ../../scss/layout/_product-epd.scss */
  #epd-specs {
    margin-top: 40px;
    padding-top: 40px;
  }

  /* line 644, ../../scss/layout/_product-epd.scss */
  #epd-specs table {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {
  .column-title3 {
    width: 45% !important;
  }

  .column-title5 {
    width: 55% !important;
  }

  .epd-pad50 {
    padding: 0 145px !important;
  }
}

@media screen and (max-width: 1180px) {
  .title-one {
    font-size: 30px !important;
  }

  .title-two {
    font-size: 18px !important;
  }

  .title-three {
    font-size: 30px !important;
  }

  .title-four {
    font-size: 30px !important;
  }

  .busola-title {
    padding-top: 30px !important;
  }

  #features {
    padding: 0px 50px !important;
  }

  .column-title2 {
    padding-left: 25px !important;
  }

  #epd-specs {
    padding-top: unset !important;
  }

  #indoor-application {
    padding-top: 20px !important;
  }

  #features .container {
    margin-top: unset !important;
  }

  .busola-logo {
    width: 225px !important;
  }

  .epd-pad50 {
    padding: 0 50px !important;
  }
}

@media screen and (max-width: 959px) {
  .title-one {
    font-size: 25px !important;
  }

  .title-two {
    font-size: 14px !important;
  }

  .title-three {
    font-size: 25px !important;
  }

  .title-four {
    font-size: 25px !important;
  }

  .column-title4 {
    width: 75% !important;
  }



  p {
    font-size: 14px;
  }

  .p-16 {
    font-size: 14px !important;
  }

  .p-20 {
    font-size: 18px !important;
  }

  .busola-title {
    padding-top: unset !important;
  }

  #indoor-application {
    padding-top: 10px !important;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #eyecatch-imgs .flex-wrapper li:first-child {
    margin-right: 0% !important;
  }

  #eyecatch-imgs .flex-wrapper li {
    width: 100% !important;
    margin-bottom: 50px !important;
  }

  .column-title1 {
    float: unset !important;
    width: 100% !important;
    height: 50px !important;
    text-align: center !important;
  }

  .column-title2 {
    float: left !important;
    width: 100% !important;
    height: unset !important;
    display: table !important;
    overflow: hidden !important;
    padding-left: unset !important;
    padding: 0px 15px 0px 15px !important;
  }

  .column-title3 {
    float: unset !important;
    width: 100% !important;
    height: 50px !important;
    text-align: center !important;
  }

  .column-title4 {
    float: unset !important;
    width: 100% !important;
    height: 50px !important;
    text-align: center !important;
  }

  .column-title5 {
    float: left !important;
    width: 100% !important;
    height: unset !important;
    display: table !important;
    overflow: hidden !important;
    padding-left: unset !important;
    padding: 0px 15px 0px 15px !important;
  }

  .title-one {
    font-size: 26px !important;
    margin-left: unset !important;
    white-space: nowrap !important;
  }

  .title-two {
    padding-right: unset !important;
    font-size: 16px !important;
  }

  .title-three {
    margin-left: unset !important;
  }

  .title-four {
    margin-left: unset !important;
  }

  .busola-title {
    padding-top: 30px !important;
  }

  p {
    font-size: 16px;
  }

  #features .container .flex-wrapper li strong {
    font-size: 20px !important;
  }

  #indoor-application .flex-wrapper .img-wrapper {
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  #indoor-application .flex-wrapper .img-wrapper:first-child {
    margin-right: 0% !important;
    margin-bottom: 50px !important;
  }

  #indoor-application .flex-wrapper .img-wrapper:nth-child(2) {
    margin-left: 0% !important;
    margin-bottom: 50px !important;
  }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #eyecatch-imgs .flex-wrapper li:first-child {
    margin-right: 0% !important;
  }

  #eyecatch-imgs .flex-wrapper li {
    width: 100% !important;
    margin-bottom: 50px !important;
  }

  .column-title1 {
    float: unset !important;
    width: 100% !important;
    height: 50px !important;
    text-align: center !important;
  }

  .column-title2 {
    float: left !important;
    width: 100% !important;
    height: unset !important;
    display: table !important;
    overflow: hidden !important;
    padding-left: unset !important;
    padding: 0px 15px 0px 15px !important;
  }

  .column-title3 {
    float: unset !important;
    width: 100% !important;
    height: 50px !important;
    text-align: center !important;
  }

  .column-title4 {
    float: unset !important;
    width: 100% !important;
    height: 50px !important;
    text-align: center !important;
  }

  .column-title5 {
    float: left !important;
    width: 100% !important;
    height: unset !important;
    display: table !important;
    overflow: hidden !important;
    padding-left: unset !important;
    padding: 0px 15px 0px 15px !important;
  }

  .title-one {
    font-size: 26px !important;
    margin-left: unset !important;
    white-space: nowrap !important;
  }

  .title-two {
    padding-right: unset !important;
    font-size: 16px !important;
  }

  .title-three {
    margin-left: unset !important;
  }

  .title-four {
    margin-left: unset !important;
  }

  .busola-title {
    padding-top: 30px !important;
  }

  p {
    font-size: 16px !important;
  }

  #features .container .flex-wrapper li strong {
    font-size: 20px !important;
  }

  #indoor-application .flex-wrapper .img-wrapper {
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  #indoor-application .flex-wrapper .img-wrapper:first-child {
    margin-right: 0% !important;
    margin-bottom: 50px !important;
  }

  #indoor-application .flex-wrapper .img-wrapper:nth-child(2) {
    margin-left: 0% !important;
    margin-bottom: 50px !important;
  }

  .epd-pad50 {
    padding: 0px 30px !important;
  }
}

@media screen and (max-width: 599px) {
  #eyecatch-imgs .flex-wrapper li:first-child {
    margin-right: 0% !important;
  }

  #eyecatch-imgs .flex-wrapper li {
    width: 100% !important;
    margin-bottom: 50px !important;
  }

  .column-title1 {
    float: unset !important;
    width: 100% !important;
    height: 50px !important;
    text-align: center !important;
  }

  .column-title2 {
    float: left !important;
    width: 100% !important;
    height: unset !important;
    display: table !important;
    overflow: hidden !important;
    padding-left: unset !important;
    padding: 0px 15px 0px 15px !important;
  }

  .column-title3 {
    float: unset !important;
    width: 100% !important;
    height: 50px !important;
    text-align: center !important;
  }

  .column-title4 {
    float: unset !important;
    width: 100% !important;
    height: 50px !important;
    text-align: center !important;
  }

  .column-title5 {
    float: left !important;
    width: 100% !important;
    height: unset !important;
    display: table !important;
    overflow: hidden !important;
    padding-left: unset !important;
    padding: 0px 15px 0px 15px !important;
  }

  .title-one {
    font-size: 26px !important;
    margin-left: unset !important;
    white-space: nowrap !important;
  }

  .title-two {
    padding-right: unset !important;
    font-size: 16px !important;
  }

  .title-three {
    margin-left: unset !important;
  }

  .title-four {
    margin-left: unset !important;
  }

  .busola-title {
    padding-top: 30px !important;
  }

  p {
    font-size: 16px;
  }

  #features .container .flex-wrapper li strong {
    font-size: 20px !important;
  }

  #indoor-application .flex-wrapper .img-wrapper {
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  #indoor-application .flex-wrapper .img-wrapper:first-child {
    margin-right: 0% !important;
    margin-bottom: 50px !important;
  }

  #indoor-application .flex-wrapper .img-wrapper:nth-child(2) {
    margin-left: 0% !important;
    margin-bottom: 50px !important;
  }

  #features {
    padding: 0px 0px !important;
  }

  .epd-pad50 {
    padding: 0px 20px !important;
  }
}

@media screen and (max-width: 360px) {}

.column-title1 {
  float: left;
  width: 35%;
  height: 100px;
  /* Should be removed. Only for demonstration */
}

.column-title2 {
  float: left;
  width: 65%;
  height: 100px;
  display: table;
  overflow: hidden;
  padding-left: 60px;
}

.column-title3 {
  float: left;
  width: 40%;
  height: 100px;
  /* Should be removed. Only for demonstration */
}

.column-title4 {
  float: left;
  width: 65%;
  height: 100px;
  /* Should be removed. Only for demonstration */
}

.column-title5 {
  float: left;
  width: 60%;
  height: 100px;
  display: table;
  overflow: hidden;
  padding-left: 40px;
}

.title-four {
  font-size: 40px;
  margin-left: 7%;
}

.title-one {
  font-size: 40px;
  margin-left: 13%;
}

.title-three {
  font-size: 40px;
  margin-left: 12%;
}

.title-one-sub {
  font-size: 30px;
  margin-left: 13%;
  margin-top: 10px;
}

.title-two {
  text-align: left;
  font-size: 20px;
  padding-right: 8%;
}

hr {
  overflow: hidden;
  border-style: solid;
  border-width: 2px;
  width: 90%;
  margin-bottom: 30px;
  color: #d20000;
}

.label-info {
  text-align: left !important;
  word-break: break-word;
  font-size: 18px;
  color: #3c3c46;
  padding: 20px 5px 20px 5px;
}

.busola-title {
  padding-top: 70px;
}

.busola-sub {
  font-size: 26px;
  margin: 50px 0px 50px 0px;
}

.epd-sub {
  font-size: 16px;
  padding: 40px 0;
  margin-left: 5%;
}

@media screen and (max-width: 959px) {
  .epd-sub {
    margin-left: 0;
    padding: 30px 20px;
  }
}

.busola-cms {
  margin-bottom: 100px;
  width: 100%;
}

.cast-icon {
  margin: 0px 10px 0px 0px;
  float: left;
}

.cast-desc {
  font-size: 14px;
  margin-top: 10px;
  overflow: hidden;
}

.cast-desc2 {
  font-size: 14px;
  margin-top: 25px;
  white-space: nowrap;
  overflow: hidden;
}

.scribble-title {
  font-size: 20px;
  margin: 60px 0px 20px 0px;
}

.icon-size {
  width: 100px;
}

.column-icons {
  float: left;
  width: 25%;
  padding: 5px;
}

p {
  font-family: "A1ゴシック R", "ヒラギノ角ゴ W3 JIS2004", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-left {
  text-align: left !important;
}

.p-16 {
  font-size: 16px;
  margin-top: 2% !important;
}

.p-20 {
  font-size: 20px !important;
}

.epd-border {
  border: solid 5px white;
}

.padbot-70 {
  padding-bottom: 70px;
}

.busola-logo {
  width: 240px;
}

.epd-pad50 {
  padding: 0 22%;
}




.first-text {
  margin-left: 80px;
  padding: 40px;
}

.keyvisual-heading {
  font-size: 24px;
  margin: 0 auto;
  padding: 50px 0 30px;

  @media screen and (max-width: 959px) {
    font-size: 24px;
  }
}

.red-rectangle {
  width: 30px;
  height: 4px;
  background-color: #D20000;
  margin: 0 auto;
  border: solid 1px #D20000;
}

.buttons-wrapper {
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 50px 0 0;
}

@media screen and (max-width: 959px) {
  .buttons-wrapper {
    display: block;
    padding: 10px 0;
  }
}

.contribution_flex-box {
  display: flex;
  padding: 110px 0;
  gap: 28px;
}

@media screen and (max-width: 959px) {
  .contribution_flex-box {
    flex-direction: column;
    padding: 30px 0;
  }
}

.contribution_unit_wrapper {
  display: flex;
  width: 50%;
}

@media screen and (max-width: 959px) {
  .contribution_unit_wrapper {
    width: 100%;
  }
}

.contribution_unit_wrapper:first-of-type {
  flex-direction: column;
  gap: 28px;
}

.contribution_unit--row {
  display: flex;
  padding: 40px;
  background-color: #F3F3F3;
  gap: 28px;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .contribution_unit--row {
    flex-direction: column;
    padding: 30px;
    gap: 20px;
  }
}

.contribution_unit_wrapper:first-of-type>.contribution_unit--row {
  height: 50%;
}

.contribution_icons-img-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

@media screen and (max-width: 959px) {
  .contribution_icons-img-wrapper {
    flex-direction: row;
  }
}

.flex-icon--row {
  max-width: 130px;
}

.introduce_title {
  font-size: 24px;
  line-height: 36px;
  color: #D20000;
}

.introduction-02 {
  padding: 70px 0;
}

@media screen and (max-width: 959px) {
  .introduction-02 {
    padding: 60px 0 30px;
  }
}

.introduction-02_content_list {
  width: 100%;
  max-width: 460px;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .introduction-02_content_list {
    max-width: 100%;
  }
}


.introduction-02_content_notions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .introduction-02_content_notions {
    margin-top: 30px;
  }
}

.introduction-02_content_picture {
  display: flex;
  flex-direction: column;
  background-color: #F3F3F3;
  width: 40%;
  padding: 40px;
}

@media screen and (max-width: 959px) {
  .introduction-02_content_picture {
    width: 100%;
    padding: 30px;
    gap: 20px;
  }
}

.introduction-02_content_picture_img {
  max-width: 100%;
}

.introduction-02_content_picture_img-wrapper {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .introduction-02_content_picture_img-wrapper {
    margin-top: 0;
  }
}

.introduce_section_lists {
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .introduce_section_lists {
    margin-top: 0;
  }
}

.introduce_section_lists>li:not(:last-of-type) {
  padding-bottom: 20px;
}

.introduce_section_picture {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.introduce_section_picture:not(:first-of-type) {
  padding-top: 20px;
}

.epd-solution_button-area {
  font-size: 16px;
  padding: 40px 0;
}

@media screen and (max-width: 959px) {
  .epd-solution_button-area {
    padding: 50px 0 60px;
  }
}

@media screen and (max-width: 959px) {

  .introduce_section-02,
  .introduce_section-03,
  .introduce_section-04,
  .introduce_section-05 {
    padding-top: 60px;
  }
}


.epd-solution_button-area .c-button {
  margin: 0 auto;
}

.epd-solution_setting-img {
  width: 100%;
}

/*.epd_principle_color-01 {
  padding: 40px 0 0;
}*/

.epd_principle_content_color-pictures-01 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 26px;
  padding: 20px 0 80px;
}

.epd_principle_content_color-pictures-02 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 26px;
  padding: 20px 0 80px;
}

.epd_principle_content_color-pictures-03 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 26px;
  padding: 20px 0 80px;
}

.epd_principle_content_color-pictures-04 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 26px;
  padding: 20px 0 80px;
}

@media screen and (max-width: 768px) {
  .epd_principle_content_color-pictures-04 {
    gap: 15px;
  }
}

@media screen and (max-width: 959px) {
  .epd_principle_content_color-pictures-01,
  .epd_principle_content_color-pictures-02,
  .epd_principle_content_color-pictures-03,
  .epd_principle_content_color-pictures-04 {
    flex-wrap: wrap;
  }
}


.principle_color-flex-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 250px;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .principle_color-flex-box {
    max-width: 400px;
  }
}

.epd_principle_content_color-pictures-04 .principle_color-flex-box {
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .epd_principle_content_color-pictures-04 .principle_color-flex-box {
    max-width: calc(50% - 15px);
  }
}


.principle_color-flex-box_heading {
  font-size: 16px;
  font-family: "A1ゴシック M";
  width: 100%;
  text-align: center;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .principle_color-flex-box_heading {
    line-height: 38px;
  }
}

.principle_color-flex-box_heading--black {
  background-color: #4D4D4D;
  color: #FFFFFF;
}

.principle_color-flex-box_heading--gray {
  background-color: #969696;
  color: #FFFFFF;
}

.principle_color-flex-box_heading--red {
  background-color: #D20000;
  color: #FFFFFF;
}

.principle_color-flex-box_heading--white {
  background-color: #fff;
  color: #4D4D4D;
  border: solid 1px #4D4D4D;
}

.principle_color-flex-box_heading--yellow {
  background-color: #F0DC32;
  color: #000;
}

.principle_color-flex-box_heading--blue {
  background-color: #466EC8;
  color: #FFF;
}

.principle_color-flex-box_heading--green {
  background-color: #46A050;
  color: #FFF
}
.principle_color-flex-box_img {
  width: 100%;
  max-width: 250px;
}

.under-heading {

}
@media screen and (max-width: 768px) {
  .under-heading {
    transform: translateY(-8px);
  }

  .under-heading:nth-of-type(2) {
    transform: none;
  }
}

/* component */
.c-product-epd_section_title {
  font-size: 40px;
  line-height: 2.4rem;
}

@media screen and (max-width: 768px) {
  .c-product-epd_section_title {
    font-size: 26px;
  }
}

.c-product-epd_section_title_wrapper {
  display: flex;
  align-items: center;
  padding: 15px 4.8%;
}

@media screen and (max-width: 768px) {
  .c-product-epd_section_title_wrapper {
    padding: 0;
    text-align: center;
    justify-content: center;
  }
}

.c-bullet-point {
  display: flex;
}

.c-bullet-point::before {
  content: "・";
  width: 15px;
}

.c-check-mark_list--red {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  line-height: 28px;
}

.c-check-mark_list--red::before {
  display: block;
  content: "";
  position: relative;
  left: 0;
  background-image: url(../img/products/check-mark--red.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(15%);
}

.c-check-mark_text--red {
  width: calc(100% - 30px);
}

.c-has_symbol--ahead {
  display: flex;
  gap: 5px;
}

.c-has_symbol--ahead::before {
  display: flex;
  content: "";
  font-size: 14px;
  color: #D20000;
  position: relative;
  left: 0;
  border-radius: 50%;
  transform: translateY(0px);
}

.c-circle-num_text {
  width: calc(100% - 20px);
  font-weight: normal;
}

.c-has_symbol--ahead.one,
.c-has_symbol--ahead.two,
.c-has_symbol--ahead.three,
.c-has_symbol--ahead.four,
.c-has_symbol--ahead.five {
  font-family: "A1ゴシック M";
  font-weight: bold;
}

.c-has_symbol--ahead.one::before,
.c-has_symbol--ahead.two::before,
.c-has_symbol--ahead.three::before,
.c-has_symbol--ahead.four::before,
.c-has_symbol--ahead.five::before {
  font-family: "A1ゴシック R";
}

.c-has_symbol--ahead.one::before {
  content: "❶";
  font-size: 24px;
}

.c-has_symbol--ahead.two::before {
  content: "❷";
  font-size: 24px;
}

.c-has_symbol--ahead.three::before {
  content: "❸";
  font-size: 24px;
}

.c-has_symbol--ahead.four::before {
  content: "❹";
  font-size: 24px;
}

.c-has_symbol--ahead.five::before {
  content: "❺";
  font-size: 24px;
}

.c-has_symbol--ahead.square::before {
  content: "■";
}

.c-has_symbol--ahead.square--black::before {
  content: "■";
  color: #000;
}

.c-has_symbol--ahead.dash::before {
  content: "-";
  color: #000;
}

.c-has_symbol--ahead.dot::before {
  content: "・";
  color: #000;
}

.c-button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  color: #000;
  border: solid 1px #4D4D4D;
}

.c-button.btn:hover {
  border: .1px solid #d20000;
}

/*
.c-button:after {
  content: "";
  position: absolute;
  right: 10px;
  background-image: url(../img/products/angle-brackets.svg);
  width: 20px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
  */

.c-button.btn span {
  font-size: 16px;
}

.c-button-w154 {
  font-family: "";
  width: 156px;
  height: 38px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 959px) {
  .c-button-w154 {
    width: 100%;
    margin-top: 15px;
  }
}

.c-button-w100c {
  font-family: "A1ゴシック M";
  width: 100%;
  height: 100%;
  min-height: 40px;
  background-color: #FFFFFF;
}

.c-usual-img-wrapper {
  max-width: 340px;
}

@media screen and (max-width: 959px) {
  .c-usual-img-wrapper {
    margin: 0 auto;
  }
}

.c-usual-img {
  width: 100%;
}

.c-flex-center {
  display: flex;
  justify-content: center;
  gap: 28px;
}

@media screen and (max-width: 959px) {
  .c-flex-center {
    flex-direction: column;
    padding-top: 60px;
  }
}


.c-grid-wrapper--two-one {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 28px;
}

.c-grid-wrapper--two-one.right-column--wider {
  grid-template-columns: 1fr 432px;
  padding: 0 0 40px;
}

@media screen and (max-width: 959px) {
  .c-grid-wrapper--two-one {
    grid-template-columns: 1fr;
    padding: 20px 0 30px;
    gap: 10px;
  }

  .c-grid-wrapper--two-one.right-column--wider {
    grid-template-columns: 1fr;
    padding: 20px 0 30px;
  }
}

.c-flex-wrapper--one-one {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .c-flex-wrapper--one-one {
    flex-direction: column;
  }
}

.c-grid-wrapper--five {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 28px;
  justify-content: center;
  padding-top: 90px;
}

@media screen and (max-width: 959px) {
  .c-grid-wrapper--five {
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
    padding-top: 30px;
  }
}

.c-grid-box--five {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}

@media screen and (max-width: 959px) {
  .c-grid-box--five {
    padding: 0;
  }
}

.c-grid-wrapper--five>.c-grid-box--five:nth-child(-n+2) {
  justify-self: center;
  transform: translateX(50%);
}

@media screen and (max-width: 959px) {
  .c-grid-wrapper--five>.c-grid-box--five:nth-child(-n+2) {
    transform: none;
  }
}

.c-grid-wrapper--five>.c-grid-box--five:nth-child(n+3) {
  grid-row-start: 2;
  justify-self: center;
}

@media screen and (max-width: 959px) {
  .c-grid-wrapper--five>.c-grid-box--five:nth-child(n+3) {
    grid-row-start: auto;
  }
}

.c-grid-box_img-wrapper--five {
  max-width: 100%;
  margin: 10px 0;
}

.c-grid-box_img--five {
  max-width: 100%;
  aspect-ratio: 20 / 17;
  object-fit: cover;
}

.c-color-sample {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.c-color-sample_box--black,
.c-color-sample_box--blue,
.c-color-sample_box--green,
.c-color-sample_box--white,
.c-color-sample_box--yellow,
.c-color-sample_box--red {
  display: block;
  width: 10px;
  height: 10px;
}

.c-color-sample_box--black {
  background-color: #4D4D4D;
}

.c-color-sample_box--white {
  background-color: #fff;
  border: solid 1px #4D4D4D;
}

.c-color-sample_box--yellow {
  background-color: #F0DC32;
}

.c-color-sample_box--red {
  background-color: #D20000;
}

.c-color-sample_box--blue {
  background-color: #466EC8;
}

.c-color-sample_box--green {
  background-color: #46A050;
}


/* common */
h2.section-header {
  font-size: 40px;
  margin-left: 13%;
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  font-family: inherit;
  text-align: start;
}

.sub-heading {
  font-size: 24px;
  font-family: "A1ゴシック M";
  color: #D20000;
  font-weight: bold;
  padding: 30px 0 20px;
}

#page-epd .expanding {
  cursor: pointer;
}
#page-epd .expanding:hover img {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.expanding_img-wrapper {
  overflow: hidden;
}


/* cancellation */
#page-epd .container.narrow ul li {
  font-size: 16px;
  padding-left: 0;
}

#page-epd .container.narrow ul li:before {
  content: "";
  position: relative;
  top: auto;
  left: auto;
  transform: translateY(60%);
}

#page-epd .container.narrow ul li.c-check-mark_list--red {
  line-height: 28px;
}

#epd-specs table th.u-table-cell_transparent,
#epd-specs table td.u-table-cell_transparent,
#epd-specs table tr:last-child th.u-table-cell_transparent {
  background-color: unset;
  height: 100%;
}

#epd-specs table th.u-table-cell_bg--white,
#epd-specs table td.u-table-cell_bg--white,
#epd-specs table tr:last-child th.u-table-cell_bg--white {
  background-color: #FFF;
}


#epd-specs table td span.u-underline {
  display: inline;
  height: auto;
  border-right: none;
}

#epd_principle.container.narrow div.c-check-mark_list--red {
  font-size: 16px;
  padding-left: 0;
  line-height: 28px;
}

#epd_principle.container.narrow div.c-check-mark_list--red:before {
  content: "";
  position: relative;
  top: auto;
  left: auto;
  transform: translateY(60%);
}

/* utility */
.u-position-cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-anti-container-margin {
  margin: -70px 0 0;
}

@media screen and (max-width: 959px) {
  .u-anti-container-margin {
    margin: 0;
  }
}

.u-underline {
  text-decoration: underline;
}

.u-padding-top_none {
  padding-top: 0;
}

.u-padding-top_20 {
  padding-top: 20px;
}

@media screen and (min-width: 960px) {
  .u-padding-top_30-pc {
    padding-top: 30px;
  }
}


@media screen and (max-width: 959px) {
  .u-padding-top_20-sp {
    padding-top: 20px;
  }
}

@media screen and (max-width: 959px) {
  .u-padding-top_30-sp {
    padding-top: 30px;
  }
}

@media screen and (max-width: 959px) {
  .u-gap_30-sp {
    gap: 30px;
  }
}