h1,
h2 {
  border: none;
  margin: 0;
  padding: 0;
}
.br-sp {
  display: none;
}
.top-img {
  display: block;
  margin: 0 auto;
  max-width: 900px;
}
.top-txt {
  text-align: center;
  margin: 50px 0;
}
.ttl-img {
  height: 50px;
  width: auto;
  display: block;
  margin-bottom: 30px;
}
.form-link {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.form-link img:hover {
  opacity: 0.7;
}
.btn-img {
  height: 50px;
  width: auto;
  display: block;
  margin: 50px auto;
}
.txt-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
.txt-bold{
  font-weight: bold;
}
.contents-inner-wrap {
  width: 800px;
  margin: 0 auto;
}
.tenpokengakukai-contents-wrap {
  margin: 80px 0;
}
.schedule-img {
  display: block;
  margin: 0 auto;
}
.txt-center {
  text-align: center;
}
.event-top-txt {
  font-size: 1.1em;
  font-weight: bold;
}
.event-top-txt span {
  font-size: 1.2em;
  color: #ffd21f;
}
.event-wrap ul li {
  font-weight: bold;
}
.event-wrap h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 20px;
}
.event-wrap .txt-wrap p {
  margin: 0;
}
.place-img {
  width: 80%;
  display: block;
  margin: 20px auto;
}
.a-yellow {
  color: #ffd21f !important;
}
.a-yellow:visited {
  color: #433705 !important;
}
.flow-img {
  margin: 20px 0;
}
.company-wrap h2 {
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}
.company-wrap h2::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("img/circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.company-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-end;
  margin-bottom: 20px;
}
.company-wrap ul li {
  width: calc((100% - 60px) / 4);
  margin-bottom: 20px;
}
.company-wrap ul li img {
  display: block;
}

.form .form-img-wrap {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.form .form-img-wrap a {
  width: 50%;
}
.form .form-img-wrap img {
  width: 100%;
}

.access .train-img {
  width: auto;
  height: 35px;
}
.access iframe {
  display: block;
  margin: 0 auto;
}

.contact {
  background-color: #fff285;
  text-align: center;
  padding: 30px;
}
.contact h2 {
  font-size: 1.9em;
}
.contact h2 span {
  display: block;
  position: relative;
  top: -7px;
  font-size: 0.6em;
  letter-spacing: 0.1em;
}
.contact-txt-wrap {
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #322f2e;
  display: inline-block;
  padding: 10px 50px;
  text-align: center;
}
.contact-txt-wrap p span {
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .company-wrap ul li {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 920px) {
  .br-sp {
    display: block;
  }
  .tenpokengakukai-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .top-img {
    max-width: 100%;
  }
  .top-txt {
    text-align: left;
    margin: 30px 0;
  }
  .contents-inner-wrap {
    width: 100%;
  }
  .ttl-img {
    height: 35px;
    margin-bottom: 20px;
  }
  .tenpokengakukai-contents-wrap {
    margin: 30px 0;
  }
  .event-wrap h2 {
    font-size: 1em;
  }
  .event-top-txt {
    font-size: 1em;
  }
  .event-top-txt span {
    font-size: 1.1em;
  }
  .btn-img {
    height: 40px;
    margin: 30px auto;
  }
  .place-img {
    width: 90%;
  }
  .flow-img {
    margin-bottom: 20px;
  }

  .company-wrap h2 {
    font-size: 0.8em;
    margin-bottom: 5px;
  }
  .company-wrap h2::before {
    width: 10px;
    height: 10px;
    top: 0px;
    margin-right: 1px;
  }
  .company-wrap ul {
    justify-content: space-between;
    gap: 10px;
  }
  .company-wrap ul li {
    margin-bottom: 0px;
  }
  .form .form-img-wrap {
    display: block;
  }
  .form .form-img-wrap a {
    width: 70%;
    margin: 10px auto;
  }
  .access .train-img {
    height: 25px;
  }
  .access iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 400px;
  }
  .contact {
    padding: 20px 10px;
  }
  .contact h2 {
    font-size: 1.4em;
  }
  .contact h2 span {
    font-size: 0.6em;
    top: -5px;
  }
  .contact-txt-wrap {
    width: 100%;
    padding: 5px 10px;
  }
}
