@charset "utf-8";
/* CSS Document */

@import "clear.css";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
h1 {
  line-height: 1.4em;
}

h2 {
  color: #00a0e9;
  font-family: "Noto Sans Japanese", serif;
  font-weight: 600;
}

h3 {
  text-align: center;
}

footer {
  background: #e0f1f4;
}

footer > dl > dd dl {
  display: table;
  table-layout: fixed;
  width: 100%;
}

footer > dl > dd dt,
footer > dl > dd dd {
  display: table-cell;
  vertical-align: middle;
}

iframe {
  border: 0;
  width: 100%;
}

.adress {
  background: #e0f1f4;
  color: #00a0e9;
  font-family: "Noto Sans Japanese", serif;
  font-weight: 600;
  padding: 10px 0;
  position: relative;
}

#timeinfo_att li span {
  color: #00a0e9;
  font-size: 1.4em;
  vertical-align: -2px;
}

footer #departments dt span {
  color: #00a0e9;
}

footer #departments dt span:after {
  content: "";
  display: inline-block;
  border-bottom: solid #00a0e9 1px;
}

footer #departments dt,
footer #departments dd {
  float: none;
  padding: 0;
  width: 100%;
}
footer #departments dt {
  position: relative;
}

footer #departments dd li {
  display: inline-block;
}

footer #departments dd li:before {
  content: "■";
  color: #00a0e9;
  font-size: 1.4em;
  vertical-align: -2px;
}

#calendar thead {
  color: #00a0e9;
  line-height: 1.6em;
}

#calendar tbody th {
  background: #00a0e9;
  color: #fff;
  font-size: 0.7em;
  line-height: 1.2em;
}

#calendar tbody th,
#calendar tbody td {
  border-right: solid #fff 1px;
  border-bottom: solid #fff 1px;
}

#calendar tr:last-child td {
  border-bottom: 0;
}

#calendar tr th:last-child,
#calendar tr td:last-child {
  border-right: 0;
}

#calendar tbody td {
  background: #e0f1f4;
}

#calendar span {
  color: #fbd8b5;
}

#calendar .sun {
  /*  background: #FBD8B5;*/
}
#calendar .sat {
  /*  background: #FBD8B5;*/
}
#calendar .today {
  /*  background: #FBD8B5;*/
}
#calendar .holi {
  background: #fbd8b5;
}

#calendar table:last-child {
  margin-right: 0;
}

#calendar th,
#calendar td {
  border-bottom: solid #00a0e9 1px;
  /*  border-left: solid #00a0e9 1px;*/
}
#calendar .bx-wrapper .bx-controls-direction a {
  top: 0;
}

#staff li:nth-child(2n) {
  background: #e0f1f4;
}

.news_date_area dt {
  color: #00a0e9;
}

.news_date_area dd {
  font-size: 1.4em;
  font-weight: bold;
}

.news_date_area dd:before {
  content: "●";
  color: #00a0e9;
}

#news dl a {
  display: block;
}

#diagnosis.bo {
  border: solid 1px #00a0e9;
}
#diagnosis > ul {
  width: 964px;
}
#diagnosis > ul li {
  float: left;
  line-height: 0;
  margin: 0 16px 16px 0;
}
#diagnosis > ul li a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#diagnosis .main {
  border-left: solid 1px #00a0e9;
  float: right;
  width: 644px;
}
#diagnosis .main h3 {
  margin: 20px 0;
  text-align: left;
}
#diagnosis .main h4 {
  border-bottom: solid 1px #00a0e9;
  border-top: solid 1px #00a0e9;
  color: #00a0e9;
  font-size: 20px;
  margin: 20px 20px 20px 0;
  padding: 10px 20px;
  text-align: left;
}
#diagnosis .main > p {
  margin: 10px 20px;
}
#diagnosis .main > div {
  margin: 10px 20px 100px 20px;
}
#diagnosis .side {
  float: left;
  width: 305px;
}
#diagnosis .side li {
  border-bottom: solid 1px #00a0e9;
  line-height: 0;
}
#diagnosis .side li.on {
  background: #e0f1f4;
}

