@charset "UTF-8";
/*! #kracie © 2024 amana*/
:root {
  --detail10-color: #ba4c91;
  --detail11-color: #0f867f;/*var(--detail11-color);*/
  --detail11-subcolor: #e7faf9;
}
/*----board_type11----*/
.symptoms_board_ttl{
  color: var(--detail11-color);;
  border-color: var(--detail11-color);
}
.symptoms_board_txt + .symptoms_board_txt{
  border-color: var(--detail11-color);
}
.symptoms_board_check span{
  color: var(--detail11-color);
}
.symptoms_board_check::before{
  border-color: var(--detail11-color);
}
.symptoms_main_illust{
  bottom: -30px;
  margin-left: 240px;
}
.tech1_kv_illust{
  width: 218px;
}
.mechanism_main_ttl{
  color: var(--detail11-color);
}
.mechanism_main_ttl::before,.mechanism_main_ttl::after {
  background-image: url(../../img/teach/detail_11/subttl_double_line11.svg);
}
.mechanism_board::before,.mechanism_board::after{
  border-color: var(--detail11-color);
}
.effect_list_ttl::before{
  background-image: url("../../img/teach/detail_11/icon_benefit_arw11.png");
}
@media screen and (max-width:768px){
  .symptoms_main_illust{
    bottom: -3vw;
    margin-left: 28vw;
  }
  .tech1_kv_illust{
    width: 28vw!important;
  }
}
/*----board_type4----*/

