@charset 'utf-8';

/* ethical-bread-clumb
======================================================== */
.ethical-bread-clumb {
  align-items: center;
  display: flex;
  height: 11px;
  margin: 30px auto 0;
  padding-bottom: 30px;
  width: 960px;
}
@media screen and (max-width: 667px) {
.ethical-bread-clumb {
  flex-wrap: wrap;
  padding-bottom: 15px;
  width: 90%;
}
}

.ethical-bread-clumb-list {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  position: relative;
}

.ethical-bread-clumb-list:after {
  content: '＞';
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  padding: 0 0.2em;
}

.ethical-bread-clumb-list:last-child:after { display: none; }



/* ethical products wrap
======================================================== */
.ethical-products-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 960px;
}
@media screen and (max-width: 667px) {
.ethical-products-wrap { width: 100%; }
}

.ethical-products-wrap .ethical-products-thumbnail {
  margin: 0 20px 0 0;
  padding-bottom: 70px;
}
@media screen and (max-width: 667px) {
.ethical-products-wrap .ethical-products-thumbnail {
  margin-right: 0;
  padding-bottom: 40px;
  width: 48% !important;
}
}

.ethical-products-wrap .ethical-products-thumbnail:nth-of-type(4n) { margin-right: 0; }



/* products detail
======================================================== */
.products-detail {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 70px;
  width: 960px;
}
@media screen and (max-width: 667px) {
.products-detail {
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 40px;
  width: 100%;
}
}


/* products detail slider
======================================================== */
.products-detail-slider { width: 400px; }
@media screen and (max-width: 667px) {
.products-detail-slider { width: 100%; }
}

.swiper-container {
  height: 400px;
  padding-bottom: 67px;
  width: 100%;
}
@media screen and (max-width: 667px) {
.swiper-container {
  height: 90%;
  margin: 0 auto;
  padding-bottom: 30px;
}
}

.swiper-slide {
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.swiper-button-next,
.swiper-button-prev {
  background-size: 32px 32px;
  height: 32px;
  top: 95%;
  width: 32px;
}
@media screen and (max-width: 667px) {
.swiper-button-next,
.swiper-button-prev {
  background-size: 20px 20px;
  bottom: 5px;
  height: 20px;
  top: auto;
  width: 20px;
}
}

.swiper-button-next {
  background-image: url(/+ethical/img/icon-arrow-r.png);
  right: 160px;
}
@media screen and (max-width: 667px) {
.swiper-button-next { right: 10px; }
}

.swiper-button-prev {
  background-image: url(/+ethical/img/icon-arrow-l.png);
  left: 160px;
}
@media screen and (max-width: 667px) {
.swiper-button-prev { left: 10px; }
}

.thumb-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
@media screen and (max-width: 667px) {
.thumb-list { display: none; }
}

.thumb-item {
  display: block;
  margin: 10px 0 0 10px;
  width: 72px;
}

.thumb-item:nth-of-type(1),
.thumb-item:nth-of-type(5n+1) { margin-left: 0; }

.thumb-link {
  border: 1px solid #ddd;
  display: block;
  width: 100%;
}



/* products detail body
======================================================== */
.products-detail-body {
  background-color: #f2f2f2;
  box-sizing: border-box;
  padding: 30px;
  width: 490px;
}
@media screen and (max-width: 667px) {
.products-detail-body {
  margin-top: 30px;
  padding: 40px 10px;
  width: 100%;
}
}

.products-detail .ethical-products-category {
  display: inline-block;
  margin: 0 auto 0 0;
  padding: 0 1em;
  width: auto;
}
@media screen and (max-width: 667px) {
.products-detail .ethical-products-category {
  display: block;
  margin: 0 auto;
}
}

.products-detail-headline {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 15px;
  padding-bottom: 30px;
}
@media screen and (max-width: 667px) {
.products-detail-headline {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
  padding-bottom: 15px;
}
}

.products-detail-introduction {
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
  padding-bottom: 20px;
}
@media screen and (max-width: 667px) {
.products-detail-introduction {
  line-height: 1.7;
  padding-bottom: 10px;
}
}

.products-detail-middle-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 30px;
  padding: 0 0 15px 32px;
  position: relative;
}
@media screen and (max-width: 667px) {
.products-detail-middle-heading {
  font-size: 14px;
  line-height: 18px;
  margin-top: 30px;
  padding: 0 0 10px 28px;
}
}

.products-detail-sentence {
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
  padding-bottom: 15px;
}
@media screen and (max-width: 667px) {
.products-detail-sentence {
  line-height: 1.7;
  padding-bottom: 10px;
}
}

.products-detail-link-text {
  color: #2ea093;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 667px) {
.products-detail-link-text { line-height: 1.4; }
}

