@charset "UTF-8";

.main {
  background-image: url("../../img/service/industrial_waste/kv_bg.jpg");
}

.sec-btn {
  width: 100%;
  margin-top: 3rem;
  text-align: center;
}

.sec-btn a {
  display: inline-block;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.3);
}

.sec-btn a.btn span {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.6rem;
  padding: 1.6rem;
  transition: all ease 0.5s;
}

.sec-btn a.btn span:after {
  position: relative;
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../../img/common/ico-link-blue.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 1rem;
  transition: all ease 0.5s;
}

.sec-btn a.btn:hover {
  opacity: 1;
}

.sec-btn a.btn.btn-blue span {
  background: #509dce;
  color: #fff;
  border: 1px solid #0b4d8e;
  box-shadow: 0px 3px 0px #0b4d8e;
}

.sec-btn a.btn.btn-blue span:after {
  background-image: url(../../img/common/ico-link-white.svg);
  background-size: 1.6rem 1.6rem;
}

.sec-btn a.btn.btn-blue:hover span {
  box-shadow: unset;
  transform: translateY(1px);
}

.article-content {
  width: 100%;
  max-width: 113rem;
  margin: 10rem auto 0;
}

@media screen and (max-width: 767px) {
  .article-content {
    margin: 6rem auto 0;
    padding: 0 2rem;
  }
}

.article-content.service-content .service-main {
  width: 100%;
  max-width: 113rem;
  margin: 0 auto;
}

.article-content.service-content .service-main-title {
  font-size: 4rem;
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  color: #509dce;
}

@media screen and (max-width: 767px) {
  .article-content.service-content .service-main-title {
    font-size: 3rem;
  }
}

.article-content.service-content .service-main-cap {
  font-size: 2rem;
  display: block;
  text-align: center;
  line-height: 2;
  font-weight: 700;
  margin-top: 1.8rem;
}

@media screen and (max-width: 767px) {
  .article-content.service-content .service-main-cap {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
}

.article-content.service-content .article-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.article-content.service-content .article-flex.middle {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}

.article-content.service-content .article-flex-colorbox {
  width: calc(50% - 2.5rem);
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .article-content.service-content .article-flex-colorbox {
    width: 100%;
    margin-top: 3rem;
  }
}

.article-content.service-content .article-flex-colorbox-inner {
  padding: 3.2rem 2.5rem;
  background: #f0f7fa;
}

.article-content.service-content .article-flex-colorbox-inner h4 {
  margin-top: 0;
  font-size: 2rem;
  text-align: center;
}

.article-content.service-content .article-flex-colorbox-inner p {
  margin-top: 3rem;
}

.article-content.service-content .article-flex-colorbox-inner p+p {
  display: none;
}

.article-content.service-content .article-flex-colorbox figure {
  margin-top: 3rem;
}

.article-content.service-content .article-flex-colorbox .sec-btn {
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .article-content.service-content .article-flex-colorbox .sec-btn {
    margin-top: 2rem;
  }
}

.article-content.service-content .service-content-accordion {
  width: 100%;
  margin-top: 5.6rem;
}

@media screen and (max-width: 767px) {
  .article-content.service-content .service-content-accordion {
    margin-top: 4rem;
  }
}

.article-content.service-content .service-content-accordion dl dt {
  position: relative;
  margin-top: 1.8rem;
  border-radius: 0.8rem;
  background: #e7f1f6;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.5em;
  padding: 3.6rem;
  font-weight: 700;
  color: #509dce;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .article-content.service-content .service-content-accordion dl dt {
    font-size: 2rem;
    padding: 2rem;
    margin-top: 1.5rem;
  }
}

.article-content.service-content .service-content-accordion dl dt:first-of-type {
  margin-top: 0;
}

