@charset "utf-8";
/* 疾患紹介TOP */
main{
   overflow: visible !important;
}
.page_navi_wrap_ds{
   margin: 0 auto 30px;
   /* background-color: #fff; */
   background-image: url(/azabu28/img/common/bg.png);
}
.page_navi_ds{
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   padding: 40px 20px;
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
}
.page_navi_ds a{
   position: relative;
   width: calc(50% - 20px);
   margin: 10px;
   padding: 12px 30px 12px 20px;
   box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
   border-radius: 3px;
   color: #444444;
   text-decoration: none;
   font-family: "Kosugi Maru";
   font-size: 1.9rem;
   /* background-color: #CEE1EA; */
   background-color: #fff;
}
.page_navi_ds a:before {
   content: "";
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   display: block;
   height: 30px;
   width: 5px;
   background-color: #178b45;
}
.ds_otolaryngology{
   display: flex;
   justify-content: center;
   align-items: center;
   margin-bottom: 50px;
}
.ds_otolaryngology_img{
   margin: 20px;

}
.ds_otolaryngology_explanation p{
   margin: 20px;
   line-height: 2.2;
}
.ds_otolaryngology_explanation p .ds_marker{
   font-size: 1.2em;
   background: linear-gradient(transparent 70%, #14AFA0 120%);
}
.is--sp--ds{
   display: none;
}
/* 詳細ページ */
.pagettl_ds{
   margin-bottom: 30px;
}
.breadcrumbs_margin{
   margin-bottom: 20px;
}
.ds_main_title{
   width: 1200px;
   max-width: 100%;
   margin: 0 auto 30px;
   text-align: center;
}
.ds_navi_wrap{
   width: 1200px;
   max-width: 100%;
   margin: 0 auto 50px;
   padding: 40px;
   background-color: #CEE1EA;
}
.ds_navi{
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   width: 1200px;
   max-width: 100%;
   margin-bottom: 30px;
   
}
.ds_navi a{
   position: relative;
   width: calc(50% - 20px);
   padding: 15px;
   margin: 10px;
   font-size: 2rem;
   color: #fff;
   background-color: #1B8FAA;
   border-radius: 8px;
   box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
   text-decoration: none;
}
.ds_navi a::after{
   position: absolute;
   right: 20px;
   content: "";
   display: inline-block;
   width: 15px;
   height: 15px;
   border-right: 2px solid #fff;
   border-bottom: 2px solid #fff;
   transform: rotate(45deg);
}
.ds_comment_wrap{
   display: flex;
   align-items: center;
   position: relative;
   margin-left: 10px;
   margin-right: 10px;

}
.ds_comment{
   width: 1200px;
   max-width: 100%;
   padding: 20px 20px;
   background-color: #fff;
   border-radius: 8px;
}
.ds_comment_wrap_img{
   padding: 60px 0 20px;
}
.ds_comment_wrap_img .ds_comment{
   padding-left: 160px;

}
.ds_comment_img{
   max-width: 110px;
   position: absolute;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
}
.page_main{
   background-color: #fff;

}
.page_main_2{
   background-color: #f9f9f9;
   padding: 40px 0 60px;
}
.article{
   width: 1200px;
   max-width: 100%;
   padding: 0;
   margin: 0 auto;
}
.article h2{
   font-family: "Kosugi Maru";
   font-size: 2.7rem;
   line-height: 3rem;
   font-weight: normal;
   background: linear-gradient(to right , #c2ece2 , #d6ecd1);
   border-left: 3px solid #00a896;
   padding: 15px;
   margin-bottom: 30px;
}
.article h3{
   position: relative;
   border-bottom: 3px solid #a6d9cd;
   margin: 0 0 30px;
}
.article h3::before{
   content: '';
   position: absolute;
   left: 0;
   bottom: -3px;
   width: 20%;
   height: 2px;
   border-bottom: 3px solid #007272;
}
.article p {
   margin-bottom: 0;
}
.article img {
   display: inline;
   margin: 0;
}
.ds_section{
   padding-bottom: 30px;
}
.ds_section_fx{
   display: flex;
   justify-content: space-between;
   align-items: center;
   background-color: #fff;
   padding: 20px 30px 20px 10px;
   border-radius: 10px;
   margin-bottom: 30px;
}
.ds_section_fx2{
   display: flex;
   align-items: flex-start;
}
.ds_section .ds_section_explanation{
   padding: 20px;
   max-width: 880px;
   margin-right: 10px;
}
.ds_section_explanation_img a{
   display: inline-block;
   position: relative;
}
.ds_section_explanation_img a::after{
   content: '';
   position: absolute;
   right: 5px;
   bottom: 5px;
   display: block;
   width: 30px;
   height: 30px;
   background: url(/azabu28/img/disease/loupe.svg) center / contain no-repeat;
}
.ds_section_explanation_img .ds_section_explanation_img_01{
   width: auto;
   height: auto;
   max-width: 320px;
   max-height: 320px;
   display: block;
   box-shadow: 3px 3px 8px rgb(0 0 0 / 30%);
}
.loupe_icon{
   position: absolute;
   bottom: 12px;
   right: 2px;
   max-width: 100%;
}
.ds_navi_2{
   width: 30%;
   max-width: 300px;
   background-color: #fff;
   padding: 20px 20px 20px 60px;
   margin-right: 50px;
   position: sticky;
   top: 15px;
   border-radius: 10px;
}
.ds_navi_2 a{
   display: block;
   position: relative;
   text-decoration: none;
   color: #333;
}
.ds_navi_2 a::before{
   content: '';
   position: absolute;
   top: 6px;
   left: -30px;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   background-color: #FCC342;
}
.ds_navi_2 a::after{
   content: '';
   position: absolute;
   top: 10px;
   left: -23px;
   border-top: 6px solid transparent;
   border-right: 6px solid transparent;
   border-bottom: 6px solid transparent;
   border-left: 8px solid #fff;

}
.ds_unit{
   width: 80%;
   max-width: 1000px;
}
.ds_introduction{
   margin-bottom: 35px;
   background-color: #fff;
   padding: 20px 15px;
   border-radius: 10px;
}
.ds_introduction_title{
   color: #007272;
   border-left: 3px solid #007272;
   padding-left: 20px !important;
   padding: 3px;
   margin-bottom: 20px;
   font-size: 2rem;
}
.ds_introduction_text{
   padding-left: 20px;
   padding-right: 20px;
}
@media screen and (max-width: 1024px) {
   /* 疾患紹介TOP */
   .page_navi_ds a {
      width: 100%;
      max-width: 340px;
      margin: 6px;
      padding: 8px 20px 8px 16px;
      font-size: 1.7rem;
   }
   .page_navi_ds a:before {
      height: 20px;
      width: 4px;
   }
   .ds_otolaryngology_img{
      margin: 5px;
   }
   .ds_otolaryngology_img img{
      max-width: 200px;
      width: 100%;
   }
   .ds_otolaryngology_explanation p{
      margin: 5px;
      min-width: 350px;
   }
   .ds_otolaryngology_explanation p .ds_marker{
      font-size: 1em;
   }
   /* 詳細ページ */
   .ds_main_title img{
      max-width: 120px;
   }
   .ds_navi_wrap{
      margin: 0 auto 30px;
      padding: 20px;
   }
   .ds_navi a{
      width: 100%;
      padding: 10px 16px;
      font-size: 1.7rem;
   }
   .ds_navi a::after{
      width: 12px;
      height: 12px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      transform: rotate(45deg);
   }
   .ds_comment_wrap_img{
      padding: 3% 0 10px;
   }
   .ds_comment_wrap_img .ds_comment{
      padding-left: 110px;
   }
   .ds_comment_img{
      max-width: 90px;
   }
   .page_main_2{
      padding-top: 10px;
   }
   .article{
      padding: 10px 4px;
   }
   .article h2{
      font-size: 2.2rem;
      margin-bottom: 20px;
      padding: 10px 15px;
   }
   .article h3{
      border-bottom: 3px solid #a6d9cd;
      margin: 0 0 20px;
   }
   .article p {
      margin-bottom: 10px;
   }
   .ds_section{
      padding-bottom: 0;
   }
   .ds_section_fx{
      display: block;
      padding: 15px;
   }
   .ds_section .ds_section_explanation {
      padding: 0;
      margin-right: 0;
   }
   .ds_section .ds_section_explanation_img{
      padding: 0 15px;
      text-align: center;
   }
   .ds_section_fx2{
      display: block;
   }
   .ds_section_last{
      padding-bottom: 30px;
   }
   .ds_navi_2{
      width: 100%;
      margin: 0 auto 20px;
      padding: 15px 20px 15px 48px;
      position: static;
   }
   .ds_navi_2 a{
      line-height: 2em;
   }
   .ds_navi_2 a::before{
      top: 7px;
      left: -25px;
      width: 15px;
      height: 15px;
   }
   .ds_navi_2 a::after{
      top: 10px;
      left: -20px;
      border-top: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 7px solid #fff;
   }
   .ds_unit{
      width: 100%;
   }
   .ds_introduction {
      margin-bottom: 20px;
      padding: 15px;
   }
   .ds_introduction_title{
      border-left: 3px solid #007272;
      padding-left: 15px !important;
      padding: 0;
      font-size: 1.8rem;
      margin-bottom: 10px;
   }
   .ds_introduction_text{
      padding: 0;
      margin-bottom: 0 !important;
   }
}

@media screen and (max-width: 480px) {
   .ds_otolaryngology{
      display: block;
   }
   .ds_otolaryngology_img{
      text-align: center;
   }
   .is--pc--ds{
      display: none;
   }
   .is--sp--ds{
      display: block;
   }
}