@media screen and (min-width: 1200px) {
  .container {
    max-width: 840px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 840px;
  }
}

p {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  p {
    font-size: 16px;
  }
}

.quest-top {
  margin-bottom: 42px;
  height: 470px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .quest-top {
    margin-bottom: 70px;
  }
}
.quest-top img {
  flex-shrink: 0;
  width: 230px;
}
.quest-top--wakamono {
  background: #8c393a;
}
.quest-top--company {
  background: #1e4c97;
}

@media screen and (min-width: 769px) {
  .quest-about {
    margin-bottom: 100px;
  }
}
.quest-about__title {
  margin-bottom: 23px;
}
@media screen and (min-width: 769px) {
  .quest-about__title {
    margin-bottom: 36px;
  }
}
.quest-about__title img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .quest-about__p {
    margin-bottom: 30px;
  }
}
.quest-about__box {
  border: 2px solid #e7a552;
  padding: 17px;
  margin-bottom: 39px;
}
@media screen and (min-width: 769px) {
  .quest-about__box {
    padding: 30px;
  }
}
.quest-about__box-title {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #e7a552;
  padding-bottom: 13px;
  margin-bottom: 17px;
}
.quest-about__box-bg {
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  background: rgba(231, 165, 82, 0.4);
  padding: 3px;
}
@media screen and (min-width: 769px) {
  .quest-about__box-bg {
    font-size: 16px;
    padding: 8px;
  }
}

.quest-flow {
  background: rgba(165, 207, 218, 0.2);
  margin-bottom: 42px;
  padding-bottom: 42px;
}
@media screen and (min-width: 769px) {
  .quest-flow {
    margin-bottom: 100px;
  }
}
.quest-flow__top {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .quest-flow__top {
    margin-bottom: 80px;
  }
}
.quest-flow__top img {
  width: 100%;
}
.quest-flow__item {
  background: #e5dcd0;
  border-radius: 10px;
  padding: 17px;
  margin-bottom: 45px;
  position: relative;
}
.quest-flow__item:not(:last-child):after {
  content: "";
  position: absolute;
  width: 12px;
  height: 45px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #d6d376;
}
.quest-flow__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.quest-flow__title span {
  font-size: 14px;
  margin-left: 3px;
}
.quest-flow__p {
  font-size: 16px;
}
.quest-flow__callout {
  background: #fff;
  border: 2px solid #e5dcd0;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 45px;
  padding: 8px;
}
.quest-flow__callout p {
  margin-bottom: 0;
}
.quest-flow__callout:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 45px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #d6d376;
}

.quest-how {
  border: 2px solid #e7a552;
  padding: 20px 15px;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .quest-how {
    padding: 45px 40px;
  }
}
.quest-how__h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 18px;
  text-align: center;
  border-bottom: 1px solid #e7a552;
}
.quest-how__step {
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.quest-how__step span {
  background: #e7a552;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 0.5em;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-align: center;
}
.quest-how__table {
  background: #e7a552;
  color: #fff;
  text-align: center;
  border-collapse: collapse;
  width: 100%;
}
.quest-how__table td {
  border: 1px solid #fff;
  padding: 4px;
}
@media screen and (min-width: 769px) {
  .quest-how__table td {
    padding: 6px;
  }
}

.quest-form-title {
  font-size: 24px;
  font-weight: bold;
  background: #e5dcd0;
  text-align: center;
  line-height: 1.2;
  padding: 5px;
  margin-bottom: 20px;
}
.quest-form-title span {
  font-size: 16px;
}

.seminar-top {
  background: #8c393a;
  padding: 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .seminar-top {
    padding: 40px;
  }
}
.seminar-top__h1 {
  text-align: center;
}
.seminar-top__h1 img {
  height: 60px;
}
@media screen and (min-width: 769px) {
  .seminar-top__h1 img {
    height: 80px;
  }
}

.seminar__table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 60px;
}
.seminar__table th,
.seminar__table td {
  border: 1px solid #666666;
  padding: 10px 20px;
  display: block;
}
@media screen and (min-width: 769px) {
  .seminar__table th,
  .seminar__table td {
    display: table-cell;
  }
}
.seminar__table th {
  background: #e7a552;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.seminar__table th span {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .seminar__table th {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .seminar__table td {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .seminar__table td {
    border-top: none;
  }
}
.seminar__table td span {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 3px;
}
@media screen and (min-width: 769px) {
  .seminar__table td span {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  input {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.banner {
  display: none;
}
@media screen and (max-width: 768px) {
  .banner {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 58px;
    padding: 8px;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .banner__a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    background: #e7a552;
    border-radius: 7px;
  }
}

.bg-gray {
  background: #e5dcd0;
  padding: 15px;
}

.form-desc {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.hover {
  transition: all 0.2s;
}
.hover:hover {
  opacity: 0.7;
}

.banner-title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-top: 30px;
}

.quest-banner {
  border: 1px solid #000;
}

.covid {
  font-size: 16px !important;
  color: red !important;
}/*# sourceMappingURL=quest.css.map */