div:after,
ul:after,
section:after {
  content: "";
  display: block;
  clear: both;
}

.inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 959px) {
  .inner {
    padding: 0 10px;
  }
}

img {
  max-width: 100%;
}

.product {
  padding: 20px 0 0;
}
@media screen and (max-width: 479px) {
  .product {
    padding: 0;
  }
}
.product h2 {
  font-size: 1.9375em;
  color: #0db272;
  font-weight: lighter;
  letter-spacing: 4px;
  text-align: center;
  border-bottom: solid 5px #0db272;
}
@media screen and (max-width: 767px) {
  .product h2 {
    font-size: 1.5625em;
  }
}
@media screen and (max-width: 479px) {
  .product h2 {
    font-size: 1.25em;
  }
}
.product p {
  font-size: 0.9375em;
  padding-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 1px;
  margin-top: 1em;
}
@media screen and (max-width: 479px) {
  .product p {
    font-size: 0.8125em;
  }
}
.product .overview .text-side {
  width: 40%;
  float: left;
}
@media screen and (max-width: 767px) {
  .product .overview .text-side {
    width: 100%;
    float: none;
  }
}
.product .overview .text-side table {
  width: 100%;
}
.product .overview .text-side table tr {
  border-top: solid 1px #adadad;
  border-bottom: solid 1px #adadad;
}
.product .overview .text-side table tr th {
  font-size: 0.875em;
  width: 34.375%;
  background-color: #e8e8e8;
  padding: 12px 0;
}
/*
@media screen and (max-width: 959px) {
  .product .overview .text-side table tr th {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
}
*/
@media screen and (max-width: 959px) and (max-width: 767px) {
  .product .overview .text-side table tr th {
    display: table-cell;
    width: 34.375%;
    padding: 12px 0;
  }
}

@media screen and (max-width: 959px) and (max-width: 767px) and (max-width: 479px) {
  .product .overview .text-side table tr th {
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 0.8125em;
  }
}

.product .overview .text-side table tr td {
  font-size: 0.875em;
  padding: 12px 10px;
}
/*
@media screen and (max-width: 959px) {
  .product .overview .text-side table tr td {
    display: block;
    width: 100%;
    padding: 5px 10px;
  }
}
*/
@media screen and (max-width: 959px) and (max-width: 767px) {
  .product .overview .text-side table tr td {
    display: table-cell;
    padding: 12px 10px;
  }
}

@media screen and (max-width: 959px) and (max-width: 767px) and (max-width: 479px) {
  .product .overview .text-side table tr td {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 0.8125em;
  }
}
.product .overview .text-side table tr td {
  word-break: break-all;
}
.product .overview .text-side table tr td span {
  font-size: 0.75em;
  display: block;
}
.product .overview .text-side table tr td a {
  color: #000;
  text-decoration: underline;
}
.product .overview .text-side table tr td a:hover {
  text-decoration: none;
}
/*
.product .overview .image-side {
  width: 55%;
  float: right;
}
@media screen and (max-width: 767px) {
  .product .overview .image-side {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}
*/
.product .overview .slide-side {
  float: right;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .product .overview .slide-side {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
.product .overview .slide-side .slide_img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.product .overview .slide-side .slide_img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product .overview .slide-side .slide_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.product .overview .slide-side .slide_thumbnail {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.product .overview .slide-side .slide_thumbnail:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.product .overview .slide-side .slide_thumbnail img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
