@charset "utf-8";

/* 共通 レイアウト*/
html {
	font-size: 62.5%;
}

body {
	font-size: 1.5em;
}

._inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 4% 80px;
}

/* 共通 タイトル・テキスト */
._ttl_text {
	text-align: center;
}

._ttl_h2 {
	margin-bottom: 18px;
	color: #07308c;
	font-size: 3.6rem;
	text-align: center;
	line-height: 1.6;
}

/* WSYS-11993 【フロント】法人向け広告用の新規フォーマットLPを作成 20250220 M.Shimizu */
._ttl_h2 ._subTtl {
	font-size: 60%;
}

._ttl_h3 {
	display: inline-block;
	position: relative;
	margin-bottom: 28px;
	padding: 10px 2em;
	background: #07308c;
	color: #fff;
	font-size: 2.8rem;
	line-height: 1;
	text-align: center;
}

._ttl_h3::before,
._ttl_h3::after {
	position: absolute;
	top: 0;
	border: none;
	content: '';
}

._ttl_h3::before {
	left: 0;
	border-bottom: 2em solid transparent;
	border-left: 1.5em solid #e5f1f9;
}

.for_business ._inner ._ttl_h3::before {
	border-left: 1.5em solid #fff;
}

.business_plan_area ._ttl_h3::before {
	border-left: 1.5em solid #d3ecf7;
}

.business_plan_area .plan_fiveg ._ttl_h3::before {
	border-left: 1.5em solid #008ae1;
}

.about_security ._ttl_h3::before {
	border-left: 1.5em solid #f8f8f8;
}

._ttl_h3::after {
	right: 0;
	border-top: 2em solid transparent;
	border-right: 1.5em solid #e5f1f9;
}

.for_business ._inner ._ttl_h3::after {
	border-right: 1.5em solid #fff;
}

.business_plan_area ._ttl_h3::after {
	border-right: 1.5em solid #d3ecf7;
}

.business_plan_area .plan_fiveg ._ttl_h3::after {
	border-right: 1.5em solid #008ae1;
}

.about_security ._ttl_h3::after {
	border-right: 1.5em solid #f8f8f8;
}

/* WSYS-11993 【フロント】法人向け広告用の新規フォーマットLPを作成 20250220 M.Shimizu */
._text_sub {
	margin-bottom: 3.6rem;
	color: #07308c;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
}

._text_sub_large {
	margin-bottom: 20px;
	color: #07308c;
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1.6;
}

/* 共通 背景 */
.plan_area,
.return_area,
.qa_area,
.receive_area,
.inquiry_area {
	background: #e5f1f9;
}

/* 共通 飾り ストライプ */
._stripe {
	position: relative;
}

._stripe::after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background: repeating-linear-gradient(-45deg,
			#ffffff,
			#ffffff 10px,
			#0063a0 10px,
			#0063a0 20px,
			#ffffff 20px,
			#ffffff 30px,
			#86b9bc 30px,
			#86b9bc 40px
			);
}
.plan_area ._ttl_h2 ._stripe::after,
.receive_area ._ttl_h2 ._stripe::after,
.inquiry_area ._ttl_h2 ._stripe::after,
.qa_area ._ttl_h2 ._stripe::after {
	width: 315px;
	margin: 20px auto 0;
	background: repeating-linear-gradient(-45deg,
			#e5f1f9,
			#e5f1f9 10px,
			#0063a0 10px,
			#0063a0 20px,
			#e5f1f9 20px,
			#e5f1f9 30px,
			#86b9bc 30px,
			#86b9bc 40px
			);
}

.share_area ._ttl_h2 ._stripe::after {
	width: 300px;
	margin: 20px auto 0;
	background: repeating-linear-gradient(-45deg,
			#f8f8f8,
			#f8f8f8 10px,
			#0063a0 10px,
			#0063a0 20px,
			#f8f8f8 20px,
			#f8f8f8 30px,
			#86b9bc 30px,
			#86b9bc 40px
			);
}
.support_area ._ttl_h2 ._stripe::after {
	width: 315px;
	margin: 20px auto 0;
	background: repeating-linear-gradient(-45deg,
			#ffffff,
			#ffffff 10px,
			#0063a0 10px,
			#0063a0 20px,
			#ffffff 20px,
			#ffffff 30px,
			#86b9bc 30px,
			#86b9bc 40px
			);
}

.voice_area ._ttl_h2 ._stripe::after {
	width: 300px;
	margin: 20px auto 0;
	background: repeating-linear-gradient(-45deg,
			#0063a0,
			#0063a0 10px,
			#ffffff 10px,
			#ffffff 20px,
			#86b9bc 20px,
			#86b9bc 30px,
			#ffffff 30px,
			#ffffff 40px
			);
}

.plan_area ._ttl_h2 ._stripe,
.share_area ._ttl_h2 ._stripe,
.receive_area ._ttl_h2 ._stripe,
.support_area ._ttl_h2 ._stripe,
.inquiry_area ._ttl_h2 ._stripe,
.voice_area ._ttl_h2 ._stripe,
.qa_area ._ttl_h2 ._stripe {
	margin-top: 20px;
}

/* 共通 マーカーペン風 */
._marker {
	background: linear-gradient(transparent 60%, #fdf0b3 40%);
}

/* 共通 お申し込みボタン apply_btn */
.apply_area .apply_btn {
	font-size: 2.4rem;
	background: #f8982d;
	display: inline-block;
	position: relative;
	color: #fff;
	border-radius: 50px;
	font-weight: 700;
	text-align: center;
	line-height: 60px;
	padding: 0 50px;
	transition: all 0.3s;
	cursor: pointer;
	text-decoration: none;
	min-width: 420px;
	box-shadow: 0px 4px 0px rgba(168, 69, 3, .7);
}

.apply_area {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.apply_area .apply_btn:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-weight: 900;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2rem;
	right: 50px;
}

.apply_area .apply_btn:hover {
	opacity: 0.8;
}

/* 共通 apply_area_content コンテンツ内のお申し込みコンテンツ */
.apply_area_content {
	position: relative;
	background: #16318d;
	padding: 50px 0;
}

.apply_area_content .applay_text {
	font-size: 1.4rem;
	padding-bottom: 10px;
	color: #fff;
}

.apply_area_content .applay_text span {
	color: #f7861b;
	font-size: 1.6rem;
}

.apply_area_content .applay_text:before,
.apply_area_content .applay_text:after {
	position: relative;
	display: inline-block;
	content: "";
	background: #fff;
	width: 2px;
	height: 1em;
	margin: 0 1em;
	margin-top: -.2em;
	vertical-align: middle;
}

.apply_area_content .applay_text:before {
	transform: rotate(-35deg);
}

.apply_area_content .applay_text:after {
	transform: rotate(35deg);
}

/* ヘッダー lp_header */
/* WSYS-11428 【フロント】広告用LPの修正 M.Shimizu 20240912 */
.lp_header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background: #fff;
	color: #0a4087;
}

