* {
  font-weight: 600;
  box-sizing: border-box;
}
html > body {
  background-color: #fff;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
@media screen and (min-width: 721px) {
  .sp-br {
    display: none;
  }
}
body article section.first_view.casestudies-form {
  height: 144px;
  background-image: url("/images/ebook/form/fv_bg@3x.png");
  background-size: cover;
}
@media screen and (max-width: 720px) {
  body article section.first_view.casestudies-form {
    height: 56px;
    background-image: url("/images/ebook/form/fv_bg-sp@3x.png");
  }
}
body article section.first_view > .breadcrumb {
  color: #eceff1;
  font-weight: 300;
}
.form__flex {
  width: 960px;
  margin: 40px auto 80px;
  display: flex;
  gap: 0 24px;
}
@media screen and (max-width: 720px) {
  .form__flex {
    width: 335px;
    margin: 24px auto 40px;
    flex-wrap: wrap;
    gap: 0;
  }
}
.form__flex .form__description {
  width: 468px;
}
@media screen and (max-width: 720px) {
  .form__flex .form__description {
    width: 335px;
  }
}
.form__flex .form__description > h1 {
  width: 468px;
  margin: 0 0 24px;
  color: #607d8b;
  text-align: left;
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
  position: static;
}
@media screen and (max-width: 720px) {
  .form__flex .form__description > h1 {
    width: 335px;
  }
}
.form__flex .form__description > figure {
  width: 468px;
  margin-bottom: 24px;
}
.form__flex .form__description > figure > img {
  width: 468px;
  height: 263px;
}
.form__flex .form__description > p {
  margin-top: 16px;
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #607d8b;
}
.form__flex .form__description > ul {
  margin-top: 24px;
}
@media screen and (max-width: 720px) {
  .form__flex .form__description > ul {
    margin-bottom: 24px;
  }
}
.form__flex .form__description > ul > li {
  font-weight: 600;
}
.form__flex .form__description > ul > li:first-child h2 {
  width: 100%;
  margin: 0 0 16px;
  font-size: 24px;
  color: #607d8b;
  text-align: left;
  font-weight: 600;
}
.form__flex .form__description > ul > li:not(:first-child) {
  margin-bottom: 16px;
  font-size: 16px;
  color: #607d8b;
  display: flex;
}
.form__flex .form__description > ul > li:not(:first-child)::before {
  content: "■";
  color: #00a59a;
  display: block;
}
.form__flex .form__description > ul > li:last-child {
  margin-bottom: 0;
}
.form__flex .service-document__wrap {
  width: 960px;
  display: flex;
  gap: 0 24px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 720px) {
  .form__flex .service-document__wrap {
    width: 335px;
    flex-wrap: wrap;
    gap: 24px 0;
  }
}
.form__flex .service-document__wrap > figure,
.form__flex .service-document__wrap > .service-document__description {
  width: 468px;
}
@media screen and (max-width: 720px) {
  .form__flex .service-document__wrap > figure,
  .form__flex .service-document__wrap > .service-document__description {
    width: 335px;
  }
}
.form__flex .service-document__wrap > figure > img {
  width: 468px;
  height: 304px;
  object-fit: contain;
}
@media screen and (max-width: 720px) {
  .form__flex .service-document__wrap > figure > img {
    width: 335px;
    height: 167px;
  }
}
.form__flex .service-document__wrap > .service-document__description > p {
  line-height: 1.5;
  font-weight: 300;
  color: #607d8b;
  font-size: 16px;
  margin-bottom: 16px;
}
.form__flex .service-document__wrap > .service-document__description > ul > li {
  line-height: 1;
  font-size: 24px;
}
@media screen and (max-width: 720px) {
  .form__flex .service-document__wrap > .service-document__description > ul > li {
    font-size: 16px;
  }
}
.form__flex .service-document__wrap > .service-document__description > ul > li::before {
  content: "■";
  color: #00a59a;
}
.form__flex .service-document__wrap > .service-document__description > ul > li:not(:last-child) {
  margin-bottom: 8px;
}
.form__flex .form__form-wrap {
  width: 468px;
}
@media screen and (max-width: 720px) {
  .form__flex .form__form-wrap {
    width: 335px;
  }
}
.form__flex .form__form-wrap > p {
  line-height: 1.5;
  font-weight: 300;
  color: #607d8b;
  font-size: 16px;
}
.form__flex .form__form-wrap > form {
  margin-bottom: 40px;
}
.form__flex .form__form-wrap > form > .form__label {
  color: #607d8b;
}
.form__flex .form__form-wrap > form > .form__label:first-child {
  margin-top: 24px;
}
.form__flex .form__form-wrap > form > .form__label.smartform_am_margin0:has(label[for="email"]) {
  margin: 0;
}
.form__flex .form__form-wrap > form > .form__label > label {
  font-weight: 600;
}
.form__flex .form__form-wrap > form > .form__label > label.need::after {
  content: "［必須］";
  color: #ff5252;
}
.form__flex .form__form-wrap > form > .form__annotation {
  line-height: 24px;
  font-size: 16px;
  color: #ff8a80;
  text-align: right;
  visibility: visible;
}
.form__flex .form__form-wrap > form > .form__annotation[aria-hidden="true"] {
  display: block;
  visibility: hidden;
}
.form__flex .form__form-wrap > form input {
  width: 468px;
  height: 48px;
  margin-top: 4px;
  border-radius: 8px;
  border: solid 2px #cfd8dc;
  font-weight: 300;
}
@media screen and (max-width: 720px) {
  .form__flex .form__form-wrap > form input {
    width: 335px;
  }
}
.form__flex .form__form-wrap > form input.validation {
  border: solid 2px #ff8a80;
  background-color: #ffebed;
}
.form__flex .form__form-wrap > form input.correct-input {
  border: solid 2px #26a69a;
  background-color: #e0f2f1;
}
.form__flex .form__form-wrap > form input:focus {
  outline: none;
  border-color: #5b9dd9;
  background-color: #fffde7;
  box-shadow: 0 0 2px rgba(30,140,190,0.8);
}
.form__flex .form__form-wrap > form input:focus::placeholder {
  color: #fff;
}
.form__flex .form__form-wrap > form .name-input-wrap {
  display: flex;
  justify-content: space-between;
}
.form__flex .form__form-wrap > form .name-input-wrap > input {
  width: 230px;
}
@media screen and (max-width: 720px) {
  .form__flex .form__form-wrap > form .name-input-wrap > input {
    width: 163px;
  }
}
.form__flex .form__form-wrap > form .checkbox-input-wrap {
  display: flex;
  gap: 8px;
  color: #607d8b;
  position: relative;
  align-items: center;
  margin-top: 15px;
}
.form__flex .form__form-wrap > form .checkbox-input-wrap input[type='checkbox'] {
  position: relative;
  width: 15px;
  height: 15px;
  border: solid 2px #becad0;
  border-radius: 3px;
  appearance: none;
}
.form__flex .form__form-wrap > form .checkbox-input-wrap input[type='checkbox'].validation {
  border: solid 2px #ff8a80;
  background-color: #ffebee;
}
.form__flex .form__form-wrap > form .checkbox-input-wrap input[type='checkbox']:checked {
  background-color: #1e90ff;
  border: 0;
}
.form__flex .form__form-wrap > form .checkbox-input-wrap input[type='checkbox']:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(36deg);
  width: 3px;
  height: 7px;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  content: '';
}
.form__flex .form__form-wrap > form .checkbox-input-wrap input[type='checkbox']:hover {
  border-color: #4c5f69;
}
.form__flex .form__form-wrap > form .checkbox-input-wrap input[type='checkbox']:checked:hover {
  background-color: #1568b9;
}
.form__flex .form__form-wrap > form .checkbox-input-wrap p {
  margin-bottom: 0;
}
.form__flex .form__form-wrap > form .checkbox-input-wrap p a {
  text-decoration: underline;
  color: #00a59a;
}
.form__flex .form__form-wrap > form .checkbox-input-wrap p a:hover {
  color: #4db6ac;
}
.form__flex .form__form-wrap > form > button {
  width: 264px;
  height: 56px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 56px;
  border-radius: 28px;
  background-color: #becad0;
  color: #eceff1;
  display: block;
  cursor: not-allowed;
}
@media screen and (max-width: 720px) {
  .form__flex .form__form-wrap > form > button {
    width: 335px;
    margin: 16px auto 0;
  }
}
.form__flex .form__form-wrap > form > button.primary-btn {
  box-shadow: 0 3px 0 0 #fdca39;
  background-color: #ffd600;
  color: #455a64;
  font-weight: 600;
  text-align: center;
  display: block;
  cursor: pointer;
}
.form__flex .form__form-wrap > form > button.primary-btn:hover {
  background-color: #ffea60;
}
.form__flex .form__form-wrap > form > button.primary-btn:active {
  height: 53px;
  margin-top: 3px;
  line-height: 53px;
  background-color: #fbc02d;
  box-shadow: 0 0 0;
}
@media screen and (max-width: 720px) {
  .form__flex .form__form-wrap > form > button.primary-btn:active {
    margin-top: 19px;
  }
}
.form__flex .form__form-wrap .form-privacy > .form-privacy__title {
  margin-bottom: 8px;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 300;
  font-size: 24px;
}
.form__flex .form__form-wrap .form-privacy > .form-privacy__document {
  width: 468px;
  height: 145px;
  padding: 20px;
  border: solid 1px #607d8b;
  overflow-y: scroll;
}
@media screen and (max-width: 720px) {
  .form__flex .form__form-wrap .form-privacy > .form-privacy__document {
    width: 335px;
    height: 162px;
  }
}
.form__flex .form__form-wrap .form-privacy > .form-privacy__document > p {
  word-wrap: break-word;
  color: #607d8b;
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 300;
}
.sepalate-line {
  width: 100%;
  height: 1px;
  background-color: #cfd8dc;
}
.form__isms {
  width: 456px;
  margin: 40px auto;
}
@media screen and (max-width: 720px) {
  .form__isms {
    width: 335px;
    margin: 24px auto 40px;
  }
}
.form__isms > dl > dt {
  margin-bottom: 16px;
  font-size: 16px;
  text-align: center;
  color: #607d8b;
}
.form__isms > dl > div {
  display: flex;
}
@media screen and (max-width: 720px) {
  .form__isms > dl > div {
    flex-wrap: wrap;
  }
}
.form__isms > dl > div > dd:first-child {
  margin-right: 16px;
}
@media screen and (max-width: 720px) {
  .form__isms > dl > div > dd:first-child {
    margin: 0 auto;
  }
}
.form__isms > dl > div > dd:first-child > img {
  width: 128px;
  height: 70px;
}
.form__isms > dl > div > dd > p {
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 300;
  font-size: 12px;
  color: #607d8b;
  line-height: 1.5;
}
@media screen and (max-width: 720px) {
  .form__isms > dl > div > dd > p:first-child {
    margin-top: 16px;
  }
}
.form__isms > dl > dd {
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 300;
  font-size: 10px;
  color: #607d8b;
  line-height: 1.5;
}
footer nav.footer_menus .nav_block .nav_item,
footer nav.footer_menus .nav_block .nav_items {
  border-top: 1px solid #cfd8dc;
}
footer nav.footer_menus a span {
  color: #90a4ae;
}
footer .top_link .top_anchor {
  color: #cfd8dc;
}
