/* CSS Document */
p,
ul,
li,
div,
a,
img,
table,
tbody,
th,
td {
  margin: 0;
  padding: 0;
}

.t18-middle-split {
  margin-top: 0;
  max-width: 1370px;
}

.split_webbureau {
  color: #333;
  font-size: 1.6rem;
  max-width: 100%;
}

img.imgs {
  width: 100%;
  height: auto;
}

section {
  width: 100%;
  margin: auto;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 750px) {
  .split_webbureau {
    max-width: 100%;
    padding: 0;
    font-size: 3rem;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  img.imgs {
    width: 100% !important;
    height: auto !important;
  }
}
/*--------- common ---------*/
.t18-middle-larger-title {
  max-width: 950px;
  width: 100%;
  margin: auto;
}

.section_middle {
  max-width: 990px;
  padding: 0 20px;
  margin: auto;
}

.txtred {
  color: #cc0600;
}

.t18-middle-1st-section-title {
  margin-bottom: 20px !important;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .split_webbureau p {
    font-size: 3.2rem;
    max-width: 100%;
  }
}
html body .cnt-900 {
  max-width: 900px;
  margin: 0 auto 80px;
}
html body .cnt-900 p {
  font-size: 1.8rem;
  line-height: 1.666;
}
html body .cnt-900 .sq {
  margin-top: 50px;
}
html body .cnt-800 {
  max-width: 800px;
  margin: 0 auto;
}
html body .cnt-800 p {
  margin: 25px 0;
  line-height: 1.75;
}
html body .cnt-800 p.mb0 {
  margin-bottom: 0;
}
html body .cnt-800 .three {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  html body .cnt-800 .three {
    flex-direction: column;
  }
}
html body .cnt-800 .three li {
  width: 32.5%;
  background: var(--gray-bg);
}
@media screen and (max-width: 750px) {
  html body .cnt-800 .three li {
    width: 70%;
    margin: 0 auto;
  }
}
html body .cnt-800 .three li:not(:last-child) {
  margin-right: 1.25%;
}
@media screen and (max-width: 750px) {
  html body .cnt-800 .three li:not(:last-child) {
    margin: 0 auto 20px;
  }
}
html body .cnt-800 .three li p {
  text-align: center;
  font-size: 18px;
  margin: 20px 0 15px;
}
html body .cnt-800 .three li img {
  width: 100%;
  padding: 0 10px 10px;
}
html body .cnt-800 .bigImg {
  margin-bottom: 45px;
}
html body .cnt-800 .tin {
  display: block;
  margin: 0 auto 17px;
}
html body .cnt-800 .method-three {
  display: flex;
  padding-top: 15px;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  html body .cnt-800 .method-three {
    flex-direction: column;
  }
}
html body .cnt-800 .method-three li {
  width: 200px;
}
html body .cnt-800 .method-three li:not(:last-child) {
  margin-right: 60px;
}
@media screen and (max-width: 750px) {
  html body .cnt-800 .method-three li:not(:last-child) {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 750px) {
  html body .cnt-800 .method-three li {
    width: 80%;
    margin: 0 auto 20px;
  }
}
html body .cnt-800 .method-three li img {
  width: 100%;
}
html body .cnt-800 .method-three li .txt-wrap {
  position: relative;
}
html body .cnt-800 .method-three li .txt-wrap p {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 1em;
  text-indent: -1em;
}
html body .cnt-800 .method-three li .txt-wrap .right-arrow-wrap {
  position: absolute;
  right: -47px;
  top: 15px;
}
@media screen and (max-width: 750px) {
  html body .cnt-800 .method-three li .txt-wrap .right-arrow-wrap {
    display: none;
  }
}
html body .cnt-800 .method-three li .txt-wrap .right-arrow-wrap .right-arrow {
  height: 24px;
  width: 30px;
  position: relative;
}
html body .cnt-800 .method-three li .txt-wrap .right-arrow-wrap .right-arrow::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--red);
}
html body .cnt-800 .method-three li .txt-wrap .right-arrow-wrap .right-arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent var(--red);
}
html body .cnt-800 .box {
  border: 4px solid #f2f2f2;
  padding: 40px;
  margin-bottom: 30px;
}
html body .cnt-800 .box .box-image {
  background: #f2f2f2;
  padding: 20px 60px;
  position: relative;
  margin-bottom: 50px;
}
html body .cnt-800 .box .box-image::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 22px 0 22px;
  border-color: #f2f2f2 transparent transparent transparent;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}
html body .cnt-800 .box p {
  text-align: center;
  font-size: 20px;
  margin: 0;
  margin-bottom: 10px;
}
html body .cnt-800 .list {
  line-height: 1.75;
  margin-bottom: 75px;
}
html body .cnt-800 .soilmap {
  margin-bottom: 170px;
}
/*# sourceMappingURL=index.css.map */