// ¥«¥ì¥ó¥À¡¼
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.mainCalendar {
  display: flex;
  justify-content: space-between;
}
.mainCalendar table.tbl_calendar {
    max-width: calc(50% - 30px);
}
.mainCalendar table.tbl_calendar caption{
  font-weight: bold;
    margin: 0px auto 15px;
    font-size: 18px;
}
@media (max-width: 991px) {
  .mainCalendar {
    display: block;
  }
  .mainCalendar table.tbl_calendar {
      max-width: 100%;
  }
}
@media (max-width: 768px) {
  .shipping.sec07 .row > div {
    padding-top: 1px;
    padding-bottom: 1px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
.deli-ex .deli-wrapper h3,
.pro-note .pro-note-wrapper h3 {
  font-family: "Noto Sans JP", "Þâ¥´¥·¥Ã¥¯", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}
.pro-note .pro-note-wrapper h3 {
  font-weight: 500;
}

.bnrList a:hover img {
  opacity: 1 !important;
  transition: 0s !important;
}