@charset "UTF-8";



.app-information {
	padding: 0 15px;
	width: 100%;
}

.app-information .col-l {
	width: 100%;
	/*float: left;*/
}

.app-information .col-l img {
	width: 40%;
	display: block;
	margin: 0 auto;
}

.app-information .col-r {
	width: 100%;
	/*float: right;*/
	margin-top: 20px;
}

.app-information .col-w {
	width: 100%;
	margin-top: 20px;
}

.app-information .heading-group h6 {
	font-size: 1.143em;
	font-weight: normal;
	line-height: 1.6;
}

.app-information .support-os-list {
	width: 100%;
	margin: 10px 0 0;
	display: flex;
	justify-content: center;
}

.app-information .support-os-list li {
	font-size: 0.857em;
	padding: 0.5em .8em;
	line-height: 1;
	background-color: #dcdcdc;
	border-radius: 3px;
	margin-bottom: 6px;
	margin-left: 4px;
	margin-right: 4px;
	width: auto;
	flex: 0 0 auto;
}

.app-information .support-os-list li.not-supported {
	opacity: 0.4;
}

.app-information .sub-link {
	margin-top: 40px;
	line-height: 1.2;
}

.app-information .sub-link a {
	font-size: 0.8751em;
}

.app-information .sub-text p {
	font-size: 0.786em;
}

.app-information .sub-link a:after {
	font-family: icon-Nissan-Global;
	font-size: .7857142857em;
	/*font-size: .7857142857rem;*/
	content: "";
	color: #c3002f;
	right: 20px;
	top: 50%;
	overflow: hidden;
	display: inline-block;
	padding-left: 5px;
	position:static
}

.app-information .app-links {
	display: flex;
	justify-content: center;
	padding-top: 15pt;
}

.app-information .app-links .app-link {
	flex: 0 0 40%;
	margin-right: 8px;
	margin-left: 8px;
}


@media screen and (min-width: 36.3125em) {
	.app-information {
		margin-top: 20px !important;
	}
	
	.app-information .heading-group h6 {
		font-size: 1.286em;
	}

	.app-information .col-l {
		width: 25%;
		float: left;
	}
	
	.app-information .col-l img {
		width: 100%;
	}
	
	.app-information .col-r {
		width: 70%;
		float: right;
		margin-top: 0;
	}
	
	.app-information .support-os-list {
		justify-content: flex-start;
	}
	
	.app-information .support-os-list li {
		margin-left: 0;
		margin-right: 10px;
	}
	
	.app-information .app-links {
		margin-top: 5px;
		justify-content: flex-start;
	}
	
	.app-information .sub-text p {
		font-size: 0.876em;
	}
	
	.app-information .support-os-list + .app-links {
		margin-top: 20px;
	}
	
	.app-information .app-links .app-link {
		flex: 0 0 20%;
		margin-right: 20px;
		margin-left: 0;
	}
	
	.app-information .sub-link a {
		font-size: 1em;
	}
}

@media screen and (min-width: 60em) {
	
}

@media screen and (max-width: 36.3125em) {
	.c_025 .footer-options {
		border-bottom: none;
		border-top: none;
	}
}
