/* 
  ***** Pardot 読み込み用 *****
*/
.ebook_form_main .L01-001-item__inner {
  width: 100%;
}

.page_ebook_form {
  display: flex;
  justify-content: space-between;
}

.page_ebook_form, .page_ebook_form * {
  box-sizing: border-box;
}

.ebook_section-description {
  padding-top: 16px;
  width: 740px;
}
.ebook_h1 {
  font-size: 40px;
  line-height: 1.25;
  color: #006152;
  font-weight: 500;
  margin-bottom: 30px;
}
.ebook_meta {
  margin-bottom: 10px;
}
.ebook_category {
  font-size: 12px;
  padding: 2px 5px;
  line-height: 1.6;
  border: 1px solid #45494B;
  color: #45494B;
  display: inline-block;
}
.ebook_category + .ebook_category {
  margin-left: 10px;
}
.ebook_h2 {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho ProN", NotoSerifJapanese, serif;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  color: #293337;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 42px;
}
.ebook_description_box {
  border: 1px solid #DBDBDB;
  padding: 20px;
}
.ebook_description_figure {
  margin-bottom: 30px;
}
.ebook_description_img {
  width: 100%;
  height: auto;
}
.ebook_description_dt {
  color: #0A8479;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.ebook_description_dd {
  color: #45494B;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}
.ebook_section-form {
  width: 426px;
}
.ebook_form {
  background-color: #F7F7F7;
  padding-top: 30px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  min-height: 750px;
}
.ebook_form_item {
  margin-bottom: 10px;
}
.ebook_form_label {
  display: flex;
  align-items: center;
  color: #156D65;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.ebook_form_item.required .ebook_form_label::after {
  content: '必須';
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  width: 24px;
  text-align: center;
  height: 15px;
  display: inline-block;
  background-color: #C8143D;
  margin-left: 1em;
}
.page_ebook_form .text {
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  padding: 8px 9px;
  font-size: 15px;
  line-height: 1.3;
  width: 100%;
}
.page_ebook_form .select {
  width: 260px;
  color: #DDDDDD;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right 15px top 50%;
  background-image: url(https://www.nihon-ma.co.jp/common/image/modules/icon-arrow@2x.png);
  background-repeat: no-repeat;
  background-size: 6px 7px;
  background-color: #fff;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  padding: 8px 9px;
  font-size: 15px;
  line-height: 1.3;
  width: 100%;
}
.page_ebook_form .text:focus,
.page_ebook_form .select:focus
{
  outline-color: #13A398;
}
.page_ebook_form .select:focus {
  outline-color: none;
  border: 2px solid #13A398;
}
.page_ebook_form .text::placeholder,
.page_ebook_form .select::placeholder {
  color: #DDDDDD;
}
.page_ebook_form .select option:not(.selected) {
  color: #65676a;
}
.page_ebook_form .select.selected {
  color: #65676a;
}
.ebook_form_item.ebook_form_item-name {
  display: flex;
  justify-content: space-between;
}
.ebook_form_item.ebook_form_item-name > .ebook_form_item {
  width: 190px;
}
.ebook_form_text {
  font-size: 13px;
  color: #666666;
  line-height: 1.5;
}
.ebook_form_checkbox {
  display: none;
}

#pardot-form .ebook_form_item.ebook_form_item_UriKai label.inline {
  position: relative;
  padding-left: 28px;
  padding-right: 8px;
  cursor: pointer;
  margin-bottom: 6px;
  font-size: 13px;
}
#pardot-form .ebook_form_item.ebook_form_item_UriKai label.inline::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  content: "";
}
/*#pardot-form .ebook_form_item.ebook_form_item_UriKai label.inline.checked::before {*/
#pardot-form .ebook_form_item.ebook_form_item_UriKai input[type=radio]:checked ~ label.inline::before {
  position: absolute;
  border-color: #0a847b;
  background-color: #0a847b;
}
/*#pardot-form .ebook_form_item.ebook_form_item_UriKai label.inline.checked::after {*/
#pardot-form .ebook_form_item.ebook_form_item_UriKai input[type=radio]:checked ~ label.inline::after {
  position: absolute;
  top: 3px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  content: "";
}
#pardot-form .ebook_form_item.ebook_form_item_UriKai input.error + label.inline::before {
  background-color: #FFDFDF;
  border-color: #C8143D;
}
#pardot-form .ebook_form_item.ebook_form_item_UriKai span.value span input[type="radio"] {
  display: none;
}

