@charset "UTF-8";
@media screen and (min-width: 768px) {
  #page-times .content-row .content-img {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  #page-times .content-row .content-img img {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  #page-times .content-row .content-img + .content-right {
    width: calc(100% - 400px);
  }
}
#page-times .block-white {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #page-times .block-white {
    margin-top: 30px;
  }
}
#page-times .block-white h3 {
  margin: 0 auto 20px;
  padding: 10px 24px;
  background-color: #f1eada;
  font-size: 1.25rem;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  #page-times .block-white h3 {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #page-times table tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #page-times table tr {
    width: 50%;
  }
  #page-times table tr:last-child th,
  #page-times table tr:last-child td {
    border-left: 0;
  }
}
#page-times table th,
#page-times table td {
  padding: 1em 0.5em;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  #page-times table th,
  #page-times table td {
    height: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  #page-times table td {
    border-top: 0;
    border-bottom: 1px solid #bbbbbb;
  }
}
#page-times table .icon-pdf::before {
  background: #ff0000;
}

#page-times-subscribe .block-white {
  margin: 30px auto;
}
#page-times-subscribe .block-white .note-list {
  margin-top: 0;
}

a.blank-icon {
  text-decoration: underline;
  position: relative;
}
a.blank-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: -20px;
  background: url(../img/access/top/blank.png) center center no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a[href^="mailto:"] {
  display: inline-block;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 769px) {
  a[href^="mailto:"]:hover {
    border-bottom: 0;
  }
}