@charset "UTF-8";
.main-visual {
  background-image: url(../img/spill/spill-1.jpg);
}

.content {
  width: 1120px;
  margin: 0 auto 90px;
}

.content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content h4 {
  color: #20b378;
  margin: 0 0 15px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content {
    width: 100%;
    margin: 0 auto 60px;
  }
  .content .container {
    display: block;
  }
}

@media screen and (max-width: 414px) {
  .content {
    margin: 0 auto 30px;
  }
  .content h4 {
    margin: 0 0 10px;
  }
}

.content-1 {
  margin: 0 auto 120px;
  position: relative;
}

.content-1 .box-1 {
  width: 720px;
  margin: 0 0 0 400px;
  text-align: center;
}

.content-1 .box-2 {
  position: absolute;
  top: 180px;
  width: 510px;
  padding: 35px 35px 50px;
  color: white;
  background-color: #20b378;
}

@media screen and (max-width: 767px) {
  .content-1 {
    margin: 0 auto 60px;
    position: static;
  }
  .content-1 .box-1 {
    width: 90%;
    margin: 0 auto 20px;
  }
  .content-1 .box-1 img {
    width: 100%;
  }
  .content-1 .box-2 {
    position: static;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    color: black;
    background-color: transparent;
  }
}

@media screen and (max-width: 414px) {
  .content-1 {
    margin: 0 auto 30px;
  }
}

.content-2 p {
  margin: 0 0 20px 0;
  text-align: center;
}

.content-2 .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-2 .container .box {
  width: 600px;
  padding: 20px;
  border: 2px solid #20b378;
  text-align: center;
}

.content-2 .container .box h4 {
  font-size: 24px;
}

.content-2 .container .box .tel {
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.content-2 .container .box div {
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .content-2 {
    text-align: center;
  }
  .content-2 p {
    display: inline-block;
    padding: 0 20px;
    text-align: left;
  }
  .content-2 .container .box {
    width: 90%;
    margin: 0 auto;
  }
  .content-2 .container .box h4 {
    font-size: 22px;
  }
  .content-2 .container .box .tel {
    font-size: 16px;
  }
}

@media screen and (max-width: 414px) {
  .content-2 p {
    margin: 0 0 15px;
  }
  .content-2 .container .box h4 {
    font-size: 20px;
  }
  .content-2 .container .box .tel {
    font-size: 15px;
  }
}

.content-3 h2 .adj, .content-4 h2 .adj {
  display: none;
}

.content-3 .container .box, .content-4 .container .box {
  width: 350px;
}

.content-3 .container .box img, .content-4 .container .box img {
  width: 350px;
  height: 260px;
  margin: 0 0 15px 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-3 .container .box h4, .content-4 .container .box h4 {
  font-size: 18px;
}

.content-3 .container .box ul li, .content-4 .container .box ul li {
  font-size: 15px;
  line-height: 1.7;
}

.content-3 .container .box ul li span, .content-4 .container .box ul li span {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .content-3 .container .box, .content-4 .container .box {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .content-3 .container .box img, .content-4 .container .box img {
    width: 80%;
    height: auto;
    margin: 0 0 15px;
  }
  .content-3 .container .box h4, .content-4 .container .box h4 {
    font-size: 17px;
  }
  .content-3 .container .box p, .content-4 .container .box p {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 549px) {
  .content-4 h2 {
    line-height: 1.2;
  }
  .content-4 h2 .adj {
    display: block;
  }
  .content-4 h2:after {
    top: 70px;
  }
}

@media screen and (max-width: 414px) {
  .content-3 .container .box img, .content-4 .container .box img {
    width: 100%;
    margin: 0 0 10px;
  }
  .content-3 .container .box h4, .content-4 .container .box h4 {
    font-size: 16px;
  }
  .content-3 .container .box ul li, .content-4 .container .box ul li {
    font-size: 14px;
  }
  .content-3 .container .box ul li span, .content-4 .container .box ul li span {
    font-size: 12px;
  }
  .content-4 h2:after {
    top: 60px;
  }
}
/*# sourceMappingURL=oil_spill.css.map */