h3:first-line{
   font-size:25px;
}

h3{
   font-size:11px;
   text-align:left;
  padding:0 0 0 0.5em;
}


/* bxSlider関連 */
.container-section {
  opacity: 0; 
  transition: opacity .3s linear;
}
.bx-wrapper {
  margin: 0 !important;
}

ul.bxslider {
  margin-left: 0px !important;
}

.bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  background: transparent;
}
.bx-wrapper img {
  max-height:initial!important;
}
.bx-wrapper .bx-controls-direction a{
  z-index:2!important;
}
.custom-thumb li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  margin: 0;
  padding: 5px 5px 5px 0;
}

.custom-thumb li a:hover {
  opacity: 0.7;
}

/* サムネイルactive時の枠を付ける */
.custom-thumb a {
  display: inline-block;
  padding:2px;
}

a.active {
  border: 1px solid #333;
}



/* 数量入力欄 */
input.product-cart-init-num {
  float: left;  
  -webkit-appearance: none;
  border: 1px solid #ccc;
  height: 20px;
  width: 20%;
}

/* 商品単位 */
.product-unit {
  float: left;
  padding: 5px;
}

/* 名入れ入力欄 */
.product-order-form input[type="text"] {
  width: calc(100% - 14px);
}

/* カートボタン下マージン */
.product_cart_area {
  margin-bottom: 15px;
}

/* カートボタンのデザイン */
.btn-addcart {
  background-color: #333;
  border: medium none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 18px 0;
}

/* いいねボタンのズレ修正 */
.fb_adjust {
  position: relative;
  top: 1px;
}


/* IE11だけで適用されるスタイルシート */
@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .custom-thumb img {
    width: 100%; //IE11のmax-width崩れ
  }
}


/*仕様書ボタン*/
.productspec a{
  display:inline-block;
  padding:0.4em 1em 0.2em;
  border:1px solid #999;
  border-radius:3px;
  transition:all,0.3s;
}

.productspec a:hover{
  text-decoration: none;
  background-color:#4d4d4d;
  border:1px solid #4d4d4d;
  color:#fff;
}

.productexp{
  padding-bottom:1em;
}

.productexp__img01{
  width:70%;
}  

@media(max-width:768px){
 .productexp__img01{
  width:70%;
} 
}

/*組合せ購入*/
.together-block{
  margin-top:65px;
}

.recommended__title{
  font-size:20px;
  text-align:left;
}

.recommended__item{
  margin-bottom:20px;
}
  
  