.article-content.service-content .service-content-accordion dl dt:after {
  content: "";
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
  background: url(../../img/common/ico-accordion-plus.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translate(0, -50%);
  transition: all ease 0.5s;
}

@media screen and (max-width: 767px) {
  .article-content.service-content .service-content-accordion dl dt:after {
    width: 3rem;
    height: 3rem;
    right: 2rem;
  }
}

.article-content.service-content .service-content-accordion dl dd {
  display: none;
  padding-bottom: 10.2rem;
}

@media screen and (max-width: 767px) {
  .article-content.service-content .service-content-accordion dl dd {
    padding-bottom: 5.2rem;
  }
}

.article-content.service-content .service-content-accordion dl dd:last-of-type {
  padding-bottom: 0;
}

.article-content.service-content .service-content-accordion dl dd table {
  margin-top: 2.4rem;
  border: 0;
}

.article-content.service-content .service-content-accordion dl dd table tbody th {
  background: #f0f7fa;
  color: #000;
  border-left: 0;
  border-bottom: 1px solid #ccc;
  padding: 2rem 1.6rem;
}

@media screen and (max-width: 767px) {
  .article-content.service-content .service-content-accordion dl dd table tbody th {
    padding: 1.6rem;
  }
}

.article-content.service-content h2.service-content-tit2 {
  font-size: 2.6rem;
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  color: #509dce;
  padding-bottom: 1.6rem;
  margin-top: 8rem;
  border-bottom: 0;
}

.article-content.service-content h2.service-content-tit2:before {
  width: 7.2rem;
  height: 4px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .article-content.service-content h2.service-content-tit2:before {
    height: 2px;
  }
}

@media screen and (max-width: 767px) {
  .article-content.service-content h2.service-content-tit2 {
    margin-top: 5rem;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .article-content.service-content h2.service-content-tit2:first-of-type {
    margin-top: 4rem;
  }
}

.article-content.service-content h2.service-content-tit2+p {
  margin-top: 2.4rem;
}

.article-content.service-content h3 {
  padding: 0;
  border-left: 0;
  color: #000;
  font-size: 2.4rem;
  margin-top: 6.5rem;
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .article-content.service-content h3 {
    font-size: 2rem;
    margin-top: 4rem;
  }
}

.article-content.service-content p {
  margin-top: 1em;
}

.article-content.service-content p.text-center {
  text-align: center;
}

.article-content.service-content figure {
  width: 100%;
  max-width: 960px;
  margin: 4.8rem auto 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .article-content.service-content figure {
    margin-top: 3rem;
  }
}

.article-content.service-content figure img {
  display: block;
  margin: 0 auto;
}

.article-content.service-content figure+h2 {
  margin-top: 10rem !important;
}

@media screen and (max-width: 767px) {
  .article-content.service-content figure+h2 {
    margin-top: 6rem !important;
  }
}

.article-content.service-content figure+p {
  margin-top: 3.2rem;
}

@media screen and (max-width: 767px) {
  .article-content.service-content figure+p {
    margin-top: 2.5rem;
  }
}

.article-content.service-content .sec-btn {
  margin-top: 5.6rem;
}

@media screen and (max-width: 767px) {
  .article-content.service-content .sec-btn {
    margin-top: 4rem;
  }
}

.article-content h2 {
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 1.2rem;
  margin-top: 6.8rem;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .article-content h2 {
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-top: 3.5rem;
  }
}

.article-content h2:before {
  content: "";
  display: inline-block;
  width: 16rem;
  height: 2px;
  background: #509dce;
  position: absolute;
  bottom: -1px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .article-content h2:before {
    width: 35%;
  }
}

.article-content h2:first-of-type {
  margin-top: 0;
}

.article-content h3 {
  display: block;
  text-align: left;
  padding: 0.6rem 0 0.6rem 1.8rem;
  border-left: 4px solid #509dce;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 7.6rem;
}

.article-content h3.f-big {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .article-content h3.f-big {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .article-content h3 {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 3.5rem;
  }
}

.article-content h3+h2.service-content-tit2 {
  margin-top: 3.5rem !important;
}

.article-content h4 {
  display: block;
  margin-top: 5.4rem;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .article-content h4 {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 2.5rem;
  }
}

.article-content p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 3.2rem;
}

.article-content p:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .article-content p {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}

.article-content figure {
  margin-top: 3.2rem;
}

@media screen and (max-width: 767px) {
  .article-content figure {
    margin-top: 1.5rem;
  }
}

.article-content figure+h2,
.article-content figure+h3 {
  margin-top: 5.4rem !important;
}

@media screen and (max-width: 767px) {

  .article-content figure+h2,
  .article-content figure+h3 {
    margin-top: 3.5rem !important;
  }
}

.article-content table {
  width: 100%;
  margin-top: 4.8rem;
}

@media screen and (max-width: 767px) {
  .article-content table {
    margin-top: 2.5rem;
  }
}

.article-content table thead th {
  background: #509dce;
  color: #fff;
  padding: 1.6rem 2.4rem;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .article-content table thead th {
    font-size: 1.5rem;
    padding: 1.5rem 2rem;
  }
}

.article-content table thead th:last-of-type {
  border-right: 0;
}

.article-content table tbody tr:first-of-type td {
  border-top: 1px solid #ccc;
}

.article-content table tbody th {
  background: #509dce;
  color: #fff;
  padding: 1.6rem 2.4rem;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .article-content table tbody th {
    font-size: 1.5rem;
    padding: 1.5rem 2rem;
  }
}

.article-content table tbody td {
  padding: 1.6rem 2.4rem;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .article-content table tbody td {
    font-size: 1.5rem;
    padding: 1.5rem 2rem;
  }
}

.article-content table tbody td:last-of-type {
  border-right: 0;
}

.article-content .sec-btn+h3 {
  margin-top: 12rem !important;
}

@media screen and (max-width: 767px) {
  .article-content .sec-btn+h3 {
    margin-top: 6rem !important;
  }
}