html {
  scroll-behavior: smooth;
}
:root{
  --main-navy:#373b58;
}
@media screen and (min-width: 768px) {
  .mechapart img {
    min-height: 169px;
  }
  .cmn_header .nav_lists_pc li img {
    min-width: 15px;
    min-height: 20px;
    object-fit: contain;
  }
  .breadcrumbs .breadcrumb_inner span,
  .breadcrumbs .breadcrumb_inner li {
    font-size-adjust: 0.57;
  }
  .fv picture img {
    min-height: 516px;
    object-fit: contain;
  }
  section.medical_menu_nav ul {
    /* min-height: 276px; */
  }
}
@media screen and (max-width: 767px) {
  article{
    padding: 0 2.5%;
  }
  article:has(.fv),
  article:has(.medical_menu_nav),
  article:has(#case),
  article:has(#price),
  article:has(.drug-section),
  article:has(#flow-part),
  article:has(#faq),
  article:has(.reasons-box){
    padding: 0;
  }
}
/* common */
#elysian-essence .eachtitle_ja{
    text-align: left;
    font-family: serif;
    font-weight: bold;
    color: #31344d;
    font-size: 18px;
    line-height: 1.2;
}
#elysian-essence .eachtitle_en {
    text-align: left;
    color: #B0B0BC;
    font-size: 36px;
    font-family: serif;
    letter-spacing: 4px;
    margin-top: 8px;
    margin-bottom: 40px;
}
.blue-text {
    color: #373B54;
    font-weight: 600;
}
.white-text {
    background-color: #FFF;
    color: var(--main-navy);
    font-weight: 600;
}
.content-title{
  font-family: serif;
  width: 80%;
  margin: 20px auto;
  padding: 15px 0;
  border: 1px solid #B0B0BC;
  color: #B0B0BC;
  text-align: center;
  font-size: 30px;
}
.cure_triangle {
  font-size: 0.8em;
  margin-right: 0.5em;
  vertical-align: bottom;
  color: #fff;
}
.video-wrapper{
    width: fit-content;
    margin: 30px auto;
}
.linear-gradient-right{
    background: linear-gradient(to right, #fff 0%, #fff 30%, #daf0fb 30%, #daf0fb 100%);
}
.linear-gradient-bottom{
    background: linear-gradient(to bottom, #daf0fb  0%, #daf0fb  80%, #FFF 80%, #FFF 100%);
}
#elysian-essence .eachsection .eachcontent{
  width: 100%;
}
.table_wrapper{
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; 
  margin: 5% 0 0;
}
article:has(#price) .price-cta{
  display: none;
}
@media screen and (max-width: 767px) {
  .table_wrapper table{
    min-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  #elysian-essence .eachsection{
    padding: 10px 0;
    margin-top: 30px;
  }
  #elysian-essence .eachtitle_ja{
    font-size: 20px !important;
    line-height: 1.2 !important;
    margin-bottom: 15px;
  }
  #elysian-essence h2:has(.eachtitle_ja){
    width: 100%;
  }
  #elysian-essence .eachtitle_en{
    margin-top: 0;
    line-height: 1.2;
    width: 100%;
  }
  .content-title{
    width: 100%;
    font-size: 22px;
  }
  .video-wrapper iframe{
    width: 360px;
    height: 203px;
  }
}
/* fv */
#elysian-essence .medical_menu_page .under_mv{
    background-color: none;
    background: linear-gradient(to right, #fff 0%, #fff 40%, #daf0fb 40%, #daf0fb 100%);
}
#elysian-essence .fv{
  padding-bottom: 0;
  /* padding-top: 30px; */
  background: linear-gradient(to right, #fff 0%, #fff 40%, #daf0fb 40%, #daf0fb 100%);
}
#elysian-essence .medical_menu_nav{
    background-color: var(--main-navy);
    padding-top: 80px;
    margin-top: -80px;
}
#elysian-essence section.medical_menu_nav ul{
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(4, 1fr);
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    gap: 16px 8px;
    padding: 20px 0;
}
#elysian-essence section.medical_menu_nav a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    font-size: 22px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 999px;
    background-color: var(--main-navy);
    color: #fff;
}
#elysian-essence section.medical_menu_nav a::after{
  display: none;
}
@media screen and (max-width: 767px) {
  #elysian-essence section.medical_menu_nav ul{
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
}
#elysian-essence section.medical_menu_nav a{
    font-size: 16px;
    border: 1px solid #fff;
    padding: 10px 0;
}
}
/* main */
.d-flex.linear-gradient-right{
  align-items: center;
  padding: 30px;
}
.d-flex.linear-gradient-right > img{
  width: 50%;
}
.d-flex.linear-gradient-right > div{
  width: 50%;
}
.recommend .recommendlist{
    width: 70%;
}
.recommend > div{
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .d-flex.linear-gradient-right{
    padding: 30px 0;
  }
  .d-flex.linear-gradient-right > img{
    width: 95%;
    margin: auto;
    display: block;
  }
  .d-flex.linear-gradient-right > img[alt="はじめに"]{
    margin-top: -10%;
    width: 85%;
  }
  .d-flex.linear-gradient-right > div{
    width: 100%;
  }
  .recommend .recommendlist{
    width: 100%;
  }
}
/* effect */
#elysian-essence .eachcontent:has(.effectlist) h2{
  display: none;
}
#elysian-essence .effectlist .effectpart{
  background-color: #fff;
  padding: 40px;
  flex-wrap: nowrap;
}
#elysian-essence .effectlist .effecttext .effectname{
  margin-bottom: 20px;
  font-family: serif;
  border-left: 4px solid var(--main-navy);
  padding-left: 15px;
  font-weight: 700;
  color: var(--main-navy);
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  #elysian-essence .effectlist .effectpart{
      width: 90%;
      margin: 10% auto;
      padding: 25px 10px;
  }
  .effectlist .effecttext .number{
    font-size: 40px;

  }
}
/* second effect */
#elysian-essence #IDEAL .effecttext {
  width: 80%;
}
#elysian-essence #IDEAL .effectimage{
  display: none;
}
@media screen and (max-width: 767px) {
  #elysian-essence .effecttext{
    width: 100%;
  }
  #elysian-essence .flexsp{
      margin-bottom: 10px;
  }
  #elysian-essence .effectname{
    margin-bottom: 0;
    font-size: 1.27em;
  }
  #elysian-essence .effec27list .effecttext .number{
    font-size: 40px;
  }
  #elysian-essence #IDEAL .effecttext {
      width: 100%;
  }
}
/* case */
#elysian-essence #case{
  background-image: none;
  padding: 50px 2.5%;
}
#elysian-essence #case .eachtitle_en{
  color: var(--main-navy);
}
#elysian-essence .casecontainer .casepart{
  border: none;
}
#elysian-essence .casecontainer .casepart .caseimage .casetri{
  color: var(--main-navy);
}
#elysian-essence .casecontainer .casepart .caseimage .imagepart .before{
  background: #b6b7c0;
}
#elysian-essence .casecontainer .casepart .caseimage .imagepart .after{
  background: var(--main-navy);
}
#elysian-essence .casecontainer .casepart .casedesc .midashi {
  background: var(--main-navy);
}
#elysian-essence .eachsection.case-photo-section .casecontainer .slick-dots li.slick-active button:before{
  color: var(--main-navy);
}
#elysian-essence .eachsection.case-photo-section .slick-dots{
    display: none !important;
  }