#recruit {
}
#recruit.contents {
  width: 730px;
}
#recruit h4 {
  background: #00a0e9;
  color: #fff;
  font-size: 1.2em;
  letter-spacing: 2px;
  margin: 80px 0 25px 0;
  padding: 0.5em 1em;
}
#recruit dl {
  box-sizing: border-box;
  border: solid 2px #00a0e8;
  display: table;
  width: 100%;
}
#recruit dt {
  display: table-cell;
  vertical-align: middle;
  background: #dff1fc;
  color: #00a0e8;
  width: 195px;
  text-align: center;
  border-top: solid 1px #00a0e8;
}
#recruit dd {
  display: table-cell;
  border-top: solid 1px #00a0e8;
  padding: 1em;
}
#recruit dl dt:first-child,
#recruit dl dd:nth-child(2) {
  border-top: none;
}
#recruit dd.row {
  display: table-row;
}
#recruit ul {
  display: none;
}

#contact {
}
#contact h4 {
  color: #00a0e8;
  font-size: 1.2em;
  margin-bottom: 1em;
}
#contact h4 span {
  color: #333;
  font-size: 0.8em;
}
#contact h4 br {
  display: none;
}
#contact dl {
  display: table;
  border: solid 2px #00a0e8;
  box-sizing: border-box;
  width: 100%;
}
#contact dt {
  display: table-cell;
  border-top: solid 1px #00a0e8;
  vertical-align: middle;
  text-align: center;
  width: 240px;
  background: #dff1fc;
  line-height: 1.5em;
}
#contact dd {
  display: table-cell;
  border-top: solid 1px #00a0e8;
  vertical-align: middle;
  padding: 2em 1em;
}
#contact dl dt:first-child,
#contact dl dd:nth-child(2) {
  border-top: none;
}
#contact dt span {
  font-size: 0.8em;
}
#contact dt span.red {
  color: #e50011;
}
#contact dd.row {
  display: table-row;
}
#contact dd input,
#contact dd textarea {
  box-sizing: border-box;
  border: solid 1px #221814;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
  padding: 0.5em;
}
#contact dd textarea {
  height: 200px;
}
#contact dd input.half {
  width: 50%;
}
#contact h5 {
  text-align: center;
  margin: 2em 0;
}
#contact h5 input {
  background: #00a0e8;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  padding: 1em 2em;
}
#contact p {
  border-top: solid 1px #00a0e8;
  border-bottom: solid 1px #00a0e8;
  padding: 1em 0;
}

