.product_image {
  margin-bottom: 0;
}
.product_image_main {
  float: left;
  width: 74.468%;
}
  .product_image_main img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
.product_image_thumb {
  float: right;
  width: 24.468%;
}
.product_image_thumb li {
  float: left;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 6.521%;
  width: 43.478%;
  height: 43% !important;
  outline: 1px solid #cccccc;
  outline-offset: -1px;
  transition: .3s ease-in-out;
  text-align: center;
  background: #f6e345;
}
.product_image_thumb li img{
  background:#ffffff;
  max-width: 64px;
  width: auto;
  max-height: 64px !important;
}
.product_image_thumb li:hover img {
  opacity: .5;
}
.product_image_thumb li:hover{
  outline: 1px solid #F8E96B;
}



.input-prepend.input-append input{
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
  border:1px solid #ccc;
}
.item_table{
  border: 1px solid #ddd;
  border-radius:4px;
  margin-top:30px;
}
.item_table dl{
  display:table;
  border-bottom: 1px solid #ddd;
  width:100%;
  margin:0;
}
.item_table dl:last-child{
  border-bottom:none;
}
.item_table dt,
.item_table dd{
  display:table-cell;
  width:70%;
  padding:10px;
}
.item_table dt{
  border-right: 1px solid #ddd;
  width:30%;
  background:#f1f1f1;
}
.item_table .top{
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.item_table .middle{
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}
.item_table .bottom{
  padding-top: 10px;
}
.item_table dl ul,
.product-order-exp ul{
  margin-left:0;
}
.item_table dl li,
.t_indent{
  padding-left:14px;
  text-indent:-14px;
}

.etc_onlinestore{
    text-align: center;
    margin-top: 100px;
}
.etc_onlinestore p{
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-top: 185px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
.etc_onlinestore p:before {
    content: "";
    background: #000;
    width: 1px;
    height: 80px;
    position: absolute;
    top: -105px;
    left: 0;
    right: 0;
    margin: auto;
}
.etc_onlinestore a{
    display: block;
    width: 250px;
    padding: 25px 0;
    margin: 0 auto;
    transition: .3s;
    font-weight: bold;
    color: #fff;
    background: #c01b1a;
}
.etc_onlinestore a:hover{
    opacity: .6;
    text-decoration:none;
}
.quantity_box{
    display: inline-block;
    padding-left: 5px;
}
.kart_select select{
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #333, #333);
    background-position: calc(98.5% - 16px) calc(19px + 0px), calc(98.5% - 11px) calc(17px + 2px), 100% 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 44px;
}
.kart_select select:focus{
    background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, #e6e6e6, #e6e6e6);
    background-position: calc(98.5% - 10px) 1.4em, calc(98.5% - 15px) 1.4em, 100% 0;
}
.product-order-exp{
  margin-top: 20px;
  padding-top: 70px;
  border-top: 1px dashed #333;
}
.row .notice{
  font-weight:bold;
  font-size:18px;
  color:#c01b1a;
}
.rakuten_bnr a{
  vertical-align: 35px;
}
.amazonpay_bnr{
  width: 175px;
  padding: 8px;
  margin-top: 90px;
}
.f_red{
 color:#c01b1a;
}
.f_gray a{
 color:#aaaaaa; 
}
.f_25{
 font-size:25px;
}
.f_red.free{
 margin-top:-10px;
}
.f_red.free span{
  border:1px solid #c01b1a;
  padding:3px 15px;
}
.d_block{
  display:block;
}
.together-block{
  margin-bottom:55px;
}

.set_inneritem ul{
  display:flex;
  flex-wrap: wrap;
}
.set_inneritem li{
  padding: 1.5%;
  font-size: 12px;
  width: 22%;
}


@media (max-width: 768px) {
  h2.name{
    font-size: 22px;
    padding-bottom: 10px;
  }
  .col-lg-6.col-sm-12 ul{
    margin-left: 0;
    margin-bottom: 25px;
}
  .col-lg-6.col-sm-12 ul.sns_box{
    margin-bottom:0px;
    margin-left: 0;
  }
  .row .notice{
  margin-top:20px;
  }
  .f_red.free {
    margin-top: 0px;
  }
  .amazonpay_bnr{
   margin-bottom:0px;
   margin-top:0;
  }
  .f_14{
   font-size:14px;
  }
  
  .product_image_main,
  .product_image_thumb{
  float: none;
  width:100%;
  margin-bottom: 10px;
}
  .product_image_thumb li,
  .product_image_thumb ul{
  margin:0;
}
  .product_image_thumb li {
    width: 40px;
    height: 40px !important;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
}
  .product_image_thumb li img{
  background:#ffffff;
  max-width:100%;
  width: auto;
  max-height:100% !important;
}
  .product_image_thumb{
    margin-bottom: 15px;
}
 .set_inneritem li {
    padding: 2.5%;
    width: 44%;
}
}



/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width:100%;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 45px;
  border-bottom: 3px solid #f6e345;
  background-color: #ccc;
  line-height: 18px;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  padding-top:13px;
}
    
.tab_item.one{
  line-height: 35px;   
}
    
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#bag:checked ~ #bag_content,
#inner:checked ~ #inner_content,
#set:checked ~ #set_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #f6e345;
    color: #333;
}


.acd-check{
    display: none;
}
.acd-label{
    background: #fff;
    color: #333;
    display: block;
    margin-bottom: 1px;
    padding: 14px 35px;
    position: relative;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 50px;
}
.acd-label:after{
    background: #333;
    color: #fff;
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 50px;
    padding: 15px 19px;
    position: absolute;
    right: -1px;
    top: -1px;
    border-radius: 50px;
}
.acd-content{
    border: 1px solid #fff;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

p.mb00{
    margin-bottom:0;
}
a.bnr_link{
    display:block;
    transition:.3s;
}
a.bnr_link:hover{
    opacity:.6;
}

.t_link a{
    display:block;
    color:#f06262;
    text-decoration:underline;
    font-size:16px;
}

@media (max-width: 768px) {

.tab_content {
    padding: 20px 0px 0;
}
.tab_item{
    font-size:12px; 
}

}