/* grid */
#elysian-essence .d-grid{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin: 30px 0;
}
#elysian-essence .grid-card{
    background-color: #daf0fb;
    padding: 40px 40px 50px;
    display: grid;
    justify-content: flex-start;
    grid-template-rows: 70px 1fr;
}
#elysian-essence .grid-card h4{
    border-bottom: 1px solid var(--main-navy);
    font-family: serif;
    width: 85%;
    margin: 0 auto;
    text-align: center;
    color: var(--main-navy);
    font-size: 24px;
    /* padding-bottom: 15px; */
    /* margin-bottom: 30px; */
    list-style: 1.2;
    min-height: 70px;
}
#elysian-essence .grid-card div{
  padding-top: 20px;
}
/* grid image */
#elysian-essence .has-img-grid .grid-card{
    grid-template-rows: 85px 1fr auto;
    gap: 20px;
}
@media screen and (max-width: 767px) {
  #elysian-essence .d-grid{
    grid-template-columns: repeat(1, 1fr);
  }
  #elysian-essence .grid-card{
    padding: 40px 20px 50px;
    grid-template-rows: auto 1fr;
  }
  #elysian-essence .grid-card h4{
    min-height: unset;
    padding-bottom: 20px;
    width: 100%;
    font-size: 22px;
  }
  #elysian-essence .has-img-grid .grid-card{
    grid-template-rows: auto 1fr auto;
  }
}
/* price */
#elysian-essence #price{
  background-image: url(https://mybc.jp/wp-content/uploads/2026/02/image-10.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#elysian-essence #price .pricecontent{
    max-width: 1100px;
}
#elysian-essence #price .eachtitle_en {
  color: var(--main-navy);
}
#elysian-essence #price .pricetitle{
  text-align: left;
  color: var(--main-navy);
  font-size: 18px;
  line-height: 1.2;
}
#elysian-essence #price .pricebox .pricepart .medical_title{
  color: black;
  background: none;
}
#elysian-essence #price .pricebox .pricepart span.flex{
  justify-content: space-evenly;
  gap: 0;
}
#elysian-essence #price .pricebox .pricepart:first-of-type{
  border: 3px solid #bae7f0;
}
#elysian-essence #price .pricebox .pricepart:first-of-type span.flex{
  padding: 15px 0;
}
#elysian-essence #price .pricebox .pricechui{
  text-align: left;
}
#elysian-essence #price .pricebox .pricepart .medical_price{
  color: #000;
}
#elysian-essence #price .pricebox .pricepart:first-of-type .medical_price{
  color: #bae7f0;
}
@media screen and (max-width: 767px) {
  #elysian-essence #price{
    padding: 40px 2.5% 0;
  }
}
/* drug */
#elysian-essence .eachsection:has(.drug-section){
  background-image: url(https://mybc.jp/wp-content/uploads/2026/02/image-10.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#elysian-essence .eachsection:has(.drug-section) .eachtitle_en{
  color: var(--main-navy);
}
#elysian-essence .eachsection:has(.drug-section) table thead tr th{
  background-color:  #f4f4f4;
  color: #000;
  line-height: 1;
}
#elysian-essence .eachsection:has(.drug-section) table tbody tr td{
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #elysian-essence .eachsection:has(.drug-section){
    margin-top: 0;
    padding: 40px 2.5% 20px;
  }
}
/* options */
.yellow-box{
  background-color: #fdf7f0;
  padding: 5px 20px;
  margin: 20px 0;
}
.yellow-box ul{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
.yellow-box ul li{
  border-right: 1px solid #000;
  padding: 0 30px;
}
.yellow-box ul li:last-of-type{
  border-right: none;
}
.option table{
  margin: 0 auto 8%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .yellow-box ul{
    flex-wrap: wrap;
    margin: 15px 0;
  }
  .yellow-box ul li{
  padding: 0 5px;
  }
}
/* reasons */
#elysian-essence .eachsection:has(.reasons-box){
  background-image: url(https://mybc.jp/wp-content/uploads/2026/02/image-10.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#elysian-essence .eachsection:has(.reasons-box) .eachtitle_en{
  color: var(--main-navy);
}
#elysian-essence .eachsection:has(.reasons-box) .d-flex.linear-gradient-right{
      background: linear-gradient(to right,  transparent 0%,  transparent 15%, #fff 15%, #fff 100%);
      margin: 5% 0;
}
#elysian-essence .eachsection:has(.reasons-box) h3,
#elysian-essence #flow-part .number{
    text-align: left;
    color: #B0B0BC;
    font-family: serif;
    margin-bottom: 40px;
    background-color: inherit;
    font-size: 36px;
    border: none;
  }