#instagram {
  background: url("../images/insta_bk.png");
  width: 950px;
  height: 620px;
  position: relative;
  margin-top: -20px;
  /*	margin-bottom: 20px;*/
}
#instagram p {
  position: absolute;
  bottom: 12px;
  text-align: center;
  width: 950px;
}
#instagram ul {
  position: absolute;
  width: 615px;
  left: 170px;
  top: 118px;
}
#instagram ul:after {
  content: "";
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
#instagram ul li {
  display: block;
  float: left;
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 0 5px 5px 0;
  line-height: 0;
}
#instagram ul li img {
  width: 100%;
}
#instagram a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .pc-inline-show {
    display: inline !important;
  }

  .pc_none {
    display: none;
  }

  h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .container {
    margin: auto;
    padding-bottom: 60px;
    width: 950px;
  }

  .contents {
/*    margin: 0 auto -35px;*/
    margin: 0 auto;
    width: 950px;
  }

  .head_wrap {
    margin: 30px auto 20px;
    width: 950px;
  }

  .head_wrap > dt {
    float: left;
    /* width: 475px; */
    width: 535px;
  }

  .head_wrap > dt dt {
    float: left;
    width: 79px;
  }

  .head_wrap > dt dd {
    padding-left: 88px;
  }

  .head_wrap > dd {
    float: right;
    font-size: 0.8em;
    width: 346px;
  }
  .head_wrap > dd dt {
    float: left;
    height: 40px;
  }
  .head_wrap > dd dl dt:first-child {
    float: right;
    height: 70px;
    width: 80px;
  }

  .head_wrap > dd dd {
    float: left;
    /* height: 51px; */
    height: 40px;
    line-height: 51px;
    /* padding: 7px 0 0 0px; */
  }

  .head_wrap > dd dd:last-child {
    float: none;
    height: auto;
    /* line-height: 1em; */
    line-height: 1.5em;
    padding: 0;
    width: 367px;
    /* text-align: right; */
    text-align: left;
    clear: both;
  }

  .head_wrap dl dd.contact .pc {
    display: block;
  }
  .head_wrap dl dd.contact .sp {
    display: none;
  }
  .head_wrap > dd dd br {
    display: none;
  }

  .mail-wrap {
    margin: 0 0 0 7px;
    display: inline-block;
    height: 31px;
  }

  .mail-wrap img {
    height: 27px;
    width: 25px;
  }

  nav ul {
    margin: 0 auto 20px;
    text-align: center;
    width: 949px;
  }

  nav li {
    float: left;
    padding: 7px 0;
    width: 180px;
  }

  nav li:last-child {
    width: 224px;
  }

  nav li:first-child a {
    border-left: solid #00a0e9 1px;
  }

  nav li a {
    border-right: solid #00a0e9 1px;
    display: block;
    padding: 7px 0;
  }

  nav li:hover,
  nav li.on {
    background: url(../images/navi_bg.png) no-repeat center center;
  }

  footer {
    margin-top: 60px;
    padding: 30px 0;
  }

  footer > dl {
    margin: auto;
    width: 950px;
  }

  footer > dl > dt {
    float: left;
    width: 475px;
  }

  footer > dl > dt dt {
    float: left;
    width: 71px;
  }

  footer > dl > dt dd {
    padding-left: 86px;
  }

  footer > dl > dd {
    float: right;
    width: 417px;
  }

  footer > dl > dd dl {
    padding: 20px 0;
  }

  footer > dl > dd dt,
  footer > dl > dd dd {
    display: table-cell;
    vertical-align: middle;
  }

  footer > dl > dd dt {
    line-height: 0;
    width: 107px;
  }

  footer > dl > dd dd {
    line-height: 1.6em;
    padding-left: 10px;
    width: 300px;
  }

  footer #tel_area {
    border-bottom: dotted #00a0e9 1px;
    padding-top: 0;
    line-height: 0;
  }

  footer #departments dd ul {
    line-height: 1.6em;
  }

  footer #departments dt span:after {
    margin-left: 10px;
    width: 384px;
    vertical-align: 6px;
  }

  #slider_wrap {
    position: relative;
  }

  #slider_wrap span {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -55px;
    text-align: center;
    width: 100%;
  }

  #main_slider {
    line-height: 0;
  }

  #main_slider img {
    width: 100%;
  }

  #access {
    text-align: center;
  }

  .adress {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .adress:after {
    content: url(../images/arrow_1.png);
    position: absolute;
    bottom: -33px;
    margin-left: -15px;
    left: 50%;
  }

  #map_custmomize {
    height: 360px;
    width: 100%;
  }

  #map_area {
    margin: 20px 0;
  }

  #map_area p {
    text-align: right;
  }

  .banner {
    margin: 40px auto;
    width: 950px;
  }

  .banner:hover {
    opacity: 0.7;
  }

  #info {
    text-align: center;
    margin-top: 65px;
  }

  #info ul {
    margin-top: 30px;
  }

  #info li {
    float: left;
    margin: 0 30px 30px 0;
    width: 215px;
  }
  #info li a:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  }

  #info li:nth-child(4n) {
    margin-right: 0;
  }

  #time_info {
    margin: 30px 0 15px;
  }

  #time_info dt {
    float: left;
    width: 373px;
  }

  #time_info dd {
    float: right;
    width: 533px;
  }

  #timeinfo_att li {
    text-align: left;
  }

  #emarg_tbl {
    border: solid #00a0e9 1px;
    display: table;
    margin: 20px 0 40px;
    padding: 10px;
    table-layout: fixed;
    width: 930px;
  }

  #emarg_tbl dt,
  #emarg_tbl dd {
    display: table-cell;
    padding-left: 15px;
    vertical-align: middle;
  }

  #emarg_tbl dt {
    border-right: solid #00a0e9 1px;
    line-height: 0;
    width: 240px;
  }

  #emarg_tbl dd {
    font-size: 0.85em;
    line-height: 1.6em;
  }

  iframe {
    height: 360px;
  }

  .blog_wrap {
    border: solid #00a0e9 1px;
    margin: 60px auto;
    width: 948px;
  }

  #blog_menu {
    float: left;
    padding: 30px 0 30px 30px;
    width: 219px;
  }

  #blog_menu #category {
    margin-bottom: 30px;
  }

  #blog_menu dl {
    border-top: solid #00a0e9 5px;
    padding: 45px 0;
  }

  #blog_menu dt {
    margin-bottom: 20px;
  }

  #blog_menu .archive li {
    list-style: disc;
    line-height: 1.4em;
    margin: 0 0 5px 1em;
  }

  #blog_contents {
    border-left: solid #00a0e9 1px;
    float: left;
    padding: 30px 30px 0;
    width: 638px;
  }

  #blog_contents article {
    padding-bottom: 20px;
  }

  #blog_contents .date_area {
    color: #00a0e9;
    line-height: 1.4em;
    margin: 15px 0 20px;
  }

  #blog_contents .date_area dt span {
    border-right: solid #00a0e9 1px;
    display: inline-block;
    margin-right: 0.5em;
    padding-right: 0.5em;
  }

  #blog_contents .date_area dd {
    line-height: 0;
    margin-top: -22px;
    text-align: right;
  }

  #blog_contents .author {
    background: #e0f1f4;
    display: table;
    table-layout: fixed;
    margin: 20px 0;
    width: 100%;
  }

  #blog_contents .author dt,
  #blog_contents .author dd {
    display: table-cell;
    padding: 10px 0;
    vertical-align: middle;
  }

  #blog_contents .author dt {
    line-height: 0;
    text-align: center;
    width: 100px;
  }
  #blog_contents .author dt div {
    width: 76px;
    height: 76px;
    margin: 12px 0 0 12px;
    overflow: hidden;
    position: relative;
  }
  #blog_contents .author dt div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 76px;
  }
  #blog_contents .author dd {
    padding: 10px;
    white-space: nowrap;
  }

  #pager {
    text-align: center;
  }

  .totop {
    line-height: 0;
    margin-top: -28px;
    text-align: right;
  }

  #idx_sub_menu li {
    float: left;
    margin-right: 25px;
    width: 300px;
  }

  #idx_sub_menu li:last-child {
    margin-right: 0;
  }

  #news {
    border: solid #00a0e9 1px;
    float: left;
    height: 330px;
    padding: 15px 15px 0;
    margin-bottom: 30px;
    width: 430px;
  }

  #news dt {
    color: #00a0e9;
    float: left;
    padding: 10px 0;
    width: 90px;
  }

  #news dd {
    background: url(../images/arrow_2.png) no-repeat right center;
    border-bottom: solid #00a0e9 1px;
    padding: 10px 20px 10px 100px;
  }

  #news dd:last-child {
    border-bottom: none;
  }

  #calendar {
    border: solid #00a0e9 1px;
    float: right;
    height: 330px;
    padding: 15px 15px 0;
    margin-bottom: 30px;
    width: 430px;
  }

  #calendar > div.clearfix > div {
    border: solid #00a0e9 1px;
    float: right;
    margin: 10px 0 0 0;
    width: 210px;
  }
  #calendar > div.clearfix > div:first-child {
    float: left;
  }
  #calendar table {
    text-align: center;
    width: 210px;
  }
  #calendar p {
    margin-top: -2em;
  }

  .sub_head {
    margin-bottom: 30px;
  }

  #greeting {
    margin: 20px 0;
  }

  #greeting .dc_name {
    text-align: right;
  }

  #policy h3 {
    margin: 30px 0;
  }

  #policy dl {
    border: solid #00a0e9 1px;
    display: table;
    table-layout: fixed;
    margin-bottom: 20px;
    width: 100%;
  }
  #policy dt,
  #policy dd {
    display: table-cell;
    vertical-align: middle;
  }

  #policy dt {
    line-height: 0;
  }

  #policy dd {
    padding-left: 20px;
  }

  #foot_sub_menu {
    margin: 40px auto 0;
    width: 950px;
  }

  #foot_sub_menu li {
    float: left;
    /* margin-right: 14px;
    width: 227px; */
    margin-right: 25px;
    width: 300px;
  }

  #foot_sub_menu li:last-child {
    margin-right: 0;
  }

  .facility_info {
    margin: 40px 0;
  }

  .facility_info li {
    float: left;
    font-size: 0.9em;
    line-height: 1.6em;
    margin: 0 50px 30px 0;
    width: 450px;
  }

  .facility_info li:nth-child(2n) {
    margin-right: 0;
  }

  .facility_info li span {
    color: #00a0e9;
    display: block;
    font-family: "Noto Sans Japanese", serif;
    font-weight: 600;
    font-size: 1.2em;
    margin: 10px 0;
  }

  #staff li dl {
    margin: auto;
    padding: 80px 0;
    width: 930px;
  }

  #staff li dt {
    float: left;
    width: 338px;
  }

  #staff li dd {
    padding-left: 400px;
  }

  #staff li dd p {
    border-bottom: solid #000 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  #news_archive {
    float: left;
    width: 210px;
  }

  #news_contents {
    float: right;
    width: 690px;
  }

  #news_archive p {
    border-bottom: solid #00a0e9 5px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  #news_archive li:before {
    content: "●";
    color: #00a0e9;
  }

  #news_contents article {
    margin-bottom: 60px;
  }

  .news_date_area {
    border-bottom: solid #00a0e9 1px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }

  h1 {
    font-size: 1.2em;
  }

  iframe {
    height: 140px;
    margin-top: 10px;
  }

  header {
    position: relative;
  }

  .head_wrap {
    margin: 10px 3%;
  }

  /* .head_wrap dd {
    position: relative;
} */

  #sp_menu {
    position: absolute;
    top: -10px;
    left: -3%;
    width: 106%;
    z-index: 99;
  }

  #sp_menu a {
    color: #fff;
    display: block;
    padding: 7% 10%;
    font-size: 16px;
  }

  #sp_menu ul {
    background: #00a0e9;
    display: none;
    opacity: 0.9;
    padding: 10% 0;
  }

  #sp_menu span {
    background: url(../images/head_menu_btn_sp3.svg) no-repeat;
    background-size: contain;
    display: block;
    height: 35px;
    width: 8.5%;
    position: absolute;
    right: 9px;
    top: 13px;
    z-index: 100;
  }

  .sp_menu_close {
    background: url(../images/menu_btn_close.png) no-repeat !important;
    background-size: contain !important;
  }

  .head_wrap dl {
    margin-bottom: 10px;
    position: relative;
  }

  .head_wrap .header-top {
    /* border-bottom: 1px solid #009fe9; */
    margin: 0 0 10px 0;
  }

  .head_wrap dl dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 11%;
  }

  .head_wrap dl dd {
    font-size: 0.7em;
    line-height: 1em;
    padding-left: 12%;
    width: 59%;
  }
  .head_wrap dd dl dd {
    padding-left: 0;
    /* width: 59%; */
    width: 90%;
    line-height: 17px;
  }
  .head_wrap dl dd.contact {
    left: inherit;
    right: 12%;
    width: 9%;
    position: absolute;
    top: 2px;
  }
  .head_wrap dl dd.contact .pc {
    display: none;
  }
  .head_wrap dl dd.contact .sp {
    display: block;
  }
  .head_wrap dl dt.border {
    border-right: solid 1px #00a0e8;
    padding-top: 4px;
  }

  .head_wrap .tel-wrap-sp {
    width: 11%;
    display: inline-block;
    position: absolute;
  }

  .head_wrap .header-info {
    padding: 0 0 0 45px;
  }

  .head_wrap .business-day {
    letter-spacing: 0.3px;
  }

  .head_reserve_banner {
    display: inline-block;
    position: absolute;
    top: 7px;
  }

  .head_reserve_banner img {
    width: 60px;
  }

  .header-address-sp {
    font-size: 12px;
    letter-spacing: -0.3px;
  }

  dl .address-wrap {
    font-size: 13px;
  }

  footer {
    padding: 20px 3%;
  }

  footer dt dl {
    position: relative;
  }

  footer dt dl dt {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
  }

  footer dt dl dd {
    font-size: 0.7em;
    line-height: 1em;
    padding-left: 16%;
    width: 84%;
  }

  footer > dl > dd dt {
    line-height: 0;
    width: 26%;
  }

  footer > dl > dd dd {
    font-size: 0.8em;
    line-height: 1.4em;
    padding-left: 3%;
    width: 75%;
  }

  footer #tel_area {
    border-bottom: dotted #00a0e9 1px;
    line-height: 0;
    margin: 15px 0;
    padding-bottom: 15px;
  }

  footer #departments {
    margin-top: 15px;
  }

  footer #departments dd ul {
    line-height: 1.4em;
  }

  footer #departments dd li {
    font-size: 0.9em;
  }

  footer #departments dt span {
    display: block;
    position: relative;
  }

  footer #departments dt span:after {
    position: absolute;
    top: 0.9em;
    left: 5.5em;
    width: 75%;
  }

  h2 {
    font-size: 20px;
  }

  .contents {
    margin: 0 3% 30px;
  }

  #map_area {
    margin: 0 3% 30px;
    text-align: center;
  }

  .adress {
    margin-bottom: 20px;
  }

  #access {
    text-align: center;
  }

  #info {
    text-align: center;
  }

  #info ul {
    margin-top: 20px;
  }

  #info li {
  }

  #time_info {
    margin-top: 10px;
  }

  #time_info dd {
    margin: 10px 0;
  }

  #timeinfo_att {
    font-size: 0.8em;
    line-height: 1.6em;
    margin-bottom: 15px;
  }

  #emarg_tbl {
    font-size: 0.8em;
    line-height: 1.6em;
  }
  #emarg_tbl dd {
    text-align: left;
  }

  .banner {
    margin: 10px 3%;
    width: auto;
  }

  .banner img {
    width: 100%;
  }

  #news {
    border: solid #00a0e9 1px;
    float: left;
    font-size: 0.8em;
    line-height: 1.6em;
    padding: 5% 5% 0;
    margin-bottom: 10%;
    box-sizing: border-box;
    width: 100%;
  }

  #news dt {
    color: #00a0e9;
    float: left;
    padding: 3% 0;
    width: 5.5em;
  }

  #news dd {
    background: url(../images/arrow_2.png) no-repeat right center;
    border-bottom: solid #00a0e9 1px;
    padding: 3% 8% 3% 6.5em;
  }

  #news dd:last-child {
    border-bottom: none;
  }

  #calendar h3 {
    padding: 0 5%;
  }

  #calendar table {
    border: solid #00a0e9 1px;
    margin: 5% 0 0 0;
    text-align: center;
  }
  #calendar .bx-wrapper .bx-controls-direction a {
    top: inherit;
    bottom: -20px;
    margin-top: 0;
  }

  .sub_head {
    margin-bottom: 5%;
  }

  hr.dot {
    margin: 5% 0;
    padding: 0;
    border: 0;
    border-bottom: dotted #00a0e9 1px;
  }

  #greeting {
    border-bottom: dotted #00a0e9 1px;
    font-size: 0.9em;
    line-height: 1.6em;
    padding-bottom: 5%;
  }

  #greeting .dc_name {
    text-align: right;
  }

  #policy {
    line-height: 1.6em;
  }

  #policy h3 {
    margin-bottom: 5%;
  }

  #policy h4 {
    height: 1em;
    margin: 3% 0;
    text-align: center;
  }

  #policy h4 img {
    height: 100%;
  }

  #policy dd {
    margin-bottom: 10%;
  }

  #staff {
    font-size: 0.9em;
    margin-bottom: 10%;
    line-height: 1.6em;
  }

  #staff li dl {
    margin: 0 5%;
    padding: 5% 0;
  }

  .news_date_area dd {
    border-bottom: dotted #00a0e9 1px;
    padding-bottom: 2%;
    margin-bottom: 3%;
  }

  #news_contents article {
    border-bottom: solid #00a0e9 3px;
    line-height: 1.6em;
    margin-bottom: 5%;
    padding-bottom: 5%;
  }

  #news_contents article:last-of-type {
    border-bottom: none;
  }

  select {
    background: #00a0e9;
    color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }

  #blog_contents {
    margin: 0 5%;
  }

  #blog_contents article {
    border-bottom: solid #00a0e9 3px;
    line-height: 1.6em;
    padding-bottom: 5%;
    margin-bottom: 5%;
  }

  #blog_contents article:last-of-type {
    border-bottom: none;
  }

  #blog_contents .date_area {
    border-bottom: dotted #00a0e9 1px;
    color: #00a0e9;
    display: table;
    line-height: 1.4em;
    margin: 3% 0;
    table-layout: fixed;
    padding-bottom: 3%;
    width: 100%;
  }

  #blog_contents .date_area dt,
  #blog_contents .date_area dd {
    display: table-cell;
    vertical-align: middle;
  }

  #blog_contents .date_area dt span {
    display: block;
  }

  #blog_contents .date_area dd {
    text-align: right;
  }

  #blog_contents .date_area dd img {
    width: 60%;
  }

  #blog_contents .author {
    background: #e0f1f4;
    display: table;
    table-layout: fixed;
    margin: 3% 0 0;
    width: 100%;
  }

  #blog_contents .author dt,
  #blog_contents .author dd {
    display: table-cell;
    padding: 3% 0;
    vertical-align: middle;
    white-space: nowrap;
  }

  #blog_contents .author dt {
    line-height: 0;
    text-align: center;
    padding: 3%;
    width: 24%;
  }
  #blog_contents .blog_btmmenu {
    padding-bottom: 40px;
  }
  #blog_contents .blog_btmmenu dt {
    background: #e0f1f4;
    border-radius: 10px;
    text-align: center;
    color: #00a0e9;
    margin-top: 2em;
    margin-bottom: 5px;
  }
  #blog_contents .blog_btmmenu dd li {
    border-top: solid 1px #e0f1f4;
    padding: 4px 0;
  }
  #blog_contents .blog_btmmenu dd ul.c li {
    text-align: center;
  }
  #blog_contents .blog_btmmenu dd ul li:first-child {
    border-top: none;
  }

  .facility_info {
    margin-top: 5%;
    line-height: 1.6em;
  }

  .facility_info span {
    color: #00a0e9;
    display: block;
    margin: 2% 0;
    text-align: center;
  }

  .facility_info li {
    margin-bottom: 10%;
  }

  #diagnosis {
    border: none;
  }
  #diagnosis > ul {
    width: 100%;
  }
  #diagnosis > li {
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    padding: 5px;
  }
  #diagnosis img {
    max-width: 100%;
  }
  #diagnosis .main {
    border-left: none;
    float: none;
    width: auto;
  }
  #diagnosis .main h3 {
    margin: 10px 0;
    text-align: left;
  }
  #diagnosis .main h4 {
    border-bottom: solid 1px #00a0e9;
    border-top: solid 1px #00a0e9;
    color: #00a0e9;
    font-size: 1.3em;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
  }
  #diagnosis .main > p {
    margin: 10px 0;
    text-align: center;
  }
  #diagnosis .main > div {
    margin: 10px 10px 50px;
  }
  #diagnosis .side {
    float: none;
    margin-bottom: 5em;
    width: auto;
  }
  #diagnosis .side li a {
    display: block;
  }

  #recruit.contents {
    width: inherit;
  }
  #recruit h4 {
    margin: 1em 0;
  }
  #recruit ul {
    display: block;
  }
  #recruit ul li {
    box-sizing: border-box;
    float: left;
    padding: 0 1px;
    width: 50%;
  }
  #recruit ul li a {
    display: block;
    background: #00a0e8;
    color: #fff;
    text-align: center;
    padding: 0.5em 0;
  }
  #recruit dl {
    display: block;
  }
  #recruit dt {
    display: block;
    width: inherit;
    text-align: left;
    box-sizing: border-box;
    border-top: none;
    padding: 0.5em;
  }
  #recruit dd {
    display: block;
    border-top: none;
    padding: 0.5em;
  }
  #recruit dd.row {
    display: none;
  }
  #contact h4 br {
    display: inline;
  }
  #contact dl {
    display: block;
  }
  #contact dt {
    display: block;
    border-top: none;
    width: inherit;
    padding: 0.5em 0;
  }
  #contact dd {
    display: block;
    border-top: none;
    padding: 1em;
  }
  #contact dt span {
    display: none;
  }

  #instagram {
    background: none;
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }
  #instagram > img {
    width: 100%;
  }
  #instagram p {
    bottom: 4%;
    width: 100%;
  }
  #instagram p img {
    width: 90%;
  }
  #instagram ul {
    position: absolute;
    width: 92%;
    left: 4%;
    top: 25%;
  }
  #instagram ul li {
    width: 32%;
    height: auto;
    margin: 0 1.33333333333333% 1.33333333333333% 0;
  }
  #instagram ul li div {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
  }
  #instagram ul li div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
