/*========================================

========================================*/

#safety,
#about,
#method {
  margin-top: -208px;
  padding-top: 208px;
}

@media (max-width: 639px) {
  #safety,
  #about,
  #method {
    margin-top: -80px;
    padding-top: 80px;
  }
}



/*========================================
セクション
========================================*/

.c-section2 {
  padding: 60px 12px;
}

.c-section3 {
  margin-top: 48px;
}

.c-section3--has-space {
  margin-top: 48px;
  padding: 24px;
  background-color: #ffffff;
}

* + .c-section2__contents {
  margin-top: 60px;
}

* + .c-section3__contents {
  margin-top: 48px;
}

* + .c-section4__contents {
  margin-top: 36px;
}

@media (max-width: 639px) {
  .c-section2 {
    padding: 36px 12px;
  }
  .c-section3 {
    margin-top: 24px;
  }
  * + .c-section2__contents {
    margin-top: 48px;
  }
  * + .c-section3__contents {
    margin-top: 24px;
  }
}



.p-section-aa {
  background-color: #bae391;
}

.p-section-bb {
  background-color: #ffffff;
}

.p-section-cc {
  background-color: #bae391;
}



/*========================================
見出し
========================================*/

.c-heading2 + *,
.c-heading2-group + *,
.c-heading3 + * {
  margin-top: 24px;
}

.c-heading2--type3 {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding: 1.6rem 0.9rem;
  color: #ffffff;
  font-family: var(--font-family-sansserif);
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  background-color: var(--accent-color);
}

.c-heading2--type3::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 2.1rem;
  text-align: center;
  background-color: var(--accent-color);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

@media (max-width: 639px) {
  .c-heading2 + *,
  .c-heading2-group + *,
  .c-heading3 + * {
    margin-top: 18px;
  }
  .c-heading2--type3 {
    margin: 0 -12px;
    font-size: 1.6rem;
  }
}



/*========================================
カラム
========================================*/

.c-2columns,
.c-3columns,
.c-4columns,
.c-5columns {
  display: flex;
  gap: 24px;
}

* + .c-2columns,
* + .c-3columns,
* + .c-4columns,
* + .c-5columns {
  margin-top: 24px;
}

.c-2columns__container > *:first-child,
.c-3columns__container > *:first-child,
.c-4columns__container > *:first-child,
.c-5columns__container > *:first-child {
  margin-top: 0;
}

.c-2columns__container {
  width: calc((100% - 24px) / 2);
}

.c-3columns__container {
  width: calc((100% - 48px) / 3);
}

.c-4columns__container {
  width: calc((100% - 72px) / 4);
}

.c-5columns__container {
  width: calc((100% - 96px) / 5);
}

@media (min-width: 640px) {
  .c-section2__inner.c-2columns,
  .c-heading2 + .c-2columns,
  .c-section2__contents > .c-section3 > .c-2columns,
  .c-section2__inner > .c-2columns {
    gap: 30px;
  }
}

@media (min-width: 992px) {
  .c-section2__inner.c-2columns,
  .c-heading2 + .c-2columns,
  .c-section2__contents > .c-section3 > .c-2columns,
  .c-section2__inner > .c-2columns {
    gap: 60px;
  }
}

@media (max-width: 639px) {
  .c-2columns,
  .c-3columns,
  .c-4columns {
    flex-direction: column;
  }
  .c-2columns__container,
  .c-3columns__container,
  .c-4columns__container {
    width: 100%;
  }
}



/*========================================

========================================*/

.c-note--01 {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.25;
}

.c-note--02 {
  padding-left: 2em;
  text-indent: -1em;
  line-height: 1.25;
}

.c-video {
  margin: 24px auto 0;
  width: 100%;
  max-width: 480px;
  border: solid 1px #c0c0c0;
  overflow: hidden;
}

@media (min-width: 370px) {
  .c-newline--sp-s {
    display: none;
  }
}

@media (min-width: 640px) {
  .c-newline--sp {
    display: none;
  }
}

@media (min-width: 992px) {
  .c-newline--tb {
    display: none;
  }
}

  

/*========================================
ヒーロー
========================================*/

