@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: top; }

table {
  border-collapse: collapse; }

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

textarea {
  overflow: auto;
  resize: vertical; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation; }

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/* font */
@media screen and (max-width: 800px) {
  body {
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    font-size: 15px;
    padding-top: 60px; }
  ul {
    list-style: none; }
  #header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 99; }
    #header.open #menuBtn span:nth-of-type(1):before {
      -webkit-transform: translateY(7px) rotate(-40deg);
              transform: translateY(7px) rotate(-40deg); }
    #header.open #menuBtn span:nth-of-type(2):before {
      opacity: 0; }
    #header.open #menuBtn span:nth-of-type(3):before {
      -webkit-transform: translateY(-9px) rotate(40deg);
              transform: translateY(-9px) rotate(40deg); }
    #header.open #menuBtn:after {
      content: "とじる"; }
    #header.login #menuBtn {
      display: none; }
    #header .header_inner {
      display: flex;
      align-items: center;
      height: 60px; }
    #header .logo {
      line-height: 1;
      padding-left: 15px;
      height: 100%;
      display: flex;
      align-items: center; }
      #header .logo img {
        width: 173px; }
    #header #menuBtn {
      background-color: #0b41a0;
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      height: 60px; }
      #header #menuBtn:after {
        content: "メニュー";
        color: #fff;
        font-size: 8px;
        position: absolute;
        bottom: 10px;
        left: 0px;
        width: 100%;
        text-align: center; }
      #header #menuBtn span:before {
        background-color: #fff;
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        transition: all .4s;
        width: 30px;
        right: 15px; }
      #header #menuBtn span:nth-of-type(1):before {
        top: 15px; }
      #header #menuBtn span:nth-of-type(2):before {
        top: 23px; }
      #header #menuBtn span:nth-of-type(3):before {
        top: 31px; }
    #header nav {
      position: fixed;
      top: 60px;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      padding: 0 15px;
      display: none; }
      #header nav #globalNav {
        margin-top: 20px; }
        #header nav #globalNav li:not(:first-of-type) {
          border-top: 1px solid #aaaaaa; }
        #header nav #globalNav li a {
          text-decoration: none;
          display: block;
          font-size: 16px;
          color: #000;
          display: block;
          padding: 20px 40px; }
  #pageTop {
    border: 1px solid #fff;
    background-color: #0b41a0;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    width: 46px;
    height: 46px;
    top: -23px;
    right: 15px;
    z-index: 2; }
    #pageTop:before {
      content: '';
      width: 10px;
      height: 10px;
      border: 0px;
      border-top: solid 1px #fff;
      border-left: solid 1px #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 19px;
      right: 16px; }
  #footer {
    background-color: #0b41a0;
    color: #fff;
    margin-top: 80px; }
    #footer .footer_inner {
      position: relative;
      padding: 50px 15px; }
    #footer .footer_info .footer_text a {
      color: #fff;
      text-decoration: none; }
    #footer .footer_info .footer_text .title {
      margin-top: 0;
      font-weight: bold;
      font-size: 17px; }
    #footer .footer_info .footer_text p {
      font-size: 14px;
      margin-top: 15px; }
    #footer .footer_info .footer_link {
      margin-top: 20px;
      display: flex; }
      #footer .footer_info .footer_link li {
        line-height: 1;
        position: relative; }
        #footer .footer_info .footer_link li:not(:first-of-type) {
          padding-left: 10px;
          margin-left: 10px; }
          #footer .footer_info .footer_link li:not(:first-of-type):before {
            content: "";
            display: inline-block;
            background-color: #fff;
            width: 1px;
            height: 100%;
            position: absolute;
            top: 2px;
            left: 0; }
      #footer .footer_info .footer_link a {
        color: #fff;
        font-size: 14px; }
    #footer .copyright {
      font-size: 12px;
      margin-top: 20px; }
  .common_btn {
    color: #fff;
    background-color: #0b41a0;
    line-height: 1.3;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    position: relative;
    box-shadow: 0px 0px 30px -6px rgba(0, 120, 207, 0.4);
    border: 1px solid #0b41a0;
    width: 70%;
    padding: 15px 60px 15px 50px;
    border-radius: 30px;
    display: block;
    margin: 0 auto; }
    .common_btn:before {
      content: "";
      display: inline-block;
      border: 1px solid #fff;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      position: absolute;
      right: 24px;
      top: calc(50% - 10px); }
    .common_btn:after {
      content: '';
      width: 6px;
      height: 6px;
      border: 0px;
      border-top: solid 1px #fff;
      border-right: solid 1px #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: calc(50% - 3px);
      right: 33px; }
    .common_btn.white {
      background-color: #fff;
      color: #0b41a0;
      border: 1px solid #fff; }
      .common_btn.white:before {
        border: 1px solid #0b41a0; }
      .common_btn.white:after {
        border-top: solid 1px #0b41a0;
        border-right: solid 1px #0b41a0; }
    .common_btn.back {
      text-align: center;
      padding: 15px 50px 15px 60px; }
      .common_btn.back:before {
        content: "";
        display: inline-block;
        border: 1px solid #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        position: absolute;
        right: inherit;
        top: calc(50% - 10px);
        left: 24px; }
      .common_btn.back:after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0px;
        border-bottom: solid 1px #fff;
        border-left: solid 1px #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 3px);
        right: inherit;
        left: 33px; }
  .news_list a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #aaaaaa; }
  .news_list dl dt .cat {
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    align-self: flex-start;
    width: 100px;
    font-size: 12px;
    padding: 8px 5px;
    margin-left: 15px; }
    .news_list dl dt .cat.news {
      background-color: #99f0f0; }
    .news_list dl dt .cat.event {
      background-color: #0b41a0;
      color: #fff; }
  .news_list dl dd {
    text-decoration: underline;
    margin-top: 15px; }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important; }
  .contents_inner {
    background-color: #fff; }
  #main {
    padding: 60px 15px 20px; }
    #main .junbi {
      text-align: center;
      font-weight: bold;
      font-size: 20px;
      margin-top: 40px; }
    #main h1 {
      color: #0b41a0;
      text-align: center;
      font-size: 24px; }
    #main .login_btn {
      text-align: center;
      margin-top: 30px; }
    #main .text {
      color: #0b41a0;
      text-align: center;
      margin-top: 30px; }
      #main .text + p {
        text-align: center;
        margin-top: 30px; }
  #hospital {
    padding: 0 15px;
    margin-top: 40px; }
    #hospital .inner > div {
      padding-bottom: 50px;
      background-color: #e6fafa;
      border-radius: 0 0 10px 10px;
      position: relative; }
      #hospital .inner > div:not(:first-of-type) {
        margin-top: 40px; }
      #hospital .inner > div h2 {
        background-color: #0b41a0;
        color: #fff;
        text-align: center;
        letter-spacing: 0.1em;
        border-radius: 10px 10px 0 0;
        padding: 10px 15px;
        font-size: 15px; }
        #hospital .inner > div h2 .big {
          font-size: 20px; }
        #hospital .inner > div h2 .small {
          display: block;
          margin-top: 5px;
          font-size: 13px;
          font-weight: normal; }
      #hospital .inner > div figure img {
        width: 100%; }
      #hospital .inner > div .btn_wrap {
        width: 100%;
        position: absolute;
        bottom: 25px;
        left: 0;
        text-align: center; }
  #info {
    padding: 0 15px;
    margin-top: 40px; }
    #info .inner {
      padding: 25px 15px;
      border-radius: 10px;
      color: #fff;
      background-color: #0b41a0; }
      #info .inner h2 {
        letter-spacing: 0.1em;
        font-size: 22px;
        text-align: center; }
      #info .inner p {
        margin-top: 15px; }
        #info .inner p a {
          text-decoration: none;
          color: #fff; }
        #info .inner p.tel {
          font-weight: bold;
          position: relative;
          margin-top: 0px;
          font-size: 28px;
          padding-left: 35px; }
          #info .inner p.tel:before {
            content: "";
            display: inline-block;
            background: url(../images/login/icon_tel.png) no-repeat;
            background-size: cover;
            width: 17px;
            height: 22px;
            position: absolute;
            top: calc(50% - 9px);
            left: 3px; }
        #info .inner p.mail {
          position: relative;
          margin-top: 5px;
          padding-left: 35px; }
          #info .inner p.mail:before {
            content: "";
            display: inline-block;
            background: url(../images/login/icon_mail.png) no-repeat;
            background-size: cover;
            width: 24px;
            height: 19px;
            position: absolute;
            top: calc(50% - 9px);
            left: 0; } }