.lp_header .-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding-inline: 20px;
	display: flex;
	align-items: center;
	height: 80px;
	justify-content: space-between;
}

.lp_header .-inner .-logo img {
	width: 80%;
}

.lp_header .-inner .-logo a {
	display: flex;
	flex-direction: column;
	transition: .3s;
	color: #0a4087;
	text-decoration: none;
	cursor: pointer;
}

.lp_header .-inner .-logo a:hover {
	opacity: .8;
}

.lp_header .-inner .-logo .-txt {
	font-size: 1rem;
	line-height: 1.4;
}

/* WSYS-11428 【フロント】広告用LPの修正 M.Shimizu 20240912 */
.lp_header .-inner .-tel .apply_area .apply_btn {
	min-width: 300px;
}

.lp_header .-inner .-tel .apply_area .apply_btn::after {
	right: 30px;
}

.lp_header .-inner .-tel a {
	height: 50px;
	font-size: 1.6rem;
	line-height: 50px;
} 

/* メインビジュアル visual_area */
/* WSYS-11428 【フロント】広告用LPの修正 M.Shimizu 20240912 */
.visual_area {
	position: relative;
	width: 100%;
	background: url(/common/images/contents/lp_001/gw001/mv.png)no-repeat;
	background-size: cover;
	margin-top: 80px;
	padding-bottom: 60px;
	padding-top: 20px;
	background-position: center;
}

@media (min-width: 798px) and (max-width: 1024px) {
	.visual_area {
		padding-top: 20px;
	}
}

@media (min-width: 1441px) and (max-width: 1920px) {
	.visual_area {
		background-position: center center;
	}
}

.visual_area .visual_airplane {
	position: relative;
	display: inline-block;
	padding-bottom: 8px;
}

.visual_area .visual_airplane p {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 2.8rem;
}

.visual_area .visual_airplane p::before {
	content: '';
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	background: url(/common/images/contents/lp_001/gw001/mv_plane.png?date=20240827) no-repeat center center / contain;
	margin-right: 5px;
}

.visual_area .visual_airplane span {
	color: #f2830c;
	font-size: 3.5rem;
	font-weight: 700;
}

.visual_area .visual_logo {
	width: 34.4rem;
	display: block;
	margin: 0 auto 40px;
}

.visual_area .visual_apply_area {
	padding: 18px 0;
}

.visual_area .visual_sup {
	position: absolute;
	z-index: 1;
	color: #5c5c5c;
	font-size: 1.0rem;
	text-align: left;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
		-1px 1px 0 #fff, 1px -1px 0 #fff,
		0px 1px 0 #fff, 0 -1px 0 #fff,
		-1px 0 0 #fff, 1px 0 0 #fff;
}

/* WSYS-11428 【フロント】広告用LPの修正 M.Shimizu 20240912 */
.visual_sup ._name {
	position: absolute;
	top: -110px;
	right: -180px;
	font-size: 1.6rem;
}

@media (min-width: 1630px) and (max-width: 1920px) {
	.visual_area ._name {
		right: -280px;
	}
}

.visual_area img.mv {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* 選ばれる理由 reason_area */
.reason_area.reason_stripe {
	background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 10px, #0063a0 10px, #0063a0 20px, #ffffff 20px, #ffffff 30px, #86b9bc 30px, #86b9bc 40px, #ffffff 40px, #ffffff 40px);
	position: relative;
	padding: 0 10px;
	margin-inline: auto;
}

.reason_bg {
	background: #38b8c0;
}
/* WSYS-11428 【フロント】広告用LPの修正 M.Shimizu 20240912 */
.reason_area ._inner {
	position: relative;
	text-align: center;
}

.reason_area ._inner::before {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 22.0rem;
	height: 26.0rem;
	background: url(/common/images/contents/lp_001/reason_girl.png?date=20240827) no-repeat center center / contain;
	content: "";
}

/* WSYS-11428 【フロント】広告用LPの修正 M.Shimizu 20240912 */
.reason_area ._ttl_h2 {
	display: inline-block;
	color: #fff;
	position: relative;
	z-index: 1;
}

.reason_area ._ttl_h2::before {
	position: absolute;
	right: -9rem;
	bottom: -40px;
	z-index: -1;
	width: 11rem;
	height: 10.7rem;
	background: url(/common/images/contents/lp_001/reason_title_catch.png?date=20240827) no-repeat center center / contain;
	content: "";
}

.reason_list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	width: 700px;
	margin: 30px auto 0;
}

.reason_item {
	position: relative;
	border-radius: 10px;
	width: 300px;
	height: 100px;
	display: flex;
	align-items: center;
}

.reason_item:before {
	content: "";
	border: 15px dotted #38b8c0;
	display: block;
	width: 320px;
	height: 130px;
	position: absolute;
	top: -15px;
	left: -10px;
	z-index: 2;
}

/* WSYS-11428 【フロント】広告用LPの修正 M.Shimizu 20240912 */
.reason_item_content {
	background: #ffffff;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	position: relative;
	text-align: left;
}

.reason_item_content_line {
	display: flex;
	align-items: center;
	border-radius: 5px;
	padding: 10px;
}

