@charset "UTF-8";
/*
* いわたこどもクリニック
* doctor.css
*
* @date 2017-01-21
*/
/* --------------------------------
	cover
-------------------------------- */
@media screen and (min-width: 768px) {
  .main_cover .bg {
    background-image: url(/img/doctor/cover_bg.jpg);
  }
}
@media screen and (max-width: 767px) {
  .main_cover .bg {
    background-image: url(/img/doctor/cover_bg_sp.jpg);
  }
}

.doctor {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .doctor {
    padding-top: 50px;
  }
}
.doctor.doctor--odd {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .doctor.doctor--odd {
    padding-bottom: 60px;
  }
}
.doctor.doctor--even {
  background: #f6f1e8 url(/img/common/tex_bg_01.png) 50% 0;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .doctor.doctor--even {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .doctor.doctor--naoyuki {
    padding-top: 85px;
  }
}

.doctor_photo {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .doctor--odd .doctor_photo {
    float: left;
    width: 46%;
    margin-right: 6%;
  }
}
@media screen and (min-width: 768px) {
  .doctor--even .doctor_photo {
    float: right;
    margin-left: 6%;
    width: 46%;
  }
}

@media screen and (min-width: 768px) {
  .doctor_body {
    width: 48%;
    padding-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .doctor_body {
    padding: 25px 12px 0;
  }
}
@media screen and (min-width: 768px) {
  .doctor--odd .doctor_body {
    float: left;
  }
  .doctor--even .doctor_body {
    float: right;
  }
}
.doctor_body .heading {
  display: block;
  margin-bottom: 40px;
  color: #56ace1;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.03125;
}
@media screen and (max-width: 767px) {
  .doctor_body .heading {
    font-size: 21px;
    line-height: 2;
    margin-bottom: 22px;
  }
}
.doctor_body .heading span {
  padding-bottom: 10px;
  border-bottom: 5px solid #56ace1;
}
@media screen and (max-width: 767px) {
  .doctor_body .heading span {
    padding-bottom: 6px;
    border-bottom: 3px solid #56ace1;
  }
}
.doctor_body .text {
  font-size: 16px;
  line-height: 1.875;
}

.doctor_info {
  max-width: 960px;
  width: 100%;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .doctor_info {
    margin: 30px auto -18px;
  }
}
@media screen and (min-width: 768px) {
  .doctor_info--block {
    padding: 0 20px;
    margin: 83px auto -28px;
  }
}
@media screen and (max-width: 767px) {
  .doctor_info--block {
    padding: 0 27px;
  }
}
.doctor_info .ttl {
  overflow: hidden;
  text-align: center;
  max-width: 964px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .doctor_info .ttl {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .doctor_body .doctor_info .ttl {
    margin-bottom: 37px;
  }
}
.doctor_info .ttl span {
  display: inline-block;
  padding: 0 1em;
  position: relative;
  color: #56ace1;
  font-size: 20px;
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: italic;
}
.doctor_info .ttl span:before, .doctor_info .ttl span:after {
  border-top: 1px solid #56ace1;
  content: "";
  position: absolute;
  top: 50%;
  width: 99em;
}
.doctor_info .ttl span:before {
  right: 100%;
}
.doctor_info .ttl span:after {
  left: 100%;
}
@media screen and (min-width: 768px) {
  .doctor_info .info_body {
    padding: 0 20px;
  }
}
.doctor_info .info_column {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .doctor_info .info_column--l2 {
    width: 47.7272727273%;
  }
}
.doctor_info .info_column {
  float: left;
}
@media screen and (min-width: 768px) {
  .doctor_info .info_column + .info_column {
    float: right;
  }
}
.doctor_info .info_column dl {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .doctor_info .info_column dl {
    padding-bottom: 12px;
  }
}
.doctor_info .info_column dl dt {
  font-size: 16px;
  padding-bottom: 2px;
  font-weight: bold;
}
.doctor_info .info_column dl dd {
  font-size: 14px;
  line-height: 2;
}
.doctor_info .info_column dl dd .career li {
  text-indent: -5em;
  margin-left: 5em;
}