@charset "UTF-8";

/* JotFormのラッパーレイアウト */
.jotform-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  min-width: 45%;
  max-width: 100%
}

/* 横幅 35em(560px) 未満のレイアウト */
.l_form_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: auto;
  max-width: 1114px;
}

.l_form_header {
  padding: 24px;
}

.l_form_header .logo a {
  text-decoration: none;
}

.l_form_header .logo img {
  width: 125px;
}

.l_form_header .title {
  margin-top: 24px;
  text-align: center;
}

.l_form_header .title span,
.l_request_header .title span {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}

.l_form_header .title span::after,
.l_request_header .title span::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  width: 100px;
  height: 3px;
  background-image: linear-gradient(to right, #3a739e, #3dadb6);
  transform: translateX(-50%);
}

.l_form_main {
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.l_form_main .info {
  display: flex;
  margin: 0 20px;
  flex-direction: column;
  gap: 30px;
}

.l_form_main .info .description {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 16px;
  font-weight: 700;
}

.l_form_main .info .description[data-kind='offer'] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 700;
}

.l_form_main .info .description .caution {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
}

.l_form_main .info .description .highlight {
  margin: 15px 0;
  color: #3A78A7;
  text-align: center;
}

.l_form_main .info .description .highlight .caution {
  margin-top: 5px;
  color: #40494e;
  text-align: left;
}

.l_form_main .info .icon {
  margin: auto;
}

.l_form_main .info .icon[data-kind='free_account'] {
  width: 210px;
}

.l_form_main .info .icon[data-kind='request'] {
  width: 200px;
}

.l_form_main .info .icon[data-kind='offer'] {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
}

.l_form_main .info .icon[data-kind='inquiry'] {
  width: 150px;
}

.l_form_main .info .icon img {
  width: 100%;
}

.l_form_main .info .list {
  padding: 20px;
  background-color: #f5f5f5;
}

.l_form_main .info .list ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.l_form_main .info .list ul li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #5f5f5f;
}

.l_form_main .info .list ul li::before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
  background-image: url(/assets/images/form/list.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.l_form_main .info .recommend {
  display: flex;
  margin: 0 -16px 0 -16px;
}

.l_form_main .info .recommend .content {
  flex: 1;
}

.l_form_main .info .recommend .content .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 4px solid #4a76a8;
}

.l_form_main .info .recommend .content ul {
  list-style: none;
  padding-left: 10px;
}

.l_form_main .info .recommend .content ul li {
  font-size: 14px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}

.l_form_main .info .recommend .content ul li::before {
  content: "•";
  font-size: 20px;
  color: #333;
  font-weight: bold;
  position: absolute;
  top: -4px;
  left: 0;
}

.l_form_main .info .closing {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #3978a7;
}

.l_form_main .info .warning {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: #F53334;
}

.speaker {
  list-style: none;
}

.speaker_list {
  list-style: none;
}

.l_form_main .info .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.l_form_main .info .contact .text {
  font-size: 14px;
  font-weight: 700;
}

.l_form_main .info .contact .phone_number {
  font-size: 20px;
  font-weight: 700;
}

.l_form_main .info .contact .phone_number i {
  margin-right: 5px;
}

.l_form_main .info .contact .reception_hours {
  font-size: 12px;
}

.l_form_main .form {
  margin: 0 16px;
  padding: 40px 32px;
  background-color: #e9eff2;
}

.l_form_main .form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.l_form_main .form .owner_lp {
  margin-top: 4px;
  font-size: 14px;
  color: #e26266;
  text-decoration: underline;
}

.l_form_main .form label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  gap: 5px;
}

.l_form_main .form label span {
  display: inline-block;
  padding: 0 6px;
  background-color: #e26266;
  border-radius: 10px;
  font-size: 10px;
  color: #ffffff;
  line-height: 1.5;
}