.reason_item_content ._number {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-right: 10px;
	text-shadow: 2px 2px 1px #f8982d,
				-2px 2px 1px #f8982d,
				2px -2px 1px #f8982d,
				-2px -2px 1px #f8982d,
				2px 0px 1px #f8982d,
				0px 2px 1px #f8982d,
				-2px 0px 1px #f8982d,
				0px -2px 1px #f8982d;

}

.reason_item_content ._text {
	font-size: 1.6rem;
	font-weight: 700;
	color: #003366;
	padding: 10px;
	border-left: 2px dashed #dadada;
}

.reason_item ._circle-text {
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: orange;
	color: #ffffff;
	font-size: 1.2rem;
	padding: 5px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	z-index: 3;
	transform: rotate(35deg);
}

/* ビジネスの味方 for_business */
/* WSYS-11993 【フロント】法人向け広告用の新規フォーマットLPを作成 20250220 M.Shimizu */
.for_business ._inner,
.about_security ._inner,
.inquiry_area ._inner {
	text-align: center;
}

.for_business {
	background: #fff;
}

.for_business .how_to_pay {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 60px;
}

.for_business .how_to_pay ._convenience,
.for_business .how_to_pay ._invoice {
	width: 48%;
	padding: 24px;
	background: #f8f8f8;
	color: #07308c;
}

.for_business .how_to_pay ._convenience h4,
.for_business .how_to_pay ._invoice h4 {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: 32px;
	padding-right: 4.0rem;
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1;
}

.for_business .how_to_pay ._convenience h4::before,
.for_business .how_to_pay ._invoice h4::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 3.2rem;
	height: 3.2rem;
}

.for_business .how_to_pay ._convenience h4::before {
	background: url(/common/images/contents/lp_100/for_business_icon01.png) no-repeat center center / contain;
}

.for_business .how_to_pay ._invoice h4::before {
	right: 1rem;
	width: 2.8rem;
	height: 2.8rem;
	background: url(/common/images/contents/lp_100/for_business_icon02.png) no-repeat center center / contain;
}

.for_business .how_to_pay ._convenience h4::after,
.for_business .how_to_pay ._invoice h4::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 2px;
	background: #07308c;
}

.for_business .how_to_pay ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	width: fit-content;
	margin: 0 auto 20px;
	font-size: 2.0rem;
	font-weight: 600;
}

.for_business .how_to_pay ul li {
	display: flex;
	align-items: center;
}

.for_business .how_to_pay ul li::before {
	content: "";
	display: inline-block;
	width: 2.0rem;
	height: 2.0rem;
	margin-right: 4px;
	background: url(/common/images/contents/lp_100/for_business_check.png) no-repeat center center / contain;
}

.for_business .how_to_pay ul li span {
	color: #008ae1;
}

.for_business .how_to_pay p {
	display: inline-block;
	text-align: left;
}

.for_business .how_to_pay p span {
	display: inline-block;
	padding-top: 20px;
	color: #008ae1;
}

.for_business ._chance {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.for_business ._chance ._item {
	position: relative;
	z-index: 0;
	width: 32%;
	margin-bottom: 60px;
	padding: 20px 20px 10px;
	border: solid 3px #e5f1f9;
	background: #e5f1f9;
	overflow: hidden;
}

.for_business ._chance ._item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 120%;
	height: 100px;
	padding-left: 100px;
	padding-right: 100px;
	border: solid 2px #e5f1f9;
	border-bottom: 0;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	background: #fff;
}

.for_business ._chance ._item ._huki::before,
.for_business ._chance ._item ._huki::after {
	content: '';
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}

.for_business ._chance ._item ._huki::before {
	bottom: 100px;
	border-bottom: 15px solid #e5f1f9;
}

.for_business ._chance ._item ._huki::after {
	bottom: 98px;
	z-index: 1;
	border-bottom: 15px solid #fff;
}

.for_business ._chance ._item ._title {
	margin-bottom: 16px;
	padding: 14px;
	border-radius: 30px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
}

.for_business ._chance ._item ._title01 {
	background: #0285d7;
}

.for_business ._chance ._item ._title02 {
	background: #00b8bf;
}

.for_business ._chance ._item ._title03 {
	background: #00a5c8;
}

.for_business ._chance ._item img {
	width: 80%;
}

.for_business ._chance ._item ._text {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translate(-50%);
	z-index: 2;
	width: 100%;
	color: #07308c;
	font-weight: 600;
}

/* 料金プラン plan_area */
.plan_text {
	position: relative;
	margin-top: 30px;
	text-align: center;
}

.plan_text::after {
	position: absolute;
	right: 0;
	bottom: -5px;
	display: block;
	width: 23rem;
	height: 28rem;
	background: url(/common/images/contents/lp_001/plan_girl.png?date=20240827) no-repeat center center / contain;
	content: '';
}

.plan_tag {
	display: block;
	position: relative;
	width: fit-content;
	margin: 0 auto 5px;
	padding-bottom: 4px;
	color: #f2594b;
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
}

.plan_tag::before,
.plan_tag::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 2px;
	height: 3rem;
	background: #f2594b;
}

.plan_tag::before {
	transform: rotate(-30deg);
	left: -20px;
}

.plan_tag::after {
	transform: rotate(30deg);
	right: -20px;
}

.plan_inner_title {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: 16px;
	color: #07308c;
	font-size: 2.6rem;
	font-weight: 600;
}

.plan_inner_title::after {
	position: absolute;
	bottom: 3px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 8px;
	background: #ffed68;
	content: '';
}

.plan_inner_sub {
	color: #07308c;
	font-size: 1.3rem;
	line-height: 1.7;
}

.plan_01 .plan_inner_sub,
.plan_02 .plan_inner_sub {
	margin-bottom: 32px;
}

.plan_inner_sub span {
	color: #f2830c;
	font-weight: 600;
}

