:root {
	--color-black: #333;
	--color-gray-25: #444;
	--color-gray-40: #666;
	--color-gray-60: #999;
	--color-gray-66: #aaa;
	--color-gray-80: #ccc;
	--color-gray-85: #d9d9d9;
	--color-gray-90: #eee;
	--color-gray-95: #f9f9f9;
	--color-orange: #ff9600;
	--color-teal: #00bebc;
	--color-white: #fff;
	--color-red: #f00;
	--color-mno: #de25b5;
	--color-light-mno: #fcecf8;
	--color-mvno: #0060cc;
	--color-light-mvno: #e6eef8;
	--color-sim-blue: #0c84f5;
	--color-sim-yellow: #fff45c;
	--color-sim-highlighted: #ffff98;
}
/* common component */
.p-container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.p-section + .p-section {
		margin-top: 48px;
	}
.p-section.-ranking {
		margin-bottom: 24px;
	}
.p-section.-faq {
		margin-bottom: 24px;
	}
.p-section_header {
		background-color: #0c84f5;
		background-color: var(--color-sim-blue);
		padding-top: 24px;
		padding-bottom: 24px;
		margin-bottom: 24px;
	}
.p-section_heading {
		color: #fff;
		color: var(--color-white);
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 6px;
		font-size: 24px;
		line-height: 1.2;
		font-weight: bold;
	}
.p-section_subHeading {
		font-size: 15px;
		font-weight: normal;
		display: flex;
		gap: 6px;
	}
.p-section_subHeading::before {
			content: '＼';
		}
.p-section_subHeading::after {
			content: '／';
		}
.p-section_description {
		margin-bottom: 24px;
	}
.p-nestedSectionWrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fdf6e8;
}
.p-nestedSection + .p-nestedSection {
    margin-top: 48px;
  }
.p-nestedSection_description {
    margin-bottom: 24px;
  }
.p-nestedSection_container {
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
.-data .p-nestedSection_container {
      background-color: #fdf1f1;
    }
.-purpose .p-nestedSection_container {
      background-color: #fdf6e8;
    }
.p-subNestedSection + .p-subNestedSection {
  margin-top: 48px;
}
.p-underlineHeading {
	color: #0c84f5;
	color: var(--color-sim-blue);
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	padding-bottom: 18px;
	position: relative;
	margin-bottom: 24px;
}
.p-underlineHeading::before,
	.p-underlineHeading::after {
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		background-color: #0c84f5;
		background-color: var(--color-sim-blue);
		position: absolute;
		left: 0;
	}
.p-underlineHeading::before {
		bottom: 6px;
	}
.p-underlineHeading::after {
		bottom: 0;
	}
.p-noteList {
  font-weight: inherit;
  font-size: inherit;
}
.p-noteList.-asterisk {
    font-size: 12px;
    color: #666;
    color: var(--color-gray-40);
    margin-top: 12px;
  }
.p-noteList.-attention {
    font-size: 12px;
  }
.p-noteList_item {
    padding-left: 1em;
    position: relative;
  }
.-asterisk .p-noteList_item {
      padding-left: 0;
    }
.p-noteList_item::before {
      content: '・';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
    }
.-asterisk .p-noteList_item::before {
        content: '';
      }
.-attention .p-noteList_item::before {
        content: '※';
      }
.-circle .p-noteList_item::before {
        content: '●';
      }
/* Hero Section */
.p-hero {
  margin-bottom: 24px;
}
.p-tagline {
  margin-bottom: 20px;
}
.p-tagline::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    mask-image: url('/hikaku/sim/img/icn_pr.svg');
    mask-repeat: no-repeat;
    mask-size: 24px;
    background-color: #697180;
    margin-bottom: -6px;
  }