.products-detail-link-text:before,
.products-detail-link-text:after {
  content: '';
  background-color: #2ea093;
  display: block;
  height: 2px;
  position: absolute;
}
@media screen and (max-width: 667px) {
.products-detail-link-text:before,
.products-detail-link-text:after { display: none; }
}

.products-detail-link-text:before {
  right: -23px;
  top: 50%;
  width: 13px;
}
.products-detail-link-text:after {
  right: -23px;
  top: 40%;
  transform: rotate(45deg);
  width: 7px;
}

.products-detail-spec-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 50px;
  padding: 0 0 15px 32px;
  position: relative;
}
@media screen and (max-width: 667px) {
.products-detail-spec-heading {
  font-size: 14px;
  line-height: 18px;
  margin-top: 25px;
  padding: 0 0 10px 24px;
}
}

.products-detail-middle-heading:before,
.products-detail-spec-heading:before {
  content: '';
  background-position: left: top;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}
@media screen and (max-width: 667px) {
.products-detail-middle-heading:before,
.products-detail-spec-heading:before {
  background-size: 18px 18px;
  height: 18px;
  width: 18px;
}
}

.products-detail-middle-heading:before { background-image: url(/+ethical/img/icon-material.png); }
.products-detail-spec-heading:before { background-image: url(/+ethical/img/icon-dit.png); }

.products-spec { border-top: 1px solid #ccc; }

.products-spec-inner {
  border-bottom: 1px solid #ccc;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 667px) {
.products-spec-inner { flex-wrap: wrap; }
}

.products-spec-dt {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  padding: 7px;
  width: 100px;
}
@media screen and (max-width: 667px) {
.products-spec-dt {
  padding: 7px 7px 0;
  width: 100%;
}
}

.products-spec-dd {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  padding: 7px;
  width: 330px;
}
@media screen and (max-width: 667px) {
.products-spec-dd {
  display: block;
  font-size: 12px;
  padding: 5px 7px 7px
  width: 100%;
}
}

.ethical-contact-button {
  align-items: center;
  background-color: #fff;
  border: 2px solid #2ea093;
  border-radius: 30px;
  display: flex;
  height: 60px;
  margin-top: 30px;
  position: relative;
  text-align: center;
  transition: .3s;
  width: 100%;
}
@media screen and (max-width: 667px) {
.ethical-contact-button { margin-top: 15px; }
}

.ethical-contact-button:hover { opacity: .7; }

.ethical-contact-button:before,
.ethical-contact-button:after {
  content: '';
  background-color: #2ea093;
  display: block;
  height: 2px;
  position: absolute;
}
@media screen and (max-width: 667px) {
.ethical-contact-button:before,
.ethical-contact-button:after { display: none; }
}

.ethical-contact-button:before {
  right: 20px;
  top: 50%;
  width: 13px;
}
.ethical-contact-button:after {
  right: 20px;
  top: 46%;
  transform: rotate(45deg);
  width: 7px;
}

.ethical-contact-button-inner {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 auto;
  padding-left: 29px;
  position: relative;
}

.ethical-contact-button-inner:before {
  content: '';
  background-image: url(/+ethical/img/icon-mail.png);
  background-position: left center;
  background-size: 24px 18px;
  display: block;
  left: 0;
  height: 18px;
  position: absolute;
  top: 0;
  width: 24px;
}



/* ethical related section
======================================================== */
.ethical-case-list-column:before { display: none; }
.ethical-case-list-column { padding-top: 10px; }

.ethical-related-section {
  margin: 70px auto 0;
  width: 960px;
}
@media screen and (max-width: 667px) {
.ethical-related-section {
  margin-top: 30px;
  width: 95%;
}
}

.ethical-related-headline {
  border-bottom: 1px solid #ddd;
  display: flex;
  height: 37px;
  margin: 0 auto 30px;
  padding: 0 0 10px 21px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 667px) {
.ethical-related-headline {
  height: 28px;
  margin-bottom: 15px;
  padding: 0 0 5px 15px;
}
}

.ethical-related-headline:before {
  content: '';
  display: block;
  height: 36px;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px;
}
@media screen and (max-width: 667px) {
.ethical-related-headline:before {
  height: 28px;
  width: 4px;
}
}

.ethical-related-headline.color-green:before { background-color: #2ea093; }

.ethical-related-headline-inner {
  align-items: center;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  height: 36px;
  line-height: 1;
}
@media screen and (max-width: 667px) {
.ethical-related-headline-inner {
  font-size: 16px;
  height: 28px;
}
}

.ethical-products-cta {
  margin: 0 auto;
  width: 960px;
}
@media screen and (max-width: 667px) {
.ethical-products-cta { width: 95%; }
}

.ethical-products-cta .ethical-contact-button {
  margin: 30px auto 0;
  width: 400px;
}
@media screen and (max-width: 667px) {
.ethical-products-cta .ethical-contact-button {
  margin-top: 15px;
  width: 95%;
}
}
