.ttl-common {
  color: #004DA0;
  font-family: 'Futura PT';
  font-size: 70px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 90px;
  text-transform: uppercase;
}

.ttl-common small {
  display: block;
  color: #333333;
  font-family: 'Noto Sans JP';
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 29px;
}

@media screen and (max-width: 767px) {
  .ttl-common {
    font-size: 59px;
    line-height: 74px;
  }
  .ttl-common small {
    font-size: 18px;
    line-height: 26px;
  }
}

#greeting {
  padding: 60px 0 113px;
  position: relative;
  z-index: 0;
}

#greeting:after {
  content: '';
  width: calc(50% + 123px);
  height: 354px;
  background: rgba(0, 77, 160, 0.05);
  border-radius: 30px 0 0 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#greeting h2 {
  margin-bottom: -95px;
}

#greeting h2 small {
  margin-left: 6px;
}

#greeting .blk {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#greeting .blk .img {
  order: 2;
  max-width: 437px;
  width: 45%;
}

#greeting .blk .img img {
  border-radius: 30px;
}

#greeting .blk .col-text {
  order: 1;
  max-width: 554px;
  width: 52%;
  margin-top: 140px;
}

#greeting .blk .col-text .name {
  font-size: 20px;
  line-height: 29px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #greeting {
    padding: 38px 0 56px;
  }
  #greeting:after {
    width: 78%;
    height: 584px;
    border-radius: 20px 0 0 20px;
  }
  #greeting h2 {
    margin-bottom: 46px;
  }
  #greeting .blk {
    display: block;
  }
  #greeting .blk .img {
    max-width: none;
    width: 100%;
  }
  #greeting .blk .img img {
    border-radius: 20px;
  }
  #greeting .blk .col-text {
    max-width: none;
    width: 100%;
    margin-top: 30px;
  }
  #greeting .blk .col-text .name {
    font-size: 18px;
    line-height: 27px;
  }
}

#clinic {
  padding: 60px 0 98px;
}

#clinic h2 {
  margin-bottom: 52px;
}

#clinic h2 small {
  margin-left: 6px;
}

#clinic .blk {
  display: flex;
  justify-content: space-between;
}

#clinic .col-info {
  max-width: 510px;
  width: 50%;
}

#clinic .col-info table {
  width: 100%;
  border-bottom: 1px solid;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 43px;
}

#clinic .col-info table th {
  width: 180px;
}

#clinic .col-info table td {
  text-align: center;
}

#clinic .col-info table td:last-child {
  width: 75px;
  padding-right: 10px;
}

#clinic .col-info table thead th {
  font-size: 20px;
}

#clinic .col-info table thead th, #clinic .col-info table thead td {
  padding-bottom: 13px;
}

#clinic .col-info table tbody tr {
  border-top: 1px solid;
}

#clinic .col-info table tbody th {
  padding-left: 20px;
}

#clinic .col-info table tbody th, #clinic .col-info table tbody td {
  padding-top: 14px;
  padding-bottom: 14px;
}

#clinic .col-info table tbody .txt_color {
  position: relative;
}

#clinic .col-info table tbody .txt_color:before {
  content: '';
  width: 16px;
  height: 16px;
  background: #004DA0;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#clinic .col-info .info {
  letter-spacing: 0.05em;
  line-height: 24px;
}

#clinic .col-info .info dl {
  width: 100%;
  display: table;
}

#clinic .col-info .info dl dt {
  width: 120px;
  display: table-cell;
  color: #004DA0;
}

#clinic .col-info .info dl dd {
  display: table-cell;
}

#clinic .col-info .info dl + dl {
  margin-top: 10px;
}

#clinic .col-map {
  max-width: 510px;
  width: 47%;
}

#clinic .col-map .gmap {
  position: relative;
  height: 365px;
  margin-bottom: 8px;
}

#clinic .col-map .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px;
}

#clinic .col-map .map-link {
  text-align: right;
  font-size: 12px;
  line-height: 18px;
}

#clinic .col-map .map-link a {
  text-decoration: underline;
}

#clinic .col-map .map-link a:hover {
  text-decoration: none;
}

