@charset "UTF-8";
/*kracie©2025amana*/
:root {
  --cause-color: #2bacb5;
  --detail6-color: #99c726;
  --detail8-color: #eb0032;
  --detail5-color: #ce9b28;
  --detail11-color: #0f867f;
  --sorethroat-color: #6a5bd6;
}
.is_pc{display:block;}.is_sp{display:none;}
@media (max-width:640px){.is_pc{display:none;}.is_sp{display:block;}}
.brandSiteHeader{
  box-sizing: content-box;
}
.brandSiteHeader .ph-logo{
  margin: 0!important;
  font-size: inherit!important;
  font-weight: normal!important;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
}
.brandSiteHeader .ph-logo a{
  display: block;
}
@media screen and (max-width: 640px){
  .brandSiteHeader .ph-logo{
    right: 0;
  }
}

/*cause_checkpoint*/
.cause_checkpoint{
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem;
  box-sizing: border-box;
  outline: 1px solid #2bacb5;
  outline-offset: -1px;
  background-color: #fff;
}
.cause_checkpoint::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background-image: url(../img/memo_fold4.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cause_checkpoint_innr{
  position: relative;
  padding: 5% 10% 10% 5%;
}
.cause_checkpoint_list{
  position: relative;
  list-style: none;
}
.cause_checkpoint_list li{
  display: block;
  position: relative;
  margin-bottom: 13px;
  padding-left: 30px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  color: var(--cause-color);
}
.cause_checkpoint_list li:last-child{
  margin-bottom: 0;
}
.cause_checkpoint_list li::before{
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  top: 50%;
  left: 0;
  border-radius: 2px;
  transform: translate(0,-50%);
  box-sizing: border-box;
  border: 2px solid var(--cause-color);
}
.cause_checkpoint_note{
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width:640px){
  .cause_checkpoint{
    outline-offset: -2px;
  }
  .cause_checkpoint::after {
    width: 40px;
    height: 40px;
  }
  .cause_checkpoint_innr{
    padding-bottom: 15%;
  }
  .cause_checkpoint_list li{
    margin-bottom: 3vw;
    padding-left: 30px;
    font-size: 4vw;
    line-height: 1.6;
  }
  .cause_checkpoint_note{
    margin-top: 5vw;
    font-size: 3.85vw;
    line-height: 2;
  }
}

/*------throat------*/
.throat .contents-sec{
  margin-bottom: 50px;
}
/*food_mainsect*/
.food_mainsect{
  position: relative;
  box-sizing: border-box;
  border: 1px solid var(--sorethroat-color);
}
.food_mainsect_innr{
  position: relative;
  padding: 60px 80px;
}
.food_mainsect_main{
  position: relative;
}
.food_mainsect_main + .food_mainsect_main{
  margin-top: 50px;
}
.food_mainsect_ttl{
  position: relative;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 2rem;
  color: var(--sorethroat-color);
}
.food_mainsect_no{
  position: relative;
  margin-right: 14px;
  width: 45px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--sorethroat-color);
}
.food_mainsect_ttl_txt{
  width: calc( 100% - 59px );
}
.food_mainsect_txt{
  font-size: 1.5rem;
  line-height: 2;
}
/*food_subsect*/
.food_subsect{
  position: relative;
  margin-top: 30px;
  border-radius: 15px;
  background-color: #e9e7f9;
}
.food_subsect::after{
  content: '';
  position: absolute;
  width: 95px;
  height: 90px;
  top: -25px;
  right: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}