.p-update {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.75;
  margin-bottom: 36px;
}
/* Ranking Section */
.p-rankingOverview {
  margin-bottom: 24px;
  margin-inline: auto;
  width: fit-content;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
.p-rankingHeading {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  gap: 6px;
  margin-bottom: 24px;
}
.p-rankingHeading_sub {
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    padding-left: 18px;
    padding-right: 18px;
    background-image: url('/hikaku/sim/img/icn_format_quote_left.png'), url('/hikaku/sim/img/icn_format_quote_right.png');
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position:
      left bottom 6px,
      right bottom 6px;
  }
.p-rankingHeading_note {
    display: inline-block;
    margin-left: 0.5em;
    font-size: 12px;
    font-weight: normal;
  }
.p-rankingHeading_container {
    font-weight: bold;
    display: inline-block;
    font-size: 27px;
    text-align: center;
  }
.p-rankingHeading_container::before {
      content: '';
      display: inline-block;
      width: 30px;
      height: 30px;
      background: url('/hikaku/sim/img/icn_crown.png') no-repeat center / 30px auto;
    }
.p-rankingHeading_strong {
    color: #fdb900;
  }
.p-rankingNote {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 12px;
}
.p-rankingNote_item {
    position: relative;
    padding-left: 66px;
  }
.p-rankingNote_label {
    display: block;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 6px;
    width: 60px;
    text-align: center;
    color: #fff;
    color: var(--color-white);
    position: absolute;
    top: 0;
    left: 0;
  }
.p-rankingNote_label.-mno {
      background-color: #de25b5;
      background-color: var(--color-mno);
    }
.p-rankingNote_label.-mvno {
      background-color: #0060cc;
      background-color: var(--color-mvno);
    }
.p-rankingNote_container {
    display: block;
    position: relative;
    padding-left: calc(1em + 6px);
  }
.p-rankingNote_container::before {
      content: '…';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
    }
.p-rankingList {
	border-top: 1px solid #aaa;
	border-top: 1px solid var(--color-gray-66);
	margin-bottom: 12px;
}
.p-rankingList_itemLink {
		border-bottom: 1px solid #aaa;
		border-bottom: 1px solid var(--color-gray-66);
		padding-top: 12px;
		padding-bottom: 12px;
		display: flex;
		flex-direction: column;
		gap: 12px;
		font-size: 13px;
		text-decoration: none;
		color: #333;
		color: var(--color-black);
		transition: all 0.3s;
	}
.p-rankingList_header {
		display: flex;
		align-items: center;
		gap: 12px;
		line-height: 1.2;
		position: relative;
		padding-right: 18px;
	}
.p-rankingList_header::after {
			content: '';
			width: 18px;
			height: 18px;
			mask-image: url('/hikaku/common/img/icon/icon_arrow_right.svg');
			mask-repeat: no-repeat;
			mask-size: 18px;
			background-color: #ff9600;
			background-color: var(--color-orange);
			position: absolute;
			top: calc(50% - 9px);
			right: -4px;
		}
.p-rankingList_number {
		width: 36px;
		height: 36px;
		border-radius: 18px;
		font-size: 21px;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #dae8e9;
	}
.-ranking-1 .p-rankingList_number {
			color: #fff;
			color: var(--color-white);
			background-color: #e8d44e;
		}
.-ranking-2 .p-rankingList_number {
			color: #fff;
			color: var(--color-white);
			background-color: #b9b9b9;
		}
.-ranking-3 .p-rankingList_number {
			color: #fff;
			color: var(--color-white);
			background-color: #d5a691;
		}
.p-rankingList_logo {
		width: 90px;
		border: 1px solid #ccc;
		border: 1px solid var(--color-gray-80);
	}
.p-rankingList_headerContainer {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
.p-rankingList_label {
		width: 60px;
		height: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		color: var(--color-white);
		font-size: 12px;
		font-weight: normal;
	}
.p-rankingList_label.-mno {
			background-color: #de25b5;
			background-color: var(--color-mno);
		}
.p-rankingList_label.-mvno {
			background-color: #0060cc;
			background-color: var(--color-mvno);
		}
.p-rankingList_label.-deals {
			font-size: 11px;
			width: 72px;
			background-color: #f00;
			background-color: var(--color-red);
		}
.p-rankingList_heading {
		font-size: 15px;
		font-weight: bold;
	}
.p-rankingList_container,
	.p-rankingList_body {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
.p-rankingList_deals {
		display: flex;
		gap: 6px;
		color: #f00;
		color: var(--color-red);
		font-weight: bold;
	}
.p-rankingList_ribbon {
		background-color: #fdf6e8;
		padding: 12px 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 15px;
	}
.p-rankingList_monthly {
		font-weight: bold;
		display: flex;
		align-items: center;
		gap: 0.2em;
	}
.p-rankingList_price {
		font-size: 18px;
		color: #f00;
		color: var(--color-red);
	}
.p-anchorSection {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 24px;
  position: relative;
  transition: all 0.3s;
}
.p-anchorSection::after {
    content: '';
    display: block;
    width: 100%;
    height: 96px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0%) 0%, rgba(255, 255, 255, 80%) 35%, rgb(255, 255, 255) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
  }
.p-anchorSection.is-open::after {
      opacity: 0;
      height: 0;
    }
.p-anchorSection_heading {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.2;
  }
.p-anchorSection_container {
    border: 1px solid #aaa;
    border: 1px solid var(--color-gray-66);
    padding-top: 15px;
    padding-right: 14px;
    padding-left: 14px;
    border-radius: 12px;
    text-align: center;
    max-height: 270px;
    overflow: hidden;
  }
.is-open .p-anchorSection_container {
      max-height: 100%;
      overflow: auto;
      padding: 15px 14px;
    }
.p-anchor {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  line-height: 1.2;
  text-align: left;
}
.p-anchor.-children {
    padding-left: 30px;
  }
.p-anchor_itemLink {
    display: block;
    border-bottom: 1px dashed #aaa;
    border-bottom: 1px dashed var(--color-gray-66);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 24px;
    color: #333;
    color: var(--color-black);
    text-decoration: none;
    position: relative;
  }
.p-anchor_itemLink::after {
      content: '';
      width: 18px;
      height: 18px;
      mask-image: url('/hikaku/common/img/icon/icon_arrow_right.svg');
      mask-repeat: no-repeat;
      mask-size: 18px;
      background-color: #aaa;
      background-color: var(--color-gray-66);
      position: absolute;
      top: calc(50% - 9px);
      right: 0;
      transform: rotate(90deg);
    }
.-ranking .p-anchor_itemLink::after {
        transform: rotate(-90deg);
      }
.p-anchor_button {
    width: 100%;
    font-weight: bold;
    padding: 15px 0;
    color: #333;
    color: var(--color-black);
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
.is-open .p-anchor_button {
      position: static;
    }
.p-anchor_buttonInner {
    display: inline-block;
    position: relative;
    padding-right: 24px;
  }
.p-anchor_buttonInner::after {
      content: '';
      width: 18px;
      height: 18px;
      mask-image: url('/hikaku/common/img/icon/icon_arrow_right.svg');
      mask-repeat: no-repeat;
      mask-size: 18px;
      background-color: #0c84f5;
      background-color: var(--color-sim-blue);
      transform: rotate(90deg);
      position: absolute;
      top: calc(50% - 9px);
      right: 0;
      transition: all 0.3s;
    }
.is-open .p-anchor_buttonInner::after {
        transform: rotate(-90deg);
      }
.p-drawerSection {
	display: flex;
	position: fixed;
	top: 60%;
	right: 0;
	z-index: 10;
	transform: translate(calc(100% - 36px), -50%);
	transition: all 0.3s;
	opacity: 0;
	pointer-events: none;
}
.p-drawerSection.is-open {
		transform: translate(0, -50%);
	}
.p-drawerSection.is-show {
		opacity: 1;
		pointer-events: all;
	}
.p-drawerSection_heading {
		background-color: #fdb600;
		font-weight: bold;
		font-size: 15px;
		line-height: 1.2;
		width: 36px;
		height: 100%;
		padding-top: 12px;
		padding-bottom: 12px;
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		gap: 6px;
		border-radius: 12px 0 0 12px;
		cursor: pointer;
		transition: all 0.3s;
	}
.p-drawerSection_container {
		width: 234px;
		background-color: #fff;
		background-color: var(--color-white);
		border-width: 1px 0 1px 1px;
		border-style: solid;
		border-color: #ccc;
		border-color: var(--color-gray-80);
		padding: 5px 18px 17px 17px;
	}
.p-drawer {
	display: flex;
	flex-direction: column;
}
.p-drawer_itemLink {
		display: block;
		color: #333;
		color: var(--color-black);
		text-decoration: none;
		border-bottom: 1px dashed #aaa;
		border-bottom: 1px dashed var(--color-gray-66);
		padding-top: 12px;
		padding-bottom: 12px;
	}
/* Campaign Section */
.p-dividerCard {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.p-dividerCard_item {
		transition: all 0.3s;
	}
.p-dividerCard_itemLink {
		display: block;
		border: 2px solid #0c84f5;
		border: 2px solid var(--color-sim-blue);
		border-radius: 12px;
		padding: 13px;
		color: #333;
		color: var(--color-black);
		text-decoration: none;
	}
.p-dividerCard_header {
		display: flex;
		align-items: center;
		gap: 12px;
		line-height: 1.2;
		border-bottom: 1px solid #ccc;
		border-bottom: 1px solid var(--color-gray-80);
		padding-bottom: 12px;
		position: relative;
		padding-right: 24px;
	}
.p-dividerCard_header::after {
			content: '';
			width: 18px;
			height: 18px;
			mask-image: url('/hikaku/common/img/icon/icon_arrow_right.svg');
			mask-repeat: no-repeat;
			mask-size: 18px;
			background-color: #ff9600;
			background-color: var(--color-orange);
			position: absolute;
			top: 12px;
			right: -4px;
		}
.p-dividerCard_logo {
		width: 96px;
		border: 1px solid #ccc;
		border: 1px solid var(--color-gray-80);
	}
.p-dividerCard_headerContainer {
		flex: 1;
		display: flex;
		flex-direction: column;
		gap: 6px;
		justify-content: center;
	}
.p-dividerCard_tagline {
		font-size: 12px;
		font-weight: normal;
	}
.p-dividerCard_heading {
		font-size: 18px;
		font-weight: bold;
	}
.p-dividerCard_container {
		padding-top: 12px;
	}
.p-dividerCard_note {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
.p-dividerCard_noteItem {
		display: flex;
		gap: 15px;
	}
.p-dividerCard_noteLabel {
		border: 1px solid #ff9600;
		border: 1px solid var(--color-orange);
		color: #ff9600;
		color: var(--color-orange);
		border-radius: 6px;
		width: 96px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		line-height: 1.2;
		font-weight: bold;
		padding: 6px 12px;
	}
.p-dividerCard_noteLabel.-new {
			border-color: #0ed141;
			color: #0ed141;
		}
.p-dividerCard_noteLabel.-mnp {
			border-color: #0dc1f5;
			color: #0dc1f5;
		}
.p-dividerCard_noteText {
		flex: 1;
	}
/* Data Section */
.p-cardAnchor {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 42px;
}
.p-cardAnchor_itemLink {
    display: flex;
    flex-direction: column;
    color: #333;
    color: var(--color-black);
    text-decoration: none;
    transition: all 0.3s;
  }
.p-cardAnchor_header {
    background-color: #0c84f5;
    background-color: var(--color-sim-blue);
    color: #fff;
    color: var(--color-white);
    border-radius: 12px 12px 0 0;
    padding: 12px 15px;
    display: flex;
    gap: 6px;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
  }
.p-cardAnchor_heading {
    font-size: 18px;
    font-weight: bold;
  }
.p-cardAnchor_strong {
    display: inline-block;
    font-size: 21px;
    color: #fff45c;
    margin-right: 6px;
  }
.p-cardAnchor_container {
    border-style: solid;
    border-color: #0c84f5;
    border-color: var(--color-sim-blue);
    border-width: 0 2px 2px;
    border-radius: 0 0 12px 12px;
    padding: 12px 13px 60px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
  }
.p-cardAnchor_container::before,
    .p-cardAnchor_container::after {
      content: '';
      display: block;
      position: absolute;
    }
.p-cardAnchor_container::before {
      background-color: #f4f4f4;
      width: 100%;
      height: 42px;
      border-radius: 0 0 14px 14px;
      bottom: 0;
      left: 0;
    }
.p-cardAnchor_container::after {
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 12px solid transparent;
      border-left: 12px solid transparent;
      border-top: 12px solid #0c84f5;
      border-top: 12px solid var(--color-sim-blue);
      border-bottom: 0;
      bottom: 15px;
      left: calc(50% - 12px);
    }
.p-cardAnchor_image {
    width: calc(40% - 7.5px);
  }
.p-cardAnchor_inner {
    flex: 1;
    font-weight: bold;
  }
.p-card {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px 9px;
}
.p-card_itemLink {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #fff;
    background-color: var(--color-white);
    color: #333;
    color: var(--color-black);
    text-decoration: none;
    padding: 12px 15px;
    transition: opacity 0.3s;
  }
.p-card_header {
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 1.2;
  }
.p-card_logo {
    width: 96px;
    border: 1px solid #ccc;
    border: 1px solid var(--color-gray-80);
  }
.p-card_headerContainer {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
  }
.p-card_label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 18px;
    color: #fff;
    color: var(--color-white);
    font-size: 12px;
  }
.p-card_label.-mno {
      background-color: #de25b5;
      background-color: var(--color-mno);
    }
.p-card_label.-mvno {
      background-color: #0060cc;
      background-color: var(--color-mvno);
    }
.p-card_heading,
  .p-card_tagline {
    font-size: 15px;
    font-weight: bold;
  }
.p-card_container {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
.p-card_ribbon {
    background-color: #fdf6e8;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
    line-height: 1.2;
  }
.p-card_ribbon.-extra {
      flex-direction: column;
      gap: 6px;
    }
.p-card_ribbon::after {
      content: '';
      width: 18px;
      height: 18px;
      mask-image: url('/hikaku/common/img/icon/icon_arrow_right.svg');
      mask-repeat: no-repeat;
      mask-size: 18px;
      background-color: #ff9600;
      background-color: var(--color-orange);
      position: absolute;
      top: calc(50% - 9px);
      right: 11px;
    }
.p-card_monthly {
    font-weight: bold;
  }
.p-card_price {
    display: inline-block;
    margin-left: 0.2em;
    margin-right: 0.2em;
    color: #f00;
    color: var(--color-red);
    font-size: 21px;
  }
.-extra .p-card_price {
      font-size: 14px;
    }
/* Purpose Section */
.p-boxedAnchor {
	display: flex;
	flex-wrap: wrap;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 1px 1px 0;
	margin-bottom: 24px;
}
.p-boxedAnchor_item {
		width: 50%;
		border-color: #ccc;
		border-style: solid;
		border-width: 1px 0 0 1px;
	}
.p-boxedAnchor_itemLink {
		color: #666;
		text-decoration: none;
		background-color: #fff;
		background-color: var(--color-white);
		display: flex;
		align-items: center;
		justify-content: center;
		height: 54px;
		font-weight: bold;
		position: relative;
		transition: all 0.3s;
	}
.p-boxedAnchor_itemLink.-current {
			background-color: #0c84f5;
			background-color: var(--color-sim-blue);
			color: #fff;
			color: var(--color-white);
		}
.p-boxedAnchor_itemLink.-current:hover {
				background-color: #0c84f5;
				background-color: var(--color-sim-blue);
			}
.p-boxedAnchor_itemLink.-current::before {
				display: none;
			}
.p-boxedAnchor_itemLink::before {
			content: '';
			display: block;
			width: 0;
			height: 0;
			border-right: 6px solid transparent;
			border-left: 6px solid transparent;
			border-top: 8px solid #0c84f5;
			border-top: 8px solid var(--color-sim-blue);
			border-bottom: 0;
			position: absolute;
			top: calc(50% - 4px);
			right: 6px;
		}
.-iphone .p-boxedAnchor_itemLink.-travel::before,
				.-children .p-boxedAnchor_itemLink.-travel::before,
				.-esim .p-boxedAnchor_itemLink.-travel::before {
					border-bottom: 8px solid #0c84f5;
					border-bottom: 8px solid var(--color-sim-blue);
					border-top: 0;
				}
.-children .p-boxedAnchor_itemLink.-iphone::before,
				.-esim .p-boxedAnchor_itemLink.-iphone::before {
					border-bottom: 8px solid #0c84f5;
					border-bottom: 8px solid var(--color-sim-blue);
					border-top: 0;
				}
.-esim .p-boxedAnchor_itemLink.-children::before {
					border-bottom: 8px solid #0c84f5;
					border-bottom: 8px solid var(--color-sim-blue);
					border-top: 0;
				}
.p-iconHeading {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
	line-height: 1.4;
}
.p-iconHeading::before {
		content: '';
		display: inline-block;
		width: 18px;
		height: 18px;
		mask-repeat: no-repeat;
		mask-size: 18px;
		background-color: #0c84f5;
		background-color: var(--color-sim-blue);
		margin-bottom: -0.1em;
		margin-right: 0.2em;
	}
.p-iconHeading.-check-circle::before {
			mask-image: url('/hikaku/sim/img/icon_check_circle.svg');
		}
.p-borderedPanel {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
.p-borderedPanel_item {
    background-color: #fff;
    background-color: var(--color-white);
    border-top: 6px solid #0c84f5;
    border-top: 6px solid var(--color-sim-blue);
  }
.p-borderedPanel_header {
    padding: 12px 15px;
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid var(--color-gray-80);
    display: flex;
    gap: 12px;
    align-items: center;
  }
.p-borderedPanel_logo {
    width: 90px;
    border: 1px solid #ccc;
    border: 1px solid var(--color-gray-80);
  }
.p-borderedPanel_heading {
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
.p-borderedPanel_subheading {
    font-size: 12px;
    font-weight: normal;
  }
.p-borderedPanel_container {
    display: flex;
    flex-direction: column;
    padding: 12px 15px;
    gap: 12px;
  }
.p-borderedPanel_inner {
    gap: 12px;
  }
.p-borderedPanel_contentHeading {
    font-weight: bold;
  }
.p-borderedPanel_button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    color: var(--color-white);
    background-color: #ff9600;
    background-color: var(--color-orange);
    min-height: 60px;
    border-radius: 12px;
    position: relative;
    padding-right: 24px;
    padding-left: 24px;
    width: auto;
    transition: opacity 0.3s;
  }
.p-borderedPanel_button::after {
      content: '';
      width: 18px;
      height: 18px;
      mask-image: url('/hikaku/common/img/icon/icon_arrow_right.svg');
      mask-repeat: no-repeat;
      mask-size: 18px;
      background-color: #fff;
      background-color: var(--color-white);
      position: absolute;
      top: calc(50% - 9px);
      right: 7px;
    }
.p-tag {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	font-size: 11px;
	line-height: 1.2;
}
.p-tab_container .p-tag {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 12px;
	}
.p-tag_item {
		border: 1px solid #ccc;
		border: 1px solid var(--color-gray-80);
		background-color: #fff;
		background-color: var(--color-white);
		border-radius: 12px;
		min-height: 24px;
		display: inline-flex;
		align-items: center;
		padding-left: 24px;
		padding-right: 9px;
		position: relative;
	}
.p-tag_item::before {
			content: '';
			display: inline-block;
			width: 18px;
			height: 18px;
			mask-repeat: no-repeat;
			mask-size: 18px;
			mask-image: url('/hikaku/sim/img/icon_check.svg');
			background-color: #f00;
			background-color: var(--color-red);
			position: absolute;
			top: calc(50% - 9px);
			left: 5px;
		}
.p-tag_item.-double-circle::before {
				mask-image: url('/hikaku/sim/img/icn_double_circle.svg');
				background-color: #0c944f;
			}
.p-tag_item.-triangle::before {
				mask-image: url('/hikaku/sim/img/icn_triangle.svg');
				background-color: #ff9600;
				background-color: var(--color-orange);
			}
.p-tag_item.-docomo,
		.p-tag_item.-au,
		.p-tag_item.-softbank,
		.p-tag_item.-rakuten {
			padding-left: 9px;
		}
.p-tag_item.-docomo::before, .p-tag_item.-au::before, .p-tag_item.-softbank::before, .p-tag_item.-rakuten::before {
				display: none;
			}
.p-tag_item.-docomo {
			border-color: #c03;
			color: #c03;
		}
.p-tag_item.-au {
			border-color: #EB5505;
			color: #EB5505;
		}
.p-tag_item.-softbank {
			border-color: #000;
			color: #000;
		}
.p-tag_item.-rakuten {
			border-color: #FF008C;
			color: #FF008C;
		}
.p-tab_container .p-tag_item {
			width: 100%;
			min-height: 36px;
			border-radius: 18px;
			padding-left: 42px;
			padding-right: 18px;
		}
.p-tab_container .p-tag_item::before {
				width: 24px;
				height: 24px;
				mask-size: 24px;
				top: calc(50% - 12px);
				left: 15px;
			}
.p-tag_strong {
		font-weight: bold;
		color: #f00;
		color: var(--color-red);
	}
.p-priceTag {
	display: flex;
	align-items: center;
	gap: 12px;
	line-height: 1.3;
}
.p-priceTag_label {
		font-size: 12px;
		border: 1px solid #333;
		border: 1px solid var(--color-black);
		border-radius: 12px;
		min-height: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-left: 12px;
		padding-right: 12px;
		font-weight: bold;
		background-color: #fff;
		background-color: var(--color-white);
	}
.p-priceTag_container {
		font-weight: bold;
	}
.p-priceTag_highlight {
		font-size: 21px;
		color: #f00;
		color: var(--color-red);
	}
.p-tableList {
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 0 0 1px;
  background-color: #fff;
  background-color: var(--color-white);
}
.p-tableList_item,
  .p-tableList_heading {
    border-style: solid;
    border-color: #ddd;
  }
.p-tableList_heading,
  .p-tableList_body {
    padding: 12px 6px;
    display: flex;
    align-items: center;
  }
.p-tableList_item {
    border-width: 0 1px 1px 0;
    display: flex;
  }
.p-tableList_heading {
    border-width: 0 1px 0 0;
    background-color: #eee;
    background-color: var(--color-gray-90);
    width: 108px;
  }
.p-tableList_body {
    flex: 1;
  }
.-initial {
  grid-area: initial;
}
.-monthly {
  grid-area: monthly;
}
.-call {
  grid-area: call;
}
.-unlimited {
  grid-area: unlimited;
}
.-career {
  grid-area: line;
}
.-speed {
  grid-area: speed;
}
.-sim {
  grid-area: sim;
}
.-overseas {
  grid-area: overseas;
}
.-payment {
  grid-area: payment;
}
.-min {
  grid-area: min;
}
.-apply {
  grid-area: apply;
}
.p-primaryTab {
	margin-top: 24px;
}
.p-primaryTab_nav {
		display: flex;
		gap: 12px;
	}
.p-primaryTab_navItem {
		color: #fff;
		color: var(--color-white);
		background-color: #0dc1f5;
		display: flex;
		justify-content: center;
		transition: all 0.3s;
		flex: 1;
		height: 38px;
		line-height: 42px;
		font-size: 15px;
		font-weight: bold;
		cursor: pointer;
	}
.p-primaryTab_navItem.-new {
			background-color: #0ED141;
		}
.p-primaryTab_navItem.is-active::after {
				opacity: 1;
			}
.p-primaryTab_navItem.is-active:hover {
				cursor: default;
				opacity: 1;
			}
.p-primaryTab_subheading {
		font-size: 12px;
	}
.p-primaryTab_container {
		border-top: 4px solid #0dc1f5;
		background-color: #dbf6fe;
		padding: 12px;
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
.p-primaryTab_container.-new {
			border-color: #0ED141;
			background-color: #dbf8e3;
		}
.p-primaryTab_container[aria-hidden='true'] {
			display: none;
		}
/* Comparison Section */
.p-stickyTable {
  font-size: 12px;
  width: 1860px;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  display: block;
  position: relative;
}
.p-stickyTable_outer {
    position: relative;
  }
.p-stickyTable_outer::before,
    .p-stickyTable_outer::after {
      content: '';
      display: block;
      width: 2px;
      height: auto;
      position: absolute;
      left: 150px;
      top: 0;
      bottom: 0;
      z-index: 1;
    }
.p-stickyTable_outer::before {
      background-color: #c6def5;
    }
.p-stickyTable_outer::after {
      background-color: #fff;
      background-color: var(--color-white);
      height: 80px;
    }
.p-stickyTable_outer.is-full::before {
      height: 1268px;
    }
.p-stickyTable_shadow {
    position: relative;
  }
.p-stickyTable_shadow::after {
      content: '';
      width: 42px;
      height: 100%;
      background-image: linear-gradient(90deg, rgba(255, 255, 255, 0%) 50%, rgba(0, 0, 0, 10%) 100%);
      position: absolute;
      top: 0;
      right: 0;
    }
.p-stickyTable_wrapper {
    overflow-x: auto;
    border-left: 1px solid #c6def5;
  }
.p-stickyTable tr[aria-hidden='true'] {
      display: none;
    }
.p-stickyTable th,
  .p-stickyTable td {
    padding: 6px;
    text-align: center;
    border-right: 1px solid #c6def5;
    border-bottom: 1px solid #c6def5;
    background-color: #fff;
    background-color: var(--color-white);
  }
.p-stickyTable th.-heading, .p-stickyTable td.-heading {
      border-right: none;
      position: sticky;
      top: 0;
      left: 0;
    }
.p-stickyTable th {
    font-weight: bold;
    width: 90px;
  }
.p-stickyTable th.-heading {
      width: 150px;
    }
.p-stickyTable th.-monthly {
      border-bottom: 1px solid #fff;
      border-bottom: 1px solid var(--color-white);
      text-align: left;
    }
.p-stickyTable th.-light,
    .p-stickyTable th.-middle,
    .p-stickyTable th.-heavy,
    .p-stickyTable th.-career,
    .p-stickyTable th.-call {
      width: 180px;
    }
.p-stickyTable .-header th {
      border-right: 1px solid #fff;
      border-right: 1px solid var(--color-white);
      background-color: #c6def5;
    }
.p-stickyTable .-header th.-heading {
        border-right: none;
      }
.p-stickyTable td {
    border-right: 1px solid #c6def5;
  }
.p-stickyTable_link {
    color: #333;
    color: var(--color-black);
    text-decoration: none;
    transition: all 0.3s;
  }
.p-stickyTable_logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
    width: 90px;
    border: 1px solid #ccc;
    border: 1px solid var(--color-gray-80);
  }
.p-stickyTable_heading {
    font-weight: bold;
  }
.p-stickyTable_subheading {
    font-weight: normal;
    font-size: 10px;
  }
.p-stickyTable_button {
    border: 1px solid #0c84f5;
    border: 1px solid var(--color-sim-blue);
    background-color: #fff;
    background-color: var(--color-white);
    color: #0c84f5;
    color: var(--color-sim-blue);
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    border-radius: 12px;
    margin-top: 24px;
    margin-bottom: 24px;
    cursor: pointer;
    transition: all 0.3s;
  }
.p-stickyTable_button.is-hidden {
      display: none;
    }
.p-stickyTable_buttonInner {
    position: relative;
    display: block;
    padding-right: 36px;
  }
.p-stickyTable_buttonInner::after {
      content: '';
      display: block;
      width: 18px;
      height: 18px;
      mask-image: url('/hikaku/common/img/icon/icon_arrow_right.svg');
      mask-repeat: no-repeat;
      mask-size: 18px;
      background-color: #828282;
      transform: rotate(90deg);
      position: absolute;
      top: 3px;
      right: 0;
    }
.p-tab {
	margin-top: 24px;
}
.p-tab_nav {
		display: flex;
		gap: 4px;
	}
.p-tab_navItem {
		padding-top: 12px;
		padding-bottom: 12px;
		color: #fff;
		color: var(--color-white);
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 6px;
		width: calc(50% - 2px);
		font-weight: bold;
		line-height: 1.2;
		position: relative;
	}
.p-tab_navItem::after {
			content: '';
			display: block;
			opacity: 0;
			width: 0;
			height: 0;
			border-width: 12px 12px 0;
			border-style: solid;
			border-color: transparent;
			position: absolute;
			bottom: -18px;
			left: calc(50% - 12px);
			transition: all 0.3s;
		}
.p-tab_navItem.is-active::after {
				opacity: 1;
			}
.p-tab_navItem.is-active:hover {
				cursor: default;
				opacity: 1;
			}
.p-tab_navItem.-mno {
			background-color: #de25b5;
			background-color: var(--color-mno);
		}
.p-tab_navItem.-mno::after {
				border-top-color: #de25b5;
				border-top-color: var(--color-mno);
			}
.p-tab_navItem.-mvno {
			background-color: #0060cc;
			background-color: var(--color-mvno);
		}
.p-tab_navItem.-mvno::after {
				border-top-color: #0060cc;
				border-top-color: var(--color-mvno);
			}
.p-tab_subHeading {
		font-size: 12px;
		font-weight: normal;
	}
.p-tab_container {
		padding-top: 30px;
		padding-bottom: 12px;
		border-style: solid;
		border-width: 6px 0 0;
	}
.p-tab_container.-mno {
			background-color: #fcecf8;
			background-color: var(--color-light-mno);
			border-top-color: #de25b5;
			border-top-color: var(--color-mno);
		}
.p-tab_container.-mvno {
			background-color: #e6eef8;
			background-color: var(--color-light-mvno);
			border-top-color: #0060cc;
			border-top-color: var(--color-mvno);
		}
.p-tab_container[aria-hidden='true'] {
			display: none;
		}
.p-panel {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 30px 15px;
  background-color: #fdf6e8;
}
.p-panel_item {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    background-color: var(--color-white);
  }
.p-panel_header {
    padding: 12px 15px;
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid var(--color-gray-80);
    display: flex;
    gap: 12px;
    align-items: center;
  }
.p-panel_logo {
    width: 90px;
    border: 1px solid #ccc;
    border: 1px solid var(--color-gray-80);
  }
.p-panel_headerInner {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
.p-panel_heading {
    font-size: 18px;
    font-weight: bold;
  }
.p-panel_container {
    padding: 12px 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
.p-panel_inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
.p-panel_button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    color: var(--color-white);
    background-color: #ff9600;
    background-color: var(--color-orange);
    min-height: 60px;
    border-radius: 12px;
    position: relative;
    padding-right: 24px;
    padding-left: 24px;
    width: 100%;
    transition: opacity 0.3s;
  }
.p-panel_button::after {
      content: '';
      width: 18px;
      height: 18px;
      mask-image: url('/hikaku/common/img/icon/icon_arrow_right.svg');
      mask-repeat: no-repeat;
      mask-size: 18px;
      background-color: #fff;
      background-color: var(--color-white);
      position: absolute;
      top: calc(50% - 9px);
      right: 7px;
    }
.p-highlightedBox {
  padding: 12px 15px;
  background-color: #fdf6e8;
}
.-mno .p-highlightedBox {
    background-color: #fcecf8;
    background-color: var(--color-light-mno);
  }
.-mvno .p-highlightedBox {
    background-color: #e6eef8;
    background-color: var(--color-light-mvno);
  }
.p-highlightedBox_heading {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    color: #ff9600;
  }
.-mno .p-highlightedBox_heading {
      color: #de25b5;
      color: var(--color-mno);
    }
.-mvno .p-highlightedBox_heading {
      color: #0060cc;
      color: var(--color-mvno);
    }
.p-highlightedBox_headingContainer {
    min-height: 36px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    background-color: var(--color-white);
    padding-left: 24px;
    padding-right: 24px;
  }
.p-highlightedBox_container {
    font-weight: bold;
  }
.p-dealsBox {
	border: 1px dashed #f00;
	border: 1px dashed var(--color-red);
	padding: 12px 14px;
	width: 100%;
}
.p-dealsBox_heading {
		color: #f00;
		color: var(--color-red);
		font-weight: bold;
		display: flex;
		align-items: center;
		gap: 6px;
		margin-bottom: 12px;
	}
.p-dealsBox_label {
		color: #fff;
		color: var(--color-white);
		background-color: #f00;
		background-color: var(--color-red);
		width: 72px;
		height: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: normal;
		font-size: 11px;
	}
/* Knowledge Section */
.p-descriptionList {
	margin-top: 12px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.p-descriptionList_heading {
		font-weight: bold;
		font-size: 15px;
	}
.p-descriptionList_heading::before {
			content: '■';
		}
.p-borderedCard {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.p-borderedCard_item {
		border: 2px solid #0c84f5;
		border: 2px solid var(--color-sim-blue);
		border-radius: 12px;
		padding: 13px;
	}
.p-borderedCard_heading {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
		margin-bottom: 12px;
	}
.-advantages .p-borderedCard_heading::before,
			.-disadvantages .p-borderedCard_heading::before {
				content: '';
				display: inline-block;
				width: 24px;
				height: 24px;
				mask-size: 24px;
				mask-repeat: no-repeat;
				margin-bottom: -4px;
				margin-right: 6px;
			}
.-advantages .p-borderedCard_heading::before {
				mask-image: url('/hikaku/sim/img/icn_double_circle.svg');
				background-color: #0c944f;
			}
.-disadvantages .p-borderedCard_heading::before {
				mask-image: url('/hikaku/sim/img/icn_triangle.svg');
				background-color: #ff9600;
				background-color: var(--color-orange);
			}
/* Faq Section */
.p-faqList {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.p-faqList_item {
		border-bottom: 1px solid #ccc;
		border-bottom: 1px solid var(--color-gray-80);
		padding-bottom: 18px;
	}
.p-faqList_heading,
	.p-faqList_container {
		padding-left: 30px;
		position: relative;
	}
.p-faqList_heading::before, .p-faqList_container::before {
			position: absolute;
			top: -6px;
			left: 0;
			font-size: 21px;
			font-weight: bold;
		}
.p-faqList_heading {
		color: #0c84f5;
		color: var(--color-sim-blue);
		font-weight: bold;
		font-size: 15px;
		margin-bottom: 12px;
	}
.p-faqList_heading::before {
			content: 'Q';
		}
.p-faqList_container::before {
			content: 'A';
			color: #666;
		}
.u-color-white {
		color: #fff;
		color: var(--color-white);
	}
.u-color-orange {
		color: #ff9600;
		color: var(--color-orange);
	}
.u-color-teal {
		color: #00bebc;
		color: var(--color-teal);
	}
.u-color-red {
		color: #f00;
		color: var(--color-red);
	}
.u-weight-normal {
		font-weight: normal;
	}
.u-weight-bold {
		font-weight: bold;
	}
.u-align-center {
		text-align: center;
	}
.u-align-right {
		text-align: right;
	}
.u-align-left {
		text-align: left;
	}
.u-note {
	color: #555;
	font-size: 0.90em;
	line-height: 1.35;
}
.u-responsiveImg {
		width: 100%;
		height: auto;
	}
.u-highlighted {
		display: inline;
		font-weight: inherit;
		background: linear-gradient(transparent 65%, #ffff98 0%);
		background: linear-gradient(transparent 65%, var(--color-sim-highlighted) 0%);
		padding: 0.2px;
	}
@media screen and (min-width: 767px) {
.p-container {
    max-width: 91.4667%;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto
}
.p-section + .p-section {
			margin-top: 72px
	}
.p-section.-faq {
			margin-bottom: 48px
	}
.p-section_header {
			margin-bottom: 36px
	}
.p-section_heading {
			font-size: 36px
	}
.p-section_subHeading {
			font-size: 21px
	}
.p-section_description {
			margin-bottom: 36px;
			text-align: center
	}
.p-nestedSection + .p-nestedSection {
      margin-top: 72px
  }
.p-nestedSection_description {
      text-align: center;
      margin-bottom: 36px
  }
.p-nestedSection_container {
      padding-top: 30px;
      padding-bottom: 30px;
      margin-top: 36px
  }
.p-subNestedSection + .p-subNestedSection {
    margin-top: 60px
}
.p-underlineHeading {
		padding-bottom: 24px;
		font-size: 30px;
		margin-bottom: 36px
}
    .p-borderedPanel .p-noteList {
      padding: 0 18px;
    }
.c-accentWall {
    margin-bottom: 48px
}
.p-tagline {
    max-width: 992px;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px
}
.p-rankingOverview {
    margin-bottom: 48px
}
.p-rankingHeading {
    gap: 8px;
    margin-bottom: 32px
}
.p-rankingHeading_sub {
      padding-left: 24px;
      padding-right: 24px;
      font-size: 24px;
      background-size: 22px auto
  }
.p-rankingHeading_note {
      font-size: 14px
  }
.p-rankingHeading_container {
      font-size: 36px
  }
.p-rankingHeading_container::before {
        width: 42px;
        height: 42px;
        background-size: 42px auto
    }
.p-rankingList_itemLink {
			flex-direction: row;
			gap: 12px;
			padding-right: 24px;
			position: relative
	}

			.p-rankingList_itemLink::after {
				content: '';
				width: 18px;
				height: 18px;
				mask-image: url('/hikaku/common/img/icon/icon_arrow_right.svg');
				mask-repeat: no-repeat;
				mask-size: 18px;
				background-color: #ff9600;
				background-color: var(--color-orange);
				position: absolute;
				top: calc(50% - 9px);
				right: -4px;
			}

			.p-rankingList_itemLink:hover {
				opacity: 0.7;
			}
.p-rankingList_header {
			padding-right: 0;
			gap: 12px
	}
.p-rankingList_header::after {
				display: none
		}
.p-rankingList_headerContainer {
			width: 90px
	}
.p-rankingList_container {
			flex-direction: row;
			flex: 1
	}
.p-rankingList_body {
			gap: 6px;
			justify-content: center;
			flex: 1
	}
.p-rankingList_deals {
			flex-direction: column
	}
.p-rankingList_ribbon {
			width: 150px;
			flex-direction: column;
			align-items: flex-start;
			gap: 6px
	}
.p-anchorSection {
    max-width: 582px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 42px;
    padding-left: 0;
    padding-right: 0
}
.p-anchorSection_container {
      padding: 24px 75px 9px
  }
.is-open .p-anchorSection_container {
        padding: 24px 75px
    }
      .p-anchor_itemLink:hover {
        text-decoration: underline;
      }
      .p-anchor_buttonInner:hover {
        text-decoration: underline;
      }
.p-drawerSection {
		transform: translate(calc(100% - 48px), -50%)
}
.p-drawerSection_heading {
			width: 48px;
			font-size: 18px
	}

			.p-drawerSection_heading:hover {
				opacity: 0.7;
			}
			.p-drawer_itemLink:hover {
				text-decoration: underline;
			}
.p-dividerCard {
		flex-flow: wrap row;
		gap: 18px
}
.p-dividerCard_item {
			width: calc(50% - 9px)
	}

			.p-dividerCard_item:hover {
				opacity: 0.7;
			}
.p-dividerCard_itemLink {
			height: 100%;
			padding: 16px
	}
.p-dividerCard_header {
			padding-right: 36px;
			gap: 18px
	}
.p-dividerCard_logo {
			width: 120px
	}
.p-dividerCard_heading {
			font-size: 20px
	}
.p-dividerCard_noteItem {
			gap: 18px
	}
.p-dividerCard_noteLabel {
			width: 120px
	}
.p-cardAnchor {
    flex-direction: row;
    gap: 18px;
    margin-bottom: 72px
}
.p-cardAnchor_item {
      width: calc(33.333% - 12px)
  }
.p-cardAnchor_itemLink {
      height: 100%
  }

      .p-cardAnchor_itemLink:hover {
        opacity: 0.7;
      }
.p-cardAnchor_header {
      padding-left: 0;
      padding-right: 0
  }
.p-cardAnchor_container {
      padding-left: 16px;
      padding-right: 16px;
      padding-bottom: 66px;
      flex-direction: column;
      gap: 12px;
      flex: 1
  }
.p-cardAnchor_container::before {
        height: 54px
    }
.p-cardAnchor_container::after {
        bottom: 21px
    }
.p-cardAnchor_image {
      width: 100%
  }
.p-card {
    flex-flow: row wrap;
    gap: 18px;
    grid-template-columns: repeat(auto-fill, minmax(178.5px, 1fr))
}
.p-card_itemLink {
      height: 100%;
      padding-left: 12px;
      padding-right: 12px
  }

      .p-card_itemLink:hover {
        opacity: 0.7;
      }
.p-card_header {
      align-items: flex-start;
      flex-direction: column-reverse;
      gap: 12px
  }
.p-card_logo {
      width: 100%
  }
.p-card_heading {
      font-size: 18px
  }
.p-card_container {
      height: 100%
  }
.p-card_ribbon {
      flex-direction: column;
      align-items: flex-start;
      gap: 6px;
      margin-top: auto;
      padding-left: 12px;
      min-height: 72px
  }
.p-card_ribbon::after {
        right: 7px
    }
.p-boxedAnchor {
		margin-bottom: 42px
}
.p-boxedAnchor_item {
			width: 25%
	}
.p-boxedAnchor_itemLink::before {
				right: 12px
		}
.p-boxedAnchor_itemLink:hover {
				background-color: #a7cff5;
				color: #fff;
				color: var(--color-white)
		}

				.p-boxedAnchor_itemLink:hover::before {
					border-top-color: #fff;
					border-top-color: var(--color-white);
				}
					.p-boxedAnchor_itemLink.-travel:hover::before {
						border-bottom-color: #fff;
						border-bottom-color: var(--color-white);
					}
					.p-boxedAnchor_itemLink.-iphone:hover::before {
						border-bottom-color: #fff;
						border-bottom-color: var(--color-white);
					}
					.p-boxedAnchor_itemLink.-children:hover::before {
						border-bottom-color: #fff;
						border-bottom-color: var(--color-white);
					}
.p-iconHeading {
		font-size: 24px;
		margin-bottom: 30px
}
.p-iconHeading::before {
			width: 24px;
			height: 24px;
			mask-size: 24px
	}
.p-borderedPanel {
    flex-flow: row wrap;
    gap: 30px 18px;
    grid-template-columns: repeat(2, 1fr)
}
.p-borderedPanel_item {
      display: grid;
      grid-template-rows: subgrid;
      grid-row: span 4;
      gap: 18px 0;
      padding-bottom: 18px
  }
.p-borderedPanel_header {
      padding-left: 18px;
      padding-right: 18px;
      gap: 18px
  }
.p-borderedPanel_heading {
      font-size: 24px
  }
.p-borderedPanel_container {
      display: contents;
      padding: 18px;
      gap: 18px
  }
.p-borderedPanel_inner {
      gap: 18px
  }

      .p-borderedPanel_inner .p-highlightedBox {
        width: calc(50% - 9px);
      }
.p-borderedPanel_button {
      margin-top: auto;
      margin-right: 18px;
      margin-left: 18px
  }

      .p-borderedPanel_button:hover {
        opacity: 0.7;
      }
.p-tab_container .p-tag {
			justify-content: center;
			margin-bottom: 30px
	}
.p-tab_container .p-tag_item {
				width: auto
		}
    .p-borderedPanel .p-tableList {
      margin-right: 18px;
      margin-left: 18px;
      margin-bottom: auto;
    }
.p-tableList.-grid {
      display: grid;
      grid-template: repeat(7, 1fr) / repeat(2, 1fr);
      grid-template-rows: auto;
      grid-template-areas:
        'initial line'
        'monthly speed'
        'monthly sim'
        'monthly overseas'
        'call payment'
        'unlimited min'
        'unlimited apply'
  }
.p-tableList_heading,
  .p-tableList_body {
      padding-top: 6px;
      padding-bottom: 6px
  }
.p-tableList_heading {
      width: 96px
  }
.-comparison .p-tableList_heading {
        width: 120px
    }
			.p-primaryTab_navItem:hover {
				opacity: 0.7;
			}
.p-stickyTable_outer::before,
    .p-stickyTable_outer::after {
        bottom: 16px
    }
      .p-stickyTable_link:hover {
        text-decoration: underline;
        opacity: 0.7;
      }

        .-mercari .p-stickyTable_link:hover {
          text-decoration: none;
          opacity: 1;
        }
.p-stickyTable_button {
      width: 390px;
      margin-right: auto;
      margin-left: auto
  }

      .p-stickyTable_button:hover {
        opacity: 0.7;
      }
.p-tab_nav {
			gap: 18px
	}
.p-tab_navItem {
			padding-top: 18px;
			padding-bottom: 18px;
			font-size: 27px;
			width: calc(50% - 9px);
			cursor: pointer;
			transition: all 0.3s
	}

			.p-tab_navItem:hover {
				opacity: 0.7;
			}
.p-tab_subHeading {
			font-size: 15px
	}
.p-tab_container {
			padding-left: 30px;
			padding-right: 30px
	}
.p-panel {
    gap: 30px;
    padding: 30px
}
.p-panel_header {
      justify-content: center
  }
.p-panel_headerInner {
      gap: 0;
      justify-content: center;
      flex: unset
  }
.p-panel_heading {
      font-size: 27px
  }
.p-panel_container {
      height: 100%;
      flex: 1;
      padding: 18px;
      gap: 18px
  }
.p-panel_inner {
      flex-direction: row;
      gap: 18px
  }

      .p-panel_inner .p-highlightedBox {
        width: calc(50% - 9px);
      }
.p-panel_description {
      width: calc(50% - 9px)
  }
.p-panel_button {
      margin-top: auto;
      max-width: 468px;
      margin-right: auto;
      margin-left: auto
  }

      .p-panel_button:hover {
        opacity: 0.7;
      }
.p-highlightedBox_container {
      display: flex;
      justify-content: center
  }
.p-dealsBox {
		max-width: 702px;
		margin-right: auto;
		margin-left: auto;
		padding-left: 17px;
		padding-right: 17px
}
.p-descriptionList {
		margin-top: 18px;
		gap: 18px
}
.p-borderedCard {
		flex-flow: row wrap;
		gap: 18px
}
.p-borderedCard_item {
			padding: 16px;
			width: calc(50% - 9px)
	}
.p-borderedCard_heading {
			margin-bottom: 18px
	}
.p-faqList {
		gap: 24px
}
.p-faqList_item {
			padding-bottom: 24px
	}
.u-only-mobile {
				display: none
		}
}
@media screen and (min-width: 991px) {
.p-container {
    max-width: 992px
}
.p-hero {
    max-width: 992px;
    margin-left: auto;
    margin-right: auto
}
.p-hero_wrapper {
      background: url('/hikaku/sim/img/bg_pagetit_desktop.jpg') no-repeat center top
  }
.p-rankingList_itemLink {
			gap: 24px;
			padding-right: 24px
	}
.p-rankingList_header {
			gap: 24px
	}
.p-rankingList_container {
			gap: 24px
	}
.p-rankingList_deals {
			flex-direction: row
	}
.p-card {
    gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(239px, 1fr))
}
.p-card_ribbon.-extra {
        font-size: 12px
    }
.-extra .p-card_price {
        font-size: 12px
    }
.p-borderedPanel {
    gap: 12px
}
.u-only-tablet {
				display: none
		}
.u-lower-tablet {
				display: none
		}
}
@media screen and (max-width: 990px) {
.p-primaryTab_container .p-priceTag_label {
				min-height: 48px
		}
.u-only-desktop {
				display: none
		}
}
@media screen and (max-width: 766px) {
.u-only-tablet {
				display: none
		}
.u-upper-tablet {
				display: none
		}
}
