/* 追記：パンクズ */
#contents .topicpath-nav a {
    line-height: 1.5em;
}
/* 追記：カラム変更 */
.col-lg-7, .col-lg-5 {
    width: 100% !important;
}
/* 追記：タイトル */
.mar_t_20 h2 {
  padding:20px 0;
  margin:0;
  font-weight: bold;
  line-height:1.4em;
}
/* 追記：簡易説明 */
.item-ex {
  text-align: justify;
  color:#6e6e6e;
 line-height: 1.5em;
  margin:0 0 30px 0;
}
.mar_t_20 .new_mark_img1 {
  display:none !important;
}
/* 追記：商品スライド */
.product-image-main {
  width:70%;
  margin: 10px auto;
}
.custom-thumb li {
  padding: 8px !important;
    height: auto !important;
    position: relative;
    display: list-item;
}
.bx-prev, .bx-next {
  display:none;
}
li a.active{
  border-bottom: 2px solid #829aab !important;
}
/* 追記：概要表 */
.product-spec-table th, .product-spec-table td{
  border:none !important;
}
.product_info_block {
    padding: 50px 30px 0px 30px;
}
.product-spec-table th {
  font-size: 14px;
}
/* 追記：サイズ表 */
#prd-opt-table {
  text-align:center;
  display: block;
  overflow-x: scroll;
    width: 100%;
  white-space: nowrap;
}
#prd-opt-table table tbody {
  width: 100%;
  display:table;
}
#prd-opt-table td {
  text-align: center;
  white-space: nowrap;
}
#prd-opt-table .cell_2{
  vertical-align: bottom;
}
#prd-opt-table .cell_2 input{
  margin:10px;
}
#prd-opt-table th {
  text-align: center;
}
/* 追記：カートボタン */
.product_cart_area {
    margin: 15px 0 40px 0 !important;
}
.product_cart_area input{
}
/* 追記：シェアリスト */
.share-list a{
  font-size: 14px;
  padding:5px 0;
}
.share-list li{
  padding:5px 0;
}


@media (max-width: 480px){
  #contents .topicpath-nav {
    margin-top: 20px;
  }
  .mar_t_20 h2 {
    padding: 20px 0;
  }
  .custom-thumb li {
    width: 25% !important;
  }
  .product_info_block {
    padding: 30px 0 0 0;
}
  .product-image-main {
    width: 90%;
  }
  #prd-opt-table {
    display:inline-block;
  }
  #prd-opt-select div {
    margin-bottom:5px;
  }
#prd-opt-select select {
     margin-bottom:25px;
  }
}


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

.custom-thumb li {
  width:12%;
  position: relative;
  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;
}

/* 販売価格の文字強調 */
.product_sales {
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.2em;
}

/* 数量入力欄 */
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崩れ
  }
}


/* 商品詳細 */
.ex-inner{
  display:flex;
  border-top: 1px solid #ececec;
  padding: 20px 0;
  align-items: center;
}
.last{
  border-bottom: 1px solid #ececec;
}
.ex-left{
  border-right: 1px solid #ececec;
    width: 25%;
}
.ex-right{
padding-left:50px;
}
.mar_t_50{
  margin-top:0 !important;
}
.shop_comment br{
  display:none;
}
.shop_comment{
  padding:0 40px;
}

/* 本文・タイトル */
.shop_comment p{
  text-align:justify;
  color:#555;
  font-size: 14px;
    line-height: 1.65;
}
.h-three {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 3px 0;
  margin-bottom:20px;
}
.h-three::before,
.h-three::after{
  content: '';
  width: 100%;
  height: 1px;
  background: #464646;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.h-three::after {
  bottom: -8px;
}
.h-four {
  padding:15px;
    width: auto;
  font-size: 15px;
}

/* 情報一覧 */
.joho_lists ul {
  width: fit-content;
   list-style-type: none;
}
.joho_lists li {
  color:#555;
  font-size: 14px;
    line-height: 1.5;
}

/* H3＋テキスト */
.title_txt {
  margin:40px 0;
}


/* H3＋表 */
.exitem-table th{
  text-align: center;
  background:#f2f2f2;
  border-bottom: 1px solid #fff;
}
.exitem-table td {
  text-align: left;
  border: 1px solid #f2f2f2;
}
.exitem-table th, .exitem-table td {
  vertical-align:middle;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

/* 情報リスト */
.exdata-list ul {
  width: fit-content;
  margin: 40px 0;
   list-style-type: none;
}
.exdata-list li {
  color:#555;
  font-size: 14px;
    line-height: 1.8;
  padding: 0.7em 0.2em;
  border-bottom: 1px dashed #ececec;
}
.exdata-list li span {
font-weight: bold;
    color: #555;
    padding-right: 10px;
}
.exdata-list li span:after {
  content:"：";
}
/* レスポンシブ */
@media (max-width: 480px){
  .mar_b_50{
    margin-bottom: 0 !important;
  }
.shop_comment{
  padding:0;
}
.h-three {
  margin-bottom: 25px;
  }
  .h-four {
  padding:10px 15px;
  }
.ex-inner{
  align-items:flex-start;
  flex-direction: column;
  padding:10px 0;
  }
.ex-left{
  width: 100%;
  border:none;
}
.ex-right{
padding:0 40px 5px 40px;
}
.exitem-table th{
  width:32%;
  }
  .exitem-table th,
  .exitem-table td{
  padding:8px;
  }
  .joho_lists li {
  list-style: circle;
  }
}