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


.sec_ftrSns .container{
  max-width: 1000px;
}

.sec_ftrSns .button--typeB{
  border-color: #232223;
  color: #232223;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.sec_ftrSns .button--typeB:after{
  border-color: #232223!important;
}
.sec_ftrSns .button--typeB:hover:after{
  border-color: #42BDC9!important;
}
.sec_ftrSns .button--typeB i{
  font-size: 24px;
  margin-right: 10px;
}

.sec_ftrInfo .newsList--typeB .newsList__body ul{
  height: initial;
  overflow: initial;
}

@media (min-width: 768px) {
  .sec_ftrSns .row > div{
    max-width: 22%;
    flex-basis: 22%;
  }
  .sec_ftrSns .row > div:last-of-type{
    max-width: 34%;
    flex-basis: 34%;
  }
}


@media (max-width: 767px) {
  .sec_ftrSns .container{
    padding: 0 75px;
  }
  .sec_ftrSns .row > div:last-of-type .button{
    padding: 3px 30px;
    line-height: 1.4;
  }
  .sec_ftrInfo .newsList--typeB{
    border-top: 1px solid #dfdfdf;
    padding-top: 25px;
  }
  .sec_ftrInfo .newsList--typeB .newsList__body{
    border-top: none;
  }
}

.drawer__search .searchForm.searchFormA .searchForm__inner input[type="text"]{
  padding-right: 0;
}