.plan_suggest {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.plan_suggest_inner {
	width: 48%;
}

.plan_suggest_title {
	margin-bottom: 18px;
	padding: 8px;
	border-radius: 100px;
	;
	background: #5c5c5c;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
}

.plan_suggest_text {
	color: #07308c;
	font-size: 1.4rem;
}

.plan_app_icon {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin-inline: auto;
}

.plan_app_icon img {
	width: 36px;
	object-fit: contain;
}

.plan_flex {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.business_plan_area .plan_flex {
	margin-bottom: 60px;
}

.plan_01,
.plan_02,
.plan_03,
.plan_04 {
	position: relative;
	background: #fff;
	text-align: center;
}

.plan_01,
.plan_02 {
	margin-bottom: 32px;
}

.plan_01::before,
.plan_02::before,
.plan_03:before,
.plan_04::before {
	position: absolute;
	top: -8px;
	left: 16px;
	display: block;
	width: 7rem;
	height: 9rem;
	content: '';
}

.plan_01::before {
	background: url(/common/images/contents/lp_001/plan_01_icon.png?date=20240827) no-repeat center center / contain;
}

.plan_01 h4 {
	padding: 16px;
	background: repeating-linear-gradient(135deg, #f36a5d, #f36a5d 6px, #f4796d 6px, #f4796d 12px);
	color: #fff;
	font-size: 2.7rem;
	line-height: 1;
}

.plan_01 .plan_inner {
	border: solid 4px #f36a5d;
	border-top: none;
}

.plan_01 .plan_inner,
.plan_02 .plan_inner,
.plan_03 .plan_inner,
.plan_04 .plan_inner {
	padding: 32px 4%;
}

.plan_02::before {
	background: url(/common/images/contents/lp_001/plan_02_icon.png?date=20240827) no-repeat center center / contain;
}

.plan_02 h4 {
	padding: 16px;
	background: repeating-linear-gradient(135deg, #f9962a, #f9962a 6px, #faa140 6px, #faa140 12px);
	color: #fff;
	font-size: 2.7rem;
	line-height: 1;
}

.plan_02 .plan_inner,
.plan_03 .plan_inner,
.plan_04 .plan_inner {
	border: none;
}

.plan_02 .plan_app_icon {
	width: 100%;
}

.plan_02 .plan_app_icon_item01 {
	display: flex;
	justify-content: space-between;
	width: 42%;
}

/* WSYS-11428 【フロント】広告用LPの修正 M.Shimizu 20240912 */
.plan_02 .plan_app_icon_item02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 54%;
}

.plan_app_icon_border {
	padding: 20px 10px;
	border: solid #f2830c 4px;
}

.plan_02 .plan_app_icon_note {
	display: inline-block;
	position: relative;
	min-width: 110px;
	max-width: 100%;
	margin: 1.5em 0 1.5em 10px;
	padding: 7px 10px 8px;
	border-radius: 4px;
	background: #f2830c;
	color: #fff;
	font-size: 1.1rem;
}

.plan_02 .plan_app_icon_note:before {
	position: absolute;
	top: 50%;
	left: -18px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 10px solid #f2830c;
	content: "";
}

.plan_03,
.plan_04 {
	width: 48%;
}

.plan_03::before {
	background: url(/common/images/contents/lp_001/plan_03_icon.png?date=20240827) no-repeat center center / contain;
}

.plan_03 h4 {
	padding: 16px;
	background: repeating-linear-gradient(135deg, #00b8bf, #00b8bf 6px, #1abfc6 6px, #1abfc6 12px);
	color: #fff;
	font-size: 2.7rem;
	line-height: 1;
}

.plan_04::before {
	background: url(/common/images/contents/lp_001/plan_04_icon.png?date=20240827) no-repeat center center / contain;
}

.plan_04 h4 {
	padding: 16px;
	background: repeating-linear-gradient(135deg, #07308c, #07308c 6px, #163c93 6px, #163c93 12px);
	color: #fff;
	font-size: 2.7rem;
	line-height: 1;
}

.plan_fiveg {
	background: #008ae1;
}

/* WSYS-11993 【フロント】法人向け広告用の新規フォーマットLPを作成 20250220 M.Shimizu */
.business_plan_area .plan_fiveg {
	position: relative;
	z-index: 1;
	background: url(/common/images/contents/lp_100/5G_bg.jpg) no-repeat center bottom / cover;
}

.business_plan_area .plan_fiveg ._inner {
	position: relative;
	z-index: 3;
}

.business_plan_area .plan_fiveg ._inner ._subTtl {
	margin-bottom: 10px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 600;
}

.plan_fiveg ._ttl_h3::before {
	border-left: 2em solid #008ae1;
}

.plan_fiveg ._ttl_h3::after {
	border-right: 2em solid #008ae1;
}

.plan_fiveg ._text_sub {
	color: #fff;
}

.fiveg_superLine {
	position: relative;
}

.fiveg_superLine::before,
.fiveg_superLine::after {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: "";
}

.fiveg_superLine::before {
	top: -10px;
	left: -10px;
	background: #00b8bf;
}

.fiveg_superLine::after {
	right: -10px;
	bottom: -10px;
	background: #f9962a;
}

.fiveg_super {
	z-index: 2;
	display: flex;
	justify-content: flex-end;
	position: relative;
	width: 100%;
	padding: 48px 6% 32px 0;
	background: #fff;
	text-align: left;
}

.business_plan_area .fiveg_super {
	justify-content: flex-start;
	padding: 48px 0 32px 6%;
}

.fiveg_super::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 27rem;
	height: 35rem;
	background: url(/common/images/contents/lp_001/5G_girl.png?date=20240827) no-repeat center center / contain;
	content: '';
}

.business_plan_area .fiveg_super::before {
	left: calc(100% - 27rem);
	background: url(/common/images/contents/lp_100/5G_girl.png) no-repeat center center / contain;
}

.fiveg_super::after {
	position: absolute;
	top: -6rem;
	right: -4rem;
	width: 18.4rem;
	height: 18.4rem;
	background: url(/common/images/contents/lp_001/5G_icon.png?date=20240827) no-repeat center center / contain;
	content: '';
}

.fiveg_girl {
	width: 22%;
}

.fiveg_super_inner {
	width: 72%;
}

.fiveg_super_item {
	display: flex;
	width: 100%;
	margin-bottom: 24px;
}

.fiveg_super_item img {
	width: 55%;
	object-fit: contain;
}

.fiveg_super_text {
	width: 45%;
	color: #07308c;
}

.fiveg_super_text h4 {
	margin-bottom: 16px;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.6;
}

.fiveg_super_text h4 span {
	color: #f2830c;
}

.fiveg_super_text p {
	font-size: 1.3rem;
	line-height: 1.8;
}

.fiveg_super_sup {
	font-size: 1.0rem;
}

/* WSYS-11993 【フロント】法人向け広告用の新規フォーマットLPを作成 20250220 M.Shimizu */
.business_plan_area {
	background: url(/common/images/contents/lp_100/business_plan_area_bg.jpg) no-repeat center center / cover;
}

.business_plan_area .plan_text::after {
	content: none;
}

.business_plan_area .plan_01::after {
	content: "";
	display: block;
	position: absolute;
	top: -3.0rem;
	right: 3.0rem;
	width: 13.0rem;
	height: 13.0rem;
	background: url(/common/images/contents/lp_100/plan_icon.png) no-repeat center center / cover;
}

.business_plan_area .plan_01 {
	margin-bottom: 60px;
}

.business_plan_area .plan_sup {
	margin-bottom: 20px;
	font-size: 1.0rem;
	text-align: center;
}

.business_plan_area ._text_sub_large {
	text-align: center;
}

.business_plan_area ._text_sub_large span {
	color: #f2830c;
}

.business_plan_area .fiveg_recommend {
	padding: 30px 36px;
	background: #07308c;
	color: #fff;
}

.business_plan_area .fiveg_recommend_inner {
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 20px;
	font-size: 1.8rem;
}

.business_plan_area .fiveg_recommend_inner ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.business_plan_area .fiveg_recommend_inner ul li {	
	display: flex;
	align-items: center;
	gap: 8px;
}

.business_plan_area .fiveg_recommend_inner ul li:not(:last-child)::before {
	content: "";
	display: inline-block;
	width: 1.8rem;
	height: 1.8rem;
	background: url(/common/images/contents/lp_100/plan_wifi.png) no-repeat center center / cover;
}

.business_plan_area .fiveg_recommend_inner ul li span {
	color: #f2830c;
}

.business_plan_area .fiveg_recommend_inner ul li p {
	font-size: 60%;
}

.business_plan_area .fiveg_super::after {
	content: none;
}

.business_plan_area .fiveg_recommend_inner .hr {
	position: relative;
	width: 1px;
	height: 200px;
	background: #fff;
}

.business_plan_area .fiveg_recommend_inner .hr::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -7px;
	width: 16px;
	height: 16px;
	margin: auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #07308c;
	transform: rotate(45deg);
	box-sizing: border-box;
}

.business_plan_area .fiveg_recommend_inner .fiveg_recommend_result {
	font-weight: 600;
}

.business_plan_area .fiveg_recommend_inner .fiveg_recommend_result ._title {
	margin-bottom: 16px;
	padding: 6px 20px;
	border-radius: 100px;
	background: #fff;
	color: #07308c;
}

.business_plan_area .fiveg_recommend_inner .fiveg_recommend_result ._text {
	font-size: 2.0rem;
	text-align: center;
}

.business_plan_area .fiveg_recommend_inner .fiveg_recommend_result ._text span {
	color: #ffed68;
}

.business_plan_area .fiveg_recommend_inner .fiveg_recommend_result ._text sup {
	font-size: 1.0rem;
}

/* みんなでシェア share_area */
.share_area ._inner {
	text-align: center;
}

.share_area ._ttl_h3::before {
	border-left: 2em solid #f8f8f8;
}

.share_area ._ttl_h3::after {
	border-right: 2em solid #f8f8f8;
}

.share_wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 16px;
}

.share_flex {
	width: 50%;
}

.share_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}

.share_text {
	width: 73%;
	color: #07308c;
}

.share_text img {
	margin-bottom: 2.4rem;
}

.share_text h4 {
	margin-bottom: 1.6rem;
	font-size: 2.5rem;
}

.share_text p {
	font-size: 1.3rem;
	line-height: 1.8;
	text-align: left;
}

.share_terminal {
	width: 23%;
}

.share_image {
	width: 46%;
	object-fit: contain;
}

.share_user {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.share_user img {
	width: 31%;
}

.share_sup {
	margin-bottom: 64px;
	font-size: 1.0rem;
	text-align: left;
	line-height: 1.2;
}

.share_sup ul li span {
	vertical-align: 0.05em;
}

.share_sup ul li::marker {
	font-size: 1.6rem;
}

.share_suggest {
	position: relative;
	z-index: 1;
	width: 100%;
}

.share_suggest::before,
.share_suggest::after {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
}

.share_suggest::before {
	top: -10px;
	left: -10px;
	background: #00b8bf;
}

.share_suggest::after {
	right: -10px;
	bottom: -10px;
	background: #f9962a;
}

.share_suggest_wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 32px 2%;
	background: #fff;
}

.share_suggest_wrapper::after {
	position: absolute;
	right: 5px;
	bottom: 0;
	width: 100%;
	height: 130%;
	background: url(/common/images/contents/lp_001/share_girl.png?date=20240827) no-repeat right center / contain;
	content: '';
}

.share_suggest_image {
	width: 20%;
	padding-right: 3%;
	object-fit: contain;
}

.share_suggest_inner {
	position: relative;
	width: 52%;
	color: #07308c;
	text-align: left;
}

.share_suggest_inner h4 {
	margin-bottom: 1.6rem;
	font-size: 2.7rem;
}

.share_suggest_text {
	margin-bottom: 1.6rem;
	font-size: 1.3rem;
	line-height: 1.8;
}

.share_suggest_sup {
	color: #000;
	font-size: 1.0rem;
}

/* 受取・返却 receive_area */
.receive_area ._inner:first-child {
	padding-bottom: 0;
}

.receive_area ._inner:nth-child(2) {
	padding-top: 0;
}

.receive_area h2 {
	position: relative;
	display: inline-block;
}

.receive_area h2::before {
	position: absolute;
	top: 0;
	left: -14rem;
	width: 13.4rem;
	height: 16rem;
	background: url(/common/images/contents/lp_001/receive_terminal.png?date=20240827) no-repeat right center / contain;
	content: '';
}

.receive_area ._ttl_h3 {
	margin-bottom: 40px;
}

.receive_area .receive_list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 40px;
}

