/* WSYS-12770 【フロント】_eSIMとWiFi比較ページをレスポンシブ対応 20251130 J.Jiyun */
@charset "UTF-8";

.footer_pc_content, .sp_none {
	display: none;
}

.footer_sp_content, #Gnavi, .pc_none {
	display: block;
}

.container {
	width: 100%;
	max-width: 100vw;
}

.content {
	min-width: auto;
}

/* // Header
----------------------------------------------- */
body.appOn {
	padding-top:120px;
}

.header_sp_content:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

* html #Header .header_sp_content {
	height: 1%;
}

#Header .header_sp_content {
	background-color:#FFF;
	position:fixed;
	top:0;
	left:0;
	display:block;
	width:100%;
	height: 50px;
	border-bottom:1px solid #ccc;
	box-sizing: border-box;
	z-index:9989;
}

#Header .header_sp_content .header__logo {
	float: left;
	width: 52%;
	height: 100%;
	line-height: 1;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.header_sp_content.narita .header__logo {
	padding: 10px 6px 0 6px;
	box-sizing: border-box;
}

#Header .header_sp_content .header__logo a {
	display: block;
	height: 100%;
	box-sizing: border-box;
}

#Header .header_sp_content .header__logo strong {
	display:block;
	font-size:8px;
	padding-left:0;
}

#Header .header_sp_content .header__logo img {
	position: relative;
	top: 50%;
	vertical-align: top;
	transform: translate(0, -50%);
	max-width:100%;
	max-height: 100%;
}

#Header .header_sp_content .header_logo_text{
	font-size: 9px;
	font-weight: normal;
}

@media screen and (max-width: 374px) {
	#Header .header_sp_content .header__logo img {
		max-width:100%;
		max-height: 100%;
	}

	#Header .header_sp_content .header_logo_text{
		font-size: 9px;
		transform: scale(0.8);
		white-space: nowrap;
	}
}

#Header .header_sp_content .headerMenu {
	float: right;
	width: 48%;
	height: 100%;
}

.header_sp_content.narita .headerMenu {
	width: 16%;
}

#Header .header_sp_content .headerMenu .regist {
	display: block;
}

#Header .header_sp_content .headerMenu li {
	float: left;
	width: calc(100% / 3);
	height: 100%;
	box-sizing: border-box;
	border-left:1px solid #ccc;
	text-align:center;
}

#Header .header_sp_content .headerMenu li.bg_red{
	background-color: #F11505;
}

.header_sp_content.narita .headerMenu li {
	width: 100%;
}

#Header .header_sp_content .headerMenu li .h_menu_btn {
	position:static;
	top:auto;
	right:auto;
	width:auto;
	height: 100%;
	display:block;
	background-color:#fff;
	z-index:9990;
	text-align:center;
}

#Header .header_sp_content .headerMenu.menu_c li .h_menu_btn {
	position: relative;
	background-position: center 6px;
	background-repeat: no-repeat;
	background-size: auto 23px;
	text-decoration: none;
}

#Header .header_sp_content .headerMenu.menu_c li .h_menu_btn .h_menu_img {
	width: auto;
	height: 100%;
	padding: 6px 0;
	margin: 0 auto;
	box-sizing: border-box;
	vertical-align: baseline;
}

#Header .header_sp_content .menu_c li .h_menu_regist{
	background-color: #ff3366;
}

#Header .header_sp_content .menu_c .menu_btn.close .h_menu_menulist {
	background-color: #1579c6;
}

#Header .header_sp_content .menu_c .menu_btn:not(.active) {
	display: none;
}

#Header .header_sp_content .header__logo.logo_c{
	margin-top:0;
}

#Header .header_sp_content .header__logo.logo_c img{
	max-width: 172px;
}

#TopAppBnr {
	display:none;
	height:70px;
	background-color:#56a4f6;
	text-align:center;
	position:relative;
}

#TopAppBnr img.bnr {
	height:70px;
	width:auto;
}

#TopAppBnr a.close {
	position:absolute;
	top:5px;
	right:5px;
	display:block;
	height:42px;
	width:42px;
	opacity:0.7;
}

