@charset "UTF-8";
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
@import "../../../css/normalize.css";
@import "../common.css";
/*====================================
  当院の特長
=====================================*/
/*
.sectionSubtitle3{
  font-size:110%;
}

#container ul{
  margin:1.5em 0 0.5em 0;
  padding:0.5em;
  border:1px solid #a1d0e8;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

#container ul li{
  padding:0.5em 0 1.0em 0;
  margin:0.5em 0.5em 0 0.5em;
  border-bottom:2px dotted #dddddd;
}

#container p{
  padding:1.0em 0 0 0;
}

#container li.last{
  border-bottom:none;
}

#container div.figure{
  display:block;
  margin:0 auto 20px auto;
}

#container img.learned_society{
  display:block;
  width:100%;
  margin:0 auto 10px auto;
}

td#fancybox-title-float-main{
  font-size:100%;
}
*/
#container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.case__list .case__sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
}
.case__list .case__sections section:nth-child(n+2) {
  border-top: 1px dotted #0068b7;
  padding-top: 16px;
}
.case__list .case__sections .subHeading {
  font-weight: bold;
  font-size: 5.2vw;
  color: #0068b7;
}
.case__list .case__sections ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.case__list .case__sections ul li {
  width: 50%;
  padding: 1em;
}
.case__list .case__sections ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0.5em;
  text-decoration: none;
}
.case__list .case__sections ul li .thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.case__list .case__sections ul li span {
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
}

.case__single .single__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1px;
}
.case__single .single__info .info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.case__single .single__info .info__item dt, .case__single .single__info .info__item dd {
  width: 100%;
  padding: 0.5em 1em;
  font-size: 4.4vw;
  line-height: 1.8;
}
.case__single .single__info .info__item dt {
  font-weight: bold;
  background-color: #d8f0fc;
  color: #0068b7;
}
.case__single .single__info .info__item dd {
  background-color: #ebf7fd;
}
.case__single .single__figure {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
}
.case__single .single__figure .before,
.case__single .single__figure .after {
  display: block;
  margin: 0a;
  padding: auto;
}
.case__single .single__figure .before figcaption,
.case__single .single__figure .after figcaption {
  display: block;
  font-weight: bold;
  font-size: 5.2vw;
  color: #0068b7;
}
.case__single .single__figure .before .img,
.case__single .single__figure .after .img {
  margin-top: 1em;
}
.case__single .single__figure .before .img img,
.case__single .single__figure .after .img img {
  display: block;
  width: 100%;
  height: auto;
}
.case__single .single__risk {
  margin-top: 24px;
}
.case__single .single__risk .subHeading {
  display: block;
  font-weight: bold;
  font-size: 5.2vw;
  color: #0068b7;
}
.case__single .single__risk .risk__list li {
  margin-top: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 4.4vw;
}
.case__single .single__risk .risk__list li a {
  text-decoration: underline;
}