#elysian-essence .eachsection:has(.reasons-box) h3 span,
#elysian-essence #flow-part .number span{
    font-size: 50px;
    margin-left: 25px;
}
#elysian-essence .eachsection:has(.reasons-box) h4{
  color: var(--main-navy);
  font-family: serif;
  font-size: 1.7em;
  font-weight: 600;
  margin-bottom: 40px;
}
#elysian-essence .eachsection:has(.reasons-box) .d-flex.linear-gradient-right > div:first-of-type{
  width: 30%;
}
#elysian-essence .eachsection:has(.reasons-box) .d-flex.linear-gradient-right > div:last-of-type{
  width: 70%;
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  #elysian-essence .eachsection:has(.reasons-box){
    padding: 80px 0 20px;
  }
  #elysian-essence .eachsection:has(.reasons-box) h2,
  #elysian-essence .eachsection:has(.reasons-box) p{
    padding: 0 2.5%;
  }
  #elysian-essence .eachsection:has(.reasons-box) h3,
  #elysian-essence #flow-part .number{
      text-align: left;
  }
  #elysian-essence .eachsection:has(.reasons-box) .d-flex.linear-gradient-right{
    padding: 30px 2.5%;
  }

  #elysian-essence .eachsection:has(.reasons-box) .d-flex.linear-gradient-right img{
    width: 85%;
  }
  #elysian-essence .eachsection:has(.reasons-box) .d-flex.linear-gradient-right > div:first-of-type{
    width: 100%;
    margin-bottom: 15%;
  }
  #elysian-essence .eachsection:has(.reasons-box) .d-flex.linear-gradient-right > div:last-of-type{
    width: 100%;
    align-self: flex-start;
  }
}
/* flow */
#elysian-essence #flow-part .pconly{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap:50px;
}
#elysian-essence .flowlist .flowpart .number{
    background: var(--main-navy);
}
#elysian-essence .flexContent picture {
    width: 50% !important;
    display: block;
}
@media (min-width: 768px) {
  #flow-part .flexContent {
    align-items: center;
    gap:15px;
  }
}
/* slider */
.slider,
.slider .slick-list,
.slider .slick-track {
  height: auto !important;
}
.slider .slick-slide {
  height: auto !important;
}
.slider .card,
.slider .flexContent {
  height: auto;
}
.slider picture img {
  width: 100%;
  height: auto;
  display: block;
}
.slider .slick-slide {
  padding: 0 15px;
}
.slider .slick-list {
  margin: 0 -15px;
}

