@charset "UTF-8";
.c-ebook-form {
  margin-inline: auto;
  max-width: 750px;
  padding-top: 56px;
}
.c-ebook__img {
  position: relative;
  z-index: 50;
}
.c-ebook-form__inner {
  background: #fcfcfc;
  border-bottom: 5px solid #fdc4ca;
  border-left: 5px solid #fdc4ca;
  border-right: 5px solid #fdc4ca;
  padding: 40px;
}
@media (max-width: 1023px) {
  .c-ebook-form__inner {
    padding: 20px;
  }
}
.c-ebook-form__contents {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(247, 121, 17, 0.4)), to(rgba(201, 0, 44, 0.4)));
  background-image: linear-gradient(90deg, rgba(247, 121, 17, 0.4), rgba(201, 0, 44, 0.4));
  border-radius: 10px;
  max-width: 660px;
  padding: 10px;
  position: relative;
}
@media (max-width: 1023px) {
  .c-ebook-form__contents {
    padding: 7px;
  }
}
.c-ebook-form__body {
  background: #fff;
  border-radius: 10px;
  padding: 40px 80px;
  position: relative;
}
@media (max-width: 1023px) {
  .c-ebook-form__body {
    border-radius: 7px;
    padding: 28px 24px 34px;
  }
}
.c-ebook-form__body:after {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(112, 112, 112, 0.05) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(112, 112, 112, 0.05) calc(100% - 1px));
  background-position: center center;
  background-repeat: repeat;
  background-size: 46px 46px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  min-height: 50px;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-ebook-form__H2title {
  text-align: center;
}
.c-ebook-form__list {
  line-height: 1.6;
  margin-top: 24px;
}
.c-ebook-form__item {
  font-size: 2rem;
  line-height: 1.6;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 1023px) {
  .c-ebook-form__item {
    font-size: 1.5rem;
    padding-left: 24px;
  }
}
.c-ebook-form__item:before {
  background: url(/sites/default/files/media/jp/ebook/yahoo-ads/start-guide/img/check_icon.svg) center center no-repeat;
  background-size: contain;
  content: "";
  height: 18px;
  left: 0;
  margin-right: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
}
@media (max-width: 1023px) {
  .c-ebook-form__item:before {
    background: url(/sites/default/files/media/jp/ebook/yahoo-ads/start-guide/img/check_icon_sp.svg) center center no-repeat;
    background-size: contain;
    background-size: contain;
    height: 14px;
    top: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 14px;
  }
}
.c-ebook-form__item:not(:first-of-type) {
  margin-top: 14px;
}
.c-ebook-form__form {
  margin-block: 40px;
}
@media (max-width: 1023px) {
  .c-ebook-form__form {
    margin-block: 24px;
  }
}
.c-ebook-form__form .mktoForm {
  max-width: 500px;
  width: 100% !important;
}

@media (max-width: 1023px) {
  .c-ebook-form__form .mktoForm {
    max-width: 500px !important;
  }
}

@media (max-width: 1023px) {
  .c-ebook-form__form .mktoForm .mktoFormCol {
    width: 100% !important;
  }
}

.c-ebook-form__form .mktoForm input[type="url"],
.c-ebook-form__form .mktoForm input[type="text"],
.c-ebook-form__form .mktoForm input[type="date"],
.c-ebook-form__form .mktoForm input[type="tel"],
.c-ebook-form__form .mktoForm input[type="email"],
.c-ebook-form__form .mktoForm input[type="number"],
.c-ebook-form__form .mktoForm select.mktoField {
  width: 350px !important;
}

@media (max-width: 1023px) {
  .c-ebook-form__form .mktoForm input[type="url"],
  .c-ebook-form__form .mktoForm input[type="text"],
  .c-ebook-form__form .mktoForm input[type="date"],
  .c-ebook-form__form .mktoForm input[type="tel"],
  .c-ebook-form__form .mktoForm input[type="email"],
  .c-ebook-form__form .mktoForm input[type="number"],
  .c-ebook-form__form .mktoForm select.mktoField {
    width: 100% !important;
  }
}

.c-ebook-form__form .mktoForm .mktoFieldWrap {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
}

@media (max-width: 1023px) {
  .c-ebook-form__form .mktoForm .mktoFieldWrap {
    align-items: flex-start;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: start;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }
}

.c-ebook-form__form .mktoForm .mktoRequiredField label.mktoLabel {
  font-size: 1.4rem;
  width: 150px !important;
}

@media (max-width: 1023px) {
  .c-ebook-form__form .mktoForm .mktoRequiredField label.mktoLabel {
    max-width: 500px !important;
    padding-bottom: 4px;
    width: auto !important;
  }
}

.c-ebook-form__form .mktoForm .mktoLabel {
  font-size: 1.4rem;
  width: 250px !important ;
}

@media (max-width: 1023px) {
  .c-ebook-form__form .mktoForm .mktoLabel {
    width: 100px !important;
  }
}

.c-ebook-form__form .mktoForm .mktoAsterix {
  padding-top: 0 !important;
}
.c-ebook-form__form .mktoHtmlText.mktoHasWidth[style*="500px"] {
  width: 100% !important;
}

.c-ebook-form__form .mktoForm .mktoCheckboxList[style*="400px"] {
  font-size: 1.6rem !important;
}

.c-ebook-form__form .mktoForm .mktoHtmlText[style*="305px"] {
  width: 100% !important;
}

@media (max-width: 1023px) {
  .c-ebook-form__form .mktoForm div.mktoLogicalField {
    font-size: 1.4rem !important;
  }
}

.c-ebook-form__form .mktoButtonRow {
  width: 500px !important;
}

@media (max-width: 1023px) {
  .c-ebook-form__form .mktoButtonRow {
    width: 100% !important;
  }
}

.c-ebook-form__form .mktoButtonWrap {
  display: block;
  margin: 0 auto !important;
  width: 500px !important;
}

@media (max-width: 1023px) {
  .c-ebook-form__form .mktoButtonWrap {
    max-width: 500px;
    width: 100% !important;
  }
}
.mktoForm .mktoLabel {
  float: left;
  font-size: 1.4rem;
  line-height: 1.2em;
  padding-top: 10px;
}
.pc-floatBnr {
  bottom: 100px;
  display: none;
  opacity: 0;
  position: fixed;
  right: 30px;
  transition: opacity 0.3s ease;
  visibility: hidden;
  z-index: 999;
}
@media (max-width: 1023px) {
  .pc-floatBnr {
    display: none !important;
  }
}
.pc-floatBnr.is-show {
  display: block;
  opacity: 1;
  visibility: visible;
}
.pc-floatBnr img {
  max-width: 180px;
  width: 100%;
}
