﻿.product-main {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
.product-main-info {
  width: 48%;
  order: 2;
}
.product-main-img {
  width: 48%;
}
.product-main-ttl {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffcc00;
  line-height: 1.5em;
  margin: 0 0 20px;
}
.product-main-txt {
  font-size: 15px;
  line-height: normal;
  margin: 0 0 20px;
}
.product-main-price {
  font-size: 18px;
  margin: 0 0 15px;
}
.product-main-price span {
  font-size: 24px;
  color: #ff0000;
}
.product-main-tit {
  font-size: 18px;
  color: #ffcc00;
  text-transform: uppercase;
  font-weight: 700;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin: 0 0 10px;
}
.product-main-list li {
  font-size: 16px;
  margin: 0 0 10px;
  background: url("../W_images/pro_icon.png") no-repeat left 5px;
  padding-left: 20px;
}
.product-main-cart a {
  text-decoration: none;
  color: #fff;
  background: #ffcc00;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 20px;
  display: inline-block;
  transition: all 0.5s ease;
}
.product-main-cart {
  margin: 20px 0 0;
}
.product-main-cart a:hover {
  background: #89b4ff;
}
.product-main-img {
  display: flex;
  width: 48%;
  justify-content: space-between;
}
.product-main-img-lager {
  margin: 0;
  order: 2;
  width: calc(75% - 10px);
  border: 1px solid #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 10px;
  padding: 30px;
}
.product-main-img-thumb {
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
  width: 25%;
}
.product-main-img-thumb li {
  height: calc(33.33% - 5px);
  border: 1px solid #e0e0e0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-main-img-lager img, .product-main-img-thumb li img {
  max-height: 100%;
  flex-shrink: 0;
}
.product-main-img-thumb li:hover {
  opacity: 0.7;
}
ul.tabs {
  display: flex;
  margin-bottom: -1px;
}
ul.tabs li {
  color: #565656;
  display: inline-block;
  padding: 15px 30px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #e0e0e0;
  transition: all 0.5s ease;
  margin-right: 5px;
  text-align: center;
}
ul.tabs li.current, ul.tabs li:hover {
  background: #ffcc00;
  color: #fff;
  border-color: #ffcc00;
}
.tab-content {
  display: none;
  border: 1px solid #e0e0e0;
  padding: 40px;
  height: calc(100% - 53px);
}
.tab-content.current {
  display: inherit;
}
.tab-content p {
  font-size: 16px;
}
.product-cont {
  display: flex;
  justify-content: space-between;
}
.product-cont-more {
  width: 270px;
}
.product-cont-info {
  width: calc(100% - 300px);
}
.product-cont-more-ttl {
  font-size: 24px;
  color: #ffcc00;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 15px;
}
.product-cont-more-list .b02-item {
  width: 100%;
  margin: 0 0 30px;
}
.product-cont-more-list .b02-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
     .product-main {
    display: block;
    margin: 0 0 40px;
  }
  .product-main-info {
    width: 100%;
    margin: 0 0 30px;
  }
  .product-main-ttl {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .product-main-txt {
    font-size: 14px;
  }
  .product-main-price {
    font-size: 16px;
  }
  .product-main-price span {
    font-size: 20px;
  }
  .product-main-tit {
    font-size: 16px;
  }
  .product-main-list li {
    font-size: 14px;
    background-position-y: 4px;
  }
  .product-main-cart a {
    font-size: 16px;
    padding: 10px 30px;
  }
  .product-main-img {
    width: 100%;
  }
  .product-cont {
    display: block;
  }
  .product-cont-info {
    width: 100%;
    margin: 0 0 30px;
  }
  ul.tabs li {
    padding: 15px 3%;
    font-size: 12px;
  }
  .tab-content {
    padding: 20px;
  }
  .tab-content p {
    font-size: 14px;
  }
  .product-cont-more-ttl {
    font-size: 18px;
  }
  .product-cont-more-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-cont-more {
    width: 100%;
  }
  .under #content {
    padding-bottom: 50px;
  }
  .product-cont-more-list .b02-item {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
.product-cont-more-list .b02-item {
    width: 100%;
  }
  ul.tabs li {
    padding: 15px 2%;
    font-size: 11px;
  }
}