:root {
  interpolate-size: allow-keywords;
}
.nou_lp {
  width: 100%;
}
.nou_lp .mv {
  width: 100%;
}
.nou_lp .mv img {
  width: 100%;
}
.nou_lp .mv p {
  margin: 5px auto 0;
  max-width: 900px;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .nou_lp .mv p {
    margin: 5px 13px 0;
    font-size: 13px;
    line-height: 20px;
  }
}
.nou_lp .probrem {
  max-width: 900px;
  margin: 75px auto 0;
}
.nou_lp .probrem .tit {
  font-size: 30px;
  line-height: 53px;
  text-align: center;
  font-weight: bold;
}
.nou_lp .probrem .tit span {
  font-size: 36px;
  color: #00A8A0;
}
.nou_lp .probrem .img {
  margin-top: 40px;
  display: flex;
  gap: 30px;
}
.nou_lp .probrem .check {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 53px;
}
.nou_lp .probrem .check li {
  display: flex;
  width: 420px;
  margin-top: 20px;
  font-size: 22px;
  font-weight: bold;
}
.nou_lp .probrem .check li img {
  width: 27px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .nou_lp .probrem {
    margin: 36px 18px 0;
  }
  .nou_lp .probrem .tit {
    font-size: 20px;
    line-height: 33px;
  }
  .nou_lp .probrem .tit span {
    font-size: 22px;
  }
  .nou_lp .probrem .img {
    margin-top: 30px;
    gap: 8px;
  }
  .nou_lp .probrem .check {
    margin-top: 30px;
    flex-direction: column;
    gap: 12px;
  }
  .nou_lp .probrem .check li {
    width: 100%;
    margin-top: 0px;
    font-size: 18px;
    display: flex;
  }
  .nou_lp .probrem .check li img {
    width: 17px;
    margin-right: 5px;
  }
}

