@charset "UTF-8";

.byoinindex .sidemenu li:nth-child(1) .innermenu li:nth-child(1) a,
.gaiyou .sidemenu li:nth-child(1) .innermenu li:nth-child(2) a,
.kihon .sidemenu li:nth-child(1) .innermenu li:nth-child(3) a,
.kiki .sidemenu li:nth-child(1) .innermenu li:nth-child(4) a {
  background-color: #eeeeee;
}

.topmenu_sp { display: none; }

.yellowbox {
  background: #fbf7ee;
  padding: 1.5em 1em;
  margin-bottom: 2em;
}
.whitebox {
  padding: 1.5em 1em 0;
  margin-bottom: 2em;
}
.yellowbox .sectitle,
.white .sectitle {
  margin: 0 0 1.2em;
}
#main_inner .catch {
  font-weight: bold;
  font-size: 150%;
  text-align: center;
  margin-bottom: 0;
}
#main_inner .catch span {
  display: block;
}

.aisatsubox {
  position: relative;
  margin-bottom: 2em;
}
#main_inner .rijicho {
  margin-bottom: 0.6em;
}
.rijicho img {
  margin-left: -7px;
}
#main_inner .rijichotext {
  font-size: 190%;
  line-height: 1;
  margin-bottom: 0;
}
.rijichotext span {
  display: block;
  font-size: 61%;
  margin-bottom: 0.5em;
}
.aisatsucatch {
  color: #1d2088;
  font-size: 150%;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 231px;
}
#main_inner .aisatsutext {
  position: absolute;
  top: 54px;
  width: 502px;
  right: 0;
  line-height: 1.7;
}
.aisatsulist {}
.aisatsulist > li {
  font-size: 116%;
  border-bottom: 1px dotted #333333;
  line-height: 1.4;
  position: relative;
  padding-left: 2em;
  padding: 0.5em 1em 0.5em 2em;
}
.aisatsulist > li:last-child {
  border-bottom: 0 none;
}
.aisatsulist > li span {
  position: absolute;
  left: 0.3em;
}
.commbox {}
.commimg {
  float: left;
  margin-right: 3em;
}
.commimg img {}
#main_inner .commcatch {
  color: #1d2088;
  font-weight: bold;
  font-size: 150%;
}
#main_inner .commtext {
  margin-bottom: 0;
}

.commlist {
  margin: 0 0 2em 0;
}
.commlist li {
  list-style-type: disc;
  font-size: 116%;
  border-bottom: 1px dotted #777;
  line-height: 1.3;
  padding: 0.5em;
  list-style-position: inside;
}

/* 医療設備 */

.kiki_list {
  display: table;
  width: 100%;
  margin-bottom: 3em;
}
.kiki_list > li {
  box-sizing: border-box;
  width: 33%;
  display: table-cell;
  font-size: 116%;
  line-height: 1.8;
}
.kiki_list li:nth-child(3n+2) {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.kiki_list > li h4 {
  background: #d3edfb;
  font-size: 105%;
  text-align: center;
  padding: 0.7em 0;
  margin: 0 0.5em 1em;
}
.kiki_list > li img {
  border: 1px solid #e4e4e4;
  margin: 0 auto 1em;
  display: block;
}
.kiki_list > li span {
  display: block;
  margin: 0 0.5em;
}

/* 病院概要・沿革 */

.byoin_tbl {
  width: 100%;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  margin-bottom: 2em;
}
.byoin_tbl th {
  background: #d3edfa;
  text-align: left;
  vertical-align: middle;
  font-size: 116%;
  padding: 0.5em;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  line-height: 1.4;
  width: 10em;
}
.byoin_tbl td {
  text-align: left;
  vertical-align: middle;
  font-size: 116%;
  padding: 0.5em;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  line-height: 1.4;
}
.enkaku_list {}
.enkaku_list > li {
  display: table;
  border-bottom: 1px dotted #999999;
  padding: 0.7em 0;
  width: 100%;
}
.enkaku_list > li:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.enkaku_list > li .enkaku_year {
  display: table-cell;
  font-size: 116%;
  vertical-align: top;
  width: 8em;
  letter-spacing: 1px;
  line-height: 1.7;
}
.enkaku_list > li .enkaku_desc {
  display: table-cell;
  vertical-align: top;
}
.enkaku_list > li .enkaku_01 {
  float: right;
  padding-left: 1em;
}
#main_inner .enkaku_list p {
  line-height: 1.7;
}