@media screen and (min-width: 800px) {
  body {
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8; }
  ul {
    list-style: none; }
  #header .logo {
    line-height: 1; }
  #header nav #globalNav li a {
    text-decoration: none;
    display: block; }
  #pageTop {
    border: 1px solid #fff;
    background-color: #0b41a0;
    border-radius: 50%;
    position: absolute;
    display: inline-block; }
    #pageTop:before {
      content: '';
      width: 10px;
      height: 10px;
      border: 0px;
      border-top: solid 1px #fff;
      border-left: solid 1px #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 19px;
      right: 16px; }
  #footer {
    background-color: #0b41a0;
    color: #fff; }
    #footer .footer_inner {
      position: relative; }
    #footer .footer_info .footer_text .title {
      margin-top: 0;
      font-weight: bold; }
    #footer .footer_info .footer_link li {
      line-height: 1;
      position: relative; }
      #footer .footer_info .footer_link li:not(:first-of-type) {
        padding-left: 10px;
        margin-left: 10px; }
        #footer .footer_info .footer_link li:not(:first-of-type):before {
          content: "";
          display: inline-block;
          background-color: #fff;
          width: 1px;
          height: 100%;
          position: absolute;
          top: 2px;
          left: 0; }
    #footer .footer_info .footer_link a {
      color: #fff; }
  .common_btn {
    color: #fff;
    background-color: #0b41a0;
    line-height: 1.3;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    position: relative;
    box-shadow: 0px 0px 30px -6px rgba(0, 120, 207, 0.4);
    border: 1px solid #0b41a0; }
    .common_btn:before {
      content: "";
      display: inline-block;
      border: 1px solid #fff;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      position: absolute;
      right: 24px;
      top: calc(50% - 10px); }
    .common_btn:after {
      content: '';
      width: 6px;
      height: 6px;
      border: 0px;
      border-top: solid 1px #fff;
      border-right: solid 1px #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: calc(50% - 3px);
      right: 33px; }
    .common_btn.white {
      background-color: #fff;
      color: #0b41a0;
      border: 1px solid #fff; }
      .common_btn.white:before {
        border: 1px solid #0b41a0; }
      .common_btn.white:after {
        border-top: solid 1px #0b41a0;
        border-right: solid 1px #0b41a0; }
    .common_btn.back {
      text-align: center; }
      .common_btn.back:before {
        content: "";
        display: inline-block;
        border: 1px solid #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        position: absolute;
        right: inherit;
        top: calc(50% - 10px);
        left: 24px; }
      .common_btn.back:after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0px;
        border-bottom: solid 1px #fff;
        border-left: solid 1px #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 3px);
        right: inherit;
        left: 33px; }
  .news_list a {
    text-decoration: none;
    color: #000; }
  .news_list dl dt .cat {
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    align-self: flex-start; }
    .news_list dl dt .cat.news {
      background-color: #99f0f0; }
    .news_list dl dt .cat.event {
      background-color: #0b41a0;
      color: #fff; }
  .news_list dl dd {
    text-decoration: underline; }
  /* ココから下には記入禁止 */
  .contents_inner {
    background-color: #fff; }
  #main .junbi {
    text-align: center;
    font-weight: bold; }
  #main h1 {
    color: #0b41a0;
    text-align: center; }
  #main .login_btn {
    text-align: center; }
  #main .text {
    color: #0b41a0;
    text-align: center; }
    #main .text + p {
      text-align: center; }
  #hospital .inner > div h2 {
    background-color: #0b41a0;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 10px 10px 0 0; }
  #hospital .inner > div figure img {
    width: 100%; }
  #info .inner h2 {
    letter-spacing: 0.1em; }
  #info .inner p a {
    text-decoration: none;
    color: #fff; }
  #info .inner p.tel {
    font-weight: bold;
    position: relative; }
    #info .inner p.tel:before {
      content: "";
      display: inline-block;
      background: url(../images/login/icon_tel.png) no-repeat;
      background-size: cover;
      width: 17px;
      height: 22px;
      position: absolute;
      top: calc(50% - 9px);
      left: 3px; }
  #info .inner p.mail {
    position: relative; }
    #info .inner p.mail:before {
      content: "";
      display: inline-block;
      background: url(../images/login/icon_mail.png) no-repeat;
      background-size: cover;
      width: 24px;
      height: 19px;
      position: absolute;
      top: calc(50% - 9px);
      left: 0; } }

