@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   wifi

--------------------------------------------------------------------------------------------------*/

.router-lp {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.7;
  background: #fff;
}

.router-lp * {
  box-sizing: border-box;
}

.sp-only {
  display: none;
}

/* =========================
   POINT
========================= */

.point-section {
  padding: 55px 40px 30px;
  background: #e8eef8;
}

.point-card {
  position: relative;
  display: flex;
  grid-template-columns: 46% 54%;
  align-items: center;
  gap: 20px;
  max-width: 1080px;
  min-height: 270px;
  margin: 0 auto 36px;
  padding: 55px 50px;
  background: #fff;
}

.point-label {
	 position: absolute;
		top: 10px;
		left: -18px;
}

.point-card__image {
	 width: 305px;
		margin-right: 30px;
}

.point-lead {
  display: inline;
  margin: 0;
  background: linear-gradient(transparent 58%, #fff000 58%);
  font-size: 24px;
  font-weight: 700;
}

.point-card__text h2 {
  margin: 0 0 22px;
  color: #00328f;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
}

.point-card__text p:last-child {
  margin: 0;
  font-size: 19px;
  font-weight: 500;
}

/* =========================
   SPEC
========================= */

.spec-section {
  padding: 70px 40px 55px;
  background: #fff;
}

.spec-section h2 {
	margin: 0 0 40px;
	text-align: center;
}

.section-title {
  position: relative;
  width: fit-content;
  margin: 0 auto 55px;
  padding: 8px 62px;
  color: #fff;
  background: #00328f;
  border: 4px solid #000;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.1;
  transform: skew(-18deg);
  box-shadow: 12px 12px 0 #fff000;
}

.spec-intro {
  max-width: 1080px;
  margin: 0 auto 50px;
  font-size: 17px;
  font-weight: 500;
}

.product-spec {
  margin: 0 -40px;
  padding: 35px 40px 55px;
  background: #e8eef8;
}

.product-spec h3 {
  margin: 0 0 34px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}

.product-spec__body {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 50px;
  max-width: 960px;
  margin: 0 auto;
}

.product-spec__photo {
  text-align: center;
}

.product-spec__photo img {
  width: 300px;
  margin: 0 auto 34px;
}

.green-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 310px;
  min-height: 58px;
  color: #fff !important;
  background: #1b970d;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .18);
}

.spec-table {
  margin: 0;
  font-size: 15px;
}

.spec-table div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid #aab8d4;
}

.spec-table dt {
  font-weight: 700;
}

.spec-table dd {
  margin: 0;
}

/* =========================
   PRICE
========================= */

.price-section {
  padding: 0 40px 85px;
  background: #fff;
}

.price-section h2 {
	text-align: center;
	margin: 0 0 40px;
}

.price-table {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.price-table__title {
  padding: 10px 20px;
  color: #fff;
  background: #00328f;
  font-size: 20px;
  font-weight: 900;
		border-bottom: 1px solid #FFF;
}

.price-table__head,
.price-table__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.price-table__head div {
  padding: 8px 20px;
  background: #CDD6E8;
  color: #00328f;
  font-size: 18px;
  font-weight: 700;
		letter-spacing: 0.1em;
}

.price-table__head div:first-child {
  border-right: 1px solid #d8deea;
		background-color: #B4C0DC;
}

.price-table__body {
  border-bottom: 1px solid #bac6dc;
}

.price-table__body div {
  padding: 36px 20px 28px;
}

.price-table__body strong {
  font-size: 36px;
  letter-spacing: .08em;
}

.price-table__body span {
  font-size: 18px;
  font-weight: 900;
}


@media screen and (max-width: 1199px){

.point-card {
	display: block;
	max-width: 100%;
	padding: 55px 20px;
}

.point-card__image {
	width: 100%;
	margin: 0 0 20px;
}

.point-card__image img {
	display: block;
	margin: 0 auto;
}

.point-lead {
	font-size: 20px;
}

.point-card__text h2 {
	font-size: 24px;
}

.point-card__text p:last-child {
	font-size: 16px;
}

.product-spec__body {
	display: block;
}

.product-spec {
	padding: 35px 20px 55px;
}

.spec-section {
	padding: 70px 20px 55px;
}

.spec-table {
	margin: 20px 0;
}

.spec-table div {
	display: block;
}

.spec-table dt {
	background-color:#fff;
	padding: 4px;
}

.spec-table dd {
	padding: 4px;
}

.price-section {
	padding: 0 20px 85px;
}

.price-table__title {
	line-height: 1.2;
}

.price-table__body strong {
	font-size: 24px;
}

.price-table__body span {
	font-size: 16px;
	font-weight: 500;
	display: block;
}




}