/* jwifi用 */
.header_sp_content.narita {
	border-bottom: 1px solid #1779c8;
}

.header_sp_content.narita .headerMenu img {
	width: auto;
	height: 100%;
}

/* // Gnavi
----------------------------------------------- */
#Gnavi {
	width: 100%;
}

#Gnavi:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

* html #Gnavi {
	height: 1%;
}

#Gnavi ul {
	overflow: hidden;
}

#Gnavi ul li {
	float: left;
	width: 25%;
	border-right: solid 1px #fff;
	box-sizing: border-box;
}

#Gnavi ul li.gnavi04 {
	border-right-width:0;
}

#Gnavi ul li a {
	display:block;
	text-align:center;
	background-color:#1579c7;
}

#Gnavi ul li a img {
	width:auto;
	height:50px;
}

/* // SpNavi
----------------------------------------------- */
body.fixed {
	position: fixed;
}

.sp_navi {
	display: none;
	overflow-y: scroll;
	position: fixed;
	z-index: 10001;
	top: 50px;
	bottom: 0;
	width: 100%;
	max-height: calc(100% - 50px);
	background: #fff;
	line-height: 1.6em;
}

.header_logo_info_show .sp_navi {
	top: 80px;
}

.sp_navi .sp_navi_outer li .category_btn {
	padding: 12px 5%;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 13px;
	line-height: 1.6em;
}

.sp_navi .sp_navi_outer li .category_btn:before {
	display: inline-block;
	content: "";
	width: 25px;
	height: 22px;
	margin: 0 20px 0 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

.sp_navi .sp_navi_outer li .category_btn.category_guide:before {
	background-image: url(../../s_images/contents/inner/shared/header/inner_menu_icon_biginner02.png);
}

.sp_navi .sp_navi_outer li .category_btn.category_price:before {
	background-image: url(../../s_images/contents/inner/shared/header/inner_menu_icon_price.png);
}

.sp_navi .sp_navi_outer li .category_btn.category_receive:before {
	background-image: url(../../s_images/contents/inner/shared/header/inner_menu_icon_receive.png);
}

.sp_navi .sp_navi_outer li .category_btn.category_qa:before {
	background-image: url(../../s_images/contents/inner/shared/header/inner_menu_icon_qa.png);
}

.sp_navi .sp_navi_outer li .category_btn:after {
	position: absolute;
	right: 5%;
	display: inline-block;
	content: "\f067";
	color: #ccc;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sp_navi .sp_navi_outer li .category_btn.active:after {
	content: "\f068";
}

.sp_navi_inner {
	display: none;
	background: #e4ecef;
	font-size: 1.2rem;
}

.sp_navi_inner li {
	position: relative;
	border-bottom: 1px solid #ccc;
}

.sp_navi_inner li:after {
	position: absolute;
	top: calc((100% - 1em) / 2);
	right: 5%;
	display: inline-block;
	content: "\f105";
	color: #ccc;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	line-height: 1;
}

.sp_navi_inner li a {
	position: relative;
	display: block;
	padding: 10px 5%;
	color: #333;
	text-decoration: none;
}

.sp_navi .sp_navi_outer li {
	position: relative;
}

.sp_navi .sp_navi_outer li.member:after,
.sp_navi .sp_navi_outer li.other:after {
	position: absolute;
	top: calc((100% - 1em) / 2);
	right: 5%;
	display: inline-block;
	content: "\f105";
	color: #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	line-height: 1;
}

.sp_navi .sp_navi_outer li.member a {
	display: block;
	position: relative;
	padding: 19px 5%;
	background: #1579c6;
	border-bottom: 1px solid #133774;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}

.sp_navi .sp_navi_outer li.other a {
	display: block;
	position: relative;
	padding: 12px 5%;
	background: #2153a9;
	border-bottom: 1px solid #133774;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}

.sp_navi .sp_navi_outer li.other a[target="_blank"]:after {
	display: inline-block;
	content: "";
	width: 1em;
	height: 1em;
	margin: 0 0 0 7px;
	background: url(../../s_images/contents/inner/shared/header/inner_menu_icon_exlink.png);
	background-size: contain;
	vertical-align: middle;
}

.sp_navi .appBnr {
	padding: 15px 10%;
	background: #1579c6;
	text-align: center;
}

.sp_navi .appBnr img {
	width: auto;
	max-width: 100%;
}

.sp_navi .sns_account_text {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
}

.sp_navi .sns_list {
	display: table;
	width: 100%;
	padding: 11px 7%;
	box-sizing: border-box;
}

.sp_navi .sns_list li {
	display: table-cell;
	text-align: center;
}

.sp_navi .sns_list li a {
	display: inline-block;
	width: 31px;
}

.sp_navi_footer .foot_close_btn {
	display: block;
	width: 100%;
	padding: 13px;
	background: #19428a;
	box-sizing: border-box;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

.sp_navi_footer .foot_close_btn:hover {
	cursor: pointer;
}

.sp_navi_footer .foot_close_btn:before {
	display: inline-block;
	content: "×";
	margin: 0 10px 0 0;
}

/* -------------------------------------
パンくずリスト
---------------------------------------- */
.layout-content_inner.breadcrumb_area {
	margin-top: 20px;
	padding-bottom: 10px;
}

.breadcrumb_bg.lp_breadcrumb_area {
	padding: 4vw 4vw;
}

/* -------------------------------------
footer
---------------------------------------- */
/* // FooterAppBnr
----------------------------------------------- */
#FooterAppBnr {
	padding-bottom:15px;
	background: #e2ecef;
}

/* // FooterMenu
----------------------------------------------- */
.footer {
    min-width: auto;
}

#FooterMenu {
	background: #e2ecef;
	padding: 15px;
}

#FooterAppBnr + #FooterMenu {
	padding: 5px 15px 30px 15px;
}

#FooterMenu .frame {
	background-color:#FFF;
	border-radius: 8px;
}

