@charset "UTF-8";


.fade-in { opacity: 0; margin-top: 100px;}

.iphone-cv h2 { display: none; }

.spt-list-wrapper .spt-u-columns {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	border-left: 1px solid #494949;
}

.spt-list-wrapper .spt-u-column {
	width: 33.333%;
	margin-top: -1px;
	border-top: 1px solid #494949;
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	background: #ffffff;
}

.spt-list-wrapper .spt-u-column a {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 10px 10px 10px 15px;
	height: 80px;
	color: #333333;
}

.spt-list-wrapper .spt-u-column a:hover {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}


.spt-list-wrapper .spt-u-column a span {
	display: block;
	width: 100%;
	padding-left:65px;
	position: relative;
}
.spt-list-wrapper .spt-u-column a span:before {
	content:"";
	background-position: 0 0;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	left: 0;
	top: 50%;
	position: absolute;
}

.spt-list-wrapper .list-charge a span:before {
	background-image: url(https://www.au.com/content/dam/au-com/extlib/iphone/images/icon_charge.png);
}
.spt-list-wrapper .list-service a span:before {
	background-image: url(https://www.au.com/content/dam/au-com/extlib/iphone/images/icon_service.png);
}
.spt-list-wrapper .list-support a span:before {
	background-image: url(https://www.au.com/content/dam/au-com/extlib/iphone/images/icon_support.png);
}
.spt-list-wrapper .list-customer a span:before {
	background-image: url(https://www.au.com/content/dam/au-com/extlib/iphone/images/icon_customer.png);
}
.spt-list-wrapper .list-information a span:before {
	background-image: url(https://www.au.com/content/dam/au-com/extlib/iphone/images/icon_information.png);
}

@media screen and (max-width:767px) {
	.spt-list-wrapper .spt-u-column { width: 50%; }
	.spt-list-wrapper .spt-u-column a { height: 55px; padding: 10px; }
	.spt-list-wrapper .spt-u-column a span { padding-left: 45px; font-size: 12px; }
	.spt-list-wrapper .spt-u-column a span:before { width: 34px; height: 34px; margin-top: -15px; }
}

@media screen and (max-width: 767px) {
	.cardBox.cardBox-col1_2.sp-w-50 { width: 50% !important; }
}

/* 5Gエリア グレー背景 */
#area-5g {
	position: relative;
	background-color: #333;
	z-index: 0;
}
#area-5g:before,
#area-5g:after {
	content: "";
	width: 1000%;
	height: 100%;
	top: 0;
	background-color: #333;
	position: absolute;
	display: block;
	z-index: -1;
}
#area-5g:before {
	left: 100%;
}
#area-5g:after {
	left: -1000%;
}