@charset "utf-8";
/* CSS Document */
.section-top__image {
  height: 100px;
  background-image: url("../images/seminar/seminar.jpeg");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.section-top__image-filter {
  height: 100%;
  width: 100%;
  padding-top: 40px;
  background-color: rgba(0, 0, 0, 0.30);
}
.section-top h2 {
  color: #FFF;
  font-size: 2.4rem;
}
@media (min-width: 1160px) {
  .section-top__image {
    height: 160px;
  }
  .section-top__image-filter {
    padding-top: 70px;
  }
  .section-top h2 {
    font-size: 3.2rem;
  }
}
.section-seminar {
  color: #444;
  padding: 40px 15px 20px;
  /*  background-color: #E6E6FA; */
  margin: 0 auto 20px;
}
.section-seminar h3 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.section-seminar h2 {
  font-size: 3.2rem;
  line-height: 4.0rem;
  margin: 20px auto 30px;
}
.section-seminar__h2-break:after {
  content: "";
}
@media (max-width: 550px) {
  .section-seminar__h2-break:after {
    content: "\A";
    white-space: pre;
  }
}
.section-seminar__resume {
  font-size: 1.8rem;
}
.section-seminar__image {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  height: 100%;
  background-image: url("../images/seminar/DX.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section-seminar__image-filter {
  background-color: rgba(0, 0, 0, 0.30);
  color: #FFF;
}
.section-seminar__description {
  text-align: left;
  font-size: 2.4rem;
  line-height: 3.6rem;
  padding: 60px 0;
  margin: 40px 20px;
}
@media (min-width: 1160px) {
  .section-seminar {
    padding: 60px 15px 20px;
    margin-bottom: 20px;
  }
  .section-seminar h3 {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
  .section-seminar h2 {
    font-size: 3.6rem;
    /*    margin-bottom: 30px; */
  }
  .section-seminar__resume {
    font-size: 2.2rem;
  }
  .section-seminar__description {
    padding: 60px 40px;
    font-size: 2.8rem;
    line-height: 5.4rem;
  }
}
.section-entry {
  padding: 40px 24px 80px;
  text-align: left;
}
.section-entry h2 {
  text-align: center;
  padding-bottom: 20px;
}
.entry-form p {
  max-width: 960px;
  margin: 0 auto 30px;
}
.entry-form input[type="text"], .entry-form input[type="email"] {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: solid 1px #777;
}
.entry-form p label {
  font-weight: 600;
  font-size: 2.0rem;
  display: block;
  margin-bottom: 10px;
}
.entry-form p label.small-label {
  display: inline-block;
  font-weight: 500;
  font-size: 1.6rem;
  padding-left: 30px;
}
.entry-form__submit {
  display: block;
  height: 48px;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  background-color: #23265B;
  color: #FFF;
  font-size: 2.0rem;
  border-radius: 48px;
}
@media (min-width: 1160px) {
  .section-entry {
    padding: 40px 40px 80px;
    text-align: left;
  }
  .section-entry h2 {
    padding: 40px 60px 10px;
  }
  .entry-form {
    padding: 40px 120px;
    max-width: 1160px;
    margin: 0 auto;
  }
  .entry-form p {
    margin-bottom: 40px;
  }
  .entry-form p label {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    font-weight: 600;
  }
  .entry-form input[type="text"], .entry-form input[type="email"] {
    display: inline-block;
    width: 600px;
  }
  .entry-form__submit {
    margin: 0 auto;
  }
}
.section-schedule {
  background-color: #fff;
  max-width: 960px;
  padding: 40px 24px 10px;
  margin: 0 auto 40px;
}
.event-container {
  padding: 40px 24px 0;
  text-align: left;
}
.event-list {
  list-style: none;
  margin-bottom: 40px;
}
.event-list li {
  margin-bottom: 10px;
}
.event-list h3 {
  font-weight: 300;
}
.event-list__category {
  background-color: #777;
  width: 150px;
  height: 24px;
  padding-left: 8px;
  color: #FFF;
  font-size: 1.4rem;
}
.event-list__category.seminar {
  background-color: #004280;
}
.event-list__category.event {
  background-color: #2987b9;
}
.event-list__body {
  display: none;
}
@media (min-width: 1160px) {
  .section-schedule {
    padding: 70px 36px 0;
    max-width: 1040px;
    margin: 0 auto 40px;
    box-sizing: border-box;
  }
  .section-schedule ol {
    max-width: 840px;
    margin: 0 auto;
  }
  .event-container {
    padding: 70px 24px 20px;
  }
  .event-list {
    width: 800px;
    margin: 0 auto;
  }
  .event-list li {
    display: flex;
    margin-bottom: 60px;
  }
  .event-list__category {
    width: 200px;
    height: 150px;
    font-size: 2.0rem;
    vertical-align: middle;
    line-height: 150px;
    text-align: center;
  }
  .event-list__text {
    margin-left: 60px;
    width: 540px;
  }
  .event-list h3 {
    font-size: 2.0rem;
    font-weight: 600;
  }
  .event-list time {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
  }
  .event-list__body {
    display: block;
  }
}