/* オンライン診療CSS */
/* common.cssで共通指定 */




/* ==========================================
   オンライン診療について
========================================== */
.online_section {
  padding: 40px 0;
  background-color: #f7fbff;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  color: #1a3263;
}
.online_header {
  margin-bottom: 20px;
  text-align: center;
}

.online_ttl {
  margin: 0 auto 30px;
  text-align: center;
}

/* ゴールド枠線タイトル */
.online_ttl span {
  position: relative;
  display: inline-block;
  padding: 8px 36px;
  border: 2px solid #d4af37;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow:
    inset 0 0 0 2px #ffffff,
    inset 0 0 0 4px #e5c158,
    0 4px 10px rgba(0, 0, 0, 0.05);
  color: #1c3d6e;
  font-size: 22px;
  font-weight: bold;
}

.online_ttl span::before,
.online_ttl span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #d4af37;
  border-right: 2px solid #d4af37;
}

.online_ttl span::before {
  left: 12px;
  transform: translateY(-50%) rotate(-135deg);
}

.online_ttl span::after {
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
}

/* ヒーローエリア */
.online_hero {
  display: flex;
  align-items: center;
  max-width: 900px;
  min-height: 350px;
  margin: 0 auto 30px;
  background: url("../img/online/online_woman.png") no-repeat right bottom / contain;
  -webkit-mask-image: radial-gradient(circle at center, black 60%, transparent 100%);
  mask-image: radial-gradient(circle at center, black 60%, transparent 100%);
}

.online_hero_inner {
  width: 100%;
  padding: 20px;
}

.online_hero_sub {
  margin: 0 0 10px;
  color: #e04b77;
  font-size: 24px;
  font-weight: bold;
}

.online_hero_main {
  margin: 0;
  color: #1a3263;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
}

.online_hero_highlight {
  display: inline-block;
  border-bottom: 3px solid #ffe685;
  color: #1a3263;
  font-size: 52px;
  line-height: 1.1;
}

.online_hero_highlight_blue {
  color: #1a3263;
  font-size: 52px;
}

.online_container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

/* メリットカード */
.online_merits {
  display: flex;
  gap: 15px;
  margin-bottom: 50px;
}

.online_merit_card {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
  border: 1px solid #e2edfd;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  text-align: center;
}