#pardot-form .ebook_form_item.ebook_form_item_sales label.inline {
  position: relative;
  padding-left: 28px;
  padding-right: 8px;
  cursor: pointer;
  margin-bottom: 6px;
  font-size: 13px;
}
#pardot-form .ebook_form_item.ebook_form_item_sales label.inline::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  content: "";
}
/*#pardot-form .ebook_form_item.ebook_form_item_sales label.inline.checked::before {*/
#pardot-form .ebook_form_item.ebook_form_item_sales input[type=radio]:checked ~ label.inline::before {
  position: absolute;
  border-color: #0a847b;
  background-color: #0a847b;
}
/*#pardot-form .ebook_form_item.ebook_form_item_sales label.inline.checked::after {*/
#pardot-form .ebook_form_item.ebook_form_item_sales input[type=radio]:checked ~ label.inline::after {
  position: absolute;
  top: 3px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  content: "";
}
#pardot-form .ebook_form_item.ebook_form_item_sales input.error + label.inline::before {
  background-color: #FFDFDF;
  border-color: #C8143D;
}
#pardot-form .ebook_form_item.ebook_form_item_sales span.value span input[type="radio"] {
  display: none;
}

#pardot-form .ebook_form_item.ebook_form_item_privacy label.inline {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  margin-bottom: 6px;
  font-size: 13px;
}
#pardot-form .ebook_form_item.ebook_form_item_privacy label.inline::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  content: "";
}
#pardot-form .ebook_form_item.ebook_form_item_privacy label.inline.checked::before {
  position: absolute;
  border-color: #0a847b;
  background-color: #0a847b;
}
#pardot-form .ebook_form_item.ebook_form_item_privacy label.inline.checked::after{
  position: absolute;
  top: 1px;
  left: 3px;
  width: 12px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}