@media only screen and (max-width: 896px) {

  .topmenu_sp {
    display: block;
    margin-bottom: 2em;
  }
  .topmenu_sp > li {}
  .topmenu_sp > li > a {
    background: #ededed url(/shinryo-bumon/images/topmenu_sp_li_mark.png) no-repeat 50% 85%;
    display: inline-block;
    color: #333333;
    text-decoration: none;
    text-align: center;
    font-size: 140%;
    box-sizing: border-box;
    float: left;
    padding: 1em 0 1.8em;
    margin-bottom: 1.5%;
  }
  .topmenu_sp > li:nth-child(1) a { 
    width: 49%;
    margin-right: 2%;
  }
  .topmenu_sp > li:nth-child(2) a {
    width: 49%;
  }
  .topmenu_sp > li:nth-child(3) a {
    width: 49%;
    margin-right: 2%;
  }
  .topmenu_sp > li:nth-child(4) a {
    width: 49%;
  }
  .byoinindex .topmenu_sp > li:nth-child(1) a,
  .gaiyou .topmenu_sp > li:nth-child(2) a,
  .kihon .topmenu_sp > li:nth-child(3) a, 
  .kiki .topmenu_sp > li:nth-child(4) a { 
    background-color: #aaaaaa;
    color: #ffffff;
  }

  #main_inner .catch {
    text-align: left;
    padding: 0 2em;
  }
  #main_inner .catch span {
    display: inline;
  }

  .aisatsubox {
    position: static;
  }
  #main_inner .rijicho {
    float: left;
    margin-bottom: 1.2em;
    width: 35%;
  }
  .rijicho img {
    margin-left: -7px;
    width: 100%;
  }
  #main_inner .rijichotext {
    line-height: 1.3;
    float: left;
    margin-top: 10px;
    width: 65%;
  }
  .rijichotext span {
    display: block;
    font-size: 80%;
    margin-bottom: 0.2em;
  }
  .aisatsucatch {
    font-size: 170%;
    position: static;
    clear: both;
    margin-bottom: 1em;
  }
  #main_inner .aisatsutext {
    position: static;
    font-size: 140%;
    width: auto;
    line-height: 1.7;
  }

  .aisatsulist > li {
    font-size: 140%;
  }
  .commimg {
    float: none;
    margin-right: 0;
    text-align: center;
  }
  .commimg img { max-width: 270px; }

  .commlist li {
    font-size: 140%;
  }

  /* 医療設備 */

  .kiki_list {
    display: block;
    margin-bottom: 0;
  }
  .kiki_list > li {
    width: auto;
    display: block;
    font-size: 150%;
    line-height: 1.6;
    margin-bottom: 2em;
  }
  .kiki_list li:nth-child(3n+2) {
    border-right: 0 none;
    border-left: 0 none;
  }
  .kiki_list > li h4 {
    margin: 0 0 1em;
  }
  .kiki_list > li span {
    margin: 0 0;
  }

  /* 病院概要・沿革 */

  .byoin_tbl th {
    font-size: 140%;
    line-height: 1.6;
    width: 5em;
  }
  .byoin_tbl td {
    font-size: 140%;
    line-height: 1.6;
  }
  .enkaku_list {}
  .enkaku_list > li {
    display: list-item;
    padding: 0.6em 0;
  }
  .enkaku_list > li .enkaku_year {
    display: block;
    font-size: 140%;
    width: auto;
    line-height: 1.6;
  }
  #main_inner .enkaku_list > li .enkaku_desc {
    display: block;
    font-size: 140%;
  }
  .enkaku_list > li .enkaku_01 {
    display: block;
    margin-top: -1.4em;
  }
  #main_inner .enkaku_list p {
    line-height: 1.6;
  }



}

@media only screen and (max-width: 480px) {


}

@media only screen and (max-width: 414px) {

  .innermenu > li > a {
    font-size: 150%;
    background-size: 15px;
  }

  .topmenu_sp > li > a {
    font-size: 123%;
    letter-spacing: -1px;
  }

  #main_inner .catch {
    padding: 0 0.5em;
    font-size: 140%;
    line-height: 1.4;
  }

  #main_inner .rijichotext {
    font-size: 170%;
  }
  #main_inner .rijichotext span {
    font-size: 70%;
  }
  .aisatsucatch {
    font-size: 150%;
  }
  #main_inner .aisatsutext {
    font-size: 123%;
  }
  .aisatsulist > li {
    font-size: 123%;
  }

  #main_inner .commcatch {
    font-size: 140%;
  }

  .commlist li {
    font-size: 123%;
    padding: 0.3em 0.5em;
  }

  /* 医療設備 */

  .kiki_list > li {
    font-size: 123%;
  }

  /* 病院概要・沿革 */

  .byoin_tbl th {
    font-size: 123%;
    line-height: 1.4;
  }
  .byoin_tbl td {
    font-size: 123%;
    line-height: 1.4;
  }
  .enkaku_list > li .enkaku_year {
    font-size: 123%;
    line-height: 1.4;
  }
  #main_inner .enkaku_list > li .enkaku_desc {
    font-size: 123%;
  }
  .enkaku_list > li .enkaku_01 {
    display: block;
    margin-top: -1.4em;
  }
  #main_inner .enkaku_list p {
    line-height: 1.4;
  }

}

@media only screen and (max-width: 320px) {

  .topmenu_sp > li > a {
    font-size: 116%;
  }

  #main_inner .rijichotext span {
    font-size: 70%;
  }

  .aisatsulist > li {
    font-size: 116%;
  }

  .commlist li {
    font-size: 116%;
  }

  /* 医療設備 */

  .kiki_list > li {
    font-size: 116%;
  }

  /* 病院概要・沿革 */

  .byoin_tbl th {
    font-size: 116%;
  }
  .byoin_tbl td {
    font-size: 116%;
  }
  .enkaku_list > li .enkaku_year {
    font-size: 116%;
  }
  #main_inner .enkaku_list > li .enkaku_desc {
    font-size: 116%;
  }
  .enkaku_list > li .enkaku_desc img { width: 130px; }


}