.sec1{
  position: relative;
  padding-bottom: 0;
  z-index: 1;
}
.sec1 .trans_bg_clr{
  position: absolute;
  width: 100%;
  height: 180px;
  bottom: 0;
  background-color: #fff4c3;
  z-index: -1;
}
/*movie_transcription*/
.movie_transcription{
  position: relative;
  width: 100%;
  background-color: #fff4c3;
}
.movie_transcription img{
  width: 100%;
  height: auto;
  vertical-align: top;
}
.movie_trans_innr{
  position: relative;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  max-width: 790px;
}
.movie_trans_detail{
  position: relative;
  background-image: url("../../img/teach/icon_linedot.png");
  background-position: top 40px left 22px;
}
.movie_trans_img{
  position: absolute;
  width: 230px;
  top: -30px;
  right: 0;
  z-index: 2;
}
.mov_trans_txt{
  font-size: 18px;
  line-height: 41px;
  font-weight: 600;
  color: #000;
}
.txt_highlight{
  padding: 4px 3px;
  color: #fff;
  background-color: #ad3cd8;
}
@media screen and (max-width:768px){
  .sec1 .trans_bg_clr{
    display: none;
  }
  .movie_trans_innr{
    padding-top: 30px;
    padding-bottom: 15px;
    width: 90vw;
  }
  .movie_trans_img{
    position: relative;
    margin: 0 auto;
    padding: 25px 0;
    width: 280px;
    top: auto;
    right: auto;
  }
  .mov_trans_txt{
    font-size: 16px;
  }
  .mov_trans_txt:first-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width:360px){
  .mov_trans_txt{
    font-size: 15px;
  }
}
.mod-intro .detail_kv_main{
  padding-top: 44px;
}
.mod-intro .detail_kv_name {
  width: 298px;
}
.mod-intro .detail_kv_pkg{
  margin-left: 80px;
  width: 123px;
}
.mod-intro{
  background-image: url("../../img/teach/detail_11/bg_separator11.png");
  background-repeat: repeat-y;
  background-position: top 0 center;
  background-size:100% auto;
}
.mod-intro-inner{
  margin:0 auto;
  background-image:url("../../img/teach/detail_11/detail_kv_bg11.png");
  background-repeat:no-repeat;
  background-position:top 0 center;
  background-size:auto;
}
@media screen and (max-width:768px){
  .mod-intro .detail_kv_main{
    padding-top: 7vw;
    margin-left: 5vw;
  }
  .mod-intro .detail_kv_name {
    width: 38vw;
  }
  .mod-intro .detail_kv_pkg{
    margin-left: 15vw;
    width: 19vw;
  }
  .mod-intro .detail_kv_prdnm{
    margin:0 auto;
    width:34vw;
  }
}
/*sec2*/
.sec2 .column-2 .glid .column_ttl{
  background:url(../../img/teach/detail_4/icon_arrw4.png);
  background-repeat:no-repeat;
  background-position:left 0 top 7px;
  background-size:auto;
}
@media screen and (max-width:768px){
  .sec2 .column-2 .glid .column_ttl{
    background-position:left 0 top 1.6vw;
  }
}
/*sec3*/
.sec3{
  background:var(--detail11-color);
}
.sec3 .sec-inner .why_cont.mdb35{
  margin-bottom: 35px;
}
.sec3 .sec-inner .spec-list li a:hover{
  color:var(--detail11-color);
}
.sec3 .sec-inner .how_detail_list{
  margin-bottom: 60px;
}
.sec3 .sec-inner .how_detail_list .text{
  margin-right: 20px;
  width: 650px;
}
.sec3 .sec-inner .how_detail_list .how_fig1{
  position: absolute;
  width: 152px;
  left: 20px;
  bottom: -20px;
}
.sec3 .sec-inner .advice_ttl1{
  position:relative;
  display:inline-block;
  margin:0 auto 25px auto;
  padding-left:65px;
  width:auto;
  font-size:28px;
  line-height:50px;
  font-weight:bold;
  color:#555;
}
.sec3 .sec-inner .advice_ttl1::before{
  content:'';
  position:absolute;
  width:50px;
  height:50px;
  top:0;
  left:0;
  background-image:url("../../img/teach/detail_11/icon_teach11_pkg.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  z-index:2;
}
.sec3 .sec-inner .advice_ttl2{
  position:relative;
  display:inline-block;
  margin:0 auto 25px auto;
  padding-left:65px;
  width:auto;
  font-size:28px;
  line-height:50px;
  font-weight:bold;
  color:#555;
}
.sec3 .sec-inner .advice_ttl2::before{
  content:'';
  position:absolute;
  width:50px;
  height:50px;
  top:0;
  left:0;
  background-image:url("../../img/teach/detail_10/icon_teach10_pkg.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  z-index:2;
}
.sec3 .sec-inner .why_list{
  padding: 0 60px 35px 60px;
}
.sec3 .sec-inner .advice_fig10{
  position: absolute;
  width:195px;
  right: 73px;
  bottom: -53px;
}
/*advice_list*/
.sec3 .sec-inner .advice_list{
  padding: 0 60px 50px 60px;
  list-style:none;
}
.sec3 .sec-inner .advice_list li{
  display:block;
  margin-bottom:30px;
}
.sec3 .sec-inner .advice_list li:last-child{
  margin-bottom:0;
}
.sec3 .sec-inner .advice_list p{
  text-align:left;
  font-size:18px;
  line-height:28px;
}
.sec3 .sec-inner .advice_list .advice_list_ttl{
  margin-bottom:10px;
  padding-bottom:3px;
  text-align:left;
  font-size:22px;
  line-height:30px;
  font-weight:bold;
  color:#a01ed1;
  border-bottom:2px solid #a01ed1;
}
.sec3 .sec-inner .advice_list .advice_list_ttl2{
  position:relative;
  margin-bottom:10px;
  padding-left:35px;
  text-align:left;
  font-size:18px;
  line-height:26px;
  font-weight:bold;
  color:#a01ed1;
}
.sec3 .sec-inner .advice_list .advice_list_ttl2::before{
  content:'';
  position:absolute;
  width:26px;
  height:26px;
  top:0;
  left:0;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  z-index:2;
}
.sec3 .sec-inner .advice_list .advice_list_ttl2.icon_advice_no1::before{
  background-image:url("../../img/teach/detail_4/icon_teach4_no1.png");
}
.sec3 .sec-inner .advice_list .advice_list_ttl2.icon_advice_no2::before{
  background-image:url("../../img/teach/detail_4/icon_teach4_no2.png");
}
.sec3 .sec-inner .advice_list .advice_list_ttl2.icon_advice_no3::before{
  background-image:url("../../img/teach/detail_4/icon_teach4_no3.png");
}
.sec3 .sec-inner .advice_list .advice_list_ttl2.icon_advice_no4::before{
  background-image:url("../../img/teach/detail_4/icon_teach4_no4.png");
}
.sec3 .sec-inner .why_list li p{
  font-weight:bold;
}
/*pint3_list*/
.sec3 .pint3_list{
  position: relative;
  display: block;
  list-style: none;
  color: #fff;
}
.sec3 .pint3_list li{
  margin-bottom: 25px;
}
.sec3 .pint3_list li:last-child{
  margin-bottom: 0;
}
.sec3 .pint3_list_ttl{
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 3px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.sec3 .pint3_list_txt{
  font-size: 18px;
  color: #fff;
}
/*why_cont_qa*/
.why_cont_qa{
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
.sec3 .sec-inner .why_list{
  padding-bottom: 40px;
}
.sec3 .sec-inner .when_detail{
  margin: 0 60px;
  padding-bottom: 40px;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
}
.advice_qa_cnts{
  margin: 0 60px;
  margin-bottom: 20px;
  text-align: left;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.advice_qa_cnts:last-child{
  margin-bottom: 0;
}
.advice_qa_q_innr{
  display: block;
  position: relative;
  padding: 20px 15px 15px 15px;
  border-bottom: 1px dotted #ddd;
}
.advice_qa_a_innr{
  display: block;
  position: relative;
  padding: 15px 15px 20px 15px;
}
.advice_qa_q{
  position: relative;
  padding-left: 35px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: var(--detail11-color);
}
.advice_qa_q::before{
  content: '';
  position: absolute;
  width: 22px;
  height: 24px;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background-image: url("../../img/teach/detail_11/icon_teach_q.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.advice_qa_a{
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  color: #555;
}
.advice_qa_a::before{
  content: '';
  position: absolute;
  width: 22px;
  height: 21px;
  top: 2px;
  left: 0;
  background-image: url("../../img/teach/detail_11/icon_teach_a.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.how_detail_txt_sp{
  display: none;
}
@media screen and (max-width:768px){
  .sec3 .sec-inner .why_cont.mdb35{
    margin-bottom: 6vw;
  }
  .sec3 .sec-inner .how_detail_list{
    margin-bottom: 6vw;
  }
  .sec3 .sec-inner .how_detail_list li:first-child{
    width: 55vw;
  }
  .sec3 .sec-inner .how_detail_list li:last-child{
    width: 35vw;
  }
  .sec3 .sec-inner .how_detail_list .text{
    margin-right: 0;
    width: 100%;
  }
  .sec3 .sec-inner .how_detail_list .how_fig1{
    position:relative;
    padding-left: 0;
    width: 25vw;
    bottom: 0;
  }
  .sec3 .sec-inner .advice_ttl1{
    margin-bottom: 3.33vw;
    padding-left: 13vw;
    font-size: 1.1rem;
    letter-spacing: -1px;
    line-height: 10vw;
  }
  .sec3 .sec-inner .advice_ttl1::before{
    width:10vw;
    height:10vw;
  }
  .sec3 .sec-inner .advice_ttl2{
    margin-bottom:3.33vw;
    padding-left:12vw;
    font-size:1.1rem;
    line-height:10vw;
  }
  .sec3 .sec-inner .advice_ttl2::before{
    width:10vw;
    height:10vw;
  }
  .sec3 .sec-inner .advice_fig1{
    margin-left:0;
    margin:0 auto;
    width:40vw;
  }
  .sec3 .sec-inner .why_list{
    padding: 0 6vw 6vw 6vw;
  }
  .sec3 .sec-inner .advice_fig10{
    width: 30vw;
    right: 7vw;
    bottom: -10vw;
  }
  .sec3 .sec-inner .advice_list{
    padding: 0 6vw 6vw 6vw;
  }
  .sec3 .sec-inner .advice_list .advice_list_ttl{
    margin-bottom: 4vw;
    padding-bottom: 1vw;
    font-size:1rem;
    line-height:1.5rem;
  }
  .sec3 .sec-inner .advice_list p{
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  .sec3 .sec-inner .advice_list .advice_list_ttl2{
    padding-left: 9vw;
    font-size:1rem;
    line-height:1.5rem;
  }
  .sec3 .sec-inner .advice_list .advice_list_ttl2::before{
    width: 1.5rem;
    height: 1.5rem;
  }
  .sec3 .pint3_list li{
    margin-bottom: 6vw;
  }
  .why_cont_qa{
    padding-bottom: 5vw;
  }
  .sec3 .pint3_list_ttl{
    margin-bottom: 10px;
    padding-bottom: 3px;
    font-size: 1.1rem;
  }
  .sec3 .pint3_list_txt{
    font-size: 0.9rem;
  }
  .sec3 .pint3_list_ttl{
    margin-bottom: 10px;
    padding-bottom: 3px;
    font-size: 1.2rem;
  }
  .sec3 .pint3_list_txt{
    font-size: 0.9rem;
  }
  .sec3 .sec-inner .why_list{
    padding-bottom: 6vw;
  }
  .sec3 .sec-inner .when_detail{
    margin: 0 6vw;
    margin-bottom: 6vw;
    padding-bottom: 6vw;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  .sec3 .sec-inner .why_cont_qa .when_detail{
    padding-bottom: 4vw;
  }
  .sec3 .pint3_list_ttl{
    margin-bottom: 10px;
    padding-bottom: 3px;
    font-size: 1.2rem;
  }
  .sec3 .pint3_list_txt{
    font-size: 0.9rem;
  }
  .advice_qa_cnts{
    margin: 0 6vw;
    margin-bottom: 6vw;
  }
  .advice_qa_q_innr{
    padding: 3vw;
  }
  .advice_qa_a_innr{
    padding: 3vw;
  }
  .advice_qa_q{
    padding-left: 8vw;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .advice_qa_q::before{
    width: 5vw;
    height: 5.4546vw;
  }
  .advice_qa_a{
    padding-left: 8vw;
    font-size: 0.9rem;
  }
  .advice_qa_a::before{
    width: 5vw;
    height: 4.773vw;
    top: 2px;
    left: 0;
  }
  .how_detail_txt_sp{
    display: block;
    margin-top: 4vw;
    margin-bottom: 8vw;
    font-size: 0.9rem;
    color: #fff;
  }
}

/*lineup*/
.lineup .lineup_ttl.tt_type1::before{
  background-image:url("../../img/teach/detail_11/icon_granule11.png");
}
.lineup .lineup_list a .caption dt{
  color: var(--detail11-color);
}
.precautions .caution_ttl{
  color: var(--detail11-color);
}
.precautions .caution_ttl.caution_ttl_line{
  border-right:1px solid var(--detail11-color);
}
.lineup .lineup_list{
  max-width:initial;
}
.lineup .lineup_list_inline{
 display:inline-block;
  margin-right:0;/*60px;*/
}
.lineup .lineup_list_inline2{
  display:inline-block;
  margin-right:0;
}
@media screen and (max-width:768px){
  .lineup .lineup_list_inline{
   display:block;
    margin-right:0;
  }
  .lineup .lineup_list_inline2{
    display:block;
    margin-right:0;
  }
}