.ebook_form_item.ebook_form_item_privacy > .ebook_form_text {
  padding-left: 28px;
}
.ebook_form_item p a:not([href*="amazon"])[target="_blank"]:after {
  bottom: 2px;
}
.ebook_form_button {
  display: block;
  min-width: 320px;
  min-height: 50px;
  padding: 14px 30px 16px;
  border-radius: 25px;
  font-size: 16px;
  font-family: inherit;
  line-height: 1.3;
  text-align: center;
  background-color: #0a847b;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.ebook_form_button:hover {
  background-color: #13a398;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.ebook_link_area {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.ebook_link_area {
  color: #3286D9;
  font-size: 14px;
  text-decoration: underline;
}
.ebook_form_p-error {
  font-size: 13px;
  color: #C8143D;
  line-height: 1.5;
}
.page_ebook_form .text.error,
.page_ebook_form .select.error {
  background-color: #FFDFDF;
  border-color: #C8143D;
}
.page_ebook_form .text.error::placeholder,
.page_ebook_form .select.error::placeholder{
  color: #C8143D;
}
#pardot-form .ebook_form_item.ebook_form_item_privacy input.error + label.inline::before {
  background-color: #FFDFDF;
  border-color: #C8143D;
}
.ebook_h3-pattern2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 20px;
}
.ebook_form_wrap-pattern2_link {
  margin-top: 24px;
  color: #0A8479;
  font-weight: 700;
  text-decoration: underline;
  font-size: 16px;
  text-align: center;
  display: table;
  margin-right: auto;
  margin-left: auto;
}
/* .ebook_form_wrap-pattern2 {
  display: none;
} */
/* .ebook_form_wrap-pattern1 {
  display: none;
} */
.ebook_form_item.ebook_form_item_privacy {
  display: flex;
  flex-direction: column;
}
.ebook_form_item.ebook_form_item_privacy > .ebook_form_label {
  order: 1;
}
.ebook_form_item.ebook_form_item_privacy > .ebook_form_text {
  order: 3;
}
.ebook_form_item.ebook_form_item_privacy > span.value {
  order: 2;
}
.ebook_form_item.ebook_form_item_privacy > .ebook_form_p-error {
  order: 4;
}
#pardot-form .ebook_form_item.ebook_form_item_privacy span.value span input[type="checkbox"] {
  display: none;
}
.ebook_form_item input,
.ebook_form_item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ebook_description_dd .H02-001-01 {
  line-height: 1.8;
  font-weight: 500;
  font-size: 16px;
}
.ebook_description_dd > .H02-001-01:first-child {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.ebook_description_dd > .H02-001-01 + .H02-001-01 {
  margin-top: 0.5em;
}
.ebook_description_dd .H02-001-01 .ebook_description_dd_bold {
  font-weight: 700;
}
.ebook_form_item_position {
  display: none;
}
.ebook_description_li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
@media screen and (min-width: 769px) {
  .ebook_form_item.ebook_form_item_lastName,
  .ebook_form_item.ebook_form_item_firstName {
    float: left;
    width: 190px;
  }
  .ebook_form_item.ebook_form_item_lastName {
    clear: both;
  }
  .ebook_form_item.ebook_form_item_tel.required.phone {
    clear: both;
  }
  .ebook_form_item.ebook_form_item_prefecture {
    clear: both;
  }
  .ebook_form_item.ebook_form_item_firstName {
    margin-left: 16px;
  }
  .header {
    padding-top: 34px;
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 769px) and (-ms-high-contrast: none) {
  .L01-001-item__inner {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page_ebook_form {
    flex-direction: column;
  }
  .ebook_section-description, .ebook_section-form {
    width: 100%;
  }
  .ebook_section-description {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .ebook_h1 {
    font-size: 23px;
    margin-bottom: 28px;
  }
  .ebook_h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .ebook_form {
    margin-right: -15px;
    margin-left: -15px;
    min-height: auto;
  }
  .page_ebook_form .select, .ebook_form_button {
    width: 100%;
  }
  .ebook_form_item.ebook_form_item-name {
    flex-direction: column;
  }
  .ebook_form_item.ebook_form_item-name > .ebook_form_item {
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .header__inner.header__inner_type_breadcrumbs {
    position: relative;
    padding: 0 30px;
    height: 50px;
  }
  .breadcrumbs {
    top: 0;
    left: 30px;
  }
  .header {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header__inner {
    height: 93px;
  }
  }
  @media screen and (max-width: 768px) {
  .header__inner.header__inner_type_breadcrumbs {
    padding-left: 15px;
  }
  }
  
  .links {
    -webkit-box-sizing: border-box;
        box-sizing: border-box;
    background-color: #343d45;
    color: #fff;
  }
  
  @media screen and (min-width: 769px) {
    .links {
    padding: 20px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .links {
    padding: 30px 0 50px;
    }
  }
  
  .links-title {
    font-weight: 700;
    text-align: center;
  }
  
  @media screen and (min-width: 769px) {
    .links-title {
    font-size: 20px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .links-title {
    padding: 15px 0;
    font-size: 18px;
    }
  }
  
  @media screen and (min-width: 769px) {
    .links__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
      -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 20px auto 5px;
    width: 1000px;
    /* width: 700px; */
    }
  }
  
  @media screen and (min-width: 769px) {
    /* .links-box:nth-child(1) {
    width: 380px;
    } */
  }
  
  @media screen and (max-width: 768px) {
    .links-box:nth-child(1) {
    margin: 0 auto;
    }
  }
  
  @media screen and (min-width: 769px) {
    /* .links-box:nth-child(2) {
    width: 260px;
    } */
  }
  
  @media screen and (max-width: 768px) {
    .links-box:nth-child(2) {
    margin: 0 auto;
    }
  }
  
  @media screen and (min-width: 769px) {
    /* .links-box:nth-child(3) {
    width: 260px;
    } */
  }
  
  @media screen and (max-width: 768px) {
    .links-box:nth-child(3) {
    margin: 0 auto;
    }
  }
  
  .links-box-title {
    text-align: center;
  }
  
  @media screen and (min-width: 769px) {
    .links-box-title {
    font-size: 18px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .links-box-title {
    position: relative;
    padding: 10px 0;
    font-size: 16px;
    -webkit-box-shadow: 0 0 0 1px #343d45;
        box-shadow: 0 0 0 1px #343d45;
    background-color: #45515c;
    }
  }
  
  .links-box-title:after {
    content: "－";
    font-weight: 700;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  
  .links-box-title.open:after {
    content: "＋";
  }
  
  .links-box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
      -ms-flex-pack: justify;
        justify-content: space-between;
  }
  
  @media screen and (min-width: 769px) {
    .links-box__inner {
    margin: 10px auto 0;
    padding: 10px 0 0;
    border-top: 1px solid #fff;
    }
  }
  
  @media screen and (max-width: 768px) {
    .links-box__inner {
    margin: 0;
    padding: 0;
    }
  }
  
  @media screen and (max-width: 768px) {
    .links-box-column {
    width: 100%;
    }
  }
  
  @media screen and (min-width: 769px) {
    .links-box-column--area {
    /* width: 110px; */
    margin: 0 auto;
    }
  }
  
  @media screen and (min-width: 769px) {
    .links-box-column--sales {
    width: 110px;
    margin: 0 auto;
    }
  }
  
  @media screen and (max-width: 768px) {
    .links-box-column-item {
    -webkit-box-shadow: 0 0 0 1px #343d45;
        box-shadow: 0 0 0 1px #343d45;
    background-color: #5f6a75;
    }
  }
  
  .links-box-column-item__inner {
    line-height: 1.8;
  }
  
  @media screen and (min-width: 769px) {
    .links-box-column-item__inner {
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .links-box-column-item__inner {
    display: block;
    padding: 12px 0;
    font-size: 14px;
    text-align: center;
    background-size: 8px;
    background-position: top 50% right 5px;
    background-repeat: no-repeat;
    background-image: url("/anken/image/arrow_link_whilte.svg");
    }
  }
  
  @media screen and (max-width: 400px) {
    .links-box-column-item__inner {
    font-size: 13px;
    }
  }
  
  @media screen and (max-width: 380px) {
    .links-box-column-item__inner {
    font-size: 12px;
    }
  }
  
  @media screen and (max-width: 360px) {
    .links-box-column-item__inner {
    font-size: 11px;
    }
  }
  
  @media screen and (max-width: 340px) {
    .links-box-column-item__inner {
    font-size: 10px;
    }
  }
  
  .links-box-column-item__inner:hover {
    border-color: #fff;
  }
  