@charset "UTF-8";
/* parts */
/* _mixin */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansJP-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansJP-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff2") format("woff2");
  font-display: swap;
}
/* other */
#undercontents section p.first-catch {
  font-size: 1.6em;
}
#undercontents section h3 span.popular {
  font-size: 0.65em;
  font-family: "kinuta-mincho-stdn", serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  margin-left: 0.5em;
  margin-bottom: 0.25em;
  padding: 0.5em 0.5em 0.2em 0.5em;
  display: inline-block;
  transform: translateY(-0.2em);
  background: #E53935;
}
#undercontents section h4:has(span.en) {
  color: #1976D2;
  position: relative;
  margin-left: 3em !important;
}
#undercontents section h4:has(span.en) span.en {
  position: absolute;
  left: -4em;
  font-size: 0.7em;
  padding: 0.25em 0.25em 0.05em 0.25em;
  background-color: #1976D2;
  color: #fff;
}
#undercontents section .check {
  width: 85%;
  margin: 1.5em auto !important;
  padding: 1em 3em;
  position: relative;
  border: 1px solid #2A2D84;
  border-radius: 30px;
}
#undercontents section .check h4 {
  color: #2A2D84;
  text-align: center;
  margin: 0.5em 0 0 0;
}
#undercontents section .check dl {
  margin-bottom: 1em;
}
#undercontents section .check picture {
  position: absolute;
  bottom: -1.5em;
  right: -1.5em;
}
#undercontents .flow {
  justify-content: center;
}
#undercontents .flow ol.common-ol,
#undercontents .flow ul.flow-ul {
  margin-top: 0;
}
#undercontents .flow ol.common-ol li span,
#undercontents .flow ul.flow-ul li span {
  font-weight: bold;
  display: block;
  position: relative;
  padding-left: 3.5em;
  padding-top: 0.5em;
}
#undercontents .flow ol.common-ol li span::before,
#undercontents .flow ul.flow-ul li span::before {
  content: "↓";
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  color: #F6623C;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 1.6em;
}
#undercontents .flow ul.flow-ul {
  text-align: center;
  margin: 2em 0;
  padding: 2em 3.5em;
  border: 1px solid #1976D2;
  height: -moz-max-content;
  height: max-content;
}
#undercontents .flow ul.flow-ul li span::before {
  color: #1976D2;
  left: calc(50% - 1em);
}

@media screen and (max-width: 767px) {
  #undercontents section .check {
    padding: 1em 2em;
  }
  #undercontents section .check picture.w10 {
    width: 25% !important;
  }
  #undercontents section#section05 .sep-box {
    flex-direction: column;
  }
  #undercontents section#section05 .sep-box p.w65,
  #undercontents section#section05 .sep-box p.w60,
  #undercontents section#section05 .sep-box p.w50 {
    width: 100% !important;
  }
  #undercontents section#section05 .sep-box .w35,
  #undercontents section#section05 .sep-box .w45,
  #undercontents section#section05 .sep-box .w55 {
    width: 100% !important;
  }
  #undercontents section#section05 img.w80 {
    width: 100% !important;
  }
  #undercontents section#section06 .flow ul.flow-ul {
    padding: 2em;
  }
}/*# sourceMappingURL=products.css.map */