#flow-part a[href*="tel"] {
  text-decoration: none;
  color: #000;
}
#flow-part a[href*="https://mybc.jp/contact/?fpc=627.8.365.550608418209db5l.1781948689000"]
{
  text-decoration: none;
  color: #fff;
}
#flow-part .card {
  background-color: white;
  box-shadow: 5px 5px 8px #eeeeee;
  padding: 30px;
}
#flow-part .card .ttl .number {
  background-color: #003981;
  color: white;
  padding: 2px;
  border: 1px solid #003981;
  font-size: 20px;
  font-weight: bold;
  font-family: serif;
  line-height: 18px;
  padding: 4px 10px;
}
#flow-part .card .ttl h3 {
  margin-bottom: 20px;
  font-family: serif;
  border-left: 4px solid var(--main-navy);
  padding-left: 15px;
  font-weight: 700;
  color: var(--main-navy);
  font-size: 1.8em;
}
#flow-part .flexContent {
  margin-bottom: 16px;
}
#flow-part summary {
  list-style: none;
  background-color: #003981;
  color: white;
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  width: 65%;
  cursor: pointer;
}
#flow-part details[open] summary::before {
  content: "閉じる ";
  width: 100%;
}
#flow-part summary::before {
  content: "詳しくみる ";
  width: 100%;
} /* #flow-part summary::after{ content: "＋";  } #flow-part details[open] summary::after{ content: "－";  }*/
#borer summary::-webkit-details-marker {
  display: none;
}
#flow-part .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 40px solid #33619a;
  border-bottom: 0;
  margin: -16px auto 10px;
}
#flow-part details .card-details {
  margin-top: 32px;
}
#flow-part h4 {
  font-weight: bold;
  color: #003981;
  font-size: 18px;
  margin-top: 24px;
}
#flow-part details .card-details picture {
  width: 70%;
  margin: auto;
  display: block;
  max-width: 700px;
}
#flow-part .pconly .card03 details summary {
  margin-top: -64px;
  position: relative;
}
#flow-part .pconly .card04 details summary,
#flow-part .pconly .card07 details summary {
  margin-top: -40px;
  position: relative;
}
#flow-part .pconly details {
  position: relative;
}
.sponly {
  display: none;
}
.flexContent p,
.flexContent div {
  width: 65%;
  margin: 0;
}
.flexContent {
  display: flex;
  justify-content: space-between;
}

