@charset "utf-8";

/* ====================================
	AQUOS
 ==================================== */
 
.none {
	display: none;
}

#news {
	padding-bottom: 50px;	
}
 
.has-arrow-left {
	padding: 0 0 0 1em;
	background-image: url(/products/common/images/chevron-right-solid.svg);
	background-repeat: no-repeat;
	background-position: left 0 top .4em;
	background-size: auto .8em;
}
 
ul.img-icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

ul.img-icons li {
	margin-top: 0.5em;
}


	/* サイズ＋機種名 */
	
.prod-size-name {
	width: 100%;
	max-width: 270px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin-top: 7px;
}
.prod-size-name > div {
	width: 50%;
	min-width: 120px;
	display: flex;
}

.prod-size-name .size-area {
	text-align: center;
	color: #FFF;
	background-color: #707271;
	margin-right: 5px;
	margin-top: 5px;
	vertical-align: middle;
	display: flex;
	align-items: center;
	font-size:77%;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 0.5px;
	padding-bottom: 0.5px;
}

.prod-size-name .name-area {
	font-size: 85%;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	display: flex;
	align-items: center;
	padding-top: 2.5px;
}



#lineup .prod-colors, #related .prod-colors {
	margin-top: 8px;
}

.lineup_link_under {
	padding-top: 20px;	
}

.icon-txt {
	background-color: #ddd;
	padding-right: 3px;
	padding-left: 3px;
	border: 4px solid #ddd;
	border-radius: 7px;
	color: #333;
	font-size: 90%;
}

	.banner-aiot {
		width: 100%;
		margin: 6rem auto 0;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
	}
	.banner-aiot img {
		max-width: 480px;
	}


	/* PDFリンク */

.link-pdf {
	display: block;
	padding-left: 1.4em;
	text-decoration: none;
	position: relative;
	margin-top: .8rem;
}
.link-pdf.newstop {
	display: inline-block;
	margin-left: 0.5em;
}

.link-pdf::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(/products/common/images/chevron-right-solid.svg) no-repeat center top;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: .2em;
}
.link-pdf::after {
	content: '';
	display: inline-block;
	width: .9em;
	height: .9em;
	background: url(/aquos/common/images/download.svg) no-repeat center center;
	background-size: auto 100%;
	position: relative;
	top: 0.1em;
	right: 0;
}
.link-pdf {
	font-size: 1.4rem;
	font-weight: 400;
}


/* 関連製品 */
#related .prod-name {
	font-weight: 700;
	font-size: 2.3rem;
}

#related .icon-new {
	color: #e6000d;
}

#related .prod-colors .pcolor {
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.5rem;
	background: #fff;
	border: solid 1px #a2a2a2;
	border-radius: 50%;
}

#related .prod-colors .pcolor.black {
	background: #000;
}

#related .prod-colors .pcolor.red {
	background: #e6000d;
}

#related .prod-colors .pcolor.silver {
	background: #b4b4b4;
}

#related .prod-text {
	font-weight: 500;
	border-top: dashed 1px #a0a0a0;
		margin-top: 2rem;
		padding-top: 1rem;
}

#related .prod-info {
	color: #959595;
}




@media only screen and (max-width: 767px) {
	
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	
	.btn-arrow-left {
		margin-top: 20px;
	}
	.btn-arrow-left.upper {
		display: block;
		margin-top: -10px;
		padding-bottom: 30px;
	}
	
	ul.img-icons {
		font-size:77%;
		color:#666464;
		font-weight:500;
		margin-top:5px;
	}
	ul.img-icons .icon-8k, ul.img-icons .icon-4k {
		width: 34px;
		margin-right: 12px;
	}
	ul.img-icons .icon-8k2 {
		width: 43px;
		margin-right: 12px;
	}
	ul.img-icons .icon-8k4ktuner {
		width: 84px;
		margin-right: 12px;
	}
	ul.img-icons .icon-4ktuner, ul.img-icons .icon-oled {
		width: 54.5px;
		margin-right: 12px;
	}
	ul.img-icons .icon-4kel {
		width: 108px;
		margin-right: 12px;
	}
	ul.img-icons .icon-portable {
		width: 128px;
		margin-right: 12px;
	}
	ul.img-icons .icon-txt {
		font-size: 85%;
		margin-right: 12px;
	}
	.font-s {
		font-size:93%;
	}
	
	/* PDFリンク */
	
	.link-pdf {
		font-size: 1.2rem;
	}

	.link-pdf {
		padding-left: 16px;
		margin-top: .3rem;
	}
	
	/* 関連製品 */

	#related .img-container {
		padding: 0 2%;
	}
	#related .flex-item .text-container {
		padding-top: 10px;
	}
	#related .prod-name {
		font-size: 1.7rem;
	}
	#related .icon-new {
		display: inline-block;
		margin-left: 0.5em;
		font-size: 1.4rem;
		line-height: 1;
		position: relative;
		top: -0.1em;
	}
	#related .prod-text {
		margin-top: 1em;
		padding-top: 0.6em;
		font-size: 1.5rem;
	}
	#related .flex-item .prod-info {
		margin-top: 0.4em;
		font-size: 1.3rem;
		padding-top: 0.4em;
	}
	
	
}
@media print, screen and (min-width: 768px) {
	#lineup .img-container, #related .img-container {
		padding: 0 3%;
	}
	
	 .pc {
	 display: block;
	}
	 .sp {
	 display: none;
	}
	
	 .btn-arrow-left.upper {
	 display: none;
	}
	
	ul.img-icons {
		font-size:77%;
		color:#666464;
		font-weight:500;
		margin-top:5px;
	}
	ul.img-icons .icon-8k, ul.img-icons .icon-4k {
		width: 42px;
		margin-right: 12px;
	}
	ul.img-icons .icon-8k2 {
		width: 53px;
		margin-right: 12px;
	}
	ul.img-icons .icon-8k4ktuner {
		width: 105px;
		margin-right: 12px;
	}
	ul.img-icons .icon-4ktuner, ul.img-icons .icon-oled {
		width: 68px;
		margin-right: 12px;
	}
	ul.img-icons .icon-4kel {
		width: 136px;
		margin-right: 12px;
	}
	ul.img-icons .icon-portable {
		width: 160px;
		margin-right: 12px;
	}
	ul.img-icons .icon-txt {
		margin-right: 12px;
	}
	.font-s {
		font-size:85%;
	}
}

	ul.img-icons li:last-child {
		margin-right: 0px;
	}
	
	
@media print, screen and (min-width: 768px) {
	/* その他エリア */
	.other-section {
		padding-top: 2rem;
		padding-bottom: 6rem;
	}
	
	/* 種類・サイズ・機能で選ぶ */
	.lineup_link_under {
		display: flex;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
	}
	.lineup_link_under > div {
		margin-right: 5px;
		margin-left: 5px;
	}
}
	
