@charset "UTF-8";
/*! # kracie © 2023 amana*/
.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;
  }
}
.is_pc {display:block!important;}.is_sp {display:none!important;}
@media (max-width:640px){.is_pc {display:none!important;}.is_sp {display:block!important;}}

.thumb_deal_txt2 {
  font-feature-settings: "palt";
  font-size: 11.5px!important;
}
@media screen and (max-width: 769px){
  .thumb_deal_txt2 {
    font-size: 1rem!important;
  }
}

/*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: #1eaae1;
  background-color: #cbf1fe;
  border: 2px solid #1eaae1;
}
.follow_link .link_btn1:hover{
  color: #fff;
  background-color: #1eaae1;
}
.follow_link .link_btn1::after{
  border-top: 2px solid #1eaae1;
  border-right: 2px solid #1eaae1;
}
.follow_link .link_btn2{
  position: relative;
  color: #0e64c2;
  background-color: #cbe4fe;
  border: 2px solid #0e64c2;
}
.follow_link .link_btn2:hover{
  color: #fff;
  background-color: #0e64c2;
}
.follow_link .link_btn2::after{
  border-top: 2px solid #0e64c2;
  border-right: 2px solid #0e64c2;
}
.follow_link .link_btn3{
  position: relative;
  color: #ef4d17;
  background-color: #fedbcb;
  border: 2px solid #ef4d17;
}
.follow_link .link_btn3:hover{
  color: #fff;
  background-color: #ef4d17;
}
.follow_link .link_btn3::after{
  border-top: 2px solid #ef4d17;
  border-right: 2px solid #ef4d17;
}
@media screen and (max-width: 640px){
  .follow_link{
    display: none!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: #1eaae1;
    background-color: #cbf1fe;
  }
  .follow_link .link_btn2:hover{
    color: #0e64c2;
    background-color: #cbe4fe;
  }
  .follow_link .link_btn3:hover{
    color: #ef4d17;
    background-color: #fedbcb;
  }
}


/*how*/
.how .contents-sec{
  padding-bottom: 0;
  margin-bottom: 4rem;
}
.how .contents-sec .txt{
  margin-bottom: 0;
}
.medicine_subsect3{
  position: relative;
  margin-top: 40px;
  padding: 45px 70px;
  border-radius: 15px;
  background-color: #f5f4fe;
}
.medicine_subsect4{
  position: relative;
  margin-top: 40px;
  padding: 45px 10%;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px dotted #7165ec;
}
.medicine_subsect5{
  position: relative;
  margin-top: 40px;
  padding: 45px 70px;
  border-radius: 15px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #7165ec;
}
.how_subsect_sect{
  position: relative;
}
.how_subsect_sect + .how_subsect_sect{
  margin-top: 40px;
}
.how_subsect_sect2{
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
}
.how_sublist{
  position: relative;
  list-style: none;
  line-height: 1.6;
}
.how_sublist li{
  position: relative;
  margin-bottom: 15px;
}
.how_sublist li:last-child{
  margin-bottom: 0;
}
.how_sublist_txt1{
  display: block;
  margin-bottom: 7px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #7165ec;
}
.how_sublist_txt2{
  font-size: 1.4rem;
}
.subsect_ttl3{
  display: table;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0 40px;
  min-width: 350px;
  height: 43px;
  font-size: 2rem;
  color: #7165ec;
  font-feature-settings: "palt";
  line-height: 43px;
  text-align: center;
  border-radius: 100vh;
  background-color: #fff;
}
.subsect_ttl4{
  display: table;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 5px 0;
  width: 100%;
  height: auto;
  font-size: 2rem;
  color: #7165ec;
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: center;
  border-top: 1px solid #7165ec;
  border-bottom: 1px solid #7165ec;
}
.subsect_ttl4.txt_clr4{
  color: #ef4d17;
  border-color: #ef4d17;
}
.subsect_ttl4.txt_clr5{
  color: #0e64c2;
  border-color: #0e64c2;
}
.subsect_ttl4.txt_clr6{
  color: #1eaae1;
  border-color: #1eaae1;
}
.subsect_ttl4 span{
  display: block;
  font-size: 1.4rem;
}
.subsect_ttl5{
  display: table;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 10px 40px;
  min-width: 350px;
  height: auto;
  font-size: 2rem;
  color: #7165ec;
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: center;
  border-radius: 100vh;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #7165ec;
}
.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: #7165ec;
  text-align: center;
  text-decoration: none;
  border-radius: 100vh;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #7165ec;
  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 #7165ec;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transition: all .4s ease;
}
.link_prescription2:hover{
  color: #fff;
  background-color: #7165ec;
}
.link_prescription2:hover::after{
  border-left: 6px solid #fff;
}
@media screen and (max-width: 640px){
  .medicine_subsect4{
    margin-top: 6vw;
    padding: 8%;
  }
  .medicine_subsect5{
    margin-top: 6vw;
    padding: 8%;
  }
  .how_subsect_sect + .how_subsect_sect{
    margin-top: 6vw;
  }
  .how_subsect_sect2{
    margin-top: 6vw;
    width: 100%;
  }
  .subsect_ttl3{
    margin-bottom: 6vw;
    padding: 8px;
    width: 100%;
    height: auto;
    min-width: initial;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .subsect_ttl4{
    margin-bottom: 4vw;
    padding: 1vw 0;
    width: 100%;
    font-size: 1.8rem;
  }
  .subsect_ttl4 span{
    font-size: 1.2rem;
  }
  .subsect_ttl5{
    margin-bottom: 6vw;
    padding: 8px;
    width: 100%;
    min-width: initial;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .link_prescription2{
    margin-top: 6vw;
    animation: none;
		transform: none;
		transition: unset;
  }
}

/*medicine*/
.medicine .contents-sec{
  padding-bottom: 0;
  margin-bottom: 4rem;
}
.medicine .contents-sec .txt{
  margin-bottom: 0;
}
.medicine_txt_link{
  color: #128da3;
  text-decoration: underline;
}
.medicine_subsect{
  position: relative;
  margin-top: 40px;
  padding: 45px 70px;
  border-radius: 15px;
  background-color: #e7f3f6;
}
.medicine_subsect_sect{
  position: relative;
}
.medicine_subsect_sect + .medicine_subsect_sect{
  margin-top: 40px;
}
.medicine_subsect2{
  position: relative;
  margin-top: 40px;
  padding: 45px 70px;
  border-radius: 15px;
  box-sizing: border-box;
  border: 1px solid #128da3;
  background-color: #fff;
}
.medicine_subsect2_sect{
  position: relative;
}
.medicine_subsect2_sect + .medicine_subsect2_sect{
  margin-top: 40px;
}
.subsect_ttl{
  display: table;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0 40px;
  height: 43px;
  font-size: 2rem;
  color: #128da3;
  font-feature-settings: "palt";
  line-height: 43px;
  text-align: center;
  border-radius: 100vh;
  background-color: #fff;
}
.subsect_ttl2{
  display: table;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 5px 0;
  width: 100%;
  height: auto;
  font-size: 2rem;
  color: #128da3;
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
  border-top: 1px solid #128da3;
  border-bottom: 1px solid #128da3;
}
.subsect_ttl2.txt_clr1{
  color: #1eaae1;
  border-color: #1eaae1;
}
.subsect_ttl2.txt_clr2{
  color: #0e64c2;
  border-color: #0e64c2;
}
.subsect_ttl2.txt_clr3{
  color: #ef4d17;
  border-color: #ef4d17;
}
.subsect_ttl2 span{
  display: block;
  font-size: 1.4rem;
}
.subsect_ttl6{
  display: table;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0 40px;
  height: 43px;
  font-size: 2rem;
  color: #128da3;
  font-feature-settings: "palt";
  line-height: 41px;
  text-align: center;
  border-radius: 100vh;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #128da3;
}
.subsect_subttl{
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 2rem;
  line-height: 1;
  color: #128da3;
}
.subsect_subttl::before{
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  background-image: url("../img/icon_hanamizu4_sub.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.link_source{
  display: inline-block;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.6;
  text-decoration: underline;
}
.source_link_list{
  position: relative;
  margin-top: 3.7rem;
  font-size: 1.2rem;
  line-height: 1.8;
}
.link_source.txt_link_clr2,
.source_link_list.txt_link_clr2{
  color: #7165ec;
}
.link_source.txt_link_clr4,
.source_link_list.txt_link_clr4{
  color: #128da3;
}
.source_link_list .link_source{
  margin-top: 0;
}
.link_prescription{
  display: table;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  width: 200px;
  height: 40px;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 38px;
  color: #128da3;
  text-align: center;
  text-decoration: none;
  border-radius: 100vh;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #128da3;
  transition: all .4s ease;
}
.link_prescription::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 30px;
  transform: translate(0,-50%);
  border-left: 6px solid #128da3;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transition: all .4s ease;
}
.link_prescription:hover{
  color: #fff;
  background-color: #128da3;
}
.link_prescription:hover::after{
  border-left: 6px solid #fff;
}
@media screen and (max-width: 640px){
  .medicine .contents-sec{
    padding-bottom: 0;
    margin-bottom: 2rem;
  }
  .medicine_subsect{
    margin-top: 6vw;
    padding: 8%;
  }
  .medicine_subsect_sect + .medicine_subsect_sect{
    margin-top: 6vw;
  }
  .medicine_subsect2{
    margin-top: 6vw;
    padding: 8%;
  }
  .medicine_subsect2_sect + .medicine_subsect2_sect{
    margin-top: 6vw;
  }
  .medicine_subsect3{
    margin-top: 6vw;
    padding: 8%;
  }
  .subsect_ttl{
    margin-bottom: 8vw;
    padding: 8px;
    width: 100%;
    min-width: initial;
    height: auto;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .subsect_ttl2{
    margin-bottom: 6vw;
    padding: 8px;
    min-width: initial;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .subsect_ttl2 span{
    font-size: 1.6rem;
  }
  .subsect_ttl6{
    margin-bottom: 6vw;
    padding: 8px;
    width: 100%;
    height: auto;
    min-width: initial;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .subsect_subttl{
    margin-bottom: 3vw;
    padding-left: 22px;
    font-size: 1.8rem;
  }
  .subsect_subttl::before{
    width: 15px;
    height: 15px;
  }
  .link_prescription{
    margin-top: 6vw;
    animation: none;
		transform: none;
		transition: unset;
  }
}
/*feature_elem*/
.feature_elem{
  position: relative;
  margin-top: 40px;
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
}
.feature_elem + .link_source{
  margin-top: 40px;
}
.feature_elem_ttl{
  display: block;
  margin-bottom: 20px;
  font-size: 1.6rem;
  color: #7165ec;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
}
.feature_elem_list{
  position: relative;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
}
.feature_elem_list li{
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
.feature_elem_list li:last-child{
  margin-bottom: 0;
}
.feature_elem_left{
  position: relative;
  padding-left: 15px;
  width: 35%;
  color: #7165ec;
  font-weight: bold;
}
.feature_elem_left::before{
  content: '●';
  position: absolute;
  color: #7165ec;
  font-size: 80%;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
}
.feature_elem_right{
  position: relative;
  width: calc( 100% - 35% );
}
@media screen and (max-width: 640px){
  .feature_elem{
    margin-top: 6vw;
    padding: 8%;
  }
  .feature_elem + .link_source{
    margin-top: 6vw;
  }
  .feature_elem_ttl{
    margin-bottom: 3vw;
    font-size: 1.4rem;
  }
  .feature_elem_list li{
    margin-bottom: 3vw;
    display: block;
  }
  .feature_elem_left{
    margin-bottom: 5px;
    width: 100%;
  }
  .feature_elem_right{
    width: 100%;
  }
}

/*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_lightblue a{
  color: #00b3e8;
}
.toc_container.txtclr_green a{
  color: #008ea5;
}
.toc_container.txtclr_purple a{
  color: #7165ec;
}
.toc_container.txtclr_pink a{
  color: #ff6abb;
}
.toc_container.txtclr_green2 a{
  color: #a9cb51;
}
.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;
}
.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;
}
@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_link{
    font-size: 1.8rem;
  }
  .toc_container .toc_list_link2{
    font-size: 1.6rem;
  }
}

/*link_prod_sec*/
.link_prod_sec{
  position: relative;
  margin: 0 0 50px 0;
  padding: 0;
}
.link_prod_ttl{
  position: relative;
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  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;
}

.link_prod_sec.link_under{
  margin-top: 10%;
  margin-bottom: 0;
}
.link_prod_sec .link_prod_list{
  position: relative;
  display: flex;
  justify-content: center;
  list-style: none;
}
.link_prod_sec .link_prod_list li{
  position: relative;
  margin-right: 15px;
  text-align: center;
}
.link_prod_sec .link_prod_list li:last-child{
  margin-right: 0;
}
.link_prod_sec .link_prod_list a{
  display: block;
  padding: 10px 25px 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;
}
.link_prod_sec .link_lead_txt1{
  font-feature-settings: "palt";
  font-size:1.2rem;
}
.link_prod_sec .link_lead_txt2{
  font-size:1.4rem;
}
.link_prod_sec .link_prod_list a:hover{
  opacity: 1;
}
.link_prod_sec .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;
}
.link_prod_sec .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;
}
.link_prod_sec .link_btn1{
  position: relative;
  color: #1eaae1;
  background-color: #cbf1fe;
  border: 2px solid #1eaae1;
}
.link_prod_sec .link_btn1:hover{
  color: #fff;
  background-color: #1eaae1;
}
.link_prod_sec .link_btn1::after{
  border-top: 2px solid #1eaae1;
  border-right: 2px solid #1eaae1;
}
.link_prod_sec .link_btn2{
  position: relative;
  color: #0e64c2;
  background-color: #cbe4fe;
  border: 2px solid #0e64c2;
}
.link_prod_sec .link_btn2:hover{
  color: #fff;
  background-color: #0e64c2;
}
.link_prod_sec .link_btn2::after{
  border-top: 2px solid #0e64c2;
  border-right: 2px solid #0e64c2;
}
.link_prod_sec .link_btn3{
  position: relative;
  color: #ef4d17;
  background-color: #fedbcb;
  border: 2px solid #ef4d17;
}
.link_prod_sec .link_btn3:hover{
  color: #fff;
  background-color: #ef4d17;
}
.link_prod_sec .link_btn3::after{
  border-top: 2px solid #ef4d17;
  border-right: 2px solid #ef4d17;
}
@media screen and (max-width:769px){
  .link_prod_sec{
    margin: 0 0 12vw 0;
  }
  .link_prod_ttl{
    margin-bottom: 6vw;
    font-size: 2rem;
  }
  .link_prod_sec .link_prod_list{
    display: block;
    width: 100%;
  }
  .link_prod_sec .link_prod_list li{
    margin-right: 0;
    margin-bottom: 3vw;
    width: 100%;
  }
  .link_prod_sec .link_prod_list li:last-child{
    margin-bottom: 0;
  }
  .link_prod_sec .link_prod_list a{
    padding: 2vw;
  }
  .link_prod_sec .link_lead_txt1{
    font-size:1.3rem;
  }
  .link_prod_sec .link_lead_txt2{
    font-size:1.6rem;
  }
  .link_prod_sec .link_btn1:hover{
    color: #1eaae1;
    background-color: #cbf1fe;
  }
  .link_prod_sec .link_btn2:hover{
    color: #0e64c2;
    background-color: #cbe4fe;
  }
  .link_prod_sec .link_btn3:hover{
    color: #ef4d17;
    background-color: #fedbcb;
  }
}

.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{display:block;width:100%;margin:0 auto;background-image:url(../img/h2nd_items.png);background-repeat:no-repeat;background-size:305.26316%;margin-bottom:20px;margin-bottom:2rem;position:relative}.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:before{content:' ';display:none;position:absolute;height:0;background-position:100% 0;background-repeat:no-repeat;background-size:100% auto;z-index:1}.with-new .item:before{display:block;width:21.05263%;padding-bottom:11.57895%;top:0;right:10.52632%;background-image:url(../img/icon_new.png)}.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);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:18%;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%}.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}

.mod-intro{
  margin-bottom:62px;
  margin-bottom:6.2rem;
}
.mod-intro .figure{
  margin-bottom:8.48921%;
  position:relative;
}
.mod-intro .txt{
  margin-top:4.02878%;
  font-size:14px;
  font-size:1.4rem;
  line-height:2.3;
}
.mod-intro .title{
  font-size:2.2em;
  line-height:1.5em;
  font-feature-settings: "palt";
}
.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;
  background-position:0 0;
  background-repeat:no-repeat;
  padding-left:58px;padding-left:5.8rem;
  margin-bottom:22px;margin-bottom:2.2rem}
