table.tbl_calendar {
    text-align: center;
    width: calc(50% - 30px);
    max-width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    margin: 0 15px;
    margin-bottom: 15px;
}
table.tbl_calendar caption{
  font-weight: bold;
  margin: 10px auto;
}

      .product__fav-item {
          margin-top: 10px;
        }

        .product__fav-item button {
          padding: 0;
          cursor: pointer;
          transition: .2s;
          color: #999;
          border: 0;
          outline: none;
          background: transparent;
        }

        .product__fav-item .fav-items {
          color: #ff7373;
        }

        .product__fav-item svg {
          width: 20px;
          height: 20px;
          vertical-align: -.35em;
          fill: currentColor;
        }


.fav-item{
  position: absolute;
  right: 25px;
  top: 10px;
}
@media (max-width: 767px) {
  table.tbl_calendar {
    text-align: center;
    width: calc(100% - 15px);
    max-width: calc(100% - 15px);
    flex: 0 0 calc(100% - 15px);
    margin: 0 7.5px;
    margin-bottom: 15px;
  }
  .fav-item{
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .itemList-sp--3 .fav-item {
    right: 10px;
    top: 5px;
  }
}
.fav-item button {
    animation: none;
    border: none;
    background: none;
    padding: 0;
    color: rgb(88 88 88 / 82%);
   cursor: pointer;
}
.fav-item button.is-added {
    color: #E31717;
}

h1#logo_i img {
    max-width: 100%;
}

#validation_select_yes a, #validation_select_no a {
    font-size: 12px;
    padding: 12px 25px;
}

#validation_select_yes, #validation_select_no{
  margin:0;
}

#main_i,#header_i,#footer_i{
  margin:0;
  font-size:14px;
}

.validation_txt {
    font-size: 14px;
}
#main_i {
    padding: 20px;
}
.footstamp {
    margin-top: 15px;
}

@media (min-width: 768px) {
  .hdrMiddle.hdrMiddle--logoLeft .hdrMiddle__center {
    padding-left: 140px !important;
    text-align: center;
  }
  #ftr .container {
    padding-top: 45px !important;
  }
  #ftr .container .snsNav,
  #ftr .container .fNav__list {
    padding-top: 0 !important;
  }
  #payment_method {
    margin-top: 60px !important;
  }
}
@media (max-width: 991px) {
  #hdrLogo {
    padding: 0 !important;
    max-width: 222px !important;
  }
}
@media (max-width: 768px) {
  #ftr .container .fNav__logo {
    margin-bottom: 35px !important;
  }
  .iconNav [class*="hasChildren"]:not(:last-child) {
    margin-right: 5px !important;
  }
  .iconNav a {
    padding: 2.5px !important;
  }
  #ftr .container .snsNav {
    position: relative;
    z-index: 1;
  }
}