.online_merit_icon {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.online_merit_icon img {
  width: 100%;
  height: auto;
}

.online_merit_title {
  margin: 0 0 8px;
  color: #e04b77;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.online_merit_desc {
  margin: 0;
  color: #1a3263;
  font-size: 14px;
  line-height: 1.4;
}

/* DentalMonitoring セクション
-------------------------------------------------------*/
.dm_section {
  text-align: center;
}

.dm_sub_badge {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 16px;
  border: 1px solid #d4af37;
  border-radius: 15px;
  background: #fff;
  color: #1c3d6e;
  font-size: 13px;
  font-weight: bold;
}

.dm_main_ttl {
  margin: 0 0 20px;
  color: #1c3d6e;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}

/* 動画エリア */
.dm_video_wrap {
  position: relative;
  max-width: 480px;
  margin: 0 auto 25px;
}

.dm_video_label {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 20px;
  border-radius: 12px;
  background-color: #e05d75;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.dm_video_thumbnail {
  position: relative;
  border: 3px solid #fff;
  border-radius: 15px;
  overflow: hidden;
  background-color: #000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.dm_video_thumbnail video {
  display: block;
  width: 100%;
  height: auto;
}

/* 3つのステップ */
.dm_steps {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 25px;
}

.dm_step_item {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 16px 8px 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.dm_step_num {
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #e05d75;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.dm_step_title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-bottom: 8px;
  padding: 0;
  color: #1c3d6e;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.dm_step_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
}

.dm_step_img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.dm_step_arrow {
  align-self: center;
  flex-shrink: 0;
  width: 0;
  height: 0;
  margin: 0 4px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #e05d75;
}

/* 比較表 */
.dm_compare_box {
  position: relative;
  display: flex;
  margin-bottom: 25px;
  padding: 8px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.dm_compare_col {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 12px 8px 10px;
  text-align: center;
}

.dm_compare_col.old {
  padding-right: 18px;
  border-radius: 10px 0 0 10px;
  background-color: #e9ecef;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
}

.dm_compare_col.new {
  margin-left: -4%;
  padding-left: 18px;
  border-radius: 0 10px 10px 0;
  background-color: #eaf4fd;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}

.dm_compare_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  margin-bottom: 8px;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
}

.old .dm_compare_badge {
  background-color: #6c757d;
  color: #ffffff;
}

.new .dm_compare_badge {
  background-color: #1a82ca;
  color: #ffffff;
}

.dm_compare_val {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
}

.old .dm_compare_val {
  color: #495057;
}

.new .dm_compare_val {
  color: #0066cc;
}

.dm_compare_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: auto;
}

.dm_compare_icon img {
  width: auto;
  height: 50px;
  object-fit: contain;
}

/* 通院削減バッジ */
.dm_badge_reduction {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: 280px;
  margin: 0 auto 25px;
  padding: 8px 16px;
  border: 1px dashed #e05d75;
  border-radius: 30px;
  background-color: #fff0f3;
  box-shadow: 0 2px 6px rgba(224, 93, 117, 0.1);
}

.dm_badge_reduction .label {
  color: #1c3d6e;
  font-size: 13px;
  font-weight: bold;
}

.dm_badge_reduction .highlight {
  color: #e05d75;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

/* 下部テキスト */
.dm_footer_text {
  margin: 0;
  color: #1c3d6e;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

/* こんな方におすすめ
-------------------------------------------------------*/
.online_target_section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.online_target_ttl {
  margin: 0 0 25px;
  text-align: center;
}

.online_target_ttl span {
  position: relative;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 30px;
  background: linear-gradient(135deg, #fff0f3 0%, #ffe3e8 100%);
  box-shadow: 0 4px 10px rgba(224, 93, 117, 0.12);
  color: #1c3d6e;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.online_target_ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e05d75;
  transform: translateY(-50%);
}

.online_target_ttl span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e05d75;
  transform: translateY(-50%);
}

.online_target_cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
}

.online_target_card {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 24px;
  border: 1px solid #e2edfd;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  text-align: left;
  margin: 0 20px;
}

.online_target_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-right: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #f0f7ff;
}

.online_target_icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.online_target_content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.online_target_card_ttl {
  margin: 0 0 6px;
  color: #e04b77;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
}

.online_target_card_txt {
  margin: 0;
  color: #1a3263;
  font-size: 14px;
  line-height: 1.6;
}

.pc_only {
  display: inline;
}

/* レスポンシブ (SP)
-------------------------------------------------------*/
@media (max-width: 768px) {
  .online_hero {
    min-height: auto;
    padding: 20px 0;
    background-size: cover;
  }

  .online_hero_sub {
    font-size: 18px;
  }

  .online_hero_main {
    font-size: 26px;
  }

  .online_hero_highlight,
  .online_hero_highlight_blue {
    font-size: 36px;
  }

  .online_merits {
    flex-direction: row;
    gap: 6px;
  }

  .online_merit_card {
    flex-direction: column;
    padding: 10px 4px;
    text-align: center;
  }

  .online_merit_icon {
    width: 36px;
    height: 36px;
    margin-right: 0;
    margin-bottom: 6px;
  }

  .online_merit_title {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 1.2;
  }

  .online_merit_desc {
    font-size: 10px;
    line-height: 1.3;
  }

  .dm_footer_text {
    font-size: 18px;
  }

  .pc_only {
    display: inline;
  }

  .online_target_ttl span {
    font-size: 18px;
  }

  .online_target_cards {
    gap: 12px;
  }

  .online_target_card {
    align-items: flex-start;
    padding: 16px;
    margin: 0 20px;
  }

  .online_target_icon {
    width: 48px;
    height: 48px;
    margin-right: 12px;
    padding: 8px;
  }

  .online_target_card_ttl {
    margin-bottom: 4px;
    font-size: 15px;
  }

  .online_target_card_txt {
    font-size: 12px;
  }
}



/*オーダーメイド
=======================================================*/
.ordermade{
  background:url(../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(../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(../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(../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;
  }
}


/*当院のマウスピース矯正
=======================================================*/
.compare-top{
  background:url(../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(../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(../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;
  }
}
