section.clinic > div:not(:last-child) {
  margin-bottom: 4rem;
}

section.clinic > div h2 {
  background: #8cd265;
  background: -moz-linear-gradient(left, #8cd265 0%, #6fc88d 50%, #57c0b2 100%);
  background: -webkit-linear-gradient(left, #8cd265 0%, #6fc88d 50%, #57c0b2 100%);
  background: -webkit-gradient(linear, left top, right top, from(#8cd265), color-stop(50%, #6fc88d), to(#57c0b2));
  background: -o-linear-gradient(left, #8cd265 0%, #6fc88d 50%, #57c0b2 100%);
  background: linear-gradient(to right, #8cd265 0%, #6fc88d 50%, #57c0b2 100%);
  color: #FFF;
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
  padding: 1rem 0;
  -webkit-border-radius: 4rem;
  border-radius: 4rem;
  position: relative;
  width: 50rem;
  margin: 0 auto -3.5rem auto;
}

section.clinic > div h2:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(111, 200, 141, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 5px;
  border-right-width: 5px;
  margin-left: -5px;
  border-top-color: #6FC88D;
  top: 100%;
  left: 50%;
}

section.clinic > div div {
  margin-bottom: 1.5rem;
}

section.clinic > div p {
  font-weight: bold;
  text-align: center;
  color: #333;
}

.clinic_loop {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.clinic_loop .simply-scroll {
  margin-bottom: 0;
  height: 300px;
}

.clinic_loop .simply-scroll .simply-scroll-clip {
  height: 300px;
}

.clinic_loop .simply-scroll .simply-scroll-list li {
  height: 250px;
  width: 250px;
  margin-right: 10px;
}

.clinic_loop .simply-scroll .simply-scroll-list li:nth-child(even) {
  margin-top: 50px;
}

table.style02 {
  border-top: #B3B3B3 2px solid;
  border-bottom: #B3B3B3 2px solid;
}

table.style02 tr th, table.style02 tr td {
  display: block;
}

table.style02 tr th {
  background: #F2F2F2;
  padding: 1.5rem 0;
}

table.style02 tr td {
  padding: 1.5rem 0 3rem 0;
}

table.style02 tr td a {
  color: #0071BC;
  text-decoration: underline;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 767px) {
  section.clinic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  section.clinic > div {
    width: 49.06%;
    max-width: 560px;
  }
  section.clinic > div:not(:last-child) {
    margin-bottom: 60px;
  }
  section.clinic > div h2 {
    background: #8cd265;
    background: -moz-linear-gradient(left, #8cd265 0%, #6fc88d 50%, #57c0b2 100%);
    background: -webkit-linear-gradient(left, #8cd265 0%, #6fc88d 50%, #57c0b2 100%);
    background: -webkit-gradient(linear, left top, right top, from(#8cd265), color-stop(50%, #6fc88d), to(#57c0b2));
    background: -o-linear-gradient(left, #8cd265 0%, #6fc88d 50%, #57c0b2 100%);
    background: linear-gradient(to right, #8cd265 0%, #6fc88d 50%, #57c0b2 100%);
    font-size: 22px;
    padding: 0;
    line-height: 50px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 300px;
    margin: 0 auto -30px auto;
  }
  section.clinic > div h2:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(111, 200, 141, 0);
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 5px;
    border-right-width: 5px;
    margin-left: -5px;
    border-top-color: #6FC88D;
    top: 100%;
    left: 50%;
  }
  section.clinic > div div {
    margin-bottom: 10px;
  }
  section.clinic > div p {
    font-weight: bold;
    text-align: center;
    color: #333;
  }
  .clinic_loop {
    margin-top: -80px;
  }
  .clinic_loop .simply-scroll {
    width: 100%;
    height: 420px;
  }
  .clinic_loop .simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 420px;
  }
  .clinic_loop .simply-scroll .simply-scroll-list li {
    height: 350px;
    width: 350px;
    margin-right: 10px;
  }
  .clinic_loop .simply-scroll .simply-scroll-list li:nth-child(even) {
    margin-top: 70px;
  }
  table.style02 {
    width: 940px;
    margin: 0 auto;
  }
  table.style02 tr {
    border-bottom: #B3B3B3 1px solid;
  }
  table.style02 tr th, table.style02 tr td {
    display: table-cell;
    font-size: 18px;
  }
  table.style02 tr th {
    width: 160px;
    padding: 20px 25px;
  }
  table.style02 tr td {
    padding: 20px 25px;
  }
  table.style02 tr td a {
    color: #0071BC;
    text-decoration: underline;
  }
  table.style02 tr td a:hover {
    text-decoration: none;
  }
}
