/*----------------------------------
     鎮静剤ページ専用スタイル
----------------------------------*/

/* ヒーローセクション */
.sedation_hero{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-image: linear-gradient(rgba(44, 42, 83, 0.55), rgba(44, 42, 83, 0.55)), url("../img/sedation_hero_bg.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sedation_hero_inner{
  width: calc(100% - 2rem);
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 0;
}
.sedation_hero_text{
  color: #FFF;
}
.sedation_hero_catch{
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 1.6;
  font-weight: 400;
}
.sedation_hero_sub{
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}
.sedation_hero_lead{
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 991px){
  .sedation_hero_inner{
    padding: 48px 0;
  }
  .sedation_hero_catch{
    font-size: 26px;
  }
  .sedation_hero_sub{
    font-size: 16px;
  }
  .sedation_hero_lead{
    font-size: 14px;
  }
}

/* リード文 */
.sedation_lead{
  width: calc(100% - 2rem);
  max-width: 840px;
  padding: 80px 0 0;
}
.sedation_lead_text{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 991px){
  .sedation_lead{
    padding: 40px 0 0;
  }
  .sedation_lead_text{
    font-size: 14px;
    text-align: left;
  }
}

/* 使用割合セクション */
.sedation_ratio{
  width: calc(100% - 2rem);
  max-width: 640px;
}
.sedation_ratio_image img{
  width: 100%;
  height: auto;
}

/* コンテンツ共通 */
.sedation_content{
  width: calc(100% - 2rem);
  max-width: 960px;
}
.sedation_note{
  width: calc(100% - 2rem);
  max-width: 840px;
  margin-bottom: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #9594A9;
}
.sedation_shuttle_link{
  width: calc(100% - 2rem);
  max-width: 840px;
  margin-bottom: 40px;
}
.sedation_shuttle_link a{
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #2C2A53;
  text-decoration: none;
  border-bottom: 1px solid #2C2A53;
  transition: opacity 0.3s;
}
.sedation_shuttle_link a:hover{
  opacity: 0.7;
}

/* 画像2枚横並び */
.sedation_images{
  width: 100%;
  max-width: 840px;
  gap: 24px;
  margin-top: 40px;
}
.sedation_images_item{
  width: calc(50% - 12px);
}
.sedation_images_item img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 4px;
}

@media screen and (max-width: 991px){
  .sedation_images{
    gap: 12px;
    margin-top: 24px;
  }
  .sedation_images_item img{
    height: 160px;
  }
}

/* 安全管理体制 */
.sedation_safety{
  width: calc(100% - 2rem);
  max-width: 840px;
  padding: 40px;
  background-color: #FFF;
  border: 1px solid #EBEBED;
  border-radius: 4px;
}
.sedation_safety_list{
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}
.sedation_safety_list li{
  position: relative;
  padding: 12px 0 12px 32px;
}
.sedation_safety_list li:not(:last-child){
  border-bottom: 1px solid #EBEBED;
}
.sedation_safety_list li::before{
  position: absolute;
  content: "";
  left: 0;
  top: 18px;
  width: 18px;
  height: 18px;
  background-image: url("../img/check_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 991px){
  .sedation_safety{
    max-width: 450px;
    padding: 24px 20px;
  }
  .sedation_safety_list{
    font-size: 14px;
  }
}

/* ポイント帯（女性医師ページと同じ基調） */
.sedation_point{
  width: calc(100% - 2rem);
  max-width: 960px;
  margin: 80px auto;
  padding: 32px 40px;
  background-color: #2C2A53;
  border-radius: 4px;
}
.sedation_point_text{
  font-size: 20px;
  line-height: 1.8;
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 991px){
  .sedation_point{
    max-width: 450px;
    margin: 40px auto;
    padding: 24px 20px;
  }
  .sedation_point_text{
    font-size: 16px;
  }
}

/* CTAボタン */
.sedation_cta{
  width: calc(100% - 2rem);
  max-width: 600px;
  padding: 0 0 120px;
}
.sedation_cta_button{
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 16px;
  padding: 20px 0;
  font-size: 18px;
  line-height: 26px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background-color: #4CAF50;
  border-radius: 50px;
  transition: opacity 0.3s;
}
.sedation_cta_button:hover{
  opacity: 0.8;
  color: #FFF;
}
.sedation_cta_button_sub{
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 16px 0;
  font-size: 16px;
  line-height: 23px;
  color: #2C2A53;
  text-align: center;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #2C2A53;
  border-radius: 50px;
  transition: all 0.3s;
}
.sedation_cta_button_sub:hover{
  color: #FFF;
  background-color: #2C2A53;
}

@media screen and (max-width: 991px){
  .sedation_cta{
    padding: 0 0 80px;
  }
  .sedation_cta_button{
    font-size: 16px;
    padding: 16px 0;
  }
  .sedation_cta_button_sub{
    font-size: 14px;
    padding: 14px 0;
  }
}