.food_subsect.food_no1::after{background-image: url("../img/icon_honey.png");}
.food_subsect.food_no2::after{background-image: url("../img/icon_ginger.png");}
.food_subsect.food_no3::after{background-image: url("../img/icon_apple.png");}
.food_subsect.food_no4::after{background-image: url("../img/icon_radish.png");}
.food_subsect.food_no5::after{background-image: url("../img/icon_greenonion.png");}
.food_subsect_innr{
  position: relative;
  padding: 35px;
}
.food_subsect_ttl{
  margin-bottom: 30px;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  color: var(--sorethroat-color);
}
.food_subsect_txt{
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width:640px){
  .throat .contents-sec{
  margin-bottom: 11vw;
}
  .food_mainsect_innr{
    padding: 5vw;
  }
  .food_mainsect_main + .food_mainsect_main{
    margin-top: 8vw;
  }
  .food_mainsect_ttl{
    margin-bottom: 4vw;
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .food_mainsect_no{
    margin-right: 14px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .food_mainsect_txt{
    font-size: 3.85vw;
  }
  .food_subsect{
    margin-top: 5vw;
  }
  .food_subsect::after{
    width: 20vw;
    height: 18.95vw;
    top: -8vw;
    right: 2vw;
  }
  .food_subsect_innr{
    padding: 5vw;
  }
  .food_subsect_ttl{
    margin-bottom: 5vw;
    font-size: 4.8vw;
  }
  .food_subsect_txt{
    font-size: 3.85vw;
  }
}
/*solution_sect*/
.solution_sect{
  position: relative;
  background-color: #efedf8;
}
.solution_sect_innr{
  position: relative;
  padding: 40px;
}
.solution_main{
  position: relative;
  border-radius: 15px;
  background-color: #fff;
}
.solution_main + .solution_main{
  margin-top: 40px;
}
.solution_main_innr{
  position: relative;
  padding: 30px;
}
.solution_main_ttl{
  position: relative;
  display: table;
  margin: 0 auto;
  margin-bottom: 25px;
  width: 340px;
  height: 45px;
  font-size: 2rem;
  text-align: center;
  line-height: 45px;
  color: #fff;
  border-radius: 100vh;
  background-color: var(--sorethroat-color);
}
.solution_main_txt{
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width:640px){
  .solution_sect_innr{
    padding: 5vw;
  }
  .solution_main + .solution_main{
    margin-top: 8vw;
  }
  .solution_main_innr{
    padding: 5vw;
  }
  .solution_main_ttl{
    margin-bottom: 5vw;
    padding: 2vw;
    width: 100%;
    height: auto;
    font-size: 4.5vw;
    line-height: 1.6;
    font-feature-settings: "palt";
  }
  .solution_main_txt{
    font-size: 3.85vw;
  }
}
/*disease_sect*/
.disease_sect{
  position: relative;
  border-radius: 15px;
  background-repeat: no-repeat;
  background-position: top 45px left 40px;
  background-size: auto 125px;
  background-color: #efedf8;
}
.disease_sect + .disease_sect{
  margin-top: 50px;
}
.disease_sect.disease_no1{background-image: url("../img/icon_fig4_no01.png");}
.disease_sect.disease_no2{background-image: url("../img/icon_fig4_no02.png");}
.disease_sect.disease_no3{background-image: url("../img/icon_fig4_no03.png");}
.disease_sect.disease_no4{background-image: url("../img/icon_fig4_no04.png");}
.disease_sect.disease_no5{background-image: url("../img/icon_fig4_no05.png");}
.disease_sect.disease_no6{background-image: url("../img/icon_fig4_no06.png");}
.disease_sect_innr{
  position: relative;
  padding: 35px 80px;
}
.disease_sect_ttl{
  display: table;
  margin: 0 auto;
  padding-bottom: 35px;
  line-height: 1.3;
  font-size: 2.4rem;
  text-align: center;
  color: var(--sorethroat-color);
}
.disease_double_ttl{
  position: relative;
  display: inline-block;
}
.disease_double_ttl + .disease_double_ttl{
  margin-left: 20px;
}
.disease_double_ttl + .disease_double_ttl::before{
  content: '／';
  position: absolute;
  left: -20px;
  top: 0;
}
.disease_ruby{
  display: block;
  font-size: 60%;/*1.5rem;*/
}
.disease_sect_txt{
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width:640px){
  .disease_sect{
    border-radius: 15px;
    background-position: top 5vw left 5vw;
    background-size: auto 20vw;
  }
  .disease_sect + .disease_sect{
    margin-top: 8vw;
  }
  .disease_sect_innr{
    padding: 5vw;
  }
  .disease_sect_ttl{
    padding-bottom: 5vw;
    font-size: 5vw;
  }
  .disease_double_ttl{
    display: block;
  }
  .disease_double_ttl + .disease_double_ttl{
    margin-left: 0;
    margin-top: 2.5vw;
  }
  .disease_double_ttl + .disease_double_ttl::before{
    content: none;
  }
  .disease_sect_txt{
    font-size: 4vw;
  }
}
/*treat_caution*/
.treat_caution{
  position: relative;
  margin-top: 35px;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  border: 2px dotted var(--cause-color);
}
.treat_caution_innr{
  position: relative;
  padding: 20px;
  line-height: 1.6;
}
.treat_caution_ttl{
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--cause-color);
  text-align: center;
}
.treat_caution_list{
  list-style: none;
  display: block;
}
.treat_caution_list li{
  display: block;
  position: relative;
  padding-bottom: 10px;
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: 1.5rem;
}
.treat_caution_list li::before{
  content: '⚫︎';
  position: relative;
  color: var(--cause-color);
  padding-right: 5px;
}
.treat_caution_list li:last-child{
  padding-bottom: 0;
}
.cause .source_link,.cause .source_link a{
  color: var(--cause-color)!important;
}
@media screen and (max-width:640px){
  .treat_caution_innr{
    padding: 4vw;
  }
  .treat_caution_ttl{
    margin-bottom: 3vw;
    font-size: 4vw;
  }
  .treat_caution_list li{
    padding-bottom: 2vw;
    font-size: 3.85vw;
  }
}

/*fig_sorethroat_table1*/
.fig_sorethroat_table1 {
  margin-top: 25px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #000;
  border-collapse: collapse;
  background-color: #e4e2f9;
}
.fig_sorethroat_table1 th, td{
  padding: 12px 10px;
  font-size: 1.4rem;
  border-right: none!important;
  border-bottom: none!important;
  border-top: 1px solid #fff!important;
}
.fig_sorethroat_table1 .table_ttl{
  padding: 5px 10px;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  background-color: #6a5bd6;
}
.fig_sorethroat_table1 .table_subttl{
  font-size: 1.5rem;
  color: #fff;
  white-space: nowrap;
  background-color: #a69de6;
  font-feature-settings: "palt";
}
.fig_sorethroat_table1 .table_col1{
  border-right: 1px solid #fff!important;
}
.fig_sorethroat_table1 .txt_ruby{
  display: block;
  padding-top: 3px;
  font-size: 1.1rem;
  font-feature-settings: "palt";
}
.table_function + .table_function{
  margin-top: 10px;
}
.table_function_ttl{
  display: block;
  font-size: 90%;
  color: #666;
}
/*txt_prescription_link*/
.txt_prescription_link{
  text-underline-offset: 0.3rem;
  color: #000;
}
.prescription_clr3{color: #1cb67e;}
.prescription_clr6{color: #99c726;}

/*guidance_bnnr*/
.guidance_pr_txt{
  display: table;
  margin: 0 auto;
  padding-bottom: 15px;
  font-size: 1.4rem;
  color: #666;
  line-height: 1;
  text-align: center;
}
.guidance_bnnr{
  position: relative;
  margin-top: 4rem;
  clear: both;
}
.guidance_bnnr.gbnr_btm{
  top: 3rem;
}
.guidance_bnnr_link{
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  width: 520px;
  overflow: hidden;
  line-height: 1.6;
  text-decoration: none;
  border-radius: 15px;
  display: flex;
  align-items: center;
  z-index: 1;
}
.guidance_bnnr_link::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: right -1px center;
  background-size: auto 100%;
  z-index: -1;
}
.guidance_bnnr_link:hover .guidance_bnnr_pkg{
  -webkit-animation:item-figure-anime .2s;
  animation:item-figure-anime .2s;
}
.guidance_bnnr_pkg{
  position: relative;
  height: 110px;
  width: 180px;
  text-align: center;
}
.guidance_bnnr_pkg img{
  height: 100%!important;
  width: auto!important;
}
.guidance_bnnr_detail{
  position: relative;
  width: calc( 100% - 180px );
}
.gbnnr_subtxt{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  color: #ffe193;
}
.gbnnr_maintxt{
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
}
.gbnnr_maintxt span{
  font-size: 2.2rem;
}
.gbnnr_link{
  position: relative;
  display:inline-block;
  margin-top: 0;
  padding-left: 24px;
  padding-right: 35px;
  height: 28px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 28px;
  border-radius: 7px;
  background-color: #fff;
  transition: all .3s ease;
}
.gbnnr_link::after{
  content: '';
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  top: 50%;
  right: 15px;
  transform: translate(0,-50%);
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: #333;
  border-right: 0;
}
/*gbnnr_note*/
.gbnnr_note{
  position: relative;
  display: block;
  margin-top: 12px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  font-feature-settings: "palt";
  text-decoration: none;
}
.gbnnr_note_mrk{
  display: inline-block;
  margin-right: 5px;
  padding: 0 2px;
  line-height: 1.4;
  transform: scale(0.9);
  transform-origin: left top; 
  border: 1px solid #fff;
}
.gbnnr_note_txt1{
  display: inline-block;
  margin-right: 5px;
}
.gbnnr_note_txt2{
  display: inline-block;
}
/*gbnr_clr11*/
.guidance_bnnr_link.gbnr_clr11{background-color: #89bfdb;}
.guidance_bnnr_link.gbnr_clr11::after{
  background-image: url("../img/icon_gbnnr_wave11.svg");
}
.guidance_bnnr_link.gbnr_clr11 .gbnnr_link{color: #89bfdb;}
.guidance_bnnr_link.gbnr_clr11 .gbnnr_link::after{border-left-color: #89bfdb;}
@-webkit-keyframes item-figure-anime{50%{-webkit-transform:translateY(-10px) rotate(-2deg);transform:translateY(-10px) rotate(-2deg)}}
@keyframes item-figure-anime{50%{-webkit-transform:translateY(-10px) rotate(-2deg);transform:translateY(-10px) rotate(-2deg)}}
@media screen and (max-width: 640px){
  .guidance_bnnr.gbnr_btm{
    top: 0;
  }
  .guidance_bnnr_link{
    padding: 5vw 0;
    width: 100%;
  }
  .guidance_bnnr_pkg{
    height: 24vw;
    width: 30vw;
  }
  .guidance_bnnr_detail{
    width: calc( 100% - 30vw );
  }
  .gbnnr_subtxt{
    font-size: 1.6rem;
  }
  .gbnnr_maintxt{
    font-size: 2.25rem;
  }
  .gbnnr_maintxt span{
    font-size: 1.9rem;
  }
  .gbnnr_note_txt1{
    display: table;
    margin-bottom: 5px;
  }
}

/*line_prescription_sponly*/
.line_prescription_sponly{
  pointer-events: none;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 640px){
  .line_prescription_sponly{
    pointer-events: auto;
  }
}
/*sp_induction_bnr*/
.sp_induction_bnr{
  position: relative;
  margin-bottom: 8vw;
  width: 100%;
  display: none;
}
.sp_induction_link{
  display: block;
  position: relative;
  padding: 15px 0;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none!important;
  border-radius: 15px;
  overflow: hidden;
}
/*bnr_link_deal*/
.bnr_link_deal{
  position: relative;
  background-color: #b5ae96;
}
.bnr_link_deal::before{
  content: '';
  position: absolute;
  width: 8vw;
  height: 8vw;
  top: 50%;
  left: 18px;
  transform: translate(0,-50%);
  background-image: url("../img/icon_bnr_arrw1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bnr_link_deal::after{
  content: '';
  position: absolute;
  width: 32vw;
  height: 16vw;
  top: 50%;
  right: -12vw;
  transform: translate(0,-50%);
  background-image: url("../img/illust_jagge1.svg");
  background-repeat: no-repeat;
  background-position: left 0 center;
  background-size: auto 100%;
}
/*bnr_link_sorethroat*/
.bnr_link_sorethroat{
  position: relative;
  background-color: #a099d9;
}
.bnr_link_sorethroat::before{
  content: '';
  position: absolute;
  width: 8vw;
  height: 8vw;
  top: 50%;
  left: 18px;
  transform: translate(0,-50%);
  background-image: url("../img/icon_bnr_arrw2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bnr_link_sorethroat::after{
  content: '';
  position: absolute;
  width: 32vw;
  height: 16vw;
  top: 50%;
  right: -12vw;
  transform: translate(0,-50%);
  background-image: url("../img/illust_jagge2.svg");
  background-repeat: no-repeat;
  background-position: left 0 center;
  background-size: auto 100%;
}
@media screen and (max-width: 640px){
  .sp_induction_bnr{
    display: block;
  }
}

/*follow_link*/
.follow_link{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(244,244,244,0.8);
  box-sizing: border-box;
  border-top: 1px solid #00a0e9;
  z-index: 50;
  display: none;
}
.follow_link_ttl{
  position: absolute;
  width: 230px;
  height: 30px;
  top: -15px;
  left: 50%;
  transform: translate(-50%,0);
  font-size: 1.4rem;
  line-height: 26px;
  text-align: center;
  color: #00a0e9;
  font-weight: bold;
  letter-spacing: 1px;
  font-feature-settings: "palt";
  border-radius: 100vh;
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #00a0e9;
  z-index: 2;
}
.follow_link .follow_link_innr{
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
  width: 95%;
}
.follow_link .link_prod_list_flex{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.follow_link .link_prod_list {
  position: relative;
  display: flex;
  justify-content: center;
  list-style: none;
}
.follow_link .link_prod_list + .link_prod_list{
  margin-left: 15px;
}
.follow_link .link_prod_list li{
  position: relative;
  margin-right: 15px;
  text-align: center;
}
.follow_link .link_prod_list li:last-child{
  margin-right: 0;
}
.follow_link .link_prod_list a{
  display: block;
  padding: 7px 25px 7px 10px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition:0.3s;
  box-sizing: border-box;
}
.follow_link .link_lead_txt1{
  position: relative;
  font-feature-settings: "palt";
  font-size:1.2rem;
  z-index: 5;
}
.follow_link .link_lead_txt2{
  position: relative;
  font-size:1.4rem;
  z-index: 5;
}
.follow_link .link_prod_list a:hover{
  opacity: 1;
}
.follow_link .link_prod_list a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
}
.follow_link .link_prod_list a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  z-index: 3;
}
.follow_link .link_btn1{
  position: relative;
  color: #cc9500;
  background-color: #fff6ca;
  border: 2px solid #cc9500;
}
.follow_link .link_btn1:hover{
  color: #fff;
  background-color: #cc9500;
}
.follow_link .link_btn1::after{
  border-top: 2px solid #cc9500;
  border-right: 2px solid #cc9500;
}
.follow_link .link_btn2{
  position: relative;
  color: #7bcd02;
  background-color: #f2ffca;
  border: 2px solid #7bcd02;
}
.follow_link .link_btn2:hover{
  color: #fff;
  background-color: #7bcd02;
}
.follow_link .link_btn2::after{
  border-top: 2px solid #7bcd02;
  border-right: 2px solid #7bcd02;
}
.follow_link .link_btn3{
  position: relative;
  color: #eb0032;
  background-color: #ffd5de;
  border: 2px solid #eb0032;
}
.follow_link .link_btn3:hover{
  color: #fff;
  background-color: #eb0032;
}
.follow_link .link_btn3::after{
  border-top: 2px solid #eb0032;
  border-right: 2px solid #eb0032;
}
.follow_link .link_btn4{
  position: relative;
  color: #1db11d;
  background-color: #cdfecc;
  border: 2px solid #1db11d;
}
.follow_link .link_btn4:hover{
  color: #fff;
  background-color: #1db11d;
}
.follow_link .link_btn4::after{
  border-top: 2px solid #1db11d;
  border-right: 2px solid #1db11d;
}
.follow_link .link_btn5{
  position: relative;
  color: #1cb67e;
  background-color: #ccffee;
  border: 2px solid #1cb67e;
}
.follow_link .link_btn5:hover{
  color: #fff;
  background-color: #1cb67e;
}
.follow_link .link_btn5::after{
  border-top: 2px solid #1cb67e;
  border-right: 2px solid #1cb67e;
}
.follow_link .link_btn6{
  position: relative;
  color: #07b300;
  background-color: #ccffca;
  border: 2px solid #07b300;
}
.follow_link .link_btn6:hover{
  color: #fff;
  background-color: #07b300;
}
.follow_link .link_btn6::after{
  border-top: 2px solid #07b300;
  border-right: 2px solid #07b300;
}
.follow_link .link_btn7{
  position: relative;
  color: #ba4c91;
  background-color: #ffd9f6;
  border: 2px solid #ba4c91;
}
.follow_link .link_btn7:hover{
  color: #fff;
  background-color: #ba4c91;
}
.follow_link .link_btn7::after{
  border-top: 2px solid #ba4c91;
  border-right: 2px solid #ba4c91;
}
.follow_link .link_btn8{
  position: relative;
  color: #0f867f;
  background-color: #e7faf9;
  border: 2px solid #0f867f;
}
.follow_link .link_btn8:hover{
  color: #fff;
  background-color: #0f867f;
}
.follow_link .link_btn8::after{
  border-top: 2px solid #0f867f;
  border-right: 2px solid #0f867f;
}
@media screen and (max-width: 640px){
  .follow_link{
    display: none!important;
    opacity: 0!important;
  }
  .follow_link .follow_link_innr{
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .follow_link .link_prod_list_flex{
    display: block;
  }
  .follow_link .link_prod_list{
    display: block;
    width: 100%;
  }
  .follow_link .link_prod_list + .link_prod_list{
    margin-left: 0;
    margin-top: 2vw;
  }
  .follow_link .link_prod_list li{
    margin-right: 0;
    margin-bottom: 3vw;
    width: 100%;
  }
  .follow_link .link_prod_list li:last-child{
    margin-bottom: 0;
    margin-right: 0;
  }
  .follow_link .link_prod_list a{
    padding: 2vw;
    padding-right: 3vw;
  }
  .follow_link .link_prod_list a::before {
    right: 2px;
    width: 15px;
    height: 15px;
  }
  .follow_link .link_prod_list a::after {
    right: 8px;
    width: 6px;
    height: 6px;
  }
  /*sp_list_flex*/
  .follow_link .link_prod_list.sp_list_flex{
    display: flex;
  }
  .follow_link .link_prod_list.sp_list_flex li{
    margin-bottom: 0;
    margin-right: 2vw;
  }
  .follow_link .link_prod_list.sp_list_flex a{
    padding: 1vw 2vw;
  }
  .follow_link .link_lead_txt1{
    font-size:1.3rem;
  }
  .follow_link .link_lead_txt2{
    font-size:1.4rem;
  }
  .follow_link .link_lead_txt1.sp_indention{
    display: block;
    font-size:1rem;
  }
  .follow_link .link_btn1:hover{
    color: #cc9500;
    background-color: #fff6ca;
  }
  .follow_link .link_btn2:hover{
    color: #7bcd02;
    background-color: #f2ffca;
  }
  .follow_link .link_btn3:hover{
    color: #eb0032;
    background-color: #ffd5de;
  }
  .follow_link .link_btn4:hover{
    color: #1db11d;
    background-color: #cdfecc;
  }
  .follow_link .link_btn5:hover{
    color: #1cb67e;
    background-color: #ccffee;
  }
  .follow_link .link_btn6:hover{
    color: #07b300;
    background-color: #ccffca;
  }
}

/*toc_heading*/
.toc_heading{
  position: absolute;
  margin-top: -20px;
  padding-top: 20px;
}
/*toc_container*/
.toc_container{
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 25px;
  width: 100%;
  max-width: 575px;
  line-height: 1.6;
  text-align: left;
  border-radius: 15px;
  background-color: #f4f4f4;
}
.toc_container.txtclr_brown a{
  color: #958b6a;
  font-feature-settings: "palt";
}
.toc_container.txtclr_green a{
  color: #2bacb5;
}
.toc_container.txtclr_pink a{
  color: #ff8484;
}
.toc_container.txtclr_brown2 a{
  color: #aca000;
}
.toc_container.txtclr_purple a{
  color: #6a5bd6;
}
.toc_container.txtclr_green2 a{
  color: #25bda6;
}
.toc_container.txtclr_pink2 a{
  color: #ce0080;
  font-feature-settings: "palt";
}
.toc_container.txtclr_green3 a{
  color: #00c3ad;
  font-feature-settings: "palt";
}

.toc_container .toc_title{
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #666;
  border-bottom: 1px solid #dcdcdc;
}
.toc_container .toc_list{
  position: relative;
  list-style: none;
  font-feature-settings: "palt";
}
.toc_container .toc_list li{
  position: relative;
  margin-bottom: 15px;
}
.toc_container .toc_list li:last-child{
  margin-bottom: 0;
}
.toc_container .toc_sublist{
  position: relative;
  margin-top: 10px;
  padding-left: 2rem;
  list-style: none;
}
.toc_container .toc_sublist li{
  position: relative;
  margin-bottom: 5px;
}
.toc_container .toc_list_link{
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  transition: .4s;
  padding-left:1em;
	text-indent:-1em;
}
.toc_container .toc_list_link2{
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
  text-decoration: none;
  transition: .4s;
  padding-left:2em;
	text-indent:-2em;
}
.toc_container .toc_list_link:hover,
.toc_container .toc_list_link2:hover{
  opacity: 0.7;
}
/*source_link*/
.source_link{
  position: relative;
  margin-bottom: 5.5rem;
  color: #ce0080;
  line-height: 1.8;
}
.source_link a{
  margin: 0;padding: 0;
  position: relative;
  display: table;
  color: #ce0080;  
  text-decoration: underline;
}
@media screen and (max-width: 640px){
  .toc_container{
    margin-bottom: 10vw;
    padding: 5vw;
  }
  .toc_container .toc_title{
    margin-bottom: 4vw;
    padding-bottom: 2vw;
    font-size: 1.8rem;
  }
  .toc_container .toc_list li{
    margin-bottom: 3vw;
  }
  .toc_container .toc_list_link{
    font-size: 1.8rem;
  }
  .toc_container .toc_list_link2{
    font-size: 1.6rem;
  }
  .toc_container .toc_list_link:hover,
  .toc_container .toc_list_link2:hover{
    opacity: 1;
  }
}

.clearfix{*zoom:1}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}
.hierarchy2 .whole{border-bottom:1px solid #e1e1e1}.dcrtin{background:url(../img/bg_h2nd_gray.gif) 0 0 repeat-x;position:relative}
.breadcrumb{padding-top:20px;padding-top:2rem;margin-bottom:20px;margin-bottom:2rem}
.breadcrumb:after,.breadcrumb:before{content:" ";display:table}
.breadcrumb:after{clear:both}
.breadcrumb li{padding-left:19px;background:url(../img/breadcrumb.gif) 0 center no-repeat;float:left;letter-spacing:normal;font-size:11px;font-size:1.1rem;line-height:20px;line-height:2rem;line-height:1.1;font-family:游ゴシック,YuGothic,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,Arial,verdana,sans-serif;color:#555}
.breadcrumb li:first-child{padding-left:0;background:none}
.breadcrumb li a{text-decoration:none;color:inherit}
.breadcrumb li a:active,.breadcrumb li a:hover,.breadcrumb li a:visited{text-decoration:underline}
.contents-blk{width:695px;float:left;font-family:游ゴシック,YuGothic,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,Arial,verdana,sans-serif;margin-bottom:2pc;margin-bottom:3.2rem}
.nav-blk{width:190px;float:right}
.nav-blk .item-row:after,.nav-blk .item-row:before{content:" ";display:table}
.nav-blk .item-row:after{clear:both}
.nav-blk .item-col{position:relative;min-height:1px}
/*item*/
.item{
  display:block;
  width:100%;
  margin:0 auto;
  background-image:url(../img/h2nd_items.png?ver=20221028);
  background-repeat:no-repeat;
  background-size:305.26316%;
  margin-bottom:20px;
  margin-bottom:2rem;
}
.item>a.item-embed{text-decoration:none}
.current-pg .item>a.item-embed .active,.item>a.item-embed:hover .active{opacity:1;filter:alpha(opacity=100)}
.current-pg .item>a.item-embed .copy,.item>a.item-embed:hover .copy{color:#fff}
.item-embed{
  position:relative;
  display:block;
  height:0;
  overflow:hidden;
  padding-bottom:76.84211%;
}
.item-embed .active{
  position:absolute;
  top:0;left:0;
  width:100%;
  height:100%;
  background-image:url(../img/h2nd_items_o.png?ver=20221028);
  background-repeat:no-repeat;
  background-size:305.26316%;
  opacity:0;
  filter:alpha(opacity=0);
}
.item-embed .copy{
  position:relative;
  font-family:游ゴシック,YuGothic,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,Arial,verdana,sans-serif;
  color:#000;
  width:82.10526%;
  margin-left:auto;
  margin-right:auto;
  margin-top:34.21053%;
  padding-top:6.31579%;
  font-size:13px;
  font-size:1.3rem;
  line-height:20px;
  line-height:2rem;
  line-height:1.53846;
  -webkit-transition:color .3s ease-out;
  transition:color .3s ease-out;
}*+html .item-embed .copy{top:44%}
.coming-soon .item-embed .copy{color:#bfbfbf}
.item-embed .copy.line-two{padding-top:11.57895%}
.item-embed .copy.line-one{padding-top:12.63158%;line-height:1pc;line-height:1.6rem}
.item0 .item,.item0 .item-embed .active{background-position:0 0}
.item1 .item,.item1 .item-embed .active{background-position:50% 0}
.item2 .item,.item2 .item-embed .active{background-position:100% 0}
.item3 .item,.item3 .item-embed .active{background-position:0 50%}
.item4 .item,.item4 .item-embed .active{background-position:50% 50%}
.item5 .item,.item5 .item-embed .active{background-position:100% 50%}
.item6 .item,.item6 .item-embed .active{background-position:0 100%}
.item7 .item,.item7 .item-embed .active{background-position:50% 100%}
.item8 .item,.item8 .item-embed .active{background-position:100% 100%}
.item9 .item,.item9 .item-embed .active{
  font-feature-settings: "palt";
  background-position: center;
  background-size: cover;
}
.item9 .item,.item9 .item-embed{
  background-image:url(../img/sekitan_thb_throat_off.png?ver=20221028);
  background-size: cover;
}
.item9 .item,.item9 .item-embed .active{
  background-image:url(../img/sekitan_thb_throat_on.png?ver=20221028);
}
.item10 .item,.item10 .item-embed .active{
  font-feature-settings: "palt";
  background-position: center;
  background-size: cover;
}
.item10 .item,.item10 .item-embed{
  background-image:url(../img/thb_infl_throat_off.png?ver=20231010);
  background-size: cover;
}
.item10 .item,.item10 .item-embed .active{
  background-image:url(../img/thb_infl_throat_on.png?ver=20231010);
}
.item11 .item,.item11 .item-embed .active{
  font-feature-settings: "palt";
  background-position: center;
  background-size: cover;
}
.item11 .item,.item11 .item-embed{
  background-image:url(../img/thb_sumcold_off.png?ver=20240620);
  background-size: cover;
}
.item11 .item,.item11 .item-embed .active{
  background-image:url(../img/thb_sumcold_on.png?ver=20240620);
}
/*foot-sec*/
.foot-sec{
  background-color:#f9f9f9;
  padding-top:42px;
  padding-top:4.2rem;
  padding-bottom:22px;
  padding-bottom:2.2rem;
  margin-bottom:5pc;
  margin-bottom:8rem;
}
.foot-sec .footer-nav-blk{width:92.63158%;margin-left:auto;margin-right:auto}
.foot-sec .footer-nav-blk:after,.foot-sec .footer-nav-blk:before{content:" ";display:table}
.foot-sec .footer-nav-blk:after{clear:both}
.foot-sec .item-col{float:left;width:25%;margin-bottom:2rem}
.foot-sec .item{margin:0 auto;width:190px}

/*sekitan_link*/
.sekitan_link{
  position: relative;
  margin: 0 0 50px 0;
  margin-top: 80px;
  padding:0;
}
.link_prod_ttl{
  position: relative;
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #00a0e9;
  letter-spacing: 1px;
  font-feature-settings: "palt";
}
.link_prod_ttl::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 31px;
  left: -30px;
  bottom: -2px;
  background-image: url(../../kazelab/img/icon_speech_left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 31px;
}
.link_prod_ttl::after {
  content: '';
  position: absolute;
  width: 19px;
  height: 31px;
  right: -30px;
  bottom: -2px;
  background-image: url(../../kazelab/img/icon_speech_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 31px;
}
.sekitan_link .sekitan_link_list{
  position: relative;
  display: flex;
  justify-content: center;
  list-style: none;
}
.sekitan_link .sekitan_link_list li{
  position: relative;
  margin-right: 15px;
  text-align: center;
}
.sekitan_link .sekitan_link_list li:last-child{
  margin-right: 0;
}
.sekitan_link .sekitan_link_list a{
  display: block;
  padding: 10px 30px 10px 10px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition:0.3s;
  box-sizing: border-box;
}
.sekitan_link .link_lead_txt1{
  font-feature-settings: "palt";
  font-size:1.2rem;
}
.sekitan_link .link_lead_txt2{
  font-size:1.4rem;
}
.sekitan_link .sekitan_link_list a:hover{
  opacity: 1;
}
.sekitan_link .sekitan_link_list a::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
}
.sekitan_link .sekitan_link_list a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  z-index: 3;
}
.sekitan_link .link_btn1{
  position: relative;
  color: #cc9500;
  background-color: #fff6ca;
  border: 2px solid #cc9500;
}
.sekitan_link .link_btn1:hover{
  color: #fff;
  background-color: #cc9500;
}
.sekitan_link .link_btn1::after{
  border-top: 2px solid #cc9500;
  border-right: 2px solid #cc9500;
}
.sekitan_link .link_btn2{
  position: relative;
  color: #7bcd02;
  background-color: #f2ffca;
  border: 2px solid #7bcd02;
}
.sekitan_link .link_btn2:hover{
  color: #fff;
  background-color: #7bcd02;
}
.sekitan_link .link_btn2::after{
  border-top: 2px solid #7bcd02;
  border-right: 2px solid #7bcd02;
}
.sekitan_link .link_btn3{
  position: relative;
  color: #eb0032;
  background-color: #ffd5de;
  border: 2px solid #eb0032;
}
.sekitan_link .link_btn3:hover{
  color: #fff;
  background-color: #eb0032;
}
.sekitan_link .link_btn3::after{
  border-top: 2px solid #eb0032;
  border-right: 2px solid #eb0032;
}
.sekitan_link .link_btn4{
  position: relative;
  color: #1db11d;
  background-color: #cdfecc;
  border: 2px solid #1db11d;
}
.sekitan_link .link_btn4:hover{
  color: #fff;
  background-color: #1db11d;
}
.sekitan_link .link_btn4::after{
  border-top: 2px solid #1db11d;
  border-right: 2px solid #1db11d;
}
.sekitan_link .link_btn5{
  position: relative;
  color: #1cb67e;
  background-color: #ccffee;
  border: 2px solid #1cb67e;
}
.sekitan_link .link_btn5:hover{
  color: #fff;
  background-color: #1cb67e;
}
.sekitan_link .link_btn5::after{
  border-top: 2px solid #1cb67e;
  border-right: 2px solid #1cb67e;
}
.sekitan_link .link_btn6{
  position: relative;
  color: #07b300;
  background-color: #ccffca;
  border: 2px solid #07b300;
}
.sekitan_link .link_btn6:hover{
  color: #fff;
  background-color: #07b300;
}
.sekitan_link .link_btn6::after{
  border-top: 2px solid #07b300;
  border-right: 2px solid #07b300;
}
.sekitan_link .link_btn7{
  position: relative;
  color: #ba4c91;
  background-color: #ffd9f6;
  border: 2px solid #ba4c91;
}
.sekitan_link .link_btn7:hover{
  color: #fff;
  background-color: #ba4c91;
}
.sekitan_link .link_btn7::after{
  border-top: 2px solid #ba4c91;
  border-right: 2px solid #ba4c91;
}
.sekitan_link .link_btn8{
  position: relative;
  color: #0f867f;
  background-color: #e7faf9;
  border: 2px solid #0f867f;
}
.sekitan_link .link_btn8:hover{
  color: #fff;
  background-color: #0f867f;
}
.sekitan_link .link_btn8::after{
  border-top: 2px solid #0f867f;
  border-right: 2px solid #0f867f;
}
@media screen and (max-width:769px){
  .sekitan_link{
    margin: 12vw 0;
  }
  .sekitan_link .sekitan_link_list{
    display: block;
    width: 100%;
  }
  .sekitan_link .sekitan_link_list li{
    margin-right: 0;
    margin-bottom: 3vw;
    width: 100%;
  }
  .sekitan_link .sekitan_link_list li:last-child{
    margin-bottom: 0;
  }
  .sekitan_link .sekitan_link_list a{
    padding: 2vw;
  }
  .sekitan_link .link_lead_txt1{
    font-size:1.3rem;
  }
  .sekitan_link .link_lead_txt2{
    font-size:1.6rem;
  }
  .sekitan_link .link_btn1:hover{
    color: #cc9500;
    background-color: #fff6ca;
  }
  .sekitan_link .link_btn2:hover{
    color: #99c726;
    background-color: #f2ffca;
  }
  .sekitan_link .link_btn3:hover{
    color: #eb0032;
    background-color: #ffd5de;
  }
  .sekitan_link .link_btn4:hover{
    color: #1db11d;
    background-color: #cdfecc;
  }
  .sekitan_link .link_btn5:hover{
    color: #1cb67e;
    background-color: #ccffee;
  }
  .sekitan_link .link_btn6:hover{
    color: #07b300;
    background-color: #ccffca;
  }
}

/*-----summer_cold-----*/
.summer_cold .contents-sec{
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
.summer_cold .mod-intro .figure{
  position: relative;
}
.summer_cold .mod-intro .figure::after{
  content: '';
  position: absolute;
  width: 157px;
  height: 124px;
  bottom: -15px;
  right: 125px;
  background-image: url("../img/sumcold_kv_illust.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}
.summer_cold .mod-intro .title{
  font-feature-settings: "palt";
}
.summer_cold .ttl{
  font-size: 2.1rem;
  color: #00c3ad;
  /*font-feature-settings: "palt";*/
}
.summer_cold .contents-sec img{
  margin: 0;padding: 0;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.summer_cold .contents-sec.q1 .ttl{background-image: url(../img/icon_sumcold_no1.png);}
.summer_cold .contents-sec.q2 .ttl{background-image: url(../img/icon_sumcold_no2.png);}
.summer_cold .contents-sec.q3 .ttl{background-image: url(../img/icon_sumcold_no3.png);}
.summer_cold .contents-sec.q4 .ttl{background-image: url(../img/icon_sumcold_no4.png);}
.summer_cold .contents-sec.q5 .ttl{background-image: url(../img/icon_sumcold_no5.png);}
.summer_cold .contents-sec.q6 .ttl{background-image: url(../img/icon_sumcold_no6.png);}
.summer_cold .contents-sec.q7 .ttl{background-image: url(../img/icon_sumcold_no7.png);}
.sumcold_frame1{
  position: relative;
  padding: 7% 10%;
  border-radius: 15px;
  background-color: #f4f8f8;
}
.sumcold_fig_title01{
  position: relative;
  display: table;
  margin: 0 auto 40px auto;
  padding: 0 45px;
  width: 100%;
  max-width: 400px;
  height: 40px;
  font-size: 2rem;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background-color: #00c3ad;
}
.fig_sumcold_txt{
  font-size: 1.5rem;
  line-height: 1.8;
  color: #000;
}
.fig_sumcold_sect{
  position: relative;
}
.fig_sumcold_sect + .fig_sumcold_sect{
  padding-top: 40px;
}
.fig_sumcold_sect2{
  position: relative;
  padding-top: 30px;
}
.fig_sumcold_txt + .fig_sumcold_sect {
  margin-top: 30px;
}
.fig_sumcold_ttl{
  font-size: 2rem;
  line-height: 1.8;
  color: #00c3ad;
  border-bottom: 1px solid #00c3ad;
  margin-bottom: 2.3%;
}
.sumcold_frame1_sect{
  position: relative;
  padding: 0;
  border-radius: 15px;
  background-color: #fff;
  border: 1px dotted #00c3ad;
}
.sumcold_frame1_sect + .sumcold_frame1_sect{
  margin-top: 30px;
}
.fig_sumcold_txt + .sumcold_frame1_sect {
  margin-top: 30px;
}
.sumcold_frame1_sect_innr{
  position: relative;
  padding: 5%;
  padding-top: 3%;
}
.fig_sumcold_ttl2{
  position: relative;
  display: block;
  padding-top: 2%;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.7;
  color: #00c3ad;
  border-bottom: 1px solid #00c3ad;
}
.fig_sumcold_link {
  margin-top: 10px;
}
.fig_sumcold_link a{
  font-size: 1.2rem;
  line-height: 1.6;
  color: #00c3ad;
  text-decoration: underline;
}
.sumcold_frame2{
  position: relative;
  margin-bottom: 11.51079%;
  padding: 7% 10%;
  padding-bottom: 8%;
  box-sizing: border-box;
  outline: 1px solid #00c3ad;
  outline-offset: -1px;
  background-color: #f4f8f8;
}
.sumcold_frame2::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background-image: url(../img/memo_fold5.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}
.sumcold_fig_title02{
  position: relative;
  display: table;
  margin: 0 auto 40px auto;
  padding: 0 45px;
  width: 100%;
  max-width: 400px;
  height: 40px;
  font-size: 2rem;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background-color: #00c3ad;
}
.sumcold_frame3{
  position: relative;
  padding: 7% 10%;
  border-radius: 15px;
  background-color: #f4f8f8;
}
.sumcold_frame3 + .sumcold_frame3{
  margin-top: 30px;
}
.sumcold_fig_title03{
  position: relative;
  display: block;
  margin-bottom: 40px;
  padding: 14px 0;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #00c3ad;
  border-top: 2px solid #00c3ad;
  border-bottom: 2px solid #00c3ad;
  background-color: #fff;
}
.sumcold_fig_title03 span{
  display: block;
  padding-top: 7px;
  font-size: 1.2rem;
}
.sumcold_fig_title03 a{
  text-decoration: none;
  color: #00c3ad;
}
.contents_sec_list{
  position: relative;
  margin-bottom: 3.7rem;
  display: flex;
  align-items: center;
}
.contents_sec_list .txt{
  margin-bottom: 0!important;
  width: calc( 100% - 170px );
}
.sumcold_illust1{
  margin-left: 50px;
  width: 120px;
}
.sumcold_frame4{
  position: relative;
  margin-bottom: 11.51079%;
  padding: 8% 10%;
  box-sizing: border-box;
  outline: 1px solid #00c3ad;
  outline-offset: -1px;
  background-color: #fff;
}
.sumcold_frame4::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 15px;
  width: 12px;
  height: calc(100% - 15px);
  background-image: url(../img/memo_dot5.png);
  background-repeat: repeat-y;
  background-position: top 15px center;
  background-size: 12px auto;
  pointer-events: none;
}
.sumcold_frame4::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background-image: url(../img/memo_fold5.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}
.sumcold_fig_title04{
  position: relative;
  margin-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  color: #00c3ad;
  display: flex;
  align-items: center;
}
.sumcold_fig_title04 .ttl_point{
  display: inline-block;
  margin-right: 15px;
  width: 120px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 100vh;
  background-color: #00c3ad;
}
/*sumcold_table*/
.sumcold_table {
  margin-top: 25px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
  border-collapse: collapse;
  background-color: #e5f9f7;
}
.sumcold_table th,td{
  padding: 10px 10px;
  border: 1px solid #fff;
}
.sumcold_table .table_ttl{
  color: #fff;
  text-align: center;
  background-color: #00c3ad;
}
.sumcold_table .table_subttl{
  color: #fff;
  white-space: nowrap;
  background-color: #44d3c3;
}
.sumcold_table .table_list{
  list-style: none;
}
.sumcold_table .table_list li{
  text-indent: -1em;
  padding-left: 1em;
}
.sumcold_fig_title05{
  position: relative;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.8;
  color: #00c3ad;
  border-bottom: 1px solid #00c3ad;
}
.fig_sumcold_sect_list{
  position: relative;
  display: flex;
  align-items: flex-start;
}
.fig_sumcold_sect_list .fig_sumcold_txt{
  width: calc( 100% - 205px );
}
.sumcold_illust2{
  margin-left: 30px;
  width: 175px;
}
.sumcold_frame5{
  position: relative;
  padding: 0;
  border-radius: 15px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
}
.sumcold_frame5 + .sumcold_frame5{
  margin-top: 30px;
}
.sumcold_fig_qtitle{
  position: relative;
  display: block;
  padding: 12px;
  padding-left: 60px;
  padding-right: 30px;
  font-size: 1.8rem;
  line-height: 35px;
  font-weight: bold;
  font-feature-settings: "palt";
  color: #00c3ad;
  border-bottom: 1px solid #e8e8e8;
}
.sumcold_fig_qtitle::before{
  content: 'Q';
  position: absolute;
  width: 35px;
  height: 35px;
  font-size: 2rem;
  line-height: 35px;
  text-align: center;
  color: #fff;
  left: 12px;
  top: 50%;
  transform: translate(0,-50%);
  border-radius: 50%;
  background-color: #00c3ad;
}
.fig_sumcold_atxt{
  position: relative;
  padding-top: 20px;
  padding-left: 60px;
  padding-bottom: 30px;
  padding-right: 30px;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #000;
}
.fig_sumcold_atxt::before{
  content: 'A';
  position: absolute;
  left: 12px;
  top: 24px;
  width: 35px;
  height: auto;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: #00c3ad;
}
.fig_sumcold_atxt_link{
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #00c3ad;
  text-decoration: underline;
}
.summer_cold .source_link{
  color: #00c3ad!important;
}
.source_btm_link {
  display: block;
  padding-top: 10px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #00c3ad!important;
  text-decoration: underline;
}
@media screen and (max-width:769px){
  .fig_sumcold_sect2{
    padding-top: 6vw;
  }
  .summer_cold .mod-intro .figure {
    background-image: url(../img/sumcold_kv_sp.png);
  }
  .summer_cold .mod-intro .figure::after{
    width: 27.2vw;
    height: 21.5vw;
    bottom: -4vw;
    right: 9vw;
  }
  .sumcold_frame1{
    padding: 7%;
  }
  .sumcold_fig_title01{
    margin-bottom: 6vw;
  }
  .fig_sumcold_txt + .fig_sumcold_sect {
    margin-top: 5vw;
  }
  .fig_sumcold_txt + .sumcold_frame1_sect{
    margin-top: 5vw;
  }
  .sumcold_frame1_sect + .sumcold_frame1_sect {
    margin-top: 5vw;
  }
  .fig_sumcold_sect + .fig_sumcold_sect {
    padding-top: 8vw;
  }
  .fig_sumcold_ttl2{
    font-size: 2rem;
  }
  .sumcold_fig_title02{
    margin-bottom: 6vw;
  }
  .sumcold_frame2{
    padding: 7%;
  }
  .sumcold_frame2::after{
    width: 40px;
    height: 40px;
  }
  .contents_sec_list .txt {
    width: calc(100% - 30vw);
  }
  .sumcold_illust1 {
    margin-left: 5vw;
    width: 25vw;
  }
  .sumcold_frame3{
    padding: 7%;
  }
  .sumcold_fig_title03{
    padding: 2vw 0;
    margin-bottom: 6vw;
  }
  .sumcold_frame4{
    padding-left: 12%;
  }
  .sumcold_frame4::after {
    width: 40px;
    height: 40px;
  }
  .sumcold_fig_title04{
    margin-bottom: 6vw;
    display: block;
    font-size: 2.2rem;
  }
  .sumcold_fig_title04 .ttl_point{
    display: block;
    margin-right: 0;
    margin-bottom: 3vw;
    width: 26vw;
  }
  .fig_sumcold_sect_list{
    display: block;
  }
  .fig_sumcold_sect_list .fig_sumcold_txt{
    width: 100%;
    margin-bottom: 5vw;
  }
  .sumcold_illust2{
    margin: 0 auto;
    width: 45vw;
  }
  .sumcold_fig_title05{
    margin-bottom: 4vw;
  }
  .sumcold_fig_qtitle{
    padding: 10px;
    padding-left: 13vw;
    line-height: 1.6;
  }
  .sumcold_fig_qtitle::before{
    left: 8px;
  }
  .fig_sumcold_atxt{
    padding-top: 15px;
    padding-left: 13vw;
    padding-bottom: 20px;
    padding-right: 20px;
  }
  .fig_sumcold_atxt::before{
    left: 8px;
  }
}

/*-----throat2-----*/
.throat2 .mod-intro .title{
  font-feature-settings: "palt";
}
.throat2 .ttl{
  font-size: 2.1rem;
  color: #ce0080;
}
.throat2 .contents-sec img{
  margin: 0;padding: 0;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.throat2 .contents-sec.q1 .ttl{background-image: url(../img/icon_pink2_no1.png);}
.throat2 .contents-sec.q2 .ttl{background-image: url(../img/icon_pink2_no2.png);}
.throat2 .contents-sec.q3 .ttl{background-image: url(../img/icon_pink2_no3.png);}
.throat2 .contents-sec.q4 .ttl{background-image: url(../img/icon_pink2_no4.png);}
.throat2 .contents-sec.q5 .ttl{background-image: url(../img/icon_pink2_no5.png);}
.fig_throat2_frame2 {
  position: relative;
  margin-bottom: 11.51079%;
  padding: 5%;
  padding-bottom: 8%;
  box-sizing: border-box;
  outline: 1px solid #ce0080;
  outline-offset: -1px;
  background-color: #fff;
}
.fig_throat2_frame2::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background-image: url(../img/memo_fold2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.throat2_checklist{
  position: relative;
  list-style: none;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}
.throat2_checklist li{
  display: block;
  position: relative;
  margin-bottom: 15px;
  padding-left: 35px;
}
.throat2_checklist li:last-child{
  margin-bottom: 0;
}
.throat2_checklist li::before{
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  box-sizing: border-box;
  border: 2px solid #ce0080;
  border-radius: 4px;
}

/*-----throat-----*/
.throat .mod-intro .title{
  font-feature-settings: "palt";
}
.throat .ttl{
  font-size: 2.1rem;
  color: #6a5bd6;
  font-feature-settings: "palt";
}
.throat .contents-sec img{
  margin: 0;padding: 0;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.throat .contents-sec.q1 .ttl{background-image: url(../img/icon_purple_no1.png);}
.throat .contents-sec.q2 .ttl{background-image: url(../img/icon_purple_no2.png);}
.throat .contents-sec.q3 .ttl{background-image: url(../img/icon_purple_no3.png);}
.throat .contents-sec.q4 .ttl{background-image: url(../img/icon_purple_no4.png);}
.throat .contents-sec.q5 .ttl{background-image: url(../img/icon_purple_no5.png);}
.throat .contents-sec.q6 .ttl{background-image: url(../img/icon_purple_no6.png);}
.throat .contents-sec.q7 .ttl{background-image: url(../img/icon_purple_no7.png);}
.throat .contents-sec.q8 .ttl{background-image: url(../img/icon_purple_no8.png);}

.contents-sec .fig.fig_center{
  display: table;
  margin: 0 auto;
  margin-bottom: 5rem;
  text-align: center;
}
.throat_fig_title01{
  display: block;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  color: var(--sorethroat-color);
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
  border-bottom: 1px dotted var(--sorethroat-color);
}
.throat_fig_img01{
  margin: 0 auto;
  width: 100%;
  max-width: 590px;
}
.fig_throat_frame1{
  position: relative;
  margin-bottom: 11.51079%;
  padding: 8% 10%;
  border-radius: 12px;
  background-color: #efedf8;
}
.fig_throat_lead{
  position: relative;
  display: table;
  margin: 0 auto 40px auto;
  padding: 0 45px;
  height: 40px;
  font-size: 1.2em;
  line-height: 40px;
  font-weight: bold;
  color: #6a5bd6;
  border-radius: 20px;
  background-color: #fff;
}
.fig_throat_sect{
  position: relative;
  padding-bottom: 6.5%;
}
.fig_throat_sect:last-child{
  padding-bottom: 0;
}
.fig_throat_ttl{
  font-size: 2.2rem;
  line-height: 1.8;
  color: #6a5bd6;
  border-bottom: 1px solid #6a5bd6;
  margin-bottom: 2.3%;
}
.fig_throat_txt{
  font-size: 1.4rem;
  line-height: 1.7;
  color: #000;
}
.fig_throat_link{
  margin-top: 10px;
}
.fig_throat_link a{
  font-size: 1.4rem;
  line-height: 1.6;
  color: #42609c;
  text-decoration: underline;
}
.fig_throat_frame2{
  position: relative;
  margin-bottom: 11.51079%;
  padding: 8% 10%;
  padding-bottom: 15%;
  box-sizing: border-box;
  outline: 1px solid #3f2fb2;
  outline-offset: -1px;
  background-color: #fff;
}
.fig_throat_frame2::before{
  content: '';
  position: absolute;
  top: 2px;
  left: 15px;
  width: 12px;
  height: calc( 100% - 15px);
  background-image: url("../img/memo_dot.png");
  background-repeat: repeat-y;
  background-position: top 15px center;
  background-size: 12px auto;
}
.fig_throat_frame2::after{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background-image: url("../img/memo_fold.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.fig_throat_lead2{
  position: relative;
  margin: 0 auto 40px auto;
  width: 268px;
}
.fig_throat_sect2{
  position: relative;
  padding-bottom: 6.5%;
}
.fig_throat_sect2:last-child{
  padding-bottom: 0;
}
.fig_throat_ttl2{
  position: relative;
  margin-bottom: 2%;
  padding-left: 35px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  color: #6a5bd6;
}
.fig_throat_ttl2::before{
  content: '';
  position: absolute;
  width: 27px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background-image: url("../img/icon_purple_check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fig_throat_txt2{
  flex: 1;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #000;
}
.fig_throat_sect_list{
  position: relative;
  display: flex;
}
.sore_throat_img2{
  margin-left: 20px;
  width: 162px;
}
.sore_throat_img3{
  margin-left: 20px;
  width: 158px;
}
.sore_throat_img4{
  margin-left: 20px;
  width: 138px;
}
.fig_throat_memo{
  position: relative;
  margin-top: 25px;
  padding: 4% 6%;
  border-radius: 10px;
  background-color: #ebeaf7;
}
.fig_throat_memo_ttl{
  margin: 0 auto;
  padding-bottom: 4%;
  width: 66px;
}
.fig_throat_memo_txt{
  font-size: 1.3rem;
  color: #6051cf;
  background-color: #ebeaf7;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #ebeaf7 50%, #ebeaf7 100%),linear-gradient(180deg, #8175d8 1px, transparent 1px);
  background-size: 2px 100%,100% 2.48em;
  line-height: 2.5em;
  padding-bottom: 1px;
}
.txt_bg_white{
  padding: 2px 4px;
  background-color: #fff;
}
/*fig_throat_table*/
.fig_throat_table {
  margin-top: 25px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #000;
  border-collapse: collapse;
  background-color: #e9e7f9;
}
.fig_throat_table th,td{
  padding: 12px 10px;
  border: 1px solid #fff;
}
.fig_throat_table .table_ttl{
  text-align: center;
  color: #fff;
  vertical-align: middle;
  background-color: #6a5bd6;
}
.fig_throat_table .table_subttl{
  font-size: 1.6rem;
  color: #fff;
  white-space: nowrap;
  background-color: #a69de6;
}
.fig_throat_table .txt_nowrap{
  white-space: nowrap;
}
.fig_throat_table .txt_ruby{
  display: block;
  padding-top: 3px;
  font-size: 1.1rem;
  font-feature-settings: "palt";
}
/*fig_throat2_table*/
.fig_throat2_table {
  margin-top: 25px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #000;
  border-collapse: collapse;
  background-color: #fff;
}
.fig_throat2_table th,td{
  padding: 12px 10px;
  border: 1px solid #f4c5e2;
}
.fig_throat2_table .table_ttl{
  vertical-align: middle;
  color: #fff;
  text-align: center;
  background-color: #ae327f;
}
.fig_throat2_table .table_subttl{
  font-size: 1.6rem;
  color: #fff;
  white-space: nowrap;
  background-color: #c2639e;
}
.fig_throat2_table .txt_ruby{
  display: block;
  padding-top: 3px;
  font-size: 1.1rem;
  font-feature-settings: "palt";
}
.fig_throat2_table .no_newline{
  white-space: nowrap;
}
/*throat_profile*/
.throat_profile{
  position: relative;
  margin-bottom: 5rem;
  padding: 20px;
  line-height: 1.7;
  display: flex;
  align-items: center;
  background-color: #efefef;
}
.throat_profile.multi_prof{
  margin-bottom: 2px;
}
.profile_name{
  position: relative;
  padding: 0 40px;
  font-size: 1.5rem;
  white-space: nowrap;
}
.profile_detail{
  position: relative;
  padding-left: 40px;
  font-size: 1.3rem;
  line-height: 1.8;
}
.profile_detail::after{
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media screen and (max-width: 640px){
  .contents-sec{
    margin-bottom: 11vw;
  }
  .contents-sec .fig{
    margin-bottom: 11vw;
  }
  .throat_fig_title01{
    margin-bottom: 2.5rem;
    font-size: 4.8vw;
  }
  .fig_throat_frame1{
    padding: 5vw;
  }
  .fig_throat_lead{
    margin-bottom: 8%;
  }
  .fig_throat_ttl{
    font-size: 2rem;
    line-height: 1.8;
  }
  .fig_throat_lead2{
    margin-bottom: 8%;
    width: 50vw;
  }
  .fig_throat2_frame2 {
    margin-bottom: 11.51079%;
    padding: 6%;
    padding-bottom: 10%;
  }
  .fig_throat2_frame2::after {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  .throat2_checklist{
    font-size: 3.85vw;
  }
  .throat2_checklist li{
    margin-bottom: 15px;
    padding-left: 25px;
  }
  .throat2_checklist li::before{
    width: 16px;
    height: 16px;
    border: 1px solid #ce0080;
    border-radius: 3px;
  }
  .fig_throat_frame2{
    padding-left: 12%;
  }
  .fig_throat_sect_list {
    display: block;
  }
  .fig_throat_txt2 {
    margin-bottom: 7vw;
  }
  .fig_throat_txt2.txt2_nobtm{
    margin-bottom: 0;
  }
  .sore_throat_img2{
    margin: 0 auto;
    width: 162px;
  }
  .sore_throat_img3{
    margin: 0 auto;
    width: 158px;
  }
  .sore_throat_img4{
    margin: 0 auto;
    width: 138px;
  }
  .fig_throat_frame2{
    outline-offset: -2px;
  }
  .fig_throat_frame2::after{
    width: 40px;
    height: 40px;
  }
  .fig_throat_sect2 {
    padding-bottom: 8vw;
  }
  .fig_throat_ttl2 {
    margin-bottom: 5%;
    padding-left: 35px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .fig_throat_memo {
    padding: 6%;
    padding-bottom: 8%;
  }
  .fig_throat_memo_txt{
    font-size: 1.4rem;
  }
  .throat_profile{
    padding: 20px;
    display: block;
  }
  .profile_name{
    padding: 0;
    padding-bottom: 2vw;
    font-size: 1.6rem;
  }
  .profile_detail{
    padding-left: 0;
  }
  .profile_detail::after{
    content:none;
  }
  .fig_throat_table th,td{
    padding: 10px;
  }
  .fig_throat2_table {
    font-size: 3.4vw!important;
  }
  .fig_throat_table .table_ttl{
    font-size: 3.4vw!important;
  }
  .fig_throat2_table .table_col1{
    width: 30%;
  }
  .fig_throat2_table .table_col2{
    width: 40%;
  }
  .fig_throat2_table .table_col3{
    width: 30%;
  }
  .fig_throat2_table .table_subttl{
    font-size: 3.4vw;
    white-space: normal;
  }
  .fig_throat_table .txt_ruby{
    font-size: 2.2vw;
  }
  .fig_throat2_table .no_newline{
    white-space: normal;
  }
}
/*fig_throat2_frame1*/
.fig_throat2_frame1{
  position: relative;
  margin-bottom: 11.51079%;
  padding: 8% 10%;
  border-radius: 12px;
  background-color: #ffeef9;
}
/*fig_throat2_frame3*/
.fig_throat2_frame3{
  position: relative;
  margin-bottom: 11.51079%;
  padding: 3% 0;
}
/*fig_throat2_frame4*/
.fig_throat2_frame4{
  position: relative;
  margin-bottom: 11.51079%;
  padding: 8% 8% 10% 10%;
  box-sizing: border-box;
  outline: 1px solid #ce0080;
  outline-offset: -1px;
  background-color: #ffeef9;
}
.fig_throat2_frame4::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background-image: url(../img/memo_fold3.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.fig_throat2_frame4::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 15px;
  width: 12px;
  height: calc( 100% - 40px);
  background-image: url(../img/memo_dot2.png);
  background-repeat: repeat-y;
  background-position: top 15px center;
  background-size: 12px auto;
}
.txt_howtocare2{
  position: relative;
  margin: 0 auto 40px auto;
  width: 267px;
}
.fig_throat2_lead{
  position: relative;
  display: table;
  margin: 0 auto 40px auto;
  padding: 0 45px;
  width: 410px;
  height: 40px;
  font-size: 1.2em;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  color: #ce0080;
  font-feature-settings: "palt";
  border-radius: 100vh;
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #ce0080;
}
.fig_throat2_lead_txt{
  position: relative;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #000;
}
.fig_throat2_lead2{
  position: relative;
  display: table;
  margin: 0 auto 40px auto;
  padding: 0 45px;
  width: 410px;
  height: 40px;
  font-size: 1.2em;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-feature-settings: "palt";
  border-radius: 100vh;
  background-color: #ce0080;
}
.fig_throat2_sect{
  position: relative;
  padding-bottom: 6.5%;
}
.fig_throat2_lead_txt + .fig_throat2_sect{
  margin-top: 30px;
}
.fig_throat2_sect:last-child{
  padding-bottom: 0;
}
.fig_throat2_ttl{
  font-size: 2.1rem;
  line-height: 1.8;
  color: #ce0080;
  border-bottom: 1px solid #ce0080;
  margin-bottom: 2.3%;
}
.fig_throat2_txt{
  font-size: 1.4rem;
  line-height: 1.7;
  color: #000;
}
.fig_throat2_note1{
  display: block;
  padding-top: 10px;
  font-size: 1.25rem;
}
.fig_throat2_link{
  display: block;
  padding-top: 10px;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #ce0080;
  text-decoration: underline;
}
.fig_throat2_list_frame{
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  padding: 25px;
  border-radius: 12px;
  box-sizing: border-box;
  border: 2px dotted #ce0080;
}
.fig_throat2_list{
  position: relative;
  margin: 0 auto;
  list-style: none;
  width: 100%;
}
.fig_throat2_list li{
  position: relative;
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #000;
  padding-left:1em;
  text-indent:-1em;
}
.fig_throat2_list li:last-child{
  margin-bottom: 0;
}
.fig_throat2_list li::before{
  content: '●';
  padding-right: 5px;
  color: #ce0080;
}
.fig_throat2_list2{
  position: relative;
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.fig_throat2_list2.list_reverse{
  flex-direction: row-reverse;
}
.fig_throat2_sect2{
  position: relative;
  width: calc( 100% - 240px );
}
.fig_throat2_sect2.detail_left{
  margin-right: 20px
}
.fig_throat2_sect2.detail_right{
  margin-left: 20px
}
.sore_throat2_img1{
  position: relative;
  margin: 0 auto;
  width: 220px;
}
@media screen and (max-width:768px){
  .fig_throat2_frame1{
    padding: 5vw;/*8%;*/
  }
  .fig_throat2_frame4{
    padding-left: 12%;
    padding-bottom: 15%;
    outline-offset: -2px;
  }
  .fig_throat2_frame4::after {
    width: 40px;
    height: 40px;
  }
  .txt_howtocare2{
    margin-bottom: 8%;
    width: 50vw;
  }
  
  .fig_throat2_list2{
    margin-top: 10vw;
    display: block;
  }
  .fig_throat2_list2.list_reverse{
    flex-direction: row;
  }
  .fig_throat2_sect2{
    width: 100%;
  }
  .fig_throat2_sect2.detail_left{
    margin-right: 0
  }
  .fig_throat2_sect2.detail_right{
    margin-left: 0
  }
  .sore_throat2_img1{
    margin-top: 5vw;
    width: 50vw;
  }
  .fig_throat2_lead{
    margin-bottom: 5vw;
    padding: 0 6%;
    width: 100%;
    font-size: 4vw;
  }
  .fig_throat2_lead_txt{
    font-size: 3.8vw;
  }
  .fig_throat2_lead_txt + .fig_throat2_sect{
    margin-top: 6vw;
  }
  .fig_throat2_lead.sp_lead_ttl{
    padding: 2vw 0;
    height: auto;
    line-height: 1.6;
  }
  .fig_throat2_lead2{
    margin-bottom: 6vw;
    padding: 0 6%;
    width: 100%;
    font-size: 4vw;/*1.2em;*/
  }
  .fig_throat2_lead2.sp_lead_ttl{
    padding: 2vw 0;
    height: auto;
    line-height: 1.6;
  }
  .fig_throat2_ttl {
    /*font-size: 2rem;*/
    line-height: 1.6;
    margin-bottom: 4vw;
    padding-bottom: 1%;
  }
  .fig_throat2_txt{
    font-size: 3.85vw;
    line-height: 1.8;
  }
  .fig_throat2_list_frame{
    margin-top: 6vw;
    padding: 5vw;
  }
  .fig_throat2_list li{
    margin-bottom: 8px;
    font-size: 3.8vw;
  }
}

/*mod-intro*/
.mod-intro{
  margin-bottom:62px;
  margin-bottom:6.2rem;
}
.mod-intro .figure{
  margin-bottom:8.48921%;
  position:relative;
  width: 100%;
}
.mod-intro .figure img{
  margin: 0;padding: 0;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.mod-intro .txt{
  margin-top: 4.02878%;
  font-size: 1.5rem;
  line-height: 2.3;
}
.mod-intro .title{
  font-size:2.2em;
  line-height:1.5em;
  font-feature-settings: "palt";
}
.mod-intro .mod_title{
  position: relative;
  margin-bottom: 40px;
}
.mod-intro .title.ttl_mgnbtm{
  margin-bottom: 40px;
}
.mod-intro .lastupdated{
  display: block;
  padding-top: 2%;
  font-size: 1rem;
  font-weight: normal!important;
  line-height: 1;
  text-align: right;
  color: #666;
}
.mod-intro .lastupdated2{
  display: block;
  padding-bottom: 2%;
  font-size: 1rem;
  font-weight: normal!important;
  line-height: 1;
  text-align: right;
  color: #666;
}
.contents-sec .ttl{
  font-size:20px;
  font-size:2rem;
  padding-top:5px;
  padding-top:.5rem;
  padding-bottom:5px;
  padding-bottom:.5rem;
  line-height:1.5;
  padding-left:58px;
  padding-left:5.8rem;
  margin-bottom:22px;
  margin-bottom:2.2rem;
  background-position:0 0;
  background-repeat:no-repeat;
  background-size: 40px 40px;
}
.contents-sec .txt{
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 37px;
  margin-bottom: 3.7rem;
}
.contents-sec .fig{position:relative;margin-bottom:40px;margin-bottom:4rem}
.contents-sec .fig>img{max-width:100%;width:100%;height:auto}
.contents-sec .fig .kuma{position:absolute;display:none}
.contents-sec .fig .kuma>img{width:100%;height:auto}
.grid-row:after,.grid-row:before{content:" ";display:table}
.grid-row:after{clear:both}
.grid-col-6{width:49.9%;float:left}.toppage{display:none}
.popover,.popover-title{font-size:14px;font-size:1.4rem;line-height:20px;line-height:2rem;line-height:1.5}
.pop-over{color:inherit;text-decoration:none;border-bottom:1px dotted #000}.rslt-mb{margin-bottom:9.4964%}

/*----------------------------
20241120:sp_asset/common.css
----------------------------*/
/*
@media (max-width:640px){
  .mod-intro .txt {
    font-size: 1.8rem!important;
    line-height: 2!important;
  }
  .contents-sec .txt{
    font-size: 1.8rem!important;
    line-height: 2!important;
  }
  .contents-sec .ttl{
    font-size: 2.3rem!important;
    font-feature-settings: "palt";
  }
  .link_prod_ttl{
    font-size: 2rem!important;
  }
}
*/
.what .mod-intro .figure:after,.what .mod-intro .figure:before{
  content:' ';display:block;height:0;position:absolute;background-position:center center;background-repeat:no-repeat;background-size:100% 100%}
.what .mod-intro .figure:before{background-image:url(../img/what_intro_figure_0.png);width:25px;padding-bottom:76px;bottom:-17px;left:12.08633%}
.what .mod-intro .figure:after{background-image:url(../img/what_intro_figure_1.png);width:42px;padding-bottom:67px;top:27px;right:-14px}
.what .contents-sec .ttl{color:#aca000}
.what .contents-sec.q1 .ttl{background-image:url(../img/what_icn_ttl_01.gif)}
.what .contents-sec.q2 .ttl{background-image:url(../img/what_icn_ttl_02.gif)}
.what .contents-sec.q3 .ttl{background-image:url(../img/what_icn_ttl_03.gif)}
.what .contents-sec.q3 .txt{margin-bottom:10.07194%}
.what .contents-sec.q4 .ttl{background-image:url(../img/what_icn_ttl_04.gif)}
.what .contents-sec.q4 .txt{margin-bottom:10.07194%}
.what .fig-00,.what .fig-10{width:100%;margin-bottom:11.51079%}
.what .fig-00{
  text-align:center;
}
.what_fig_00_title{
  display:inline-block;
  margin:20px auto 40px auto;
  padding:0 45px;
  height:40px;
  font-size:1.2em;
  line-height:36px;
  font-weight:bold;
  color:#a79f05;
  border-radius:20px;
  box-sizing:border-box;
  border:2px solid #a79f05;
}
.what_fig_note{
  position:absolute;
  margin:0;
  padding:0;
  width:475px;
  bottom:-35px;
  right:0;
  text-align:center;
  font-size:1em;
  line-height:1.6em;
  color:#333;
}
.what .fig-10{
  position:relative;
  margin:0 auto 70px auto;
  padding:35px 0;
  text-align:center;
  background-color:#f9f7db;
}
.what_fig_10_title{
  position:relative;
  display:inline-block;
  margin:0 auto 35px  auto;
  padding:0 45px;
  font-size:1.2em;
  line-height:36px;
  font-weight:bold;
  color:#a79f05;
  border-radius:20px;
  background-color:#fff;
  font-feature-settings:"palt";
}
.what_fig_10_title img{width:100%}
.what_fig_list{
  margin:0 auto;
  padding:0;
  display:flex;
  justify-content:space-between;
  width:600px;
  list-style:none;
}
.what_fig_list li{
  vertical-align:top;
  margin:0 35px 0 0;
  padding:0;
  width:33%;
  text-align:center;
}
.what_fig_list li:last-child{
  margin-right:0;
}
.what_fig_list_ttl{
  margin-bottom:15px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height:45px;
  color:#a79f05;
  font-size:1em;
  line-height:1.6em;
  text-align:center;
  font-weight:bold;
}
.what_fig_list_txt{
  color:#333;
  font-size:1em;
  line-height:1.6em;
  text-align:left;
}
@media (max-width:640px){
  .what .fig-00{
    margin-bottom:15vw;
  }
  .what_fig_00_title{
    margin:2vw auto 5vw auto;
    padding:0 8vw;
  }
  .what_fig_note{
    width:80vw;
    bottom:-7vw;
    text-align:right;
    right:0;
  }
  .what .fig-10{
    position:relative;
    margin:0 auto 10vw auto;
    padding:6vw 0;
  }
  .what_fig_10_title{
    margin:0 auto 5vw  auto;
    padding:0 8vw;
  }
  .what_fig_list{
    width:80vw;
    font-feature-settings:"palt";
  }
  .what_fig_list li{
    margin:0 2.5vw 0 0;
    width:25vw;
  }
  .what_fig_list_ttl{
    margin-bottom:3vw;
    height:15vw;
  }
}

/*-----deal-----*/
.thumb_deal_txt{
  font-feature-settings: "palt";
  font-size: 12.5px!important;
}
.thumb_deal_txt2{
  font-feature-settings: "palt";
  font-size: 11.5px!important;
}
@media screen and (max-width:768px){
  .thumb_deal_txt{
    font-size: 1rem!important;
  }
  .thumb_deal_txt2{
    font-size: 1rem!important;
  }
}
.deal .mod-intro .title{
  font-feature-settings: "palt";
}
.deal .mod-intro .figure:after,.deal .mod-intro .figure:before{
  content:' ';
  display:block;
  height:0;
  position:absolute;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:100% 100%;
}
.deal .mod-intro .figure:before{
  background-image:url(../img/deal_intro_figure_0.png);
  width:148px;
  padding-bottom:156px;
  bottom:-27px;
  left:2.73381%;
}
.deal .contents-sec .ttl{
  position: relative;
  color:#958b6a;/*#a99d80;*/
}
.deal .contents-sec .ttl::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background-image: url(../img/icon_question.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/*
.deal .contents-sec.q0 .ttl,
.deal .contents-sec.q1 .ttl,.deal .contents-sec.q2 .ttl,
.deal .contents-sec.q3 .ttl,.deal .contents-sec.q4 .ttl,
.deal .contents-sec.q5 .ttl,.deal .contents-sec.q6 .ttl{
  background-image:url(../img/icon_question.png);
  background-repeat: no-repeat;
  background-position: left 0 center;
  background-size: 40px 40px;
}*/
.deal .fig_main_bg{
  margin-bottom: 50px;/*2.8777%;*/
  width:100%;
  background-color: #f9f4e7;
}
.deal .fig_main_bg .fig-holder{
  width:74.53237%;
  margin:0 auto;
}
.deal .fig_main_bg .fig-holder.pdgbtm30{
  padding-bottom: 30px;
}
.deal .fig_main_bg .fig-holder.pdgbtm40{
  padding-bottom: 40px;
}
.deal .fig_main_bg .fig-holder.nopdgtop{
  padding-top: 0;
}
.deal .fig-00,.deal .fig-01,.deal .fig-02,.deal .fig-03,.deal .fig-04{
  margin-bottom: 2.8777%;
  width:100%;
  background-color: #f9f4e7;
  background-repeat: no-repeat;
  background-position: 30px 30px;/*4.31655% 30px;*/
  background-size: auto 118px;
}
.deal .fig-00 .fig-holder,.deal .fig-01 .fig-holder,
.deal .fig-02 .fig-holder,.deal .fig-03 .fig-holder,
.deal .fig-04 .fig-holder{
  width:74.53237%;
  margin:0 auto;
}
.deal .fig-00 .fig-holder>img,.deal .fig-01 .fig-holder>img,
.deal .fig-02 .fig-holder>img,.deal .fig-03 .fig-holder>img{
  width:100%;
  height:auto;
}
.deal .fig-00{background-image:url(../img/deal_fig_01_no.png)}
.deal .fig-01{background-image:url(../img/deal_fig_02_no.png)}
.deal .fig-02{background-image:url(../img/deal_fig_03_no.png)}
.deal .fig-03{background-image:url(../img/deal_fig_04_no.png);}
.deal .fig-04{background-image:url(../img/deal_fig_05_no.png);margin-bottom: 40px;}
.deal_fig_00_title{width:161px}
.deal_fig_00_title,.deal_fig_01_title{margin:0 auto;padding:0;padding-top:50px}
.deal_fig_01_title{width:201px}
.deal_fig_02_title{width:207px}
.deal_fig_02_title,.deal_fig_03_title{margin:0 auto;padding:0;padding-top:50px}
.deal_fig_03_title{width:175px}

@media (max-width:640px){
  .deal .contents-sec .ttl{
    margin-bottom: 3vw;
    padding-left: 13vw;
  }
  .deal .contents-sec .ttl::before{
    width: 34px;
    height: 34px;
  }
  .deal .fig_main_bg .fig-holder{
    width: 90%;
  }
}

/*pressurepoint*/
.fig_sub_detail_ttl{
  display: inline-block;
  margin: 0 auto 25px auto;
  padding: 0 26px;
  height: 40px;
  font-size: 1.2em;
  line-height: 36px;
  text-align: center;
  font-feature-settings: "palt";
  color: #958b6a;
  border-radius: 20px;
  box-sizing: border-box;
  border: 2px solid #958b6a;
}
.pressurepoint_img{
  margin: 0 auto 25px auto;
  height: 220px;
}
.pressurepoint_img img{
  height: 100%!important;
  width: auto!important;
}
.pressurepoint_list{
  margin: 0 auto;
  padding-bottom: 20px;
  width: 100%;
  max-width: 420px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  color: #333;
  display: flex;
}
.pressurepoint_list:last-child{
  padding-bottom: 0;
}
.pressurepoint_list_left{
  color: #958b6a;
  width: 75px;
  font-weight: bold;
}
.pressurepoint_list_right{
  width: calc( 100% - 75px );
}
.fig_sub_detail_txt{
  margin: 0 auto;
  width: 420px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
}
.deal_illust_list{
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.deal_illust_list img{
  width: 100%;
  height: auto;
  vertical-align: top;
}
.deal_illust_txt{
  width: 325px;
}
.deal_illust_img{
  margin-top: 20px;
  margin-left: 25px;
  width: 335px;
}
@media (max-width:640px){
  .fig_sub_detail_ttl{
    margin-bottom: 4vw;
  }
  .pressurepoint_img{
    margin-bottom: 4vw;
    height: 50vw;
  }
  .pressurepoint_list{
    padding-bottom: 3vw;
    font-size: 1em;
    width: 85%;
  }
  .pressurepoint_list_left{
    width: 20%;
  }
  .pressurepoint_list_right{
    width: calc( 100% - 20% );
  }
  .fig_sub_detail_txt{
    width: 80%;
    font-size: 1em;
    line-height: 1.8em;
  }
  .deal_illust_list{
    display: block;
  }
  .deal_illust_txt{
    width: 100%;
  }
  .deal_illust_img{
    margin: 0 auto;
    margin-top: 5vw;
    width: 70vw;
  }
}

/*article_table_sect*/
.article_table_sect{
  position: relative;
  margin-bottom: 50px;
}
.contents-sec .txt.mgnbtm15{
  margin-bottom: 15px;
}
.article_table_sect_ttl{
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #958b6a;
  font-weight: bold;
  text-align: center;
}
.article_table{
  margin: 0;padding: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  width: 100%;
  color: #000;
  font-feature-settings: "palt";
  border-collapse: collapse;
}
.article_table .th_main {
  padding: 6px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  background-color: #958b6a;
  border-right: 1px solid #d5d1c3;
}
.article_table .th_main.th_main_noline{
  border-right: 1px solid #958b6a;
}
.article_table .td_main{
  padding: 6px 10px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
  vertical-align: baseline;
  border-color: #d5d1c3;
}
.article_table .td_main.td_main_ttl{
  color: #fff;
  white-space: nowrap;
  background-color: #b5ae96;
}
.article_table .table1_wdth1{width: 20%;}
.article_table .table1_wdth2{width: 40%;}
.article_table .table1_wdth3{width: 40%;}
.article_table .table2_wdth1{width: 35%;}
.article_table .table2_wdth2{width: 65%;}
@media (max-width:640px){
  .article_table_sect_ttl{
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .article_table{
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .article_table .th_main {
    padding: 6px 10px;
    font-size: 1.35rem;
  }
  .article_table .td_main.td_main_ttl{
    white-space: normal;
  }
  .article_table .td_main{
    padding: 6px 10px;
    font-size: 1.4rem;
  }
}

.fig-holder{
  padding:50px 0;
  text-align:center;
}
.fig_main_ttl{
  display:inline-block;
  margin:0 auto 25px auto;
  padding:0 26px;
  height:40px;
  font-size:1.2em;
  line-height:37px;
  text-align:center;
  color:#958b6a;
  border-radius:20px;
  box-sizing:border-box;
  border:2px solid #958b6a;
}
.fig_main_ttl.ttl_condition{
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  height: auto;
  border-radius: 100px;
  border: none;
}
.fig_main_ttl .ttl_rub{
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
.fig_main_txt{
  font-size:1em;
  line-height:1.8em;
  text-align:left;
  color:#333;
}
.fig_sub_detail{
  margin:25px auto 0 auto;
  padding:35px 0;
  border-radius:15px;
  background-color:#fff;
}
.fig_sub_detail img{
  width:100%;
  height:auto;
}
.fig_sub_detail.mgn_btm{
  margin-bottom:35px;
}
.fig_sub_detail.mgn_notop{
  margin-top:0;
}
.fig_sub_ttl{
  margin:0 auto;
  padding-bottom:20px;
  color:#958b6a;
  font-size:1.1em;
  line-height:1.6em;
}
.fig_sub_list{
  display:block;
  margin:0 auto;
  padding-bottom:15px;
  width:390px;
  font-size:1em;
  line-height:1.6em;
  color:#333;
}
.fig_sub_list li{
  position:relative;
  display:block;
  margin-bottom:15px;
  padding-left:20px;
  list-style:none;
  text-align:left;
}
.fig_sub_list li span{
  position:absolute;
  top:0;
  left:0;
}
.fig_deal_ph{
  margin:0 auto;
  padding:0;
  width:296px;
}
.fig_sub_txt1{
  padding-bottom:4px;
  font-size:1.1em;
  line-height:1.6em;
  color:#333;
}
.fig_sub_txt2{
  display: inline-block;
  padding-bottom:30px;
  font-size:2em;
  line-height:1.6em;
  font-weight:bold;
  color:#958b6a;
}
.fig_sub_txt2 a{
  display: block;
  text-decoration: none;
  color: #958b6a;
  transition:0.3s;
}
.fig_sub_txt2 a:hover{
  opacity: 0.8;
}
.fig_sub_txt2 span{
  display:block;
  font-size:0.6em;
  line-height:1.6em;
  font-feature-settings:"palt";
}
.fig_sub_txt3{
  margin:0 auto;
  width:410px;
  text-align:left;
  font-size:1.1em;
  line-height:1.8em;
  color:#333;
}
@media (max-width:640px){
  .fig-holder{
    padding:8vw 0;
  }
  .fig_main_ttl{
    margin:0 auto 5vw auto;
  }
  .fig_main_ttl.ttl_condition{
    margin-bottom: 10px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .fig_main_txt{
    margin:0 auto;
    width:80vw;
  }
  .fig_sub_detail{
    margin:5vw auto 0 auto;
    padding:5vw 0;
  }
  .fig_sub_detail.mgn_btm{
    margin-bottom:6vw;
  }
  .fig_sub_ttl{
    padding-bottom:4vw;
  }
  .fig_sub_list{
    padding-bottom:4vw;
    width:70vw;
  }
  .fig_sub_list li{
    margin-bottom:2vw;
    padding-left:5vw;
  }
  .fig_deal_ph{
    width:70vw;
  }
  .fig_sub_txt1{
    padding-bottom:0;
  }
  .fig_sub_txt2{
    padding-bottom:4vw;
  }
  .fig_sub_txt3{
    width:75vw;
  }
}

/*cause*/
.cause .contents-sec .txt{
  /*margin-bottom: 0!important;*/
}
.cause .contents-sec + .contents-sec{
  margin-top: 4rem;
}
.cause_subsect{
  position: relative;
  margin-top: 40px;
  line-height: 1.6;
}
.cause_subsect_ttl{
  margin-bottom: 10px;
  font-size: 2rem;
  color: #2bacb5;
  border-bottom: 1px solid #2bacb5;
}
.cause_subsect2{
  position: relative;
  padding: 40px;
  margin-top: 40px;
  border-radius: 15px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px dotted #2bacb5;
}
.cause_subsect2_ttl{
  display: table;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 8px 45px;
  height: auto;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #2bacb5;
  font-feature-settings: "palt";
  text-align: center;
  border-radius: 100vh;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #2bacb5;
}
.cause_subsect2_ttl span{
  font-size: 80%;
}
.cause_subsect2 .txt{
  margin-bottom: 0!important;
}
.link_source1{
  display: inline-block;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #2bacb5;
  text-decoration: underline;
  font-feature-settings: "palt";
}
.link_source2{
  display: inline-block;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #666;
  text-decoration: none;
  font-feature-settings: "palt";
}
.cause_fig2{
  position: relative;
  margin-top: 40px;
  padding: 40px;
  text-align: center;
  background-color: #ebf7f8;
}
.cause_fig2 img{
  width: 100%;
  height: auto;
  vertical-align: top;
}
.cause_fig2_ttl{
  margin-bottom: 40px;
  font-size: 1.6rem;
  color: #333;
}
.cause_fig2_img{
  margin: 0 auto;
  width: 495px;
}
.cause_subsect3{
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  padding: 20px;
  width: 80%;
  border: 1px dotted #2bacb5;
}
.cause_sublist{
  position: relative;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cause_sublist a{
  text-decoration: none;
  color: #000;
}
.cause_sublist li{
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 5px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.cause_sublist li::before{
  content: '・';
}
.cause_sublist li:last-child{
  margin-bottom: 0;
}
.cause_subsect4{
  position: relative;
  padding: 40px;
  margin-top: 40px;
  background-color: #ebf7f8;
  border-radius: 15px;
}
.cause_subsect4_ttl{
  display: table;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 6px 45px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #2bacb5;
  font-feature-settings: "palt";
  text-align: center;
  border-radius: 100vh;
  background-color: #fff;
}
.cause_subsect4_ttl span{
  display: block;
  padding-top: 3px;
  font-size: 80%;
  line-height: 1.4;
}
/*fig_cause_table*/
.fig_cause_table {
  margin-top: 25px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
  border-collapse: collapse;
  background-color: #f0f6f7;
}
.fig_cause_table th, td{
  padding: 12px 10px;
  border: 1px solid #fff;
}
.fig_cause_table .table_ttl{
  color: #fff;
  text-align: center;
  background-color: #74b2ba;
}
.fig_cause_table .table_subttl{
  color: #fff;
  white-space: nowrap;
  background-color: #93c3c9;
}
.fig_cause_table .txt_ruby{
  display: block;
  padding-top: 3px;
  font-size: 1.1rem;
  font-feature-settings: "palt";
}
/*cause_subnote*/
.cause_subnote{
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 8% 8% 10% 10%;
  box-sizing: border-box;
  outline: 1px solid #2bacb5;
  outline-offset: -1px;
  background-color: #fff;
}
.cause_subnote::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 15px;
  width: 12px;
  height: calc( 100% - 40px);
  background-image: url(../img/memo_dot4.png);
  background-repeat: repeat-y;
  background-position: top 15px center;
  background-size: 12px auto;
}
.cause_subnote::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background-image: url(../img/memo_fold4.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.cause_subsect5{
  position: relative;
}
.cause_subsect5 + .cause_subsect5{
  margin-top: 40px;
}
.cause_subsect5_ttl{
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
  color: #2bacb5;
  border-bottom: 1px solid #2bacb5;
}
.cause_subsect6{
  position: relative;
  margin-top: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.cause_subsect6.detail6{
  background-image: url("../img/frame_giza1.png");
}
.cause_subsect6.detail8{
  background-image: url("../img/frame_giza2.png");
}
.cause_subsect6.detail5{
  background-image: url("../img/frame_giza3.png");
}
.cause_subsect6_innr{
  position: relative;
  padding: 30px 40px;
  padding-bottom: 50px;
}
.cause_subsect6_ttl{
  display: table;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 5px 0;
  width: 100%;
  height: auto;
  font-size: 2rem;
  color: #2bacb5;
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: center;
}
.cause_subsect6_ttl.txt_clr1{
  color: #7bcd02;
  border-color: #7bcd02;
}
.cause_subsect6_ttl.txt_clr2{
  color: var(--detail11-color);
  border-color: var(--detail11-color);
}
.cause_subsect6_ttl.txt_clr3{
  color: #cc9500;
  border-color: #cc9500;
}
.cause_subsect6_ttl span{
  display: block;
  font-size: 80%;
}
/*link_prescription*/
.link_prescription{
  display: table;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  width: 300px;
  height: 40px;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 46px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 100vh;
  box-sizing: border-box;
  transition: all .4s ease;
}
.link_prescription::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 25px;
  transform: translate(0,-50%);
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transition: all .4s ease;
}
.cause_subsect6.detail6 .link_prescription{
  background-color: var(--detail6-color);
}
.cause_subsect6.detail6 .link_prescription:hover{
  color: var(--detail6-color);
  background-color: #fff;
}
.cause_subsect6.detail6 .link_prescription:hover::after{
  border-left-color: var(--detail6-color);
}
.cause_subsect6.detail8 .link_prescription{
  background-color: var(--detail11-color);
}
.cause_subsect6.detail8 .link_prescription:hover{
  color: var(--detail11-color);
  background-color: #fff;
}
.cause_subsect6.detail8 .link_prescription:hover::after{
  border-left-color: var(--detail11-color);
}
.cause_subsect6.detail5 .link_prescription{
  background-color: var(--detail5-color);
}
.cause_subsect6.detail5 .link_prescription:hover{
  color: var(--detail5-color);
  background-color: #fff;
}
.cause_subsect6.detail5 .link_prescription:hover::after{
  border-left-color: var(--detail5-color);
}
/*link_prescription2*/
.link_prescription2{
  display: table;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  width: 200px;
  height: 40px;
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 38px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 100vh;
  background-color: #00c3ad;
  box-sizing: border-box;
  border: 1px solid #00c3ad;
  transition: all .4s ease;
}
.link_prescription2::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 30px;
  transform: translate(0,-50%);
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transition: all .4s ease;
}
.link_prescription2:hover{
  color: #00c3ad;
  background-color: #fff;
}
.link_prescription2:hover::after{
  border-left: 6px solid #00c3ad;
}
@media screen and (max-width: 640px){
  .cause_subsect{
    margin-top: 6vw;
  }
  .cause_subsect_ttl{
    margin-bottom: 4vw;
    font-size: 4.5vw;
  }
  .link_source1{
    font-size: 3vw;
  }
  .link_source2{
    font-size: 3vw;
  }
  .cause_fig2{
    margin-top: 6vw;
    padding: 6%;
  }
  .cause_fig2_ttl{
    margin-bottom: 6vw;
  }
  .cause_fig2_img{
    width: 100%;
  }
  .cause_subsect2{
    padding: 5vw;/*8%;*/
    margin-top: 6vw;
  }
  .cause_subsect2_ttl{
    margin-bottom: 5vw;
    padding: 8px 15px;
    font-size: 4vw;
    width: 100%;
    border-radius: 5vw;
  }
  .cause_subsect3{
    margin-top: 6vw;
    padding: 10px;
    width: 100%;
  }
  .cause_sublist{
    display: block;
  }
  .cause_sublist li{
    display: block;
    padding: 1vw 0;
    font-size: 1.8rem;
  }
  .cause_subsect4{
    padding: 8%;
    margin-top: 6vw;
  }
  .cause_subsect4_ttl{
    margin-bottom: 5vw;
    padding: 6px 40px;
    font-size: 4vw;
  }
  .cause_subsect5 + .cause_subsect5 {
    margin-top: 6vw;
  }
  .cause_subsect5_ttl{
    margin-bottom: 4vw;
    font-size: 4.5vw;
  }
  .cause_subsect6{
    margin-top: 8vw;
  }
  .cause_subsect6_innr{
    padding: 5vw 5vw;
    padding-bottom: 10vw;
  }
  .cause_subsect6_ttl{
    margin-bottom: 4vw;
    padding: 2vw 0;
    font-size: 4.2vw;
  }
  .sp_table_thwidth{
    white-space: nowrap;
  }
  .fig_cause_table th, td{
    padding: 10px;
    font-size: 3.2vw!important;
  }
  .link_prescription{
    margin-top: 6vw;
    padding: 2vw 0;
    width: 100%;
    height: auto;
    line-height: 1.6;
    font-size: 3.7vw;
    animation: none;
		transform: none;
		transition: unset;
  }
  .link_prescription2{
    margin-top: 6vw;
    animation: none;
		transform: none;
		transition: unset;
  }
  .cause_subnote{
    padding-left: 12%;
    padding-bottom: 15%;
    outline-offset: -2px;
  }
  .cause_subnote::after {
    width: 40px;
    height: 40px;
  }
}
/*--------cause--------*/
.cause .mod-intro .figure:after,
.cause .mod-intro .figure:before{
  content:' ';
  display:block;
  height:0;
  position:absolute;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:100% 100%;
}
.cause .mod-intro .figure:before{
  background-image:url(../img/icon_cause_intro.png);
  width:106px;
  padding-bottom:166px;
  bottom:-1pc;
  left:25.61151%;
}
.cause .contents-sec .ttl{
  font-feature-settings: "palt";
  color:#2bacb5;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 40px 40px;
}
.cause .contents-sec.q1 .ttl{background-image:url(../img/icon_cause_no1.png);}
.cause .contents-sec.q2 .ttl{background-image:url(../img/icon_cause_no2.png);}
.cause .contents-sec.q3 .ttl{background-image:url(../img/icon_cause_no3.png);}
.cause .contents-sec.q4 .ttl{background-image:url(../img/icon_cause_no4.png);}
.cause .contents-sec.q5 .ttl{background-image:url(../img/icon_cause_no5.png);}
.cause .contents-sec.q6 .ttl{background-image:url(../img/icon_cause_no6.png);}
.cause .contents-sec.q7 .ttl{background-image:url(../img/icon_cause_no7.png);}
.cause .contents-sec.q8 .ttl{background-image:url(../img/icon_cause_no8.png);}
.cause .contents-sec.q2 .txt:last-child{
  margin-bottom:8.63309%;
}
.cause .fig-00{
  margin-top: 40px;
  width:78.1295%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:11.51079%;
  text-align:center;
}
.cause .fig-00 img{
  margin: 0;padding: 0;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.cause .cause_fig1{
  margin-top: 40px;
  width: 506px;
}
.cause .fig-10,
.cause .fig-11{
  width:100%;
  background-color:#ebf7f8;
  margin-bottom:4.31655%;
}
.cause .fig-10 .fig-holder,
.cause .fig-11 .fig-holder{
  width:84.46043%;
  margin:0 auto;
}
.cause .fig-10 .fig-holder>img,
.cause .fig-11 .fig-holder>img{
  width:100%;
  height:auto;
}
.cause_fig_00_title{
  /*
  display:inline-block;
  margin:0 auto;
  padding:0 45px;
  height:40px;
  color:#55a4b4;
  font-size:1.2em;
  line-height:36px;
  font-weight:bold;
  border-radius:20px;
  box-sizing:border-box;
  border:2px solid #55a4b4;
  */
  position: relative;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.6;
  color: #2bacb5;
  border-bottom: 1px dotted #2bacb5;
}
.cause_fig_10_title{
  display:inline-block;
  margin:0 auto;
  padding:0 45px;
  height:40px;
  color:#55a4b4;
  font-size:1.2em;
  line-height:36px;
  font-weight:bold;
  border-radius:20px;
  box-sizing:border-box;
  border:2px solid #55a4b4;
}
.cause_fig_txt{
  margin:25px auto 30px auto;
  padding:0;
  font-size:0.9em;
  line-height:1.8em;
  color:#333;
}
.cause_fig_detail{
  margin:0 auto;
  padding:0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width:260px;
  height:260px;
  text-align:center;
  color:#333;
  border-radius:50%;
  background-color:#fff;
}
.cause_fig_detail_ttl{
  font-size:1.9em;
  line-height:1.3em;
  font-weight:bold;
  text-align:center;
  color:#55a4b4;
}
.cause_fig_detail_ttl span{
  display:block;
  font-size:0.6em;
  line-height:1.3em;
  font-feature-settings: "palt";
}
.cause_fig_detail_txt{
  margin-top:12px;
  font-size:1em;
  line-height:1.6em;
  text-align:center;
  color:#333;
}
.cause_fig_detail_txt.txt_style{
   font-size:0.95em;
  font-feature-settings:"palt";
}
.cause_fig_detail_list{
  margin:0 auto;
  padding:0;
  display:flex;
  text-align:center;
  width:544px;
}
.cause_fig_detail_list li{
  margin:0 20px 0 0;
  padding:0;
  width:260px;
  text-align:center;
  vertical-align:top;
}
.cause_fig_detail_list li:last-child{
  margin-right:0;
}
.cause_fig_graf_ttl{
  margin:55px auto 50px auto;
  padding:0;
  font-size:1em;
  line-height:1.6em;
  font-weight:bold;
  color:#333;
}
.cause_fig_graf{
  margin:0 auto;
  padding:0;
  width:495px;
}
.cause_fig_graf img{
  width:100%;
  height:auto;
}
@media (max-width:640px){
  .cause .contents-sec .ttl{
    background-size: 34px 34px;
  }
  .cause_fig_00_title{
    margin-bottom: 4vw;
    font-size: 4.5vw;
  }
  .cause_fig_10_title{
    padding:0 8vw;
  }
  .cause .fig-00{
    margin-top: 6vw;
  }
  .cause .cause_fig1{
    margin-top: 6vw;
    width: 100%;
  }
  .cause_fig_txt{
    margin:5vw auto 6vw auto;
    width:80vw;
  }
  .cause_fig_detail{
    width:65vw;
    height:65vw;
  }
  .cause_fig_detail_list{
    margin-top:6vw;
    display:block;
    width:80vw;
  }
  .cause_fig_detail_list li{
    margin:0 0 6vw 0;
    padding:0;
    width:80vw;
  }
  .cause_fig_graf_ttl{
    margin:8vw auto;
  }
  .cause_fig_graf{
    width:80vw;
  }
}
/*--------results1--------*/
.results1 .mod-intro{
  margin-bottom: 4rem;
}
.results1 .mod-intro .figure,.results1 .mod-intro .title{
  margin-bottom:42px;
  margin-bottom:4.2rem;
}
.results1 .mod-intro .lead{
  border:1px solid #25bda6;
  margin-bottom:20px;
  margin-bottom:2rem;
  box-sizing:border-box;
  
  padding:15px 25px;
  font-size:2.4rem;
  line-height:3rem;
  color:#25bda6;
}
.results1 .mod-intro .lead span{
  display:block;
  font-size:1.5rem;
}
.results1 .mod-intro .lead>img{width:100%;height:auto}
.results1 .mod-intro .txt-intro{margin-bottom:20px;margin-bottom:2rem}
.results1 .mod-intro .supplement{font-size:11px;font-size:1.1rem;line-height:20px;line-height:2rem;line-height:1.63}
.results1 .mod-intro .supplement dt{float:left;width:15%}
.results1 .mod-intro .supplement dd{float:left;width:85%}
.results1 .mod-intro .txt{margin-top:0}
.results1 .txt-cnclusn,.results1 .txt-results,.results1 .txt-ttl{font-size:24px;font-size:2.4rem;line-height:30px;line-height:3rem;line-height:1.6}
.results1 .txt-results{font-weight:400}
.results1 .txt-cnclusn,.results1 .txt-ttl{font-weight:700;margin-bottom:3.88489%}
.results1 .txt-cnclusn-item{font-size:14px;font-size:1.4rem;line-height:2.29}
.results1 .txt-cnclusn-item li{position:relative;padding-left:21px;padding-left:2.1rem}
.results1 .txt-cnclusn-item li:before{display:block;content:"●";color:#25bda6;position:absolute;left:0;top:0}
.results1 .contents-sec{padding-bottom:0;margin-bottom:40px;margin-bottom:4rem}
.results1 .contents-sec .ttl{color:#25bda6;background-image:url(../img/icn_ttl_results1.gif);margin-bottom:35px;margin-bottom:3.5rem}
.results1 .contents-sec .ttl .size-s{font-size:14px;font-size:1.4rem;line-height:20px;line-height:2rem}

.results1 .contents-sec .ttl3{
  font-size:18px;
  font-size:1.8rem;
  font-weight:600;
  color:#25bda6;
  line-height:1.8;
  margin-bottom:1.29496%;
}
.results1 .contents-sec .fig{width:650px;margin-bottom:8.63309%}
.results1 .contents-sec .fig.fig-21{width:691px}
.results1 .contents-sec .fig>img{width:100%;height:auto}
/*--------child-seki--------*/
.child-seki .mod-intro .figure:before{content:' ';display:block;height:0;position:absolute;background-position:center center;background-repeat:no-repeat;background-size:100% 100%;background-image:url(../img/child_seki_intro_figure_0.png);width:145px;padding-bottom:123px;bottom:-36px;left:90pt}
.child-seki .contents-sec .ttl{color:#ff8484}
.child-seki .contents-sec.q1 .ttl{background-image:url(../img/child_seki_icn_ttl_01.gif)}
.child-seki .contents-sec.q2 .ttl{background-image:url(../img/child_seki_icn_ttl_02.gif)}
.child-seki .contents-sec.q2 .child-seki-flame{
  padding:8.63309% 12.08633%;
  background-color:#fff4f6;
  margin-bottom:11.51079%;
}
.child-seki .contents-sec.q2 .child-seki-flame .ttl-child{margin-bottom:4.17457%}
.child-seki .contents-sec.q2 .child-seki-flame .ttl-child>img{display:block;margin:0 auto;width:43.45351%}
.child-seki .contents-sec.q2 .child-seki-flame .point-lists-ttl{font-size:2.2rem;line-height:1.81818;color:#ff8484;border-bottom:1px solid #ff8484;margin-bottom:2.27704%}
.child-seki .contents-sec.q2 .child-seki-flame .point-lists-txt{font-size:1.4rem;line-height:1.57143;padding-bottom:6.45161%}
.child-seki .contents-sec.q3 .ttl{background-image:url(../img/child_seki_icn_ttl_03.gif)}

.child_fig_ttl{
  display:table;
  margin:0 auto 40px auto;
  padding:0 45px;
  height:40px;
  font-size:1.2em;
  line-height:40px;
  font-weight: bold;
  color:#ff8484;
  border-radius:20px;
  background-color:#fff;
}

.results1 .result_fig{
  margin:0 auto 40px auto;
  padding:60px 0;
  width:690px;
  text-align:center;
  border-radius:18px;
  background-color:#eee;
}
.results1 .result_fig img{
  width:100%;
  height:auto;
}
.results1 .result_fig_ttl{
  margin-bottom:35px;
  font-size:1.6em;
  line-height:2em;
  color:#000;
}
.results1 .result_step1{
  margin:0 auto;
  padding:0;
  width:325px;
}
.results1 .arrw_green{
  margin:35px auto;
  padding:0;
  width:27px;
}
.results1 .result_fig_list{
  margin:0 auto;
  padding:0;
  display:flex;
  width:90%;
}
.results1 .result_fig_list li{
  margin:0 auto;
  padding:0;
  list-style:none;
  text-align:center;
  vertical-align:top;
}
.results1 .result_fig_list p{
  font-size:1em;
  line-height:1.6em;
  text-align:center;
}
.results1 .result_step2{
  margin:0 auto;
  padding-bottom:25px;
  width:140px;
}
.results1 .result_fig_ttl2{
  display:inline-block;
  margin:0 auto;
  padding:0;
  font-size:1.6em;
  line-height:1em;
  font-feature-settings:"palt";
  color:#25bea9;
  background: linear-gradient(transparent 70%, #fff865 30%);
}
@media (max-width:640px){
  
  .child-seki .contents-sec.q2 .child-seki-flame{
    padding:8vw 6vw;
  }
  .results1 .result_fig{
    margin:0 auto 6vw auto;
    padding:8vw 0;
    width:80vw;
  }
  .results1 .result_fig_ttl{
    margin-bottom:5vw;
    font-size:1.4em;
    line-height:1.9em;
  }
  .results1 .result_step1{
    width:60vw;
  }
  .results1 .arrw_green{
    margin:5vw auto;
    width:6vw;
  }
  .results1 .result_fig_list li{
    width:25vw;
  }
  .results1 .result_step2{
    padding-bottom:4vw;
    width:20vw;
  }
}

@media (max-width:640px){
  .dcrtin{background:none}
  .dcrtin:before{content:' ';display:block;position:absolute;top:0;left:0;width:100%;height:0;padding-bottom:37.5%;z-index:-1;background-color:#f0f0f0}
  .breadcrumb{display:none}
  .contents-blk{width:100%;float:none}.nav-blk{display:none}
  .item-embed .copy{font-size:1.1rem;-webkit-transition:none;transition:none}
  
  .foot-sec{
    padding-top:6.25%;
    padding-bottom:6.25%;
    margin-bottom:10.9375%;
  }
  .foot-sec .footer-nav-blk{
    width:100%;
  }
  .foot-sec .item-col{
    width:50%;
    margin-bottom:3.33333%;
  }
  .foot-sec .item{
    width:93.33333%;
  }
  .mod-intro{margin-bottom:7.93103%}
  .mod-intro .title>img{width:100%;height:auto}
  .mod-intro .mod_title{
    margin-bottom: 7.93103%;
  }
  .mod-intro .title.ttl_mgnbtm{
    margin-bottom: 7.93103%;
  }
  .mod-intro .figure{
    background-size:cover;
    background-position:50% 50%;
    background-repeat:no-repeat;
    width:100%;
    height:0;
    padding-bottom:46.55172%;
    margin-top:6%;
    border-radius:10px 10px;
  }
  .mod-intro .figure>img{display:none}
  .throat .mod-intro .figure{
    background-image: url("../img/sore_throat_kv_sp.png");
  }
  .throat2 .mod-intro .figure{
    background-image: url("../img/infl_throat_kv_sp.png");
  }
  .contents-sec .ttl{
    background-size:34px;
    padding-left:49.71429px;
    padding-left:4.97143rem;
    margin-bottom:2.41379%;
  }
  .contents-sec .txt{
    margin-bottom:5.17241%;
  }
  .grid-col-6{width:auto;float:none}
  .toppage{display:block;width:45%;margin:0 auto 10.9375%;background-color:#c83627;border-radius:2rem}
  .toppage a{color:#fff;text-decoration:none;display:block;width:100%;text-align:center}
  .toppage a .txt{position:relative;padding-left:1.28rem;display:inline-block;font-size:1.6rem;line-height:4rem;background:url(../img/toppage_bg.png) left center no-repeat;background-size:auto 1.04rem}
  .what .mod-intro .figure{background-image:url(../img/what_intro_figure.jpg)}
  
  .deal .mod-intro .figure:before{width:118px;bottom:-21px;padding-bottom:93pt}
  .deal .mod-intro .figure{background-image:url(../img/deal_intro_figure.jpg)}
  .deal .fig-00,.deal .fig-01,
  .deal .fig-02,.deal .fig-03,.deal .fig-04{
    background-position:4.31655% 18px;
    background-size:22.15827% auto;
  }
  .deal .fig-00 .fig-holder,.deal .fig-01 .fig-holder,
  .deal .fig-02 .fig-holder,.deal .fig-03 .fig-holder,.deal .fig-04 .fig-holder{
    width:95%}
  .deal_fig_00_title,.deal_fig_01_title,
  .deal_fig_02_title,.deal_fig_03_title{
    padding-top:15px;
  }
  
  .cause .mod-intro .figure:before{width:84px;bottom:-9pt;padding-bottom:99pt;left:15.36691%}
  .cause .mod-intro .figure{background-image:url(../img/cause_intro_figure.jpg)}
  .cause .fig-00{width:100%}.cause .fig-10 .fig-holder,.cause .fig-11 .fig-holder{width:95%}
  /*.cause_fig_00_title,.cause_fig_10_title,.cause_fig_11_title{padding-top:10px}*/
  .results1 .mod-intro .figure{background-image:url(../img/results1_intoro_figure_sp.jpg);padding-bottom:46.55172%;margin-bottom:7.93103%}
  .results1 .mod-intro .title{width:47.19424%;margin-bottom:6.04317%}
  
  .mod-intro .title{
    font-size:1.6em;
    line-height:1.7em;
  }
  .results1 .mod-intro .lead{
    padding:2vw 3vw;
    width:100%;
    margin-bottom:2.8777%;
    font-size:2rem;
  }
  .results1 .mod-intro .lead span{
    font-size:1.3rem;
  }
  
  .results1 .mod-intro .txt-intro{margin-bottom:2.8777%}
  .results1 .mod-intro .supplement dt{width:20%}
  .results1 .mod-intro .supplement dd{width:80%}
  .results1 .contents-sec{margin-bottom:5.7554%}
  .results1 .contents-sec .ttl{margin-bottom:5.03597%}
  .results1 .contents-sec .fig,.results1 .contents-sec .fig.fig-21{width:100%;height:auto}
  .child-seki .mod-intro .figure{background-image:url(../img/child_seki_intro_figure_sp.jpg)}
  .child-seki .mod-intro .figure:before{width:25%;padding-bottom:21.2069%;bottom:-11.2%;left:2.58621%}
  .child-seki .contents-sec.q2 .child-seki-flame .ttl-child>img{width:70%}
}
@media (max-width:404px){.item6 .item,.item6 .item-embed .active{letter-spacing:-.1rem}}
@media (max-width:550px){
  .what .mod-intro .figure:before{width:20px;bottom:-13px;padding-bottom:60px}
  .what .mod-intro .figure:after{width:33px;right:-11px;padding-bottom:53px}
  .deal .mod-intro .figure:before{width:88px;bottom:-1pc;padding-bottom:93px}
}
/*# sourceMappingURL=../../maps/sekitan/css/hierarchy2nd.css.map */