.flexContent p,
.flexContent div {
  width: 65%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .flexContent {
    flex-direction: column;
    gap: 20px;
  }
  #elysian-essence .flexContent picture{
    width: 100% !important;
    margin: auto;
  }
  .flexContent picture,
  .flexContent p,
  .flexContent div {
    width: 100% !important;
  }

  .flexContent picture {
    margin: 0px 0;
  }
}
/* after treatment */
#elysian-essence  .grid-card.after-treatment{
  grid-template-rows: 70px 1fr;
}
#elysian-essence  .grid-card.after-treatment h4{
  min-height: none;
  margin-bottom: 15px;
}
/* important-notes */
.important-notes-box{
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .important-notes-box{
    width: 100%;
  }
}
/* faq */
#elysian-essence #faq{
  background-color: #fef9f4;
  color: var(--main-navy);
  padding: 20px 2.5% 0;
}
#elysian-essence #faq .eachtitle_en{
  color: var(--main-navy);
}
#elysian-essence #faq .qacontainer details summary{
  background: #FFF;
}
#elysian-essence #faq .question .mark{
  color: var(--main-navy);
  background: #FFF;
  font-family: serif;
}
#elysian-essence #faq .answer .mark{
  color: var(--main-navy);
  font-family: serif;
}
#elysian-essence #faq .qacontainer details summary::before, 
#elysian-essence #faq .qacontainer details summary::after{
  background-color: var(--main-navy);
}
/* summary */
@media screen and (max-width: 767px) {
  #elysian-essence .eachsection:has(.summary) .d-flex{
    display: flex;
    flex-direction: column-reverse;
  }
  #elysian-essence .eachsection:has(.summary) .d-flex > div{
    width: 80%;
    margin-top: -15%;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  #elysian-essence .eachsection:has(.summary) .d-flex picture{
    margin: 0;
    display: block;
    width: 70%;
    margin-left: auto;
  }
}
/* clinic */
#elysian-essence .eachtitle_ja.clinic{
  text-align: center;
  font-family: serif;
  font-weight: bold;
  color: var(--main-navy);
  font-size: 28px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
.d-flex.linear-gradient-right > img[alt="東京でエリシスセンスの施術を受けられるクリニック"]{
    margin-top: -15%;
    width: 85%;
    margin-left: 0;
}
}
/* access */
#elysian-essence #access-details .eachtitle_ja,
#elysian-essence #access-details .eachtitle_en{
  max-width: 1100px;
  margin: auto;
}
/* dr */
#elysian-essence .supervising_doctor_wrapper{
  background-color: inherit;
  background-image: none;
}

#elysian-essence .supervising_doctor_content{
  background: linear-gradient(to left, #fff 0%, #fff 30%, #daf0fb 30%, #daf0fb 100%);
  margin: 30px auto;
}
#elysian-essence .mod_tit01{
  text-align: left;
  display: flex;
  flex-direction: column-reverse;
}
#elysian-essence .mod_tit01 .ja{
  margin-top: .1rem;
  display: block;
  letter-spacing: .12em;
  text-align: left;
  font-family: serif;
  font-weight: bold;
  color: #31344d;
  font-size: 18px;
  line-height: 1.2;
}
#elysian-essence .mod_tit01 .en{
  font-size: .36rem;
  letter-spacing: .03em;
  font-weight: 600;
  color: #B0B0BC;
  font-size: 36px;
  font-family: serif;
  margin-top: 8px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-style: normal;
}
#elysian-essence .supervising_doctor_message{
  width: 80%;
}
#elysian-essence .supervising_doctor_message_right > p{
  font-family: 'Noto Sans JP';
}
@media screen and (max-width: 767px) {
  #elysian-essence .supervising_doctor_content{
    width: 100%;
    padding: 4em 2.5%;
    margin: 30px 0;
  }
  #elysian-essence .supervising_doctor_message{
    display: block;
    width: 100%;
  }
  #elysian-essence .supervising_doctor_message_left{
    float: left;
    width: 50%;
    margin: 1em;
  }
  #elysian-essence .supervising_doctor_message_right > p{
    font-family: 'Noto Sans JP';
  }
  #elysian-essence  .supervising_doctor_message_right{
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  #recommend {
    background-repeat: no-repeat;
    background-position: right;
    background-size: 120%;
  }
}
@media screen and (max-width: 767px) {
  #about .eachdesc_flex_left {
    width: 100%;
    margin: 2em;
    display: block;
  }

  .reason2text .reason2part .reason2title .reason2titlename {
    font-size: 16px !important;
  }
  .reason2text .reason2part:nth-of-type(4) .reason2titlename {
    font-size: 15px !important;
  }
    .dragtable table tbody tr td:first-child {
        font-size: 11px !important;
    }
  .maru,.sankaku{
    font-size: 30px;
  }
  .dragtable table thead tr th:last-child {
  font-size: 12px;
}
}
/*  */

