@charset "UTF-8";
/* ------------ font ------------ */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/* ------------ color ------------ */
/* ------------ Material icons ------------ */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  vertical-align: middle; }

/* ------------ css reset ------------ */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

ins {
  text-decoration: none; }

mark {
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 30px 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ------------ SP ------------ */
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%; }

  /* ------------ clearfix ------------ */
  .spclearfix, #about #box_02 .innerbox ul li, #about #box_03 .wrap .text_box ul li {
    zoom: 1; }
    .spclearfix::after, #about #box_02 .innerbox ul li::after, #about #box_03 .wrap .text_box ul li::after {
      display: block;
      content: "";
      clear: both; }

  /* ------------ loader ------------ */
  #loaderbg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 2000;
    text-align: center; }
    #loaderbg #loader {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      margin: 0 0 0 -12px;
      z-index: 3000; }
      #loaderbg #loader img {
        width: 24px; }

  /* ------------ 共通 ------------ */
  /* ------------ header ------------ */
  #header {
    width: 100%;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff; }
    #header #contact_box {
      position: relative; }
      #header #contact_box h1 {
        text-indent: -9999px;
        position: absolute;
        top: 8px;
        left: 10px; }
        #header #contact_box h1 a {
          background-image: url(../img/01.png);
          background-repeat: no-repeat;
          background-size: contain;
          width: 224px;
          height: 25px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #header #contact_box h1 a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
      #header #contact_box ul {
        display: flex;
        position: absolute;
        top: 0;
        right: 0; }
        #header #contact_box ul li {
          list-style: none;
          width: 40px;
          height: 40px;
          background: #3c6185; }
          #header #contact_box ul li:nth-child(1) {
            position: relative;
            top: 0;
            left: 0;
            text-indent: -9999px;
            background-image: url(../img/16.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 18px 18px;
            display: block; }
          #header #contact_box ul li:nth-child(2) {
            display: none; }
          #header #contact_box ul li:nth-child(3) .bars {
            position: relative;
            top: 0;
            right: 0;
            width: 40px;
            height: 40px;
            cursor: pointer;
            z-index: 2000;
            background: #000; }
            #header #contact_box ul li:nth-child(3) .bars .bar {
              position: absolute;
              top: 50%;
              left: 50%;
              width: 26px;
              height: 2px;
              background: #fff;
              border-radius: 1px;
              transition: all 0.25s ease-in-out 0s;
              -moz-transition: all 0.25s ease-in-out 0s;
              -webkit-transition: all 0.25s ease-in-out 0s;
              -ms-transition: all 0.25s ease-in-out 0s;
              -o-transition: all 0.25s ease-in-out 0s; }
            #header #contact_box ul li:nth-child(3) .bars .bar-1 {
              margin: -9px 0 0 -13px; }
            #header #contact_box ul li:nth-child(3) .bars .bar-2 {
              margin: -1px 0 0 -13px; }
            #header #contact_box ul li:nth-child(3) .bars .bar-3 {
              margin: 7px 0 0 -13px; }
          #header #contact_box ul li:nth-child(3) .bars.step-1 .bar-1 {
            transform: translate3d(0, 8px, 0);
            -moz-transform: translate3d(0, 8px, 0);
            -webkit-transform: translate3d(0, 8px, 0);
            -ms-transform: translate3d(0, 8px, 0);
            -o-transform: translate3d(0, 8px, 0); }
          #header #contact_box ul li:nth-child(3) .bars.step-1 .bar-2 {
            transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg); }
          #header #contact_box ul li:nth-child(3) .bars.step-1 .bar-3 {
            transform: translate3d(0, -8px, 0);
            -moz-transform: translate3d(0, -8px, 0);
            -webkit-transform: translate3d(0, -8px, 0);
            -ms-transform: translate3d(0, -8px, 0);
            -o-transform: translate3d(0, -8px, 0); }
          #header #contact_box ul li:nth-child(3) .bars.step-2 .bar-1 {
            transform: translate3d(0, 8px, 0) rotate(135deg);
            -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
            -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
            -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
            -o-transform: translate3d(0, 8px, 0) rotate(135deg); }
          #header #contact_box ul li:nth-child(3) .bars.step-2 .bar-2 {
            transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg); }
          #header #contact_box ul li:nth-child(3) .bars.step-2 .bar-3 {
            transform: translate3d(0, -8px, 0) rotate(135deg);
            -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
            -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
            -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
            -o-transform: translate3d(0, -8px, 0) rotate(135deg); }
    #header #mnav_box {
      display: none; }

  /* ------------ spnav sp_mnav_box ------------ */
  .sp_nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s; }
    .sp_nav .bg {
      width: 100%;
      height: 100%;
      background: white;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .sp_nav.open {
      opacity: 1;
      visibility: visible;
      transition: all 0.7s;
      -moz-transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -ms-transition: all 0.7s;
      -o-transition: all 0.7s; }

  #sp_mnav_box {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    #sp_mnav_box ul li {
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      list-style: none;
      border-bottom: 1px solid #e5e5e5;
      position: relative; }
      #sp_mnav_box ul li a {
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding: 15px 0; }
        #sp_mnav_box ul li a:link, #sp_mnav_box ul li a:visited, #sp_mnav_box ul li a:active {
          text-decoration: none;
          color: #000; }
        #sp_mnav_box ul li a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
        #sp_mnav_box ul li a.here {
          color: #142f86; }
      #sp_mnav_box ul li:nth-child(1) {
        background-image: url(../img/02.png);
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        text-indent: -9999px;
        border-top: 1px solid #e5e5e5; }
      #sp_mnav_box ul li:before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        content: 'chevron_right';
        position: absolute;
        right: 10px;
        top: 14px;
        font-size: 2rem;
        height: 15px;
        color: #8e9ac1; }
    #sp_mnav_box p {
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      margin: 30px 0 0 0; }
      #sp_mnav_box p.tel {
        font-size: 22px;
        line-height: 1.5;
        font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        margin: 0; }
    #sp_mnav_box a:link, #sp_mnav_box a:visited, #sp_mnav_box a:active {
      text-decoration: underline;
      color: #000; }
    #sp_mnav_box a:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }

  /* ------------ トップページ ------------ */
  /* ------------ top_eyecatch ------------ */
  #top_eyecatch {
    margin: 40px 0 0 0;
    width: 100%;
    padding: 48.5% 0 0 0;
    background: url(../img/14-2.jpg) no-repeat center center;
    background-repeat: no-repeat;
    background-size: cover; }
    #top_eyecatch a {
      display: none; }

  /* ------------ top_medical ------------ */
  #top_medical {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center; }
    #top_medical h2 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 5px 0;
      display: inline-block; }
    #top_medical h3 {
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      margin: 20px 0 0 0; }
    #top_medical table {
      width: 100%;
      margin: 10px auto 0; }
      #top_medical table tr {
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #top_medical table tr th {
          padding: 5px;
          background: #e9f3f8;
          font-weight: 400;
          border-right: 1px solid #ccc;
          border-bottom: 1px solid #ccc; }
          #top_medical table tr th:nth-child(7) {
            color: #004b84; }
          #top_medical table tr th:nth-child(8) {
            color: #7b0000; }
        #top_medical table tr td {
          padding: 5px;
          border-right: 1px solid #ccc;
          border-bottom: 1px solid #ccc; }
    #top_medical p {
      font-size: 12px;
      line-height: 1.5;
      font: normal 1.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      margin: 10px 0 0 0; }
    #top_medical .time_box {
      width: 100%;
      border: 1px solid #ccc;
      margin: 20px auto 0;
      padding: 0 0 20px 0; }
      #top_medical .time_box h4 {
        font-size: 18px;
        line-height: 1;
        font: normal 1.8rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        background: #f3f3f3;
        padding: 10px 0;
        border-bottom: 1px solid #ccc; }
      #top_medical .time_box p {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 20px 0 0 0; }
      #top_medical .time_box a.button {
        width: 50%;
        margin: 20px auto 0;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        padding: 10px 0;
        background-color: #8e9ac1;
        color: #fff;
        display: block;
        box-sizing: border-box;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        text-align: center;
        position: relative;
        text-decoration: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }
        #top_medical .time_box a.button:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
        #top_medical .time_box a.button:before {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'chevron_right';
          position: absolute;
          right: 10px;
          top: 10px;
          font-size: 1.6rem; }

  /* ------------ top_news ------------ */
  #top_news {
    width: 100%;
    background: #efebe1;
    padding: 30px 0; }
    #top_news .innerbox {
      width: 90%;
      margin: 0 auto;
      background: #fff;
      box-shadow: 0 0 3px #e5e1d7;
      padding: 25px;
      box-sizing: border-box; }
      #top_news .innerbox .title_box {
        text-align: center; }
        #top_news .innerbox .title_box h2 {
          font-size: 20px;
          line-height: 1.5;
          font: normal 2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000; }
        #top_news .innerbox .title_box p {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000; }
      #top_news .innerbox .detail_box ul {
        margin: 20px 0 0 0; }
        #top_news .innerbox .detail_box ul li {
          list-style: none;
          margin: 0 0 15px 0; }
          #top_news .innerbox .detail_box ul li a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #top_news .innerbox .detail_box ul li a p {
              font-size: 14px;
              line-height: 1.5;
              font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              color: #000; }
              #top_news .innerbox .detail_box ul li a p.date {
                font-size: 12px;
                line-height: 1.5;
                font: normal 1.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
            #top_news .innerbox .detail_box ul li a:link, #top_news .innerbox .detail_box ul li a:visited, #top_news .innerbox .detail_box ul li a:active {
              text-decoration: none;
              color: #000; }
            #top_news .innerbox .detail_box ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
          #top_news .innerbox .detail_box ul li:last-child {
            margin: 0; }

  /* ------------ top_info ------------ */
  #top_info {
    width: 90%;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto; }
    #top_info h2 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 5px 0;
      display: inline-block; }
    #top_info ul li {
      list-style: none;
      text-align: left;
      margin: 30px 0 0 0; }
      #top_info ul li h3 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        padding: 0 0 0 40px; }
      #top_info ul li p {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 10px 0 0 0; }
      #top_info ul li:nth-child(2n) {
        margin: 30px 0 0 0; }
      #top_info ul li:nth-child(1) h3 {
        background: url(../img/04.png) no-repeat left center; }
      #top_info ul li:nth-child(2) h3 {
        background: url(../img/03.png) no-repeat left center; }
      #top_info ul li:nth-child(3) h3 {
        background: url(../img/06.png) no-repeat left center; }
      #top_info ul li:nth-child(4) h3 {
        background: url(../img/05.png) no-repeat left center; }

  /* ------------ top_checkup ------------ */
  #top_checkup {
    background: #fbeef2;
    padding: 30px 0; }
    #top_checkup .innerbox {
      width: 90%;
      margin: 0 auto;
      text-align: center; }
      #top_checkup .innerbox h2 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        border-bottom: 2px solid #e59cb3;
        padding: 0 0 5px 0;
        display: inline-block; }
      #top_checkup .innerbox P {
        font-size: 18px;
        line-height: 1.5;
        font: normal 1.8rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 20px 0 0 0; }
      #top_checkup .innerbox ul.detail_text {
        margin: 10px 0 0 0; }
        #top_checkup .innerbox ul.detail_text li {
          list-style: none;
          text-align: left;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          border-bottom: 1px solid #d3bec3;
          padding: 10px 0; }
      #top_checkup .innerbox ul.detail_box {
        margin: 30px 0 0 0; }
        #top_checkup .innerbox ul.detail_box li {
          list-style: none;
          background: #fff;
          margin: 20px 0 0 0;
          padding: 0 0 15px 0; }
          #top_checkup .innerbox ul.detail_box li h3 {
            font-size: 18px;
            line-height: 1;
            font: normal 1.8rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #000;
            padding: 10px 0;
            background: #f9cfdc; }
          #top_checkup .innerbox ul.detail_box li P {
            font-size: 16px;
            line-height: 2;
            font: normal 1.6rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #000;
            margin: 15px 0 0 0; }

  /* ------------ top_checkup ------------ */
  #top_hospitalization {
    width: 70%;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto; }
    #top_hospitalization h2 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 5px 0;
      display: inline-block; }
    #top_hospitalization ul li {
      width: 100%;
      list-style: none;
      margin: 20px 0 0 0;
      border: 1px solid #cbdce5;
      background: #f2f8fb;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      box-sizing: border-box; }
      #top_hospitalization ul li figure {
        text-align: left; }
        #top_hospitalization ul li figure img {
          width: 30px;
          margin: 0 20px 0 0;
          vertical-align: middle; }
        #top_hospitalization ul li figure p {
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          display: inline-block; }
      #top_hospitalization ul li:nth-child(1) {
        margin: 40px 0 0 0; }
        #top_hospitalization ul li:nth-child(1) figure img {
          vertical-align: top; }
        #top_hospitalization ul li:nth-child(1) figure p {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #top_hospitalization ul li a {
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding: 20px 10px; }
        #top_hospitalization ul li a:link, #top_hospitalization ul li a:visited, #top_hospitalization ul li a:active {
          text-decoration: none;
          color: #000; }
        #top_hospitalization ul li a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }

  /* ------------ top_floor ------------ */
  #top_floor {
    width: 100%;
    background: #f7f7f7;
    padding: 30px 0; }
    #top_floor .innerbox {
      width: 90%;
      margin: 0 auto;
      text-align: center; }
      #top_floor .innerbox h2 {
        font-size: 20px;
        line-height: 1.5;
        font: normal 2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        border-bottom: 2px solid #8e9ac1;
        padding: 0 0 5px 0;
        display: inline-block; }
      #top_floor .innerbox dl {
        width: 100%;
        border-bottom: 1px solid #ccc;
        display: flex;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #top_floor .innerbox dl dt {
          width: 15%;
          padding: 15px 0;
          background: #fff; }
        #top_floor .innerbox dl dd {
          width: 85%;
          text-align: left;
          padding: 15px 0 15px 15px; }
          #top_floor .innerbox dl dd br {
            display: none; }
        #top_floor .innerbox dl:nth-of-type(1) {
          border-top: 1px solid #ccc;
          margin: 40px auto 0; }

  /* ------------ top_area ------------ */
  #top_area {
    width: 90%;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto; }
    #top_area h2 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 5px 0;
      display: inline-block; }
    #top_area p {
      margin: 40px auto 0;
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000; }
    #top_area a.button {
      width: 50%;
      margin: 20px auto 0;
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      padding: 10px 0;
      background-color: #8e9ac1;
      color: #fff;
      display: block;
      box-sizing: border-box;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      text-align: center;
      position: relative;
      text-decoration: none;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
      #top_area a.button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
      #top_area a.button:before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        content: 'chevron_right';
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 1.6rem; }

  /* ------------ top_adoption ------------ */
  #top_adoption {
    width: 100%;
    background: #f1f5fc;
    padding: 30px 0; }
    #top_adoption .innerbox {
      width: 70%;
      margin: 0 auto;
      text-align: center; }
      #top_adoption .innerbox h2 {
        font-size: 20px;
        line-height: 1;
        font: normal 2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        border-bottom: 2px solid #8e9ac1;
        padding: 0 0 5px 0;
        display: inline-block; }
      #top_adoption .innerbox ul li {
        list-style: none;
        background: #fff;
        margin: 30px 0 0 0;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border: 1px solid #c3cbdc;
        font-size: 18px;
        line-height: 1.5;
        font: normal 1.8rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #top_adoption .innerbox ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 20px 0;
          position: relative; }
          #top_adoption .innerbox ul li a:link, #top_adoption .innerbox ul li a:visited, #top_adoption .innerbox ul li a:active {
            text-decoration: none;
            color: #000; }
          #top_adoption .innerbox ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #top_adoption .innerbox ul li a:before {
            font-family: 'Material Icons';
            font-weight: normal;
            font-style: normal;
            display: inline-block;
            line-height: 1;
            text-transform: none;
            letter-spacing: normal;
            word-wrap: normal;
            white-space: nowrap;
            direction: ltr;
            -webkit-font-smoothing: antialiased;
            text-rendering: optimizeLegibility;
            -moz-osx-font-smoothing: grayscale;
            font-feature-settings: 'liga';
            vertical-align: middle;
            content: 'chevron_right';
            position: absolute;
            right: 10px;
            top: 25px;
            font-size: 2rem;
            color: #8e9ac1; }

  /* ------------ top_hospital ------------ */
  #top_hospital {
    width: 70%;
    padding: 30px 0;
    margin: 0 auto;
    text-align: center; }
    #top_hospital h2 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 5px 0;
      display: inline-block; }
    #top_hospital ul li {
      list-style: none;
      background: #f2f8fb;
      margin: 30px 0 0 0;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border: 1px solid #c3cbdc;
      font-size: 18px;
      line-height: 1.5;
      font: normal 1.8rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #top_hospital ul li a {
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding: 20px 0;
        position: relative; }
        #top_hospital ul li a:link, #top_hospital ul li a:visited, #top_hospital ul li a:active {
          text-decoration: none;
          color: #000; }
        #top_hospital ul li a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
        #top_hospital ul li a:before {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'chevron_right';
          position: absolute;
          right: 10px;
          top: 25px;
          font-size: 2rem;
          color: #8e9ac1; }

  /* ------------ 共通 ------------ */
  /* ------------ map_box ------------ */
  #map_box {
    width: 100%;
    text-align: center;
    padding: 0 0 15px 0; }
    #map_box p {
      margin: 15px 0 0 0;
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000; }

  /* ------------ footer ------------ */
  #footer {
    width: 100%;
    background: #f7f7f7;
    padding: 30px 0; }
    #footer .innerbox {
      width: 90%;
      margin: 0 auto;
      text-align: center; }
      #footer .innerbox h2 {
        font-size: 20px;
        line-height: 1;
        font: normal 2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        border-bottom: 2px solid #8e9ac1;
        padding: 0 0 5px 0;
        display: inline-block; }
      #footer .innerbox figure {
        margin: 30px auto 0;
        width: 80%; }
        #footer .innerbox figure a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #footer .innerbox figure a img {
            width: 100%;
            vertical-align: bottom; }
          #footer .innerbox figure a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
      #footer .innerbox .box {
        margin: 20px 0 0 0; }
        #footer .innerbox .box ul li {
          list-style: none;
          border-bottom: 1px solid #ccc;
          padding: 10px 0;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          text-align: left; }
          #footer .innerbox .box ul li .title, #footer .innerbox .box ul li .detail {
            display: block; }
          #footer .innerbox .box ul li .title {
            width: 25%;
            float: left; }
          #footer .innerbox .box ul li .detail {
            margin: 0 0 0 30%;
            width: 70%; }
      #footer .innerbox p {
        font-size: 12px;
        line-height: 1;
        font: normal 1.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #666;
        font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 30px 0 0 0; }

  /* ------------ pagetop ------------ */
  a.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 1000; }
    a.pagetop img {
      vertical-align: bottom;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      width: 50px; }
      a.pagetop img:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }

  /* ------------ 下層ページ ------------ */
  /* ------------ page_title ------------ */
  #page_title {
    background: url(../about/img/01.jpg) no-repeat center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 26.3% 0 0 0;
    margin: 40px 0 0 0; }
    #page_title h2 {
      background: rgba(255, 255, 255, 0.8);
      width: 50%;
      height: 50px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      box-shadow: 0 0 3px #dcdcdc;
      font-size: 18px;
      line-height: 1;
      font: normal 1.8rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      text-align: center;
      line-height: 50px; }
    #page_title.p01 {
      background: url(../about/img/01.jpg) no-repeat center center;
      background-repeat: no-repeat;
      background-size: cover; }
    #page_title.p02 {
      background: url(../inpatient/img/01.jpg) no-repeat center center;
      background-repeat: no-repeat;
      background-size: cover; }
    #page_title.p03 {
      background: url(../regional/img/01.jpg) no-repeat center center;
      background-repeat: no-repeat;
      background-size: cover; }
    #page_title.p04 {
      background: url(../recruit/img/01.jpg) no-repeat center center;
      background-repeat: no-repeat;
      background-size: cover; }
    #page_title.p05 {
      background: url(../contact/img/01.jpg) no-repeat center center;
      background-repeat: no-repeat;
      background-size: cover; }
    #page_title.p06 {
      background: url(../information/img/01.jpg) no-repeat center center;
      background-repeat: no-repeat;
      background-size: cover; }

  /* ------------ about ------------ */
  #about #page_link {
    text-align: center;
    width: 100%; }
    #about #page_link ul li {
      list-style: none;
      background: #f2f8fb;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border: 1px solid #c3cbdc;
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #about #page_link ul li a {
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding: 20px 0;
        position: relative; }
        #about #page_link ul li a:link, #about #page_link ul li a:visited, #about #page_link ul li a:active {
          text-decoration: none;
          color: #000; }
        #about #page_link ul li a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
        #about #page_link ul li a:before {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'expand_more';
          position: absolute;
          right: 10px;
          top: 20px;
          font-size: 2rem;
          color: #8e9ac1; }
  #about #box_01 {
    width: 90%;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto; }
    #about #box_01 h3 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 5px 0;
      display: inline-block; }
    #about #box_01 h4 {
      margin: 30px 0 0 0;
      font-size: 18px;
      line-height: 1.5;
      font: normal 1.8rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000; }
    #about #box_01 ul {
      margin: 20px auto 0; }
      #about #box_01 ul li {
        list-style: none;
        padding: 10px 0;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        text-align: left;
        border-bottom: 1px solid #e1e1e1; }
  #about #box_02 {
    background: #f7f7f7;
    padding: 30px 0; }
    #about #box_02 .innerbox {
      width: 90%;
      margin: 0 auto;
      text-align: center; }
      #about #box_02 .innerbox h3 {
        font-size: 20px;
        line-height: 1;
        font: normal 2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        border-bottom: 2px solid #8e9ac1;
        padding: 0 0 5px 0;
        display: inline-block; }
      #about #box_02 .innerbox ul {
        margin: 20px auto 0; }
        #about #box_02 .innerbox ul li {
          list-style: none;
          border-bottom: 1px solid #ccc;
          padding: 10px 0;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          text-align: left; }
          #about #box_02 .innerbox ul li .date, #about #box_02 .innerbox ul li .detail {
            display: block; }
          #about #box_02 .innerbox ul li .date {
            width: 25%;
            float: left; }
          #about #box_02 .innerbox ul li .detail {
            margin: 0 0 0 30%;
            width: 70%; }
  #about #box_03 {
    width: 90%;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto; }
    #about #box_03 h3 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 5px 0;
      display: inline-block; }
    #about #box_03 .wrap {
      margin: 30px auto 0; }
      #about #box_03 .wrap figure {
        width: 50%;
        margin: 0 auto; }
        #about #box_03 .wrap figure img {
          width: 100%;
          vertical-align: bottom; }
        #about #box_03 .wrap figure figcaption {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          margin: 10px 0 0 0; }
          #about #box_03 .wrap figure figcaption .name {
            font-size: 18px;
            line-height: 2;
            font: normal 1.8rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #about #box_03 .wrap .text_box {
        text-align: left;
        margin: 30px 0 0 0; }
        #about #box_03 .wrap .text_box h4 {
          font-size: 20px;
          line-height: 1.5;
          font: normal 2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          text-align: center; }
          #about #box_03 .wrap .text_box h4:nth-of-type(2) {
            margin: 30px 0 0 0; }
        #about #box_03 .wrap .text_box ul {
          margin: 10px auto 0; }
          #about #box_03 .wrap .text_box ul li {
            list-style: none;
            border-bottom: 1px solid #ccc;
            padding: 10px 0;
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            text-align: left; }
            #about #box_03 .wrap .text_box ul li .date, #about #box_03 .wrap .text_box ul li .detail {
              display: block; }
            #about #box_03 .wrap .text_box ul li .date {
              width: 25%;
              float: left; }
            #about #box_03 .wrap .text_box ul li .detail {
              margin: 0 0 0 30%;
              width: 70%; }

  /* ------------ inpatient ------------ */
  #inpatient #page_link {
    text-align: center; }
    #inpatient #page_link ul li {
      list-style: none;
      border: 1px solid #cbdce5;
      background: #f2f8fb;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      box-sizing: border-box;
      position: relative; }
      #inpatient #page_link ul li:before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        content: 'expand_more';
        position: absolute;
        right: 10px;
        top: 23px;
        font-size: 2rem;
        color: #8e9ac1; }
      #inpatient #page_link ul li figure {
        text-align: left; }
        #inpatient #page_link ul li figure img {
          height: 24px;
          vertical-align: -70%;
          margin: 0 20px 0 0;
          display: inline-block; }
        #inpatient #page_link ul li figure p {
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          display: inline-block; }
      #inpatient #page_link ul li:nth-child(1) figure img {
        vertical-align: -70%; }
      #inpatient #page_link ul li:nth-child(1) figure p {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        display: inline-block; }
        #inpatient #page_link ul li:nth-child(1) figure p br {
          display: none; }
      #inpatient #page_link ul li a {
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding: 20px; }
        #inpatient #page_link ul li a:link, #inpatient #page_link ul li a:visited, #inpatient #page_link ul li a:active {
          text-decoration: none;
          color: #000; }
        #inpatient #page_link ul li a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
  #inpatient #box_01 {
    width: 90%;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto; }
    #inpatient #box_01 h3 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 5px 0;
      display: inline-block; }
    #inpatient #box_01 ul {
      display: flex;
      flex-wrap: wrap; }
      #inpatient #box_01 ul li {
        width: 50%;
        list-style: none;
        margin: 30px 0 0 0; }
        #inpatient #box_01 ul li img {
          width: 50%;
          vertical-align: bottom; }
        #inpatient #box_01 ul li p {
          margin: 10px 0 0 0;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
  #inpatient #box_02 {
    background: #f7f7f7;
    padding: 30px 0; }
    #inpatient #box_02 .innerbox {
      width: 90%;
      margin: 0 auto;
      text-align: center; }
      #inpatient #box_02 .innerbox h3 {
        font-size: 20px;
        line-height: 1;
        font: normal 2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        border-bottom: 2px solid #8e9ac1;
        padding: 0 0 5px 0;
        display: inline-block; }
      #inpatient #box_02 .innerbox ul {
        display: flex;
        flex-wrap: wrap; }
        #inpatient #box_02 .innerbox ul li {
          width: 33.3%;
          list-style: none;
          margin: 30px 0 0 0; }
          #inpatient #box_02 .innerbox ul li img {
            width: 70%;
            vertical-align: bottom; }
          #inpatient #box_02 .innerbox ul li p {
            margin: 10px 0 0 0;
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #inpatient #box_02 .innerbox p {
        margin: 20px 0 0 0;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
  #inpatient #box_03 {
    width: 90%;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto; }
    #inpatient #box_03 h3 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 5px 0;
      display: inline-block; }
    #inpatient #box_03 ul {
      border: 5px solid #f3dddf;
      margin: 30px auto 0;
      padding: 10px;
      display: flex; }
      #inpatient #box_03 ul li {
        list-style: none;
        width: 50%;
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        padding: 20px 0;
        box-sizing: border-box; }
        #inpatient #box_03 ul li:last-child {
          border-left: 1px solid #c3c3c3; }
  #inpatient #box_04 {
    width: 100%;
    background: #f1f5fc;
    padding: 30px 0; }
    #inpatient #box_04 .innerbox {
      width: 90%;
      margin: 0 auto;
      text-align: center; }
      #inpatient #box_04 .innerbox h3 {
        font-size: 20px;
        line-height: 1;
        font: normal 2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        border-bottom: 2px solid #8e9ac1;
        padding: 0 0 5px 0;
        display: inline-block; }
      #inpatient #box_04 .innerbox h4 {
        font-size: 18px;
        line-height: 1;
        font: normal 1.8rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 30px 0 0 0; }
        #inpatient #box_04 .innerbox h4:nth-of-type(2) {
          margin: 60px 0 0 0; }
      #inpatient #box_04 .innerbox ul {
        margin: 20px 0 0 0; }
        #inpatient #box_04 .innerbox ul li {
          list-style: decimal inside;
          font-size: 14px;
          line-height: 2;
          font: normal 1.4rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          border-bottom: 1px solid #cad2e0;
          padding: 10px 0;
          text-align: left;
          text-indent: -1.4rem;
          padding-left: 1.4rem; }

  /* ------------ regional ------------ */
  #regional #page_link {
    text-align: center;
    width: 100%; }
    #regional #page_link ul li {
      list-style: none;
      background: #f2f8fb;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border: 1px solid #c3cbdc;
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #regional #page_link ul li a {
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding: 20px 0;
        position: relative; }
        #regional #page_link ul li a:link, #regional #page_link ul li a:visited, #regional #page_link ul li a:active {
          text-decoration: none;
          color: #000; }
        #regional #page_link ul li a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
        #regional #page_link ul li a:before {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'expand_more';
          position: absolute;
          right: 10px;
          top: 20px;
          font-size: 2rem;
          color: #8e9ac1; }
  #regional #box_01 {
    width: 90%;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto; }
    #regional #box_01 h3 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 5px 0;
      display: inline-block; }
    #regional #box_01 p {
      margin: 30px auto 0;
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
  #regional #box_02 {
    width: 100%;
    background: #f7f7f7;
    padding: 30px 0; }
    #regional #box_02 .innerbox {
      width: 90%;
      margin: 0 auto;
      text-align: center; }
      #regional #box_02 .innerbox h3 {
        font-size: 20px;
        line-height: 1;
        font: normal 2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        border-bottom: 2px solid #8e9ac1;
        padding: 0 0 5px 0;
        display: inline-block; }
      #regional #box_02 .innerbox .wrap {
        margin: 30px 0 0 0;
        text-align: left; }
        #regional #box_02 .innerbox .wrap figure {
          width: 50%;
          margin: 0 auto; }
          #regional #box_02 .innerbox .wrap figure img {
            width: 100%;
            vertical-align: bottom; }
        #regional #box_02 .innerbox .wrap h4 {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          margin: 20px 0 0 0; }
        #regional #box_02 .innerbox .wrap ul {
          margin: 20px 0 0 0; }
          #regional #box_02 .innerbox .wrap ul li {
            font-size: 14px;
            line-height: 2;
            font: normal 1.4rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #000;
            list-style: none; }
  #regional #box_03 {
    width: 90%;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto; }
    #regional #box_03 h3 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 5px 0;
      display: inline-block; }
    #regional #box_03 h4 {
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      margin: 30px 0 0 0; }
    #regional #box_03 p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000; }
    #regional #box_03 .wrap {
      border: 5px solid #f3dddf;
      margin: 30px auto 30px;
      padding: 10px; }
      #regional #box_03 .wrap p {
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000; }
        #regional #box_03 .wrap p.title {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #regional #box_03 .wrap ul {
        display: flex;
        margin: 15px 0; }
        #regional #box_03 .wrap ul li {
          list-style: none;
          width: 50%;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          padding: 10px 0;
          box-sizing: border-box; }
          #regional #box_03 .wrap ul li:last-child {
            border-left: 1px solid #c3c3c3; }

  /* ------------ recruit ------------ */
  #recruit #page_link {
    text-align: center;
    width: 100%; }
    #recruit #page_link ul li {
      list-style: none;
      background: #f2f8fb;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border: 1px solid #c3cbdc;
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #recruit #page_link ul li a {
        display: block;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding: 20px 0;
        position: relative; }
        #recruit #page_link ul li a:link, #recruit #page_link ul li a:visited, #recruit #page_link ul li a:active {
          text-decoration: none;
          color: #000; }
        #recruit #page_link ul li a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
        #recruit #page_link ul li a:before {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'expand_more';
          position: absolute;
          right: 10px;
          top: 20px;
          font-size: 2rem;
          color: #8e9ac1; }
  #recruit h3 {
    font-size: 20px;
    line-height: 1.5;
    font: normal 2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    border-bottom: 2px solid #8e9ac1;
    padding: 0 0 5px 0;
    display: inline-block; }
  #recruit dl {
    font-size: 14px;
    line-height: 1.5;
    font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    border-bottom: 1px solid #c3c3c3;
    padding: 20px 0; }
    #recruit dl:first-of-type {
      margin: 30px auto 0; }
    #recruit dl dt {
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      text-align: left;
      color: #142f86; }
    #recruit dl dd {
      text-align: left;
      margin: 5px 0 0 0; }
  #recruit #box_01 {
    width: 90%;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto; }
  #recruit #box_02 {
    background: #f7f7f7;
    padding: 30px 0; }
    #recruit #box_02 .innerbox {
      width: 90%;
      margin: 0 auto;
      text-align: center; }
  #recruit #box_03 {
    width: 90%;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto; }
  #recruit #box_04 {
    background: #f7f7f7;
    padding: 30px 0; }
    #recruit #box_04 .innerbox {
      width: 90%;
      margin: 0 auto;
      text-align: center; }
  #recruit #box_05 {
    width: 90%;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto; }
  #recruit #box_06 {
    background: #f7f7f7;
    padding: 30px 0; }
    #recruit #box_06 .innerbox {
      width: 90%;
      margin: 0 auto;
      text-align: center; }

  /* ------------ contact ------------ */
  #contact #box_01 {
    width: 90%;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto; }
    #contact #box_01 dl {
      font-size: 14px;
      line-height: 1.5;
      font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #contact #box_01 dl dt {
        text-align: left;
        color: #142f86;
        font-size: 18px;
        line-height: 1.5;
        font: normal 1.8rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #contact #box_01 dl dd {
        margin: 10px 0 0 0;
        text-align: left; }
  #contact #box_02 {
    background: #f7f7f7;
    padding: 30px 0; }
    #contact #box_02 .innerbox {
      width: 90%;
      margin: 0 auto;
      text-align: center; }
      #contact #box_02 .innerbox h3 {
        font-size: 20px;
        line-height: 1;
        font: normal 2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        border-bottom: 2px solid #8e9ac1;
        padding: 0 0 5px 0;
        display: inline-block; }
      #contact #box_02 .innerbox p {
        margin: 20px 0 0 0;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #contact #box_02 .innerbox dl {
        padding: 15px 0;
        font-size: 14px;
        line-height: 1.5;
        font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000; }
        #contact #box_02 .innerbox dl dt {
          text-align: left;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #contact #box_02 .innerbox dl dd {
          text-align: left;
          margin: 10px 0 0 0; }
          #contact #box_02 .innerbox dl dd input[type="text"] {
            width: 100%;
            border: 1px solid #dcdcdc;
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #000;
            box-sizing: border-box;
            padding: 5px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            -webkit-appearance: none; }
            #contact #box_02 .innerbox dl dd input[type="text"].w50 {
              width: 100%; }
            #contact #box_02 .innerbox dl dd input[type="text"].w25 {
              width: 25%; }
          #contact #box_02 .innerbox dl dd input:focus {
            outline: none; }
          #contact #box_02 .innerbox dl dd textarea {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            width: 100%;
            height: 150px;
            resize: none;
            border: 1px solid #dcdcdc;
            padding: 5px;
            color: #000;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            box-sizing: border-box;
            -webkit-appearance: none; }
        #contact #box_02 .innerbox dl:first-of-type {
          margin: 30px 0 0 0; }
        #contact #box_02 .innerbox dl .red {
          font-size: 12px;
          line-height: 1;
          font: normal 1.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          background-color: #fff;
          color: #cc0000;
          border: 1px solid #cc0000;
          margin: 0 8px 0 0;
          padding: 2px 5px;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px; }
      #contact #box_02 .innerbox .submit_box {
        margin: 20px 0 0 0;
        text-align: center; }
        #contact #box_02 .innerbox .submit_box .submit_button {
          width: 60%;
          margin: 0 auto;
          padding: 15px 0;
          background-color: #8e9ac1;
          display: block;
          box-sizing: border-box;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #fff;
          text-align: center;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          -webkit-appearance: button;
          border-style: none; }
          #contact #box_02 .innerbox .submit_box .submit_button:hover {
            opacity: 0.7;
            filter: alpha(opacity=70);
            cursor: pointer; }
        #contact #box_02 .innerbox .submit_box .back_button {
          width: 60%;
          margin: 0 auto 10px;
          padding: 15px 0;
          background-color: #dcdcdc;
          display: block;
          box-sizing: border-box;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          text-align: center;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          -webkit-appearance: button;
          border-style: none; }
          #contact #box_02 .innerbox .submit_box .back_button:hover {
            opacity: 0.7;
            filter: alpha(opacity=70);
            cursor: pointer; }
      #contact #box_02 .innerbox table {
        margin: 30px 0 0 0;
        width: 100%; }
        #contact #box_02 .innerbox table th {
          padding: 10px 0;
          border-bottom: 1px solid #dcdcdc;
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          width: 240px;
          text-align: left;
          color: #000; }
        #contact #box_02 .innerbox table td {
          padding: 10px 0;
          border-bottom: 1px solid #dcdcdc;
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          text-align: left;
          color: #000; }
  #contact #box_03 {
    width: 90%;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto; }
    #contact #box_03 h3 {
      font-size: 20px;
      line-height: 1;
      font: normal 2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 5px 0;
      display: inline-block; }
    #contact #box_03 p {
      margin: 30px auto 0;
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }

  /* ------------ information ------------ */
  #information #box {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0; }
    #information #box h3 {
      font-size: 20px;
      line-height: 1.5;
      font: normal 2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 5px 0;
      display: inline-block;
      text-align: center; }
    #information #box p {
      font-size: 14px;
      line-height: 2;
      font: normal 1.4rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      margin: 20px 0 0 0; }

  /* ------------SP END ------------ */ }
