<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.page-header .title {
  color: #0f3ba9;
  margin-top: 7rem;
  letter-spacing: 2px;
  font-size: 2.2rem;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 10px #fff, 0 0 20px #fff;
}

@media screen and (max-width: 991px){
  .page-header .title {
    margin: 0 auto;
  }
}

.section h3{
  color: #0f3ba9;
  font-weight: bold;
  margin-bottom: 2rem;
  letter-spacing: 2px;
  position: relative;
}

.section h3 span{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 300;
  color: #696969;
  display: block;
  font-size: 14px;
}

.section h3::before{
  background: #ffffff;
  background: -moz-linear-gradient(left,  #ffffff 0%, #0f3ba9 50%, #ffffff 100%);
  background: -webkit-linear-gradient(left,  #ffffff 0%,#0f3ba9 50%,#ffffff 100%);
  background: linear-gradient(to right,  #ffffff 0%,#0f3ba9 50%,#ffffff 100%);
  content:'';
  display: block;
  height: 1px;
  margin-bottom: 1rem;
  width: 100%;
}

.section h3::after{
  background: #ffffff;
  background: -moz-linear-gradient(left,  #ffffff 0%, #0f3ba9 50%, #ffffff 100%);
  background: -webkit-linear-gradient(left,  #ffffff 0%,#0f3ba9 50%,#ffffff 100%);
  background: linear-gradient(to right,  #ffffff 0%,#0f3ba9 50%,#ffffff 100%);
  content:'';
  display: block;
  height: 1px;
  margin-top: 1rem;
  width: 100%;
}



.main-raised {
  background: #fff;
  margin: 0;
}

#info {
  margin: 0 auto 2rem;
}

#info img {
  height: auto;
  max-width: 100%;
  width: 100%;
}


#doctor.section{
  padding-bottom: 100px;
}

.box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 2rem;
}

.box-prof {
  border-bottom:  1px solid #ccc;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  width: 100%;
}


.order1{
  order : 1;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}

.box-prof img,
.box img {
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  width: 100%;
}

.box .rounded {
  height: 230px;
  overflow: hidden;
  position: relative;
  width:100%;
}

.box-prof .rounded {
  height: 220px;
  overflow: hidden;
  position: relative;
  width:200px;
}

.order2{
  order : 2;
  width: 100%;
}

.order2 h4 {
  margin-bottom: 0;
}

.box-prof h4 span,
.order2 h4 span{
  display: block;
  font-size: 12px;
}

.order2 p{
  font-size: 12px;
  text-align: center;
}

#doctor ul{
  margin: 0 auto 1rem;
  padding: 0;
  width: 100%;
}

#doctor ul li{
  line-height: 140%;
  list-style: none;
  text-align: left;
  margin: .5rem 0;
}

@media (max-width: 1200px) {

.box-prof .rounded {
  height: 200px;
  padding-top: 110%;
  width: 100%;
}
}

@media (max-width: 980px) {

.box-prof .rounded {
  height: inherit;
  padding-top: 110%;
  width: 100%;
}
}

@media (max-width: 768px) {
  
  .box-prof .rounded {
    height: 180px;
    margin: 0 auto;
    padding-top: 0;
    width:160px;
  }
}


@media print { 

.page-header .title {
  color: #0f3ba9;
  margin-top: 7rem;
  letter-spacing: 2px;
  font-size: 2.2rem;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 10px #fff, 0 0 20px #fff;
}

.section h3{
  color: #0f3ba9;
  font-weight: bold;
  margin-bottom: 2rem;
  letter-spacing: 2px;
  position: relative;
}

.section h3 span{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 300;
  color: #696969;
  display: block;
  font-size: 14px;
}

.section h3::before{
  background: #ffffff;
  background: -moz-linear-gradient(left,  #ffffff 0%, #0f3ba9 50%, #ffffff 100%);
  background: -webkit-linear-gradient(left,  #ffffff 0%,#0f3ba9 50%,#ffffff 100%);
  background: linear-gradient(to right,  #ffffff 0%,#0f3ba9 50%,#ffffff 100%);
  content:'';
  display: block;
  height: 1px;
  margin-bottom: 1rem;
  width: 100%;
}

.section h3::after{
  background: #ffffff;
  background: -moz-linear-gradient(left,  #ffffff 0%, #0f3ba9 50%, #ffffff 100%);
  background: -webkit-linear-gradient(left,  #ffffff 0%,#0f3ba9 50%,#ffffff 100%);
  background: linear-gradient(to right,  #ffffff 0%,#0f3ba9 50%,#ffffff 100%);
  content:'';
  display: block;
  height: 1px;
  margin-top: 1rem;
  width: 100%;
}

.main-raised {
  background: #fff;
  margin: 0;
}

#info {
  margin: 0 auto 2rem;
}

#info img {
  height: auto;
  max-width: 100%;
  width: 100%;
}


#doctor.section{
  padding-bottom: 100px;
}

.box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 2rem;
}

.box-prof {
  border-bottom:  1px solid #ccc;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  width: 100%;
}

.order1{
  order : 1;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}

.box-prof img,
.box img {
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  width: 100%;
}

.box .rounded {
  height: 230px;
  overflow: hidden;
  position: relative;
  width:100%;
}

.box-prof .rounded {
  height: 220px;
  overflow: hidden;
  position: relative;
  width:200px;
}

.order2{
  order : 2;
  width: 100%;
}

.order2 h4 {
  margin-bottom: 0;
}

.box-prof h4 span,
.order2 h4 span{
  display: block;
  font-size: 12px;
}

.order2 p{
  font-size: 12px;
  text-align: center;
}

#doctor ul{
  margin: 0 auto 1rem;
  padding: 0;
  width: 100%;
}

#doctor ul li{
  line-height: 140%;
  list-style: none;
  text-align: left;
  margin: .5rem 0;
}

}</pre></body></html>