@charset "UTF-8";
img {
	width: 100%;
}
@layer base {

	*,
	:after,
	:before,
	::backdrop {
		box-sizing: border-box;
		border: 0 solid;
		margin: 0;
		padding: 0
	}

	::file-selector-button {
		box-sizing: border-box;
		border: 0 solid;
		margin: 0;
		padding: 0
	}





	
	::file-selector-button {
		font: inherit;
		font-feature-settings: inherit;
		font-variation-settings: inherit;
		letter-spacing: inherit;
		color: inherit;
		opacity: 1;
		background-color: #0000;
		border-radius: 0
	}

	:where(select:is([multiple], [size])) optgroup {
		font-weight: bolder
	}

	:where(select:is([multiple], [size])) optgroup option {
		padding-inline-start: 20px
	}

	::file-selector-button {
		margin-inline-end: 4px
	}

	::-moz-placeholder {
		opacity: 1
	}



	::-webkit-search-decoration {
		-webkit-appearance: none
	}

	::-webkit-date-and-time-value {
		min-height: 1lh;
		text-align: inherit
	}

	::-webkit-datetime-edit {
		display: inline-flex
	}

	::-webkit-datetime-edit-fields-wrapper {
		padding: 0
	}

	::-webkit-datetime-edit {
		padding-block: 0
	}

	::-webkit-datetime-edit-year-field {
		padding-block: 0
	}

	::-webkit-datetime-edit-month-field {
		padding-block: 0
	}

	::-webkit-datetime-edit-day-field {
		padding-block: 0
	}

	::-webkit-datetime-edit-hour-field {
		padding-block: 0
	}

	::-webkit-datetime-edit-minute-field {
		padding-block: 0
	}

	::-webkit-datetime-edit-second-field {
		padding-block: 0
	}

	::-webkit-datetime-edit-millisecond-field {
		padding-block: 0
	}

	::-webkit-datetime-edit-meridiem-field {
		padding-block: 0
	}

	::-webkit-calendar-picker-indicator {
		line-height: 1
	}

	:-moz-ui-invalid {
		box-shadow: none
	}

	input:where([type=button], [type=reset], [type=submit]) {
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button
	}

	::file-selector-button {
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button
	}

	::-webkit-inner-spin-button {
		height: auto
	}

	::-webkit-outer-spin-button {
		height: auto
	}

	[hidden]:where(:not([hidden=until-found])) {
		display: none !important
	}
}



.footer_CTA_sticky {
	z-index: 99;
	background: #fff;
	flex-wrap: nowrap;
	width: 100%;
	height: 72px;
	display: flex;
	position: sticky;
	bottom: 0;
	left: 0
}

@media screen and (min-width:1080px) {
	.footer_CTA_sticky {
		height: 88px
	}
}

.footer_CTA_sticky a {
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 12px 0;
	font-weight: 600;
	display: flex;
	position: relative
}

@media screen and (min-width:1080px) {
	.footer_CTA_sticky a {
		flex-direction: row;
		padding: 26px 0
	}
}

.footer_CTA_sticky a:link,
.footer_CTA_sticky a:visited {
	color: #000;
	text-decoration: underline
}

.footer_CTA_sticky a:hover,
.footer_CTA_sticky a:focus-visible {
	text-decoration: underline
}

.footer_CTA_sticky a:first-child:after {
	content: "";
	background: #5c5c5c;
	width: 1px;
	height: 65px;
	display: block;
	position: absolute;
	top: 4px;
	right: 0
}

@media screen and (min-width:1080px) {
	.footer_CTA_sticky a:first-child:after {
		top: 12px
	}
}

.footer_CTA_sticky .img {
	flex-shrink: 0;
	margin-bottom: 8px
}

@media screen and (min-width:1080px) {
	.footer_CTA_sticky .img {
		margin-bottom: 0
	}
}

.footer_CTA_sticky .img.lemino {
	width: 89px;
	height: 18px
}

@media screen and (min-width:1080px) {
	.footer_CTA_sticky .img.lemino {
		width: 130px;
		height: 26px;
		margin-right: 20px
	}
}

.footer_CTA_sticky .img.docomoMAX {
	width: 101px;
	height: 18px
}

@media screen and (min-width:1080px) {
	.footer_CTA_sticky .img.docomoMAX {
		width: 308px;
		height: 22px;
		margin-right: 8px
	}
}

.footer_CTA_sticky span {
	flex-wrap: nowrap;
	flex-shrink: 0;
	gap: 4px;
	font-size: 14px;
	line-height: 1;
	display: flex
}

@media screen and (min-width:1080px) {
	.footer_CTA_sticky span {
		gap: 8px;
		font-size: 24px
	}
}

.footer_CTA_sticky .extarnal {
	width: 14px;
	height: 14px
}

@media screen and (min-width:1080px) {
	.footer_CTA_sticky .extarnal {
		width: 24px;
		height: 24px
	}
}

f