/* ------------ PC ------------ */
@media screen and (min-width: 768px), print {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%; }

  /* ------------ clearfix ------------ */
  .clearfix, #footer .innerbox .box ul li, #about #box_02 .innerbox ul li, #about #box_03 .wrap .text_box ul li, #regional #box_02 .innerbox .wrap {
    zoom: 1; }
    .clearfix::after, #footer .innerbox .box ul li::after, #about #box_02 .innerbox ul li::after, #about #box_03 .wrap .text_box ul li::after, #regional #box_02 .innerbox .wrap::after {
      display: block;
      content: "";
      clear: both; }

  /* ------------ loader ------------ */
  #loaderbg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
    text-align: center; }
    #loaderbg #loader {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      margin: 0 0 0 -24px;
      z-index: 2000; }

  /* ------------ 共通 ------------ */
  /* ------------ header ------------ */
  #header {
    width: 100%;
    min-width: 1200px; }
    #header #contact_box {
      position: relative;
      height: 80px; }
      #header #contact_box h1 {
        text-indent: -9999px;
        position: absolute;
        left: 40px;
        top: 18px; }
        #header #contact_box h1 a {
          background-image: url(../img/01.png);
          background-repeat: no-repeat;
          background-size: contain;
          width: 448px;
          height: 50px;
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #header #contact_box h1 a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
      #header #contact_box ul {
        position: absolute;
        right: 0;
        top: 0;
        display: flex; }
        #header #contact_box ul li {
          list-style: none; }
          #header #contact_box ul li:nth-child(1) {
            font-size: 14px;
            line-height: 1.5;
            font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            margin: 12px 40px 0 0;
            color: #000; }
            #header #contact_box ul li:nth-child(1) p.tel {
              font-size: 26px;
              line-height: 1.5;
              font: normal 2.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              font-weight: 600; }
            #header #contact_box ul li:nth-child(1) a {
              transition: all 0.5s;
              -moz-transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s; }
              #header #contact_box ul li:nth-child(1) a:link, #header #contact_box ul li:nth-child(1) a:visited, #header #contact_box ul li:nth-child(1) a:active {
                text-decoration: none;
                color: #000; }
              #header #contact_box ul li:nth-child(1) a:hover {
                opacity: 0.7;
                filter: alpha(opacity=70); }
          #header #contact_box ul li:nth-child(2) a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            display: block;
            padding: 0 80px;
            background: #142f86;
            height: 80px;
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            line-height: 80px; }
            #header #contact_box ul li:nth-child(2) a:link, #header #contact_box ul li:nth-child(2) a:visited, #header #contact_box ul li:nth-child(2) a:active {
              text-decoration: none;
              color: #fff; }
            #header #contact_box ul li:nth-child(2) a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
    #header #mnav_box {
      background: linear-gradient(to bottom, #e4e4e4 0, #f3f3f3 8%); }
      #header #mnav_box ul {
        width: 900px;
        margin: 0 auto;
        display: flex; }
        #header #mnav_box ul li {
          width: 20%;
          text-align: center;
          background-image: url(../img/13.png);
          background-repeat: no-repeat;
          background-position: left center; }
          #header #mnav_box ul li a {
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            display: block;
            padding: 20px 0 20px 16px;
            font-size: 16px;
            line-height: 1;
            font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
            #header #mnav_box ul li a:link, #header #mnav_box ul li a:visited, #header #mnav_box ul li a:active {
              text-decoration: none;
              color: #000; }
            #header #mnav_box ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #header #mnav_box ul li a.here {
              color: #142f86; }
          #header #mnav_box ul li:nth-child(1) {
            background-image: url(../img/02.png);
            background-repeat: no-repeat;
            background-position: center center;
            display: block;
            text-indent: -9999px; }

  /* ------------ spnav sp_mnav_box ------------ */
  .sp_nav {
    display: none; }

  #sp_mnav_box {
    display: none; }

  /* ------------ トップページ ------------ */
  /* ------------ top_eyecatch ------------ */
  #top_eyecatch {
    background: url(../img/14-2.jpg) no-repeat center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-width: 1200px;
    position: relative; }
    #top_eyecatch a img {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      margin: 0 auto;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      #top_eyecatch a img:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }

  /* ------------ top_medical ------------ */
  #top_medical {
    text-align: center;
    padding: 60px 0;
    min-width: 1200px; }
    #top_medical h2 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 10px 0;
      display: inline-block; }
    #top_medical h3 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      margin: 40px 0 0 0; }
    #top_medical table {
      width: 465px;
      margin: 40px auto 0; }
      #top_medical table tr {
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #top_medical table tr th {
          padding: 15px;
          background: #e9f3f8;
          font-weight: 400;
          border-right: 1px solid #ccc;
          border-bottom: 1px solid #ccc; }
          #top_medical table tr th:nth-child(7) {
            color: #004b84; }
          #top_medical table tr th:nth-child(8) {
            color: #7b0000; }
        #top_medical table tr td {
          padding: 15px;
          border-right: 1px solid #ccc;
          border-bottom: 1px solid #ccc; }
    #top_medical p {
      font-size: 18px;
      line-height: 1.5;
      font: normal 1.8rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      margin: 20px 0 0 0; }
    #top_medical .time_box {
      width: 465px;
      border: 1px solid #ccc;
      margin: 40px auto 0;
      padding: 0 0 40px 0; }
      #top_medical .time_box h4 {
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        background: #f3f3f3;
        padding: 15px 0;
        border-bottom: 1px solid #ccc; }
      #top_medical .time_box p {
        font-size: 22px;
        line-height: 1.5;
        font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 40px 0 0 0; }
      #top_medical .time_box a.button {
        width: 250px;
        margin: 40px auto 0;
        font-size: 16px;
        line-height: 1;
        font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        padding: 15px 0;
        background-color: #8e9ac1;
        color: #fff;
        display: block;
        box-sizing: border-box;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        text-align: center;
        position: relative;
        text-decoration: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }
        #top_medical .time_box a.button:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
        #top_medical .time_box a.button:before {
          font-family: 'Material Icons';
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          line-height: 1;
          text-transform: none;
          letter-spacing: normal;
          word-wrap: normal;
          white-space: nowrap;
          direction: ltr;
          -webkit-font-smoothing: antialiased;
          text-rendering: optimizeLegibility;
          -moz-osx-font-smoothing: grayscale;
          font-feature-settings: 'liga';
          vertical-align: middle;
          content: 'chevron_right';
          position: absolute;
          right: 10px;
          top: 14px;
          font-size: 2rem; }

  /* ------------ top_news ------------ */
  #top_news {
    background: #efebe1;
    padding: 60px 0;
    min-width: 1200px; }
    #top_news .innerbox {
      width: 990px;
      margin: 0 auto;
      background: #fff;
      box-shadow: 0 0 5px #e5e1d7;
      padding: 50px;
      box-sizing: border-box;
      display: flex; }
      #top_news .innerbox .title_box {
        width: 170px; }
        #top_news .innerbox .title_box h2 {
          font-size: 26px;
          line-height: 1.5;
          font: normal 2.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000; }
        #top_news .innerbox .title_box p {
          font-size: 14px;
          line-height: 1.5;
          font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000; }
      #top_news .innerbox .detail_box ul {
        border-left: 1px solid #e1e1e1;
        padding: 0 0 0 45px; }
        #top_news .innerbox .detail_box ul li {
          list-style: none;
          margin: 0 0 30px 0; }
          #top_news .innerbox .detail_box ul li a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; }
            #top_news .innerbox .detail_box ul li a p {
              font-size: 18px;
              line-height: 1.5;
              font: normal 1.8rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
              color: #000; }
              #top_news .innerbox .detail_box ul li a p.date {
                font-size: 14px;
                line-height: 1.5;
                font: normal 1.4rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
            #top_news .innerbox .detail_box ul li a:link, #top_news .innerbox .detail_box ul li a:visited, #top_news .innerbox .detail_box ul li a:active {
              text-decoration: none;
              color: #000; }
            #top_news .innerbox .detail_box ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
          #top_news .innerbox .detail_box ul li:last-child {
            margin: 0; }

  /* ------------ top_info ------------ */
  #top_info {
    text-align: center;
    padding: 60px 0;
    min-width: 1200px; }
    #top_info h2 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 10px 0;
      display: inline-block; }
    #top_info ul {
      display: flex;
      flex-wrap: wrap;
      width: 1200px;
      margin: 0 auto; }
      #top_info ul li {
        width: 48%;
        list-style: none;
        text-align: left;
        margin: 60px 4% 0 0; }
        #top_info ul li h3 {
          font-size: 22px;
          line-height: 1.5;
          font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          padding: 0 0 0 40px; }
        #top_info ul li p {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000;
          margin: 15px 0 0 0; }
        #top_info ul li:nth-child(2n) {
          margin: 60px 0 0 0; }
        #top_info ul li:nth-child(1) h3 {
          background: url(../img/04.png) no-repeat left center; }
        #top_info ul li:nth-child(2) h3 {
          background: url(../img/03.png) no-repeat left center; }
        #top_info ul li:nth-child(3) h3 {
          background: url(../img/06.png) no-repeat left center; }
        #top_info ul li:nth-child(4) h3 {
          background: url(../img/05.png) no-repeat left center; }

  /* ------------ top_checkup ------------ */
  #top_checkup {
    background: #fbeef2;
    padding: 60px 0;
    min-width: 1200px; }
    #top_checkup .innerbox {
      width: 1200px;
      margin: 0 auto;
      text-align: center; }
      #top_checkup .innerbox h2 {
        font-size: 22px;
        line-height: 1.5;
        font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        border-bottom: 2px solid #e59cb3;
        padding: 0 0 10px 0;
        display: inline-block; }
      #top_checkup .innerbox P {
        font-size: 22px;
        line-height: 1.5;
        font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 40px 0 0 0; }
      #top_checkup .innerbox ul.detail_text {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0 0 0; }
        #top_checkup .innerbox ul.detail_text li {
          width: 48%;
          list-style: none;
          text-align: left;
          margin: 0 4% 0 0;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          border-bottom: 1px solid #d3bec3;
          padding: 20px 0; }
          #top_checkup .innerbox ul.detail_text li:nth-child(1) {
            order: 1; }
          #top_checkup .innerbox ul.detail_text li:nth-child(2) {
            order: 3; }
          #top_checkup .innerbox ul.detail_text li:nth-child(3) {
            order: 5; }
          #top_checkup .innerbox ul.detail_text li:nth-child(4) {
            order: 2;
            margin: 0; }
          #top_checkup .innerbox ul.detail_text li:nth-child(5) {
            order: 4;
            margin: 0; }
          #top_checkup .innerbox ul.detail_text li:nth-child(6) {
            order: 6;
            margin: 0; }
      #top_checkup .innerbox ul.detail_box {
        margin: 60px 0 0 -3%;
        display: flex; }
        #top_checkup .innerbox ul.detail_box li {
          list-style: none;
          width: 33.3%;
          background: #fff;
          margin: 0 0 0 3%; }
          #top_checkup .innerbox ul.detail_box li h3 {
            font-size: 18px;
            line-height: 1;
            font: normal 1.8rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #000;
            padding: 10px 0;
            background: #f9cfdc; }
          #top_checkup .innerbox ul.detail_box li P {
            font-size: 16px;
            line-height: 2;
            font: normal 1.6rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #000;
            margin: 30px 0; }

  /* ------------ top_checkup ------------ */
  #top_hospitalization {
    text-align: center;
    padding: 60px 0;
    min-width: 1200px; }
    #top_hospitalization h2 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 10px 0;
      display: inline-block; }
    #top_hospitalization ul {
      display: flex;
      flex-wrap: wrap;
      width: 990px;
      margin: 0 auto; }
      #top_hospitalization ul li {
        width: 48%;
        list-style: none;
        margin: 60px 4% 0 0;
        border: 1px solid #cbdce5;
        background: #f2f8fb;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        box-sizing: border-box; }
        #top_hospitalization ul li figure {
          text-align: left; }
          #top_hospitalization ul li figure img {
            vertical-align: middle;
            margin: 0 20px 0 0;
            display: inline-block; }
          #top_hospitalization ul li figure p {
            font-size: 22px;
            line-height: 1;
            font: normal 2.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            display: inline-block; }
        #top_hospitalization ul li:nth-child(1) figure img {
          vertical-align: top; }
        #top_hospitalization ul li:nth-child(1) figure p {
          font-size: 22px;
          line-height: 1.5;
          font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          display: inline-block; }
        #top_hospitalization ul li:nth-child(2n) {
          margin: 60px 0 0 0; }
        #top_hospitalization ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 40px; }
          #top_hospitalization ul li a:link, #top_hospitalization ul li a:visited, #top_hospitalization ul li a:active {
            text-decoration: none;
            color: #000; }
          #top_hospitalization ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }

  /* ------------ top_floor ------------ */
  #top_floor {
    background: #f7f7f7;
    padding: 60px 0;
    min-width: 1200px; }
    #top_floor .innerbox {
      width: 1200px;
      margin: 0 auto;
      text-align: center; }
      #top_floor .innerbox h2 {
        font-size: 22px;
        line-height: 1.5;
        font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        border-bottom: 2px solid #8e9ac1;
        padding: 0 0 10px 0;
        display: inline-block; }
      #top_floor .innerbox dl {
        width: 570px;
        margin: 0 auto;
        border-bottom: 1px solid #ccc;
        display: flex;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #top_floor .innerbox dl dt {
          width: 80px;
          padding: 20px 0;
          background: #fff; }
        #top_floor .innerbox dl dd {
          width: 490px;
          text-align: left;
          padding: 20px 0 20px 20px; }
        #top_floor .innerbox dl:nth-of-type(1) {
          border-top: 1px solid #ccc;
          margin: 60px auto 0; }

  /* ------------ top_area ------------ */
  #top_area {
    text-align: center;
    padding: 60px 0;
    min-width: 1200px; }
    #top_area h2 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 10px 0;
      display: inline-block; }
    #top_area p {
      width: 570px;
      margin: 60px auto 0;
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000; }
    #top_area a.button {
      width: 250px;
      margin: 40px auto 0;
      font-size: 16px;
      line-height: 1;
      font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
      padding: 15px 0;
      background-color: #8e9ac1;
      color: #fff;
      display: block;
      box-sizing: border-box;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      text-align: center;
      position: relative;
      text-decoration: none;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
      #top_area a.button:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
      #top_area a.button:before {
        font-family: 'Material Icons';
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        vertical-align: middle;
        content: 'chevron_right';
        position: absolute;
        right: 10px;
        top: 14px;
        font-size: 2rem;
        height: 15px; }

  /* ------------ top_adoption ------------ */
  #top_adoption {
    background: #f1f5fc;
    padding: 60px 0;
    min-width: 1200px; }
    #top_adoption .innerbox {
      width: 1200px;
      margin: 0 auto;
      text-align: center; }
      #top_adoption .innerbox h2 {
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        border-bottom: 2px solid #8e9ac1;
        padding: 0 0 10px 0;
        display: inline-block; }
      #top_adoption .innerbox ul {
        margin: 60px 0 0 -3%;
        display: flex; }
        #top_adoption .innerbox ul li {
          list-style: none;
          width: 33.3%;
          background: #fff;
          margin: 0 0 0 3%;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px;
          border: 1px solid #c3cbdc;
          font-size: 22px;
          line-height: 1.5;
          font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
          #top_adoption .innerbox ul li a {
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            padding: 60px 0;
            position: relative; }
            #top_adoption .innerbox ul li a:link, #top_adoption .innerbox ul li a:visited, #top_adoption .innerbox ul li a:active {
              text-decoration: none;
              color: #000; }
            #top_adoption .innerbox ul li a:hover {
              opacity: 0.7;
              filter: alpha(opacity=70); }
            #top_adoption .innerbox ul li a:before {
              font-family: 'Material Icons';
              font-weight: normal;
              font-style: normal;
              display: inline-block;
              line-height: 1;
              text-transform: none;
              letter-spacing: normal;
              word-wrap: normal;
              white-space: nowrap;
              direction: ltr;
              -webkit-font-smoothing: antialiased;
              text-rendering: optimizeLegibility;
              -moz-osx-font-smoothing: grayscale;
              font-feature-settings: 'liga';
              vertical-align: middle;
              content: 'chevron_right';
              position: absolute;
              right: 10px;
              top: 60px;
              font-size: 3rem;
              color: #8e9ac1; }

  /* ------------ top_hospital ------------ */
  #top_hospital {
    text-align: center;
    padding: 60px 0;
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto; }
    #top_hospital h2 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 10px 0;
      display: inline-block; }
    #top_hospital ul {
      margin: 60px 0 0 -3%;
      display: flex; }
      #top_hospital ul li {
        list-style: none;
        width: 33.3%;
        background: #f2f8fb;
        margin: 0 0 0 3%;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border: 1px solid #c3cbdc;
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #top_hospital ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 60px 0;
          position: relative; }
          #top_hospital ul li a:link, #top_hospital ul li a:visited, #top_hospital ul li a:active {
            text-decoration: none;
            color: #000; }
          #top_hospital ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #top_hospital ul li a:before {
            font-family: 'Material Icons';
            font-weight: normal;
            font-style: normal;
            display: inline-block;
            line-height: 1;
            text-transform: none;
            letter-spacing: normal;
            word-wrap: normal;
            white-space: nowrap;
            direction: ltr;
            -webkit-font-smoothing: antialiased;
            text-rendering: optimizeLegibility;
            -moz-osx-font-smoothing: grayscale;
            font-feature-settings: 'liga';
            vertical-align: middle;
            content: 'chevron_right';
            position: absolute;
            right: 10px;
            top: 60px;
            font-size: 3rem;
            color: #8e9ac1; }

  /* ------------ 共通 ------------ */
  /* ------------ map_box ------------ */
  #map_box {
    width: 100%;
    min-width: 1200px;
    text-align: center;
    padding: 0 0 60px 0; }
    #map_box p {
      margin: 60px 0 0 0;
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000; }

  /* ------------ footer ------------ */
  #footer {
    background: #f7f7f7;
    padding: 60px 0;
    min-width: 1200px; }
    #footer .innerbox {
      width: 1200px;
      margin: 0 auto;
      text-align: center; }
      #footer .innerbox h2 {
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        border-bottom: 2px solid #8e9ac1;
        padding: 0 0 10px 0;
        display: inline-block; }
      #footer .innerbox figure {
        margin: 60px 0 0 0; }
        #footer .innerbox figure a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          #footer .innerbox figure a img {
            vertical-align: bottom; }
          #footer .innerbox figure a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
      #footer .innerbox .box {
        display: flex;
        flex-wrap: wrap;
        margin: 50px 0 0 0; }
        #footer .innerbox .box ul {
          width: 48%;
          margin: 0 4% 0 0; }
          #footer .innerbox .box ul li {
            list-style: none;
            border-bottom: 1px solid #ccc;
            padding: 15px 0;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            text-align: left; }
            #footer .innerbox .box ul li .title, #footer .innerbox .box ul li .detail {
              display: block; }
            #footer .innerbox .box ul li .title {
              width: 20%;
              float: left; }
            #footer .innerbox .box ul li .detail {
              margin: 0 0 0 25%;
              width: 75%; }
          #footer .innerbox .box ul:nth-of-type(2) {
            margin: 0; }
      #footer .innerbox p {
        font-size: 14px;
        line-height: 1;
        font: normal 1.4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #666;
        font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
        margin: 60px 0 0 0; }

  /* ------------ pagetop ------------ */
  a.pagetop {
    position: fixed;
    bottom: 80px;
    right: 30px;
    display: none;
    z-index: 1000; }
    a.pagetop img {
      vertical-align: bottom;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      a.pagetop img:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }

  /* ------------ 下層ページ ------------ */
  /* ------------ page_title ------------ */
  #page_title {
    min-width: 1200px;
    height: 360px;
    background: url(../about/img/01.jpg) no-repeat center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    #page_title h2 {
      background: rgba(255, 255, 255, 0.8);
      width: 440px;
      height: 140px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      box-shadow: 0 0 5px #dcdcdc;
      font-size: 26px;
      line-height: 1;
      font: normal 2.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      text-align: center;
      line-height: 140px; }
    #page_title.p01 {
      background: url(../about/img/01.jpg) no-repeat center center;
      background-repeat: no-repeat;
      background-size: cover; }
    #page_title.p02 {
      background: url(../inpatient/img/01.jpg) no-repeat center center;
      background-repeat: no-repeat;
      background-size: cover; }
    #page_title.p03 {
      background: url(../regional/img/01.jpg) no-repeat center center;
      background-repeat: no-repeat;
      background-size: cover; }
    #page_title.p04 {
      background: url(../recruit/img/01.jpg) no-repeat center center;
      background-repeat: no-repeat;
      background-size: cover; }
    #page_title.p05 {
      background: url(../contact/img/01.jpg) no-repeat center center;
      background-repeat: no-repeat;
      background-size: cover; }
    #page_title.p06 {
      background: url(../information/img/01.jpg) no-repeat center center;
      background-repeat: no-repeat;
      background-size: cover; }

  /* ------------ about ------------ */
  #about #page_link {
    text-align: center;
    padding: 60px 0;
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto; }
    #about #page_link ul {
      margin: 60px 0 0 -3%;
      display: flex; }
      #about #page_link ul li {
        list-style: none;
        width: 33.3%;
        background: #f2f8fb;
        margin: 0 0 0 3%;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border: 1px solid #c3cbdc;
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #about #page_link ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 60px 0;
          position: relative; }
          #about #page_link ul li a:link, #about #page_link ul li a:visited, #about #page_link ul li a:active {
            text-decoration: none;
            color: #000; }
          #about #page_link ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #about #page_link ul li a:before {
            font-family: 'Material Icons';
            font-weight: normal;
            font-style: normal;
            display: inline-block;
            line-height: 1;
            text-transform: none;
            letter-spacing: normal;
            word-wrap: normal;
            white-space: nowrap;
            direction: ltr;
            -webkit-font-smoothing: antialiased;
            text-rendering: optimizeLegibility;
            -moz-osx-font-smoothing: grayscale;
            font-feature-settings: 'liga';
            vertical-align: middle;
            content: 'expand_more';
            position: absolute;
            right: 10px;
            top: 60px;
            font-size: 3rem;
            color: #8e9ac1; }
  #about #box_01 {
    text-align: center;
    padding: 60px 0;
    min-width: 1200px; }
    #about #box_01 h3 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 10px 0;
      display: inline-block; }
    #about #box_01 h4 {
      margin: 60px 0 0 0;
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000; }
    #about #box_01 ul {
      width: 570px;
      margin: 20px auto 0; }
      #about #box_01 ul li {
        list-style: none;
        padding: 20px 0;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        text-align: left;
        border-bottom: 1px solid #e1e1e1; }
  #about #box_02 {
    background: #f7f7f7;
    padding: 60px 0;
    min-width: 1200px; }
    #about #box_02 .innerbox {
      width: 1200px;
      margin: 0 auto;
      text-align: center; }
      #about #box_02 .innerbox h3 {
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        border-bottom: 2px solid #8e9ac1;
        padding: 0 0 10px 0;
        display: inline-block; }
      #about #box_02 .innerbox ul {
        width: 570px;
        margin: 20px auto 0; }
        #about #box_02 .innerbox ul li {
          list-style: none;
          border-bottom: 1px solid #ccc;
          padding: 15px 0;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          text-align: left; }
          #about #box_02 .innerbox ul li .date, #about #box_02 .innerbox ul li .detail {
            display: block; }
          #about #box_02 .innerbox ul li .date {
            width: 15%;
            float: left; }
          #about #box_02 .innerbox ul li .detail {
            margin: 0 0 0 20%;
            width: 80%; }
  #about #box_03 {
    text-align: center;
    padding: 60px 0;
    min-width: 1200px; }
    #about #box_03 h3 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 10px 0;
      display: inline-block; }
    #about #box_03 .wrap {
      display: flex;
      width: 990px;
      margin: 60px auto 0; }
      #about #box_03 .wrap figure {
        width: 200px;
        margin: 0 60px 0 0; }
        #about #box_03 .wrap figure img {
          vertical-align: bottom; }
        #about #box_03 .wrap figure figcaption {
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          margin: 10px 0 0 0; }
          #about #box_03 .wrap figure figcaption .name {
            font-size: 22px;
            line-height: 2;
            font: normal 2.2rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #about #box_03 .wrap .text_box {
        text-align: left;
        padding: 0 0 0 60px;
        border-left: 1px solid #c3c3c3; }
        #about #box_03 .wrap .text_box h4 {
          font-size: 22px;
          line-height: 1.5;
          font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000; }
          #about #box_03 .wrap .text_box h4:nth-of-type(2) {
            margin: 60px 0 0 0; }
        #about #box_03 .wrap .text_box ul {
          width: 670px;
          margin: 10px auto 0; }
          #about #box_03 .wrap .text_box ul li {
            list-style: none;
            border-bottom: 1px solid #ccc;
            padding: 15px 0;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            text-align: left; }
            #about #box_03 .wrap .text_box ul li .date, #about #box_03 .wrap .text_box ul li .detail {
              display: block; }
            #about #box_03 .wrap .text_box ul li .date {
              width: 15%;
              float: left; }
            #about #box_03 .wrap .text_box ul li .detail {
              margin: 0 0 0 20%;
              width: 80%; }

  /* ------------ inpatient ------------ */
  #inpatient #page_link {
    text-align: center;
    padding: 60px 0;
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto; }
    #inpatient #page_link ul {
      display: flex;
      flex-wrap: wrap;
      width: 990px;
      margin: 0 auto; }
      #inpatient #page_link ul li {
        width: 48%;
        list-style: none;
        margin: 60px 4% 0 0;
        border: 1px solid #cbdce5;
        background: #f2f8fb;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        box-sizing: border-box; }
        #inpatient #page_link ul li figure {
          text-align: left; }
          #inpatient #page_link ul li figure img {
            vertical-align: middle;
            margin: 0 20px 0 0;
            display: inline-block; }
          #inpatient #page_link ul li figure p {
            font-size: 22px;
            line-height: 1;
            font: normal 2.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            display: inline-block; }
        #inpatient #page_link ul li:nth-child(1) {
          margin: 0 4% 0 0; }
          #inpatient #page_link ul li:nth-child(1) figure img {
            vertical-align: top; }
          #inpatient #page_link ul li:nth-child(1) figure p {
            font-size: 22px;
            line-height: 1.5;
            font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            display: inline-block; }
        #inpatient #page_link ul li:nth-child(2) {
          margin: 0; }
        #inpatient #page_link ul li:nth-child(4) {
          margin: 60px 0 0 0; }
        #inpatient #page_link ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 40px; }
          #inpatient #page_link ul li a:link, #inpatient #page_link ul li a:visited, #inpatient #page_link ul li a:active {
            text-decoration: none;
            color: #000; }
          #inpatient #page_link ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
  #inpatient #box_01 {
    text-align: center;
    padding: 60px 0;
    min-width: 1200px; }
    #inpatient #box_01 h3 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 10px 0;
      display: inline-block; }
    #inpatient #box_01 ul {
      width: 1200px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap; }
      #inpatient #box_01 ul li {
        width: 25%;
        list-style: none;
        margin: 60px 0 0 0; }
        #inpatient #box_01 ul li img {
          vertical-align: bottom; }
        #inpatient #box_01 ul li p {
          margin: 10px 0 0 0;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
  #inpatient #box_02 {
    background: #f7f7f7;
    padding: 60px 0;
    min-width: 1200px; }
    #inpatient #box_02 .innerbox {
      width: 1200px;
      margin: 0 auto;
      text-align: center; }
      #inpatient #box_02 .innerbox h3 {
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        border-bottom: 2px solid #8e9ac1;
        padding: 0 0 10px 0;
        display: inline-block; }
      #inpatient #box_02 .innerbox ul {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap; }
        #inpatient #box_02 .innerbox ul li {
          width: 20%;
          list-style: none;
          margin: 60px 0 0 0; }
          #inpatient #box_02 .innerbox ul li img {
            vertical-align: bottom; }
          #inpatient #box_02 .innerbox ul li p {
            margin: 10px 0 0 0;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #inpatient #box_02 .innerbox p {
        margin: 60px 0 0 0;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
  #inpatient #box_03 {
    text-align: center;
    padding: 60px 0;
    min-width: 1200px; }
    #inpatient #box_03 h3 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 10px 0;
      display: inline-block; }
    #inpatient #box_03 ul {
      width: 640px;
      border: 5px solid #f3dddf;
      margin: 60px auto 0;
      padding: 20px;
      display: flex; }
      #inpatient #box_03 ul li {
        list-style: none;
        width: 50%;
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        padding: 35px 0;
        box-sizing: border-box; }
        #inpatient #box_03 ul li:last-child {
          border-left: 1px solid #c3c3c3; }
  #inpatient #box_04 {
    background: #f1f5fc;
    padding: 60px 0;
    min-width: 1200px; }
    #inpatient #box_04 .innerbox {
      width: 900px;
      margin: 0 auto;
      text-align: center; }
      #inpatient #box_04 .innerbox h3 {
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        border-bottom: 2px solid #8e9ac1;
        padding: 0 0 10px 0;
        display: inline-block; }
      #inpatient #box_04 .innerbox h4 {
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        margin: 60px 0 0 0; }
        #inpatient #box_04 .innerbox h4:nth-of-type(2) {
          margin: 120px 0 0 0; }
      #inpatient #box_04 .innerbox ul {
        margin: 40px 0 0 0; }
        #inpatient #box_04 .innerbox ul li {
          list-style: decimal inside;
          font-size: 16px;
          line-height: 2;
          font: normal 1.6rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          border-bottom: 1px solid #cad2e0;
          padding: 20px 0;
          text-align: left;
          text-indent: -1.6rem;
          padding-left: 1.6rem; }

  /* ------------ regional ------------ */
  #regional #page_link {
    text-align: center;
    padding: 60px 0;
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto; }
    #regional #page_link ul {
      margin: 60px 0 0 -3%;
      display: flex; }
      #regional #page_link ul li {
        list-style: none;
        width: 33.3%;
        background: #f2f8fb;
        margin: 0 0 0 3%;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border: 1px solid #c3cbdc;
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #regional #page_link ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 60px 0;
          position: relative; }
          #regional #page_link ul li a:link, #regional #page_link ul li a:visited, #regional #page_link ul li a:active {
            text-decoration: none;
            color: #000; }
          #regional #page_link ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #regional #page_link ul li a:before {
            font-family: 'Material Icons';
            font-weight: normal;
            font-style: normal;
            display: inline-block;
            line-height: 1;
            text-transform: none;
            letter-spacing: normal;
            word-wrap: normal;
            white-space: nowrap;
            direction: ltr;
            -webkit-font-smoothing: antialiased;
            text-rendering: optimizeLegibility;
            -moz-osx-font-smoothing: grayscale;
            font-feature-settings: 'liga';
            vertical-align: middle;
            content: 'expand_more';
            position: absolute;
            right: 10px;
            top: 60px;
            font-size: 3rem;
            color: #8e9ac1; }
  #regional #box_01 {
    text-align: center;
    padding: 60px 0;
    min-width: 1200px; }
    #regional #box_01 h3 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 10px 0;
      display: inline-block; }
    #regional #box_01 p {
      width: 900px;
      display: block;
      margin: 60px auto 0;
      font-size: 22px;
      line-height: 2;
      font: normal 2.2rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
  #regional #box_02 {
    background: #f7f7f7;
    padding: 60px 0;
    min-width: 1200px; }
    #regional #box_02 .innerbox {
      width: 1200px;
      margin: 0 auto;
      text-align: center; }
      #regional #box_02 .innerbox h3 {
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        border-bottom: 2px solid #8e9ac1;
        padding: 0 0 10px 0;
        display: inline-block; }
      #regional #box_02 .innerbox .wrap {
        width: 950px;
        display: block;
        margin: 60px auto 0;
        text-align: left; }
        #regional #box_02 .innerbox .wrap figure {
          float: left;
          margin: 0 50px 0 0; }
          #regional #box_02 .innerbox .wrap figure img {
            vertical-align: bottom; }
        #regional #box_02 .innerbox .wrap h4 {
          font-size: 22px;
          line-height: 1.5;
          font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          color: #000; }
        #regional #box_02 .innerbox .wrap ul {
          margin: 20px 0 0 0; }
          #regional #box_02 .innerbox .wrap ul li {
            font-size: 16px;
            line-height: 2.5;
            font: normal 1.6rem/2.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #000;
            list-style: none; }
  #regional #box_03 {
    text-align: center;
    padding: 60px 0;
    min-width: 1200px; }
    #regional #box_03 h3 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 10px 0;
      display: inline-block; }
    #regional #box_03 h4 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      margin: 60px 0 0 0; }
      #regional #box_03 h4 .tel {
        font-size: 30px;
        line-height: 1.5;
        font: normal 3rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
    #regional #box_03 p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000; }
    #regional #box_03 .wrap {
      width: 640px;
      border: 5px solid #f3dddf;
      margin: 60px auto 40px;
      padding: 20px; }
      #regional #box_03 .wrap p {
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000; }
        #regional #box_03 .wrap p.title {
          font-size: 22px;
          line-height: 1.5;
          font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #regional #box_03 .wrap ul {
        display: flex;
        margin: 15px 0; }
        #regional #box_03 .wrap ul li {
          list-style: none;
          width: 50%;
          font-size: 22px;
          line-height: 1;
          font: normal 2.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          padding: 10px 0;
          box-sizing: border-box; }
          #regional #box_03 .wrap ul li:last-child {
            border-left: 1px solid #c3c3c3; }

  /* ------------ recruit ------------ */
  #recruit #page_link {
    text-align: center;
    padding: 60px 0;
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto; }
    #recruit #page_link ul {
      margin: 60px 0 0 -3%;
      display: flex; }
      #recruit #page_link ul li {
        list-style: none;
        width: 33.3%;
        background: #f2f8fb;
        margin: 0 0 0 3%;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border: 1px solid #c3cbdc;
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
        #recruit #page_link ul li a {
          display: block;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          padding: 60px 0;
          position: relative; }
          #recruit #page_link ul li a:link, #recruit #page_link ul li a:visited, #recruit #page_link ul li a:active {
            text-decoration: none;
            color: #000; }
          #recruit #page_link ul li a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); }
          #recruit #page_link ul li a:before {
            font-family: 'Material Icons';
            font-weight: normal;
            font-style: normal;
            display: inline-block;
            line-height: 1;
            text-transform: none;
            letter-spacing: normal;
            word-wrap: normal;
            white-space: nowrap;
            direction: ltr;
            -webkit-font-smoothing: antialiased;
            text-rendering: optimizeLegibility;
            -moz-osx-font-smoothing: grayscale;
            font-feature-settings: 'liga';
            vertical-align: middle;
            content: 'expand_more';
            position: absolute;
            right: 10px;
            top: 60px;
            font-size: 3rem;
            color: #8e9ac1; }
  #recruit h3 {
    font-size: 22px;
    line-height: 1.5;
    font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    border-bottom: 2px solid #8e9ac1;
    padding: 0 0 10px 0;
    display: inline-block; }
  #recruit dl {
    font-size: 16px;
    line-height: 1.5;
    font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    display: flex;
    width: 910px;
    margin: 0 auto; }
    #recruit dl:first-of-type {
      margin: 60px auto 0; }
    #recruit dl dt {
      width: 200px;
      text-align: right;
      padding: 25px 20px 25px 0;
      box-sizing: border-box;
      color: #142f86; }
      #recruit dl dt:first-of-type {
        padding: 0 20px 25px 0; }
    #recruit dl dd {
      padding: 25px 0 25px 20px;
      text-align: left;
      border-left: 1px solid #c3c3c3; }
      #recruit dl dd:first-of-type {
        padding: 0 0 25px 20px; }
  #recruit #box_01 {
    text-align: center;
    padding: 60px 0;
    min-width: 1200px; }
  #recruit #box_02 {
    background: #f7f7f7;
    padding: 60px 0;
    min-width: 1200px; }
    #recruit #box_02 .innerbox {
      width: 1200px;
      margin: 0 auto;
      text-align: center; }
  #recruit #box_03 {
    text-align: center;
    padding: 60px 0;
    min-width: 1200px; }
  #recruit #box_04 {
    background: #f7f7f7;
    padding: 60px 0;
    min-width: 1200px; }
    #recruit #box_04 .innerbox {
      width: 1200px;
      margin: 0 auto;
      text-align: center; }
  #recruit #box_05 {
    text-align: center;
    padding: 60px 0;
    min-width: 1200px; }
  #recruit #box_06 {
    background: #f7f7f7;
    padding: 60px 0;
    min-width: 1200px; }
    #recruit #box_06 .innerbox {
      width: 1200px;
      margin: 0 auto;
      text-align: center; }

  /* ------------ contact ------------ */
  #contact #box_01 {
    text-align: center;
    padding: 60px 0;
    min-width: 1200px; }
    #contact #box_01 dl {
      font-size: 16px;
      line-height: 1.5;
      font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      display: flex;
      width: 1000px;
      margin: 0 auto; }
      #contact #box_01 dl:first-of-type {
        margin: 60px auto 0; }
      #contact #box_01 dl dt {
        width: 200px;
        text-align: right;
        padding: 0 30px 0 0;
        box-sizing: border-box;
        color: #142f86; }
      #contact #box_01 dl dd {
        padding: 0 0 0 30px;
        text-align: left;
        border-left: 1px solid #c3c3c3; }
  #contact #box_02 {
    background: #f7f7f7;
    padding: 60px 0;
    min-width: 1200px; }
    #contact #box_02 .innerbox {
      width: 800px;
      margin: 0 auto;
      text-align: center; }
      #contact #box_02 .innerbox h3 {
        font-size: 22px;
        line-height: 1;
        font: normal 2.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        border-bottom: 2px solid #8e9ac1;
        padding: 0 0 10px 0;
        display: inline-block; }
      #contact #box_02 .innerbox p {
        margin: 40px 0 0 0;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }
      #contact #box_02 .innerbox dl {
        padding: 30px 0;
        font-size: 16px;
        line-height: 1.5;
        font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
        color: #000;
        display: flex;
        border-bottom: 1px dotted #ccc; }
        #contact #box_02 .innerbox dl dt {
          width: 25%;
          text-align: left; }
        #contact #box_02 .innerbox dl dd {
          width: 75%;
          text-align: left; }
          #contact #box_02 .innerbox dl dd input[type="text"] {
            width: 100%;
            border: 1px solid #dcdcdc;
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            color: #000;
            box-sizing: border-box;
            padding: 5px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px; }
            #contact #box_02 .innerbox dl dd input[type="text"].w50 {
              width: 50%; }
            #contact #box_02 .innerbox dl dd input[type="text"].w25 {
              width: 25%; }
          #contact #box_02 .innerbox dl dd input:focus {
            outline: none; }
          #contact #box_02 .innerbox dl dd textarea {
            font-size: 16px;
            line-height: 1.5;
            font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
            width: 100%;
            height: 150px;
            resize: none;
            border: 1px solid #dcdcdc;
            padding: 5px;
            color: #000;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px; }
        #contact #box_02 .innerbox dl:first-of-type {
          margin: 30px 0 0 0; }
        #contact #box_02 .innerbox dl:last-of-type {
          border: none; }
        #contact #box_02 .innerbox dl .red {
          font-size: 14px;
          line-height: 1;
          font: normal 1.4rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          background-color: #fff;
          color: #cc0000;
          border: 1px solid #cc0000;
          margin: 0 8px 0 0;
          padding: 2px 5px;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -ms-border-radius: 3px;
          -o-border-radius: 3px; }
      #contact #box_02 .innerbox .submit_box {
        margin: 30px 0 0 0;
        text-align: center; }
        #contact #box_02 .innerbox .submit_box .submit_button {
          width: 250px;
          margin: 0 auto;
          padding: 15px 0;
          background-color: #8e9ac1;
          display: inline-block;
          box-sizing: border-box;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #fff;
          text-align: center;
          text-decoration: none;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          cursor: pointer; }
          #contact #box_02 .innerbox .submit_box .submit_button:hover {
            opacity: 0.7;
            filter: alpha(opacity=70);
            cursor: pointer; }
        #contact #box_02 .innerbox .submit_box .back_button {
          width: 250px;
          margin: 0 20px 0 0;
          padding: 15px 0;
          background-color: #dcdcdc;
          display: inline-block;
          box-sizing: border-box;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          font-family: "Noto Sans Japanese", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
          color: #000;
          text-align: center;
          text-decoration: none;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          transition: all 0.5s;
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          cursor: pointer; }
          #contact #box_02 .innerbox .submit_box .back_button:hover {
            opacity: 0.7;
            filter: alpha(opacity=70);
            cursor: pointer; }
      #contact #box_02 .innerbox table {
        margin: 30px 0 0 0;
        width: 100%; }
        #contact #box_02 .innerbox table th {
          padding: 20px 0;
          border-bottom: 1px solid #dcdcdc;
          font-size: 16px;
          line-height: 1;
          font: normal 1.6rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          width: 220px;
          text-align: left;
          color: #000; }
        #contact #box_02 .innerbox table td {
          padding: 20px 0;
          border-bottom: 1px solid #dcdcdc;
          font-size: 16px;
          line-height: 1.5;
          font: normal 1.6rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
          text-align: left;
          color: #000; }
  #contact #box_03 {
    text-align: center;
    padding: 60px 0;
    min-width: 1200px; }
    #contact #box_03 h3 {
      font-size: 22px;
      line-height: 1;
      font: normal 2.2rem/1 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 10px 0;
      display: inline-block; }
    #contact #box_03 p {
      margin: 60px auto 0;
      font-size: 18px;
      line-height: 2;
      font: normal 1.8rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif; }

  /* ------------ information ------------ */
  #information #box {
    width: 750px;
    margin: 0 auto;
    padding: 60px 0; }
    #information #box h3 {
      font-size: 22px;
      line-height: 1.5;
      font: normal 2.2rem/1.5 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      color: #000;
      border-bottom: 2px solid #8e9ac1;
      padding: 0 0 10px 0;
      display: inline-block;
      text-align: center; }
    #information #box p {
      font-size: 16px;
      line-height: 2;
      font: normal 1.6rem/2 "Sawarabi Mincho", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
      margin: 40px 0 0 0; }

  /* ------------ //PC ------------ */ }
/* ------------ PRINT ------------ */
@media print {
  /* ------------ PRINT END ------------ */ }