#FooterMenu .menuTitle {
	border-radius: 8px 8px 0 0;
	background: #1579c6;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding:8px 12px;
}

#FooterMenu .footer_menu_list {
	font-size: 0;
}

#FooterMenu .footer_menu_list li {
	display: inline-block;
	width: 50%;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 11px;
}

#FooterMenu .footer_menu_list li:nth-of-type(odd) {
	border-right: 1px solid #ccc;
}

#FooterMenu .footer_menu_list li:nth-last-child(-n+2) {
	border-bottom: none;
}

#FooterMenu .footer_menu_list li:last-child{
	width: auto;
	border-right:none;
}

#FooterMenu .footer_menu_list li:nth-last-child(2)  {
	border-bottom: none;
}

#FooterMenu .footer_menu_list li a {
	display: block;
	padding: 8px 0 8px 12px;
	color: #000;
	text-decoration: none;
}

#FooterMenu .accordion {
	display: block;
	padding: 8px 0 8px 12px;
	color: #000;
	text-decoration: none;
}

#FooterMenu .accordion_contents {
	margin: 10px;
}

#FooterMenu .footer_menu_list li a:before {
	display: inline-block;
	content: "\f105";
	margin: 0 6px 0 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

#FooterMenu .footer_menu_list li a[target="_blank"]:after {
	display: inline-block;
	content: "";
	width: 1em;
	height: 1em;
	margin: 0 0 0 10px;
	background: url(../../s_images/contents/inner/shared/footer_menuicon_exlink.png);
	background-size: contain;
	vertical-align: middle;
}

.footer_sns_area .sns_list {
	display: table;
	width: 100%;
	padding: 15px 7%;
	background: #fff;
	box-sizing: border-box;
}

.footer_sns_area .sns_list li {
	display: table-cell;
	text-align: center;
}

.footer_sns_area .sns_list li a {
	display: inline-block;
	width: 31px;
}

.footer_bnr_area {
	padding: 30px 15px 15px 15px;
	background: #e2ecef;
}

#FooterMenu + .footer_bnr_area {
	padding-top: 0;
}

#FooterMenu .bnr_wrap div:not(:first-child) .bnr {
	margin-top:15px;
}

#FooterMenu .sns {
	margin-top:15px;
	overflow:hidden;
}

#FooterMenu .sns .wrap {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	margin-bottom:8px;
}

