<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* doctor CSS */
/* _setting CSS */
#doctor #header_bottom {
  background-image: url(../images/doctor/main_image_doctor.jpg);
}
#doctor #main .page_title {
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  #doctor #main .page_title {
    margin-bottom: 30px;
  }
}
#doctor #main .sec {
  overflow: hidden;
}
@media screen and (max-width:767px) {
  #doctor #main .sec {
    overflow: hidden;
    margin-top: -140px;
    padding-top: 140px;
  }
}
#doctor #main .sec .stitle {
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  #doctor #main .sec .stitle img {
    height: 30px;
    width: auto;
  }
}
#doctor #main .sec .stitle .stitle_is_pc {
  display: block;
}
#doctor #main .sec .stitle .stitle_is_sp {
  display: none;
}
@media screen and (max-width:767px) {
  #doctor #main .sec .stitle .stitle_is_pc {
    display: none;
  }
  #doctor #main .sec .stitle .stitle_is_sp {
    display: block;
    height: 54px;
  }
}



#doctor #main .sec .profile {
  width: 610px;
  float: left;
}
@media screen and (max-width:767px) {
  #doctor #main .sec .profile {
    width: 100%;
    float: none;
  }
}
#doctor #main .sec .profile dt {
  margin-bottom: 10px;
}
#doctor #main .sec .profile dt:before {
  content: '■';
  font-size: 15px;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  color: #219244;
  background-color: #219244;
}
#doctor #main .sec .profile dd {
  margin-bottom: 25px;
  line-height: 1.4;
}
#doctor #main .sec .photo {
  width: 390px;
  padding: 30px 0 0 0;
  float: right;
}
@media screen and (max-width:767px) {
  #doctor #main .sec .photo {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 20px 0;
    float: none;
  }
}
#doctor #main .sec .photo img {
  margin: 0 auto;
  display: block;
}
.page_title_01 {
  line-height: 1.2em;
  padding-left: 2em;
  padding-bottom: 0.5em;
  font-size: 1.6em;
  color: #000;
  margin-bottom: 20px;
  background-image: url(../images/add/h_title.png);
  background-position: top 1px;
  background-repeat: no-repeat;
  /* background-position: 0 5px; */
  border-bottom: 1px dotted #d5d1c4;
}
.page_title_01 span {
  vertical-align: middle;
}
.page_title_02 {
  line-height: 1.2em;
  padding-left: 1.0em;
  padding-bottom: 0.3em;
  font-size: 2.2em;
  color: #000;
  margin-bottom: 80px;
  border-bottom: 1px solid #eee;
  text-align: left;
  display: inline-block;
}
.doc_txt {
    line-height: 1.75;
}

.sec_main {
  width: 530px;
  float: left;
}
@media screen and (max-width:767px) {
.sec_main {
    width: 100%;
    float: none;
  }
.sec_main .stitle img {
    height: 20px;
    width: auto;
  }
}
.sec_sub {
  width: 300px;
  float: right;
}
.sec_sub .image {
  margin: 0;
}
</pre></body></html>