table.tbl_calendar {
    text-align: center;
    width: 100%;
    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) {
  .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: rgba(0,0,0, 0.5);
   cursor: pointer;
}
.fav-item button.is-added {
    color: rgba(255, 115, 115, 0.5);
}

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;
}

.drawer__accountNav li a img, .drawer__accountNav li a i img{
  width: 24px;
}

#drawer .drawer_img img{
  margin-bottom:20px !important;
}
.drawer__search{
  border-bottom:none !important;
}

@media(min-width:992px){
  #hdr .iconNav i {
      font-size: 30px;
      margin: 0 5px;
  }
}

  .sec1_topics .articleList__title,.sec4_search .articleList__title,.sec7_news .articleList__title{
    font-size:12px !important;
    margin:0 !important;
  }

.sec4_search .articleList time{
  font-style: normal;
  font-weight: 500 !important;
  font-size: 10px !important;
  line-height: 1.3 !important;
  letter-spacing: 1px !important;
  margin-bottom:0 !important;
}

.articleList__wrap:hover, .articleList__wrap:active {
    color: #333333 !important;
    transition: 0.15s;
    opacity: 0.5 !important;
}


.wp_cate {
  background: #EDECE7;
    display: inline-block;
    padding: 2px 5px;

}
.wp_d{
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 1px;
}

.h2F small {
    padding-bottom: 5px;
}

.itemList p{
  font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 1.5;
}
.itemList .itemPrice{
  font-family:Noto Sans JP !important;
  font-size:16px !important;
  font-weight:500 !important;
  line-height:1 !important;
}

@media(max-width:991px){
  .itemList--ranking.ranking--typeE li:nth-child(n+5){
    display:none !important;
  }
}

  .sec2_concept .h2A:before{
    width:37px !important;
  }

@media(min-width:379px) and (max-width:991px){
  .sec2_concept .h2A:before {
    content: "";
    top: -80% !important;
  }
}