#elysian-about {
  display: flex;
  justify-content: space-between;
}
#elysian-about .wrap-group {
  border: 1px solid #bcbdc0;
  width: 31%;
  background-color: white;
}
#elysian-about .wrap-group .top h3 {
  background-color: #9dd3df;
  padding: 20px 0;
}
#elysian-about .wrap-group .top h3 {
  text-align: center;
  font-weight: bold;
}
#elysian-about .wrap-group .center img {
  width: 90%;
  margin: 10px 5%;
}
#elysian-about .wrap-group .bottom {
  padding: 10px;
}
.mechanismBox {
  width: 100%;
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid #bcbdc0;
}
.mechanismBox .top {
  background-color: #9dd3df;
  padding: 20px 50px;
}
.mechanismBox .flexWrap {
  padding: 20px 0;
  margin: 0 auto;
  width: 95%;
  display: flex;
  justify-content: space-between;
}
.mechanismBox .flexWrap .left {
  width: 25%;
}
.mechanismBox .flexWrap .right {
  width: 75%;
}
.mechanismBox .flexWrap .left .mechapart,
.mechanismBox .flexWrap .left .mechapart .mechatext,
.mechanismBox .flexWrap .left .mechapart picture {
  width: 100%;
}
.mechanismBox .flexWrap .right {
  margin-left: 20px;
}
.mechanismBox .bottom-txt {
  width: 95%;
  margin: 16px auto;
}
#hadanayami .hadanayami-wrap {
  display: flex;
  justify-content: space-between;
}
#hadanayami .hadanayami-wrap .img {
  width: 40%;
}
#hadanayami .hadanayami-wrap .desc {
  width: 60%;
  margin-left: 40px;
}
#hadanayami .hadanayami-wrap-b .desc {
  margin-left: 0;
  margin-right: 60px;
}
.whiteBox {
  background-color: white;
  border: 1px solid #bcbdc0;
  padding: 20px;
}
.whiteBox h4 {
  font-weight: bold;
}
.whiteBox span.keyword {
  background-color: #9dd3df;
  padding: 8px 16px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}
.whiteBox .flexWrap {
  display: flex;
  justify-content: space-between;
}
.whiteBox .left {
  width: 40%;
}
.whiteBox .right {
  width: 60%;
  margin-left: 16px;
}
.cure_content picture {
  display: flex;
  width: fit-content;
  margin: 1.5em auto;
}
.cure_content h3 {
  font-size: 1.25em;
  color: #444;
  border-left: 3px solid #5bc8dc;
  padding: 0.3em 0.5em;
  margin-bottom: 0.4em;
}
.cure_content ul {
  margin-left: 1em;
}
.cure_content h4 {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.kinds_content picture {
  display: flex;
  width: fit-content;
  margin: auto;
}
.kinds_content picture img {
  max-width: 900px;
}
.kinds_content h3 {
  font-size: 1.25em;
  color: #444;
  border-left: 3px solid #5bc8dc;
  padding: 0.3em 0.5em;
  margin-bottom: 0.4em;
}
.dragtable thead tr th:nth-child(1) {
  width: 35%;
}
.dragtable thead tr th:nth-child(2),
.dragtable thead tr th:nth-child(3),
.dragtable thead tr th:nth-child(4),
.dragtable thead tr th:nth-child(5) {
  width: 16.25%;
}
.kinds_content.drug_delivery h3 {
  margin-top: 56px;
}
/* link */
.conbicontainer{
  width: 60%;
}
.link-flex{
  display: flex;
  gap: 20px;
  margin: 50px 0;
}
.link-flex div:has(img){
  width: 50%;
}
.link-flex .link-title{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}
.link-flex .link-title .conbiname{
  font-family: serif;
  border-left: 4px solid var(--main-navy);
  padding-left: 15px;
  font-weight: 700;
  color: var(--main-navy);
  font-size: 1.3em;
}
.link-flex .link-title .link-text,
#elysian-essence  .link-text{
  background-color: var(--main-navy);
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  padding: 5px 0;
}
.link-flex .link-title .link-text,
#elysian-essence .link-text{
  color: #fff;
  justify-items: center;
  text-decoration: none;
}
.conbicontainer.childpage_list .conbipart .conbiimage {
  margin: 16px auto;
}
.conbicontainer.childpage_list .conbiimage img {
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .conbicontainer{
    width: 100%;
  }
  .link-flex{
    flex-direction: column-reverse;
  }
  .link-flex div:has(img){
    width: 100%;
  }
  #elysian-essence .link-title{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
  }
  #elysian-essence .link-text{
    justify-content: center;
    gap: 20px;
  }
}
/*  */
h3.point {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 400;
}
h3.point div {
  font-weight: 500;
  font-family: serif;
  font-size: 1.25em;
}
.point-badge {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #2ec1e6;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 400 !important;
}

