body, p {
  color: #232323;
}

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

header {
  padding: 1rem 0 0;
}
header h1 {
  width: 60%;
  max-width: 400px;
}
header p {
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  header p {
    padding-left: 1rem;
  }
}

#mv {
  text-align: center;
}
#mv img {
  max-width: 1500px;
}

#intro {
  padding: 3rem 1rem;
  background: url(../images/bg01.jpg) no-repeat bottom left;
}
#intro .intro_txt {
  display: inline-block;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
@media (max-width: 575.98px) {
  #intro .intro_txt {
    margin-top: -20px;
  }
}
#intro .intro_txt h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #1d3b6f;
}
#intro .intro_txt img {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
@media (max-width: 575.98px) {
  #intro {
    background-image: -webkit-linear-gradient(53deg, rgba(247, 93, 139, 0.14), rgba(254, 220, 64, 0.54));
    background-image: linear-gradient(37deg, rgba(247, 93, 139, 0.14), rgba(254, 220, 64, 0.54));
  }
}

#explanation {
  padding: 3rem 0;
  background: url(../images/bg01.png) no-repeat top left;
}
#explanation .explanation_ttl {
  margin-bottom: 1rem;
}
#explanation h2 {
  padding-bottom: 0.5rem;
  margin-left: 1rem;
  margin-bottom: 0;
  color: #1d3b6f;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}
#explanation .mid {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.fe {
  width: auto;
}

#company {
  margin: 5rem 0;
}
#company h2 {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.8;
}

table th, table td {
  padding: 1rem;
  border-bottom: 1px solid #ccc;
}

footer {
  padding: 2rem;
  color: #fff;
  background-color: #1d3b6f;
  text-align: right;
}
footer p {
  margin-bottom: 0;
  font-size: 0.8rem;
  color: #fff;
}/*# sourceMappingURL=style.css.map */