@charset "UTF-8";
/* CSS Document */
.ul-header {
  background-image: url("../img/lower_header2.jpg"); }

#dialysis_medical_policy .dialysis_medical_policy_bg {
  background: url("../img/dialysis_medical_bg.png"), #EBF5EC;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  padding: 5rem 0; }
  #dialysis_medical_policy .dialysis_medical_policy_bg p {
    display: block;
    text-align: justify;
    margin-bottom: 0; }

#dialysis_schedule .dialysis_schedule_bg {
  padding: 5rem 0; }
  #dialysis_schedule .dialysis_schedule_bg table {
    margin-top: 2rem;
    margin-bottom: 1rem;
    width: 100%; }
    #dialysis_schedule .dialysis_schedule_bg table thead {
      background: #508D4E;
      color: #fff;
      text-align: center;
      font-size: 23px;
      font-size: 2.3rem; }
      @media screen and (max-width: 991px) {
        #dialysis_schedule .dialysis_schedule_bg table thead {
          font-size: 20px;
          font-size: 2rem; } }
      @media screen and (max-width: 575px) {
        #dialysis_schedule .dialysis_schedule_bg table thead {
          font-size: 13px;
          font-size: 1.3rem; } }
      #dialysis_schedule .dialysis_schedule_bg table thead th {
        padding: 2.5rem 2rem;
        letter-spacing: 5px; }
        @media screen and (max-width: 991px) {
          #dialysis_schedule .dialysis_schedule_bg table thead th {
            padding: 1.5rem 1rem; } }
        @media screen and (max-width: 575px) {
          #dialysis_schedule .dialysis_schedule_bg table thead th {
            padding: 1rem;
            line-height: normal;
            letter-spacing: 0; } }
      @media screen and (max-width: 575px) {
        #dialysis_schedule .dialysis_schedule_bg table thead th:first-child {
          text-align: justify; } }
    #dialysis_schedule .dialysis_schedule_bg table tbody {
      background: #fff;
      font-size: 23px;
      font-size: 2.3rem; }
      @media screen and (max-width: 991px) {
        #dialysis_schedule .dialysis_schedule_bg table tbody {
          font-size: 20px;
          font-size: 2rem; } }
      @media screen and (max-width: 575px) {
        #dialysis_schedule .dialysis_schedule_bg table tbody {
          font-size: 13px;
          font-size: 1.3rem; } }
      #dialysis_schedule .dialysis_schedule_bg table tbody tr th {
        padding: 2rem;
        font-weight: normal;
        border-right: 1px solid #508D4E;
        border-bottom: 1px solid #508D4E;
        text-align: justify;
        letter-spacing: 2px; }
        @media screen and (max-width: 991px) {
          #dialysis_schedule .dialysis_schedule_bg table tbody tr th {
            padding: 1rem 1.5rem 0.5rem; } }
        @media screen and (max-width: 575px) {
          #dialysis_schedule .dialysis_schedule_bg table tbody tr th {
            padding: 0.5rem;
            line-height: normal;
            letter-spacing: 0; } }
        #dialysis_schedule .dialysis_schedule_bg table tbody tr th span {
          display: block;
          font-size: 16px;
          font-size: 1.6rem; }
          @media screen and (max-width: 991px) {
            #dialysis_schedule .dialysis_schedule_bg table tbody tr th span {
              font-size: 14px;
              font-size: 1.4rem; } }
          @media screen and (max-width: 575px) {
            #dialysis_schedule .dialysis_schedule_bg table tbody tr th span {
              font-size: 12px;
              font-size: 1.2rem; } }
      #dialysis_schedule .dialysis_schedule_bg table tbody tr td {
        text-align: center;
        border-right: 1px solid #508D4E;
        border-bottom: 1px solid #508D4E; }
        #dialysis_schedule .dialysis_schedule_bg table tbody tr td:last-child {
          border-right: none; }
      #dialysis_schedule .dialysis_schedule_bg table tbody tr:nth-child(2) th {
        border-bottom: none; }
      #dialysis_schedule .dialysis_schedule_bg table tbody tr:nth-child(2) td {
        border-bottom: none; }
    @media screen and (max-width: 575px) {
      #dialysis_schedule .dialysis_schedule_bg table + section h4 {
        margin-top: 3rem; } }
    #dialysis_schedule .dialysis_schedule_bg table + section ul {
      display: flex;
      align-items: center; }
      @media screen and (max-width: 575px) {
        #dialysis_schedule .dialysis_schedule_bg table + section ul {
          flex-wrap: wrap; } }
      #dialysis_schedule .dialysis_schedule_bg table + section ul li {
        position: relative;
        padding-right: 1em; }
        #dialysis_schedule .dialysis_schedule_bg table + section ul li::before {
          content: '・'; }
  #dialysis_schedule .dialysis_schedule_bg .important_points {
    margin-top: 6rem;
    padding: 4rem;
    background: #EFEFEF; }
    @media screen and (max-width: 575px) {
      #dialysis_schedule .dialysis_schedule_bg .important_points {
        padding: 3rem;
        margin-top: 3rem; } }
    #dialysis_schedule .dialysis_schedule_bg .important_points h4 {
      color: #3C3C3C;
      margin-top: 0; }
    #dialysis_schedule .dialysis_schedule_bg .important_points p {
      text-align: justify;
      margin-bottom: 0; }

