.completeAquaculture h2:not(.prd) {
  border: 0;
  padding-bottom: 0;
}
.completeAquaculture h2:not(.prd)::after {
  content: none;
}
.completeAquaculture h3 {
  padding: 0;
  border: 0;
  background: transparent;
}
.completeAquaculture .process h3 {
  color: #00AAEA;
  font-size: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.completeAquaculture .process h3 i {
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  width: 72px;
  display: block;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}
.completeAquaculture .process .reverse h3 {
  flex-direction: row-reverse;
}
.completeAquaculture section.amami {
  background: #E9E6E0 url("/jp/contents/channel/images/amami.png") no-repeat left bottom;
  padding: 40px 40px 20px;
}
.completeAquaculture section.amami h2 {
  text-align: center;
  color: #00AAEA;
  border: none;
  font-size: 32px;
}
.completeAquaculture section.history h2 {
  text-align: center;
  color: #00AAEA;
  border: none;
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
.completeAquaculture section.history h2 span {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
}
.completeAquaculture section.history dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 700px;
  margin: 0 auto;
}
.completeAquaculture section.history dl dt {
  width: 100px;
  font-size: 32px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #00AAEA;
  border-right: 1px #00AAEA solid;
}
.completeAquaculture section.history dl dd {
  width: calc(100% - 100px);
  padding: 30px;
  border: 0;
}

.completeAquacultureFooter {
  background: url("/jp/contents/channel/images/kuromaguro_ftr.jpg") no-repeat center;
  background-size: cover;
  height: 200px;
}

@media (max-width: 767px) {
  .completeAquaculture .process h3 {
    font-size: 24px;
    justify-content: center;
  }
  .completeAquaculture .process h3 i {
    font-size: 50px;
    width: 50px;
  }
  .completeAquaculture .process .reverse h3 {
    flex-direction: row;
  }
  .completeAquaculture section.amami {
    background-size: 60vw;
    background-position: left top;
    padding: 20px;
    margin: 0 0 40px;
    width: 100vw;
  }
  .completeAquaculture section.amami h2 {
    font-size: 26px;
  }
  .completeAquaculture section.history h2 {
    font-size: 24px;
  }
  .completeAquaculture section.history h2 span {
    font-size: 18px;
  }
  .completeAquaculture section.history dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: auto;
    margin: 0 auto;
  }
  .completeAquaculture section.history dl dt {
    width: 60px;
    font-size: 24px;
  }
  .completeAquaculture section.history dl dd {
    width: calc(100% - 60px);
    padding: 10px 0 10px 15px;
    border: 0;
    font-size: 14px;
  }
}/*# sourceMappingURL=kuromaguro.css.map */