@charset "utf-8";

@media screen and (min-width: 721px) {
  .pc_none {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .sp_none {
    display: none;
  }
}

article {
  padding-bottom: 127px;
}

@media screen and (max-width: 720px) {
  article {
    padding-bottom: 83px;
  }
}

.ebook_first {
  position: relative;
  margin-top: 89px;
  background: url("/images/ebook/ebook_bg_00.png") 1px -8px no-repeat, url("/images/ebook/ebook_bg_01.png") calc(100% + 20px) 63px no-repeat;
}
.ebook_first_title {
  padding-top: 70px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.ebook_first_mv {
  display: none;
}
.ebook_first_catch {
  margin-top: 43px;
  font-size: 32px;
  line-height: 1.31;
  text-align: center;
}
.ebook_first_content {
  display: flex;
  column-gap: 26px;
  max-width: 985px;
  margin: 56px auto 0;
}
.ebook_first_content.-download {
  align-items: center;
}
.ebook_first_image {
  width: 50%;
}
.ebook_first_image img {
  max-width: 100%;
}
.ebook_first_detail {
  width: 50%;
}
.ebook_first_detail_title {
  margin-top: -8px;
  color: #0050a0;
  font-size: 24px;
  line-height: 1.25;
}
.ebook_first_detail_text {
  margin-top: 11px;
}
.ebook_first_detail_text:first-child {
  margin-top: -4px;
  line-height: 1.5;
}
.ebook_first_detail_list_title {
  margin: 11px 0 -19px;
  color: #0050a0;
  font-weight: bold;
  font-size: 24px;
}
.ebook_first_detail_list {
  margin-top: 18px;
}
.ebook_first_detail_list li {
  padding-left: 1em;
  text-indent: -1em;
  color: #0050a0;
  font-weight: bold;
}
.ebook_first_detail_button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 262px;
  height: 64px;
  margin-top: 37px;
  border-radius: 8px;
  background-color: #ff3c19;
  box-shadow: 0 3px 0 0 #d71400;
  color: #fff !important;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
}
.ebook_first_detail_button:hover {
  background-color: #ff6441;
}

@media screen and (max-width: 720px) {
  .ebook_first {
    margin-top: 0;
    padding: 0 20px;
    background-position-x: 3.75vw, calc(100% - 3.75vw);
    background: url("/images/ebook/ebook_bg_00.png") -36px 1px no-repeat, url("/images/ebook/ebook_bg_01.png") calc(100% + 18px) 191px no-repeat;
  }
  .ebook_first_title {
    padding-top: 58px;
    font-size: 32px;
  }
  .ebook_first_mv {
    display: block;
    margin-top: 23px;
  }
  .ebook_first_mv img {
    max-width: 100%;
  }
  .ebook_first_catch {
    margin-top: 6px;
    margin-bottom: -21px;
    font-size: 24px;
  }
  .ebook_first_content {
    flex-direction: column;
    margin-top: 22px;
  }
  .ebook_first_image {
    width: 100%;
  }
  .ebook_first_detail {
    width: 100%;
    margin-top: 20px;
  }
  .ebook_first_detail_text {
    margin-top: 16px;
  }
  .ebook_first_detail_list_title {
    margin-bottom: 0;
  }
  .ebook_first_detail_list {
    margin-top: 14px;
  }
  .ebook_first_detail_button {
    margin: 14px auto 0;
    max-width: 177px;
  }
}

.ebook_pickup {
  margin-top: 60px;
}
.ebook_pickup_content {
  margin-top: 32px;
  padding: 50px;
  background-color: #0050a0;
}
.ebook_pickup_list {
  display: flex;
  column-gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}
.ebook_pickup_list_item {
  width: calc(100% / 3);
}

@media screen and (max-width: 720px) {
  .ebook_pickup {
    margin-top: 55px;
  }
  .ebook_pickup_content {
    padding: 40px 36px;
  }
  .ebook_pickup_list {
    flex-direction: column;
    row-gap: 25px;
  }
  .ebook_pickup_list_item {
    width: 100%;
  }
}

.ebook_card {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  border: solid 1px #ebf0f5;
  border-radius: 8px;
  padding: 6px 13px 30px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
}
.ebook_card_category {
  align-self: flex-start;
  height: 21px;
}
.ebook_card_category span {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0 3px;
  background: #0050a0;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.ebook_card_image {
  margin-top: 7px;
}
.ebook_card_image img {
  max-width: 100%;
}
.ebook_card_title {
  margin-top: 2px;
  margin-bottom: auto;
  color: #004ea0;
  font-size: 22px;
  line-height: 1.36;
  text-align: center;
}
.ebook_card_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 153px;
  height: 40px;
  margin: 14px auto 0;
  border-radius: 8px;
  background-color: #ff3c19;
  box-shadow: 0 3px 0 0 #d71400;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.25;
}
.ebook_card_button:hover {
  background-color: #ff6441;
}

