@charset "utf-8";

/**
 *
 * 院長挨拶
 *
 */

@media print,screen and (min-width : 501px) {

.sn50 a{ background-color: #72c0b7;color: #FFF; }

/** 共通
---------------------------------------- */
#mainContentsC h3{
  font-family: "NotoSerifJP-3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-size:24px;font-size:2.4rem;
  color: #766049;
}
.inner{
  padding: 0px 10px 0 10px;
}
.inner p{
  margin-top: 10px;
}
.inner ul{
  margin: 10px 0px 10px 24px;
}
.inner li{
  list-style-type: disc;
  font-family:"NotoSerifJP-5";
  margin: 10px 0;
  line-height: 1.2;
  color: #c80000;
}

#c01{
  margin-top: 20px;
}
#c01 .inner img{
  float: right;
  width: 240px;
  height: auto;
  margin: 0 0 20px 30px;
}
#c01 .inner::after{
  content: "";
  display: block;
  clear: both;
}

#c02{
  margin-top: 20px;
}

#c03{
  margin-top: 20px;
}

#c04{
  margin-top: 20px;
}
#c04 .name{
  text-align: right;
}
#c04 .name strong{
  font-size:1.8rem;
  font-family:"NotoSerifJP-4";
}

#photo{
  margin-top: 20px;
}
#photo img{
  max-width: 100%;
  height: auto;
}


}
@media screen and (max-width : 500px) {

/** 共通
---------------------------------------- */
#mainContentsC h3{
  font-family: "NotoSerifJP-3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-size:20px;font-size:2.0rem;
  color: #766049;
}
#mainContentsC section{
  padding: 0 10px;
  font-size:1.4rem;
}
.inner{
  padding: 10px 6px 0 6px;
}
.inner p{
  margin-top: 10px;
}
.inner ul{
  margin: 10px 0px 10px 18px;
}
.inner li{
  list-style-type: disc;
  font-family:"NotoSerifJP-5";
  margin: 6px 0;
  line-height: 1.2;
  color: #c80000;
}

#c01{
  margin-top: 20px;
}
#c01 .inner img{
  width: 100%;
  height: auto;
}

#c02{
  margin-top: 20px;
}

#c03{
  margin-top: 20px;
}

#c04{
  margin-top: 20px;
}
#c04 .name{
  text-align: right;
}
#c04 .name strong{
  font-size:1.6rem;
  font-family:"NotoSerifJP-4";
}

#photo{
  margin-top: 20px;
}
#photo img{
  max-width: 100%;
  height: auto;
}

}

