@charset "utf-8";

/* ***************************
table
*************************** */
table {
  font-size: 12px;
}

th,td {
  padding: 4px 6px;
  font-weight: normal;
  text-align: center;
}

.p-scrollTable {
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
.p-scrollTable__body {
   margin-right: 0; 
  }
}

/* ***************************
main
*************************** */
.l-main__middle__body--category {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .l-main__middle__body--category {
    margin-top: 0;
  }
}

/* ***************************
pageTitle
*************************** */
.c-pageTitle--guillotine, .c-pageTitle--shredder, .c-pageTitle--baling, .c-pageTitle--sorting, .c-pageTitle--electricCables, .c-pageTitle--containerloader, .c-pageTitle--recyling, .c-pageTitle--service {
  display: table;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-pageTitle--guillotine {
  background-image: url("/products/guillotine/images/guillotine_head_bg.jpg");
  background-position: left 40% center;
}

.c-pageTitle--shredder {
  background-image: url("/products/shredder/images/shredder_head_bg.jpg");
  background-position: right 14% bottom;
}

.c-pageTitle--baling {
  background-image: url("/products/baling/images/baling_head_bg.jpg");
  background-position: left 40% center;
}

.c-pageTitle--sorting {
  background-image: url("/products/sorting/images/sorting_head_bg.jpg");
  background-position: left 40% center;
}

.c-pageTitle--electricCables {
  background-image: url("/products/electric_cables_recycling/images/cables_head_bg.jpg");
}

.c-pageTitle--containerloader {
  background-image: url("/products/containerloader/images/containerloader_head_bg.jpg");
  background-position: right 40% center;
}
@media screen and (max-width: 767px) {
  .c-pageTitle--containerloader {
    background-position: right 30% center;
  }
}

.c-pageTitle--recyling {
  background-image: url("/products/waste_recyling/images/recyling_head_bg.jpg");
  background-position: left center;
}


/* ***************************
btn
*************************** */
.p-btn--media .c-btn__body {
  display: flex;
  align-items: center;
  min-width: auto;
  max-width: 450px;
  margin: 0 auto;
  padding: 0;
  background-color: #eee;
  text-decoration: none;
  color: #222;
}

.p-btn--media .c-btn__body:hover {
  color: #222;
}

.p-btn--media .c-btn__link {
  position: relative;
}

.p-btn--media .c-btn__link::after {
  position: absolute;
  top: 0;
  left: 0;
  transition: background linear 0.3s;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.p-btn--media .c-btn__link:hover::after {
  background-color: rgba(0,0,0,0.3);
}

.p-btn--media .c-btn__text {
  margin: 0;
  padding: 0 20px;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-btn--media .c-btn__text {
    padding: 0 10px;
    font-size: 13px;
  }
}

.p-btn--media .c-btn__text p + p {
  margin-top: 6px;
}

/* ***************************
note
*************************** */
.c-text--note {
  margin-top: 7px;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-text--note {
    text-align: left;
  }
}

.c-text--note + .c-text--note {
  margin-top: 0;
}

.c-text--note2 {
  font-size: 12px;
}

/* ***************************
column
*************************** */
.c-column img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-column img {
    width: auto;
  }
}

.c-column img + img {
  margin-top: 25px;
}

/* ***************************
productsSlider
*************************** */
.p-productsSliderWrap {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-productsSliderWrap {
    padding: 0 20px;
  }
}

.p-productsSlider {
  margin-bottom: 60px;
}

.p-productsSlider__btn--prev, .p-productsSlider__btn--next {
  display: block;
  width: 40px;
  height: 50px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .p-productsSlider__btn--prev, .p-productsSlider__btn--next {
    width: 14px;
    height: 28px;
  }
}

.p-productsSlider__btn--prev:before, .p-productsSlider__btn--next:before {
  width: 35px;
  height: 35px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  border-top: 3px solid #ddd;
  border-right: 3px solid #ddd;
  content: '';
}
@media screen and (max-width: 767px) {
  .p-productsSlider__btn--prev:before, .p-productsSlider__btn--next:before {
    width: 17px;
    height: 17px;
  }
}

.p-productsSlider__btn--prev.hover:before, .p-productsSlider__btn--next.hover:before {
  border-color: #e50038;
}

.is-tablet .p-productsSlider__btn--prev:before, .is-tablet .p-productsSlider__btn--next:before, .is-sp .p-productsSlider__btn--prev:before, .is-sp .p-productsSlider__btn--next:before {
  border-color: #ddd!important;
}

.p-productsSlider__btn--prev {
  left: -40px;
}
@media screen and (max-width: 767px) {
  .p-productsSlider__btn--prev {
    left: -26px;
  }
}

.p-productsSlider__btn--prev:before {
  left: 10px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .p-productsSlider__btn--prev:before {
    left: 3px;
  }
}

.p-productsSlider__btn--next {
  right: -40px;
}
@media screen and (max-width: 767px) {
  .p-productsSlider__btn--next {
    right: -26px;
  }
}

.p-productsSlider__btn--next:before {
  right: 10px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-productsSlider__btn--next:before {
    right: 3px;
  }
}

.slick-list {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 5px auto 0;
  text-align: center;
}

.slick-dots li {
  margin: 10px 5px;
  padding-left: 0;
}

.slick-dots .slick-active button {
  background: #e50038;

}

.slick-dots button {
  width: 10px;
  height: 10px;
  background: #c1c1c1;
  font-size: 0;
  border-radius: 50%;
  cursor: pointer;
}

/* ***************************
mediaModal
*************************** */
.p-mediaModal {
  display: none;
}

.p-mediaModal__body{
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.p-mediaModal__body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-container {
  max-width: 760px;
}

.modaal-content-container {
  padding: 65px 20px 21px;
}

.modaal-close {
  position: absolute;
  top: 19px;
  right: 20px;
  width: 27px;
  height: 27px;
  border-radius: 0;
}

.modaal-close:focus, .modaal-close:hover {
  background-color: transparent;
}

.modaal-close::before, .modaal-close::after {
  top: 50%;
  right: -4px;
  left: auto;
  width: 35px;
  height: 3px;
  border-radius: 0;
  background: #999;
}

.modaal-close::before {
  transform: translateY(-50%) rotate(-45deg);
}

.modaal-close::after {
  transform: translateY(-50%) rotate(45deg);
}

/* ***************************
productsDetail
*************************** */
.p-productsDetail {
  margin-top: 70px;
}

.p-switchingTabs {
  display: flex;
  position: relative;
}

.p-switchingTabs__btns {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.p-switchingTabs__btns__inner {
  display: flex;
  margin-top: 0;
}

@media screen and (max-width: 900px) {
  .p-switchingTabs__btns__inner {
    padding: 0 20px;
    position: relative;
    justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  .p-switchingTabs__btns__inner {
    height: 40px;
    white-space: nowrap;
    justify-content: space-between;
  }
}

.p-switchingTabs__btnsItem {
  width: 50%;
  margin-top: 0;
  position: relative;
  border-bottom: 3px solid #c1c1c1;
}

@media screen and (max-width: 900px) {
  .p-switchingTabs__btnsItem {
    border: none;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-switchingTabs__btnsItem {
    width: auto;
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-switchingTabs__btnsItem + .p-switchingTabs__btnsItem {
    margin-left: 15px;
  }
}

.p-switchingTabs__btnsItem__btn {
  width: 100%;
  padding-bottom: 16px;
  text-align: center;
  font-size: 114.28571%;
  line-height: 150%;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .p-switchingTabs__btnsItem__btn {
    height: 40px;
    padding-bottom: 20px;
    font-size: 100%;
    line-height: 150%;
    white-space: nowrap;
  }
}

@media screen and (max-width: 375px) {
  .p-switchingTabs__btnsItem__btn {
    font-size: 85.71429%;
    line-height: 150%;
  }
}

.p-switchingTabs__btnsItem__btn:hover {
  color: #e50038;
}

.p-switchingTabs__btnsItem.is-active {
  border-color: #e50038;
}

.p-switchingTabs__btnsItem.is-active .p-switchingTabs__btnsItem__btn {
  font-weight: bold;
}

.p-switchingTabs__btnsItem.is-active .p-switchingTabs__btnsItem__btn:hover {
  color: #222;
}

@media screen and (max-width: 900px) {
  .p-switchingTabs__btnsItem.is-active:after {
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e50038;
    content: '';
    z-index: 1;
  }
}

.p-productsDetail__item {
  display: none;
}

.p-productsDetail__item.is-show {
  display: block;
}

/* ***************************
summary
*************************** */
.p-column--summary .c-column__body {
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
}

.p-column--summary .c-column__text {
  width: 100%;
  max-width: 360px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-column--summary .c-column__text  {
    max-width: 100%;
  }
}

.p-column--summary .c-column__image {
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .p-column--summary .c-column__image  {
    max-width: 100%;
    margin-top: 25px;
    text-align: center;
  }
}

/* ***************************
feature
*************************** */
.p-column--feature .c-column__body {
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
}

.p-column--feature .c-column__text {
  width: 100%;
  max-width: 360px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-column--feature .c-column__text  {
    max-width: 100%;
  }
}

.p-column--feature .c-column__image {
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .p-column--feature .c-column__image  {
    max-width: 100%;
    margin-top: 25px;
    text-align: center;
  }
}

/* ***************************
example
*************************** */
.p-column--example {
  margin-top: 34px;
}

.p-column--example + .p-column--example {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-column--example + .p-column--example {
    margin-top: 50px;
  }
}

.p-column--example .c-column__body {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  .p-column--example .c-column__body {
    margin: 0 -10px;
  }
}

.p-column--example .c-column__image {
  width: 100%;
  max-width: 320px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-column--example .c-column__image {
    margin: 0 10px;
  }
}

.p-column--example .c-column__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-column--example .c-column__icon {
    margin: 0 10px;
  }
}

.c-column__caption {
  margin-top: 2px;
  padding: 6px 0 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-column__caption {
    font-size: 14px;
  }
}

.c-column__caption--before {
  background-color: #999;
}

.c-column__caption--after {
  background-color: #217dd9;
}

/* ***************************
lineup
*************************** */
.p-lineup--small {
  font-size: 10px;
}

.p-column--lineup {
  margin-top: 34px;
}

.p-column--lineup .c-column__body {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
}

.p-column--lineup .c-column__image {
  width: 100%;
  max-width: 340px;
}
@media screen and (max-width: 767px) {
  .p-column--lineup .c-column__image {
    margin: 0 auto;
  }
}

/* ***************************
contact
*************************** */
.p-btn--contact {
  margin-top: 80px;
}

.p-btn--contact .c-btn__link {
  position: relative;
  display: block;
}

.p-btn--contact .c-btn__link span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
  padding: 0 30px;
  color: #222;
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  .p-btn--contact .c-btn__link span {
    padding: 0 4vw;
    font-size: 4vw;
  }
}

/* ***************************
utility
*************************** */
.u-bg-fafafa {
  background-color: #fafafa;
}