#FooterMenu .sns .wrap:last-child {
	margin-bottom:0;
}

#FooterMenu .sns .wrap .frame {
	width: 49%;
	margin-right:2%;
	padding:5px;
	box-sizing: border-box;
}

#FooterMenu .sns .wrap>.frame:last-child {
	margin-right:0;
}

/* // FooterText
----------------------------------------------- */
#FooterText {
	padding-top:10px;
	padding-bottom:90px;
	width: 100%;
	font-size:1.2rem;
	text-align:center;
	background: #e2ecef;
}

#FooterText a {
	width: 100%;
	text-decoration:none;
	color:#777;
}

#FooterText p.pc_link {
	font-size:92%;
	margin: 20px 10px 0;
}

#FooterText p.pc_link .-link_border {
	display: block;
	padding: 1px 0;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

#FooterText p.copy {
	text-align:center;
	color:#888;
	margin-top:5px;
	font-size:92%;
}

#footerlinks {
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
	text-align: left;
}

#footerlinks .footer-left {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

#footerlinks .footer-right {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.footer_contact{
	background:#1579c6;
	padding:1em;
	margin-bottom:15px;
}

.footer_contact .text,
.footer_contact .tel{
	color:#fff;
	display:block;
	text-align:center;
}

.footer_contact .text{
	font-size:100%;
}

.footer_contact .tel{
	font-size:108%;
}

#FooterText .footer_contact .tel a{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

.footer_sp{
	width: 290px;
	margin: 0 auto;
	padding: 8px 0;
	text-align: left;
}

.stock_text{
	color:#000;
	text-align:left;
	margin:10px auto;
	font-size: 12px;
	display: inline-block;
}

.footer_sp_sms {
	width: 290px;
	margin: 0 auto;
	text-align: left;
}

.footer_sp_sms img{
	width: 80px;
	display: inline-block;
	vertical-align: middle;
}

.footer_sp_sms .stock_text{
	vertical-align: middle;
	margin: 0;
	height: auto;
	line-height: 1.4;
}

.footer_sp_sms .stock_text p{
	font-size: 9px;
}

.img_pmark {
	width: 50px;
	display: inline-block;
	margin-right: 20px;
}

/* module-fixed_bottom_wrap */
.module-fixed_bottom_wrap {
	display: flex;
	z-index: 300;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	background: #fff;
}

.module-fixed_bottom_wrap .module-fixed_bottom_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 14px 0;
}

.module-fixed_bottom_wrap .theme-btn_line {
	padding-right: 2vw;
	padding-left: 4vw;
	border: 1px solid #00b900;
}

.module-fixed_bottom_wrap .theme-btn_cv {
	padding-right: 2vw;
	padding-left: 3vw;
	background: #ff3366;
}

/* -------------------------------------
header_simple
---------------------------------------- */
.module-header_simple{
	position: fixed;
	width: 100%;
	height: 60px;
	top: 0;
	left: 0;
	background: #ffffff;
	border-bottom: 1px solid #e6e0d9;
}

.module-header_simple .-inner{
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 3.125%;
}

.module-header_simple .-logo{
	width: 50%;
	max-width: 240px;
}

.module-header_simple.-line{
	z-index: 1000;
}

/* -------------------------------------
footer_simple
---------------------------------------- */
.module-footer_simple{
	border-top: 1px solid #d3d3d3;
	color: #000000;
	font-size: 1.1rem;
}

.module-footer_simple .-inner{
	padding: 2vw 0;
	text-align: center;
}
/* -------------------------------------
content parts
---------------------------------------- */
.module-header_simple + .content{
	padding-top: 10px;
}

/* 共通 */
.layout-content_inner {
	width: 100%;
	margin: 0;
}

.layout-content_inner .module-inner {
	padding: 0 20px;
}

.layout-content_inner ._title {
	background-color: #0957e0;
}

.layout-content_inner ._title p {
	color: #fff;
	margin-left: 0;
	display: flex;
	align-items: center;
	padding: 15px;
	font-weight: bold;
}

.layout-content_inner ._title p span:first-child {
	background-color: #fff;
	color: #0957e0;
	font-size: 2.2rem;
	padding: 0 10px;
	border-radius: 5px;
	margin-right: 10px;
}

