:root {
  --green: #33954a;
  --green-dark: #1f6b34;
  --green-soft: #dfead8;
  --mint: #f4f8f0;
  --ink: #262626;
  --muted: #6b7469;
  --line: #9da89a;
  --paper: #ffffff;
  --cream: #f7f0d7;
  --yellow: #fff36a;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  background: #eeeeee;
}
#container,
#inner {
  width: 100%;
}

#header {
  max-width: 960px;
  min-height: 38px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #000;
  font-size: 12px;
  line-height: 1.4;
}

#header p {
	float:left;
	padding-right: 10px;
}

#header .pcview {
  display: inline-flex;
  align-items: center;
}

#header a {
  color: #fff;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

.contact {
  max-width: 960px;
  margin: 0 auto;
  line-height: 0;
  background: #fff;
}

.contact img {
  width: 100%;
  height: auto;
  display: block;
}

#footer {
  width: 960px;
  min-height: 20px;
  margin: 0 auto;
  background: #fff;
}

.lp {
  width: 960px;
  margin: 0 auto;
  background:#ffffff;
}

section {
  padding: 44px 46px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  font-size: 72px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}

h2 {
  color: var(--green);
  font-size: 40px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
}

h3 {
  color: var(--green);
  font-size: 24px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0;
}

ul,
ol {
  margin: 0;
  padding-left: 1.25em;
}

.hero {
  padding: 0;
  line-height: 0;
  background: var(--green);
}

.hero img {
  width: 100%;
  height: auto;
  display: block;
}

/*.section {
  border-top: 1px solid #eef1eb;
}*/

.section-title {
  min-height: 92px;
  position: relative;
  margin: 0 -26px 30px -46px;
  padding: 18px 70px 18px 154px;
  display: flex;
  align-items: center;
  background: var(--green-soft);
  overflow: visible;
}

.section-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  background: linear-gradient(45deg, var(--green) 0 50%, #ffffff 50% 100%);
}

.section-title__icon {
  position: absolute;
  left: 34px;
  top: 50%;
  width: 104px;
  height: 104px;
  transform: translateY(-50%);
  display: block;
}

.section-title__icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.section-title__text {
  display: flex;
  align-items: baseline;
  gap: 18px;
  min-width: 0;
}

