@charset "UTF-8";
@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  12.5% {
    transform: rotate(45deg) scale(0.95);
  }
  25% {
    transform: rotate(90deg) scale(1);
  }
  37.5% {
    transform: rotate(135deg) scale(1.05);
  }
  50% {
    transform: rotate(180deg) scale(1);
  }
  62.5% {
    transform: rotate(225deg) scale(0.95);
  }
  75% {
    transform: rotate(270deg) scale(1);
  }
  87.5% {
    transform: rotate(315deg) scale(1.05);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.f-zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 300;
  font-style: normal;
}

.f-zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
}

.f-zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
}

.f-zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
}

.f-zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 900;
  font-style: normal;
}

.f-quicksand-light {
  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.f-quicksand-regular {
  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.f-quicksand-medium {
  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.f-quicksand-semibold {
  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.f-quicksand-bold {
  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.f-mplus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.f-mplus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.f-poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.u-color-orange {
  color: #ff6e61;
}

.u-color-yellow {
  color: #f9ea9f;
}

.u-color-red {
  color: #e50138;
}

.u-wave-color-yellow {
  display: inline-block;
  padding-bottom: 10px;
  background-image: url(../images/pages/netsuper-beginnersinfo/wave-01.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto 10px;
}

.wrap-outside {
  padding-right: 0;
  padding-left: 0;
}

.wrap-980 {
  max-width: none;
}

.lp_wrapper {
  color: #000;
  position: relative;
}
.lp_wrapper picture {
  display: block;
}

.lp-fixed-app-download {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 10000;
}

.lp-fixed-app-download-pic {
  position: relative;
  z-index: 1;
}

.lp-fixed-app-download-parts-pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  animation: rotate 12s linear infinite;
}

.lp-heading-h1-pic--img {
  width: 100%;
}

.everyday-troubled-section {
  margin-top: -150px;
  padding: 250px 0 80px 0;
  background-color: #ffeeeb;
}
.everyday-troubled-section .lp-inner {
  max-width: 1000px;
  margin-inline: auto;
}

.everyday-troubled-heading-pic {
  text-align: center;
}

.everyday-troubled-list {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.everyday-troubled-list-item {
  width: 230px;
  padding: 36px 15px 8px;
  border: 2px solid #333;
  border-radius: 30px;
  background-color: #fff;
}

.everyday-troubled-list-item-title {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 4px solid #ffd7d1;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.everyday-troubled-list-item-pic {
  text-align: center;
}

.everyday-troubled-resolution-section {
  margin-top: 60px;
}

.everyday-troubled-resolution-heading-pic {
  text-align: center;
}

.everyday-troubled-resolution-heading-bottom-p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.everyday-troubled-resolution-list-wrap {
  width: 800px;
  margin: 80px auto 0;
  padding-bottom: 40px;
  position: relative;
}

.everyday-troubled-resolution-list-wrap-pic {
  position: absolute;
  right: 190px;
  bottom: 0;
  z-index: 1;
}

.everyday-troubled-resolution-list {
  display: flex;
  gap: 70px;
}

.everyday-troubled-resolution-list-item {
  width: calc((100% - 140px) / 3);
  position: relative;
}
.everyday-troubled-resolution-list-item + .everyday-troubled-resolution-list-item::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 50%;
  left: -46px;
  transform: translateY(-50%) rotate(45deg);
}

.everyday-troubled-resolution-list-item-head {
  padding: 10px;
  border-radius: 30px 30px 0 0;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #e50138;
}

.happy-point-section {
  padding: 80px 0;
  background-image: url(../images/pages/netsuper-beginnersinfo/bg-texture-1.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
}
.happy-point-section .lp-inner {
  max-width: 1000px;
  margin-inline: auto;
}

.happy-point-heading-pic {
  text-align: center;
}

.happy-point-list {
  margin-top: 80px;
}

.happy-point-list-item {
  display: flex;
  gap: 50px;
}
.happy-point-list-item + .happy-point-list-item {
  margin-top: 60px;
}
.happy-point-list-item:nth-child(even) .happy-point-list-item-left {
  order: 2;
}
.happy-point-list-item:nth-child(even) .happy-point-list-item-right {
  order: 1;
}
.happy-point-list-item:nth-child(even) .happy-point-list-item-num {
  order: 2;
}
.happy-point-list-item:nth-child(even) .happy-point-list-item-text {
  order: 1;
}
.happy-point-list-item:nth-child(even) .happy-point-list-item-text-p {
  text-align: right;
}
.happy-point-list-item:nth-child(even) .happy-point-list-item-icon {
  justify-content: flex-start;
}
.happy-point-list-item:nth-child(even) .happy-point-list-item-icon-text {
  background-color: #ffd7d1;
}
.happy-point-list-item:nth-child(even) .happy-point-list-item-icon-text::before {
  left: auto;
  right: -20px;
  border-right: 0;
  border-left: 20px solid #ffd7d1;
}
.happy-point-list-item:nth-child(even) .happy-point-list-item-icon-left {
  order: 2;
}

.happy-point-list-item-left {
  width: 500px;
}

.happy-point-list-item-description {
  display: flex;
  gap: 30px;
}

.happy-point-list-item-num {
  display: flex;
  flex-direction: column;
  width: 60px;
  text-align: center;
}

.happy-point-list-item-num--point {
  font-size: 15px;
  letter-spacing: 0.06em;
}

.happy-point-list-item-num--num {
  font-size: 50px;
}

.happy-point-list-item-text {
  width: 410px;
  margin-top: -10px;
}

.happy-point-list-item-text-p {
  font-size: 20px;
  line-height: 36px;
}
.happy-point-list-item-text-p .u-font-l {
  font-size: 26px;
}

.happy-point-list-item-icon {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 24px;
  margin-top: 50px;
}

.happy-point-list-item-icon-left {
  width: 113px;
}

.happy-point-list-item-icon-right {
  width: 273px;
}

.happy-point-list-item-icon-text {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 106px;
  padding: 20px 15px;
  border-radius: 20px;
  background-color: #f9ea9f;
  position: relative;
}
.happy-point-list-item-icon-text::before {
  content: "";
  position: absolute;
  top: 60%;
  left: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 20px solid #f9ea9f;
}

.happy-point-list-item-icon-text-p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: center;
}

.happy-point-list-item-right {
  width: 450px;
}

.happy-point-list-bottom-caution-p {
  margin-top: 30px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: right;
}

.coupon-present-head {
  padding: 15px 0;
  background-color: #e50138;
  position: relative;
}
.coupon-present-head::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #e50138;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.coupon-present-heading {
  font-size: 27px;
  line-height: 39px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
.coupon-present-heading .u-font-l {
  font-size: 37px;
}

.coupon-present-content {
  padding: 50px 0 60px;
  background-color: #f9e99f;
  background-image: url(../images/pages/netsuper-beginnersinfo/img-phone-1.png);
  background-repeat: no-repeat;
  background-position: right 15px bottom;
  background-size: min(20vw, 360px) auto;
}
.coupon-present-content .lp-inner {
  width: 552px;
  margin-inline: auto;
}

.coupon-present-content-first-p {
  font-size: 17px;
  line-height: 25px;
}

.coupon-present-content-first-p--span {
  background-image: linear-gradient(transparent 60%, #f6B83c 40%);
}

.coupon-present-content-main-p {
  margin-top: 20px;
  font-size: 40px;
  line-height: 58px;
  letter-spacing: -0.05em;
}

.coupon-present-content-feature-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.coupon-present-content-feature-list-item-text {
  padding: 5px 10px;
  border-radius: 24px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.05em;
  text-align: center;
  color: #fff;
  background-color: #e50138;
}

.coupon-present-content-qr {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 20px;
  border: 2px solid #333;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}

.coupon-present-content-qr-chara-pic {
  position: absolute;
  top: 50%;
  left: -218px;
  transform: translateY(-50%);
}

.coupon-present-content-qr-text {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.05em;
  text-align: center;
}

.coupon-present-content-qr-bottom-caution-p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
}

.using-section {
  padding: 80px 0 10vw;
  background-color: #ffeeeb;
  position: relative;
}

.using-heading-pic {
  text-align: center;
}

.using-list {
  display: none;
  margin-top: 50px;
  cursor: grab;
}
.using-list.slick-initialized {
  display: block;
}
.using-list.slide-one {
  display: block;
  width: 50%;
  margin-inline: auto;
}
.using-list .slick-track {
  display: flex;
}
.using-list .slick-slide {
  height: auto !important;
}
.using-list + .slick-arrow-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}
.using-list + .slick-arrow-wrap .slick-arrow {
  width: 45px;
  height: 45px;
  background-image: url(../images/pages/netsuper-beginnersinfo/icon-slick-arw-r-01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: static;
  transform: translate(0, 0);
}
.using-list + .slick-arrow-wrap .slick-arrow::before {
  display: none;
}
.using-list + .slick-arrow-wrap .slick-prev {
  transform: rotate(180deg);
}

.using-list-item {
  margin: 0 10px;
  padding: 30px;
  border: 2px solid #333;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}

.using-list-item-main-text {
  padding-right: 100px;
  font-size: 18px;
  line-height: 30px;
}

.using-list-item-sentence {
  margin-top: 50px;
  font-size: 16px;
  line-height: 30px;
}
.using-list-item-sentence .using-list-item-sentence-border-bottom {
  background-image: linear-gradient(transparent 70%, #ffd7d1 30%);
}

.using-list-item-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}

.handling-product-bg-pic {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.handling-product-section {
  padding: 70px 0 10vw;
  background-image: url(../images/pages/netsuper-beginnersinfo/bg-texture-1.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.handling-product-section .lp-inner {
  max-width: 1000px;
  margin-inline: auto;
}

.handling-product-heading-pic {
  text-align: center;
}

.handling-product-list {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}

.handling-product-list-item {
  width: calc((100% - 100px) / 3);
}

.handling-product-list-item-title {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.handling-product-list-item-title .handling-product-list-item-title-border-bottom {
  background-image: linear-gradient(transparent 70%, #ffd7d1 30%);
}

.handling-product-list-item-pic {
  margin-top: 20px;
}

.handling-product-list-item-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}

.handling-product-child-section {
  margin-top: 50px;
}

.handling-product-child-heading {
  font-size: 24px;
  line-height: 35px;
  text-align: center;
}

.handling-product-category-list {
  display: flex;
  gap: 51px 42px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.handling-product-category-list-item {
  width: calc((100% - 252px) / 7);
}

.handling-product-category-list-item-name {
  margin-top: 20px;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}

.handling-product-category-list-bottom-caution-p {
  margin-top: 30px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: right;
}

.usage-bg-pic {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.usage-section {
  padding: 80px 0 10vw;
  background-color: #ffeeeb;
  position: relative;
}
.usage-section .lp-inner {
  max-width: 1000px;
  margin-inline: auto;
}

.usage-heading-pic {
  text-align: center;
}

.usage-child-section {
  margin-top: 50px;
}
.usage-child-section + .usage-child-section {
  margin-top: 80px;
}

.usage-child-heading {
  text-align: center;
}

.usage-child-heading--span {
  display: inline-block;
  min-width: 300px;
  padding: 10px 45px;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  background-color: #e50138;
}

.usage-child-flow-list {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.usage-child-flow-list-item {
  width: calc((100% - 100px) / 3);
  padding: 30px 25px;
  border: 2px solid #333;
  border-radius: 30px;
  background-color: #fff;
  position: relative;
}
.usage-child-flow-list-item + .usage-child-flow-list-item::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translateY(-50%) rotate(45deg);
}

.usage-child-flow-list-item-num {
  display: flex;
  flex-direction: column;
  width: 50px;
  margin-inline: auto;
  text-align: center;
}

.usage-child-flow-list-item-num--step {
  font-size: 15px;
  letter-spacing: 0.06em;
}

.usage-child-flow-list-item-num--num {
  font-size: 40px;
}

.usage-child-flow-list-item-title {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

.usage-child-flow-list-item-title-pic {
  width: 53px;
}

.usage-child-flow-list-item-title-text {
  display: flex;
  align-items: center;
  width: calc(100% - 53px - 30px);
  font-size: 20px;
  line-height: 30px;
  color: #e50138;
  text-align: center;
}

.usage-child-flow-list-item-text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.usage-child-flow-list-item-download {
  margin-top: 20px;
  text-align: center;
}

.usage-child-flow-list-item-download-link {
  font-size: 16px;
  line-height: 24px;
}

.usage-child-search-btn {
  margin-top: 40px;
}

.usage-child-search-btn-link {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  width: 400px;
  margin-inline: auto;
  padding: 15px 70px;
  border: 2px solid #333;
  border-radius: 100px;
  text-decoration: none;
  background-color: #d6edca;
}

.usage-child-search-btn-link--icon {
  width: 24px;
}

.usage-child-search-btn-link--text {
  width: calc(100% - 24px - 15px);
  font-size: 18px;
  line-height: 30px;
  color: #333;
}

.usage-child-fee-first-p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.usage-child-fee-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}

.usage-child-fee-list-item {
  width: calc((100% - 60px) / 3);
}

.usage-child-fee-list-item-top {
  padding: 30px 30px 30px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  border-left: 2px solid #333;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
}

.usage-child-fee-list-item-heading {
  padding-bottom: 5px;
  border-bottom: 4px solid #ffd7d1;
  font-size: 30px;
  line-height: normal;
  text-align: center;
}

.usage-child-fee-list-item-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 30px 30px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
}

.usage-child-fee-list-item-price {
  text-align: center;
}

.usage-child-fee-list-item-price-num {
  font-size: 57px;
  line-height: 62px;
  color: #e50138;
}
.usage-child-fee-list-item-price-num::after {
  content: "円(税込)";
  font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0.05em;
}

.usage-child-fee-list-item-text {
  margin-top: 5px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.usage-child-fee-list-item-text.f-small {
  font-size: 14px;
}
.usage-child-fee-list-item-text .u-color-red {
  font-size: 22px;
}

.usage-child-fee-list-item-hierarchy-table {
  width: 100%;
  table-layout: fixed;
}

.usage-child-fee-list-item-hierarchy-table-tr:first-child .usage-child-fee-list-item-hierarchy-table-th:first-child {
  background-color: #EEAD36;
}
.usage-child-fee-list-item-hierarchy-table-tr:first-child .usage-child-fee-list-item-hierarchy-table-th:nth-child(2) {
  background-color: #DE6D62;
}
.usage-child-fee-list-item-hierarchy-table-tr:nth-child(2) .usage-child-fee-list-item-hierarchy-table-td:first-child {
  background-color: #F7D89F;
}
.usage-child-fee-list-item-hierarchy-table-tr:nth-child(2) .usage-child-fee-list-item-hierarchy-table-td:nth-child(2) {
  background-color: #F4CABC;
}
.usage-child-fee-list-item-hierarchy-table-tr:nth-child(3) .usage-child-fee-list-item-hierarchy-table-th:first-child {
  background-color: #EE87B5;
}
.usage-child-fee-list-item-hierarchy-table-tr:nth-child(3) .usage-child-fee-list-item-hierarchy-table-th:nth-child(2) {
  background-color: #CB4486;
}
.usage-child-fee-list-item-hierarchy-table-tr:nth-child(4) .usage-child-fee-list-item-hierarchy-table-td:first-child {
  background-color: #F8C8DE;
}
.usage-child-fee-list-item-hierarchy-table-tr:nth-child(4) .usage-child-fee-list-item-hierarchy-table-td:nth-child(2) {
  background-color: #EABBD1;
}

.usage-child-fee-list-item-hierarchy-table-th {
  width: 50%;
  padding: 5px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.usage-child-fee-list-item-hierarchy-table-td {
  padding: 5px;
  text-align: center;
}

.usage-child-fee-list-item-hierarchy-table-td-num {
  font-size: 28px;
}
.usage-child-fee-list-item-hierarchy-table-td-num::after {
  content: "円(税込)";
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
}

.usage-child-service-free {
  margin-top: 70px;
  padding: 60px 90px 60px 20px;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}

.usage-child-service-free-sanri {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: -25px;
  left: 10px;
}

.usage-child-service-free-sanri-picture {
  width: 160px;
}

.usage-child-service-free-sanri-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 205px;
  padding: 40px 10px;
  border-radius: 100%;
  background-color: #ffd7d1;
  position: relative;
}
.usage-child-service-free-sanri-comment::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 28px solid #ffd7d1;
  border-top: 0;
  position: absolute;
  top: 55%;
  left: -18px;
  transform: translateY(-50%) rotate(255deg);
}

.usage-child-service-free-sanri-comment-p {
  text-align: center;
}

.usage-child-service-free-sanri-comment-p--top {
  font-size: 17px;
  line-height: 21px;
}

.usage-child-service-free-sanri-comment-p--bottom {
  font-size: 18px;
  line-height: 26px;
}

.usage-child-service-free-p {
  width: 480px;
  margin-left: auto;
  font-size: 20px;
  line-height: 46px;
  text-align: center;
}
.usage-child-service-free-p .u-color-red {
  font-size: 34px;
}

.usage-child-payment-methods-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}

.usage-child-payment-methods-list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 30px) / 2);
  padding: 20px 50px;
  border-radius: 20px;
  background-color: #fff;
}

.usage-child-payment-methods-list-item-heading {
  font-size: 34px;
  color: #e50138;
  text-align: center;
}

.usage-child-payment-methods-list-item-heading--span {
  font-size: 18px;
  line-height: 28px;
}

.usage-child-payment-methods-list-item-caution-p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.usage-child-payment-methods-list-item-picture {
  margin-top: 5px;
}

.qa-bg-pic {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.qa-section {
  padding: 80px 0 100px;
  background-image: url(../images/pages/netsuper-beginnersinfo/bg-texture-1.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
}
.qa-section .lp-inner {
  max-width: 1000px;
  margin-inline: auto;
}

.qa-heading-pic {
  text-align: center;
}

.qa-block-wrap {
  margin-top: 50px;
}

.qa-block + .qa-block {
  margin-top: 50px;
}
.qa-block:nth-child(even) .qa-block-dd-icon {
  order: 2;
}
.qa-block:nth-child(even) .qa-block-dd-content {
  order: 1;
}

.qa-block-dt {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 10px 30px;
  border: 2px solid #333;
  border-radius: 100px;
  background-color: #fff;
}

.qa-block-dt-icon {
  font-size: 30px;
  line-height: 38px;
  color: #e50138;
}

.qa-block-dt-title {
  font-size: 18px;
  line-height: 26px;
}

.qa-block-dd {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.qa-block-dd-icon {
  width: 110px;
}

.qa-block-dd-content {
  width: calc(100% - 110px - 10px);
  padding: 30px 20px;
  border-radius: 15px;
  background-color: #ffd7d1;
}

.qa-block-dd-content-p {
  font-size: 16px;
  line-height: 24px;
}
.qa-block-dd-content-p .u-font-s {
  font-size: 14px;
}

.this-app-caution {
  padding: 30px 0 20px;
  background-color: #ffeeeb;
}
.this-app-caution .lp-inner {
  max-width: 1000px;
  margin-inline: auto;
}

.this-app-caution-list-item {
  font-size: 12px;
  line-height: 24px;
  color: #222;
}
.this-app-caution-list-item + .this-app-caution-list-item {
  margin-top: 2px;
}

.this-app-caution-last-p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #222;
}

@media (min-width: 992px) {
  .lp-sp {
    display: none;
  }
  .u-hover {
    transition: opacity 0.3s;
  }
  .u-hover:hover {
    opacity: 0.7;
  }
  picture.coupon-present-content-feature-list-item-phone-pic {
    display: none;
  }
}
@media (max-width: 991px) {
  .lp-pc {
    display: none;
  }
  .u-wave-color-yellow {
    padding-bottom: 5px;
    background-image: url(../images/pages/netsuper-beginnersinfo/wave-1-sp.png);
  }
  .lp-fixed-app-download {
    width: 90px;
    right: 10px;
    bottom: 100px;
  }
  .lp-fixed-app-download-parts-pic--img {
    height: auto;
  }
  .lp-fixed-app-download-pic--img {
    height: auto;
  }
  .everyday-troubled-section {
    margin-top: -100px;
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .everyday-troubled-section .lp-inner {
    padding: 0 10px;
  }
  .everyday-troubled-heading-pic--img {
    width: 65%;
    height: auto;
  }
  .everyday-troubled-list {
    gap: 15px;
  }
  .everyday-troubled-list-item {
    width: calc((100% - 15px) / 2);
    padding: 20px 10px 20px;
    border-radius: 20px;
  }
  .everyday-troubled-list-item-title {
    padding-bottom: 13px;
    margin-bottom: 10px;
    border-bottom-width: 3px;
    font-size: 14px;
    line-height: 20px;
  }
  .everyday-troubled-list-item-pic--img {
    height: auto;
  }
  .everyday-troubled-resolution-section {
    margin-top: 50px;
  }
  .everyday-troubled-resolution-heading-pic--img {
    width: 85%;
    height: auto;
  }
  .everyday-troubled-resolution-heading-bottom-p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .everyday-troubled-resolution-list-wrap {
    width: 100%;
    margin-top: 50px;
  }
  .everyday-troubled-resolution-list-wrap-pic {
    width: 22%;
    right: 22vw;
  }
  .everyday-troubled-resolution-list-wrap-pic--img {
    height: auto;
  }
  .everyday-troubled-resolution-list {
    gap: 20px;
  }
  .everyday-troubled-resolution-list-item {
    width: calc((100% - 40px) / 3);
  }
  .everyday-troubled-resolution-list-item + .everyday-troubled-resolution-list-item::before {
    width: 8px;
    height: 8px;
    left: -18px;
  }
  .everyday-troubled-resolution-list-item-head {
    padding: 5px;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
    line-height: 20px;
  }
  .everyday-troubled-resolution-list-item-pic--img {
    width: 100%;
    height: auto;
  }
  .everyday-troubled-bottom-image-pic--img {
    width: 100%;
  }
  .lp-obi-pic--img {
    width: 100%;
  }
  .happy-point-section {
    padding: 50px 0 80px;
    background-image: url(../images/pages/netsuper-beginnersinfo/bg-texture-1-sp.jpg);
  }
  .happy-point-section .lp-inner {
    padding: 0 10px;
  }
  .happy-point-heading-pic--img {
    width: 95%;
    height: auto;
  }
  .happy-point-list {
    margin-top: 40px;
  }
  .happy-point-list-item {
    flex-direction: column;
    gap: 30px;
  }
  .happy-point-list-item:nth-child(even) .happy-point-list-item-left {
    order: 1;
  }
  .happy-point-list-item:nth-child(even) .happy-point-list-item-right {
    order: 2;
  }
  .happy-point-list-item:nth-child(even) .happy-point-list-item-pic {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
  }
  .happy-point-list-item-left {
    width: 100%;
  }
  .happy-point-list-item-text {
    width: 100%;
  }
  .happy-point-list-item-text-p {
    font-size: 16px;
    line-height: 30px;
  }
  .happy-point-list-item-text-p .u-font-l {
    font-size: 22px;
  }
  .happy-point-list-item-icon {
    gap: 15px;
    margin-top: 30px;
  }
  .happy-point-list-item-icon-left {
    width: 100px;
  }
  .happy-point-list-item-icon-pic--img {
    height: auto;
  }
  .happy-point-list-item-icon-right {
    width: calc(100% - 100px - 15px);
  }
  .happy-point-list-item-icon-text {
    min-height: 100px;
    border-radius: 14px;
  }
  .happy-point-list-item-icon-text-p {
    font-size: 13px;
    line-height: 20px;
  }
  .happy-point-list-item-right {
    width: 100%;
  }
  .happy-point-list-item-pic {
    width: 90%;
    margin-left: auto;
    text-align: right;
  }
  .happy-point-list-item-pic--img {
    width: 100%;
    height: auto;
  }
  .coupon-present-head {
    padding: 8px 0;
  }
  .coupon-present-head::after {
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 12px solid #ff6e61;
    bottom: -12px;
  }
  .coupon-present-heading {
    font-size: 16px;
    line-height: 28px;
  }
  .coupon-present-heading .u-font-l {
    font-size: 22px;
  }
  .coupon-present-content {
    padding: 40px 0 50px;
    background-image: url();
  }
  .coupon-present-content .lp-inner {
    width: 100%;
    padding: 0 10px;
  }
  .coupon-present-content-first-p {
    font-size: 15px;
    line-height: 21px;
    text-align: center;
  }
  .coupon-present-content-main-p {
    padding-right: 30%;
    font-size: 32px;
    line-height: 46px;
    text-align: center;
  }
  .coupon-present-content-feature-list-item {
    width: calc((100% - 10px) / 2);
  }
  .coupon-present-content-feature-list-item:nth-child(2) {
    position: relative;
    z-index: 0;
  }
  .coupon-present-content-feature-list-item:nth-child(2)::before {
    content: "";
    display: block;
    width: 134px;
    height: 160.5px;
    background-image: url(../images/pages/netsuper-beginnersinfo/img-phone-1-sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 134px auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .coupon-present-content-feature-list-item-text {
    padding: 5px;
    font-size: 12px;
    line-height: 17px;
  }
  .coupon-present-content-qr {
    gap: 30px 15px;
    flex-wrap: wrap;
    padding: 30px;
  }
  .coupon-present-content-qr-chara-pic {
    max-width: 95px;
    top: -18px;
    left: 18px;
    transform: translateY(0);
  }
  .coupon-present-content-qr-chara-pic--img {
    height: auto;
  }
  .coupon-present-content-qr-text {
    width: 100%;
    padding-left: 80px;
  }
  .coupon-present-content-qr-col {
    width: calc((100% - 15px) / 2);
  }
  .coupon-present-content-qr-col-pic--img {
    width: 100%;
    height: auto;
  }
  .coupon-present-content-qr-bottom-caution-p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .using-section {
    padding: 40px 0 20vw;
  }
  .using-heading-pic--img {
    width: 85%;
    height: auto;
  }
  .using-list + .slick-arrow-wrap {
    margin-top: 20px;
  }
  .using-list.slide-one {
    width: 100%;
  }
  .using-list-item {
    margin: 0 5px;
    padding: 30px 20px 143px 20px;
  }
  .using-list-item-main-text {
    padding-right: 70px;
    font-size: 16px;
    line-height: 24px;
  }
  .using-list-item-sentence {
    margin-top: 9.5vw;
    font-size: 13px;
    line-height: 20px;
  }
  .using-list-item-icon {
    right: 20px;
  }
  .using-list-item-icon-pic--img {
    max-width: 60px;
    height: auto;
    margin-left: auto;
  }
  .handling-product-bg-pic--img {
    width: 100%;
    height: auto;
  }
  .handling-product-section {
    padding: 50px 0 20vw;
    background-image: url(../images/pages/netsuper-beginnersinfo/bg-texture-1-sp.jpg);
  }
  .handling-product-section .lp-inner {
    padding: 0 10px;
  }
  .handling-product-heading-pic--img {
    width: 80%;
    height: auto;
  }
  .handling-product-list {
    gap: 30px 15px;
    justify-content: space-between;
    margin-top: 40px;
  }
  .handling-product-list-item {
    width: calc((100% - 15px) / 2);
  }
  .handling-product-list-item-title {
    font-size: 15px;
    line-height: 23px;
  }
  .handling-product-list-item-pic {
    margin-top: 16px;
  }
  .handling-product-list-item-pic--img {
    width: 100%;
    height: auto;
  }
  .handling-product-list-item-text {
    margin-top: 16px;
    font-size: 13px;
    line-height: 20px;
  }
  .handling-product-child-heading {
    font-size: 20px;
    line-height: 29px;
  }
  .handling-product-category-list {
    gap: 40px 10px;
  }
  .handling-product-category-list-item {
    width: calc((100% - 30px) / 4);
  }
  .handling-product-category-list-item-pic--img {
    width: 100%;
    height: auto;
  }
  .handling-product-category-list-item-name {
    margin-top: 10px;
    font-size: 12px;
  }
  .usage-bg-pic--img {
    width: 100%;
    height: auto;
  }
  .usage-section {
    padding: 50px 0 80px;
  }
  .usage-section .lp-inner {
    padding: 0 10px;
  }
  .usage-heading-pic--img {
    width: 45%;
    height: auto;
  }
  .usage-child-section {
    margin-top: 40px;
  }
  .usage-child-section + .usage-child-section {
    margin-top: 50px;
  }
  .usage-child-heading--span {
    display: block;
    min-width: auto;
    padding: 5px;
    font-size: 20px;
  }
  .usage-child-flow-list {
    gap: 45px;
  }
  .usage-child-flow-list-item {
    width: 100%;
    padding: 25px 20px;
    border-radius: 20px;
  }
  .usage-child-flow-list-item + .usage-child-flow-list-item::before {
    top: -35px;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }
  .usage-child-flow-list-item-num {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .usage-child-flow-list-item-num--step {
    font-size: 13px;
  }
  .usage-child-flow-list-item-num--num {
    font-size: 30px;
  }
  .usage-child-flow-list-item-title {
    width: calc(100% - 50px - 20px);
    margin-left: auto;
    gap: 10px;
    margin-top: 0;
  }
  .usage-child-flow-list-item-title-pic {
    width: 39px;
  }
  .usage-child-flow-list-item-title-pic--img {
    height: auto;
  }
  .usage-child-flow-list-item-title-text {
    width: calc(100% - 39px - 10px);
    font-size: 16px;
    line-height: 24px;
  }
  .usage-child-flow-list-item-text {
    margin-top: 12px;
    font-size: 12px;
    line-height: 20px;
  }
  .usage-child-flow-list-item-download {
    margin-top: 12px;
  }
  .usage-child-flow-list-item-download-link {
    font-size: 12px;
    line-height: 20px;
  }
  .usage-child-search-btn-link {
    width: 100%;
    padding: 15px 45px;
  }
  .usage-child-search-btn-link--icon {
    width: 24px;
  }
  .usage-child-search-btn-link--text {
    width: calc(100% - 24px - 15px);
    font-size: 18px;
    line-height: 30px;
    color: #333;
  }
  .usage-child-fee-first-p {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .usage-child-fee-list {
    flex-direction: column;
  }
  .usage-child-fee-list-item {
    width: 100%;
  }
  .usage-child-fee-list-item-top {
    padding: 20px 30px 0;
  }
  .usage-child-fee-list-item-heading {
    padding-bottom: 5px;
    border-bottom-width: 3px;
    font-size: 24px;
  }
  .usage-child-fee-list-item-bottom {
    padding: 15px 30px 20px;
  }
  .usage-child-fee-list-item-price-num {
    font-size: 40px;
  }
  .usage-child-fee-list-item-price-num::after {
    font-size: 16px;
  }
  .usage-child-fee-list-item-text {
    margin-top: 0;
    font-size: 14px;
  }
  .usage-child-fee-list-item-text .u-color-red {
    font-size: 18px;
  }
  .usage-child-service-free {
    margin-top: 50px;
    padding: 20px 20px 230px;
  }
  .usage-child-service-free-sanri {
    top: auto;
    bottom: 30px;
    left: 18px;
  }
  .usage-child-service-free-sanri-picture {
    width: 100%;
    max-width: 140px;
  }
  .usage-child-service-free-sanri-comment {
    width: 170px;
    height: 170px;
    padding: 40px 15px;
    white-space: nowrap;
    position: relative;
    top: -10px;
    left: -7px;
  }
  .usage-child-service-free-sanri-comment::before {
    top: 55%;
    left: -15px;
  }
  .usage-child-service-free-sanri-comment-p--top {
    font-size: 14px;
    line-height: 17px;
  }
  .usage-child-service-free-sanri-comment-p--bottom {
    font-size: 14px;
    line-height: 20px;
  }
  .usage-child-service-free-p {
    width: 100%;
    margin-left: 0;
    font-size: 16px;
    line-height: 24px;
  }
  .usage-child-service-free-p .u-color-red {
    font-size: 26px;
    line-height: 40px;
  }
  .usage-child-payment-methods-list {
    gap: 10px;
  }
  .usage-child-payment-methods-list-item {
    width: calc((100% - 10px) / 2);
    min-height: 150px;
    padding: 24px 15px;
  }
  .usage-child-payment-methods-list-item-heading {
    font-size: 24px;
    line-height: 30px;
  }
  .usage-child-payment-methods-list-item-heading--span {
    font-size: 14px;
    line-height: 28px;
  }
  .usage-child-payment-methods-list-item-caution-p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
  }
  .usage-child-payment-methods-list-item-picture {
    margin: 20px auto 0;
  }
  .usage-child-payment-methods-list-item-picture--img {
    height: auto;
  }
  .qa-bg-pic--img {
    width: 100%;
    height: auto;
  }
  .qa-section {
    padding: 40px 0 20vw;
    background-image: url(../images/pages/netsuper-beginnersinfo/bg-texture-1-sp.jpg);
  }
  .qa-section .lp-inner {
    padding: 0 10px;
  }
  .qa-heading-pic--img {
    width: 60%;
    height: auto;
  }
  .qa-block-wrap {
    margin-top: 40px;
  }
  .qa-block-dt {
    gap: 10px;
    padding: 15px 20px;
  }
  .qa-block-dt-icon {
    font-size: 20px;
    line-height: 25px;
  }
  .qa-block-dt-title {
    font-size: 15px;
    line-height: 21px;
  }
  .qa-block-dd {
    gap: 15px;
    margin-top: 20px;
  }
  .qa-block-dd-icon {
    width: 70px;
  }
  .qa-block-dd-icon-pic--img {
    height: auto;
  }
  .qa-block-dd-content {
    width: calc(100% - 70px - 15px);
    padding: 15px;
  }
  .qa-block-dd-content-p {
    font-size: 14px;
    line-height: 21px;
  }
  .qa-block-dd-content-p .u-font-s {
    font-size: 12px;
  }
  .this-app-caution {
    padding-bottom: 50px;
  }
  .this-app-caution .lp-inner {
    padding: 0 10px;
  }
}
@media (max-width: 320px) {
  .everyday-troubled-list-item-title {
    font-size: calc(0px + 3.46666vw);
  }
  .everyday-troubled-resolution-heading-bottom-p {
    font-size: calc(1px + 3.46666vw);
  }
  .happy-point-list-item-text-p {
    font-size: calc(1px + 3.46666vw);
    line-height: calc(15px + 3.46666vw);
  }
  .happy-point-list-item-icon-text-p {
    font-size: calc(-2px + 3.46666vw);
    line-height: calc(7px + 3.46666vw);
  }
  .coupon-present-content-first-p {
    font-size: calc(2px + 3.46666vw);
  }
  .coupon-present-content-main-p {
    font-size: calc(17px + 3.46666vw);
    line-height: calc(31px + 3.46666vw);
  }
  .coupon-present-content-feature-list-item-text {
    font-size: calc(-1px + 3.46666vw);
    line-height: calc(4px + 3.46666vw);
  }
  .coupon-present-content-qr-text {
    font-size: calc(1px + 3.46666vw);
    line-height: calc(15px + 3.46666vw);
  }
  .coupon-present-content-qr-bottom-caution-p {
    font-size: calc(0px + 3.46666vw);
    line-height: calc(9px + 3.46666vw);
  }
  .handling-product-list-item-title {
    font-size: calc(1px + 3.46666vw);
    line-height: calc(9px + 3.46666vw);
  }
  .usage-child-flow-list-item-title-text {
    font-size: calc(1px + 3.46666vw);
    line-height: calc(9px + 3.46666vw);
  }
  .usage-child-search-btn-link--text {
    font-size: calc(1px + 3.46666vw);
    line-height: calc(15px + 3.46666vw);
  }
  .usage-child-fee-list-item-text {
    font-size: calc(0px + 3.46666vw);
  }
  .usage-child-fee-list-item-text .u-color-red {
    font-size: calc(3px + 3.46666vw);
  }
  .usage-child-payment-methods-list-item-heading {
    font-size: calc(11px + 3.46666vw);
    line-height: calc(17px + 3.46666vw);
  }
  .usage-child-payment-methods-list-item-caution-p {
    font-size: calc(-1px + 3.46666vw);
    line-height: calc(5px + 3.46666vw);
  }
  .qa-block-dt-title {
    font-size: calc(2px + 3.46666vw);
    line-height: calc(8px + 3.46666vw);
  }
  .qa-block-dd-content-p {
    font-size: calc(1px + 3.46666vw);
    line-height: calc(8px + 3.46666vw);
  }
  .this-app-caution-list-item {
    font-size: calc(-1px + 3.46666vw);
    line-height: calc(11px + 3.46666vw);
  }
  .this-app-caution-last-p {
    font-size: calc(1px + 3.46666vw);
    line-height: calc(11px + 3.46666vw);
  }
}
