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

section {
  width: 1120px;
  margin: 0 auto 90px;
}

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

section h3 {
  margin: 0 0 35px 0;
}

section h4 {
  color: #20b378;
  margin: 0 0 15px 0;
}

@media screen and (max-width: 767px) {
  section {
    width: 100%;
    margin: 0 auto 60px;
  }
  section h3 {
    margin: 0 0 25px 0;
  }
}

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

.section-1 .container-1 {
  margin: 0 0 60px 0;
}

.section-1 .container-1 .box {
  width: 575px;
}

.section-1 .container-2 {
  margin: 0 0 90px 0;
}

.section-1 .container-2 .box {
  width: 265px;
}

.section-1 .container-2 .box img {
  margin: 0 0 10px 0;
}

.section-1 .container-2 .box div {
  text-align: center;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.section-1 .container-3 .box {
  width: 540px;
}

.section-1 .container-3 .box a {
  color: #0066c0;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .section-1 .container-1 {
    display: block;
    text-align: center;
  }
  .section-1 .container-1 img {
    width: 80%;
    margin: 0 0 30px 0;
  }
  .section-1 .container-1 .box {
    width: 100%;
    text-align: center;
  }
  .section-1 .container-1 .box h3 {
    width: 80%;
    margin: 0 auto 15px;
    text-align: left;
  }
  .section-1 .container-1 .box p {
    width: 80%;
    margin: 0 auto;
  }
  .section-1 .container-2 {
    width: 80%;
    margin: 0 auto 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-1 .container-2 .box {
    width: 49%;
  }
  .section-1 .container-2 .box img {
    width: 100%;
  }
  .section-1 .container-2 .box div {
    margin: 0 0 20px 0;
  }
  .section-1 .container-3 {
    display: block;
  }
  .section-1 .container-3 .box {
    width: 80%;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 414px) {
  .section-1 {
    margin: 0 0 45px 0;
  }
  .section-1 .container-1 {
    margin: 0 0 30px 0;
  }
  .section-1 .container-1 img {
    width: 90%;
  }
  .section-1 .container-1 .box h3 {
    width: 90%;
  }
  .section-1 .container-1 .box p {
    width: 90%;
  }
  .section-1 .container-2 {
    width: 90%;
    margin: 0 auto 30px;
  }
  .section-1 .container-2 .box {
    width: 100%;
  }
  .section-1 .container-3 .box {
    width: 90%;
  }
}

.section-2 .container .box .title {
  font-size: 36px;
  margin: 0 0 20px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.section-2 .container .box table {
  border-collapse: collapse;
}

.section-2 .container .box table th {
  color: #20b378;
  text-align: left;
}

.section-2 .container .box table:nth-of-type(1) {
  margin: 0 0 60px 0;
}

.section-2 .container .box table:nth-of-type(1) th, .section-2 .container .box table:nth-of-type(1) td {
  border-bottom: 1px solid #d0d0d0;
  padding: 10px 0;
}

.section-2 .container .box table:nth-of-type(1) td {
  padding: 0 0 0 40px;
}

.section-2 .container .box table:nth-of-type(2) th:nth-of-type(1) {
  padding: 15px 0 0 0;
}

.section-2 .container .box table:nth-of-type(2) td {
  border-bottom: 1px solid #d0d0d0;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .section-2 .container {
    display: block;
    text-align: center;
  }
  .section-2 .container .box {
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }
  .section-2 .container .box .title {
    font-size: 30px;
  }
  .section-2 .container .box table {
    margin: 0 0 45px 0;
  }
  .section-2 .container .box table:nth-of-type(1) {
    margin: 0 0 30px 0;
  }
  .section-2 .container iframe {
    width: 80%;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=ibaraki_plant.css.map */