@media print, screen and (min-width: 801px) {
  body {
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    font-size: 16px; }
  ul {
    list-style: none; }
  #header {
    width: 100%;
    height: 150px; }
    #header.login {
      height: auto; }
    #header .header_inner {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      height: 90px;
      display: flex;
      align-items: center; }
    #header .logo {
      line-height: 1; }
      #header .logo img {
        width: 480px; }
    #header #menuBtn {
      display: none; }
    #header nav {
      background-color: #0b41a0; }
      #header nav #globalNav {
        display: flex;
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        border-right: 1px solid #196ba7; }
        #header nav #globalNav li {
          border-left: 1px solid #196ba7;
          width: 20%;
          height: 60px; }
          #header nav #globalNav li.current-menu-item a, #header nav #globalNav li.current-post-ancestor a, #header nav #globalNav li.current-page-ancestor a, #header nav #globalNav li.current-category-ancestor a {
            background-color: #196ba7; }
          #header nav #globalNav li a {
            text-decoration: none;
            display: block;
            color: #fff;
            font-size: 16px;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px;
            transition: .3s; }
            #header nav #globalNav li a:hover {
              background-color: #196ba7; }
  #pageTop {
    border: 1px solid #fff;
    background-color: #0b41a0;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    width: 46px;
    height: 46px;
    top: -23px;
    right: 0;
    z-index: 2;
    transition: .3s;
    cursor: pointer; }
    #pageTop:hover {
      background-color: #fff;
      border: 1px solid #0b41a0; }
      #pageTop:hover:before {
        border-top: solid 1px #0b41a0;
        border-left: solid 1px #0b41a0; }
    #pageTop:before {
      content: '';
      width: 10px;
      height: 10px;
      border: 0px;
      border-top: solid 1px #fff;
      border-left: solid 1px #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 19px;
      right: 16px; }
  #footer {
    background-color: #0b41a0;
    color: #fff;
    margin-top: 80px; }
    #footer .footer_inner {
      position: relative;
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      padding-top: 80px;
      padding-bottom: 30px; }
    #footer .footer_info {
      display: flex;
      justify-content: space-between; }
      #footer .footer_info .footer_text .pointerNone {
        cursor: default;
        pointer-events: none;
        text-decoration: none;
        color: #fff; }
        #footer .footer_info .footer_text .pointerNone:hover {
          color: #fff; }
      #footer .footer_info .footer_text .title {
        margin-top: 0;
        font-weight: bold;
        font-size: 18px; }
      #footer .footer_info .footer_text p {
        font-size: 15px;
        margin-top: 15px; }
      #footer .footer_info .footer_link {
        display: flex;
        align-self: flex-start; }
        #footer .footer_info .footer_link li {
          line-height: 1;
          position: relative; }
          #footer .footer_info .footer_link li:not(:first-of-type) {
            padding-left: 10px;
            margin-left: 10px; }
            #footer .footer_info .footer_link li:not(:first-of-type):before {
              content: "";
              display: inline-block;
              background-color: #fff;
              width: 1px;
              height: 100%;
              position: absolute;
              top: 2px;
              left: 0; }
        #footer .footer_info .footer_link a {
          color: #fff;
          font-size: 14px; }
          #footer .footer_info .footer_link a:hover {
            text-decoration: none; }
    #footer .copyright {
      font-size: 12px;
      margin-top: 30px;
      text-align: center; }
  .common_btn {
    color: #fff;
    background-color: #0b41a0;
    line-height: 1.3;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    position: relative;
    box-shadow: 0px 0px 30px -6px rgba(0, 120, 207, 0.4);
    border: 1px solid #0b41a0;
    padding: 15px 70px 15px 60px;
    border-radius: 30px;
    min-width: 180px;
    transition: .3s; }
    .common_btn.sizeM {
      width: 30%; }
    .common_btn.sizeL {
      width: 40%; }
    .common_btn:hover {
      background-color: #fff;
      border: 1px solid #0b41a0;
      color: #0b41a0; }
      .common_btn:hover:before {
        border: 1px solid #0b41a0; }
      .common_btn:hover:after {
        border-top: solid 1px #0b41a0;
        border-right: solid 1px #0b41a0; }
    .common_btn:before {
      content: "";
      display: inline-block;
      border: 1px solid #fff;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      position: absolute;
      right: 24px;
      top: calc(50% - 10px); }
    .common_btn:after {
      content: '';
      width: 6px;
      height: 6px;
      border: 0px;
      border-top: solid 1px #fff;
      border-right: solid 1px #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: calc(50% - 3px);
      right: 33px; }
    .common_btn.white {
      background-color: #fff;
      color: #0b41a0;
      border: 1px solid #fff; }
      .common_btn.white:hover {
        background-color: #0b41a0;
        color: #fff;
        border: 1px solid #fff; }
        .common_btn.white:hover:before {
          border: 1px solid #fff; }
        .common_btn.white:hover:after {
          border-top: solid 1px #fff;
          border-right: solid 1px #fff; }
      .common_btn.white:before {
        border: 1px solid #0b41a0; }
      .common_btn.white:after {
        border-top: solid 1px #0b41a0;
        border-right: solid 1px #0b41a0; }
    .common_btn.back {
      text-align: center;
      padding: 15px 60px 15px 70px; }
      .common_btn.back:hover {
        background-color: #fff;
        border: 1px solid #0b41a0;
        color: #0b41a0; }
        .common_btn.back:hover:before {
          border: 1px solid #0b41a0; }
        .common_btn.back:hover:after {
          border-bottom: solid 1px #0b41a0;
          border-left: solid 1px #0b41a0; }
      .common_btn.back:before {
        content: "";
        display: inline-block;
        border: 1px solid #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        position: absolute;
        right: inherit;
        top: calc(50% - 10px);
        left: 24px; }
      .common_btn.back:after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0px;
        border-bottom: solid 1px #fff;
        border-left: solid 1px #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: calc(50% - 3px);
        right: inherit;
        left: 33px; }
  .news_list a {
    text-decoration: none;
    color: #000;
    padding: 30px 0;
    display: flex;
    border-bottom: 1px solid #aaaaaa; }
    .news_list a:hover dd {
      text-decoration: none; }
  .news_list dl dt {
    display: flex; }
    .news_list dl dt .ymd {
      width: 160px; }
    .news_list dl dt .cat {
      display: inline-block;
      text-align: center;
      line-height: 1.2;
      align-self: flex-start;
      width: 120px;
      font-size: 14px;
      padding: 8px 5px; }
      .news_list dl dt .cat.news {
        background-color: #99f0f0; }
      .news_list dl dt .cat.event {
        background-color: #0b41a0;
        color: #fff; }
  .news_list dl dd {
    text-decoration: underline;
    width: calc(100% - 280px);
    padding-left: 30px; }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important; }
  #contens {
    background: url(../images/login/top_cont_bg.png) no-repeat top center;
    background-size: 100% auto;
    padding-top: 30px; }
  .contents_inner {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 20px 20px 0;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto; }
  #main {
    padding-top: 120px;
    padding-bottom: 90px; }
    #main .junbi {
      text-align: center;
      font-weight: bold;
      font-size: 24px;
      margin-top: 70px; }
    #main h1 {
      color: #0b41a0;
      text-align: center;
      font-size: 36px; }
    #main .login_btn {
      text-align: center;
      margin-top: 70px; }
      #main .login_btn .common_btn {
        min-width: 260px; }
    #main .text {
      color: #0b41a0;
      text-align: center;
      margin-top: 70px; }
      #main .text + p {
        text-align: center;
        margin-top: 70px; }
  #hospital {
    margin-top: 50px; }
    #hospital .inner {
      display: flex; }
      #hospital .inner > div {
        width: 47%;
        padding-bottom: 50px;
        background-color: #e6fafa;
        border-radius: 0 0 10px 10px;
        position: relative; }
        #hospital .inner > div:nth-of-type(even) {
          margin-left: 6%; }
        #hospital .inner > div h2 {
          background-color: #0b41a0;
          color: #fff;
          text-align: center;
          letter-spacing: 0.1em;
          border-radius: 10px 10px 0 0;
          padding: 20px;
          font-size: 16px; }
          #hospital .inner > div h2 .big {
            font-size: 24px; }
          #hospital .inner > div h2 .small {
            display: block;
            margin-top: 5px;
            font-size: 14px;
            font-weight: normal; }
        #hospital .inner > div figure img {
          width: 100%; }
        #hospital .inner > div .btn_wrap {
          width: 100%;
          position: absolute;
          bottom: 25px;
          left: 0;
          text-align: center; }
          #hospital .inner > div .btn_wrap .common_btn {
            min-width: 260px; }
  #info {
    background-color: #0b41a0;
    border-radius: 10px;
    color: #fff;
    margin-top: 50px; }
    #info .inner {
      max-width: 1000px;
      width: 90%;
      margin: 0 auto;
      padding: 45px 0; }
      #info .inner h2 {
        letter-spacing: 0.1em;
        font-size: 24px; }
      #info .inner p {
        margin-top: 15px; }
        #info .inner p a {
          text-decoration: none;
          color: #fff; }
        #info .inner p.tel {
          font-weight: bold;
          position: relative;
          margin-top: 0px;
          font-size: 28px;
          padding-left: 35px; }
          #info .inner p.tel a {
            pointer-events: none; }
          #info .inner p.tel:before {
            content: "";
            display: inline-block;
            background: url(../images/login/icon_tel.png) no-repeat;
            background-size: cover;
            width: 17px;
            height: 22px;
            position: absolute;
            top: calc(50% - 9px);
            left: 3px; }
        #info .inner p.mail {
          position: relative;
          margin-top: 10px;
          padding-left: 35px; }
          #info .inner p.mail:before {
            content: "";
            display: inline-block;
            background: url(../images/login/icon_mail.png) no-repeat;
            background-size: cover;
            width: 24px;
            height: 19px;
            position: absolute;
            top: calc(50% - 9px);
            left: 0; } }

/*# sourceMappingURL=map/login.css.map */