.header_pc_content {
	display: none;
}

.layout-content_inner .module-inner ._content ._ttl {
	font-weight: bold;
	margin: 15px 0 25px;
	display: flex;
	align-items: stretch;
}

.layout-content_inner .module-inner ._content ._ttl::before {
	content: "";
	display: inline-block;
	width: 5px;
	background-color: #0957e0;
	margin-right: 8px;
	vertical-align: middle;
}

/* お申込みボタン */
._apply {
	margin: 0 auto;
}

._apply ._apply_btn {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	margin: 40px auto 60px;
	padding: 15px;
	border-radius: 50px;
	box-shadow: rgba(20, 20, 20, 1) 3px 5px;
	background: #ff3366;
	color: #fff;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.1em;
	cursor: pointer;
	user-select: none;
	transition: ease 0.3s;
}

._apply ._apply_btn:hover {
	opacity: .8;
	transform: scale(1.05);
	box-shadow: none;
}

._apply ._apply_btn:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	right: 6%;
	margin-top: -7px;
}

._apply ._apply_btn:hover:before {
	border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 500px) {
	.fs_xs {
		font-size: 1.2rem;
	}

	.fs_sm {
		font-size: 1.3rem;
	}

	.fs_md {
		font-size: 1.5rem;
	}

	.fs_lg{
		font-size: 1.7rem;
	}

	.fs_xl {
		font-size: 1.9rem;
	}

	.sp_500 {
		display: none;
	}

	.pc_display {
		display: none;
	}
}

@media screen and (min-width: 500px) {
	.fs_xs {
		font-size: 1.3rem;
	}

	.fs_sm {
		font-size: 1.5rem;
	}

	.fs_md {
		font-size: 1.7rem;
	}

	.fs_lg {
		font-size: 1.9rem;
	}

	.fs_xl {
		font-size: 2.1rem;
	}

	.sp_500 {
		display: none;
	}

	.pc_display {
		display: none;
	}
}

@media screen and (min-width: 630px) {
	.fs_xs {
		font-size: 1.4rem;
	}

	.fs_sm {
		font-size: 1.6rem;
	}

	.fs_md {
		font-size: 1.8rem;
	}

	.fs_lg {
		font-size: 2.0rem;
	}

	.fs_xl {
		font-size: 2.2rem;
	}

}

@media screen and (min-width: 768px) {
	.fs_xs {
		font-size: 1.5rem;
	}

	.fs_sm {
		font-size: 1.7rem;
	}

	.fs_md {
		font-size: 1.9rem;
	}

	.fs_lg {
		font-size: 2.1rem;
	}

	.fs_xl {
		font-size: 2.3rem;
	}

	.sp_display {
		display: none;
	}

	.pc_display {
		display: block;
	}
}

@media screen and (min-width: 1000px) {
	html body {
		padding: 0 0 0 0 !important;
	}

	.header_pc_content, .footer_pc_content {
		display: block;
	}

	.sp_none {
		display: inline;
	}

	#Header .header_sp_content, .footer_sp_content, #Gnavi, #SpNavi, .pc_none {
		display: none;
	}

	.fs_xs {
		font-size: 1.6rem;
	}

	.fs_sm {
		font-size: 1.8rem;
	}

	.fs_md {
		font-size: 2.0rem;
	}

	.fs_lg {
		font-size: 2.2rem;
	}

	.fs_xl {
		font-size: 2.4rem;
	}

	.container {
		max-width: 100vw;
	}

	#Header {
		position: relative;
		height: auto;
	}

	.layout-content_inner {
		width: 980px;
		margin: 0 auto;
		background: #fff;
	}

	.layout-content_inner .module-inner {
		padding: 40px 90px 80px 90px;
		margin-bottom: 0;
	}

	.layout-content_inner ._title p {
		padding: 10px;
		margin-left: 70px;
	}

	.layout-content_inner .module-inner ._content ._ttl {
		margin: 0 0 20px;
		font-size: 2.4rem;
	}

	.layout-content_inner .module-inner ._content ._ttl::before {
		width: 10px;
	}
}