.receive_area .receive_list li {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 23%;
	padding: 46px 16px 30px;
	background: #fff;
	color: #07308c;
	text-align: center;
}

.receive_area .receive_list li:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: -8%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #a4a4a4;
	border-right: 0;
	content: "";
}

.receive_area .receive_list li .receive_ttl {
	position: absolute;
	top: 2%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 48px;
}

.receive_area .receive_list li p:nth-child(2) {
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
}

.receive_area .receive_list li p:nth-child(2)::after {
	display: block;
	width: 8rem;
	height: 2px;
	margin: 10px auto 20px;
	background-color: #07308c;
	content: "";
}

.receive_area .receive_list li p:nth-child(3) {
	flex-grow: 1;
	margin-bottom: 1.6rem;
	font-size: 1.3rem;
	line-height: 1.8;
	text-align: left;
}

.receive_area .receive_img {
	width: 90%;
	margin-inline: auto;
}

.receive_available {
	margin-bottom: 96px;
	padding: 16px;
	border-radius: 300px;
	background: #008ae1;
}

.receive_available_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 85%;
	margin-inline: auto;
}

.receive_available_inner img {
	width: 20%;
}

.receive_available_text {
	width: 76%;
	color: #fff;
}

.receive_available_text h4 {
	margin-bottom: 10px;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.6;
}

