@charset "utf-8";

/* 施設概要
---------------------------------------------------*/
body#summary .company_profile {
  margin-top: 25px;
}

body#summary .company_profile dl {
  display: flex;
  padding: 20px 0;
  border-bottom: #C9D6DE solid 1px;
}

body#summary .company_profile dl dt,
body#summary .company_profile dl dd {
  font-size: 1.6em;
  line-height: 1.5;
}

body#summary .company_profile dl dt {
  width: 100px;
  font-weight: bold;
}

body#summary .company_profile dl dd {
  padding-left: 20px;
}

body#summary .company_profile + h4 {
  margin-top: 62px;
}
@media only screen and (max-width:768px) {
  body#summary .company_profile {
    margin-top: 20px;
  }

  body#summary .company_profile dl {
    padding: 0;
    border-bottom: none;
  }
  body#summary .company_profile dl + dl {
    padding-top: 16px;
    margin-top: 16px;
    border-top: #C9D6DE solid 1px;
  }

  body#summary .company_profile dl dt {
    width: 80px;
    min-width: 80px;
  }

  body#summary .company_profile dl dd {
    padding-left: 0;
  }

  body#summary .company_profile + h4 {
    margin-top: 50px;
  }
}


/* 所長ごあいさつ
---------------------------------------------------*/
body#greeting #sec01 .txt {
  line-height: 1.8;
}

body#greeting #sec01 h3 + .image_photo {
  margin-top: 32px;
}

body#greeting #sec01 .image_photo + .txt {
  margin-top: 28px;
}

body#greeting #sec01 .greeting_from {
  text-align: right;
  margin-top: 40px;
  font-size: 1.6em;
}

body#greeting #sec01 .greeting_from .title {
  font-weight: bold;
}
body#greeting #sec01 .greeting_from .name {
  font-weight: bold;
  font-size: 1.5em;
  margin-left: 12px;
}

@media only screen and (max-width:768px) {
  body#greeting #sec01 .txt {
    line-height: 1.5;
  }

  body#greeting #sec01 h3 + .image_photo {
    max-width: 343px;
    height: 100%;
    margin: 24px auto 0;
  }

  body#greeting #sec01 .image_photo + .txt {
    margin-top: 24px;
  }

  body#greeting #sec01 .greeting_from {
    margin-top: 32px;
  }
}


/* 基本方針・理念
---------------------------------------------------*/
h4 + .outerframe_number_list {
  margin-top: 20px;
}

.outerframe_number_list > li {
  position: relative;
  border: #C0CFD8 solid 1px;
  border-radius: 5px;
  box-sizing: border-box;
}

.outerframe_number_list > li + li {
  margin-top: 20px;
}

.outerframe_number_list li dl {
  font-size: 1.6em;
  line-height: 1.6;
}

.outerframe_number_list li dl dt {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 82px;
  padding: 16px 53px 16px 55px;
  cursor: pointer;
  box-sizing: border-box;
}
.outerframe_number_list li dl dt::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 100%;
  top: 0;
  left: 14px;
}
.outerframe_number_list li:nth-child(1) dl dt::before {
  background: url("/about/img/outerframe_number_list_n01.png")no-repeat center/26px 28px;
}
.outerframe_number_list li:nth-child(2) dl dt::before {
  background: url("/about/img/outerframe_number_list_n02.png")no-repeat center/26px 28px;
}
.outerframe_number_list li:nth-child(3) dl dt::before {
  background: url("/about/img/outerframe_number_list_n03.png")no-repeat center/26px 28px;
}
.outerframe_number_list li:nth-child(4) dl dt::before {
  background: url("/about/img/outerframe_number_list_n04.png")no-repeat center/26px 28px;
}
.outerframe_number_list li:nth-child(5) dl dt::before {
  background: url("/about/img/outerframe_number_list_n05.png")no-repeat center/26px 28px;
}
.outerframe_number_list li:nth-child(6) dl dt::before {
  background: url("/about/img/outerframe_number_list_n06.png")no-repeat center/26px 28px;
}
.outerframe_number_list li dl dt::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  top: 0;
  right: 21px;
  background: url("/common/img/accordion_button.png")no-repeat center/20px 20px;
}
.outerframe_number_list li dl dt.open::after {
  background: url("/common/img/accordion_button_hover.png")no-repeat center/20px 20px;
}

.outerframe_number_list li dl dd {
  display: none;
}
.outerframe_number_list li dl dt + dd {
  padding: 16px 0 16px 0;
  margin: 0 53px 0 55px;
  border-top: #C9D6DE solid 1px;
}

.outerframe_number_list li dl dd .section + .section {
  margin-top: 32px;
}
.outerframe_number_list li dl dd .section:last-child {
  margin-bottom: 14px;
}

.outerframe_number_list li dl dd .headline {
  font-weight: bold;
  margin-left: -10px;
}
.outerframe_number_list li dl dd .headline.mt_add {
  margin-top: 4px;
}

.outerframe_number_list li dl dd .number_list {
  margin-top: 10px;
}

.outerframe_number_list li dl dd .number_list li {
  font-size: initial;
}

.outerframe_number_list li dl dd .parentheses {
  text-align: right;
  margin-top: 20px;
}

@media only screen and (max-width:768px) {
  .outerframe_number_list > li + li {
    margin-top: 14px;
  }

  .outerframe_number_list li dl {
    line-height: 1.5;
  }

  .outerframe_number_list li dl dt {
    padding: 16px 42px 16px 44px;
  }
  .outerframe_number_list li dl dt::before {
    left: 10px;
  }
  .outerframe_number_list li dl dt::after {
    right: 12px;
  }

  .outerframe_number_list li dl dt + dd {
    padding: 20px 16px;
    margin: 0;
  }
}


/* 医師紹介
---------------------------------------------------*/
#doctor_list {
  margin-top: 32px;
}

#doctor_list li {
  padding-bottom: 32px;
  border-bottom: #C9D6DE solid 1px;
}
#doctor_list li + li {
  padding-top: 32px;
}

#doctor_list dl dt .duties {
  font-size: 1.6em;
}

#doctor_list dl dt .name {
  margin-top: 10px;
  font-size: 1.6em;
}
#doctor_list dl dt .name span {
  font-size: 1.5em;
  font-weight: bold;
}

#doctor_list dl dd {
  font-size: 1.6em;
  line-height: 1.6;
}
#doctor_list dl dd.career { margin-top: 15px; }
#doctor_list dl dd.from { margin-top: 10px; }
#doctor_list dl dd.field { margin-top: 23px; }
#doctor_list dl dd.writing { margin-top: 27px; }

#doctor_list dl dd.writing .blue_square {
  display: block;
  margin-bottom: 4px;
}
#doctor_list dl dd.writing .blue_square::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #23ADED;
  border-radius: 1px;
}