#contact_link .contact_link_bg {
  background: #EBF5EC;
  padding: 5rem 0; }
  @media screen and (max-width: 575px) {
    #contact_link .contact_link_bg {
      padding: 3rem 0; } }
  #contact_link .contact_link_bg h4 {
    text-align: center;
    margin: 1rem 0 3rem; }
    @media screen and (max-width: 575px) {
      #contact_link .contact_link_bg h4 {
        margin: 1rem 0 1.5rem; } }
  #contact_link .contact_link_bg ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    #contact_link .contact_link_bg ul li.tel-box a {
      background: #fff;
      display: block;
      color: #3C3C3C;
      padding: 1rem 2rem;
      margin: 0 1rem;
      height: 82px;
      transition: 0.3s; }
      @media screen and (max-width: 767px) {
        #contact_link .contact_link_bg ul li.tel-box a {
          padding: 1rem 3rem;
          margin: 0 0 2rem;
          min-width: 330px; } }
      @media screen and (max-width: 575px) {
        #contact_link .contact_link_bg ul li.tel-box a {
          margin: 0 0 1rem;
          min-width: 315px;
          width: 100%; } }
      #contact_link .contact_link_bg ul li.tel-box a div {
        font-size: 14px;
        font-size: 1.4rem; }
        #contact_link .contact_link_bg ul li.tel-box a div + div {
          font-family: "Noto Serif JP", serif;
          font-size: 26px;
          font-size: 2.6rem;
          font-weight: bold; }
          @media screen and (max-width: 575px) {
            #contact_link .contact_link_bg ul li.tel-box a div + div {
              font-size: 23px;
              font-size: 2.3rem;
              margin-top: 0.5rem; } }
          #contact_link .contact_link_bg ul li.tel-box a div + div span {
            font-size: 36px;
            font-size: 3.6rem; }
            @media screen and (max-width: 575px) {
              #contact_link .contact_link_bg ul li.tel-box a div + div span {
                font-size: 30px;
                font-size: 3rem; } }
      #contact_link .contact_link_bg ul li.tel-box a:hover {
        background: #508D4E;
        color: #fff; }
    #contact_link .contact_link_bg ul li.contact-box a {
      background: #fff;
      display: block;
      color: #3C3C3C;
      padding: 1rem 2rem;
      margin: 0 1rem;
      height: 82px;
      transition: 0.3s; }
      @media screen and (max-width: 767px) {
        #contact_link .contact_link_bg ul li.contact-box a {
          padding: 1rem 3rem;
          margin: 0 0 2rem;
          min-width: 330px; } }
      @media screen and (max-width: 575px) {
        #contact_link .contact_link_bg ul li.contact-box a {
          margin: 0 0 1rem;
          min-width: 315px;
          width: 100%; } }
      #contact_link .contact_link_bg ul li.contact-box a div {
        font-size: 14px;
        font-size: 1.4rem; }
        #contact_link .contact_link_bg ul li.contact-box a div + div {
          font-family: "Noto Serif JP", serif;
          font-size: 26px;
          font-size: 2.6rem;
          font-weight: bold; }
          @media screen and (max-width: 575px) {
            #contact_link .contact_link_bg ul li.contact-box a div + div {
              font-size: 23px;
              font-size: 2.3rem;
              margin-top: 0.5rem; } }
      #contact_link .contact_link_bg ul li.contact-box a:hover {
        background: #508D4E;
        color: #fff; }