.receive_available_text h4 sup {
	font-size: 1.0rem;
	font-weight: 500;
}

.receive_available_text h4 span {
	color: #ffed68;
	font-size: 130%;
}

.receive_available_text p {
	font-size: 1.0rem;
}

.receive_mapLine {
	position: relative;
	z-index: 2;
}

.receive_map .receive_mapLine::before,
.receive_map .receive_mapLine::after {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
}

.receive_map .receive_mapLine::before {
	top: -10px;
	left: -10px;
	background: #00b8bf;
}

.receive_map .receive_mapLine::after {
	right: -10px;
	bottom: -10px;
	background: #f9962a;
}

.receive_map .receive_mapLine .module-receive {
	padding: 80px 0 0;
	max-width: 100%;
}

.receive_way {
	margin-top: 40px;
}

.receive_way h4 {
	margin-bottom: 40px;
	color: #07308c;
	font-size: 2.8rem;
	text-align: center;
}

.receive_way_list {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.receive_way_item {
	width: 19%;
	text-align: center;
}

.receive_way_huki {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 24px;
	padding: 10px;
	border-radius: 150px;
	background: #07308c;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.6;
}

.receive_way_huki::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #07308c;
	content: "";
}

.receive_way_item img {
	width: 73%;
}

/* セキュリティも安心 about_security */
/* WSYS-11993 【フロント】法人向け広告用の新規フォーマットLPを作成 20250220 M.Shimizu */
.about_security {
	position: relative;
	background: #fff;
}

.about_security::after {
	content: "";
	position: absolute;
	top: 100%;
	box-sizing: border-box;
	border-right: 50vw solid transparent;
	border-left: 50vw solid transparent;
	border-top: 100px solid #fff;
}

.about_security ._inner {
	padding-bottom: 10px;
}

.about_security ._ttl_h2 img {
	height: 5.8rem;
}

.about_security .about_security_description {
	width: 100%;
	max-width: 700px;
	margin: 0 auto 60px;
	padding: 30px 6%;
	background: #f8f8f8;
}

.about_security .about_security_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin-bottom: 40px;
}

.about_security .about_security_list img {
	width: 20%;
}

.about_security .about_security_list ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 78%;
}

.about_security .about_security_list ul li {
	color: #07308c;
	font-size: 1.6rem;
	text-align: left;
}

.about_security .about_security_list ul li::before {
	content: "";
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	margin-right: 6px;
	background: url(/common/images/contents/lp_100/about_security_icon.png) no-repeat center center / contain;
}

.about_security .about_security_description h4 {
	margin-bottom: 10px;
	color: #07308c;
	font-size: 1.8rem;
}

.about_security .about_security_demelit {
	display: flex;
	justify-content: space-between;
	width: 100%;
	color: #fff;
	font-size: 1.4rem;
}

.about_security .about_security_demelit ._item {
	display: flex;
	flex-direction: column;
	width: 30%;
	padding: 20px;
	font-size: 1.2rem;
}

.about_security .about_security_demelit ._item01 {
	background: #0285d7;
}

.about_security .about_security_demelit ._item02 {
	background: #00b8bf;
}

.about_security .about_security_demelit ._item03 {
	background: #00a5c8;
}

.about_security .about_security_demelit ._item img {
	width: 70%;
	margin: 0 auto 10px;
}

/* 快適にご利用 comfortable_area */
.comfortable_area {
	padding-top: 160px;
	background: url(/common/images/contents/lp_100/comfortable_bg.jpg) no-repeat center center / cover;
	color: #fff;
}

.comfortable_area ._inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2%;
	max-width: 800px;
	padding-top: 0;
}

.comfortable_inner {
	width: 60%;
}

.comfortable_area ._title {
	margin-bottom: 20px;
	font-size: 2.8rem;
}

.comfortable_area ._title span {
	color: #f0de10;
}

.comfortable_area ._text {
	font-size: 1.6rem;
}

.comfortable_area ._img {
	width: 30%;
}

/* サポートについて support_area */
.support_area {
	background: #fff;
}

.support_question,
.support_answer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	color: #07308c;
}

.support_question {
	justify-content: flex-start;
}

.support_answer {
	justify-content: flex-end;
}

.support_question img,
.support_answer img {
	width: 10%;
}

.support_question_text,
.support_answer_text {
	display: inline-block;
	position: relative;
	width: auto;
	padding: 24px 32px;
	min-width: 120px;
	max-width: 70%;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: left;
}

.support_question_text {
	margin: 24px 0 24px 7%;
	background: #f8f8f8;
}

