/* Relux × povo2.0ギガ連携施策LP(2512) */
.povodata2512 p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.povodata2512 .kv {
  background-image: url(/stcontents/img/sub-page/lp/povodata2512/kv-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 460px;
}
.povodata2512 .kv-inner {
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
}
.povodata2512 .kv-title {
  text-align: center;
  margin-bottom: 40px;
}
/* PC幅では左右paddingを0とする */
.povodata2512 .content {
  padding: 40px 0 120px;
}
.povodata2512 .sec {
  margin-bottom: 66px;
}
.povodata2512 .heading {
  padding-bottom: 16px;
  margin-bottom: 24px;
  text-align: center;
  position: relative;
}
.povodata2512 .heading::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #FF503E;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.povodata2512 .heading h2 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.povodata2512 .case-study {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  justify-items: center;
}
.povodata2512 .case-study > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 352px;
  width: 100%;
  padding: 24px;
}
.povodata2512 .case-study .icon {
  display: flex;
  justify-content: center;
  margin-right: 8px;
  min-width: 100px;
}
.povodata2512 .case-study > li p {
  margin-bottom: 0;
  max-width: 192px;
  width: 100%;
}
.povodata2512 .table-basic .th {
  width: 22.4%!important;
}
.povodata2512 ul.benefits-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.povodata2512 ul.benefits-list > li::before {
  content: '・';
}
.povodata2512 p sup {
  vertical-align: super;
  font-size: 0.6em;
}
.povodata2512 .text-link {
  color: #757575;
  text-decoration: none;
  position: relative;
  padding-right: 28px;
}
.povodata2512 .text-link:hover {
  color: #757575;
  text-decoration: underline;
}
.povodata2512 .text-link::after {
  background-image: url(/stcontents/img/sub-page/lp/povodata2512/icon-text-link.svg);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.povodata2512 .text-link a {
  color: #757575;
}
.povodata2512 .copyright {
  font-size: 1rem;
  color: #757575;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 0;
}
.povodata2512 .notes {
  color: #757575;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.5;
}

/* 進呈方法箇所下の一文専用 */
.povodata2512 .notes > .notes-info {
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 1px;
}

.povodata2512 ul.notes > li {
  padding-left: 1em;
  text-indent: -1em;
}
.povodata2512 ul.notes > li::before {
  content: '※';
}
.povodata2512 .notes-wrap {
  background-color: #EBEBEB;
  margin: auto;
  max-width: 736px;
  padding: 24px;
}
.povodata2512 .notes-listTtl,
.povodata2512 .notes-listTtl-hasIcon {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-left: -0.33em;
}
.povodata2512 .notes-listTtl .font-bold {
  font-weight: bold;
}
.povodata2512 .notes-listTtl-hasIcon {
  text-indent: -1.1em;
  margin-bottom: 4px;
}
.povodata2512 .notes-listTtl-hasIcon::before {
  content: '※';
}
.povodata2512 ul.notes-list {
  font-size: 1.2rem;
}
.povodata2512 ul.notes-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.povodata2512 ul.notes-list > li::before {
  content: '・';
}
.povodata2512 ul.notes-list .has-icon {
  text-indent: -1.1em;
  margin-bottom: 4px;
}
.povodata2512 ul.notes-list .has-icon::before {
  content: '※';
}
.povodata2512 ul.notes-list li > a {
  color: #757575;
  text-decoration: underline;
}
.povodata2512 ul.notes-list li > a:hover {
  color: #757575;
  text-decoration: none;
}
.povodata2512 .step {
  margin-top: 24px;
  margin-bottom: 16px;
}
.povodata2512 .step-img img,
.povodata2512 .cp-bnr img {
	width: 100%;
	height: auto;
}
.povodata2512 .cp-details {
  text-align: center;
}
.povodata2512 .cp-details > p {
  font-size: 1.4rem;
  font-weight: bold;
}

/* iPadMini幅（768px）〜iPadPro幅（1024px）は、上下paddingはPC維持。左右paddingを16pxとする */
@media (min-width: 768px) and (max-width: 1024px) {
  .povodata2512 .content {
    padding: 40px 16px 120px;
  }
}

@media screen and (max-width: 767px) {
  .povodata2512 p {
    font-size: 1.4rem;
  }
  .povodata2512 .kv {
    background-image: url(/stcontents/img/sub-page/lp/povodata2512/kv-bg-sp.webp);
  }
  .povodata2512 .kv-title img {
  vertical-align: bottom;
  }
  /* iPadMini幅（768px）以下は、上下paddingはSP幅に調整。左右paddingは16pxのままとする */
  .povodata2512 .content {
    padding: 24px 16px 40px;
  }
  .povodata2512 .heading {
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
  .povodata2512 .heading h2 {
    font-size: 2rem;
  }
  .povodata2512 .sec {
    margin-bottom: 40px;
  }
  .povodata2512 .case-study {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 4px;
  }
  .povodata2512 .case-study > li {
    flex-direction: column;
    text-align: center;
    max-width: none;
    padding: 8px 0;
  }
  .povodata2512 .case-study .icon {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .povodata2512 .case-study > li p {
    max-width: none;
  }
  .povodata2512 .notes-wrap {
    max-width: 100%;
    padding: 16px;
  }

  /* 進呈方法箇所下の一文専用 */
  .povodata2512 .notes > .notes-info {
  font-size: 1.2rem;
  }

  .povodata2512 ul.notes-list > li {
    padding-left: 0;
  }
  .povodata2512 ul.notes-list .pre {
    margin-left: 1em;
  }
  .povodata2512 .step {
    margin-top: 16px;
  }
  .povodata2512 .step-img {
		display: flex;
		justify-content: center;
		align-items: center;
	}
  .povodata2512 .cp-bnr {
		max-width: 100%;
	}
	.povodata2512 .step-img img {
		max-width: 343px;
	}
  .povodata2512 .cp-details > p {
    font-size: 1.2rem;
  }
  .povodata2512 .cp-details .btn-wide {
    max-width: 300px;
  }
}

@media screen and (min-width: 768px) {
  .povodata2512 .table-basic th {
    width: 22.4%;
  }
}