.ebook_search {
  margin-top: 30px;
}
.ebook_search_title {
  margin-top: 22px;
  color: #0050a0;
  font-size: 24px;
  text-align: center;
}
.ebook_search_list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  max-width: 960px;
  margin: 21px auto 0;
}
.ebook_search_list_item {
  width: calc(100% / 3 - 22px * 2 / 3);
}
.ebook_search_button {
  display: flex;
  justify-content: center;
  column-gap: 32px;
  margin-top: 35px;
}
.ebook_search_button_contact,
.ebook_search_button_casestudy {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  border-radius: 8px;
  color: #fff !important;
  font-weight: bold;
  font-size: 24px;
}
.ebook_search_button_contact {
  width: 286px;
  background-color: #ff3c19;
  box-shadow: 0 3px 0 0 #d71400;
}
.ebook_search_button_contact:hover {
  background-color: #ff6441;
}
.ebook_search_button_casestudy {
  width: 310px;
	background-color: #8bc34a;
	box-shadow: 0 3px 0 0 #639b22;
}
.ebook_search_button_casestudy:hover {
  background-color: #a2db62;
}

@media screen and (max-width: 720px) {
  .ebook_search {
    margin-top: 55px;
  }
  .ebook_search_list {
    flex-direction: column;
    gap: 25px;
    padding: 0 36px;
  }
  .ebook_search_list_item {
    width: 100%;
  }
  .ebook_search_button {
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
    margin-top: 40px;
  }
  .ebook_search_button_contact {
    width: 176px;
  }
  .ebook_search_button_casestudy {
    width: 200px;
  }
}