.support_answer_text {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 24px 3% 24px 0;
	background: #e5f1f9;
}

.support_question_text::before,
.support_answer_text::before {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	border: 15px solid transparent;
	content: "";
}

.support_question_text::before {
	left: -30px;
	border-right: 15px solid #f8f8f8;
}

.support_answer_text::before {
	right: -30px;
	border-left: 15px solid #e5f1f9;
}

.support_answer_text ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.support_answer_text ul li {
	width: 49%;
}

.support_answer_sub {
	font-size: 1.2rem;
	font-weight: 500;
}

.support_answer_link {
	display: inline-block;
	width: max-content;
	padding-bottom: 6px;
	border-bottom: 1px solid #008ae1;
	color: #008ae1;
	font-size: 1.2rem;
	font-weight: 500;
}

a.support_answer_link:hover {
	text-decoration: none;
}

.support_answer_last {
	flex-direction: row;
}

.support_answer_last_inner {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}

.support_answer_last img {
	width: 50%;
}

.inquiry_wrapper {
	display: flex;
	justify-content: center;
	gap: 30px;
}

/* お問い合わせ inquiry_area */
.inquiry_text_sub {
	margin-bottom: 48px;
	margin-top: 30px;
	color: #07308c;
	font-size: 1.6rem;
	line-height: 1.5;
}

.inquiry_wrapper .inquiry_item {
	padding: 20px;
	background: #fff;
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.inquiry_wrapper .inquiry_item p {
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 15px;
	color: #07308c;
}

.inquiry_wrapper .inquiry_item p span {
	color: #2d80b1;
}

.inquiry_wrapper .inquiry_item img {
	width: 40%;
}

/* お客様の声 voice_area */
.voice_area {
	background: #ffffff;
}

.voice_area .voice_wrapper {
	margin-top: 40px;
}

.voice_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 40px;
}

.voice_item {
	width: 48%;
	background: #f8f8f8;
}

.voice_item_inner {
	padding: 70px 20px 20px;
	position: relative;
}

.voice_no p {
	display: block;
	width: 100px;
	background: #328ae3;
	color: #fff;
	padding: 10px 10px 30px;
	text-align: center;
	font-weight: 700;
	position: absolute;
	top: 0;
}

.voice_no p::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	border: 50px solid transparent;
	border-bottom: 20px solid #f8f8f8;
}

.voice_no img {
	position: absolute;
	width: 110px;
	height: auto;
}

.voice_text {
	padding-left: 130px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	gap: 40px;
}

.voice_text_detail span {
	color: #f2830a;
	font-weight: 700;
}

.voice_tag_area {
	display: flex;
	align-items: center;
	gap: 50px;
}

.voice_tag_area .voice_tag span {
	font-size: 1rem;
	position: relative;
	padding: 5px 5px 5px 15px;
	background: #163091;
	color: #fff;
	font-weight: 500;
	margin-right: 14px;
	display: inline-block;
	height: 26px;
}

.voice_tag_area .voice_tag span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -26px;
	transform: translateY(-50%);
	border: 13px solid transparent;
	border-right: 13px solid #163091;
}

.voice_tag_area .voice_tag span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -2px;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 50px;
	background: #fff;
}

/* よくあるご質問 qa_area */
.qa_list {
	margin: 4rem auto;
	max-width: 80%;
}

.qa_item .toggle {
	display: none;
}

.qa_item {
	position: relative;
	margin-bottom: 1rem;
}

.qa_item .question,
.anser {
	transform: translateZ(0);
	transition: all 0.3s;
}

.qa_item .question {
	padding: 20px 15px;
	background: #16318d;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
}

.qa_item .question span,
.qa_item .anser span {
	font-size: 2.2rem;
	font-weight: 700;
	padding-right: 0.6rem;
	color: #ffffff;
	line-height: 1;
}

.qa_item .anser span {
	color: #16318d;
}

.qa_item .question:after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-weight: 900;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2rem;
	right: 20px;
	transition: all 0.3s;
}

.qa_item .anser {
	max-height: 0;
	overflow: hidden;
	background: #fff;
}

.qa_item .anser .anser_area {
	padding: 15px;
	line-height: 1.8;
	display: flex;
	align-items: flex-start;
}

.qa_item .anser .anser_area p {
	color: #16318d;
}

.qa_item .anser .anser_area p .small {
	font-size: 1.2rem;
	font-weight: 500;
}

.qa_item .toggle:checked+.question+.anser {
	max-height: 100%;
	transition: all 1.5s;
}

.qa_item .toggle:checked+.question::after {
	transform: rotate(-180deg) !important;
	top: calc(50% + -1rem);
}

/* かんたん料金シミュレーター simulator_area */
.simulator_area {
	background: #008ae1;
}

.simulator_area .simulator_content {
	background: #fff;
	padding: 40px;
}

.simulator_area #Simulation ._ttl_h2 {
	margin-bottom: 0;
}

.simulator_area #Simulation ._subtext {
	color: #07308c;
	font-size: 2rem;
	text-align: center;
}

.simulator_area #Simulation .price_search02 {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
}

.simulator_area #Simulation .price_search02 .tit_box.clearfix {
	margin-top: 10px;
}

.input_distance_country_parent,
.input_distance_country_parent2 {
	display: flex;
	align-items: center;
	gap: 20px;
}

.input_distance_country_parent th,
.input_distance_country_parent2 th {
	display: none;
}

label.selectTypeA select {
	width: 280px;
}

.input_distance_country_parent .area .selectTypeA:before,
.input_distance_country_parent .country .selectTypeA:before,
.input_distance_country_parent2 .area .selectTypeA:before,
.input_distance_country_parent2 .country .selectTypeA:before {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	right: 0;
	width: 33.59px;
	height: 33.59px;
	background: #07308c;
}

.input_distance_country_parent .area .selectTypeA:after,
.input_distance_country_parent .country .selectTypeA:after,
.input_distance_country_parent2 .area .selectTypeA:after,
.input_distance_country_parent2 .country .selectTypeA:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 13px;
	margin-top: -8px;
	pointer-events: none;
	outline: none;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transform: rotate(90deg) translateX(50%);
	font-size: 1rem;
	color: #fff;
	background: none;
	width: auto;
	height: auto;
}

