@charset "UTF-8";
p {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.page-download {
  background: #f5f9fa 0% 0% no-repeat padding-box;
}
.page-download_headerTitle {
  /* height: 100px; */
}
.page-download_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .page-download_main {
    margin-top: 10px;
  }
}
.content {
  display: table;
  width: 1065px;
}

.column {
  float: left;
  width: 50%;
  max-width: 450px;
  margin: 48px 30px;
}
.download_content_img {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  opacity: 1;
  width: 450px;
  height: 311px;
  object-fit: contain;
  margin-bottom: 4px;
}
.download_mokuji_title {
  margin-top: 16px;
  font: normal normal bold 16px/28px Noto Sans JP;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
}
.download_mokuji_list {
  font: normal normal normal 16px/28px Noto Sans JP;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .content {
    width: 363px;
  }
  .column {
    width: 100%;
    float: left;
    max-width: 343px;
    margin: 24px 10px;
    display: flex;
    flex-direction: column;
  }
  .download_content_img {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    opacity: 1;
    width: 343px;
    height: 237;
    object-fit: cover;
    margin-bottom: 10px;
  }
  .download_mokuji_list p {
    font-size: 10px;
    font-weight: 900;
    margin: 0;
  }
  .download_mokuji_list ul {
    display: block;
    list-style-type: decimal;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 14px;
    unicode-bidi: isolate;
    font-size: 10px;
    line-height: 1.9;
  }
  .download_mokuji_list {
    background: #ffffff;
    border-radius: 14px;
    padding: 14px 21px 13px;
  }
}
.download_mokuji_list {
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 21px 13px;
}
.content {
  padding-top: 24px;
}

.column.-first {
  margin-top: 0;
  margin-bottom: 40px;
}

#openDialog1 {
  border-radius: 10px;
  background: #ffffff;
  padding: 13px 18px;
  margin-top: 10px;
  border: none;
}

@media screen and (max-width: 768px) {
  #openDialog1 {
    pointer-events: none;
  }
}
.download_mokuji_list p {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

.download_mokuji_list p::before {
  content: "";
  background: url(/assets/img/common/icon_idea.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: -29px;
  transform: translateY(-50%);
  width: 29px;
  height: 29px;
  border-radius: 50%;
}

.p-book__titleSub {
  font-size: 14px;
  font-weight: 400;
}

.download_book_headerTitle {
  font-size: 18px;
  font-weight: 700;
}

.column.-second {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .column.-second {
    margin: 63px 30px;
  }
}
.download_notice {
  margin-top: 20px;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .download_notice {
    margin-top: 20px;
    font-size: 14px;
  }
}

.contact-count {
  position: absolute;
  top: -18px;
  left: 0;
  background: #2faecb;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  height: 30px;
}

.contact-count p {
  transform: translateY(-3px);
}

.contact-count .count {
  font-size: 21px;
  font-weight: 700;
  padding-left: 4px;
  padding-right: 8px;
}

.column__deco {
  position: absolute;
  background: #e16363;
  font-size: 16px;
  align-items: center;
  line-height: 1.375;
  font-weight: 700;
  color: #fff;
  display: block;
  width: 87px;
  height: 87px;
  z-index: 2;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  right: 0;
  top: -49px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.p-book__title {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-book__title {
    text-align: center;
  }
  .p-book__titleSub {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px;
    display:none;
  }
  .download_book_headerTitle {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .column.-first {
    padding-top: 62px;
  }
  .download_mokuji_list p {
    font-size: 16px;
    font-weight: 900;
    margin: 0;
  }
  .download_mokuji_list ul {
    display: block;
    list-style-type: decimal;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 20px;
    unicode-bidi: isolate;
    font-size: 16px;
    line-height: 1.875;
  }
  #openDialog1 {
    padding: 20px 28px;
    border-radius: 0;
    margin-top: 10px;
    position: relative;
  }
  #openDialog1:before {
    content: "";
    background: url(/assets/img/common/icon_glass.svg) no-repeat center/contain;
    position: absolute;
    right: 7px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  dialog:-internal-dialog-in-top-layer::backdrop {
    background: rgba(0, 0, 0, 0.6);
  }
  .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: -40px;
    right: -40px;
    line-height: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: inherit;
    color: #000;
    border: 0;
    padding: 0;
    width: 75px;
    height: 75px;
  }
  #dialog1 {
    position: relative;
    text-align: left;
    vertical-align: middle;
    overflow: auto;

    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;

    border: none;
    margin: auto auto;
    overflow: visible;
    padding: 0;
    width: 75%;
  }
  .AppDialog__Layout img {
    object-fit: contain;
    width: 100% !important;
    max-height: 77vh;
  }
  .contact-count p {
    transform: translateY(-9px);
  }
  .contact-count {
    width: 960px;
    left: -510px;
    font-size: 20px;
    font-weight: 700;
    height: 44px;
    top: -60px;
  }
  .contact-count .count {
    font-size: 36px;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 700;
  }
  .column__deco {
    width: 130px;
    height: 130px;
    font-size: 22px;
    line-height: 1.4090909091;
    top: -70px;
    right: -40px;
  }
}
@media screen and (min-width: 1024px) {
  .content {
    padding-top: 12px;
  }
}
.download_mokuji_list p {
  line-height: 1.6;
}
.download_mokuji_list p.right-16::before {
  right: -21px;
}