.ebook_download {
  max-width: 632px;
  margin: 52px auto 0;
}
.ebook_download_form {
  margin-top: 18px;
  background-color: #ebf0f5;
}
.ebook_download_form dt,
.ebook_download_form dd {
  padding-left: 32px;
  padding-right: 32px;
}
.ebook_download_form dt {
  margin-bottom: 8px;
  padding-top: 20px;
  font-weight: bold;
  line-height: 1;
}
.ebook_download_form dt.need:after {
  content: "［必須］";
  color: #ff3c19;
}
.ebook_download_form dd {
  padding-bottom: 16px;
  border-bottom: solid 1px #fff;
}
.ebook_download_form dd label.error {
  color: #ff3c19;
}
.ebook_download_form .radio-ttl {
  margin-bottom: 10px;
}
.ebook_download_form_input {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  border: solid 1px #c8cdd2;
}
.ebook_download_form_radio {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.ebook_download_form_radio span {
  vertical-align: -2px;
}
.flex_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ebook_download_form .form_content {
  display: flex;
  margin-top: 11px;
}
.ebook_download_form .ebook_download_form_name {
  display: flex;
  flex-direction: column;
}
.ebook_download_form .ebook_download_form_name .ebook_download_form_first_name,
.ebook_download_form .ebook_download_form_name .ebook_download_form_last_name {
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}
.ebook_download_form .ebook_download_form_name input {
  width: 100%;
  max-width: 160px;
}
.ebook_download_form .ebook_download_form_name .f_item_name_last {
  margin-right: 8px;
}
.ebook_download_form input[type=radio] {
  width: 24px;
  height: 24px;
  margin: 1px 4px 0 0;
  vertical-align: bottom;
}
.ebook_download_form_privacy {
  /* display: flex;
  justify-content: center; */
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  text-indent: -39px;
  margin-left: 39px;
}
.service_privacy_checkbox{
  width: 24px;
  height: 24px;
  margin: 0;
}
.ebook_download_form_privacy_link {
  color: #0050a0;
}
.ebook_download .button {
  max-width: none;
  margin-top: 18px;
  height: auto;
}
.ebook_download_form_submit {
  padding: 0;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  line-height: 1.3;
  padding: 18px 0;
}
.ebook_download_form_submit.disabled {
  background-color: #c8cdd2;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  top: 3px;
  cursor: default;
}
.ssl {
  margin: 32px auto 0;
  padding-bottom: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.isms {
  margin: 32px auto 0;
  padding-bottom: 55px;
  text-align: center;
}
.isms_b {
  margin: 32px auto 0;
  padding-bottom: 100px;
  text-align: center;
}
.flex_ismsbox {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items:center;
}
.flex_ismsbox img {
  width: 150px;
}
.flex_ismsbox p {
  width: 440px;
  text-align: left;
  margin-left: 15px;
  line-height: 1.5;
}
.isim_small{
  font-size: 11px;
}

@media screen and (max-width: 720px) {
  .ebook_download {
    margin-top: 15px;
    padding: 0 20px;
  }
  .ebook_download_form dt,
  .ebook_download_form dd {
    padding-left: calc(100% * 29 / 560);
    padding-right: calc(100% * 29 / 560);
  }
  .ebook_download_form .radio-ttl {
    margin-bottom: 24px;
  }
  .ebook_download_form_radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ebook_download_form_radio label:not(:last-child) {
    margin-bottom: 20px;
  }
  .ebook_download_form .ebook_download_form_name {
    width: 100%;
  }
  .ebook_download_form .ebook_download_form_name:nth-child(1) {
    margin-right: 7px;
  }
  .ssl {
    margin: 32px 0 0;
  }
  .ssl p {
    text-align: left;
  }
  .isms {
    margin: 32px 0 0;
  }
  .isms_b {
    margin: 32px 0 0;
  }
  .flex_ismsbox p {
    width: 335px;
    text-align: left;
    margin: auto;
    font-size: 14px;
    line-height: 1.5;
  }
  .flex_ismsbox {
    display: block;
    margin: 10px auto 10px;
  }
}

.ebook_thanks {
  position: relative;
  margin-top: 85px;
  background: url("/images/ebook/ebook_bg_00.png") 1px -8px no-repeat, url("/images/ebook/ebook_bg_01.png") calc(100% + 20px) 63px no-repeat;
}
.ebook_thanks_title {
  padding-top: 70px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}
.ebook_thanks_catch {
  margin-top: 47px;
  font-size: 32px;
  line-height: 1.31;
  text-align: center;
}
.ebook_thanks_text {
  margin-top: 50px;
  text-align: center;
}
.ebook_thanks_text p + p {
  margin-top: 13px;
}
.ebook_thanks_text a {
  color: #0250a0;
  text-decoration: underline;
}
.ebook_thanks_button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 406px;
  height: 64px;
  margin: 28px auto 0;
  border-radius: 8px;
  background-color: #ff3c19;
  box-shadow: 0 3px 0 0 #d71400;
  color: #fff !important;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
}
.ebook_thanks_button:hover {
  background-color: #ff6441;
}
.ebook_thanks_contact {
  margin-top: 19px;
  text-align: center;
}
.ebook_thanks_contact a {
  color: #0250a0;
  text-decoration: underline;
}
.ebook_thanks_chatwork {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  max-width: 632px;
  margin: 57px auto 0;
  padding: 14px 22px 33px 39px;
  background: #ebf0f5;
}
.ebook_thanks_chatwork_detail {
  margin-top: 13px;
}
.ebook_thanks_chatwork_detail_title {
  color: #0050a0;
  font-size: 24px;
  line-height: 1.25;
}
.ebook_thanks_chatwork_detail_text {
  margin-top: 12px;
}
.ebook_thanks_chatwork_detail_button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 287px;
  height: 40px;
  margin-top: 14px;
  border-radius: 8px;
  background-color: #ff3c19;
  box-shadow: 0 3px 0 0 #d71400;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.25;
}
.ebook_thanks_chatwork_detail_button:hover {
  background-color: #ff6441;
}
.ebook_thanks_chatwork_profile {
  text-align: center;
}
.ebook_thanks_chatwork_profile_image {
  display: inline-block;
  width: 151px;
}
.ebook_thanks_chatwork_profile_image img {
  max-width: 100%;
}
.ebook_thanks_chatwork_profile_name {
  margin-top: -4px;
  font-size: 12px;
}

@media screen and (max-width: 720px) {
  .ebook_thanks {
    margin-top: 0;
    padding: 51px 20px 0;
    background-position-x: 3.75vw, calc(100% - 3.75vw);
    background: url("/images/ebook/ebook_bg_00.png") -36px 1px no-repeat, url("/images/ebook/ebook_bg_01.png") calc(100% + 18px) 191px no-repeat;
  }
  .ebook_thanks_title {
    padding-top: 0;
    font-size: 24px;
  }
  .ebook_thanks_catch {
    margin: 34px -5px 0;
    font-size: 20px;
  }
  .ebook_thanks_text {
    margin-top: 33px;
    text-align: left;
  }
  .ebook_thanks_button {
    max-width: 320px;
    margin-top: 24px;
  }
  .ebook_thanks_contact {
    margin-top: 26px;
  }
  .ebook_thanks_chatwork {
    flex-direction: column;
    margin-top: 31px;
    padding: 14px 20px 20px;
  }
  .ebook_thanks_chatwork_detail_button {
    margin: 8px auto 0;
  }
  .ebook_thanks_chatwork_profile {
    margin-top: 27px;
  }
}
.ebook_download .required_small_offer{
  color: #969ba0;
  font-size: 12px;
  margin: 8px 32px;
}
@media screen and (max-width: 720px){
  .ebook_download .required_small_offer{
    margin: 8px calc(100% * 29 / 560)
  }
}