.simulator_area #Simulation .price_plandate_icon_wrap .price_plandate_icon {
	display: none;
}

.simulator_area #Simulation .box0203_wrap .box02 div:nth-child(2) {
	display: none;
}

.simulator_area #Simulation .box0203_wrap .box02 {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.simulator_area #Simulation .box0203_wrap .box02 .calculateBtn {
	font-size: 2.4rem;
	background: #00b9c0;
	display: inline-block;
	position: relative;
	color: #fff;
	border-radius: 50px;
	font-weight: 700;
	text-align: center;
	line-height: 60px;
	padding: 0 50px;
	transition: all 0.3s;
	cursor: pointer;
	text-decoration: none;
	min-width: 420px;
	box-shadow: 0px 4px 0px rgba(12, 105, 113, .7);
}

.simulator_area #Simulation .box0203_wrap .box02 .calculateBtn:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-weight: 900;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2rem;
	right: 50px;
}

.simulator_area #Simulation .box0203_wrap .box03 {
	display: flex;
	border: 1px solid #07308c;
	gap: 30px;
	margin-top: 50px;
}

.simulator_area #Simulation .box0203_wrap .box03 dl {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 2rem;
	width: calc(100% - 300px);
}

.simulator_area #Simulation .box0203_wrap .box03 .perday {
	background: #07308c;
	color: #fff;
	display: flex;
	align-items: center;
	width: 300px;
	justify-content: center;
}

.simulator_area #Simulation .box03 dl .price_search_yen {
	color: #07308c;
	font-weight: 700;
}

.simulator_area #Simulation .box03 dl .price_search_box #price_number,
.simulator_area #Simulation .box03 dl .price_search_box #price_number2 {
	color: orange;
	font-size: 5rem;
}

/* フッター footer */
/* apply_end このページからのお申込みで*/
.footer .apply_end {
	margin-bottom: 60px;
}

.footer .apply_end .apply_end_content {
	width: 690px;
	margin: 0 auto;
	background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 10px, #0063a0 10px, #0063a0 20px, #ffffff 20px, #ffffff 30px, #86b9bc 30px, #86b9bc 40px, #ffffff 40px, #ffffff 40px);
	position: relative;
	padding: 20px;
	margin-inline: auto;
}

.footer .apply_end .apply_end_content::before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25rem;
	height: 34rem;
	background: url(/common/images/contents/lp_001/apply_end_girl.png?date=20240827) no-repeat center center / contain;
	content: '';
}

.footer .apply_end .apply_end_area {
	padding: 30px 100px 30px 70px;
	background: #e5f1f9;
}

.footer .apply_end .apply_end_area .flag {
	border-top: 140px solid #16318d;
	border-right: 140px solid transparent;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0;
	height: 0;
}

.footer .apply_end .apply_end_area .flag p {
	position: absolute;
	top: -130px;
	left: 5px;
	width: 120px;
	height: 120px;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	transform: rotate(-45deg);
}

.footer .apply_end .apply_end_area .textArea {
	margin-bottom: 20px;
}

.footer .apply_end .apply_end_area .textArea .textArea_off {
	color: #16318d;
	font-size: 5.4rem;
	font-weight: 700;
	line-height: 1;
}

.footer .apply_end .apply_end_area .textArea .textArea_num {
	color: #f2830c;
	font-size: 9rem;
}

.footer .apply_end .apply_end_area .textArea .textArea_per {
	color: #f2830c;
	font-size: 5.4rem;
}

.footer .apply_end .apply_end_area .textArea .textArea_free {
	color: #16318d;
	font-size: 3.4rem;
	font-weight: 700;
}

.footer .apply_end .apply_end_area .textArea .textArea_small {
	font-size: 2rem;
}

.footer .apply_end .apply_end_area .apply_area {
	align-items: flex-start;
}

.footer .apply_end .apply_end_area .apply_area .enterprise_btn {
	min-width: 300px;
	padding: 0 20px;
	line-height: 40px;
	font-size: 1.8rem;
}

.footer .apply_end .apply_end_area .apply_area .apply_btn:after {
	font-size: 1.4rem;
	right: 17px;
}

/* company_area */
.footer .company_area>div {
	text-align: center;
}

.footer .company_area p {
	margin: 0;
}

.footer .company_area .global_wifi {
	margin-bottom: 40px;
}

.footer .company_area .global_wifi ._catch {
	font-size: 2rem;
	font-weight: 700;
	color: #16318d;
}

.footer .company_area .global_wifi ._logo {
	width: 350px;
}

.footer .company_area .vision {
	margin-bottom: 40px;
}

.footer .company_area .vision ._catch {
	font-size: 2rem;
	font-weight: 700;
	padding-bottom: 5px;
}

.footer .company_area .vision ._logo {
	width: 200px;
}

.footer .company_area .vision ._prime {
	font-size: 1rem;
}

.footer .company_area .address {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.footer .company_area .address .address_content {
	text-align: left;
}

.footer .company_area .address .address_content ._addressDetail .-title {
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
}

.footer .company_area .address .address_content ._addressDetail .-txt {
	font-size: 1.2rem;
}

.footer .company_area .address ._secure {
	align-items: center;
	display: flex;
	gap: 16px;
}

.footer .company_area .address ._secure .-img_p-mark {
	width: 60px;
}

.footer .company_area .address ._secure .-img_isms {
	width: 100px;
}

.footer .company_area .address ._secure .-text_stock {
	font-size: 1.2rem;
	text-align: left;
}

/* copyright_area */
.footer .copyright_area {
	background: #e9f1f9;
	padding: 20px;
}

.footer .copyright_area p {
	font-size: 1.1rem;
	text-align: center;
}
/* WSYS-11550 【フロント】クロスドメイン対応_LPにテキストリンク設置_2回目 20241003 J.young */
a.cross_test {
	color: #16318d;
}
a.cross_test:hover {
	color: #16318d;
	text-decoration: none;
	cursor: text;
}