.l_form_main .form .text {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.l_form_main .form .caution {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.l_form_main .form .caution p {
  font-size: 11px;
  color: #636c71;
}

.l_form_main .form .items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.l_form_main .form .items input,
.l_form_main .form .items select,
.l_form_main .form .items textarea {
  padding: 6px 10px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 14px;
  background-color: #ffffff;
}

.l_form_main .form .items select {
  appearance: none;
  background-image: url('/assets/images/form/chevron_down.svg');
  background-repeat: no-repeat;
  background-size: 12px 7px;
  background-position: right 10px center;
}

.l_form_main .form .items input::placeholder,
.l_form_main .form .items textarea::placeholder {
  color: #8e8e8e;
}

.l_form_main .form .certification .g-recaptcha {
  transform-origin: 0 0;
}

.l_form_main .form .error {
  font-size: 14px;
  font-weight: 700;
  color: #e26266;
}

.l_form_main .form .action button {
  padding: 10px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background-color: #1d83bb;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: filter 0.3s;
}

.l_form_main .form .action button:hover {
  filter: brightness(1.1);
}

.l_request_content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 78px auto 30px auto;
  max-width: 1066px;
}

.l_request_header .title {
  text-align: center;
}

.l_request_main {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.l_request_main .requests {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}

.l_request_main .requests .request {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px 40px;
  max-width: 350px;
  border: 1px solid #3978a7;
  border-radius: 4px;
  background-color: #f5f5f5;;
  box-shadow: 0px 4px 20px 0px #7699AC33;
}

.l_request_main .requests .request .icon {
  max-width: 300px;
}

.l_request_main .requests .request .info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.l_request_main .requests .request .info .title {
  font-size: 20px;
  font-weight: 700;
  height: 40px;
}

.l_request_main .requests .request .info .description {
  font-size: 16px;
  height: 32px;
  margin-top: 8px;
}

.l_request_main .requests .request .info a {
  display: inline-block;
  padding: 10px 16px;
  width: 128px;
  background-color: #1c83bb;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  transition: filter 0.3s;
  margin-top: 16px;
}

.l_request_main .introduction {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}

.l_request_main .requests .introduction .info .title {
  height: auto;
}

.l_request_main .requests .introduction .info .description {
  height: auto;
  margin-top: 0;
}

.l_request_main .requests .introduction .info a {
  margin-top: 0;
}

.l_request_main .requests .request .info a:hover {
  filter: brightness(1.1);
}

.l_request_main .notification {
  margin: 40px 0;
  font-size: 16px;
  text-align: center;
}

/* TOP埋め込み専用の微調整 */
#useful-resources .l_request_header {
  margin-bottom: 24px;
}
#useful-resources .text-center a {
  font-size: 18px;
  font-weight: 700;
}

/* 横幅 48.125em(770px) 以上のレイアウト */
@media only screen and (min-width: 48.125em) {
  .l_form_content {
    padding: 0 24px;
  }

  .l_form_header {
    padding: 40px 0;
  }

  .l_form_header .logo img {
    width: 150px;
  }

  .l_form_header .title span {
    font-size: 30px;
  }

  .l_form_main {
    padding-bottom: 40px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
  }

  .l_form_main .info {
    margin: 0;
    width: 520px;
  }

  .l_form_main .info .description,
  .l_form_main .info .description[data-kind='offer'] {
    gap: 5px;
    font-size: 18px;
  }

  .l_form_main .info .description .caution {
    gap: 5px;
    font-size: 14px;
  }

  .l_form_main .info .icon[data-kind='free_account'] {
    width: 280px;
  }

  .l_form_main .info .icon[data-kind='request'],
  .l_form_main .info .icon[data-kind='offer'] {
    width: 260px;
  }

  .l_form_main .info .icon[data-kind='inquiry'] {
    width: 200px;
  }

  .l_form_main .form {
    margin: 0;
    width: 500px;
  }

  .l_form_main .info .recommend .content .title {
    font-size: 20px;
  }

  .l_form_main .info .recommend .content ul li {
    font-size: 15px;
  }

  .l_form_main .info .closing {
    font-size: 20px;
  }

  .l_form_main .info .contact {
    margin-top: 50px;
    gap: 10px;
  }

  .l_form_main .info .contact .text {
    font-size: 16px;
  }

  .l_form_main .info .contact .phone_number {
    font-size: 24px;
  }

  .l_form_main .info .contact .reception_hours {
    font-size: 14px;
  }
}

/* 横幅 63.4375em(1015px) 以上のレイアウト */
@media only screen and (min-width: 63.4375em) {
  .l_request_content {
    margin: 99px auto 30px auto;
  }
}

/* 横幅 66.625em(1066px) 以上のレイアウト */
@media only screen and (min-width: 66.625em) {
  .l_request_main {
    padding: 0;
  }

  .l_request_main .requests {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 24px;
  }

  .l_request_main .requests .request {
    max-width: 339px;
  }

  .l_request_main .requests .request[data-kind='introduction'] {
    flex-direction: row;
    width: 100%;
    max-width: initial;
  }

  .l_request_main .requests .request[data-kind='introduction'] .info {
    justify-content: center;
  }

  .l_request_main .notification {
    font-size: 20px;
  }
}