.p-hero {
  padding-top: 90px;
  background-image: url(../img/hero_background.png),url(../img/hero_background.png),url(../img/hero_background.png),linear-gradient(to bottom, #e5e5e5, #f8f8f8 176px, #ffffff);
  background-repeat: no-repeat;
  background-size: 476px auto,476px auto,476px auto,100%;
  background-position: left -30px top 80%,center top 40px,right -60px top,center;
}

.p-hero__explanation {
  position: relative;
  margin: 0 auto;
  max-width: 360px;
  text-align: center;
}

.p-hero__explanation p {
  position: relative;
  z-index: 5;
  margin-top: 0;
}

.p-hero__explanation h1 {
  position: relative;
  z-index: 5;
  margin-top: 9px;
  padding-top: 18px;
  border-top: solid 2px #c3c0c0;
}

@media (min-width: 640px) {
  .p-hero__images > * {
    position: absolute;
  }
  .p-hero__images > .p-hero__images--narl517 {
    top: 10px;
    left: -300px;
  }
  .p-hero__images > .p-hero__images--woman {
    top: -80px;
    right: -380px;
  }
}

@media (max-width: 639px) {
  .p-hero {
    padding-top: 36px;
    background-size: 300px auto,0,360px auto,100%;
    background-position: left -100px top 40%,center top 40px,right -100px top,center;
  }
  .p-hero__explanation {
    max-width: 75%;
  }
  .p-hero__explanation p img,
  .p-hero__explanation h1 img {
    width: 80%;
  }
  .p-hero__images {
    display: flex;
    justify-content: center;
    margin: 0 calc(50% - 50vw);
  }
  .p-hero__images > .p-hero__images--narl517 {
    position: relative;
    left: 20px;
    z-index: 5;
  }
  .p-hero__images > .p-hero__images--narl517 img {
    width: 230px;
  }
  .p-hero__images > .p-hero__images--woman {
    position: relative;
    right: -30px;
    z-index: 0;
  }
  .p-hero__images > .p-hero__images--woman img {
    width: 210px;
  }
}



/*========================================
NARLSONICと(ナールソニック)は？
========================================*/

.p-section-about {
  padding-top: 60px;
  background-image: url(../img/hero_background.png),url(../img/hero_background.png);
  background-repeat: no-repeat;
  background-size: 476px auto,476px auto;
  background-position: left -30px top 40%,right -60px top 40%;
}

.p-section-about .c-heading3 {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 300;
}

.p-section-about .c-heading3 > span {
  position: relative;
}

.p-section-about .c-heading3 > span::after {
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  font-size: 1.2rem;
}

.p-section-about .c-heading3 > span:nth-of-type(1)::after {
  content: "ノル";
}

.p-section-about .c-heading3 > span:nth-of-type(2)::after {
  content: "アドレナリン";
}

.p-section-about .c-heading3 > span:nth-of-type(3)::after {
  content: "リリース";
}

.p-section-about .c-heading3 > span > span {
  color: #ff1919;
}

@media (max-width: 639px) {
  .p-section-about {
    background-image: none;
  }
  .p-section-about .c-heading3 {
    font-size: 2.4rem;
  }
  .p-section-about .c-section3 .c-2columns .c-2columns__container:nth-of-type(2) .c-heading3 + * {
    margin-top: 9px;
  }
}



/*========================================
NARLSONIC安全性の秘密
========================================*/

.p-section-safety {
  padding-bottom: 60px;
  background-image: linear-gradient(to bottom, #ebe7e7, #fdfdfd 50%, #e3e3e3);
}

.p-section-safety > .c-2columns .c-section2__container {
  width: 50%;
}

.p-section-safety .p-about-ce {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}

.p-section-safety .p-about-ce::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  margin-left: 9px;
  width: 49px;
  height: 35px;
  background: url(../img/safety_cc-logo.png) no-repeat;
  background-size: 49px 35px;
}

.p-section-safety .c-heading3 {
  padding-left: 9px;
  font-family: var(--font-family-sansserif);
  font-size: 1.4rem;
  font-weight: 300;
  text-align: left;
  border-left: solid 9px var(--accent-color);
}

.p-section-safety .c-heading3 + p {
  margin-top: 3px;
  font-size: 1.4rem;
}

@media (min-width: 640px) {
  .p-section-safety > .c-2columns .c-section2__container:nth-of-type(2) img {
    margin-top: 48px;
    width: 120%;
    max-width: none;
  }
}

@media (max-width: 639px) {
  .p-section-safety {
    padding-bottom: 36px;
    background-image: linear-gradient(to bottom, #ebe7e7, #fdfdfd 50%, #e3e3e3);
  }
  .p-section-safety > .c-2columns .c-section2__container {
    width: 100%;
  }
  .p-section-safety .c-heading3,
  .p-section-safety .c-heading3 + p {
    font-size: 1.6rem;
  }
}



/*========================================
NARL517 LIPOSTIMFITの効果を飛躍的に促進する
========================================*/

.p-contents-functions .c-heading2 + .c-2columns {
  align-items: center;
}

.p-contents-functions .c-section3 {
  margin-top: 36px;
}

.p-contents-functions .c-heading3 {
  font-family: var(--font-family-sansserif);
  color: var(--accent-color);
  text-align: left;
}

.p-contents-functions .c-heading3 span {
  position: relative;
  top: 2px;
  font-size: 2.1rem;
}

.p-contents-functions .c-heading3 + * {
  gap: 12px;
  margin-top: 0;
}

.p-contents-functions .c-heading3 + * .c-2columns__container {
  width: calc((100% - 12px) / 2);
}

.p-contents-functions .c-heading3 + * p {
  font-size: 1.4rem;
}

.p-contents-ultrasound .c-heading3 {
  padding: 6px 0 6px 9px;
  font-family: var(--font-family-sansserif);
  font-size: 1.8rem;
  font-weight: 300;
  text-align: left;
  border-left: solid 6px var(--accent-color);
}

.p-functions-summary {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 36px auto 0;
  max-width: 750px;
}

.p-functions-summary::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url(../img/bullet_circle.png);
  background-size: contain;
}

.p-functions-summary::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 116px;
  height: 134px;
  background-image: url(../img/bullet_hexagon.png);
  background-size: contain;
}