.section-title p {
  color: var(--green);
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.section-title h2 {
  font-size: 30px;
  white-space: nowrap;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid--2 {
  grid-template-columns: 1fr 1fr;
}

.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.stack {
  display: grid;
  gap: 18px;
}

.qa-card,
.text-panel,
.network-panel,
.point-card,
.support-card,
.document-card,
.warning-card,
.option-grid article {
  padding: 24px;
  background: var(--mint);
  border: 1px solid #d7dfd2;
  border-radius: 8px;
}

.qa-card {
  position: relative;
  /*padding-left: 70px;*/
}

.qa-card__label {
  position: absolute;
  left: 22px;
  top: 23px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  font-weight: 900;
}

.lead-text {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
}

.network-panel {
  color: #fff;
  text-align: center;
  background: var(--green);
}

.network-panel h3 {
  margin: 12px 0;
  color: #fff;
  font-size: 42px;
}

.network-panel__type {
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, .8);
  font-weight: 900;
}

.network-panel__band {
  font-size: 44px;
  font-weight: 900;
}

.note-list {
  color: #333;
  font-size: 13px;
}

.points-title-image {
  margin: 34px auto 28px;
  text-align: center;
}

.points-title-image img {
  width: min(440px, 78%);
  height: auto;
}

.points-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.point-card {
  position: relative;
  min-height: 300px;
  padding: 10px;
  background: #fff;
  border: 1px solid #444;
  border-radius: 0;
}

.point-card-title {
  margin: 0 0 26px;
}

.point-card-title img {
  display: block;
  width: 100%;
  height: auto;
}

.point-price-visual {
  margin-top: 24px;
}

.point-price-visual img,
.point-graph,
.point-support-layout img {
  display: block;
  max-width: 100%;
  height: auto;
}

.point-price-visual p {
  margin-top: 5px;
  font-size: 12px;
  /*font-weight: 700;*/
}

.point-card__lead {
  margin: 26px 0 12px;
  text-align: center;
  color: #333;
  font-size: 14px;
  /*line-height: 1.5;
  font-weight: 900;*/
}

.point-graph {
  width: 90%;
  margin: 20px auto 0;
}

.point-support-layout {
  margin-top: 28px;
}

.point-support-layout p {
  color: #333;
  font-size: 14px;
  /*line-height: 1.75;
  font-weight: 900;*/
}

.point-support-layout img {
  width: 44%;
  margin: 14px auto 0;
}

.price {
  margin: 14px 0;
  color: #333;
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
}

.center-lead {
  margin: -8px 0 26px;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
}

.support-menu {
  display: grid;
  justify-items: center;
  gap: 24px;
  padding: 12px 0 10px;
}

.support-menu__title {
  display: block;
  width: min(700px, 82%);
  height: auto;
}

.support-menu__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 13px 34px;
  color: #fff;
  background: var(--green);
  /*border: 2px solid var(--green-dark);*/
  border-radius: 999px;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.support-menu__button::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-left: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.support-card {
  background: #fff;
}

.support-card__sub,
.support-card__note {
  font-weight: 900;
}

.badge {
  width: fit-content;
  margin: 12px 0;
  padding: 6px 12px;
  color: #111;
  background: var(--yellow);
  border-radius: 999px;
  font-weight: 900;
}

.fee-row {
  margin-bottom: 26px;
  display: grid;
  grid-template-columns: 33% 67%;
  min-height: 42px;
  background: #fff;
  border: 1px solid #999;
  text-align: center;
}

.fee-row__label {
  display: grid;
  place-items: center;
  padding: 8px 16px;
  color: #333;
  background: var(--mint);
  border-right: 1px solid #999;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 900;
}

.fee-row__body {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 5px 30px;
}

.fee-row__body strong {
  color: #333;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 900;
  white-space: nowrap;
}

.fee-row__price {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: #c40016;
  white-space: nowrap;
  line-height: 1;
  font-weight: 900;
}

.fee-row__price b {
  font-size: 30px;
  letter-spacing: 0;
}

.fee-row__price span,
.fee-row__price small {
  font-size: 16px;
  font-weight: 900;
}

.table-block + .table-block {
  margin-top: 26px;
}

.table-block h3 {
  margin-bottom: 12px;
  color: #333;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.table-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.table-heading-row h3 {
  margin-bottom: 0;
}

.table-heading-row p {
  color: #333;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.price-plan-block h3 {
  color: #243142;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 900;
}

.price-plan-table {
  min-width: 860px;
  border: 1px solid #555;
  table-layout: fixed;
}

.price-col-user {
  width: 6.2%;
}

.price-col-plan-a,
.price-col-plan-b {
  width: 12%;
}

.price-col-capacity {
  width: 11.3%;
}
.price-plan-table th,
.price-plan-table td {
  padding: 9px 8px;
  border: 1px solid #555;
  color: #243142;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.price-plan-table thead th {
  background: #e2ebdc;
  font-size: 21px;
}

.price-plan-table tbody th {
  background: #e2ebdc;
}

.price-plan-table tbody td {
  background: #fff;
  font-size: 22px;
  white-space: nowrap;
}

.price-plan-table .user-label {
  width: 6%;
  padding: 8px 6px;
  font-size: 20px;
  line-height: 1.25;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0;
}

.price-plan-table .plan-label {
  width: 24%;
  background: #fff;
  font-size: 20px;
  text-align: center;
}

.price-plan-table .plan-label span {
  display: block;
  margin-top: 4px;
  color: #1b9a43;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
}

.price-plan-table .plan-label .note-red {
  color: #d10016;
}

.price-plan-table .scn-label,
.price-plan-table .scn-user-row th,
.price-plan-table .scn-user-row td {
  background: #fffac8;
}

.price-plan-table .discount-row th,
.price-plan-table .discount-row td {
  background: #ecd5c6;
  color: #d10016;
}

.price-plan-table .discount-label {
  font-size: 19px;
}

.price-plan-table .discount-row td {
  font-size: 22px;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

th,
td {
  padding: 11px 10px;
  border: 1px solid #999;
  text-align: center;
  vertical-align: middle;
  font-weight: 800;
}

th {
  background: #e6eee0;
}

.table--narrow td:last-child {
  text-align: left;
}

.call-option-table {
  min-width: 760px;
  border: 1px solid #555;
  table-layout: fixed;
}

.call-option-table th,
.call-option-table td {
  padding: 13px 14px;
  border: 1px solid #555;
  color: #243142;
  font-size: 22px;
  line-height: 1.25;
  text-align: center;
  vertical-align: middle;
  font-weight: 900;
}

.call-option-table thead th {
  background: #e2ebdc;
}

.call-option-table tbody th,
.call-option-table tbody td {
  background: #fff;
}

.call-option-table .scn-user-row th,
.call-option-table .scn-user-row td {
  background: #fffac8;
}

.call-option-table .spec-row th,
.call-option-table .spec-row td {
  font-size: 19px;
}

.call-option-table .spec-row span {
  font-size: 13px;
}

.phone-charge-block {
  width: 100%;
  max-width: none;
  margin-top: 12px;
}

.phone-charge-grid {
  width: 100%;
  max-width: none;
  display: grid;
  gap: 12px;
}

.phone-charge-panel {
  width: 100%;
  max-width: none;
}

.phone-charge-panel h3 {
  width: 100%;
  max-width: none;
  margin: 0 0 8px;
  color: #333;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.phone-charge-table {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 1px solid #999;
  table-layout: fixed;
}

.phone-charge-table th,
.phone-charge-table td {
  padding: 11px 10px;
  border: 1px solid #999;
  color: #333;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
  vertical-align: middle;
  font-weight: 900;
}

.phone-charge-table thead th,
.phone-charge-table tbody th {
  background: var(--mint);
}

.phone-charge-table tbody th {
  width: 34%;
}

.phone-charge-table td {
  background: #fff;
}

.phone-charge-table td span {
  display: block;
  margin-top: 3px;
  color: #c80020;
  font-size: 13px;
  font-weight: 900;
}

.phone-charge-notes {
  margin-top: 8px;
  padding-left: 0;
  color: #333;
  font-size: 11px;
  line-height: 1.7;
  list-style: none;
}

.phone-charge-notes li + li {
  margin-top: 3px;
}

.caption {
  margin-top: 10px;
  color: #404840;
  font-size: 12px;
  line-height: 1.6;
  font-weight:normal!important;
}

.option-heading {
  margin-top: 28px;
}

.option-heading h3 {
  width: 100%;
  max-width: none;
  margin: 0 0 8px;
  color: #333;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.option-grid {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: 18px;
}

.option-grid article {
  min-height: 220px;
  padding: 24px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: center;
  background: var(--green-soft);
  border: 0;
  border-radius: 0;
  text-align: center;
}

.option-grid h3 {
  color: var(--green);
  font-size: 24px;
  line-height: 1.32;
  font-weight: bold;
}

.option-grid p {
  align-self: center;
  color: #333;
  font-size: 14px;
  line-height: 1.65;
  font-weight: normal;
}

.option-grid b {
  display: block;
  margin-top: 12px;
  color: #333;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  font-weight: 900;
}

.option-card--ifilter {
  grid-template-rows: auto 1fr auto auto;
}

.ifilter-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin-top: 8px;
}

.ifilter-links a {
  display: grid;
  place-items: center;
  min-height: 34px;
  padding: 6px 8px;
  color: #fff;
  background: var(--green);
  /*border: 1px solid var(--green-dark);*/
  border-radius: 20px;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
}

.ifilter-links a:hover {
  background: var(--green-dark);
}

.flow-list {
  display: grid;
  gap: 18px;
  padding-left: 0;
  list-style: none;
}

.flow-list li {
  min-height: 126px;
  padding: 20px;
  display: grid;
  grid-template-columns: 90px 100px 1fr;
  gap: 22px;
  align-items: center;
  background: var(--mint);
  border-radius: 999px;
}

.flow-list span {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
}

.flow-list__image {
  display: block;
  width: 100px;
  max-width: 100%;
  height: auto;
  justify-self: center;
}

.apn-block {
  margin-top: 24px;
  padding: 24px 28px;
  background: var(--green-soft);
  border-radius:10px;
  /*border: 2px solid #d7dfd2;*/
}

.apn-block h3 {
  margin-bottom: 10px;
  color: var(--green);
  font-size: 24px;
  line-height: 1.35;
  font-weight: 900;
}

.apn-block__lead {
  color: #333;
  font-size: 15px;
  line-height: 1.7;
}

.apn-links {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.apn-links a,
.apn-profile__button {
  display: grid;
  place-items: center;
  min-height: 42px;
  padding: 9px 16px;
  color: #fff;
  background: var(--green);
  /*border: 1px solid var(--green-dark);*/
  border-radius: 20px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.apn-links a:hover,
.apn-profile__button:hover {
  background: var(--green-dark);
}

.apn-profile {
  margin-top: 18px;
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr 132px;
  gap: 18px;
  align-items: center;
  background: #fff;
  border: 1px solid #d7dfd2;
}

.apn-profile__label {
  margin-bottom: 4px;
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
}

.apn-profile h4 {
  margin: 0 0 12px;
  color: #333;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 900;
}

.apn-profile__button {
  width: fit-content;
  min-width: 190px;
  margin-bottom: 12px;
}

.apn-profile p:last-child {
  color: #333;
  font-size: 13px;
  line-height: 1.7;
}

.apn-profile__qr {
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 8px solid #fff;
  outline: 2px solid #333;
}

.apn-profile__qr img {
  display: block;
  width: 100%;
  height: auto;
}
.flow-section .table-block {
  margin-top: 36px;
}

.mnp-school {
  margin-top: 28px;
}

.mnp-school img {
  display: block;
  width: 100%;
  height: auto;
}

.document-block + .document-block {
  margin-top: 32px;
}

.bar-heading {
  margin-bottom: 12px;
  padding-left: 14px;
  color: var(--green);
  border-left: 9px solid var(--green);
  border-bottom: 2px solid var(--green);
  line-height: 1.5;
}

.document-lead {
  font-size: 22px;
  font-weight: 900;
}

.identity-frame {
  margin-top: 18px;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid #999;
  border-radius: 20px;
  background: #fff;
}

.identity-card {
  min-height: 230px;
  padding: 0 10px;
  display: grid;
  align-content: start;
  justify-items: center;
  text-align: center;
}

.identity-card + .identity-card {
  border-left: 1px dashed #9a9a9a;
}

.identity-card h4,
.corporate-grid h4,

.billing-grid article + article {
  padding-top: 16px;
  font-size:20px;
  font-weight:bold;
  color: var(--green);
  border-top: 1px dashed #9a9a9a;
}
.billing-grid h4 {
  margin: 0;
}

.identity-card p {
/*  font-weight: 900;*/
font-size:14px;
}

.identity-card small {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.5;
}

.document-image {
  display: block;
  width: 140px;
  max-width: 100%;
  height: auto;
}

.document-image--passport {
  width: 92px;
}

.document-image--corporate {
  width: 130px;
  margin: 0 auto 8px;
}
.youth-notice {
  margin-top: 18px;
  padding: 12px 18px;
  background: #fff36a;
  font-weight: 900;
  line-height: 1.6;
  color:#444;
}

.document-notes {
  margin-top: 14px;
  padding-left: 1.1em;
  font-size: 13px;
  line-height: 1.65;
}

.corporate-heading {
  font-size: 20px;
  color: #111;
}

.corporate-heading span {
  color: red;
}

.corporate-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.corporate-grid article {
  min-height: 120px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #d7dfd2;
}

.payment-lead {
  font-size: 20px;
  font-weight: 900;
}

.billing-grid {
  display: grid;
  gap: 16px;
}

.billing-grid article {
  display: grid;
  gap: 8px;
}


.billing-grid article + article {
  padding-top: 16px;
  border-top: 1px dashed #9a9a9a;
}
.billing-grid h4 {
  margin: 0;
}

.billing-example {
  font-size: 12px;
  font-weight: 900;
}

.billing-flow {
  display: grid;
  gap: 8px;
  align-items: stretch;
}

.billing-flow span {
  padding: 6px 14px;
  display: block;
  text-align: center;
  background: var(--green-soft);
  border-radius: 999px;
  font-weight: 900;
}

.billing-flow b {
  color: var(--green);
  font-size: 24px;
  line-height: 1;
  text-align: center;
}

.faq {
  /* padding: 46px 34px; */
  background: var(--green) url("../image/qaback.png") center / cover no-repeat;
}

.faq-panel {
  padding: 56px 70px 46px;
  background: rgba(235, 244, 229, .94);
  border-radius: 80px;
}

.faq-heading {
  margin-bottom: 24px;
  text-align: center;
}

.faq-heading img {
  display: block;
  width: 180px;
  max-width: 70%;
  height: auto;
  margin: 0 auto;
}
.faq-list {
  display: grid;
  gap: 18px;
}

.faq-list article {
  position: relative;
  padding: 0;
}

.faq-list article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background: url("../image/que-mark.svg") center / contain no-repeat;
}

.faq-list h3 {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding-left: 42px;
  padding-bottom: 12px;
  color: var(--green);
  border-bottom: 2px dashed #555;
  font-size: 24px;
  line-height: 1.35;
}

.faq-list p {
  margin-top: 14px;
  padding-left: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 900;
}
.safety {
  padding: 40px;
  background:
    linear-gradient(#e9ece7 1px, transparent 1px),
    linear-gradient(90deg, #e9ece7 1px, transparent 1px),
    #fbfbfb;
  background-size: 28px 28px;
}

.safety-paper {
  position: relative;
  padding: 40px;
  background: #f6f2de;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .18);
}

.safety-heading {
  margin-bottom: 54px;
  text-align: center;
}

.safety-heading img {
  display: block;
  width: 420px;
  max-width: 90%;
  height: auto;
  margin: 0 auto;
}
.warning-card {
  position: relative;
  padding: 0 0 0 86px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.warning-card + .warning-card {
  margin-top: 64px;
}

.safety-number {
  position: absolute;
  left: 0;
  top: -10px;
  color: transparent;
  -webkit-text-stroke: 1px #333;
  font-size: 56px;
  line-height: 1;
  font-weight: 900;
}
.warning-content h3 {
  margin-bottom: 24px;
  padding-bottom: 8px;
  color: #222;
  border-bottom: 2px solid #333;
  font-size: 18px;
}

.alert-list,
.mail-list {
  margin: 0 0 24px;
  padding: 0;
}

.alert-list {
  display: grid;
  gap: 18px;
  list-style: none;
}

.alert-list li,
.mail-list div {
  position: relative;
  padding-left: 42px;
  font-weight: 900;
}

.alert-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 28px;
  height: 28px;
  background: url("../image/exclamation-mark.svg") center / contain no-repeat;
}

.mail-list div::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 28px;
  height: 28px;
  background: url("../image/exclamation-mark.svg") center / contain no-repeat;
}
.mail-list {
  display: grid;
  gap: 16px;
}

.mail-list div {
  display: grid;
  grid-template-columns: 170px 1fr;
  column-gap: 18px;
  align-items: baseline;
}

.mail-list dt {
  font-weight: 900;
}

.mail-list dd {
  margin: 0;
  font-weight: 900;
}

.white-note {
  padding: 14px 18px;
  background: rgba(255, 255, 255, .9);
  font-size: 13px;
  line-height: 1.8;
  font-weight: 900;
}

.white-note p {
  margin: 0;
}

.white-note--person {
  position: relative;
  min-height: 160px;
  padding-right: 168px;
  overflow: hidden;
  border-radius: 20px;
}

.white-note--person img {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 132px;
  max-width: 34%;
  height: auto;
}
@media (max-width: 640px) {
  .white-note--person {
    min-height: 0;
    padding-right: 18px;
  }

  .white-note--person img {
    position: static;
    display: block;
    width: 120px;
    max-width: 55%;
    margin: 12px 0 -14px auto;
  }
}
@media print {
  body {
    background: #fff;
  }

  .lp {
    box-shadow: none;
  }
}/* Network right column: keep PDF-like white background instead of cards */
.network-side {
  gap: 30px;
  background: #fff;
}

.network-side .network-panel {
  margin: 0;
}

.network-info {
  padding: 18px 24px 4px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.network-info h3 {
  margin-bottom: 20px;
  color: var(--green);
  text-align: center;
  font-size: 24px;
  line-height: 1.45;
}

.network-info ul {
  width: 76%;
  margin: 0 auto;
  padding-left: 1.1em;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 900;
}

.network-info li::marker {
  color: var(--green);
}

.network-info--phone {
  padding-top: 34px;
  border-top: 1px dashed #9b9b9b;
}

.network-info--area::after {
  content: "";
  width: 280px;
  height: 150px;
  margin: 22px auto 0;
  display: block;
  background: var(--green);
  clip-path: polygon(8% 82%, 25% 64%, 34% 70%, 48% 51%, 60% 60%, 78% 22%, 94% 30%, 78% 72%, 58% 69%, 48% 88%, 33% 83%, 21% 95%);
}

.network-info--phone::after {
  content: "";
  width: 250px;
  height: 150px;
  margin: 18px auto 0;
  display: block;
  background: linear-gradient(90deg, transparent 0 36%, #d9d9d9 36% 62%, transparent 62% 100%);
  border: 4px solid transparent;
  border-radius: 20px;
  box-shadow: inset 0 0 0 3px #333;
}


/* SNS buttons are kept in HTML but hidden/disabled during local preview. */
.sns-share-tools.is-disabled {
  display: none !important;
}


/* Network section image placement */
.network-card-image {
  width: auto;
  max-width: 150px;
  max-height: 150px;
  margin: 14px auto 18px;
  display: block;
}

.network-card-image--sim {
  max-width: 92px;
}

.network-card-image--unlock,
.network-card-image--lock {
  max-width: 108px;
}

.network-type-visual {
  padding: 0;
  background: transparent;
  border: 0;
}

.network-panel-image {
  width: 100%;
  height: auto;
  display: block;
}

.network-info-image {
  width: auto;
  max-width: 320px;
  height: auto;
  margin: 22px auto 0;
  display: block;
}

.network-info-image--area {
  max-width: 310px;
}

.network-info-image--phone {
  max-width: 150px;
}

.network-info--area::after,
.network-info--phone::after {
  content: none;
  display: none;
}
/* Responsive foundation */
@media (max-width: 960px) {
  #footer,
  .lp {
    width: 100%;
  }

  section {
    padding: 38px 32px;
  }

  .section-title {
    margin-right: -12px;
    margin-left: -32px;
    padding-right: 64px;
  }

  .network-layout,
  .points-grid,
  .option-grid,
  .identity-frame,
  .corporate-grid,
  .billing-grid,
  .grid--2,
  .grid--3 {
    grid-template-columns: 1fr;
  }

  .identity-card + .identity-card {
    border-left: 0;
    border-top: 1px dashed #9a9a9a;
    padding-top: 22px;
  }

  .call-option-layout,
  .flow-list li,
  .apn-profile {
    grid-template-columns: 1fr;
  }

  .flow-list li {
    border-radius: 34px;
    justify-items: center;
    text-align: center;
  }

  .table-block,
  .price-plan-block,
  .phone-charge-panel,
  .mnp-section .table-block {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }


  .price-plan-block .price-plan-table {
    width: 980px;
    min-width: 980px;
  }

  .price-col-user {
    width: 70px;
  }

  .price-col-plan-a,
  .price-col-plan-b {
    width: 130px;
  }

  .price-col-capacity {
    width: 108px;
  }

  .price-plan-table .plan-label {
    width: auto;
    word-break: keep-all;
  }

  .price-plan-table,
  .call-option-table,
  .phone-charge-table,
  .flow-section table,
  .mnp-section table {
    min-width: 720px;
  }

  .option-grid article {
    min-height: auto;
  }

  .safety-paper {
    padding: 32px;
  }
}

@media (max-width: 720px) {
  section {
    padding: 34px 22px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 21px;
  }

  .section-title {
    min-height: 74px;
    margin: 0 -8px 24px -22px;
    padding: 14px 58px 14px 112px;
  }

  .section-title::after {
    width: 42px;
    height: 42px;
  }

  .section-title__icon {
    left: 24px;
    width: 78px;
    height: 78px;
  }

  .section-title__text {
    display: grid;
    gap: 2px;
  }

  .section-title h2 {
    font-size: 24px;
    white-space: normal;
  }

  .section-title p {
    font-size: 13px;
    white-space: normal;
  }

  .fee-row,
  .fee-row__body {
    grid-template-columns: 1fr;
  }

  .fee-row__label {
    border-right: 0;
    border-bottom: 1px solid #444;
  }

  .fee-row__body {
    justify-items: center;
    gap: 8px;
    padding: 12px 16px;
  }

  .table-heading-row {
    display: grid;
    gap: 6px;
  }

  .apn-links,
  .ifilter-links {
    grid-template-columns: 1fr;
  }

  .apn-profile__button {
    width: 100%;
  }

  .apn-profile__qr {
    justify-self: center;
  }

  .faq-panel {
    border-radius: 44px;
    padding-right: 28px;
    padding-left: 28px;
  }

  .safety {
    padding: 24px;
  }

  .safety-paper {
    padding: 28px 22px;
  }

  .warning-card {
    padding-left: 64px;
  }

  .safety-number {
    font-size: 44px;
  }

  .mail-list div {
    grid-template-columns: 1fr;
    row-gap: 2px;
  }
}

@media (max-width: 640px) {
  .white-note--person {
    min-height: 0;
    padding-right: 18px;
  }

  .white-note--person img {
    position: static;
    display: block;
    width: 120px;
    max-width: 55%;
    margin: 12px 0 -14px auto;
  }
}

@media (max-width: 480px) {
  section {
    padding: 30px 16px;
  }

  .section-title {
    min-height: 64px;
    margin-left: -16px;
    padding: 12px 48px 12px 88px;
  }

  .section-title__icon {
    left: 18px;
    width: 62px;
    height: 62px;
  }

  .section-title h2 {
    font-size: 21px;
  }

  .points-title-image img,
  .safety-heading img {
    max-width: 100%;
  }


  .flow-list li {
    padding: 20px 16px;
    border-radius: 28px;
  }

  .alert-list li,
  .mail-list div {
    padding-left: 36px;
  }

  .price-plan-table,
  .call-option-table,
  .phone-charge-table,
  .flow-section table,
  .mnp-section table {
    min-width: 640px;
  }
}

/*手作業追加項目20260622*/

.qa-card h3{
  padding-left:40px;
  font-size:22px;
}

.att-txt{
  font-size:12px;
}

.area-txt{
  font-weight:bold;
}

.area-txt span{
  color:#33954a;
}

i.small-txt{
  font-size:10px;
}

.flow-list p{
  font-weight:bold;
}
@media (max-width: 720px) {
  .pcview {
    display: none !important;
  }
}

/* Network 2026 layout */
.network-copy-image {
  margin: 8px auto 28px;
  text-align: center;
}

.network-copy-image img {
  display: block;
  width: min(700px, 100%);
  height: auto;
  margin: 0 auto;
}

.network-main-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.network-feature {
  position: relative;
  padding: 0 18px 0;
  text-align: left;
}

.network-feature--phone {
  border-left: 1px dashed #777;
  padding-left: 34px;
}

.network-feature__banner {
  position: relative;
  min-height: 150px;
  margin-bottom: 42px;
  padding: 24px 28px 26px;
  display: grid;
  align-content: center;
  justify-items: center;
  color: #fff;
  background: var(--green);
  text-align: center;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 900;
}

.network-feature__banner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 24px solid var(--green);
  transform: translateX(-50%);
}

.network-feature__banner p {
  margin: 0;
}

.network-line-badge {
  width: 100%;
  max-width: 310px;
  margin-top: 10px;
  padding: 7px 12px;
  border: 2px solid rgba(255, 255, 255, .85);
  font-size: 22px;
  line-height: 1.2;
}

.network-line-badge span {
  margin-left: 12px;
}

.network-feature h3 {
  margin: 0 0 18px;
  color: var(--green);
  text-align: center;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 900;
}

.network-feature .area-txt {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 900;
}

.network-feature .att-txt,
.network-main-notes {
  font-size: 10px;
  line-height: 1.55;
}

.network-feature .area-txt span {
  color: var(--green);
}

.network-main-notes {
  margin: 16px 0 22px;
}

.network-info-image--area {
  width: min(330px, 86%);
  max-width: none;
  margin: 18px auto 0;
}

.network-info-image--phone {
  width: min(250px, 72%);
  max-width: none;
  margin: 16px auto 0;
}

.network-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.network-mini-card {
  padding: 0 18px 18px;
  background: var(--mint);
  text-align: center;
}

.network-mini-card h3 {
  margin: 0 -18px 22px;
  padding: 10px 8px;
  color: #fff;
  background: var(--green);
  font-size: 23px;
  line-height: 1.25;
  font-weight: 900;
}

.network-mini-card .lead-text {
  display: inline;
  margin: 0;
  background: linear-gradient(transparent 58%, #fff36a 58%);
  color: #111;
  font-size: 13px;
  line-height: 1.5;
}

.network-mini-card p:not(.lead-text) {
  margin-top: 14px;
  text-align: left;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 700;
}

.network-mini-card p.att-txt {
  font-size: 10px;
  line-height: 1.55;
  font-weight: 400;
}

.network-mini-card .network-card-image {
  max-height: 120px;
  margin: 0 auto 18px;
}

.network-mini-card .network-card-image--sim {
  max-width: 78px;
}

.network-mini-card .network-card-image--lock,
.network-mini-card .network-card-image--unlock {
  max-width: 84px;
}

@media (max-width: 960px) {
  .network-main-layout,
  .network-card-grid {
    grid-template-columns: 1fr;
  }

  .network-feature--phone {
    border-left: 0;
    border-top: 1px dashed #777;
    padding-left: 18px;
    padding-top: 30px;
  }

  .network-feature__banner {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .network-copy-image {
    margin-top: 0;
  }

  .network-feature {
    padding-right: 0;
    padding-left: 0;
  }

  .network-feature--phone {
    padding-left: 0;
  }

  .network-feature__banner {
    padding: 20px 16px 22px;
    font-size: 19px;
  }

  .network-line-badge {
    font-size: 18px;
  }

  .network-mini-card h3 {
    font-size: 20px;
  }
}