.contents-sec .txt{font-size:14px;font-size:1.4rem;line-height:20px;line-height:2rem;line-height:2.28571;margin-bottom:37px;margin-bottom:3.7rem}
.contents-sec .txt.plural-txt{margin-bottom:28px;margin-bottom:2.8rem}
.contents-sec .txt.plural2-txt{margin-bottom:14px;margin-bottom:1.4rem}
.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}

.why .mod-intro .figure:after,.why .mod-intro .figure:before{content:' ';display:block;height:0;position:absolute;background-position:center center;background-repeat:no-repeat;background-size:100% 100%}
.why .mod-intro .figure:before{background-image:url(../img/why_intro_figure_0.png);width:77px;padding-bottom:179px;bottom:-49px;right:125px}
.why .mod-intro .figure:after{background-image:url(../img/why_intro_figure_1.png);width:53px;padding-bottom:93pt;top:25px;left:134px}
.why .contents-sec .ttl{
  color:#00b3e8;
  background-size: 40px 40px;
}
@media (max-width:640px){
  .why .contents-sec .ttl{
    background-size: 34px 34px;
  }
}
.why .contents-sec.q1 .ttl{background-image:url(../img/icon_why_no1.png)}
.why .contents-sec.q2 .ttl{background-image:url(../img/icon_why_no2.png)}
.why .contents-sec.q3 .ttl{background-image:url(../img/icon_why_no3.png)}
.why .contents-sec.q4 .ttl{background-image:url(../img/icon_why_no4.png)}
.why .contents-sec.q5 .ttl{background-image:url(../img/icon_why_no5.png)}
.why .contents-sec.q6 .ttl{background-image:url(../img/icon_why_no6.png)}
.why .contents-sec.q7 .ttl{background-image:url(../img/icon_why_no7.png)}
.why .fig-00,.why .fig-10{width:100%;margin-bottom:6.04317%}
.why .fig-10{margin-top:-4.60432%;}
.why .fig-00{position:relative;}
.why .fig-00 .fig_detail{
  position:absolute;
  width:290px;
  top:50%;
  left:14px;
  transform:translate(0,-50%);
  text-align:center;
  z-index:2;
}
.why .fig-00 .fig_detail img{
  width:100%;
  height:auto;
}
.why .fig-00 .fig_detail_ttl{
  padding-bottom:25px;
  font-size:1em;
  line-height:1.6em;
  font-weight:normal;
}
.why .fig-00 .fig_detail_txt{
  margin:0 auto;
  padding-bottom:5px;
  font-size:1em;
  line-height:1.6em;
  text-align:left;
  width:230px;
}
.why .fig-00 .fig_detail_txt .dot_style{
  margin-right:10px;
  font-size:0.8em;
  line-height:1.6em;
}
.why .fig-00 .fig_detail_txt .dot_style.dot_clr1{
  color:#4db1e5;
}
.why .fig-00 .fig_detail_txt .dot_style.dot_clr2{
  color:#ff6666;
}
.why .fig-00 .fig_detail_txt .dot_style.dot_clr3{
  color:#3b7fd9;
}
.why .fig-00 .arrw_blue{
  margin:15px auto 20px auto;
  padding:0;
  width:26px;
}
.why .fig-00 .fig_detail_txt2{
  margin:0 auto;
  padding-bottom:8px;
  font-size:1em;
  line-height:1.6em;
}
.why .fig-00 .fig_detail_txt2.txt_pdgtop{
  padding-top:20px;
}
.why .fig-00 .fig_detail_txt3{
  display:inline-block;
  margin:0 auto;
  font-size:1.9em;
  line-height:1.2em;
  font-weight:bold;
  color:#4db1e5;
  background: linear-gradient(transparent 70%, #fff76e 30%);
}

/*20230316*/
.why .contents-sec{
  margin-bottom: 60px;
}
.why_headline1{
  display: table;
  margin: 0 auto;
  margin-bottom: 36px;
  width: 420px;
  height: 43px;
  font-size: 1.9rem;
  line-height: 43px;
  color: #fff;
  text-align: center;
  border-radius: 100vh;
  background-color: #2aa5e5;
}
.why_illust003{
  position: relative;
  margin-bottom: 50px;
  display: flex;
}
.why_illust003_detail{
  position: relative;
  text-align: center;
}
.why_illust003_detail + .why_illust003_detail{
  margin-left: 100px;
}
.why_illust003_img1{
  height: 278px;
}
.why_illust003_img1 img{
  height: 100%!important;
  width: auto!important;
}
.why_illust003_txt{
  display: table;
  margin: 0 auto;
  margin-top: 15px;
  width: 100%;
  height: 35px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 34px;
  color: #2aa5e5;
  text-align: center;
  border-radius: 100vh;
  box-sizing: border-box;
  border: 2px solid #2aa5e5;
}
.why_q2_section{
  position: relative;
  padding: 45px 70px;
  border-radius: 15px;
  background-color: #e4f3fb;
}
.why_q2_section + .why_q2_section{
  margin-top: 45px;
}
.why_illust05{
  position: absolute;
  width: 150px;
  top: -35px;
  right: 10px;
  pointer-events: none;
}
.why_illust06{
  position: absolute;
  width: 155px;
  top: -28px;
  right: 10px;
  pointer-events: none;
}
.why_q2_section_ttl{
  display: table;
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0 40px;
  height: 43px;
  font-size: 1.7rem;
  color: #00b3e8;
  font-feature-settings: "palt";
  line-height: 43px;
  text-align: center;
  border-radius: 100vh;
  background-color: #fff;
}
.why_q2_section_txt{
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
}
.why_q3_section{
  position: relative;
  padding: 55px;
  border-radius: 15px;
  box-sizing: border-box;
  border: 2px solid #4db1e5;
}
.why_q3_subsection{
  position: relative;
}
.why_q3_subsection + .why_q3_subsection{
  margin-top: 35px;
}
.why_q3_section_ttl{
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
  font-size: 2rem;
  line-height: 1.6;
  color: #4db1e5;
}
.why_q3_section_ttl::before{
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  font-size: 1.6rem;
  line-height: 26px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #4db1e5;
}
.why_q3_section_ttl.subttl_no1::before{content: '1';}
.why_q3_section_ttl.subttl_no2::before{content: '2';}
.why_q3_section_ttl.subttl_no3::before{content: '3';}
.why_q3_section_txt{
  font-size: 1.4rem;
  line-height: 1.8;
  color: #000;
}
.why_illust07{
  position: absolute;
  width: 103px;
  top: -28px;
  right: 15px;
  pointer-events: none;
}
.why_q4_section{
  position: relative;
  padding: 50px 60px;
  border-radius: 15px;
  background-color: #f6f6f6;
}
.why_q4_subsection{
  position: relative;
}
.why_q4_subsection + .why_q4_subsection{
  margin-top: 50px;
}
.why_q4_section_ttl{
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 340px;
  height: 43px;
  font-size: 1.8rem;
  line-height: 41px;
  color: #4db1e5;
  text-align: center;
  border-radius: 100vh;
  box-sizing: border-box;
  border: 2px solid #4db1e5;
  background-color: #fff;
}
.why_q4_section_ttl.q5_ttl_wd{
  width: 255px;
}
.why_q4_section_txt{
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
}
.why_q5_section_list{
  margin-top: 10px;
  padding: 0 15px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
}
.why_q6_section{
  position: relative;
}
.why_q6_section + .why_q6_section{
  margin-top: 50px;
}
.why_q6_section_ttl{
  position: relative;
  margin: 0 auto;
  margin-bottom: 25px;
  width: 280px;
  height: 43px;
  font-size: 1.8rem;
  line-height: 43px;
  color: #fff;
  text-align: center;
  border-radius: 100vh;
  background-color: #2aa5e5;
}
.why_section_notelink{
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  color: #2aa5e5;
  text-decoration: underline;
}
/*fig_throat_table*/
.fig_throat_table {
  margin-top: 25px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
  border-collapse: collapse;
  background-color: #e7f3fc;
}
.fig_throat_table th,td{
  padding: 12px 10px;
  border: 1px solid #fff;
}
.fig_throat_table .table_ttl{
  color: #fff;
  background-color: #5990cb;
}
.fig_throat_table .table_subttl{
  color: #fff;
  white-space: nowrap;
  background-color: #84aeda;
}
.fig_throat_table .txt_ruby{
  display: block;
  padding-top: 3px;
  font-size: 1.1rem;
  font-feature-settings: "palt";
}
/*throat_profile*/
.throat_profile{
  position: relative;
  margin-bottom: 5rem;
  padding: 20px;
  line-height: 1.7;
  display: flex;
  align-items: center;
  background-color: #efefef;
}
.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 (max-width:640px){
  .why .fig-00 .fig_detail{
    width:41vw;
    left:0;
    font-feature-settings:"palt";
  }
  .why .fig-00 .fig_detail_ttl{
    padding-bottom:2vw;
    font-size:0.9em;
    line-height:1.6em;
  }
  .why .fig-00 .fig_detail_txt{
    margin-left:1vw;
    margin-right:0;
    padding-bottom:1vw;
    font-size:0.8em;
    line-height:1.4em;
    width:40vw;
  }
  .why .fig-00 .fig_detail_txt .dot_style{
    margin-right:1vw;
    font-size:0.8em;
    line-height:1.4em;
  }
  .why .fig-00 .arrw_blue{
    margin:0 auto 2vw auto;
    padding:0;
    width:4vw;
  }
  .why .fig-00 .fig_detail_txt2{
    padding-bottom:1.5vw;
    font-size:0.8em;
    line-height:1.4em;
  }
  .why .fig-00 .fig_detail_txt2.txt_pdgtop{
    padding-top:2vw;
  }
  .why .fig-00 .fig_detail_txt3{
    font-size:1.1em;
    line-height:1.2em;
  }
  /*20230316*/
  .why .contents-sec{
    margin-bottom: 11vw;
  }
  .why_headline1{
    margin-bottom: 6vw;
    width: 90%;
    height: 40px;
    font-size: 1.7rem;
    line-height: 40px;
  }
  .why_illust003{
    margin-bottom: 8vw;
    display: block;
  }
  .why_illust003_detail + .why_illust003_detail{
    margin-left: 0;
    margin-top: 8vw;
  }
  .why_illust003_img1{
    height: 52vw;
  }
  .why_illust003_txt{
    margin-top: 4vw;
    width: 80%;
  }
  .why_q2_section{
    padding: 8%;
  }
  .why_q2_section + .why_q2_section{
    margin-top: 8vw;
  }
  .why_illust05{
    width: 24vw;
    top: -8vw;
    right: 2vw;
  }
  .why_illust06{
    width: 24vw;
    top: -6vw;
    right: 2vw;
  }
  .why_q2_section_ttl{
    margin-bottom: 6vw;
    padding: 0;
    width: 100%;
    height: 40px;
    font-size: 1.7rem;
    line-height: 40px;
  }
  .why_q3_section{
    margin-top: 10vw;
    padding: 8%;
    padding-top: 8vw;
  }
  .why_q3_subsection + .why_q3_subsection{
    margin-top: 6vw;
  }
  .why_q3_section_ttl{
    margin-bottom: 4vw;
    padding-left: 35px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .why_q3_section_ttl::before{
    width: 25px;
    height: 25px;
    font-size: 1.6rem;
    line-height: 26px;
  }
  .why_illust07{
    width: 16vw;
    top: -8vw;
    right: 2vw;
  }
  .why_q4_section{
    padding: 8% 10%;
  }
  .why_q4_subsection + .why_q4_subsection{
    margin-top: 8vw;
  }
  .why_q4_section_ttl{
    margin-bottom: 4vw;
    width: 100%;
    height: 40px;
    font-size: 1.7rem;
    line-height: 38px;
  }
  .why_q4_section_ttl.q5_ttl_wd{
    width: 100%;
  }
  .why_q5_section_list{
    margin-top: 10px;
    padding: 0;
  }
  .why_q6_section + .why_q6_section{
    margin-top: 8vw;
  }
  .why_q6_section_ttl{
    margin-bottom: 4vw;
    width: 80%;
    height: 40px;
    font-size: 1.7rem;
    line-height: 40px;
  }
  .why_section_notelink{
    display: block;
    margin-top: 10px;
    font-size: 1.2rem;
    color: #2aa5e5;
    text-decoration: underline;
  }
  .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;
  }
}

.how .mod-intro .figure:after,
.how .mod-intro .figure:before{
  content:' ';
  display:block;
  height:0;
  position:absolute;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:100% 100%;
}
.how .mod-intro .figure:before{
  background-image:url(../img/icon_how_intro.svg);
  width:135px;
  padding-bottom:207px;
  top:34px;left:29px;
}
.how .contents-sec .ttl{color:#7165ec}
.how .contents-sec .fig:before{content:' ';display:block;height:0;position:absolute;background-position:center center;background-repeat:no-repeat;background-size:100% 100%}
.how .contents-sec .fig-cap{display:block;position:absolute;left:50%;-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-top:7.19424%}
.how .contents-sec .fig-cap>img{max-width:100%;width:100%;height:auto}
.how .contents-sec .ttl{
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
}
.how .contents-sec.q1 .ttl{background-image:url(../img/icon_hanamizu2_no1.png)}
.how .contents-sec.q2 .ttl{background-image:url(../img/icon_hanamizu2_no2.png)}
.how .contents-sec.q3 .ttl{background-image:url(../img/icon_hanamizu2_no3.png)}
.how .contents-sec.q4 .ttl{background-image:url(../img/icon_hanamizu2_no4.png)}
.how .contents-sec.q5 .ttl{background-image:url(../img/icon_hanamizu2_no5.png)}
.how .contents-sec.q6 .ttl{background-image:url(../img/icon_hanamizu2_no6.png)}
.how .contents-sec.q7 .ttl{background-image:url(../img/icon_hanamizu2_no7.png)}

/*.how .fig-00*/
.how .fig-00{
  margin-bottom:11.51079%;
  width:100%;
  height:auto;
  text-align:center;
  background-color:#f9f8ff;
}
.how .fig-00 .fig_innr{
  padding:50px 0;
}
.how .fig-00 .fig_ttl1{
  display:inline-block;
  margin:0 auto 35px auto;
  padding:0 25px;
  height:40px;
  font-size:1.2em;
  line-height:40px;
  color:#6e65e8;
  text-align:center;
  border-radius:20px;
  background-color:#fff;
}
.how .fig-00 .fig_list1{
  display:flex;
  margin:0 auto;
  padding-bottom:25px;
  text-align:left;
  list-style:none;
  width:540px;
}
.how .fig-00 .fig_list1.list_last{
  padding-bottom:0;
}
.how .fig-00 .fig_list1 li{
  margin:0;padding:0;
  vertical-align:top;
}
.how .fig-00 .fig_list1 li.fig_list1_left{
  width:155px;
}
.how .fig-00 .fig_list1 li.fig_list1_right{
  width:385px;
}
.how .fig-00 .fig_list1 p{
  font-size:1em;
  line-height:1.6em;
  color:#333;
}
.how .fig-00 .fig_list1 .txt_purple{
  font-weight:bold;
  color:#7165ec;
}
.how .fig-00 .fig-cap{width:20.28777%}
.how .fig-00.icon_fig1:before{
  background-image:url(../img/how_fig_icn_00.png);
  width:20.71942%;
  padding-bottom:14.53237%;
  margin-top:-2.15827%;
  right:5.17986%;
}
.how .fig-00.icon_fig2:before{
  background-image:url(../img/how_fig_icn_10.png);
  width:15.39568%;
  padding-bottom:14.38849%;
  margin-top:-2.58993%;
  left:3.45324%;
}
.how .fig-00.icon_fig3:before{
  background-image:url(../img/how_fig_icn_20.png);
  width:15.53957%;
  padding-bottom:19.28058%;
  margin-top:-4.89209%;
  right:5.61151%;
}
@media (max-width:640px){
  .how .fig-00 .fig_innr{
    padding:8vw 0;
  }
  .how .fig-00 .fig_ttl1{
    margin-bottom:4vw;
    padding:0 5vw;
    height:10vw;
    font-size:1.2em;
    line-height:10vw;
    border-radius:5vw;
  }
  .how .fig-00 .fig_list1{
    padding-bottom:5vw;
    width:80vw;
  }
  .how .fig-00 .fig_list1 li.fig_list1_left{
    width:30vw;
  }
  .how .fig-00 .fig_list1 li.fig_list1_right{
    width:50vw;
  }
  .how .fig-00.icon_fig2:before{
    margin-top:-6vw;
  }
}

.how .fig-10{width:100%;margin-bottom:11.51079%}
.how .fig-10 .fig-cap{width:49.78417%}
.how .fig-10:before{background-image:url(../img/how_fig_icn_10.png);width:15.39568%;padding-bottom:14.38849%;margin-top:-2.58993%;left:3.45324%}.how .fig-20{width:100%;margin-bottom:11.51079%}.how .fig-20 .fig-cap{width:25.32374%}
.how .fig-20:before{background-image:url(../img/how_fig_icn_20.png);width:15.53957%;padding-bottom:19.28058%;margin-top:-4.89209%;right:5.61151%}.childkaze .mod-intro .figure:after,.childkaze .mod-intro .figure:before{content:' ';display:block;height:0;position:absolute;background-position:center center;background-repeat:no-repeat;background-size:100% 100%}.childkaze .mod-intro .figure:before{background-image:url(../img/chldkz_intro_figure_0.png);width:186px;padding-bottom:101px;bottom:-11px;left:157px}.childkaze .contents-sec .ttl{color:#ff6abb}.childkaze .contents-sec .fig:before{content:' ';display:block;height:0;position:absolute;background-position:center center;background-repeat:no-repeat;background-size:100% 100%}.childkaze .contents-sec .fig-cap{display:block;position:absolute;left:50%;-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-top:7.19424%}.childkaze .contents-sec .fig-cap>img{max-width:100%;width:100%;height:auto}.childkaze .contents-sec.q1 .ttl{background-image:url(../img/chldkz_icn_ttl_01.gif)}.childkaze .contents-sec.q2 .ttl{background-image:url(../img/chldkz_icn_ttl_02.gif)}
.childkaze .contents-sec.q3 .ttl{background-image:url(../img/chldkz_icn_ttl_03.gif)}
.childkaze .contents-sec .txt .f-r-img{float:right;margin-left:14px}
.childkaze .contents-sec .txt .f-l-img{float:left;margin-right:14px;padding-bottom:4pc}
.childkaze .fig-00{width:100%;margin-bottom:11.51079%}
.childkaze .fig-00 .fig-cap{width:20.28777%}
.childkaze .fig-00:before{background-image:url(../img/how_fig_icn_00.png);width:20.71942%;padding-bottom:14.53237%;margin-top:-2.15827%;right:5.17986%}
.childkaze .fig-10{width:100%;margin-bottom:11.51079%}.childkaze .fig-10 .fig-cap{width:49.78417%}.childkaze .fig-10:before{background-image:url(../img/how_fig_icn_10.png);width:15.39568%;padding-bottom:14.38849%;margin-top:-2.58993%;left:3.45324%}.childkaze .fig-20{width:100%;margin-bottom:11.51079%}.childkaze .fig-20 .fig-cap{width:25.32374%}.childkaze .fig-20:before{background-image:url(../img/how_fig_icn_20.png);width:15.53957%;padding-bottom:19.28058%;margin-top:-4.89209%;right:5.61151%}

.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 #a9cb51;
  margin-bottom:20px;
  margin-bottom:2rem;
  box-sizing:border-box;
  padding:15px 25px;
  font-size:2.4rem;
  line-height:3rem;
  color:#a9cb51;
}
.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:#a9cb51;position:absolute;left:0;top:0}

.results1 .contents-sec{padding-bottom:0;margin-bottom:40px;margin-bottom:4rem}
.results1 .contents-sec .ttl{color:#a9cb51;background-image:url(../img/icn_ttl_results1.gif);padding-left:4.9rem;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:400;color:#a9cb51;line-height:1.8;margin-bottom:1.29496%}
.results1 .contents-sec .fig{width:650px;margin-bottom:8.63309%}
.results1 .contents-sec .fig.fig-10{margin-bottom:5.89928%}
/*.results1 .contents-sec .fig.fig-11,.results1 .contents-sec .fig.fig-31{margin-bottom:15.10791%}*/
.results1 .contents-sec .fig>img{width:100%;height:auto}

.medicine .mod-intro .figure{margin-bottom:7.19424%}
.medicine .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/icon_mdcn_intro.svg);
  width:472px;
  padding-bottom:88px;
  top:52px;left:106px;
}
.medicine .contents-sec{
  /*padding-bottom:3.2rem;*/
}
.medicine .contents-sec .ttl{color:#008ea5}
.medicine .contents-sec .fig:before{content:' ';display:block;height:0;position:absolute;background-position:center center;background-repeat:no-repeat;background-size:100% 100%}
.medicine .contents-sec .fig-cap{display:block;position:absolute;left:50%;-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-top:7.19424%}
.medicine .contents-sec .fig-cap>img{max-width:100%;width:100%;height:auto}
.medicine .contents-sec .ttl{
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
}
.medicine .contents-sec.q1 .ttl{background-image:url(../img/icon_hanamizu4_no1.png)}
.medicine .contents-sec.q2 .ttl{background-image:url(../img/icon_hanamizu4_no2.png)}
.medicine .contents-sec.q2 .txt .f-r-img{padding-bottom:2pc}
.medicine .contents-sec.q3 .ttl{background-image:url(../img/icon_hanamizu4_no3.png)}
.medicine .contents-sec.q4 .ttl{background-image:url(../img/icon_hanamizu4_no4.png)}
.medicine .contents-sec.q5 .ttl{background-image:url(../img/icon_hanamizu4_no5.png)}
.medicine .contents-sec.q6 .ttl{background-image:url(../img/icon_hanamizu4_no6.png)}
.medicine .contents-sec .txt .f-r-img{float:right;margin-left:14px}
.medicine .contents-sec .txt .f-l-img{float:left;margin-right:14px}

@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 .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}
  .mod-intro .title{
    font-size:1.6em;
    line-height:1.7em;
  }
  .mod-intro .title.ttl_mgnbtm{
    margin-bottom: 7.93103%;
  }
  .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%}
  .contents-sec .txt.plural-txt{margin-bottom:3.2rem}
  .contents-sec .txt.plural2-txt{margin-bottom:1.6rem}
  .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}
  .why .mod-intro .figure{background-image:url(../img/why_intro_figure.jpg)}
  .why .mod-intro .figure:before{width:13.27586%;padding-bottom:30.86207%;bottom:-14%;right:12.75862%}
  .why .mod-intro .figure:after{width:9.13793%;padding-bottom:21.37931%;top:10.8%;left:12.24138%}
  .how .contents-sec .ttl{background-size: 34px 34px;}
  .how .mod-intro .figure{background-image:url(../img/how_intro_figure.jpg)}
  .how .mod-intro .figure:before{
    width:26.2069%;
    padding-bottom:35.17241%;
    top:8.4%;left:-1.89655%;
  }
  .childkaze .mod-intro .figure{background-image:url(../img/chldkz_intro_figure.jpg)}
  .childkaze .mod-intro .figure:before{width:32.06897%;padding-bottom:17.41379%;bottom:-5.2%;left:14.13793%}
  .childkaze .contents-sec .txt .f-r-img{float:none;display:block;margin:0 auto 1.4rem;max-width:100%;width:auto;height:auto}
  .childkaze .contents-sec .txt .f-l-img{float:none;display:block;margin:0 auto 1.4rem;max-width:100%;width:auto;height:auto;padding-bottom:0}
  .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%}
  .results1 .mod-intro .lead{
    padding:2vw 3vw;
    width:100%;
    margin-bottom:2.8777%;
    font-size:2rem;
  }
  .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{width:100%;height:auto}
  .medicine .mod-intro .figure{background-image:url(../img/mdcn_intro_figure_sp.jpg)}
  .medicine .mod-intro .figure:before{
    content: none;
    width:94.13793%;
    padding-bottom:16.37931%;
    top:27.6%;left:3.10345%;
  }
  .medicine .contents-sec{padding-bottom:1.6rem}
  .medicine .contents-sec .ttl{background-size: 34px 34px;}
  .medicine .contents-sec.q2 .txt .f-r-img{padding-bottom:0}
  .medicine .contents-sec .txt .f-l-img,.medicine .contents-sec .txt .f-r-img{float:none;display:block;margin:0 auto 1.4rem;max-width:100%;width:auto;height:auto}
}