:root {
  --black: #1D1D1D;
  --black-light: #5E5E5E;
  --brown: #743600;
  --gray: #777777;
  --line: #9D9D9D;
  --paper: #F4F2ED;
  --paper-warm: #EAE6DD;
  --gold: #A18C63;
  --gold-light: #C5A572;  
  --base: #FFFFFF;
  --myq-page-min: 390px;
  --myq-page-max: 560px;
  --myq-side: 22px;
  --myq-font: "Noto Sans JP", "Noto Sans Medium", "Yu Gothic", "YuGothic", "游ゴシック体", "Yu Gothic Medium", "Hiragino Sans", sans-serif;
  --prime: #33AFB0;

}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--black);
  background: var(--paper);
  letter-spacing: 0;
}

a:visited {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

.sp_myq { display: block !important;}
.pc_myq { display: none !important;}

@media screen and (min-width: 560px) {
    .pc_myq { display: block !important;}
    .sp_myq { display: none !important;}
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.myq-page {
  width: clamp(var(--myq-page-min), 100%, var(--myq-page-max));
  margin: 0 auto;
  overflow: hidden;
  background: var(--base);
  color: var(--black);
  font-family: var(--myq-font);
}

.myq-page img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.myq-concept-map img {
  display: block;
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 500px) {
	.myq-concept-map img {
  display: block;
  width: 80%;
  margin: 0 auto;
	}
}

.myq-page h1,
.myq-page h2,
.myq-page h3 {
  margin-top: 0;
}

.myq-section {
  position: relative;
  padding: 140px var(--myq-side) 70px;
  background: #ffffff;
}

.myq-section-prime {
  position: relative;
  padding: 20px 0;
  background: #ffffff;
}
@media screen and (min-width: 500px) {
	.myq-section-prime {
    padding: 30px 0;
	}
}

.myq-section-bordered {
  border-top: 1px solid var(--line);
}

.myq-section-label {
  position: absolute;
  top: 38px;
  right: 20px;
  min-width: 150px;
  padding: 7px 18px;
  border: 1px solid #777;
  border-radius: 999px;
  color: #777;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}

.myq-kicker {
  margin-bottom: 40px;
  color: var(--black);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.myq-page h1 {
  color: var(--black);
  font-weight: 500;
  letter-spacing: 0;
}

.myq-page h2 {
  color: var(--black);
  font-weight: 500;
  letter-spacing: 0;
}

.myq-page h1 {
  margin-bottom: 40px;
  font-size: 23px;
  line-height: 40px;
}

.myq-page h2 {
  margin-bottom: 40px;
  font-size: 23px;
  line-height: 40px;
}

.myq-page h1 em,
.myq-page h2 em,
.myq-copy em,
.myq-copy strong {
  color: var(--brown);
  font-style: normal;
  font-weight: 500;
}

.myq-message-box {
  margin: 0 0 50px;
  padding: 24px 28px 26px;
  border: 1px solid #777777;
  text-align: center;
}
@media (min-width: 560px) {
.myq-message-box{
  padding: 25px 40px;
	}
}

.myq-message-box p {
  margin: 0;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.myq-message-box p.btm {
  margin-bottom: 6px;
}

.myq-doctor {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 0 10px 12px;
}

.myq-doctor img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
}

.myq-doctor h2 {
  margin: 0;
  font-size: 17px;
  line-height: 1.4;
}

.myq-doctor h2 small {
  font-size: 13px;
}

.myq-doctor p {
  margin: 0;
  color: var(--black);
  font-size: 10px;
  line-height: 1.6;
}
.myq-doctor p.title {
  color: var(--black-light);
}

.myq-doctor p strong {
  color: var(--black);
  font-weight: 600;
}

.myq-doctor .myq-doctor-en {
  margin: 1px 0 5px;
  color: #777777;
  font-size: 11px;
}

.myq-hero {
  padding-top: 120px;
  padding-bottom: 80px;
  border-top: 50px solid var(--black);
  border-bottom: 8px solid var(--brown);
}

.myq-copy p {
  margin: 0 0 30px;
  color: var(--black);
  font-size: 16px;
  line-height: 28px;
}

.myq-concept-map {
  position: relative;
  width: 100%;
  margin: 55px auto 0;
}

.node-analysis {
  top: 0;
  right: 10px;
}

.node-care {
  top: 153px;
  left: 0;
}

.node-formula {
  right: 2px;
  bottom: 0;
}

.myq-concept-center {
  position: absolute;
  z-index: 3;
  top: 178px;
  left: 50%;
  width: 120px;
  transform: translateX(-35%);
  text-align: center;
}

.myq-concept-center strong,
.myq-concept-center span {
  display: block;
}

.myq-concept-center strong {
  font-size: 16px;
}

.myq-concept-center span {
  margin-top: 2px;
  color: #777777;
  font-size: 10px;
}

.myq-concept-line {
  position: absolute;
  z-index: 1;
  display: block;
  width: 145px;
  height: 1px;
  background: var(--black);
  transform-origin: left center;
}

.line-a {
  top: 145px;
  left: 128px;
  transform: rotate(-31deg);
}

.line-b {
  top: 264px;
  left: 130px;
  transform: rotate(31deg);
}

.line-c {
  top: 145px;
  right: 80px;
  width: 160px;
  transform: rotate(89deg);
}

.myq-analysis {
  padding-top: 140px;
  padding-bottom: 80px;
}


.myq-analysises {
  margin-top: 58px;
}

.myq-analysis {
  padding: 35px 8px 25px;
  border-top: 1px solid #a6a6a6;
}

.myq-analysis_end {
  padding: 35px 8px 25px;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
}

.myq-analysis-number {
  color: var(--black);
  font-size: 45px;
  font-weight: 600;
  line-height: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.myq-analysis h3 {
  margin: 0 0 2px;
  color: var(--brown);
  font-size: 18px;
  line-height: 1.2;
}

.myq-analysis small {
  color: var(--black);
  font-size: 9px;
  letter-spacing: 0.12em;
}



.myq-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.myq-feature-grid > div {
  min-height: 155px;
  padding: 40px 0 25px;
  border: 1px solid #777777;
  text-align: center;
}

.myq-feature-grid strong {
  color: var(--brown);
  font-size: 45px;
  font-weight: 300;
  line-height: 30px;
  font-family: Arial, sans-serif;
}

.myq-feature-grid strong.num {
  color: var(--brown);
  font-size: 55px;
  font-weight: 300;
  line-height: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}


.myq-feature-grid span {
  margin-left: 4px;
  font-size: 16px;
}

.myq-feature-grid p {
  margin: 10px 0 0;
  color: var(--black-light);
  font-size: 12px;
  line-height: 1.7;
}

.myq-how {
  padding: 140px 20px 50px 20px;
}

.myq-steps {
  margin-top: 58px;
}

.myq-step {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 8px 10px;
  padding: 35px 8px 34px;
  border-top: 1px solid #a6a6a6;
}

.myq-step-number {
  color: var(--black);
  font-size: 45px;
  font-weight: 600;
  line-height: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.myq-step h3 {
  margin: 0 0 2px;
  color: var(--brown);
  font-size: 18px;
  line-height: 1.2;
}

.myq-step small {
  color: var(--black);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.myq-step p {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  color: var(--black-light);
  font-size: 13px;
  line-height: 1.6;
}

.myq-report-visual {
  display: grid;
  grid-template-columns: 1fr 32px 1fr;
  align-items: center;
  margin: 15px auto 0;
  padding: 24px 10px 15px;
  border: 1px solid #777777;
  text-align: center;
}

.myq-report-visual > span {
  font-size: 42px;
  font-weight: 400;
  margin: 50px 0 0 -3px;
}

.myq-report-visual strong {
  display: block;
  font-size: 13px;
  line-height: 1.45;
}

.myq-report-visual img {
  width: 95%;
  object-fit: contain;
  background: #f3f3f3;
  margin: 20px 10px 0 0;
}

.myq-report-visual img.right {
  width: 95%;
  object-fit: contain;
  background: #f3f3f3;
  margin: 20px 0 0 10px;
}

.myq-disclaimer {
  margin: 40px 0 0;
  color: #777;
  font-size: 11px;
  line-height: 15px;
}

.myq-cta {
  min-height: 600px;
}

.myq-cta h2 {
  margin-bottom: 40px;
  font-size: 23px;
  line-height: 1.75;
}

.myq-primary-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 15px 45px 15px 20px;
  color: #ffffff;
  background: var(--brown);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

a.myq-primary-button:hover {
	opacity: 0.8;
	text-decoration: none;
}

.myq-primary-button span {
    font-weight: 400;
    font-size: 15px;
}

.myq-primary-button span.arr {
  position: absolute;
  right: 24px;
  font-size: 16px;
  font-weight: 400;
}

.recheck_btn {
	
}

.restart_btn {
	
}

.myq-sticky-start,
.myq-sticky-end {
  width: 100%;
  height: 0;
  pointer-events: none;
}

.myq-sticky-button {
  position: fixed;
  left: 50%;
  bottom: 25px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(100% - 40px), 520px);
  min-height: 50px;
  padding: 10px 45px 10px 20px;
  color: #ffffff;
  background: var(--brown);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translate(-50%, 18px);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease,
    visibility 0s linear 0.45s;
}

a.myq-sticky-button:hover {
	opacity: 0.8;
	text-decoration: none;
}

.myq-primary-button span {
    font-weight: 400;
    font-size: 15px;
}

.myq-sticky-button span.arr {
  position: absolute;
  right: 24px;
  font-size: 16px;
  font-weight: 400;
}

.myq-sticky-button.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translate(-50%, 0);
  transition-delay: 0s;
}

.myq-button-note {
  margin: 15px 0 0;
  color: var(--black-light);
  font-size: 11px;
  text-align: center;
}

.myq-faq {
  padding-top: 110px;
  padding-bottom: 100px;
}

.myq-faq h2 {
  margin-bottom: 50px;
  font-size: 23px;
}

.myq-faq-list {
  display: grid;
  gap: 18px;
  margin: 0 -5px;
}

.myq-faq-item {
  border: 1px solid #777777;
  background: #ffffff;
}

.myq-faq-item button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 70px;
  padding: 15px 50px 15px 20px;
  border: 0;
  color: var(--black);
  background: transparent;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  cursor: pointer;
}

.myq-faq-item button i,
.myq-faq-item button i::after {
  position: absolute;
  display: block;
  width: 18px;
  height: 1px;
  background: var(--black);
  content: "";
  transition: transform 0.3s ease;
}

.myq-faq-item button i {
  top: 50%;
  right: 18px;
}

.myq-faq-item button i::after {
  transform: rotate(90deg);
}

.myq-faq-item button[aria-expanded="true"] i::after {
  transform: rotate(0);
}

.myq-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.42s ease, opacity 0.32s ease;
}

.myq-faq-answer > div {
  min-height: 0;
  overflow: hidden;
}

.myq-faq-answer p {
  margin: 0;
  padding: 0 18px 24px;
  color: var(--black-light);
  font-size: 15px;
  line-height: 2;
}

.myq-faq-item.is-open .myq-faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
}

.myq-js-ready .myq-reveal-title {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.myq-js-ready .myq-reveal-title.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.myq-kv-catch {
  opacity: 0;
  transform: translateY(38px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.myq-kv-catch.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.myq-js-ready .myq-step {
  opacity: 0;
  transform: translateX(-34px);
  transition: opacity 0.72s ease, transform 0.72s ease;
  transition-delay: var(--myq-step-delay, 0ms);
}

.myq-js-ready .myq-step.is-visible {
  opacity: 1;
  transform: translateX(0);
}

@media (min-width: 520px) {
  :root {
    --myq-side: 44px;
  }

  .myq-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .myq-hero {
    padding-top: 125px;
  }

  .myq-page h1 {
    font-size: 23px;
  }

  .myq-page h2 {
    font-size: 23px;
  }
  
  h2.dr_name {
    font-size: 17px;
  }
  
  .myq-doctor {
    grid-template-columns: 150px minmax(0, 1fr);
    padding-right: 30px;
    padding-left: 60px;
  }

  .myq-doctor img {
    width: 120px;
    height: 120px;
  }

  .myq-concept-map {
    width: 500px;
    margin: 70px auto 0;
  }

  .myq-feature-grid {
    gap: 24px;
  }

  .myq-how {
    padding-right: 35px;
    padding-left: 35px;
  }

  .myq-step {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .myq-faq-list {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .myq-js-ready .myq-reveal-title,
  .myq-js-ready .myq-step,
  .myq-faq-answer {
    opacity: 1;
    transform: none;
    transition-duration: 0.001ms;
  }
}




/* CVP--------------------------- */

.choice .product-lines div span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  margin: 3px 4px 3px 0;
  padding: 4px 15px;
  border: 2px solid var(--brown);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: var(--brown);
}

.choice p strong{
	color: var(--black);
}

.product-lines span.dtl{
	border: none;
	font-size: 14px;
}

.right-note{
  display: block;
  margin : 20px 0;
  color: var(--gray);
  text-align: right;
}

.choice{
  padding: 60px 0;
  text-align: left;
}

.choice h2{
  margin-top: 35px;
  margin-bottom: 23px;
  font-weight: 600;
}

.choice p.warranty {
	font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin: 0 auto 20px;
}


.choice h3{
    margin: 0 auto 10px;
    font-size: 17px;
    text-align: center;
    padding: 10px 0;
    width: 95%;
}
@media screen and (min-width: 500px) {
	.choice h3 {
    width: 70%;
	}
}

.choice .brown {
  color: var(--brown);
}

.product-image {
	width: 80%;
	padding: 20px 0 15px;
}
@media screen and (min-width: 500px) {
	.product-image {
		width: 70%;
		padding: 20px 0 20px;
	}
}

.line {
	display: block;
	border-top: 1px solid var(--line);
	margin: 60px auto;
	width: 90%;
}

.trial_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0 auto 30px;
}
@media screen and (min-width: 500px) {
	.trial_flex {
	        width: 90%;
	}
}

.trial_flex div.trial_flex_l {
    width: 30%;
}
@media screen and (min-width: 500px) {
	.trial_flex div.trial_flex_l {
	   width: 40%;
	}
}

.trial_flex div.trial_flex_l img {
    border: 1px solid #eee;
    max-width: 100%;
}

.trial_flex div.trial_flex_r {
    width: 70%;
}
@media screen and (min-width: 500px) {
	.trial_flex div.trial_flex_r {
	   width: 60%;
	}
}

.trial_sec p.trial_copy {
    margin: 0;
    padding: 30px 0 40px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}

.trial_sec p.trial_ttl {
	margin: 0 0 0 23px;
    font-size: 17px;
    text-align: left;
    font-weight: 600;
    line-height: 30px;
}

.trial_sec p.trial_dtl {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    font-size: 14px;
    width: 90%;
    padding: 15px 0;
    margin: 0 auto 25px;
    text-align: center;
}

.cv_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 15px 45px 15px 20px;
  color: #ffffff;
  background: var(--black);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

a.cv_btn:hover {
	opacity: 0.8;
	text-decoration: none;
}

.cv_btn span {
    font-weight: 400;
    font-size: 15px;
}

.cv_btn span.arr {
  position: absolute;
  right: 24px;
  font-size: 16px;
  font-weight: 400;
}

.cv_btn_inactive {
	width: 100%;
	margin: 10px auto 15px;
	color: #fff;
	background: #777;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 0;
	display: block;
	text-align: center;
}
@media screen and (min-width: 500px) {
	.cv_btn_inactive {
    width: calc(100% - 40px);
	}
}

.cv_btn_prime {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  padding: 15px 45px 15px 20px;
  color: var(--black);
  border: 1px solid var(--black);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

a.cv_btn_prime:hover {
	opacity: 0.8;
	text-decoration: none;
}

.cv_btn_prime span {
    font-weight: 400;
    font-size: 15px;
}

.cv_btn_prime span.arr {
  position: absolute;
  right: 24px;
  font-size: 16px;
  font-weight: 400;
}

.cv_btn_prime_inactive {
	width: 100%;
	margin: 10px auto 15px;
	color: #fff;
	background: #777;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 0;
	display: block;
	text-align: center;
}
@media screen and (min-width: 500px) {
	.cv_btn_prime_inactive {
    width: calc(100% - 40px);
	}
}

.prime_memo {
	text-align: center;
	margin: 8px auto 10px;
    color: var(--gray);
}

.section-white {
  padding-inline: 22px;
  border-top: 1px solid var(--line);
}
@media screen and (min-width: 560px) {
  .section-white  {
  padding-inline: 44px;
  }
}

.section-white{
  background: #fff;
}


.program-table{
  margin: 0 10px 30px;
  text-align: left;
}

.program-table div{
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  min-height: 43px;
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
  
}

.program-table dt,
.program-table dd{
  margin: 10px 0;
  font-size: 14px;
}

.program-table dd{
  text-align: right;
}

.program-table s{
  color: #777;
}

.program-table b{
  color: var(--gold);
  font-size: 15px;
}

.product-lines{
  margin: 25px 10px 0;
  text-align: left;
}

.product-lines p{
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 20px;
  margin: 0 0 9px;
  font-size: 16px;
  line-height: 1.3;
}

.product-lines p strong{
  min-width: 200px;
  font-size: 17px;
}

.product-lines p span{
  min-width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  color: var(--black);
  background: transparent;
  border-radius: 0;
  font-weight: 400;
}

.product-lines div{
  margin-top: 30px;
}

.benefit-box{
  margin: 30px 0;
  padding: 20px 0 20px 45px;
  border: 1px solid var(--line);
  list-style: none;
  text-align: left;
}

.benefit-box li{
  position: relative;
  margin: 7px 0;
  font-size: 14px;
}

.benefit-box li::before{
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--brown);
  border-radius: 50%;
}

.benefit-box li::after{
  content: "";
  position: absolute;
  left: -24px;
  top: 5px;
  width: 9px;
  height: 6px;
  border-left: 1px solid var(--brown);
  border-bottom: 1px solid var(--brown);
  transform: rotate(-45deg);
}

.gold-text{
  color: var(--gold);
  font-size: 13px !important;
  font-weight: 600;
  line-height: 1.7 !important;
  text-align: center;
}

.fixed-tools{
  position: fixed;
  right: max(18px, calc((100vw - var(--page-max)) / 2 + 18px));
  bottom: 80px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  visibility: hidden;
  transition: opacity .55s ease, transform .55s ease, visibility .55s ease;
}

.fixed-tools button{
  width: 74px;
  height: 74px;
  border: 0;
  color: #fff;
  background: #06c755;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
}

.sticky-cta{
  position: fixed;
  left: 50%;
  bottom: 15px;
  z-index: 100;
  width: clamp(var(--page-min), 100%, var(--page-max));
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
  visibility: hidden;
  padding: 0;
  background: transparent;
  text-align: center;
  transition: opacity .55s ease, transform .55s ease, visibility .55s ease;
}

.sticky-cta a{
	width: calc(100% - 60px);
	margin: 17px auto 0;
	color: #fff;
	background: var(--black);
	font-size: 16px;
	font-weight: 600;
	padding: 10px 0;
	display: block;
}

.sticky-revealed .fixed-tools{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.sticky-revealed .sticky-cta{
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.sticky-hidden .sticky-cta{
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(-50%, 18px) !important;
  visibility: hidden !important;
}

.sticky-revealed .sticky-cta{
  transform: translate(-50%, 0);
}

/* CVP END--------------------------- */


div.ing_detail {
	text-align: right;
	margin-top: 40px;
}
span.ing_title {
	text-underline-offset: 7px;
    text-decoration: underline;
    cursor: pointer;
}

span.ing_title:focus-visible {
	outline: 1px solid var(--black);
	outline-offset: 4px;
}

div.ing_toggle {
	display: grid;
	grid-template-rows: 0fr;
	opacity: 0;
	overflow: hidden;
	text-align: left;
    margin: 0;
	transition: grid-template-rows 0.42s ease, opacity 0.32s ease, margin 0.42s ease;
}

div.ing_toggle_inner {
    min-height: 0;
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
}
@media (min-width: 560px) {
div.ing_toggle_inner{
    width: 80%;
    margin: 0 auto;
	}
}

div.ing_detail.is-open div.ing_toggle {
	grid-template-rows: 1fr;
	opacity: 1;
    margin: 30px 0;
}

div.ing_toggle h3 {
	text-align: left;
	width: 100%;
}
.ing_warn { 
	margin-bottom: 40px;
	border: 1px solid var(--gray);
    padding: 8px 15px; }
.step_amount { text-align: center; }
.step_box div img {
	text-align: center;
	margin: 10px auto 20px;
	display: block; }