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

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

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

.content table {
  width: 640px;
  margin: 0 0 60px 0;
  border-collapse: collapse;
}

.content table th, .content table td {
  font-size: 15px;
  padding: 15px 0;
  border: 1px solid #d0d0d0;
}

.content table .th-1 {
  padding: 20px 0;
  color: white;
  background-color: #20b378;
}

.content table .th-2 {
  background-color: #efefef;
}

.content table td {
  text-align: center;
}

.content .box {
  width: 400px;
  margin: 0 auto;
  padding: 20px;
  background-color: #efefef;
}

.content .box div {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 1.7;
}

.content .box div:nth-of-type(1) {
  color: #20b378;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .content {
    width: 90%;
    margin: 0 auto 60px;
  }
  .content p {
    margin: 0 0 30px;
    text-align: left;
  }
  .content table {
    width: 100%;
    margin: 0 0 45px;
  }
  .content table th, .content table td {
    font-size: 14px;
  }
  .content .box {
    width: 75%;
  }
  .content .box div {
    font-size: 20px;
  }
  .content .box div:nth-of-type(1) {
    font-size: 17px;
  }
}

@media screen and (max-width: 414px) {
  .content {
    margin: 0 auto 30px;
  }
  .content p {
    margin: 0 0 25px;
  }
  .content table {
    margin: 0 0 30px;
  }
  .content table th, .content table td {
    font-size: 13px;
    padding: 10px 0;
  }
  .content table .th-1 {
    padding: 15px 0;
  }
  .content .box {
    padding: 15px;
  }
  .content .box div {
    font-size: 16px;
  }
  .content .box div:nth-of-type(1) {
    font-size: 16px;
  }
}
/*# sourceMappingURL=electronic_manifest.css.map */