a {
  border-bottom: none !important;
}

form select {
  height: auto !important;
}

.content,
#contents_body {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 60px;
}

.contents__wrapper #top_left_body {
  float: none;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 60px;
  text-align: left;
}
.contents__wrapper .ymd_title {
  margin: 20px 0 20px 0;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
}
.contents__wrapper .today_body {
  border-right: none;
}
.contents__wrapper .today_body a {
  color: #c40018;
  text-decoration: underline;
}

/* max 768px
--------------------------------------------------*/
@media screen and (max-width: 786px) {
  .content {
    margin: 0 auto 30px;
  }
}
/* max 768px
--------------------------------------------------*/
@media screen and (min-width: 786px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}/*# sourceMappingURL=calendar.css.map */