.nou_lp .stress {
  margin-top: 100px;
}
.nou_lp .stress .tit {
  background: url('https://www.okudaseiyaku.co.jp/wp/wp-content/themes/okuda/assets/images/nou_lp/bg.png');
  background-position-x: center;
  background-size: auto 287px;
  color: #fff;
  height: 287px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
}
.nou_lp .stress .tit h3.active {
  opacity: 1;
  transform: translateY(0);
}
.nou_lp .stress .tit h3 {
  font-weight: bold;
  text-align: center;
  line-height: 2;
  opacity: 0;
  transform: translateY(50px);
  transition: 1.3s;
}
.nou_lp .stress .tit span {
  font-size: 40px;
  background:linear-gradient(transparent 60%, #00A8A070 60%);
  position: relative;
  margin-right: 5px;
}
.nou_lp .stress .tit span:after {
  content: '※';
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  right: 2px;
  top: 2px;
}
.nou_lp .stress .wrap {
  max-width: 900px;
  margin: 0 auto 0;
}
.nou_lp .stress .attention {
  margin-top: 5px;
}
.nou_lp .stress .tit2 {
  margin-top: 75px;
}
.nou_lp .stress .wrap .text {
  margin-top: 50px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  font-weight: 500;
}
.nou_lp .stress .wrap .desc {
  margin-top: 80px;
  display: flex;
  gap: 30px;
}
.nou_lp .stress .wrap .desc .zu {
  position: relative;
  top: -8px;
}
.nou_lp .stress .wrap .img {
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 768px) {
  .nou_lp .stress {
    margin-top: 40px;
  }
  .nou_lp .stress .tit {
    background-image: url('https://www.okudaseiyaku.co.jp/wp/wp-content/themes/okuda/assets/images/nou_lp/bg_sp.png');
    height: 218px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
  }
  .nou_lp .stress .tit h3 {
    font-size: 20px;
  }
  .nou_lp .stress .tit span {
    font-size: 26px;
    background:linear-gradient(transparent 60%, #00A8A070 60%);
  }
  .nou_lp .stress .tit span:after {
    font-size: 13px;
    right: 2px;
    top: -2px;
  }
  .nou_lp .stress .wrap {
    margin: 0 18px 0;
  }
  .nou_lp .stress .attention {
    line-height: 20px;
  }
  .nou_lp .stress .tit2 {
    margin-top: 36px;
  }
  .nou_lp .stress .wrap .text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
  }
  .nou_lp .stress .wrap .desc {
    margin-top: 28px;
    flex-direction: column;
    gap: 30px;
  }
  .nou_lp .stress .wrap .desc .zu {
    top: 0;
  }
  .nou_lp .stress .wrap .img {
    margin-top: 40px;
  }
}

.nou_lp .strecare {
  margin-top: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #00a8a01a;
  clip-path: polygon(0% 0%, 50% 100px, 100% 0, 100% 100%, 0% 100%);
}
.nou_lp .strecare .wrap {
  opacity: 0;
  transform: translateY(50px);
  transition: 1.3s;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 100px;
}
.nou_lp .strecare .wrap.active {
  opacity: 1;
  transform: translateY(0);
}
.nou_lp .strecare .tit {
  font-size: 40px;
  font-weight: bold;
  background: #fff;
  color: #005953;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 38px;
}
.nou_lp .strecare .tit h3 {
  font-size: 40px;
  font-weight: bold;
}
.nou_lp .strecare .tit h3 span {
  position: relative;
}
.nou_lp .strecare .tit h3 span:after {
  content: '※';
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  right: 7px;
  top: 2px;
}
.nou_lp .strecare .attention {
  margin-top: 5px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #005953;
}
.nou_lp .strecare .img {
  margin: 50px auto 0;
  display: flex;
  gap: 60px;
  max-width: 700px;
}
.nou_lp .strecare .img li {
  width: calc(50% - 30px);
}
.nou_lp .strecare .img li img {
  width: 100%;
}
.nou_lp .strecare .copy {
  margin-top: 40px;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.nou_lp .strecare .copy span {
  color: #00A8A0;
}
.nou_lp .strecare .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .nou_lp .strecare {
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 40px;
    clip-path: polygon(0% 0%, 50% 50px, 100% 0, 100% 100%, 0% 100%);
  }
  .nou_lp .strecare .wrap {
    margin: 0 18px;
    padding-top: 30px;
  }
  .nou_lp .strecare .tit {
    height: 100px;
    border-radius: 50px;
    text-align: center;
  }
  .nou_lp .strecare .tit h3 {
    font-size: 26px;
    line-height: 39px;
  }
  .nou_lp .strecare .tit h3 span:after {
    top: -13px;
    right: 3px;
  }
  .nou_lp .strecare .attention {
    margin-top: 5px;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
  }
  .nou_lp .strecare .img {
    margin: 30px auto 0;
    flex-direction: column;
    gap: 25px;
    width: 80%;
  }
  .nou_lp .strecare .img li {
    width: 100%;
  }
  .nou_lp .strecare .copy {
    margin-top: 20px;
    font-size: 20px;
  }
  .nou_lp .strecare .text {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
  }
}

.nou_lp .feature {
  margin: 100px auto 0;
  max-width: 900px;
}
.nou_lp .feature h3 {
  margin-top: 100px;
}
.nou_lp .feature .tit2 span {
  width: 100%;
}
.nou_lp .feature .w {
  margin-top: 50px;
}
.nou_lp .feature .w .txt{
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
.nou_lp .feature .seven {
  margin-top: 72px;
}
.nou_lp .feature .seven .txt{
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
.nou_lp .feature .seven .list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 900px;
  margin-top: 40px;
}
.nou_lp .feature .seven li {
  display: flex;
  gap: 10px;
  align-items: center;
  width: calc(50% - 5px);
  background: #F8F8F8;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
}
.nou_lp .feature .seven li img {
  width: 120px;
}
.nou_lp .feature .seven li dl {
  margin-top: 0px;
  margin-right: 10px;
}
.nou_lp .feature .seven li dl dt {
  color: #00A8A0;
  font-weight: 500;
  font-size: 18px;
}
.nou_lp .feature .seven li dl dd {
  margin-top: 5px;
  font-size: 14px;
  line-height: 24px;
}
.nou_lp .feature .product {
  margin-top: 100px;
}
.nou_lp .feature .product .txt {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
.nou_lp .feature .product ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
.nou_lp .feature .product ul li {
  width: calc(50% - 15px);
}
.nou_lp .feature .product ul li img {
  width: 100%;
}
.nou_lp .feature .skill {
  margin-top: 100px;
}
.nou_lp .feature .skill .txt {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
.nou_lp .feature .skill ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
.nou_lp .feature .skill ul li {
  width: calc(50% - 15px);
}
.nou_lp .feature .skill ul li img {
  width: 100%;
}
@media (max-width: 768px) {
  .nou_lp .feature {
    margin: 40px 18px 0;
  }
  .nou_lp .feature h3 {
    margin-top: 40px;
  }
  .nou_lp .feature .tit2 span {
    width: auto;
  }
  .nou_lp .feature .w {
    margin-top: 30px;
  }
  .nou_lp .feature .w .txt{
    text-align: left;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .nou_lp .feature .seven {
    margin-top: 50px;
  }
  .nou_lp .feature .seven .txt{
    margin-top: 15px;
    text-align: left;
  }
  .nou_lp .feature .seven .list {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 20px;
  }
  .nou_lp .feature .seven li {
    height: 105px;
    width: 100%;
    gap: 5px;
    border-radius: 5px;
    padding: 10px;
  }
  .nou_lp .feature .seven li img {
    width: 70px;
  }
  .nou_lp .feature .seven li dl {
    margin-top: 0px;
  }
  .nou_lp .feature .seven li dl dt {
    font-size: 16px;
  }
  .nou_lp .feature .seven li dl dd {
    margin-top: 3px;
    font-size: 13px;
    line-height: 20px;
  }
  .nou_lp .feature .product {
    margin-top: 50px;
  }
  .nou_lp .feature .product .txt {
    margin-top: 15px;
    text-align: left;
  }
  .nou_lp .feature .product ul {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  .nou_lp .feature .product ul li {
    width: 100%;
    text-align: center;
  }
  .nou_lp .feature .product .img2 {
    width: 80%;
  }
  .nou_lp .feature .skill {
    margin-top: 50px;
  }
  .nou_lp .feature .skill .txt {
    margin-top: 15px;
    text-align: left;
  }
  .nou_lp .feature .skill ul {
    flex-direction: column;
    gap: 5px;
    margin-top: 30px;
  }
  .nou_lp .feature .skill ul li {
    width: 100%;
  }
}

.nou_lp .spec {
  background: #00a8a01a;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.nou_lp .spec section {
  max-width: 900px;
  margin: 0 auto;
}
.nou_lp .spec section + section {
  margin-top: 50px;
}
.nou_lp .spec section h3 {
  background: #00A8A0;
  color: #fff;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  border-radius: 21px;
}
.nou_lp .spec section .txt {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-top: 20px;
}
.nou_lp .spec section p {
  font-size: 14px;
  line-height: 24px;
}
.nou_lp .spec section .atimg {
  max-width: 690px;
  margin: 30px auto 0;
  display: block;
}
.nou_lp .spec section .attention1 {
  margin-top: 20px;
}
.nou_lp .spec section .attention2 {
  margin-top: 10px;
}
.nou_lp .spec section .advice {
  margin-top: 30px;
}
.nou_lp .spec section .advice h4 {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.nou_lp .spec section .advice p {
  margin-top: 10px;
  text-align: center;
}
.nou_lp .spec section table {
  margin: 10px auto 0;
  border: none;
}
.nou_lp .spec section.youhou table {
  margin-top: 20px;
}
.nou_lp .spec .care {
  background: #fff;
  margin: 30px auto 0;
  padding: 20px;
  border-radius: 10px;
}
.nou_lp .spec .care dt {
  color: #00A8A0;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
.nou_lp .spec .care dd {
  margin-top: 10px;
}
.nou_lp .spec .care dd ol {
  list-style: auto;
  list-style-position: outside;
  margin-left: 19px;
  font-size: 16px;
  line-height: 28px;
}
.nou_lp .spec .care dd ol li + li {
  margin-top: 5px;
}
.nou_lp table tr:first-child th {
  background: #818181 !important;
  color: #fff;
  padding: 6px 20px;
  border: none;
  font-weight: 500;
}
.nou_lp table tr:nth-child(2n+1) td {
  background: #f8f8f8;
}
.nou_lp table th {
  font-size: 14px;
  line-height: 21px;
  padding: 5px 20px;
  border: none;
}
.nou_lp table td {
  background: #fff;
  font-size: 14px;
  line-height: 21px;
  padding: 5px 20px;
  border: none;
}
@media (max-width: 768px) {
  .nou_lp .spec {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .nou_lp .spec section {
    margin: 0 18px 0;
  }
  .nou_lp .spec section + section {
    margin-top: 30px;
  }
  .nou_lp .spec section h3 {
    height: 34px;
    font-size: 18px;
    border-radius: 17px;
  }
  .nou_lp .spec section .txt {
    text-align: left;
    margin-top: 10px;
  }
  .nou_lp .spec section p {
    font-size: 13px;
    line-height: 20px;
  }
  .nou_lp .spec section .atimg {
    margin: 20px auto 0;
  }
  .nou_lp .spec section .attention1 {
    margin-top: 10px;
  }
  .nou_lp .spec section .attention2 {
    margin-top: 10px;
  }
  .nou_lp .spec section .advice {
    margin-top: 20px;
  }
  .nou_lp .spec section .advice h4 {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }
  .nou_lp .spec section .advice p {
    margin-top: 10px;
    text-align: left;
  }
  .nou_lp .spec section table {
    margin: 10px auto 0;
    border: none;
  }
  .nou_lp .spec section.youhou table {
    margin-top: 10px;
  }
  .nou_lp table tr:first-child th {
    font-size: 14px;
    line-height: 21px;
    padding: 5px 10px;
    border: none;
  }
  .nou_lp table td {
    font-size: 14px;
    line-height: 21px;
    padding: 5px 10px;
    border: none;
  }
  .nou_lp .spec .care {
    margin: 20px auto 0;
    padding: 15px;
    border-radius: 10px;
  }
  .nou_lp .spec .care dt {
    font-size: 16px;
    line-height: 28px;
  }
  .nou_lp .spec .care dd {
    margin-top: 10px;
  }
  .nou_lp .spec .care dd ol {
    margin-left: 19px;
    font-size: 16px;
    line-height: 28px;
  }
  .nou_lp .spec .care dd ol li + li {
    margin-top: 5px;
  }
}

.nou_lp .buy {
  padding: 60px 0;
  background: #F8F8F8;
}
.nou_lp .buy section {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nou_lp .buy section .tit3 {
  width: 495px;
  font-size: 22px;
  font-weight: bold;
}
.nou_lp .buy section .tit3 span {
  display: inline-block;
  margin: 0 auto 25px;
}
.nou_lp .buy section img {
  max-width: 366px;
}
@media (max-width: 768px) {
  .nou_lp .buy {
    padding: 40px 0;
  }
  .nou_lp .buy section {
    margin: 0 18px;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
  }
  .nou_lp .buy section .tit3 {
    text-align: center;
    width: calc(100% - 10px);
    font-size: 18px;
  }
  .nou_lp .buy section .tit3 span {
    display: inline-block;
    margin: 0 auto 10px;
  }
  .nou_lp .buy section img {
    max-width: 100%;
  }
}

.nou_lp .faq {
  margin-top: 100px;
  margin-bottom: 127px;
}
.nou_lp .faq section {
  max-width: 900px;
  margin: 0 auto;
}
.nou_lp .faq .tit2:before,
.nou_lp .faq .tit2:after {
  width: 34%;
}
.nou_lp .faq ul {
  margin-top: 50px;
}
.nou_lp .faq section ul li + li {
  margin-top: 10px;
}
.nou_lp .faq section ul li dl {
  width: 100%;
  background: #F8F8F8;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.nou_lp .faq section ul li dl dt {
  display: flex;
  align-items: center;
}
.nou_lp .faq section ul li dl dt label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 28px;
  color: #005953;
  font-weight: 500;
  padding: 20px 20px;
}
.nou_lp .faq section ul li dl dt label:before {
  content: 'Q';
  display: block;
  font-size: 20px;
  margin-right: 5px;
}
.nou_lp .faq section ul li dl dt:before,
.nou_lp .faq section ul li dl dt:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #00A8A0;
  position: absolute;
  right: 20px;
  transition: 0.3s;
}
.nou_lp .faq section ul li dl dt:after {
  transform: rotate(-90deg);
}
.nou_lp .faq section ul li dl dd {
  display: flex;
  font-size: 16px;
  line-height: 28px;
  height: 0;
  padding: 0 20px;
  transition: 0.5s;
}
.nou_lp .faq section ul li dl dd:before {
  content: 'A';
  display: block;
  font-size: 20px;
  margin-right: 5px;
  margin-left: 3px;
  color: #00A8A0;
}
.nou_lp .faq section ul li input[type="checkbox"] {
  display: none;
}
.nou_lp .faq section ul li input[type="checkbox"]:checked + dl dd {
  height: auto;
  padding-bottom: 20px;
}
.nou_lp .faq section ul li input[type="checkbox"]:checked + dl dt:before {
  background: #005953;
}
.nou_lp .faq section ul li input[type="checkbox"]:checked + dl dt:after {
  background: #005953;
  transform: rotate(0deg);
}
@media (max-width: 768px) {
  .nou_lp .faq {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .nou_lp .faq .tit2:before,
  .nou_lp .faq .tit2:after {
    width: calc(100vw / 2 - 110px);
  }
  .nou_lp .faq section {
    margin: 0 18px 0;
  }
  .nou_lp .faq ul {
    margin-top: 20px;
  }
  .nou_lp .faq section ul li + li {
    margin-top: 5px;
  }
  .nou_lp .faq section ul li dl dt label {
    padding: 15px 20px;
    width: 90%;
    align-items: flex-start;
  }
}

.nou_lp .tit2 {
  font-size: 36px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nou_lp .tit2 span {
  display: block;
  text-align: center;
}
.nou_lp .tit2:before,
.nou_lp .tit2:after {
  content: '';
  display: block;
  width: 30%;
  height: 2px;
  background: #00A8A0;
}
@media (max-width: 768px) {
  .nou_lp .tit2 {
    font-size: 22px;
    line-height: 33px;
  }
  .nou_lp .tit2:before,
  .nou_lp .tit2:after {
    width: calc(100vw / 2 - 135px);
  }
}
.nou_lp .tit3 span {
  display: table;
  font-size: 30px;
  font-weight: bold;
  background:linear-gradient(transparent 50%, #00A8A045 50%);
  padding: 0 10px 5px;
  margin: 0 auto;
  text-align: center;
}
.nou_lp .tit3 span.none {
  background: none;
}
@media (max-width: 768px) {
  .nou_lp .tit3 {
    line-height: 14px;
  }
  .nou_lp .tit3 span {
    font-size: 20px;
    padding: 0 4px 4px;
  }
}


.pc {
  display: block;
}
.sp {
  display: none;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