.point-badge p {
  margin: 0;
  font-size: 10px;
  line-height: 1;
}
.dragtable {
  margin-top: 40px;
  font-family: "Noto Sans JP";
  font-size: 20px;
  color: #20334d;
}

.dragtable th,
.dragtable td {
  border: 1px solid #a3b2b5;
  vertical-align: middle;
  padding: 10px;
}
#elysian-essence .dragtable:has(table){
  width: 80%;
  margin: 30px auto ;
}
#elysian-essence .dragtable table thead tr th,
#elysian-essence .dragtable table tbody tr th {
  text-align: center;
  background-color: var(--main-navy);
  color: #FFF;
  font-size: 18px;
  padding: 20px 0;
  line-height: 1;
}

#elysian-essence .dragtable table tbody tr td {
  text-align: center;
  background-color: white !important;
  font-size: 18px;
}
/* 
#elysian-essence .dragtable table tbody tr td:nth-child(2) {
  text-align: left;
} */

#elysian-essence .dragtable table tbody tr th:first-child {
  text-align: center;
  background-color: var(--main-navy);
  padding: 15px 0;
  line-height: 1.2;
}

#elysian-essence  .dragtable table tbody tr td:first-child {
  text-align: center;
  padding: 30px 0;
  color: black !important;
  background-color: white !important;
}
#elysian-essence .dragtable td {
  padding: 20px;
}

#elysian-essence .dragtable td.price {
  text-align: center;
}

.dragtable .th2.line1 {
  padding: 30px 0;
}

.dragtable th.drag {
  width: 30%;
}

.dragtable th.effect {
  width: 25%;
}

.dragtable th.price {
  width: 45%;
}
.dragtable {
  margin-top: 40px;
  font-family: "Noto Sans JP";
  font-size: 20px;
  color: #20334d;
}

.dragtable th,
.dragtable td {
  border: 1px solid #a3b2b5;
  vertical-align: middle;
  padding: 10px;
}

.dragtable td {
  padding: 20px;
}

.dragtable td.price {
  text-align: center;
}

.dragtable .th2.line1 {
  padding: 30px 0;
}

.dragtable th.drag {
  width: 30%;
}

.dragtable th.effect {
  width: 25%;
}

.dragtable th.price {
  width: 45%;
}

