@charset "UTF-8";
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.c-inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
.lpKv {
  text-align: center;
  margin: 0 0 110px;
}
.lpKv .c-inner {
  max-width: 1280px;
}
.lpKv img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}
.lpKv p {
  margin: 32px 0;
  font-size: 16px;
}
.lpSection {
  border-radius: 40px;
  padding: 0 0 160px;
  font-size: 16px;
  line-height: 1.5;
}
.lp-box:not(:last-child) {
  margin: 0 0 120px;
}
.lp-box {
  border-radius: 10px;
  background: #fff;
}
.lp-head {
  border-radius: 10px;
  background-color: #10218b;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.lp-body {
  padding: 64px 0 0;
}
.lp-info dl:not(:last-child) {
  margin: 0 0 32px;
}
.lp-info dt {
  color: #10218b;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  position: relative;
}
.lp-info dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #10218b;
  transform: rotate(45deg);
}
.lp-body li {
  list-style-type: disc;
  margin: 0 0 5px 19px;
}
.lp-info li:last-child {
  margin-bottom: 0;
}
.lp-body a {
  color: #005ab4;
  text-decoration: none;
}
.lp-info p:not(:last-child) {
  margin: 0 0 24px;
}
.lp-info p,
.lp-info dd {
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .lp-body a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .lp-head {
    font-size: 18px;
  }
}
.lp-body a[target="_blank"]:not(.lp-digico-link a),
.lpKv p a[target="_blank"] {
  color: #005ab4;
  font-weight: bold;
}
.lp-body a[target="_blank"] img,
.lpKv p a[target="_blank"] img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.lp-body .lp-step-btn a img,
.lp-body .lp-digico-link a img {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #contents {
    padding: 0;
  }
  .lpKv {
    margin: 0 0 80px;
  }
  .lpKv p {
    margin: 24px 0 0;
    font-size: 14px;
  }
  .lpSection {
    padding: 0 0 120px;
  }
  .lp-box:not(:last-child) {
    margin: 0 0 80px;
  }
  .lp-body {
    padding: 32px 0 0;
  }
}
/*  */
.lp-digico {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 0 0 40px;
}
.lp-digico-logo {
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  width: calc(42% - 20px);
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-digico-text {
  width: calc(58% - 20px);
}
.lp-digico-text p {
  line-height: 1.8;
}
.lp-digico-link {
  margin: 0 0 32px;
  text-align: center;
}
.lp-digico-link dt {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 24px;
}
.lp-digico-link a {
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 20px;
  transition: 0.3s ease;
  padding: 0 31px;
}
@media screen and (min-width: 768px) {
  .lp-digico-link a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .lp-digico {
    display: block;
  }
  .lp-digico-logo {
    width: 100%;
    height: 140px;
    margin: 0 0 32px;
  }
  .lp-digico-logo img {
    width: 166px;
  }
  .lp-digico-text {
    width: 100%;
  }
  .lp-digico-text p {
    line-height: 1.8;
  }
}
/*  */
.lp-contact {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}
.lp-contact dt {
  width: 56px;
}
.lp-contact dd {
  width: calc(100% - 56px);
  padding: 0 0 0 16px;
  font-size: 14px;
  font-weight: bold;
}
.lp-contact p {
  line-height: 1.15;
  margin: 0 0 10px;
}
.lp-contact p:last-child {
  margin-bottom: 0;
}
.lp-contact dd a {
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  margin: 5px 0 0;
}
.lp-privacy {
  margin: 0 0 64px;
}
.lp-privacy p {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 24px;
}
.lp-privacy p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .lp-contact {
    display: block;
  }
  .lp-contact dt {
    width: 100%;
    text-align: center;
    margin: 0 0 24px;
  }
  .lp-contact dd {
    width: 100%;
    padding: 0;
  }
  .lp-contact dd a {
    font-size: 14px;
  }
  .lp-privacy {
    margin: 0 0 32px;
  }
}
.txt-main {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  margin: 0 0 15px;
}
.txt-main:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .txt-main {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .txt-main {
    font-size: 17px;
  }
}
.lp-faq dl {
  margin: 0 0 40px;
}
.lp-faq dt {
  background: url(/products/homeprojector/campaign/ef62-campaign/common/images/q.svg)
    no-repeat left 1px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 16px;
  padding: 0 0 0 29px;
}
.lp-faq dd {
  border-radius: 10px;
  background: url(/products/homeprojector/campaign/ef62-campaign/common/images/a.svg)
    no-repeat 24px 26px #eff4fe;
  font-size: 16px;
  line-height: 1.75;
  padding: 24px 32px 24px 58px;
}
@media screen and (max-width: 767px) {
  .lp-faq dd {
    border-radius: 10px;
    background-position: 24px 16px;
    font-size: 16px;
    line-height: 1.75;
    padding: 56px 24px 24px 24px;
  }
}
.lp-products {
  display: flex;
  flex-wrap: wrap;
  gap: 39px;
}
.lp-products li {
  width: calc(calc(100% - 78px) / 3);
  list-style: none;
  margin: 0;
}
.lp-products .img {
  margin: 0 0 24px;
}
.lp-products .img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.lp-products .txt {
  margin: 0 0 16px;
}
.lp-products-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
}
.lp-products a.lp-btn {
  border-radius: 40px;
  background: url(/products/homeprojector/campaign/ef62-campaign/common/images/arrow.svg)
    no-repeat right 16px center #000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 28px;
  text-decoration: none;
  transition: 0.3s;
  padding-top: 1px;
}
@media screen and (min-width: 768px) {
  .lp-products a.lp-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 800px) {
  .lp-products {
    display: block;
  }
  .lp-products li {
    width: 100%;
    margin: 0 0 32px;
  }
  .lp-products li:last-child {
    margin-bottom: 0;
  }
  .lp-products a.lp-btn {
    background-position: right 32px center;
    height: 56px;
    padding: 0 32px;
  }
}
.lp-step li {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: flex-start;
  margin: 0 0 32px;
}
.lp-step .img {
  width: 176px;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  position: relative;
}
.lp-step .img img {
  border-radius: 10px;
}
.lp-step .txt {
  width: calc(100% - 176px);
  padding: 20px 0 0 12px;
}
.lp-step p,
.lp-step-title {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 8px;
}
.lp-step p:last-child {
  margin-bottom: 0;
}
.lp-step .lp-step-title {
  font-weight: 600;
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  .lp-step li {
    display: block;
  }
  .lp-step .img {
    margin: 0 auto 24px;
  }
  .lp-step .txt {
    width: 100%;
    padding: 0;
  }
  .lp-step p.lp-step-title {
    text-align: center;
  }
}
.lp-step-note {
  border-radius: 10px;
  background-color: #eff4fe;
  padding: 32px;
}
.lp-step-note h4,
.lp-step-note p {
  line-height: 1.8;
  margin: 0 0 8px;
}
.lp-step-note p:last-child {
  margin-bottom: 0;
}
.fw-600 {
  font-weight: 600;
}
.lp-step-btn {
  margin: 32px 0;
}
.lp-step-btn a {
  background-color: #5a54cc;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 288px;
  height: 56px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 40px;
  margin: 0 auto;
  text-align: 0.3s;
}
.lp-step-btn a span{
  color: #fff;
}
.lp-step-btn a img {
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .lp-step-btn a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .lp-step-note {
    padding: 24px;
  }
}
.icoLLinkW img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.highlight {
    background-color: yellow; /* 蛍光黄色 */
    color: black; /* 文字色を黒に設定 */
    padding: 0.2em 0.4em; /* パディングでテキスト周りに余白を作る */
}
.caution_list {
  margin-top: 40px;
  border: 1px solid #E60000;
  padding: 18px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .caution_list {
    margin-top: 30px;
  }
}
