/*Mv
=======================================================*/
.mv{
  position: relative;
}
.mv img{
  display: block;
}
.mv::after{
  content: "";
  background: linear-gradient(180deg,rgba(220, 235, 254, 1) 0%, rgba(255, 255, 255, 1) 100%);
  width: 100%;
  height: 30px;
  display: block;
  position: absolute;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
}

/*レッドダイヤモンド
=======================================================*/
.reddiamond{
  background:url(/wp-content/themes/nihonbasihonin_lp/img/reddiamond-bg.png), url(/wp-content/themes/nihonbasihonin_lp/img/bg1.png);
  background-repeat: no-repeat;
  background-size: cover,contain;
  background-position: top,bottom;
  position: relative;
}
img.reddiamond-img1{
  display: block;
  margin: 0 auto;
  width: 80%;
}
img.reddiamond-img2{
  display: block;
  margin: 0 auto;
}
.authorize-wrap{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.authorize-box{
  width: fit-content;
  display: flex;
  border: 1px solid #616161;
  padding: 5px;
  align-items: center;
  gap: 5px;
}
.authorize-img{
  object-fit: contain;
  height: 30px;
}
.authorize-box-txt{
  color: #616161;
  font-size: 10px;
  line-height: 1.4;
  font-family: "NotoSansJP Medium";
}
.reddiamond-bg{
  position: absolute;
  bottom: 0;
}
.reddiamond-img3{
  object-fit: contain;
}
img.info-img{
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  .authorize-box-txt{
    font-size: 2vw;
  }
}

/*活動実績
=======================================================*/
.activity{
  background: #FFF9FD;
  position: relative;
}
.activity::before{
  content: "";
  background:url(/wp-content/themes/nihonbasihonin_lp/img/bg2.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.activity::after{
  content: "";
  background:url(/wp-content/themes/nihonbasihonin_lp/img/bg2.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  display: block;
  transform: scale(1, -1);
  z-index: 0;
}
.activity-ttl{
  position: relative;
  padding: 0 10px 10px;
}
.activity-ttl::before,
.activity-ttl::after{
  position: absolute;
  bottom: 0;
  content: '';
  width: 12px;
  height: 70%;
  display: inline-block;
}
.activity-ttl::before {
  border-left: solid 2px #A3A1A0;
  border-top: solid 2px #A3A1A0;
  border-bottom: solid 2px #A3A1A0;
  left: 0;
}
.activity-ttl::after {
  content: '';
  border-top: solid 2px #A3A1A0;
  border-right: solid 2px #A3A1A0;
  border-bottom: solid 2px #A3A1A0;
  right: 0;
}
.activity-ttl img{
  display: block;
  margin: 0 auto;
  width: 35%;
  object-fit: contain;
}
.activity h2{
  margin-top: 10px;
  text-align: center;
}
.activity h2 span{
  display: block;
	font-family: "NotoSerifJP Bold";
  font-size: 21px;
  line-height: 1.3;
}
.bottom-line{
  width: 2px;
  height: 40px;
  background:#A3A1A0;
  display: block;
  margin: 10px auto 0;
}
.activity-intro{
  margin-bottom: 20px;
}
img.activity-intro-img{
  display: block;
  width: 100%;
  object-fit: contain;
}
.activity-intro-txt{
  background: #fff;
  width: 90%;
  margin: -20px auto 0;
  z-index: 1;
  position: relative;
  padding: 10px;
  font-size: 14px;
  line-height: 1.6;
}
.activity01-img{
  width: 100%;
  object-fit: contain;
  display: block;
}
.activityhistory h3{
  text-align: center;
  font-size: 20px;
}
.activityhistory h3 span{
  font-size: 15px;
}
.activityhistory-wrap{
  margin-top: 20px;
  background: #fff;
  padding: 20px 10px;
}
.activityhistory-box{
  display: flex;
  margin-bottom: 10px;
}
.activityhistory-box:last-child{
  margin-bottom: 0;
}
.activityhistory-box::before{
  content: "";
  background:url(/wp-content/themes/nihonbasihonin_lp/img/check01.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 30px;
}
.activityhistory-box span{
  width: 100%;
  line-height: 1.6;
  font-size: 14px;
}
.activity-detail-wrap{
  padding: 20px 0 30px;
  z-index: 1;
  position: relative;
}
.activity-detail-box{
  position: relative;
}
.activity-detail-txt{
  background: #fff;
  position: absolute;
  padding: 15px;
  text-align: center;
  top: 10px;
  z-index: 0;
  width: 44%;
}
.activity-detail-txt::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #fff;
  display: block;
  position: absolute;
  right: 5px;
  transform: rotate(-50deg);
  bottom: -19px;
  z-index: -1;
}
.activity-detail-txt-reverse{
  right: 0;
}
.activity-detail-txt-reverse::after{
  content: "";
  border-left: 30px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #fff;
  transform: rotate(50deg);
  right: auto;
  left: 5px;
}
.activity-detail-img{
  display: block;
  width: 70%;
  margin-left: auto;
  object-fit: contain;
}
.activity-detail-img-reverse{
  margin-left: 0;
}
.activity-award-img{
  display: block;
  width: 100%;
  object-fit: contain;
}
.activity-award-txt{
  text-align: center;
}
.enrollment-box{
  width: 90%;
  margin: 10px auto;
}
h3.enrollment-ttl{
	font-family: "NotoSerifJP Bold";
  font-size: 25px;
}
h3.enrollment-ttl span.enrollment-ttl-top{
  display: block;
}
h3.enrollment-ttl span.enrollment-ttl-bottom{
  text-align: right;
  display: block;
  line-height: 1;
}
h3.enrollment-ttl span.enrollment-ttl-bottom span.enrollment-ttl-bottom-num{
  font-size: 35px;
}
.enrollment-txt{
  margin: 20px 0;
  font-size: 14px;
}
img.enrollment-img{
  display: block;
}
.enrollment-txt-note{
  text-align: center;
  font-size: 10px;
}
.guid{
  margin: 20px 0;
  z-index: 1;
  position: relative;
}
h3.guid-ttl{
  text-align: center;
  font-family: "NotoSerifJP Bold";
  font-size: 23px;
  line-height: 1.5;
}
.guid-txt{
  width: 90%;
  margin: 20px auto;
}
.guide-wrap{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.guid-box{
  width: calc(100% / 2);
  margin-bottom: 10px;
}
img.guid-box-img{
  display: block;
  object-fit: contain;
}
.guid-box-txt{
  text-align: center;
  font-size: 12px;
}
.abroad-wrap{
  margin-top: 20px;
}
.abroad-ttl{
  text-align: center;
  font-family: "NotoSerifJP Bold";
  font-size: 23px;
}
.abroad-txt{
  width: 90%;
  margin: 20px auto 0;
}
.abroad-detail{
  margin-top: 20px;
  padding-bottom: 20px;
}
.abroad-detail-ttl{
  background: #fff;
  width: fit-content;
  font-family: "NotoSerifJP Bold";
  font-size: 22px;
  padding: 5px 10px;
  line-height: 1.5;
}
img.abroad-detail-img{
  display: block;
  width: 80%;
  margin: 20px auto 0;
}
.abroad-detail-txt{
  width: 90%;
  margin: 20px auto 0;
  line-height: 1.5;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  .activity h2{
    font-size: 13px;
  }
  .activity h2 span{
    font-size: 16px;
  }
  .activity-intro-txt{
    font-size: 12px;
  }
  .activity-detail-txt{
    font-size: 12px;
  }
  .guid-box-txt{
    font-size: 11px;
  }
  .abroad-detail-ttl{
    font-size: 18px;
  }
  .abroad-detail-txt{
    font-size: 13px;
  }
  h3.enrollment-ttl{
    font-size: 19px;
  }
}

/*オーダーメイド
=======================================================*/
.ordermade{
  background:url(/wp-content/themes/nihonbasihonin_lp/img/bg3.png) no-repeat;
  background-size: contain;
  background-position: top;
}
.ordermade h2{
  line-height: 1.5;
}
.ordermade-wrap{
  margin-top: 20px;
}
.ordermade-wrap-img{
  display: block;
  width: 100%;
  object-fit: contain;
}
.ordermade-box{
  background: #616161;
  color:#fff;
  padding: 10px;
  font-size: 13px;
  margin-top: 10px;
  position: relative;
}
.ordermade-box::before{
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #616161;
  position: absolute;
  top:-25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.facility-ttl{
  margin-top: 20px;
  font-size: 30px;
  line-height: 1.4;
}
.facility-ttl-sub{
  color: #E0EBFD;
  font-size: 50px;
  line-height: 0.85;
  text-align: right;
  margin-top: -25px;
  position: relative;
  z-index: -1;
}
.facility-ttl-sub span{
  color: rgba(224,235,253,0.4);
  display: block;
  transform: scale(1, -1);
}
.facility-txt{
  font-size: 15px;
  margin-top: -20px;
}
.facescan{
  background: #FFDDE6;
}
.facescan-ttl{
  font-family: "NotoSerifJP Bold";
  font-size: 22px;
}
.facescan-ttl-sub{
  font-family: "NotoSerifJP Regular";
}
.facescan-box{
  background: #fff;
  padding: 10px;
}
.facescan-box span{
  display: block;
  color:#BB070D;
  background-color: #FFFF00;
  width: fit-content;
  font-size: 21px;
  line-height: 1.3;
  margin: 2px 0;
}
.simulation1{
  background:url(/wp-content/themes/nihonbasihonin_lp/img/bg4.png) no-repeat;
  background-size: cover;
  background-position: bottom;
}
.simulation1-ttl{
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 40px;
}
img.simulation1-ttl-img{
  object-fit: contain;
  width: 70%;
  border-radius: 20px 0 20px 0;
  box-shadow: 20px 20px 0 #CCC9C9;
}
.simulation1-ttl h3{
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.simulation1-ttl h3 span{
  display: block;
  border-right: 1px solid;
  height: fit-content;
}
span.simulation1-ttl-main{
  margin-top: auto;
  font-size: 30px;
}
span.simulation1-ttl-sub{
  font-size: 20px;
}
.silver-medal{
  display: flex;
  gap: 10px;
}
.silver-medal2{
  gap:20px;
  margin: 0 20px;
}
.silver-medal .silver-medal-box{
  background:url(/wp-content/themes/nihonbasihonin_lp/img/medal01.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  font-family: "NotoSerifJP Bold";
}
.silver-medal3 .silver-medal-box{
  width: calc(100% / 3);
}
.silver-medal2 .silver-medal-box{
  width: calc(100% / 2);
}
.simulation1-txt{
  margin-top: 20px;
  background: #fff;
  padding: 10px;
  font-size: 14px;
  position: relative;
}
.simulation1-txt ::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #fff;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.simulation1-txt span{
  color: #BB070D;
  font-size: 20px;
  line-height: 1.5;
}
.simulation1-txt-img{
  display: block;
  object-fit: contain;
  margin-top: -20px;
}
.simulation2{
  background: #ffe6ea;
  padding-bottom: 20px;
}
.simulation2-txt{
  font-family: "NotoSerifJP Regular";
  font-size: 13px;
  margin-bottom: 20px;
}
.simulation2-txt span{
  background-color: #FFFF00;
  display: inline;
  font-size: 16px;
}
img.simulation2-txt-img{
  margin-top: -60px;
  position: relative;
  z-index: -1;
  margin-bottom: -20px;
  display: block;
}
img.simulation3-top-img{
  display: block;
  width: 100%;
}
.simulation3-wrap{
  background:url(/wp-content/themes/nihonbasihonin_lp/img/bg5.png) no-repeat;
  background-size: cover;
}
.simulation3-ttl{
  margin-top: -100px;
  margin-bottom: 20px;
}
.simulation3-ttl span{
  display: block;
  width: fit-content;
  padding: 5px 10px;
}
.simulation3-ttl-sub{
  background: #fff;
  font-size: 20px;
}
.simulation3-ttl-main{
  background: #E9577E;
  color: #fff;
  margin-top: 10px;
  font-size: 27px;
}
.simulation3-txt{
  margin-top: 10px;
  font-size: 14px;
}
.basshi{
  display: flex;
  align-items: center;
}
.basshi-txt{
  margin-left: 5%;
  width: 55%;
  font-size: 25px;
  line-height: 1.3;
}
img.basshi-img{
  display: block;
  object-fit: contain;
  width: 45%;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  .facility-ttl{
    font-size: 7vw;
  }
  .facility-ttl-sub{
    font-size: 12vw;
  }
  .facescan-ttl{
    font-size: 4.5vw;
  }
  .facescan-ttl-sub{
    font-size: 3vw;
  }
  .facescan-box{
    font-size: 3.5vw;
  }
  .facescan-box span{
    font-size: 4.7vw;
    margin: 4px 0;
  }
  span.simulation1-ttl-main{
    margin-top: auto;
    font-size: 23px;
  }
  span.simulation1-ttl-sub{
    font-size: 15px;
  }
  .silver-medal .silver-medal-box{
    font-size: 17px;
  }
  .simulation1-txt{
    font-size: 12px;
  }
  .simulation1-txt span{
    font-size: 17px;
  }
  .simulation2-txt span{
    font-size: 14px;
  }
  .simulation3-ttl-sub{
    font-size: 4vw;
  }
  .simulation3-ttl-main{
    font-size: 6vw;
  }
  .simulation3-txt{
    font-size: 13px;
  }
  .basshi-txt{
    font-size: 20px;
    line-height: 1.5;
  }
}

/*部分矯正から全体矯正まで対応
=======================================================*/
.partall{
  background:url(/wp-content/themes/nihonbasihonin_lp/img/bg6.png) no-repeat;
  background-size: cover;
}
h2.partall-ttl{
  background: #fff;
  font-size: 27px;
  text-align: center;
  width: fit-content;
  padding: 0 15px;
  margin: 0 auto;
}
.partall-box{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.partall-box-ttl{
  text-align: center;
  position: relative;
  font-size: 22px;
  width: 60%;
}
.partall-ttl-img{
  position: absolute;
  z-index: -1;
  top: -70%;
  width: 200px;
  left: 30%;
  object-fit: contain;
}
img.partall-box{
  width: 40%;
  object-fit: contain;
}
.pink-medal{
  display: flex;
  gap: 10px;
  color:#fff;
}
.pink-medal2{
  gap: 5px;
  margin: -20px 0px 0;
}
.pink-medal .pink-medal-box{
  background:url(/wp-content/themes/nihonbasihonin_lp/img/medal02.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  font-family: "NotoSerifJP Bold";
}
.pink-medal .pink-medal-box-L{
  font-size: 29px;
}
.pink-medal2 .pink-medal-box{
  width: calc(100% / 3);
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  h2.partall-ttl{
    font-size: 5.5vw;
  }
  .partall-box-ttl{
    line-height: 1.5;
    font-size: 20px;
  }
  .partall-ttl-img{
    width: 150px;
    left: 40%;
  }
  .pink-medal .pink-medal-box{
    font-size: 12px;
  }
  .pink-medal .pink-medal-box-L{
    font-size: 22px;
  }
}

/*当院のマウスピース矯正
=======================================================*/
.compare-top{
  background:url(/wp-content/themes/nihonbasihonin_lp/img/bg7.png) no-repeat;
  background-size: cover;
}
h2.compare-ttl{
  text-align: center;
  padding: 30px 0;
  font-size: 27px;
}
h2.compare-ttl span.compare-ttl-sub{
  display: block;
  color:#DB376E;
  font-family: "NotoSerifJP Bold";
  letter-spacing: 2px;
  position: relative;
  padding: 0 25px;
  width: fit-content;
  margin: 0 auto;
}
h2.compare-ttl span.compare-ttl-sub-S{
  font-size: 23px;
}
h2.compare-ttl span.compare-ttl-sub::before{
  position: absolute;
  top: 0;
  content: '';
  width: 60px;
  height: 50%;
  display: inline-block;
  border-left: solid 1px #A3A1A0;
  border-top: solid 1px #A3A1A0;
  left: 0;
}
h2.compare-ttl span.compare-ttl-sub::after {
  position: absolute;
  bottom: 0;
  content: '';
  width: 60px;
  height: 50%;
  display: inline-block;
  border-bottom: solid 1px #A3A1A0;
  border-right: solid 1px #A3A1A0;
  right: 0;
}
.compare-wrap{
  background: #FDFAF5;
}
.compare-wrap-ttl{
  background: #FEE6DC;
  width: fit-content;
  margin: 30px auto;
  padding: 5px 10px;
  text-align: center;
  line-height: 1.5;
}
img.compare-wrap-img{
  display: block;
  width: 100%;
  object-fit: contain;
}
.compare-img-txt{
  font-size: 6px;
  margin-top: 5px;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  .compare-wrap-ttl{
    font-size: 18px;
  }
}

/*年齢別の矯正
=======================================================*/
.age{
}
.age-ttl{
  background: #FDD2E5;
  position: relative;
  text-align: center;
  font-size: 23px;
  padding: 10px 0;
}
.age-ttl::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #FDD2E5;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.age-wrap{
  margin-top: 40px;
}
.age-box{
  display: flex;
  align-items: center;
}
img.age-box-img{
  object-fit: contain;
  width: 50%;
}
.age-box-txt{
  width: 50%;
}
.age-box-txt h3{
  background: #FDD2E5;
  width: fit-content;
  margin: 0 auto;
  padding: 0 10px;
}
.age-box-txt-detail{
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  .age-box-txt h3{
    font-size: 15px;
  }
  .age-box-txt-detail{
    font-size: 12px;
  }
}

/*悩み
=======================================================*/
.worries{
  background: linear-gradient(145deg,rgba(255, 232, 239, 1) 0%, rgba(255, 214, 228, 1) 50%, rgba(255, 255, 255, 1) 100%);
  position: relative;
}
.worries-arrow{
  background: linear-gradient(145deg,rgba(255, 235, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 60px;
  height: 25px;
}
img.worries-deco{
  position: absolute;
  z-index: -1;
  width: 130px;
  object-fit: contain;
}
.worries-wrap{
  margin-top: 20px;
}
h3.worries-inner-ttl{
  background: #E95B81;
  color:#fff;
  text-align: center;
  font-size: 18px;
  padding: 3px;
}
.worries-inner{
  display: flex;
  gap:10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.worries-box1{
  width: calc(100% / 3 - 7px);
  background: #fff;
  padding: 10px;
}
img.worries-box-img{
  object-fit: contain;
}
.worries-box-detail-txt{
  text-align: center;
  font-size: 12px;
}
.worries-box2{
  width: calc(100% / 2 - 7px);
  background: #fff;
  padding: 10px;
  position: relative;
}
.worries-box2::after{
  content: "";
  position: absolute;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #EDEDED;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
}
.worries-box2-img{
  position: relative;
  z-index: 1;
}
.worries-box2-detail-txt-check{
  display: flex;
  z-index: 1;
  position: relative;
  font-size: 13px;
  justify-content: center;
  align-items: center;
}
.worries-box2-detail-txt-check::before {
  content: "";
  background: url(/wp-content/themes/nihonbasihonin_lp/img/check02.png) no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  background-position: center;
  margin-right: 7px;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  .worries h2{
    line-height: 1;
  }
  img.worries-deco{
    width: 100px;
  }
  h3.worries-inner-ttl{
    font-size: 16px;
  }
  .worries-box1{
    padding: 5px;
  }
  .worries-box-detail-txt{
    font-size: 2.9vw;
  }
  .worries-box2-detail-txt-check::before{
    width: 11px;
    height: 11px;
    margin-right: 5px;
  }
  .worries-box2-detail-txt-check{
    font-size: 2.8vw;
  }
}

/*顔立ちの印象
=======================================================*/
.solve{
  background: url(/wp-content/themes/nihonbasihonin_lp/img/bg8.png) no-repeat;
  background-position: top;
  background-size: 100%;
}
h2.solve-ttl{
  font-size: 27px;
  line-height: 1.5;
}
.solve-wrap{
  margin-top: 20px;
}
.solve-box{
  margin-bottom: 10px;
}
.solve-box:last-child{
  margin-bottom: 0;
}
.solve-box-ttl{
  display: flex;
  align-items: center;
  font-size: 18px;
}
.solve-box-ttl::before{
  content: "";
  width: 30px;
  height: 2px;
  background: #FF69AB;
  display: block;
  margin-right: 10px;
}
.solve-box-img{
  display: block;
  object-fit: contain;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  h2.solve-ttl{
    font-size: 25px;
  }
}

/*指導医
=======================================================*/
.attending{
  background: url(/wp-content/themes/nihonbasihonin_lp/img/bg14.png) no-repeat;
  background-size: cover;
}
.attending-ttl{
  line-height: 1.4;
}
span.attending-ttl-sub{
  font-size: 22px;
}
span.attending-ttl-main{
  font-size: 37px;
  display: block;
}
img.attending-img{
  display: block;
  margin-top: 20px;
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  h2.solve-ttl{
    font-size: 25px;
  }
  span.attending-ttl-sub {
    font-size: 4.5vw;
  }
  span.attending-ttl-main{
    font-size: 8vw;
  }
}

/*矯正プラン
=======================================================*/
.plan{
  background: url(/wp-content/themes/nihonbasihonin_lp/img/bg9.png) no-repeat;
  background-size: cover;
  background-position: top;
}
.plan-ttl{
  display: flex;
  align-items: center;
}
.plan-ttl h2{
  width: 60%;
  text-align: left;
  font-size: 30px;
  line-height: 1.3;
  margin-top: 0;
}
img.plan-ttl-img{
  object-fit: contain;
  width: 40%;
}
.plan-fee{
  margin-top: 20px;
}
.plan-fee-box{
  display: flex;
  width: 100%;
  box-shadow: 0px 0px 4pX rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
.plan-fee .plan-fee-box:last-child{
  margin-bottom: 0;
}
.plan-fee-box-ttl{
  background: linear-gradient(90deg,rgba(233, 91, 129, 1) 0%, rgba(255, 181, 207, 1) 50%, rgba(201, 22, 70, 1) 100%);
  color:#fff;
  width: 25%;
  font-family: "NotoSansJP Bold";
  text-align: center;
  line-height: 1.5;
  padding: 10px;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan-fee-box-txt{
  background: #fff;
  width: 75%;
  padding: 10px;
  font-size: 19px;
}
span.plan-fee-box-txt-unit{
  font-size: 13px;
}
span.plan-fee-box-txt-tax{
  font-size: 10px;
}
span.plan-fee-box-txt-main{
  background: linear-gradient(90deg,rgba(233, 91, 129, 1) 0%, rgba(255, 181, 207, 1) 50%, rgba(201, 22, 70, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "NotoSerifJP Bold";
  text-align: center;
  font-size: 30px;
  line-height: 1.3;
  margin-left: 5px;
}
span.plan-fee-box-txt-main-unit{
  font-size: 20px;
}
.plan-fee-note-right{
  text-align: right;
  font-size: 10px;
}
.plan-fee-note-left{
  font-size: 11px;
  line-height: 1.5;
}
.credit-box{
  box-shadow: 0px 0px 4pX rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 10px;
  margin-top: 20px;
}
.credit-box-ttl{
  margin-top: 0;
  font-size: 22px;
}
.credit-txt{
  text-align: center;
  margin-top: 10px;
  font-size: 11px;
}
.credit-box-img{
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}
.loan{
  margin-top: 20px;
}
.loan-box{
  box-shadow: 0px 0px 4pX rgba(0, 0, 0, 0.25);
  border-radius: 10px 0 10px 0;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
.loan-box:last-child{
  margin-bottom: 0;
}
img.loan-box-img{
  object-fit: contain;
  width: 30%;
}
.loan-box-txt{
  width: 70%;
}
.loan-box-txt-ttl{
  background: #E9577E;
  color:#fff;
  width: fit-content;
  padding: 0 10px;
  font-size: 20px;
  line-height: 1.5;
  font-family: "NotoSerifJP Bold";
}
.loan-box-txt-main{
  color: #E9577E;
  font-size: 20px;
  font-family: "NotoSerifJP Bold";
  line-height: 1.5;
}
.loan-box-txt-main span{
  font-size: 25px;
}
.loan-box-txt-note{
  font-size: 13px;
}
ul.loan-box-txt-list{
  display: flex;
  margin-top: 10px;
}
ul.loan-box-txt-list li{
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: -10px;
}
ul.loan-box-txt-list li::before{
  content: "";
  background: url(/wp-content/themes/nihonbasihonin_lp/img/check03-p.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 18px;
  background-position: center;
  margin-right: 7px;
}
ul.loan-box-txt-list li span{
  color: #E9577E;
  font-family: "NotoSerifJP Bold";
  font-size: 18px;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  .plan-ttl h2{
    font-size: 23px;
  }
  .plan-fee-box-ttl{
    font-size: 3vw;
  }
  .plan-fee-box-txt{
    font-size: 16px;
  }
  span.plan-fee-box-txt-unit{
    font-size: 12px;
  }
  span.plan-fee-box-txt-tax{
    font-size: 8px;
  }
  span.plan-fee-box-txt-main{
    font-size: 21px;
  }
  span.plan-fee-box-txt-main-unit{
    font-size: 17px;
  }
  .credit-box-ttl{
    font-size: 20px;
  }
  .credit-txt{
    font-size: 2.2vw;
  }
  .loan-box-txt-ttl{
    padding: 0 5px;
    font-size: 4.3vw;
  }
  .loan-box-txt-main{
    font-size: 17px;
  }
  .loan-box-txt-main span{
    font-size: 23px;
  }
  ul.loan-box-txt-list li span{
    font-size: 16px;
  }
  ul.loan-box-txt-list li::before{
    margin-right: 5px;
  }
}

/*相談
=======================================================*/
.consult-wrap{
  background: url(/wp-content/themes/nihonbasihonin_lp/img/bg10.png) no-repeat;
  background-size: cover;
}
.consult-list{
  display: flex;
  justify-content: center;
  gap: 5px;
}
.consult-list-box{
  background: #616161;
  padding: 10px;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.consult-list-box-txt{
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
img.consult-list-img{
  display: block;
  object-fit: contain;
  margin-top: 5px;
  height: 50px;
}
.consult-txt{
  margin-top: 20px;
}
.consult-txt-top{
  text-align: center;
  font-size: 15px;
}
.consult-txt-bottom{
  text-align: center;
  border-bottom: 1px solid #616161;
  width: fit-content;
  margin: 0 auto;
  font-size: 23px;
  font-family: "NotoSerifJP Bold";
  position: relative;
  margin-bottom: 30px;
}
.consult-txt-bottom::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 18px solid #616161;
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.consult-txt-img{
  display: block;
  object-fit: contain;
}
.actual{
  background: #616161;
  margin-top: -20px;
  position: relative;
}
.actual::after{
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #616161;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom:-29px;
}
.actual-ttl{
  color: #fff;
  text-align: center;
  padding-top: 15px;
  line-height: 1.5;
}
.actual-ttl span{
  display: block;
  font-size: 22px;
  font-family: "NotoSerifJP Bold";
}
img.actual-img{
  display: block;
  object-fit: contain;
}
.teach{
  margin-top: 30px;
  background: url(/wp-content/themes/nihonbasihonin_lp/img/bg11.png) no-repeat;
  background-size: cover;
  position: relative;
}
.teach::after{
  content: "";
  background: url(/wp-content/themes/nihonbasihonin_lp/img/bg2.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  display: block;
  transform: scale(1, -1);
}
.teach-wrap{
  position: relative;
  display: flex;
  align-items: center;
}
.teach-box{
  margin-left: 5%;
}
.teach-ttl{
  white-space: nowrap;
}
span.teach-ttl-sub{
  background: linear-gradient(95deg,rgba(255, 135, 215, 1) 0%, rgba(18, 152, 249, 1) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "NotoSerifJP Bold";
  display: block;
  font-size: 25px;
}
span.teach-ttl-main{
  background: linear-gradient(95deg,rgba(3, 40, 147, 1) 0%, rgba(18, 152, 249, 1) 36%, rgba(255, 135, 215, 1) 76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "NotoSerifJP Bold";
  display: block;
  font-size: 45px;
  line-height: 1;
}
.teach-txt{
  margin-top: 30px;
  font-family: "NotoSerifJP Bold";
}
.teach-txt span{
  color: #F893A1;
  font-size: 23px;
  line-height: 1.3;
}
img.teach-img{
  width: 40%;
  object-fit: contain;
}
.teach-bottom{
  text-align: center;
}
.teach-bottom-sub{
  font-family: "NotoSerifJP Bold";
  font-size: 20px;
}
.teach-bottom-main{
  font-size: 19px;
}
.teach-bottom-main span{
  color: #D50004;
  font-family: "NotoSerifJP Bold";
  font-size: 25px;
  line-height: 1.5;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  .consult-list-box{
    width: 29%;
  }
  .consult-list-box-txt{
    font-size: 11px;
  }
  .consult-txt-top{
    font-size: 12px;
  }
  .consult-txt-bottom{
    font-size: 20px;
  }
  span.teach-ttl-sub{
    font-size: 20px;
  }
  span.teach-ttl-main{
    font-size: 33px;
  }
  .teach-txt{
    font-size: 12px;
  }
  .teach-txt span{
    font-size: 18px;
  }
  .teach-bottom-sub{
    font-size: 17px;
  }
  .teach-bottom-main {
    font-size: 17px;
  }
  .teach-bottom-main span{
    font-size: 22px;
  }
}

/*安心
=======================================================*/
.features-ttl{
  line-height: 1.3;
  margin: 20px 0 20px;
}
span.pink-ttl-sub{
  display: block;
  font-size: 26px
}
span.pink-ttl-main{
  font-size: 40px;
}
span.pink-ttl-main-S{
  font-size: 30px;
}
.features-box{
  background: url(/wp-content/themes/nihonbasihonin_lp/img/bg12.png) no-repeat;
  background-size: cover;
  padding: 10px 0 20px;
  border-bottom: 5px solid #FFA4E1;
}
.features-box:last-child{
  border-bottom: unset;
}
h3.features-box-ttl{
  display: flex;
  gap:10px;
  width: 90%;
  margin: 0 auto;
  align-items: center;
  line-height: 1.3;
}
h3.features-box-ttl span.features-box-ttl-num{
  color:#FF87D7;
  font-size: 60px;
  font-family: "NotoSerifJP Bold";
}
h3.features-box-ttl span.features-box-ttl-main{
  margin-top: 10px;
  line-height: 1.5;
}
h3.features-box-ttl span.features-box-ttl-main-S{
  font-size: 15px;
  display: block;
}
img.features-box-img{
  width: 100%;
  object-fit: contain;
  display: block;
  margin-top: 10px;
}
img.features-box-img-S{
  width: 80%;
  margin: 10px auto 20px;
}
img.features-box-img-SS{
  width: 60%;
  margin: 10px auto 20px;
}
.features-box-txt{
  width: 90%;
  margin: 10px auto 0;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  line-height: 1.5;
  position: relative;
}
.features-box-txt-ttl{
  color:#fff;
  text-shadow:1px 1px 0 #FF00AA, -1px -1px 0 #FF00AA,
            -1px 1px 0 #FF00AA, 1px -1px 0 #FF00AA,
            0px 1px 0 #FF00AA,  0-1px 0 #FF00AA,
            -1px 0 0 #FF00AA, 1px 0 0 #FF00AA;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  white-space: nowrap;
  font-size: 18px;
}
.features-box-txt-ttl span{
  font-size: 13px;
}
ul.features-box-txt-list{
  margin: 10px auto 0;
  width: fit-content;
}
ul.features-box-txt-list li{
  display: flex;
  align-items: center;
  line-height: 1.3;
}
ul.features-box-txt-list li::before{
  content: "";
  width: 10px;
  height: 10px;
  background: #FF87D7;
  border-radius: 50px;
  margin-right: 5px;
  margin-top: 5px;
}
ul.features-box-txt-list li .features-box-txt-list-sub{
  font-size: 13px;
}
ul.features-box-txt-list li .features-box-txt-list-main{
  font-size: 15px;
}
ul.features-box-txt-list li .features-box-txt-list-main-L{
  font-size: 20px;
}
.features-box-txt-banner{
  background: linear-gradient(95deg, rgba(255, 196, 235, 1) 0%, rgba(255, 135, 215, 1) 100%);
  color: #fff;
  margin-right: -10px;
  margin-left: -10px;
  text-align: center;
  margin-top: 10px;
  font-family: "NotoSerifJP Bold";
}
span.features-box-txt-banner-M{
  font-size: 22px;
}
span.features-box-txt-banner-L{
  font-size: 27px;
}
.features-box-txt-note{
  text-align: center;
  margin-top: 10px;
}
.features-box-note{
  font-size: 10px;
  width: 90%;
  margin: 10px auto 0;
}
.environment-ttl{
  text-align: left;
  width: 90%;
  margin: 20px auto 0;
}
.environment-ttl span{
  text-align: left;
  font-size: 24px;
  line-height: 1.5;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  h3.features-box-ttl span.features-box-ttl-main-S{
    font-size: 12px;
  }
  .environment-ttl span{
    font-size: 5.1vw;
  }
}

/*流れ
=======================================================*/
.flow-ttl span{
  font-size: 35px;
  line-height: 1.3;
}
.flow-wrap{
  margin-top: 30px;
}
.flow-box{
  background: #E6F5FF;
  position: relative;
  margin-top: 40px;
}
.flow-box::after{
  content: "";
  width: 1px;
  height: 100%;
  background: #FF87D7;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -10px;
  left: 6%;
}
.flow-box:last-child:after{
  content: "";
  height: 40%;
  top: -10px;
  left: 6%;
}
.flow-box:last-child::before{
  content: "";
  background: url(/wp-content/themes/nihonbasihonin_lp/img/deco3.png) no-repeat;
  background-size: cover;
  width: 1px;
  height: 30px;
  display: block;
  position: absolute;
  top: 39%;
  left: 6%;
}
.flow-box-ttl{
  display: flex;
  align-items: center;
  position: absolute;
  top: -30px;
}
.flow-box-ttl-num{
  background: #FF87D7;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 13px;
  z-index: 1;
  padding-top: 4px;
}
.flow-box-ttl-num span{
  display: block;
  line-height: 0.5;
  font-size: 25px;
}
.flow-box-ttl-txt{
  font-size: 22px;
  margin-left: 10px;
}
.flow-box-detail{
  padding: 30px 10px 10px 40px;
}
.flow-box-detail-txt{
  position: relative;
  font-size: 13px;
}
.flow-box-detail-ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.flow-box-detail-ttl::before {
  content: "";
  background: #000;
  width: 1px;
  height: 20px;
  display: block;
  transform: rotate(-30deg);
}
.flow-box-detail-ttl::after {
  content: "";
  background: #000;
  width: 1px;
  height: 20px;
  display: block;
  transform: rotate(30deg);
}
ul.flow-box-detail-list{
  margin: 20px 0 20px;
}
ul.flow-box-detail-list li{
  display: flex;
  align-items: center;
  font-size: 13px;
}
ul.flow-box-detail-list li::before{
  content: "";
  background: url(/wp-content/themes/nihonbasihonin_lp/img/check04.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
img.flow-box-detail-list-img{
  position: absolute;
  right: -5%;
  bottom: -10px;
  width: 30%;
}
img.flow-box-detail-img{
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  object-fit: contain;
}
ul.flow-box-detail-list-circle{
  margin: 10px 0 10px;
}
ul.flow-box-detail-list-circle li{
  display: flex;
  align-items: center;
  font-size: 13px;
}
ul.flow-box-detail-list-circle li::before{
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: #1298F9;
  border-radius: 50px;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  ul.flow-box-detail-list li{
    font-size: 11px;
  }
  ul.flow-box-detail-list li::before{
    width: 15px;
    height: 14px;
  }
  .flow-box-detail-txt{
    font-size: 12px;
  }
  ul.flow-box-detail-list-circle li{
    font-size: 11px;
  }
}

/*院内紹介
=======================================================*/
.hospital{
  background: url(/wp-content/themes/nihonbasihonin_lp/img/bg13.png) no-repeat;
  background-size: cover;
}
.hospital-ttl{
  font-size: 30px;
}
.hospital-slick{
  margin: 30px auto 0;
  max-width: 90%;
  width: 100%;
}
.hospital-slick img{
  width: 100%;
  height: 260px;
  object-fit: contain;
}
.slider.slick-initialized.slick-slider{
  padding-bottom: 3px;
}
.thumbnail .slick-track {
  transform: unset !important;
  width: 100% !important;
}
.thumbnail-img {
  opacity: 0.3;
  transition: opacity .3s linear;
  width: calc(100% / 4 - 6px) !important;
  height: 60px;
  margin: 3px;
}
.thumbnail-img img{
  height: 60px;
  object-fit: contain;
}
.thumbnail .slick-current {
  opacity: 1;
  outline: 5px solid rgba(18,152,249,0.4);
  outline-offset: -5px;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  .hospital-slick img{
    height: 205px;
  }
  .thumbnail-img{
    height: 50px;
  }
  .thumbnail-img img{
    height: 50px;
  }
}

/*よくあるご質問
=======================================================*/
.faq-ttl{
  position: relative;
}
.faq-ttl span.faq-ttl-main{
  font-size: 30px;
}
.faq-ttl span.faq-ttl-sub{
  font-size: 50px;
  position: absolute;
  opacity: 0.3;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}
.faq-wrap{
  margin-top: 30px;
}
.faq-box{
  margin-bottom: 10px;
}
.faq-box:last-child{
  margin-bottom: 0;
}
.faq-box-q{
  display: flex;
  background: #E6F5FF;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.faq-box-q-num{
  font-size: 32px;
  background: #fff;
  line-height: 1;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-bottom: 6px;
}
.faq-box-q-num span{
  background: linear-gradient(90deg,rgba(3, 40, 147, 1) 0%, rgba(18, 152, 249, 1) 50%, rgba(3, 40, 147, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 2;
}
.faq-box-q-txt{
  width: 90%;
  font-size: 13px;
  line-height: 1.5;
}
img.faq-box-arrow{
  object-fit: contain;
  object-position: center;
  width: 15px;
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}
.faq-box-q.open img.faq-box-arrow{
  transform: rotate(-180deg);
}
.faq-box-a{
  display: none;
}
.faq-box-a-detail{
  display: flex;
  background: #fff;
  padding: 10px;
}
.faq-box-a-num{
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 5px;
}
.faq-box-a-num span{
  background: linear-gradient(90deg, rgba(3, 40, 147, 1) 0%, rgba(18, 152, 249, 1) 50%, rgba(3, 40, 147, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-size: 70px;
  opacity: 0.2;
  margin-top: 15px;
}
.faq-box-a-txt{
  width: 90%;
  font-size: 13px;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
}

/*グループ
=======================================================*/
.group{
  background: url(/wp-content/themes/nihonbasihonin_lp/img/group01.png) no-repeat;
  background-position: top;
  background-size: 100%;
}
.group-ttl{
  font-size: 25px;
  line-height: 1.5;
}
.group-wrap{
  margin-top: 30px;
}
.group-box{
  margin-bottom: 10px;
}
.group-box:last-child{
  margin-bottom: 0;
}
.group-box-ttl{
  background: #378ED5;
  color: #fff;
  position: relative;
}
.group-box-ttl-txt{
  text-align: center;
  font-size: 20px;
}
img.group-box-ttl-arrow{
  object-fit: contain;
  object-position: center;
  width: 15px;
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.group-box-ttl.open img.group-box-ttl-arrow{
  transform: rotate(-180deg);
  top: 40%;
}
.group-box-detail{
  display: none;
  padding-top: 10px;
}
img.group-box-detail-img{
  display: block;
  width: 100%;
  object-fit: contain;
}
.group-box-detail-add{
  margin-top: 10px;
  font-size: 14px;
}
.group-box-detail-map{
  margin-right: -6%;
  margin-left: -6%;
  margin-top: 10px;
}
.group-box-detail-map iframe{
  width: 100%;
  height: 260px;
}
.group-box-detail-access{
  display: flex;
  align-items: baseline;
}
.group-box-detail-access-ttl{
  font-size: 19px;
  margin-right: 10px;
}
.group-box-detail-access-txt{
  font-size: 14px;
}
.group-box-detail-hours{
  margin-top: 10px;
}
.group-box-detail-hours-ttl{
  font-size: 19px;
}
table.group-box-detail-hours-table{
  width: 100%;
  border-spacing: 0;
}
table.group-box-detail-hours-table th,
table.group-box-detail-hours-table td{
  border-bottom: 1px solid #000;
}
table.group-box-detail-hours-table th.group-box-detail-hours-table-time{
  text-align: left;
  padding: 5px 0;
}
table.group-box-detail-hours-table td{
  text-align: center;
}
.group-box-detail-hours-note{
  font-size: 12px;
}
.group-box-detail-web{
  display: flex;
  align-items: baseline;
  margin-top: 10px;
}
.group-box-detail-web-ttl{
  font-size: 19px;
  margin-right: 10px;
}
.group-box-detail-web-link a{
  font-size: 14px;
  text-decoration: underline;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  .group-box-detail-hours-note{
    font-size: 10px;
  }
}

/*最新技術を使った精密診断
=======================================================*/
img.diagnosis-top-img1{
  display: block;
  object-fit: contain;
  width: 100%;
}
.diagnosis-bottom{
  background:#F7E3E5;
}
.diagnosis-link-wrap{
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
img.diagnosis-link-img{
  display: block;
  width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 4px rgba(0,0,0,0.4));
}
.diagnosis-link-txt-note{
	font-family: "NotoSansJP Medium";
  text-align: center;
  color:#3B3535;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  .diagnosis-link-txt-note{
    font-size: 3.5vw;
  }
}