@media screen and (max-width: 980px) {
  #clinic .col-info table th {
    width: 120px;
  }
  #clinic .col-info table td:last-child {
    width: 60px;
    padding-right: 0;
  }
  #clinic .col-info table tbody th {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  #clinic {
    padding: 95px 0 66px;
  }
  #clinic h2 {
    margin-bottom: 24px;
  }
  #clinic .blk {
    display: block;
  }
  #clinic .col-info {
    max-width: none;
    width: 100%;
    margin-bottom: 23px;
  }
  #clinic .col-info table {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 42px;
  }
  #clinic .col-info table th {
    width: 94px;
  }
  #clinic .col-info table td:last-child {
    width: 45px;
    padding-right: 5px;
  }
  #clinic .col-info table thead th {
    font-size: 13px;
  }
  #clinic .col-info table thead th, #clinic .col-info table thead td {
    padding-bottom: 7px;
  }
  #clinic .col-info table tbody th {
    font-size: 14px;
    text-align: right;
    white-space: nowrap;
    padding-right: 10px;
  }
  #clinic .col-info table tbody th, #clinic .col-info table tbody td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #clinic .col-info table tbody .txt_color:before {
    width: 13px;
    height: 13px;
  }
  #clinic .col-info .info {
    font-size: 14px;
  }
  #clinic .col-info .info dl dt {
    width: 100px;
  }
  #clinic .col-info .info dl + dl {
    margin-top: 7px;
  }
  #clinic .col-map {
    max-width: none;
    width: 100%;
  }
  #clinic .col-map .gmap {
    height: 222px;
    margin-bottom: 10px;
  }
  #clinic .col-map .gmap iframe {
    border-radius: 20px;
  }
  #clinic .col-map .map-link {
    font-size: 14px;
    line-height: 20px;
  }
}

#menu {
  background: rgba(49, 137, 232, 0.04);
  padding: 60px 0 80px;
}

#menu h2 {
  text-align: center;
  margin-bottom: 50px;
}

#menu ul {
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 0;
  padding-bottom: 51px;
}

#menu ul:before {
  content: '';
  background: #E6F2FF;
  border-radius: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100px;
  z-index: -1;
}

#menu ul li {
  max-width: 200px;
  width: 21%;
}

#menu ul li img {
  width: 100%;
  height: auto;
}

#menu ul li span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  margin-top: 15px;
}

#menu ul li + li {
  margin-left: 43px;
}

@media screen and (max-width: 1080px) {
  #menu ul li + li {
    margin-left: 2%;
  }
}

@media screen and (max-width: 767px) {
  #menu {
    padding: 36px 0 47px;
  }
  #menu h2 {
    margin-bottom: 44px;
  }
  #menu ul {
    padding-bottom: 0px;
    flex-wrap: wrap;
    margin: 0 -2vw;
  }
  #menu ul:before {
    display: none;
  }
  #menu ul li {
    max-width: none;
    width: 37.333333333333336vw;
    margin: 0 2.6666666666666665vw 29px !important;
  }
  #menu ul li span {
    font-size: 18px;
    line-height: 27px;
    margin-top: 15px;
  }
}

#news {
  padding: 60px 0 80px;
}

#news h2 {
  margin-bottom: 40px;
}

#news .post-box {
  border-top: 1px solid;
  position: relative;
}

#news .post-box__summary-link {
  font-size: 15px;
  line-height: 22px;
  text-decoration: underline;
  position: absolute;
  right: 0;
  top: -54px;
  z-index: 1;
}

#news .post-box__summary-link:hover {
  text-decoration: none;
}

#news .post-box__content {
  padding: 0 25px;
  height: 150px;
  overflow: auto;
}

#news .post-box__content dl {
  width: 100%;
  display: table;
  padding: 21px 0;
  border-bottom: 1px dashed #CBCAC9;
}

#news .post-box__content dl dt {
  width: 168px;
  display: table-cell;
  color: #72706E;
  letter-spacing: 0.02em;
  position: relative;
}

#news .post-box__content dl dt .new-label {
  display: block;
  width: 38px;
  height: 16px;
  text-align: center;
  color: #fff;
  background: #004DA0;
  font-size: 9px;
  line-height: 16px;
  letter-spacing: 0.1em;
  position: absolute;
  right: 22px;
  top: 9px;
}

#news .post-box__content dl dd {
  display: table-cell;
  color: #38475D;
  line-height: 24px;
}
#news .post-box__content dl dd a{
  color: #38475D;
}
#news .post-box__content dl dd a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #news {
    padding: 36px 0 50px;
  }
  #news h2 {
    margin-bottom: 22px;
  }
  #news .post-box__summary-link {
    font-size: 16px;
    line-height: 24px;
    top: -46px;
  }
  #news .post-box__content {
    padding: 0;
    height: 154px;
  }
  #news .post-box__content dl {
    display: block;
    padding: 16px 0;
  }
  #news .post-box__content dl dt {
    width: 140px;
    display: block;
    line-height: 20px;
  }
  #news .post-box__content dl dt .new-label {
    right: 0px;
    top: 2px;
  }
  #news .post-box__content dl dd {
    display: block;
  }
}
