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

.item_p{
      margin-bottom: 10px !important;
}
.itemList .itemPrice {
    font-family: 'Roboto','Noto Sans jp';
    font-size: 12px;
    font-weight: 500;
 	 margin-top: 2px;
}
@media (max-width: 991px){
  .itemList p {
      line-height: 1.5;
  }
}

  .sec1_bnr .col-pc-4{
      display: flex !important;
      justify-content: center !important;
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }

@media(min-width:992px){
  .sec6_item1 .col-1-8{
        flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
  
  @media(min-width:992px){
  .sec7_item2 .col-7{
        flex: 0 0 14.286%;
    max-width: 14.286%;
  }
    .sec7_item2 .row, .sec7_item2 .itemList {
    justify-content: center !important;
    }
    
        .sec67_item3 .row {
    justify-content: center !important;
    }
      .sec67_item3 .col-7{
        flex: 0 0 14.286%;
    max-width: 14.286%;
  }
    .sec67_item3 .sec7_title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

    .sec67_item3 .row img{
      margin-bottom:20px;
    }

}

@media (max-width: 991px){
  .sec67_item3 .col-sp-6{
    padding-right: 15.5px !important;
    padding-left: 15.5px !important;
  }
  
.sec67_item3 .row img {
    margin-bottom: 15px;
}
.sec67_item3 .sec7_title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
  	text-align:center;
}
  .sec6_item1 .col-sp-6,.sec7_item2 .col-sp-6,.sec67_item3 .col-sp-6{
    display:flex !important;
    justify-content:center;
  }
}

@media (min-width: 992px){
  .sec67_item3 img {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}