.drug h4 {
  font-size: 1.25em;
  line-height: 1.5;
  color: #444;
  font-weight: 500;
  padding: 0.3em;
  margin: 1em 0;
}
.eachsection.section1 a {
  color: #32cacb;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #elysian-essence .dragtable:has(table){
      width: 100%;
      margin: 0;
  }
  #elysian-essence .dragtable table thead tr th,
  #elysian-essence .dragtable table tbody tr th {
    font-size: 15px;
    padding: 20px 0;
  }
  #elysian-essence .dragtable table tbody tr td {
    font-size: 15px;
  }
}
/*  */
@media screen and (min-width: 769px) {
  .d-flex {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: start;
  }
  .d-flex picture {
    width: 45%;
  }
  .d-flex picture img {
    width: 100%;
  }
  .d-flex > div {
    width: 45%;
  }
  .d-flex-reverse {
    display: flex;
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 768px) {
  .d-flex picture {
    margin: 2em;
    display: block;
  }
  .d-flex-reverse {
    display: flex;
    flex-direction: column;
  }
}
/*  */
@media screen and (max-width: 767px) {
  #elysian-about {
    display: block;
  }
  #elysian-about .wrap-group {
    width: 90% !important;
    margin: 0 5% 20px;
  }
  .kinds_content h3 {
    line-height: 1.5em;
  }
  .cure_content ul {
    margin-left: 0;
  }
  .cure_content h4 {
    line-height: 1.5em;
  }
  .mechanismBox .flexWrap {
    flex-direction: column-reverse;
    width: 90%;
  }
  .mechanismBox .top {
    padding: 20px 16px;
  }
  .mechanismBox .flexWrap .left,
  .mechanismBox .flexWrap .right {
    width: 100%;
  }
  .mechanismBox .flexWrap .right {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .mechanismBox .flexWrap .left .mechapart {
    margin-bottom: 0;
  }
  #hadanayami .hadanayami-wrap {
    flex-direction: column-reverse;
  }
  #hadanayami .hadanayami-wrap-b {
    flex-direction: column;
  }
  #hadanayami .hadanayami-wrap .desc,
  #hadanayami .hadanayami-wrap .img {
    width: 100%;
    margin: 0;
  }
  .whiteBox {
    padding-bottom: 0;
  }
  .whiteBox .flexWrap {
    flex-direction: column-reverse;
    margin-top: -36px;
  }
  .whiteBox .right,
  .whiteBox .left {
    width: 100%;
    margin: 0;
  }
  .whiteBox span.keyword {
    padding: 8px;
    font-size: 16px;
  }
  .whiteBox-bottom {
    padding-bottom: 50px;
  }
  .jubeck {
    flex-direction: column;
  }
  .jubeck img {
    width: 100%;
  }
  .cure_content ul {
    margin-left: 0;
  }
  .kinds_content h3,
  .cure_content h4 {
    line-height: 1.5em;
  }
  .conbicontainer.childpage_list .conbipart {
    padding-top: 1px;
  }
}
.merit__title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 10% 0;
  /* padding: 14px 16px; */
  line-height: 1.4;
  font-weight: 700;
  color: #0b0b0b;
}

.merit__badge {
  position: relative;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #6fb6cd;
  display: grid;
  place-items: center;
  text-align: center;
  /* color: #fff; */
  font-family: system-ui, -apple-system, "Hiragino Kaku Gothic ProN",
    "Yu Gothic", "Noto Sans JP", sans-serif;
}

.merit__badge-top {
  display: block;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.02em;
  opacity: 0.95;
  margin-top: 6px;
  font-family: serif;
}

.merit__badge-num {
  display: block;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 6px;
  font-weight: 700;
  font-family: serif;
}

.merit__text {
  font-size: 15px;
}
h3.left_border {
  margin: 2em 0 !important;
}
@media (min-width: 768px) {
  .merit__title {
    gap: 20px;
    /* padding: 18px 24px; */
    margin: 5% 0;
  }
  .merit__badge {
    width: 64px;
    height: 64px;
  }
  .merit__badge-top {
    font-size: 11px;
    margin-top: 7px;
  }
  .merit__badge-num {
    font-size: 32px;
  }
  .merit__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .flexContent {
    flex-direction: column;
    gap: 20px;
  }

  .flexContent picture,
  .flexContent p,
  .flexContent div {
    width: 100% !important;
  }

  .flexContent picture {
    margin: 0px 0;
  }

  .flexContent-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .sponly {
    display: block;
  }
  .pconly {
    display: none;
  }
  #flow-part .card {
    width: 95%;
    margin: auto;
    padding: 10px 15px;
  }
  #flow-part .flexContent .left {
    width: 100%;
  }
  #flow-part summary {
    width: 75%;
    margin: auto;
  }
  #flow-part .triangle {
    display: none;
  }
  #flow-part .card .ttl h3 {
    width: 100%;
    font-size: 1.5em;
  }
  #flow-part .slick-slider .slick-list {
    width: 95%;
    margin: auto;
  }
  #flow-part details .card-details picture {
    width: 100%;
  }
  .slick-dots li button:before {
    font-size: 10px;
  }
  .slick-dots li.slick-active button:before {
    color: #003981;
  }
}
#flow-part summary::webkit-details-marker {
  display: none;
}
@media screen and (min-width: 768px) {
  #flow-part summary {
    margin-left: auto;
  }
  #flow-part .card .ttl,
  .flexContent div.txt {
    width: 100%;
  }
}

/* スマホ調整 */
@media (max-width: 480px) {
  .lumecca_price {
    margin: 40px auto;
    padding: 0 10px;
    font-size: 18px;
  }

  .lumecca_price__value span {
    font-size: 22px;
  }

  .lumecca_price__title {
    font-size: 18px;
  }

  .lumecca_price__title span {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
    .eachtitle_ja {
        font-size: 14px !important;
        line-height: 2 !important;
    }
}