@charset "utf-8";
.partner-item{
  padding: 40px 10px;
}
.partner-h3{
  font-size: 1.4375rem;
  font-weight: 700;
  margin-top: 12px;
}
.partner-lank{
  margin-bottom: 20px;
}
.partner-info{
  background-color: #fff;
  padding: 20px 15px;
  flex: 1;
}
.bb-lightblue{
  border-bottom: 1px solid rgba(89, 176, 247, 0.3);
}
.bb-gray{
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.bb-ocher{
  border-bottom: 1px solid rgba(185, 145, 34, 0.3);
}
.bb-orange{
  border-bottom: 1px solid rgba(232, 139, 25, 0.3);
}
.bb-pink{
  border-bottom: 1px solid rgba(235, 23, 133, 0.3);
}
.partner-dl dt{
  margin-bottom: 4px;
}
.partner-dl dd{
  line-height: 1.7;
}
.partner-dl dd:not(:last-of-type){
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.partner-col{
  margin-bottom: 30px;
}
.text-ocher{
  color: #b99122;
}

.bg-ocher{
  background-color: #fff2cc;
}
@media all and (min-width: 576px) {
  .partner-item{
    padding: 40px 30px;
  }
  .partner-info{
    padding: 22px 30px;
  }

}
@media all and (min-width: 768px) {
  .partner-item{
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .partner-lank{
    width: 208px;
  }
  .partner-lank{
    margin-bottom: 0px;
  }
}
@media all and (min-width: 992px) {
  .partner-item{
    padding: 40px 50px;
    gap: 40px;
  }
  .partner-info{
    padding: 22px 50px;
  }
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

@media all and (max-width: 400px) {
 
}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}






/* カラーミーの調整 */
#shop-wrap th{
  background: unset!important;
  padding: 0!important;
  width: 65px!important;
  font-weight: 500!important;
  padding-top: 4px!important;
  padding-bottom: 4px!important;
}
#shop-wrap tr{
}
#shop-wrap table, #shop-wrap tr, #shop-wrap th, #shop-wrap td{
  border: none!important;
}
#shop-wrap td{
  font-weight: 700;
  color: #000!important;
  width: auto!important;
  padding-left: 15px!important;
  padding-top: 4px!important;
  padding-bottom: 4px!important;
}
#shop-wrap .cartjs_sales_price td p{
  margin-bottom: 0;
  color: #000!important;
}
#shop-wrap .cartjs_box{
  border: none!important;
}
#shop-wrap td input, #shop-wrap td select{
  width: 80px!important;
  border: 1px solid #006abb;
  border-radius: 2px;
  padding: 2px 10px;
  height: 25px;
}
#shop-wrap td select{
  padding-left: 7px;
}
.cartjs_quantity{
  position: relative;
}
#shop-wrap .cartjs_buy p{
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}
#shop-wrap .cartjs_buy p::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: url(../images/common/icon-cart-white.svg) no-repeat center center/contain;
  width: 15px;
  height: 15px;
  transition: 0.3s;
}
#shop-wrap .cartjs_buy p:hover:after{
  background: url(../images/common/icon-cart-blue.svg) no-repeat center center/contain;
}
#shop-wrap .cartjs_buy input{
  color: #fff!important;
  background: #006ab8!important;
  border: 1px solid #006ab8!important;
  display: inline-block!important;
  text-align: center!important;
  width: fit-content!important;
  padding: 12px 25px 12px 15px!important;
  font-size: 1rem!important;
  max-width: 100%!important;
  min-width: 100px!important;
  font-weight: 700!important;
  position: relative!important;
  text-shadow: none!important;
  box-shadow: none!important;
  width: 240px!important;
  margin: 0!important;
  transition: 0.3s;
}
#shop-wrap .cartjs_buy input:hover{
  color: #006ab8!important;
  background: #fff!important;
}
.detail_cart{
  transition: 0.3s;
}
.detail_cart:hover{
  opacity: 0.7;
}
.cartjs_buy{
}
#shop-wrap table{
  margin-bottom: 30px!important;
  width: 200px!important;
  margin-left: 0!important;
  margin-right: auto!important;
}
.cartjs_block{
  padding: 15px 10px!important;
}
.cartjs_header, .cartjs_link_regal, .cartjs_description, .cartjs_product_name, .cartjs_product_explain, .cartjs_sk_link_other{
  display: none;
}
#shop-wrap .cartjs_cart_in{
  text-align: left!important;
}
@media all and (min-width: 576px) {
  #shop-wrap .cartjs_buy input{
    width: 280px!important;
  }
}
/* カラーミーの調整 */