.p-functions-summary p {
  margin: 0;
  font-size: 1.6rem;
}

.p-contents-ultrasound .c-heading2 + .c-section3 .c-2columns .c-2columns__container {
  padding: 36px 0;
  background-image: url(../img/functions_decorative-border-top.png),url(../img/functions_decorative-border-bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top, left bottom;
}

.p-contents-ultrasound .c-2columns .c-section3__contents {
  position: relative;
 }

.c-inventor-name {
  margin-left: 30px;
  font-size: 1.8rem;
}

.c-inventor-name span {
  font-size: 2.4rem;
}

.c-inventor-introduction {
  margin-top: 48px;
}

.c-inventor-photo {
  position: absolute;
  top: 0;
  right: 0;
}

.p-contents-ultrasound .c-heading4 {
  font-family: var(--font-family-sansserif);
  font-size: 1.6rem;
  font-weight: 300;
}

.p-contents-ultrasound .c-heading4::before {
  content: "■";
}

.p-contents-ultrasound .c-heading4 + * {
  margin-top: 0;
  font-size: 1.4rem;
  text-align: left;
}

.p-contents-ultrasound .c-brief-history {
  font-weight: 300;
  line-height: 1.25;
}

.c-brief-history th {
  width: 64px;
  font-weight: 300;
  vertical-align: top;
}

.c-inventor-affiliation {
  display: flex;
  align-items: center;
  gap: 9px;
}

.c-inventor-affiliation::before {
  content: "";
  display: inline-block;
  width: 101px;
  height: 56px;
  background: url(../img/2technologies_logo-ieee.png) no-repeat;
  background-size: 101px 56px;
}


@media (min-width: 640px) {
  .p-section-2technologies {
    background-image: url(../img/functions_background-01.jpg),url(../img/functions_background-02.jpg);
    background-size: 500px auto,500px auto;
    background-repeat: no-repeat;
    background-position: right top,left -200px center;
  }
}

@media (min-width: 1024px) {
  .p-section-2technologies {
    background-size: 700px auto,700px auto;
  }
}

@media (max-width: 991px) {
  .c-inventor-introduction {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .p-contents-ultrasound .c-section3 > .c-2columns {
    flex-direction: column;
  }
  .p-contents-ultrasound .c-section3 > .c-2columns .c-2columns__container {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .p-contents-ultrasound .c-heading2 + .c-section3 .c-2columns .c-2columns__container {
    padding: 24px 0;
  }
  .p-contents-functions .c-heading3 + * {
    flex-direction: row;
  }
  .p-contents-functions .c-heading3 + * p {
    font-size: 1.2rem;
  }
  .p-functions-summary {
    flex-direction: column;
  }
  .p-contents-ultrasound * + .c-section4__contents {
    margin-top: 18px;
  }
}



/*========================================
NARLSONICとEMSによるヘルシースリミングメソッド
========================================*/

.p-section-method {
  background-image: linear-gradient(to bottom, #ebe7e7, #fdfdfd 50%, #e3e3e3);
}

.p-section-method .c-heading2 + .c-section3 .c-2columns {
  flex-direction: row-reverse;
}

.p-section-method .c-heading2 + .c-section3 .c-2columns .c-section3__contents {
  position: relative;
  padding-left: 60px;
}

.p-section-method .c-heading2 + .c-section3 .c-2columns .c-2columns__container:nth-of-type(2) {
  align-content: center;
}

.p-section-method .c-heading2 + .c-section3 .c-2columns .c-section3__contents::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 54px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 54px 100px;
}

.p-section-method .c-heading2 + .c-section3 .c-2columns .c-section3__contents:nth-of-type(1)::before {
  background-image: url(../img/bullet_number1.png);
}

.p-section-method .c-heading2 + .c-section3 .c-2columns .c-section3__contents:nth-of-type(2)::before {
  background-image: url(../img/bullet_number2.png);
}

.p-section-method .c-heading2 + .c-section3 .c-2columns .c-section3__contents:nth-of-type(3)::before {
  background-image: url(../img/bullet_number3.png);
}

.p-section-method .c-heading2 + .c-section3 .c-2columns .c-section3__contents + .c-section3__contents {
  margin-top: 36px;
}

.p-section-method .c-section3 {
  background-color: transparent;
}

.p-section-method .c-heading3 {
  font-family: var(--font-family-sansserif);
  font-size: 2.1rem;
  font-weight: 300;
  text-align: left;
}

.p-section-method .c-heading3 + p {
  margin-top: 6px;
  font-size: 1.4rem;
}

.p-section-example {
  position: relative;
}

.p-section-example .c-heading3 {
  font-size: 1.6rem;
}

.p-section-example .c-heading3::before {
  content: "■";
}

.p-section-example .c-heading3 + .c-4columns {
  gap: 12px;
  margin-top: 12px;
}

.p-section-example .c-heading3 + .c-4columns .c-4columns__container {
  max-width: 256px;
  width: 100%;
}

.p-section-example .c-heading3 + .c-4columns .c-4columns__container:last-child {
  max-width: 216px;
}

.p-section-usefulness {
  padding: 36px;
  background-color: #ffffff;
  border: solid 2px var(--accent-color);
  border-radius: 12px;
}

.p-section-usefulness figure {
  margin-top: 36px;
}

@media (min-width: 640px) {
  .p-section-example .c-heading3 + .c-4columns + p {
    position: absolute;
    top: 64%;
    /*max-width: 717px;*/
    /*padding-right: calc(100% / 4);*/
    margin-top: 0;
    padding-right: 228px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

@media (max-width: 1023px) {
  .p-section-example .c-heading3 + .c-4columns + p {
    padding-right: 26%;
  }
}

@media (max-width: 639px) {
  .p-section-method .c-heading2 + .c-section3 .c-2columns {
    flex-direction: column-reverse;
  }
  .p-section-method .c-heading2 + .c-section3 .c-2columns .c-section3__contents {
    padding-left: 66px;
  }
  .p-section-method .c-heading2 + .c-section3 .c-2columns .c-section3__contents::before {
    top: -12px;
    margin-left: 24px;
    width: 30px;
    height: 60px;
    background-size: 30px 60px;
  }
  .p-section-method .c-heading2 + .c-section3 .c-2columns .c-section3__contents + .c-section3__contents {
    margin-top: 30px;
  }
  .p-section-method .c-heading3 {
    font-size: 1.8rem;
  }
  .p-section-example .c-heading3 {
    margin: 0 auto;
    max-width: 216px;
    font-size: 1.8rem;
  }
  .p-section-method .c-heading3 + p {
    /*font-size: 1.5rem;*/
    display: none;
  }
  .p-section-example .c-heading3 + .c-4columns .c-4columns__container,
  .p-section-example .c-heading3 + .c-4columns .c-4columns__container:last-child {
    max-width: 100%;
  }
  .p-section-example .c-heading3 + .c-4columns .c-4columns__container img {
    width: 216px;
  }
  .p-section-example .c-heading3 + .c-4columns + p {
    padding-right: 0;
  }
  .p-section-usefulness {
    padding: 24px;
  }
  .p-section-usefulness figure {
    margin-top: 24px;
  }
}



/*========================================
日本の確かな技術と性能を発揮
世界で信頼されるNARL517
========================================*/

.p-section-world {
  background-image: url(../img/world_background-01.png),url(../img/world_background-02.png);
  background-repeat: no-repeat;
  background-size: 50%,50%;
  background-position: left top,right bottom;
 }

.p-section-world .c-heading2 + p {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.5px;
}

.p-section-world .c-heading2 + p + p {
  margin-top: 6px;
  padding-top: 6px;
  font-size: 1.8rem;
  line-height: 1.5;
  border-top: solid 1px #000000;
}

.p-section-world > .c-2columns .c-heading3 {
  position: relative;
  font-family: var(--font-family-sansserif);
  font-size: 1.6rem;
  font-weight: 300;
}

.p-section-world > .c-2columns .c-heading3 span {
  font-size: 2.1rem;
}

.p-section-world > .c-2columns .c-heading3 span::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 22px;
  margin: 0 6px 0 9px;
  width: 88px;
  height: 64px;
  background: url(../img/world_nh-logo.png) no-repeat;
  background-size: 88px 64px;
}

.p-section-world > .c-2columns > .c-section2__container {
  width: 100%;
}

.p-section-world > .c-2columns .c-heading3 + .c-2columns {
  gap: 12px;
}

.p-section-world > .c-2columns .c-heading3 + .c-2columns .c-2columns__container:nth-of-type(1){
  max-width: 246px;
  width: 100%;
}

.p-section-world > .c-2columns .c-heading3 + .c-2columns > .c-2columns__container:nth-of-type(2){
  max-width: 222px;
  width: 100%;
}

.p-section-world .c-5columns {
  gap: 15px;
}

.p-section-world .c-5columns .c-5columns__container {
  width: calc((100% - 48px) / 5);
}

.p-section-world .c-5columns figcaption {
  margin: 0 auto 6px;
  max-width: 192px;
  font-size: 1.6rem;
  background: url(../img/bullet_arrow.png) no-repeat;
  background-size: 26px 23px;
}

@media (min-width: 640px) {
  .p-section-world .c-heading2 {
    text-align: left;
  }
  .p-section-world > .c-2columns .c-heading3 {
    margin-top: -48px;
  }
}

@media (max-width: 639px) {
.p-section-world {
  background-size: 130%,100%;
 }
  .p-section-world > .c-2columns *:nth-of-type(2) .c-2columns {
    flex-direction: row;
  }
  .p-section-world .c-heading2 + p,
  .p-section-world .c-heading2 + p + p {
    text-align: center;
  }
  .p-section-world > .c-2columns .c-heading3 span::before {
    margin-top: -20px;
  }
  .p-section-world .c-5columns {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 18px;
  }
  .p-section-world .c-5columns .c-5columns__container {
    width: calc((100% - 15px) / 2);
  }
}



/*========================================
圧倒的なコストパフォーマンス
========================================*/

.p-section-cost-effectiveness {
  background-image: url(../img/cost-effectiveness_background-01.png),url(../img/cost-effectiveness_background-02.png),linear-gradient(to bottom, #ebe7e7, #fdfdfd 50%, #e3e3e3);
  background-repeat: no-repeat;
  background-size: 540px auto,490px auto,100%;
  background-position: left -60px top 62%,right -140px top 56%,center;
 }

.p-section-cost-effectiveness .c-heading2 + * p {
  margin-bottom: 12px;
  font-size: 1.8rem;
  text-align: center;
 }

.p-section-cost-effectiveness .c-image-chart figcaption {
  margin-bottom: 12px;
  font-size: 1.8rem;
 }

 @media (max-width: 639px) {
  .p-section-cost-effectiveness {
    background-image: linear-gradient(to bottom, #ebe7e7, #fdfdfd 50%, #e3e3e3);
    background-size: 100%;
    background-position: center;
   }
  .c-image-chart img {
    width: 150%;
    max-width: none;
   }
}
 


/*========================================
NARL517
投資対利益率(ROI)は600%超
========================================*/

.p-section-roi {
  padding-bottom: 0;
  background-image: url(../img/hero_background.png),url(../img/hero_background.png);
  background-repeat: no-repeat;
  background-size: 476px auto,476px auto;
  background-position: left -30px top 60%,right -60px top 60%;
 }

.p-section-roi .c-section2__inner {
  max-width: 720px;
 }

.p-section-roi .c-wrapper {
  position: relative;
 }

.p-section-roi .c-wrapper::after {
  content: "※税別価格";
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: left;
}
 
.p-section-roi .c-image-chart {
  margin-top: 24px;
 }

 @media (max-width: 639px) {
  .p-section-roi {
    background-image: url(../img/hero_background.png),none;
    background-repeat: no-repeat;
    background-size: 360px auto;
    background-position: left -30px top 90%;
  }
}



/*========================================
SPEC
========================================*/

.p-section-spec {
  padding-bottom: 0;
  /*background: url(../img/price_background.png) no-repeat;*/
  background-size: 46% auto;
  background-position: right -80px bottom;
}

.p-section-spec .c-heading3 {
  font-family: var(--font-family-sansserif);
  font-weight: 300;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.5;
}

.p-section-spec .c-heading3 span {
  display: inline-block;
  font-size: 1.6rem;
}

.p-section-spec .c-price--01 {
  margin-top: 18px;
}

.p-product-value {
  position: relative;
  margin: 0;
  padding: 24px 0 36px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.25;
  list-style-type: none;
  /*background: url(../img/product-image_narl517-04.jpg) no-repeat;
  background-size: 64% auto;
  background-position: right center;*/
}

.p-product-value::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: -1;
  width: 360px;
  height: 240px;
  background: url(../img/product-image_narl517-04.jpg) no-repeat;
  background-size: 84% auto;
  background-position: right center;
}

.p-product-value li {
  padding-left: 9px;
  border-left: solid 6px var(--accent-color);
  text-shadow: 2px 2px 2px #ffffff;
}

.p-product-value li + li {
  margin-top: 12px;
}

.p-product-value span {
  font-size: 1.6rem;
}

/*.p-product-option {
  margin-top: 24px;
}*/

.p-product-option figure {
  margin-top: 6px;
}

.p-section-spec .c-section3 .c-2columns .c-2columns__container:nth-of-type(1) .c-section3__contents {
  position: relative;
  height: 100%;
}

.p-section-spec .c-section3 .c-2columns .c-2columns__container:nth-of-type(2) .c-section3__contents .c-heading3 + * {
  margin-top: 12px;
}

.p-section-spec .c-section3 .c-2columns .c-2columns__container:nth-of-type(2) .c-section3__contents:nth-of-type(1) .c-heading3 {
  padding-bottom: 6px;
  border-bottom: solid 1px #7e7e7e;
}

.c-specification {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 300;
}

.c-specification dt {
  width: 20%;
}

.c-specification dd {
  margin-left: 0;
  width: 80%;
}

.c-specification dt:nth-of-type(1) {
  margin-top: 0;
}

.c-specification dd:nth-of-type(1) {
  margin-top: 0;
}

.p-section-spec .c-section3 {
  margin-top: 24px;
}

.c-basic-set {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 300;
}

.p-section-spec .c-section3 .c-basic-set dt {
  position: relative;
  width: 80%;
}

.p-section-spec .c-section3 .c-basic-set dt span {
  position: relative;
  z-index: 5;
  padding-right: 6px;
  background-color: #ffffff;
}

.p-section-spec .c-section3 .c-basic-set dt::after,
.p-section-spec .c-section3 .c-basic-set dd::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  width: 100%;
  height: 1px;
  border-top: dotted 1px #000000;
}

.p-section-spec .c-section3 .c-basic-set dd {
  width: 20%;
  position: relative;
  margin-left: 0;
  text-align: right;
}

.p-section-spec .c-section3 .c-basic-set dd span {
  position: relative;
  z-index: 5;
  padding-left: 6px;
  background-color: #ffffff;
}

.p-section-spec .c-note--01 {
  font-size: 1.2rem;
}

@media (min-width: 1024px) {
  .p-section-spec .c-heading3 span {
    margin: 18px 0 0 6px;
  }
  .p-section-spec .c-section3 .c-2columns .c-2columns__container:nth-of-type(1) .c-section3__contents {
    height: 100%;
  }
}

@media (max-width: 991px) {
  .p-product-value::after {
    background-size: 70% auto;
  }
}

@media (max-width: 639px) {
  .p-section-spec .c-heading3 {
    text-align: center;
  }
  .p-section-spec .c-heading3 span {
    display: block;
    margin-top: 3px;
  }
  .p-product-value {
    background-size: 60% auto;
  }
  .p-product-value::after {
    top: 30px;
    right: -70px;
    background-size: 80% auto;
  }
  .p-product-option {
    margin-top: -12px;
  }
  .p-section-spec .c-section3 .c-2columns .c-2columns__container:nth-of-type(2) .c-section3__contents .c-heading3 {
    font-size: 1.6rem;
    text-align: left;
  }
  .c-specification dt {
    width: 24%;
  }
  .c-specification dd {
    width: 76%;
  }
}



/*========================================
三輪博士の発明した…
========================================*/

.p-section-unish {
  margin-top: 60px;
  padding: 0 12px;
  background-image: linear-gradient(to bottom, #ebe7e7, #fdfdfd 50%, #e3e3e3);
}

.p-section-unish .c-2columns {
  align-items: center;
}

.p-section-unish .c-2columns .c-2columns__container:nth-of-type(1) p + p {
  font-size: 1.4rem;
}

@media (min-width: 640px) {
  .p-section-unish {
    padding-bottom: 24px;
  }
  .p-section-unish .c-2columns .c-2columns__container:nth-of-type(2) img {
    width: 120%;
    max-width: none;
  }
}

@media (max-width: 639px) {
  .p-section-unish .c-2columns {
    gap: 0;
  }
  .p-section-unish .c-2columns .c-2columns__container:nth-of-type(2) figure {
    margin: 0 -24px;
  }
}



/*========================================
FAQ
========================================*/

.p-section-faq {
  padding-bottom: 0;
}

.c-faq {
  margin: 2.4rem auto 0;
  max-width: 750px;
}

.toggle {
  display: none;
}

.c-faq__item {
  position: relative;
}

.c-faq__item + .c-faq__item {
  margin-top: 1.8rem;
}

.c-faq__item-question,
.c-faq__item-anser {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.c-faq__item-question {
  display: flex;
  align-items: center;
  padding: 0.6rem 3rem 0.6rem 0.6rem;
  font-weight: 300;
  line-height: 1.25;
  border: solid 2px var(--accent-color);
}

.c-faq__item-question::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  margin-right: 12px;
  width: 36px;
  height: 36px;
  background-image: url(../img/bullet_question.png);
  background-size: contain;
}

.c-faq__item-question::after {
  content: "";
  position: absolute;
  right: 18px;
  width: 1.4rem;
  height: 1rem;
  background-color: #707070;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: rotate(0);
  transition: all 0.3s;
}

.toggle:checked + .c-faq__item-question::after {
  transform: rotate(180deg) !important;
}

.c-faq__item-anser {
  max-height: 0;
  overflow: hidden;
}

.c-faq__item-anser p::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 36px;
  height: 36px;
  background-image: url(../img/bullet_anser.png);
  background-size: contain;
}

.toggle:checked + .c-faq__item-question + .c-faq__item-anser {
  max-height: 500px;
  transition: all 1.5s;
}

.c-faq__item-anser p {
  display: flex;
  margin: 0;
  padding: 1.2rem 0.8rem;
}

.c-faq__item-anser .c-faq__item-anser-example {
  margin: 0 auto;
  padding: 1.2rem;
  width: 96%;
  background-color: rgba(243,144,0,0.1);
}

.c-faq__item-anser .c-faq__item-anser-example::before {
  flex-shrink: 0;
  content: "例";
  display: inline-block;
  margin-right: 12px;
  width: 30px;
  height: 30px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: center;
  background-color: #ffffff;
  background-image: none;
}

@media (max-width: 639px) {
  .c-faq {
  max-width: 100%;
  }
  .c-faq__item-question::before,
  .c-faq__item-anser p::before {
    margin-right: 6px;
    width: 30px;
    height: 30px;
  }
  .c-faq__item-question::after {
    right: 9px;
  }
}



/*========================================
無料オンラインセミナー 日本で発明されたNARL理論によるNARL517スリミングメソッド
========================================*/

.p-section-seminar {
  margin-top: 60px;
  padding: 30px 12px;
  background-color: var(--accent-color);
}

.c-seminar {
  margin: 0 auto;
  padding: 18px 24px 24px;
  max-width: 600px;
  background-color: #ffffff;
  border-radius: 12px;
}


.p-section-seminar h2 {
  padding-bottom: 6px;
  font-family: var(--font-family-sansserif);
  border-bottom: solid 2px var(--accent-color);
}

.p-section-seminar h2 img {
  margin: 0 3px 3px;
}

.p-section-seminar h2 span {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.5;
}

.c-seminar__contents {
  margin-top: 24px;
}

.c-seminar__row {
  display: flex;
  gap: 12px;
  font-size: 2.1rem;
}

.c-seminar__row + .c-seminar__row {
  margin-top: 24px;
}

.c-seminar__row-item-name {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  width: 120px;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: var(--accent-color);
}

.c-seminar__row-month {
  display: flex;
  gap: 6px;
  font-size: 2.4rem;
}

.c-seminar__row-month span {
  font-size: 70%;
}

.c-seminar__row-date {
  width: 140px;
}

.c-seminar__row-body {
  align-self: center;
}

.c-seminar__note .c-note--01 + .c-note--01 {
  margin-top: 6px;
}

@media (max-width: 639px) {
  .c-seminar {
    padding: 12px 18px 18px;
  }
  .p-section-seminar h2 {
    font-size: 2.1rem;
    letter-spacing: -0.8px;
  }
  .p-section-seminar h2 img {
    width: 100%;
    max-width: 100px;
  }
  .c-seminar__contents {
    margin-top: 18px;
  }
  .c-seminar__row {
    gap: 9px;
    font-size: 1.6rem;
  }
  .c-seminar__row + .c-seminar__row {
    margin-top: 18px;
  }
  .c-seminar__row-item-name {
    padding: 6px;
    width: 92px;
    font-size: 1.4rem;
  }
  .c-seminar__row-month {
    font-size: 2rem;
    letter-spacing: -0.5px;
  }
  .c-seminar__row-date {
    width: 110px;
  }
  .c-seminar__note .c-note--01 {
      font-size: 1.4rem;
  }
}

@media (max-width: 369px) {
  .p-section-seminar h2 {
    font-size: 1.8rem;
  }
  .p-section-seminar h2 span {
    font-size: 1.6rem;
  }
  .p-section-seminar h2 img {
    max-width: 90px;
  }
  .c-seminar__row-month {
    letter-spacing: -0.5px;
  }
  .c-seminar__row-item-name {
    width: 80px;
  }
  .c-seminar__row-month {
    font-size: 1.8rem;
  }
  .c-seminar__row-date {
    width: 100px;
  }
}




/*========================================
CTA
========================================*/

.c-cta {
  margin: 48px auto 30px;
  padding: 0 12px;
  max-width: 304px;
  text-align: center;
}

.p-section-safety .c-cta {
  margin: 18px auto 0;
}

.p-section-seminar .c-cta {
  margin: 18px auto 0;
}

.p-section-usefulness .c-cta {
  margin: 36px auto 0;
}

.c-cta figure {
  margin-top: 6px;
}

.c-cta figure img {
  border-radius: 6px;
  box-shadow: 10px 10px 20px rgba(0,0,0,0.16);
}

.c-cta p {
  margin-top: 0;
  font-size: 1.8rem;
}

@media (max-width: 639px) {
  .c-cta {
    margin-top: 24px;
  }
  .p-section-usefulness .c-cta {
    margin: 24px auto 0;
  }
  .c-cta p {
    font-size: 1.6rem;
  }
  .c-cta figure img {
    width: 90%;
    border-radius: 4px;
  }
}



/*========================================
スクロールCSS
========================================*/

.fade-in {
	opacity: 0;
	transition-duration: 500ms;
	transition-property: opacity, transform;
}
  .fade-in-up {
	transform: translate(0, 50px);
}
  .scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}


@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 1rem;
	border: 2px solid #000;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: #f7f7f7;    
}
nav a {
    padding: 0.5rem;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 768px){
.header {
	flex-direction: column;
    margin-bottom: 10px;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
	flex-direction: column;
}
.header li {
	padding-top: 0;
}
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}
    
/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 0 0;
}
section {
	margin: 5rem 0;
	padding: 3rem 0;
}
.gray-back {
	background-color: #f4f4f4;
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
}
.under {
    border-bottom: 0.4rem solid #000;
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #f7f7f7;
    padding: 5rem 0;
}
footer h4 {
    border-bottom: 3px solid #ccc;
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #a9a9a9;
}
.copyright a {
    color: #fff;
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #000;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #666;
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}
}