@charset "UTF-8";

:root {
    --color-light-gray: #F4F3EF; 	/* ベージュ背景色 bgbge */
    --color-brown: #5D4C2E; 		/* 濃いブラウン fcbr */
    --color-orange: #E87F00; 		/* オレンジ fcog */
    --color-green: #779851; 		/* 濃い緑 bggn */
    --color-light-green: #85B74C; 	/* 薄い緑 bglgn */
    --color-pink:#E5876D;          /* 濃いピンク */
    --color-ligth-pink:#FEC1B0;          /* 薄いピンク */
}

.bgok{background-color: #E5876D;}

.c_hero-disc > h2 {
    margin-bottom: 10px; 
}


.p_method_column{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 55px;
}

/* 20251205 kawai 外枠の高さを項目数に合わせて可変 */
.p_method_column.__fxs{
    align-items: flex-start; 
}

.p_method_item{
    width: 50%;
    max-width: 600px;
    padding: 20px 14px;
    border-radius: 15px;
}

.p_method_conteiner{
    height: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
}

.p_method_item.__pk{
    border: 1px solid var(--color-ligth-pink);
}

.p_method_item.__gn{
    border: 1px solid var(--color-light-green);
}

.p_method_image {
    width: 128px;
    flex-shrink: 0;
}
.p_method_image img {
    width: 100%;
    height: auto;
    display: block;
}

.p_method_content{
    display: flex;
    flex-direction: column; 
    align-items: flex-start;
    flex-grow: 1;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.p_method_btn{
    width: 100%;
    margin-bottom: 7px;
}

.p_method_btn a{
    width: 100%;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px 8px clamp(0px,1.2vw,35px);
    border-radius: 30px;
    font-size: 1.8rem;
    font-weight: 450;
    cursor: pointer;
}

.p_method_btn.__pk a{
    background-color: var(--color-pink);
}

.p_method_btn.__gn a{
    background-color: var(--color-green);
}

.p_method_btn .ttl {
    flex-grow: 1;
    text-align: center;
}

.p_method_btn .icon {
    flex-shrink: 0;
    width: 16px; 
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p_method_btn .icon img {
    height: 100%;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);;
}

.p_method_list{
    margin-left: 8px;
}

.p_method_list li {
    /* font-size: 1.6rem; */
    font-weight: bold;
    line-height: 1.65;
    position: relative;
    padding-left: 8px;
}

.p_method_list li::before {
    content: "-";
    font-weight: 750;
    position: absolute;
    left: 0;
    top: 0;
}

.p_method_list.__pk li::before {
    color: var(--color-pink);
}

.p_method_list.__gn li::before {
    color: var(--color-green);
}

.p_method_list a {
    color: #515151;
    border-bottom: 1px solid #515151;
}

.p_method_list a:hover {
    color: #5151518e;
    border-bottom: 1px solid #5151518e;
}

.__w1200{display: none !important;}

/*  responsive ---------------------------------------------------*/
@media screen and (max-width: 767px) {

    .p_method_conteiner{
        flex-direction: column;
        justify-content: center;
        gap: 14px;
        text-align: left;
        width: 100%;
    }

    .p_method_content{
        align-items: center;
    }

    .p_method_btn{
        width: 80%;
        max-width: 500px ;
    }

    .p_method_column{
        flex-direction: column;
        margin-top: 25px;
    }
    
    .p_method_item{
        width: 90%;
        margin: 0 auto;
    }

    .p_method_btn{
       margin-bottom: 14px;
    }

    .p_method_btn a {
        font-size: 1.4rem;
        padding: 6px 8px 8px clamp(8px,1.5vw,20px);
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .__w1200{display: block !important;}
    .__w1200n{display: none !important;}

    .p_method_btn{
        margin-bottom: 2px;
    }
    .p_method_btn a{
        font-size: 1.6rem;
    }

    .p_method_conteiner{
        height: 90%;
        align-items: center;
        justify-content: center;
    }

    .p_method_image {
        width: 100px;
    }
    
    .p_method_content{
        flex-direction: column; 
        justify-content: center;
    }
    
}

@media screen and (max-width: 500px) {
    .p_method_btn{
        width: 90%;
        max-width: none ;
    }
}

/* ==================================================================
 acne
================================================================== */
.acne-desc{
    width: 100%;
	text-align: center;
	margin: 0px auto;
}

.acne-desc_content,
.acne-progress_content{
    text-align: left;
    margin-bottom: 36px;
    /* font-size: 1.6rem; */
}

.acne-desc_image img{
    width: 30%;
    max-width: 420px;
    height: auto;
    margin: 0 auto;
}

.acne-progress_conteiner {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-direction: column; 
    gap: 14px; 
    margin: 0 auto;
    margin-bottom: 26px;
}

.acne-progress_item {
    width: 100%;
    display: flex;
    justify-content: center;
    border: 3px solid #F4F3EF; 
    background-color: #fff;
    padding: 30px 25px;
    position: relative;
    border-radius: 15px;
}

.acne-progress_item_column {
    display: flex;
    align-items: center;
}

.acne-progress_item:not(:last-of-type)::after {
    content: '';
    display: block;
    position: absolute;
    left: 180px;
    bottom: -14px;
    width: 1px;
    height: 12px;
    border-right: 3.5px dotted #A29B8A; 
    z-index: -1;
}

.acne-progress_step {
    flex-shrink: 0;
    width: 100px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
}

.acne-progress_step span:first-child {
    color: var(--color-light-green);
    font-size: 1.6rem;
}

.acne-progress_step span:last-child {
    color: var(--color-brown); 
    font-size: 2.0rem;
}

.acne-progress_image {
    flex-shrink: 0;
    width: 120px;
    margin-right: 27px;
    line-height: 0;
}

.acne-progress_image img {
    width: 100%;
    height: auto;
    display: block;
}

.acne-progress_text {
    flex-grow: 1;
    text-align: left;
    display: flex; 
    flex-direction: column;
    justify-content: center;
}

.acne-progress_text h4 {
    font-size: 1.6rem;
    font-weight: bold;
}

.acne-progress_text p {
    line-height: 1.5;
    font-size: 1.6rem;
}

.acne-progress_content{
    text-align: left;
    margin-top: 26px;
}

/* 20251210 kawai テキストの折り返し防止 */
.rough-skin .dermatology_heading.__mw540,
.stain .dermatology_heading.__mw540,
.atopic .dermatology_heading.__mw540 {
    max-width: 540px;
    white-space: nowrap;
}

/* 20251223 maeda w360以下で折り返す */
@media screen and (max-width: 360px) {
  .rough-skin .dermatology_heading.__mw540,
  .stain .dermatology_heading.__mw540,
  .atopic .dermatology_heading.__mw540 {
      max-width: 340px;
      white-space: wrap;
  }
  .rough-skin .dermatology_heading.__mw540 br,
  .stain .dermatology_heading.__mw540 br,
  .atopic .dermatology_heading.__mw540 br{
      display: none;
  }
}
@media screen and (max-width: 280px) {
  .acne .dermatology_heading br,
  .phototherapy .dermatology_heading br{
    display: none;
  }
}

/*  responsive ---------------------------------------------------*/
@media screen and (max-width: 767px) {
    .acne-desc{
        margin-top: 20px;
    }
    
    .acne-desc_content{
        margin-bottom: 20px;
    }

    .acne-desc_image img{
        width: 90%;
        max-width: 270px;
        height: auto;

    }

    .acne-progress_conteiner {
        width: 100%;
    }

    .acne-progress_text p {
        font-size: 1.4rem;
    }

    
    .acne-progress_item {
        width: 95%;
        margin: 0 auto;
        flex-direction: column;
        padding: 20px 16px;
    }

    .acne-progress_item:not(:last-of-type)::after {
        left: 50%;
        bottom: -16px;
    }

    .acne-progress_item_column {
        flex-direction: column;
        align-items: center;
    }

    .acne-progress_step {
        width: 100%; 
    }

    .acne-progress_step span:first-child {
        font-size: 1.4rem;
    }

    .acne-progress_step span:last-child {
        font-size: 2.0rem;
    }

    .acne-progress_image {
        width: 140px;
        margin: 10px 0 14px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .acne-progress_item {
        padding: 26px 18px;
    }

    .acne-desc_image img{
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    
    .acne-progress_tleft{
        text-align: left;
    }
}

@media screen and (min-width: 768px) and (max-width: 1400px){
    .acne-desc_content{
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* ==================================================================
 atopic
================================================================== */



/* --- responsive ---*/
@media screen and (max-width: 767px) {

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

}

@media screen and (max-width: 600px) {

}

/* ==================================================================
 stain
================================================================== */
/* 20251205 kawai acne-progress_itemクラスの縦並び版 */
.acne-progress_item.is-vertical {
    flex-direction: column; /* 縦並び */
}
/* 20251205 kawai is-verticalの時のみ中央寄せ→左寄せ */
.acne-progress_item.is-vertical .acne-progress_step {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 10px;
    width: 100%; /* テキスト折り返し防止 */
}

/* 20251205 kawai 点線非表示 */
.acne-progress_item.is-vertical::after {
    display: none;
}

/* --- responsive ---*/
@media screen and (max-width: 767px) {

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

}

@media screen and (max-width: 600px) {

}

/* ==================================================================
 rough-skin
================================================================== */



/* --- responsive ---*/
@media screen and (max-width: 767px) {

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

}

@media screen and (max-width: 600px) {

}
 

/* ==================================================================
 phototherapy
================================================================== */

.symptom_box {
  background: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 22px 0 70px;
}


@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .symptom_box {
    width: 80%;
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .symptom_box {
      width: 85%;
  }
}

@media only screen and (max-width: 767px) {
  .symptom_box {
    width: 90%;
    max-width: 600px;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 24px;
  }
}
/* @media only screen and (max-width: 500px) {
  .symptom_box {
    width: 90%;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 12px;
    padding-bottom: 24px;
  }
} */

.symptom_title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-accent-03);
  border-bottom: 1px dashed var(--color-main-04);
  display: inline-block;
  margin-bottom: 24px;
  padding-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .symptom_title {
    font-size: 2.4rem;
    transform: translateX(10px);
    margin-bottom: 38.3px;
    border-bottom: 3px dashed var(--color-main-04);
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .symptom_title {
    font-size: 1.7rem;
    margin-bottom: 18px;
  }
}

.symptom_list {
  display: grid;
  flex-wrap: wrap;
  max-width: 99%;
  margin: 0 auto;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  grid-gap: 35px 5%;
}
@media only screen and (min-width: 1300px) {
  .symptom_list {
    /* grid-template-columns: repeat(2, minmax(25%, 1fr)); */
    padding: 0 10% 0 20%;
  }
}
@media only screen and (max-width: 1024px) {
  .symptom_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 15px 0;
    /* transform: translateX(20px); */
    /* max-width: 350px; */
  }
}
/*
@media only screen and (max-width: 767px) {
  .symptom_list {
    display: flex;
    flex-direction: column;
    width: 60%;
    grid-gap: 15px 0;
    transform: translateX(7%);
  }
}
*/
/* 
@media only screen and (max-width: 500px) {
  .symptom_list {
    width: 100%;
    padding-left: 10%;
    grid-gap: 15px 0;
    transform: translateX(0);
  }
}
 */

.symptom_item {
  font-size: 2.0rem;
  font-weight: 700;
  color: var(--color-accent-03);
  display: flex;
  align-items: center;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .symptom_item {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 500px) {
  .symptom_item {
    font-size: 1.4rem;
  }
}

.symptom_icon {
  width: 27px;
  height: 24px;
  padding-right: 2px;
}

.symptom_icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 767px) {
  .symptom_icon {
    width: 24px;
    height: 20px;
  }
}

/* ----------------
治療機器
------------------- */
.phototherapy .acne-progress_conteiner{
  width: 95%;
}
@media only screen and (max-width: 767px) {
  .phototherapy .acne-progress_conteiner{
    width: 100%;
  }
}

.phototherapy .acne-progress_image__ph {
  width: 37%;
  height: 27%;
  flex-shrink: 0;
  margin-left: 3%;
  line-height: 0;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.phototherapy .acne-progress_image img {
    width: 100%;
    height: auto;
    display: block;
}

.insurance{
  width: 95%;
  margin: 0 auto;
  padding: 30px;
  background-color: #E4EADC;
  color: var(--color-brown);
  border-radius: 10px;
}

.insurance span{
  font-size: 2.0rem;
  padding-bottom: 15px;
  font-weight: 700;
  display: block;
}



@media only screen and (min-width: 1200px) {
  .phototherapy .acne-progress_image__ph {
    margin-left: 8%;
    width: 400px;
    height: 324px;
  }
}
@media only screen and (max-width: 767px){
  .phototherapy .acne-progress_step span{
    font-size: 1.5rem;
  }
  .phototherapy .acne-progress_image__ph {
    margin-left: 0;
    margin-top: 20px;
    width: 270px;
    height: 218px;
  }
  .insurance{
    width: 90%;
    text-align: left;
    padding: 14px;
  }
  .insurance span{
    font-size: 1.4rem;
    padding-bottom: 8px;
  }
}

/* ----------------
クリニックからの注意事項
------------------- */

.information {
  margin-bottom: 48px;
  padding-right: 2%;
}
@media only screen and (min-width: 768px) {
  .information {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .information {
    margin-bottom: 94px;
  }
}

.information_note {
  width: 100%;
  padding: 12px;
  padding-left: 4%;
  border: 1.5px solid var(--color-main-04);
  border-radius: 10px;
  height: 100%;
}
.information_item{
  position: relative;
  padding-left: 1.0em;
}
.information_item p::before{
  content:  "●";
  position: absolute;
  left: 0;
}

@media only screen and (min-width: 1025px) {
  .information_note {
    border: 3px solid var(--color-main-04);
    padding-top: 20px;
    padding-left: 56.5px;
    padding-bottom: 20px;
  }
}

.information_item {
  color: var(--color-accent-03);
  line-height: 1.875;
}

/* 20251218滝川追加 */
/* アンカー位置ずらし用（ヘッダー対策） */
/* .c-c-anchor-offset { 
  position: relative;
  top: -50px;
  height: 0;
} */
