/* -----------------------------------------------------------
©PFU Limited
----------------------------------------------------------- */
@charset "utf-8";

.seminarMainVisual {
  width: 80%;
  margin-inline: auto;
  padding-block: 40px;
}

em.red {
  font-style: normal;
  color: #e53935;
  font-weight: bold;
}

.h2.red {
  color: #e53935;
}

.font_red {
  color: #e53935 !important;
}

.btn-cta {
  position: relative;
  display: block;
  background: linear-gradient(90deg, #00a8ea 0%, #002fae 25%, #002fae 75%, #00a8ea 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  border-radius: 50px;
  max-width: 600px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

  @media only screen and (max-width: 767px) {
    max-width: 370px;
    padding: 16px 16px;
    font-size: 1.6rem;
  }
}

.btn-cta:hover,
.btn-cta:focus,
.btn-cta:active {
  opacity: 1;
  background-position: 99% 50%;
  text-decoration: none;
}

.btn-cta:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 11.6 6.8'%3E%3Cpath fill='%23FFF' d='M.3.4c.4-.4 1-.5 1.4-.1.1 0 .1.1.1.1l3.9 3.8L9.6.4c.4-.4 1-.5 1.4-.1.1 0 .1.1.1.1.2.2.3.5.3.8 0 .3-.1.6-.3.8L6.6 6.5c-.2.2-.5.3-.8.3-.3 0-.6-.1-.8-.3C2.2 3.8.6 2.3.3 2c-.2-.2-.3-.5-.3-.8C0 .9.1.6.3.4z'/%3E%3C/svg%3E")
    50% 50% / 100% 100% no-repeat;
  margin-left: 2rem;

  @media only screen and (max-width: 767px) {
    height: 13px;
  }
}

.overViewTextArea {
  padding-block: 120px;

  @media only screen and (max-width: 767px) {
    padding-block: 80px;
  }
}

.overViewTextArea .text {
  font-size: 1.8rem;
}

.overViewTextArea .text:not(:first-of-type) {
  margin-top: 0;
}

.agenda {
  margin-top: 120px !important;
  width: 100%;
  max-width: 960px;
  border: 1px solid #163182;
  padding: 32px;
}

.agendaSection:not(:first-of-type) {
  margin-top: 24px !important;
}

.agenda .sectionTitle {
  text-align: left;
  color: #163182;
  font-size: 2rem;
  font-weight: bold;
}

.agenda ul {
  margin-top: 8px !important;
}

.agenda li {
  margin-top: 8px !important;
}

dl.sideBySide {
  margin-top: 8px !important;
}

dl.sideBySide .sideBySide_list {
  display: flex;
  justify-content: flex-start;
  font-size: 1.6rem;

  @media only screen and (max-width: 768px) {
    flex-direction: column;
  }

  dt {
    width: 130px;
    padding: 5px;
  }

  dd {
    padding: 5px;
  }
}

.credit {
  margin-bottom: 24px !important;
}

.checkbox_consent {
  text-align: center;
  font-size: 1.6rem;
}

.checkbox_consent p {
  margin-top: 24px;
}

#comment .title {
  margin-top: 24px !important;
}

.formTextAreaWrap {
  padding-inline: 6.22%;
}

#footer_common .footer_component.-nav,
#footer_common .footer_component.-bnr {
  display: none;
}
