
.main-picture {
	background: #eee;
	text-align: center;
}

div.pc-picture {
	display: block;
}
div.mobile-picture {
	display: none;
}

.summary-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.summary-container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

h2.product-title {
	font-size: 2.8rem;
	margin-bottom: 60px;
	font-weight: 700;
	font-feature-settings: "pwid";
	text-align: center;
}
h2.product-title > p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	color: #f47936;
	margin-top: 15px;
	font-feature-settings: "pwid";
	text-align: center;
}
h2.product-title > p br {
	display: none;
}
div.product-back {
	width: 95%;
	margin: 10px auto 40px auto;
}
div.product-back:hover span {
	position: relative;
	background: linear-gradient(transparent 40%, yellow 40%);
}
div.product-back h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.35rem;
	font-feature-settings: "pwid";
	text-align: justify;
	font-weight: 500;
	color: #f47936;
	line-height: 1.5rem;
}
div.product-content1 {
	width: 85%;
	margin: 0 auto;
}
div.product-content1 br {
	display: none;
}
div.product-content2 {
	width: 90%;
	margin-left: 10px;
	position: relative;
}
div.product-content2 ul {
	background: #eee;
	padding: 20px 20px 15px 20px;
	border-radius: 10px;
}
div.product-content2 ul li {
	color: #5e637b;
	font-size: 1.0rem;
	line-height: 1.8rem;
	display: flex;
}
div.product-content2 ul li:before {
	content: "●";
	color: #f47936;
	margin-right: 5px;
	font-size: 0.95rem;
	vertical-align: top;
	line-height: 1.2rem;
}
div.product-content2 ul li p {
	font-size: 1.0rem;
	font-weight: 400;
	color: #484c5f;
	margin: 0;
	line-height: 1.2rem;
	font-feature-settings: "pwid";
	text-align: justify;
	padding-bottom: 10px;
}
div.product-content3 {
	width: 85%;
	margin: 0 auto;
}
div.product-content4 {
	width: 85%;
	margin: 0 auto;
}

/*
@media only screen and (max-width: 1210px) {
	div.product-back h2 {
		font-size: 1.2rem;
	}
}
*/
@media only screen and (max-width: 1170px) {
	h2.product-title {
		margin-bottom: 50px;
	}
/*
	p.top-contents {
		font-size: 0.9rem;
	}
	div.product-back h2 {
		font-size: 1.1rem;
	}
*/
	div.product-content2 ul li {
		line-height: 1.6rem;
	}
/*
	div.product-content2 ul li p {
		font-size: 0.9rem;
	}
*/
}
@media only screen and (max-width: 1080px) {
	div.product-back h2 {
		font-size: 1.2rem;
	}
	div.product-content2 ul li p {
		font-size: 0.9rem;
	}
}
@media only screen and (max-width: 1060px) {
	div.product-content1 {
		width: 90%;
	}
	div.product-content2 {
		width: 95%;
	}
}
@media only screen and (max-width: 1030px) {
	div.product-content1 br {
		display: block;
	}
}
@media only screen and (max-width: 768px) {
	.summary-container {
		padding-bottom: 40px;
	}
	h2.product-title {
		font-size: 2.5rem;
		margin-bottom: 40px;
	}
	h2.product-title > p {
		font-size: 1.4rem;
	}
	div.product-content1 {
        	width: 96%;
	}
	div.product-content1 br {
		display: none;
	}
	p.top-contents {
		font-size: 1.0rem;
	}
	div.product-content2 {
		width: 96%;
		margin: 10px 10px 0 10px;
	}
	div.product-content2 ul li p {
		font-size: 1.0rem;
	}
}
@media only screen and (max-width: 680px) {
	h2.product-title > p {
		font-size: 1.3rem;
		line-height: 1.5rem;
	}
}
@media only screen and (max-width: 620px) {
	h2.product-title {
		margin-bottom: 30px;
	}
	h2.product-title > p br {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	.summary-container {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	h2.product-title {
		font-size: 2.0rem;
	}
	h2.product-title > p {
		line-height: 1.7rem;
	}
	div.product-content1 br {
		display: block;
	}
	p.top-contents {
		font-size: 0.9rem;
	}
	div.product-content2 ul {
		padding: 15px 15px 10px 15px;
	}
	div.product-content2 ul li p {
		font-size: 0.9rem;
		padding-bottom: 5px;
	}

	div.pc-picture {
		display: none;
	}
	div.mobile-picture {
		display: block;
	}
}
@media only screen and (max-width: 380px) {
	.summary-container {
		padding-top: 30px;
	}
	h2.product-title {
		font-size: 1.6rem;
	}
	h2.product-title > p {
		font-size: 1.2rem;
		line-height: 1.5rem;
	}
}


/** 製品仕様ページ内リンク **/
.spec-container {
	margin: 0 auto;
	position: sticky;
	top: 60px;
	background: rgb(255, 255, 255, 0.95);
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	z-index: 5000;
}
.spec-outline {
	padding: 30px 0 25px 0;
	max-width: 1440px;
	margin: 0 auto;
}
.spec-information {
	display: flex;
	width: 90%;
	margin: 0 auto;
}
.spec-information ul {
	margin: 0 auto;
	list-style: none;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	clear: right;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.spec-information ul li {
	color: #5e637b;
	text-align: center;
}
.spec-information ul li:nth-child(1) {
	width: 15%;
}
.spec-information ul li:nth-child(2) {
	width: 25%;
}
.spec-information ul li:nth-child(3) {
	width: 25%;
}
.spec-information ul li:nth-child(4) {
	width: 15%;
}
.spec-information ul li:nth-child(5) {
	width: 20%;
}

/** EZTV用 **/
.spec-information ul.eztv li:nth-child(1) {
	width: 30%;
}
.spec-information ul.eztv li:nth-child(2) {
	width: 25%;
}
.spec-information ul.eztv li:nth-child(3) {
	width: 15%;
}
.spec-information ul.eztv li:nth-child(4) {
	width: 15%;
}
.spec-information ul.eztv li:nth-child(5) {
	width: 15%;
}

/** CCViewer Plus用 **/
.spec-information ul.ccviewer li:nth-child(1) {
	width: 22%;
}
.spec-information ul.ccviewer li:nth-child(2) {
	width: 22%;
}
.spec-information ul.ccviewer li:nth-child(3) {
	width: 22%;
}
.spec-information ul.ccviewer li:nth-child(4) {
	width: 17%;
}
.spec-information ul.ccviewer li:nth-child(5) {
	width: 17%;
}

/** NeON-X用 **/
.spec-information ul.neon-x li:nth-child(1) {
	width: 22%;
}
.spec-information ul.neon-x li:nth-child(2) {
	width: 22%;
}
.spec-information ul.neon-x li:nth-child(3) {
	width: 22%;
}
.spec-information ul.neon-x li:nth-child(4) {
	width: 17%;
}
.spec-information ul.neon-x li:nth-child(5) {
	width: 17%;
}

/** NeON-SHV用 **/
.spec-information ul.neon-shv li:nth-child(1) {
	width: 27%;
}
.spec-information ul.neon-shv li:nth-child(2) {
	width: 26%;
}
.spec-information ul.neon-shv li:nth-child(3) {
	width: 23%;
}
.spec-information ul.neon-shv li:nth-child(4) {
	width: 24%;
}

/** NeON-CA用 **/
.spec-information ul.neon-ca li:nth-child(1) {
	width: 27%;
}
.spec-information ul.neon-ca li:nth-child(2) {
	width: 26%;
}
.spec-information ul.neon-ca li:nth-child(3) {
	width: 23%;
}
.spec-information ul.neon-ca li:nth-child(4) {
	width: 24%;
}

/** 企業情報用 **/
.spec-information ul.about li:nth-child(1) {
	width: 22%;
}
.spec-information ul.about li:nth-child(2) {
	width: 22%;
}
.spec-information ul.about li:nth-child(3) {
	width: 22%;
}
.spec-information ul.about li:nth-child(4) {
	width: 17%;
}
.spec-information ul.about li:nth-child(5) {
	width: 17%;
}

/** HDMファミリー用 **/
.spec-information ul.hdm-family li:nth-child(1) {
	width: 10%;
}
.spec-information ul.hdm-family li:nth-child(2) {
	width: 22%;
}
.spec-information ul.hdm-family li:nth-child(3) {
	width: 21%;
}
.spec-information ul.hdm-family li:nth-child(4) {
	width: 20%;
}
.spec-information ul.hdm-family li:nth-child(5) {
	width: 12%;
}
.spec-information ul.hdm-family li:nth-child(6) {
	width: 15%;
}

.spec-information ul li:before {
	content: ">";
	color: #f47936;
	margin-right: 5px;
	font-size: 0.9rem;
	vertical-align: baseline;
	line-height: 1.0rem;
}
.spec-information ul li a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
	color: #5e637b;
	font-size: 1.0rem;
	font-weight: 500;
	font-feature-settings: "pwid";
	text-align: justify;
}
.spec-information ul li a:hover {
	color:rgb(0, 94, 102);
}
.spec-information ul li.spec-contact:before {
	display: none;
}
.spec-information ul li.spec-contact a {
	background-color: rgb(255, 168, 37);
	padding: 15px 1.5vw;
	border-radius: 8px;
	color: #fff;
}
.spec-information ul li.spec-contact a:hover {
	background-color: rgb(255,127,39);
	color: #fff;
}

@media only screen and (max-width: 980px) {
	.spec-information {
		width: 95%;
	}
	.spec-information ul li:nth-child(1) {
		width: 13%;
	}
	.spec-information ul li:nth-child(2) {
		width: 25%;
	}
	.spec-information ul li:nth-child(3) {
		width: 29%;
	}
	.spec-information ul li:nth-child(4) {
		width: 15%;
	}
	.spec-information ul li:nth-child(5) {
		width: 18%;
	}

	.spec-information ul.eztv li:nth-child(1) {
		width: 34%;
	}
	.spec-information ul.eztv li:nth-child(2) {
		width: 25%;
	}
	.spec-information ul.eztv li:nth-child(3) {
		width: 13%;
	}
	.spec-information ul.eztv li:nth-child(4) {
		width: 13%;
	}
	.spec-information ul.eztv li:nth-child(5) {
		width: 15%;
	}

	.spec-information ul.ccviewer li:nth-child(1) {
		width: 22%;
	}
	.spec-information ul.ccviewer li:nth-child(2) {
		width: 22%;
	}
	.spec-information ul.ccviewer li:nth-child(3) {
		width: 22%;
	}
	.spec-information ul.ccviewer li:nth-child(4) {
		width: 17%;
	}
	.spec-information ul.ccviewer li:nth-child(5) {
		width: 17%;
	}

	.spec-information ul.neon-x li:nth-child(1) {
		width: 22%;
	}
	.spec-information ul.neon-x li:nth-child(2) {
		width: 22%;
	}
	.spec-information ul.neon-x li:nth-child(3) {
		width: 22%;
	}
	.spec-information ul.neon-x li:nth-child(4) {
		width: 17%;
	}
	.spec-information ul.neon-x li:nth-child(5) {
		width: 17%;
	}

	.spec-information ul.about li:nth-child(1) {
		width: 22%;
	}
	.spec-information ul.about li:nth-child(2) {
		width: 22%;
	}
	.spec-information ul.about li:nth-child(3) {
		width: 22%;
	}
	.spec-information ul.about li:nth-child(4) {
		width: 17%;
	}
	.spec-information ul.about li:nth-child(5) {
		width: 17%;
	}
}
@media only screen and (max-width: 900px) {
	.spec-container {
		top: 51px;
	}
	.spec-outline {
		padding: 20px 0;
	}
	.spec-information ul li a {
		font-size: 0.8rem;
	}
	.spec-information ul li.spec-contact a {
		padding: 10px 1.5vw;
}
}
@media only screen and (max-width: 880px) {
	.spec-information {
		width: 95%;
	}
}
@media only screen and (max-width: 860px) {
	.spec-information ul.hdm-family li:nth-child(3) a {
		font-size: 0;
	}
	.spec-information ul.hdm-family li:nth-child(3) a:before {
		content: "対応機能一覧";
		font-size: 0.8rem;
	}

	.spec-information ul.hdm-family li:nth-child(1) {
		width: 15%;
	}
	.spec-information ul.hdm-family li:nth-child(2) {
		width: 20%;
	}
	.spec-information ul.hdm-family li:nth-child(3) {
		width: 18%;
	}
	.spec-information ul.hdm-family li:nth-child(4) {
		width: 20%;
	}
	.spec-information ul.hdm-family li:nth-child(5) {
		width: 12%;
	}
	.spec-information ul.hdm-family li:nth-child(6) {
		width: 15%;
	}
}
@media only screen and (max-width: 800px) {
	.spec-information ul.eztv li:nth-child(1) a {
		font-size: 0;
	}
	.spec-information ul.eztv li:nth-child(1) a:before {
		content: "EZ TV を選ぶ理由";
		font-size: 0.8rem;
	}
	.spec-information ul.eztv li:nth-child(2) a {
		font-size: 0;
	}
	.spec-information ul.eztv li:nth-child(2) a:before {
		content: "EZ TV 機能構成";
		font-size: 0.8rem;
	}

	.spec-information ul.eztv li:nth-child(1) {
		width: 25%;
	}
	.spec-information ul.eztv li:nth-child(2) {
		width: 25%;
	}
	.spec-information ul.eztv li:nth-child(3) {
		width: 15%;
	}
	.spec-information ul.eztv li:nth-child(4) {
		width: 15%;
	}
	.spec-information ul.eztv li:nth-child(5) {
		width: 20%;
	}
}
@media only screen and (max-width: 768px) {
	.spec-container {
		top: 70px;
	}
	.spec-information {
		width: 95%;
	}
	.spec-information ul.ccviewer li:nth-child(1) {
		width: 27%;
	}
	.spec-information ul.ccviewer li:nth-child(2) {
		width: 27%;
	}
	.spec-information ul.ccviewer li:nth-child(3) {
		width: 27%;
	}
	.spec-information ul.ccviewer li:nth-child(4) {
		width: 19%;
	}
	.spec-information ul.ccviewer li:nth-child(5) {
		display: none;
	}

	.spec-information ul.neon-x li:nth-child(1) {
		width: 27%;
	}
	.spec-information ul.neon-x li:nth-child(2) {
		width: 27%;
	}
	.spec-information ul.neon-x li:nth-child(3) {
		width: 27%;
	}
	.spec-information ul.neon-x li:nth-child(4) {
		width: 19%;
	}
	.spec-information ul.neon-x li:nth-child(5) {
		display: none;
	}

	.spec-information ul.neon-shv li:nth-child(1) {
		width: 36%;
	}
	.spec-information ul.neon-shv li:nth-child(2) {
		width: 36%;
	}
	.spec-information ul.neon-shv li:nth-child(3) {
		width: 26%;
	}
	.spec-information ul.neon-shv li:nth-child(4) {
		display: none;
	}

	.spec-information ul.neon-ca li:nth-child(1) {
		width: 36%;
	}
	.spec-information ul.neon-ca li:nth-child(2) {
		width: 36%;
	}
	.spec-information ul.neon-ca li:nth-child(3) {
		width: 26%;
	}
	.spec-information ul.neon-ca li:nth-child(4) {
		display: none;
	}

	.spec-information ul.about li:nth-child(1) {
		width: 27%;
	}
	.spec-information ul.about li:nth-child(2) {
		width: 27%;
	}
	.spec-information ul.about li:nth-child(3) {
		width: 27%;
	}
	.spec-information ul.about li:nth-child(4) {
		width: 19%;
	}
	.spec-information ul.about li:nth-child(5) {
		display: none;
	}
}
@media only screen and (max-width: 720px) {
	.spec-information ul.ccviewer li:nth-child(1) {
		width: 22%;
	}
	.spec-information ul.ccviewer li:nth-child(2) {
		width: 26%;
	}
	.spec-information ul.ccviewer li:nth-child(3) {
		width: 26%;
	}
	.spec-information ul.ccviewer li:nth-child(4) {
		width: 26%;
	}

	.spec-information ul.ccviewer li:nth-child(1) a {
		font-size: 0;
	}
	.spec-information ul.ccviewer li:nth-child(1) a:before {
		content: "機能概要";
		font-size: 0.8rem;
	}
	.spec-information ul.ccviewer li:nth-child(2) a {
		font-size: 0;
	}
	.spec-information ul.ccviewer li:nth-child(2) a:before {
		content: "サービス仕様";
		font-size: 0.8rem;
	}
	.spec-information ul.ccviewer li:nth-child(3) a {
		font-size: 0;
	}
	.spec-information ul.ccviewer li:nth-child(3) a:before {
		content: "サービス構成";
		font-size: 0.8rem;
	}

	.spec-information ul.about li:nth-child(1) {
		width: 22%;
	}
	.spec-information ul.about li:nth-child(2) {
		width: 26%;
	}
	.spec-information ul.about li:nth-child(3) {
		width: 26%;
	}
	.spec-information ul.about li:nth-child(4) {
		width: 26%;
	}
}
@media only screen and (max-width: 710px) {
	.spec-information ul.hdm-family li:nth-child(1) {
		width: 14%;
	}
	.spec-information ul.hdm-family li:nth-child(2) {
		width: 14%;
	}
	.spec-information ul.hdm-family li:nth-child(3) {
		width: 19%;
	}
	.spec-information ul.hdm-family li:nth-child(4) {
		width: 21%;
	}
	.spec-information ul.hdm-family li:nth-child(5) {
		width: 14%;
	}
	.spec-information ul.hdm-family li:nth-child(6) {
		width: 18%;
	}

	.spec-information ul.hdm-family li:nth-child(2) a {
		font-size: 0;
	}
	.spec-information ul.hdm-family li:nth-child(2) a:before {
		content: "動作環境";
		font-size: 0.8rem;
	}
}
@media only screen and (max-width: 680px) {
	.spec-outline {
		padding-left: 40px;
	}
	.spec-information ul li {
		text-align: left;
	}
	.spec-information ul li:nth-child(1) {
		width: 25%;
	}
	.spec-information ul li:nth-child(2) {
		width: 35%;
	}
	.spec-information ul li:nth-child(3) {
		width: 40%;
	}
	.spec-information ul li:nth-child(4) {
		width: 25%;
	}
	.spec-information ul li:nth-child(5) {
		width: 35%;
	}

	.spec-information ul.eztv li {
		text-align: left;
	}
	.spec-information ul.eztv li:nth-child(1) {
		width: 47%;
		order: 1;
	}
	.spec-information ul.eztv li:nth-child(2) {
		width: 47%;
		order: 4;
	}
	.spec-information ul.eztv li:nth-child(3) {
		width: 25%;
                order: 2;
	}
	.spec-information ul.eztv li:nth-child(4) {
		width: 25%;
		order: 5;
	}
	.spec-information ul.eztv li:nth-child(5) {
		width: 28%;
		order: 3;
	}

	.spec-information ul.eztv li:nth-child(1) a:before {
		content: "EZ TV IPTV Platform を選ぶ理由";
		font-size: 0.8rem;
	}
	.spec-information ul.eztv li:nth-child(2) a:before {
		content: "EZ TV シリーズ機能構成";
		font-size: 0.8rem;
	}

	.spec-information ul.ccviewer li {
		text-align: left;
	}
	.spec-information ul.ccviewer li:nth-child(1) {
		width: 50%;
                order: 1;
	}
	.spec-information ul.ccviewer li:nth-child(2) {
		width: 50%;
                order: 2;
	}
	.spec-information ul.ccviewer li:nth-child(3) {
		width: 50%;
                order: 3;
	}
	.spec-information ul.ccviewer li:nth-child(4) {
		width: 50%;
                order: 4;
	}

	.spec-information ul.ccviewer li:nth-child(1) a:before {
		content: "CCViewer Plus 機能概要";
		font-size: 0.8rem;
	}
	.spec-information ul.ccviewer li:nth-child(2) a:before {
		content: "CCViewer Plus サービス仕様";
		font-size: 0.8rem;
	}
	.spec-information ul.ccviewer li:nth-child(3) a:before {
		content: "CCViewer Plus サービス構成";
		font-size: 0.8rem;
	}

	.spec-outline-neon-x {
		padding-left: 20px;
	}
	.spec-information ul.neon-x li:nth-child(1) {
		width: 25%;
	}
	.spec-information ul.neon-x li:nth-child(2) {
		width: 29%;
	}
	.spec-information ul.neon-x li:nth-child(3) {
		width: 26%;
	}
	.spec-information ul.neon-x li:nth-child(4) {
		width: 20%;
	}

	.spec-information ul.hdm-family li {
		text-align: left;
	}
	.spec-information ul.hdm-family li:nth-child(1) {
		width: 33%;
		order: 1;
	}
	.spec-information ul.hdm-family li:nth-child(2) {
		width: 40%;
		order: 2;
	}
	.spec-information ul.hdm-family li:nth-child(3) {
		width: 40%;
                order: 5;
	}
	.spec-information ul.hdm-family li:nth-child(4) {
		width: 27%;
		order: 3;
	}
	.spec-information ul.hdm-family li:nth-child(5) {
		width: 33%;
		order: 4;
	}
	.spec-information ul.hdm-family li:nth-child(6) {
		width: 27%;
		order: 6;
	}

	.spec-information ul.hdm-family li:nth-child(2) a:before {
		content: "動作環境・外形仕様";
		font-size: 0.8rem;
	}
	.spec-information ul.hdm-family li:nth-child(3) a:before {
		content: "ボード対応機能一覧";
		font-size: 0.8rem;
	}

	.spec-information ul.about li:nth-child(1) {
		width: 22%;
	}
	.spec-information ul.about li:nth-child(2) {
		width: 28%;
	}
	.spec-information ul.about li:nth-child(3) {
		width: 24%;
	}
	.spec-information ul.about li:nth-child(4) {
		width: 26%;
	}
}
@media only screen and (max-width: 640px) {
	.spec-outline {
		padding-left: 30px;
	}
	.spec-outline-neon-x {
		padding-left: 20px;
	}
	.spec-information ul.neon-x li:nth-child(1) a {
		font-size: 0;
	}
	.spec-information ul.neon-x li:nth-child(1) a:before {
		content: "機能概要";
		font-size: 0.8rem;
	}
	.spec-information ul.neon-x li:nth-child(2) a {
		font-size: 0;
	}
	.spec-information ul.neon-x li:nth-child(2) a:before {
		content: "システム要件";
		font-size: 0.8rem;
	}
	.spec-information ul.neon-x li:nth-child(3) a {
		font-size: 0;
	}
	.spec-information ul.neon-x li:nth-child(3) a:before {
		content: "製品構成";
		font-size: 0.8rem;
	}

	.spec-information ul.about li:nth-child(1) {
		width: 24%;
	}
	.spec-information ul.about li:nth-child(2) {
		width: 29%;
	}
	.spec-information ul.about li:nth-child(3) {
		width: 23%;
	}
	.spec-information ul.about li:nth-child(4) {
		width: 24%;
	}
}
@media only screen and (max-width: 590px) {
	.spec-outline {
		padding-left: 20px;
	}

	.spec-information ul.neon-shv li:nth-child(1) {
		width: 39%;
	}
	.spec-information ul.neon-shv li:nth-child(2) {
		width: 36%;
	}
	.spec-information ul.neon-shv li:nth-child(3) {
		width: 24%;
	}

	.spec-information ul.neon-ca li:nth-child(1) {
		width: 38%;
	}
	.spec-information ul.neon-ca li:nth-child(2) {
		width: 37%;
	}
	.spec-information ul.neon-ca li:nth-child(3) {
		width: 24%;
	}
}
@media only screen and (max-width: 560px) {
	.spec-outline {
		padding-left: 10px;
	}
}
@media only screen and (max-width: 520px) {
	.spec-outline {
		padding-left: 0px;
	}
	.spec-information ul li:nth-child(1) {
		width: 22%;
	}
	.spec-information ul li:nth-child(2) {
		width: 35%;
	}
	.spec-information ul li:nth-child(3) {
		width: 43%;
	}
	.spec-information ul li:nth-child(4) {
		width: 22%;
	}
	.spec-information ul li:nth-child(5) {
		width: 35%;
	}

	.spec-information ul.eztv li:nth-child(1) {
		width: 52%;
	}
	.spec-information ul.eztv li:nth-child(2) {
		width: 52%;
	}
	.spec-information ul.eztv li:nth-child(3) {
		width: 23%;
	}
	.spec-information ul.eztv li:nth-child(4) {
		width: 23%;
	}
	.spec-information ul.eztv li:nth-child(5) {
		width: 25%;
	}

	.spec-information ul.about li:nth-child(1) {
		width: 26%;
	}
	.spec-information ul.about li:nth-child(2) {
		width: 30%;
	}
	.spec-information ul.about li:nth-child(3) {
		width: 21%;
	}
	.spec-information ul.about li:nth-child(4) {
		width: 23%;
	}
}
@media only screen and (max-width: 480px) {
	.spec-outline {
		padding: 15px 0 15px 15px;
	}
	.spec-information ul li {
		line-height: 1.0rem;
	}
	.spec-information ul li:nth-child(1) {
		width: 20%;
	}
	.spec-information ul li:nth-child(2) {
		width: 35%;
	}
	.spec-information ul li:nth-child(3) {
		width: 45%;
	}
	.spec-information ul li:nth-child(4) {
		width: 20%;
	}
	.spec-information ul li:nth-child(5) {
		width: 35%;
	}
	.spec-information ul li a {
		font-size: 0.7rem;
	}
	.spec-information ul.eztv li:nth-child(1) a:before {
		font-size: 0.7rem;
	}
	.spec-information ul.eztv li:nth-child(2) a:before {
		font-size: 0.7rem;
	}

	.spec-information ul.eztv li:nth-child(1) {
		width: 55%;
	}
	.spec-information ul.eztv li:nth-child(2) {
		width: 55%;
	}
	.spec-information ul.eztv li:nth-child(3) {
		width: 20%;
	}
	.spec-information ul.eztv li:nth-child(4) {
		width: 20%;
	}
	.spec-information ul.eztv li:nth-child(5) {
		width: 25%;
	}

	.spec-information ul.ccviewer li:nth-child(1) a:before {
		font-size: 0.7rem;
	}
	.spec-information ul.ccviewer li:nth-child(2) a:before {
		font-size: 0.7rem;
	}
	.spec-information ul.ccviewer li:nth-child(3) a:before {
		font-size: 0.7rem;
	}

	.spec-information ul.neon-x li:nth-child(1) a:before {
		font-size: 0.7rem;
	}
	.spec-information ul.neon-x li:nth-child(2) a:before {
		font-size: 0.7rem;
	}
	.spec-information ul.neon-x li:nth-child(3) a:before {
		font-size: 0.7rem;
	}

	.spec-information ul.neon-x li:nth-child(1) {
		width: 24%;
	}
	.spec-information ul.neon-x li:nth-child(2) {
		width: 28%;
	}
	.spec-information ul.neon-x li:nth-child(3) {
		width: 25%;
	}
	.spec-information ul.neon-x li:nth-child(4) {
		width: 23%;
	}

	.spec-information ul.hdm-family li:nth-child(1) {
		width: 30%;
	}
	.spec-information ul.hdm-family li:nth-child(2) {
		width: 43%;
	}
	.spec-information ul.hdm-family li:nth-child(3) {
		width: 43%;
	}
	.spec-information ul.hdm-family li:nth-child(4) {
		width: 27%;
	}
	.spec-information ul.hdm-family li:nth-child(5) {
		width: 30%;
	}
	.spec-information ul.hdm-family li:nth-child(6) {
		width: 27%;
	}
}
@media only screen and (max-width: 460px) {
	.spec-information ul.eztv li:nth-child(1) {
		width: 43%;
	}
	.spec-information ul.eztv li:nth-child(2) {
		width: 43%;
	}
	.spec-information ul.eztv li:nth-child(3) {
		width: 27%;
	}
	.spec-information ul.eztv li:nth-child(4) {
		width: 27%;
	}
	.spec-information ul.eztv li:nth-child(5) {
		width: 30%;
	}

	.spec-information ul.eztv li:nth-child(1) a:before {
		content: "EZ TV を選ぶ理由";
		font-size: 0.7rem;
	}
	.spec-information ul.eztv li:nth-child(2) a:before {
		content: "EZ TV 機能構成";
		font-size: 0.7rem;
	}
}
@media only screen and (max-width: 440px) {
	.spec-outline {
		padding: 15px 0 15px 5px;
	}
}
@media only screen and (max-width: 420px) {
	.spec-outline {
		padding: 15px 0;
	}

	.spec-information ul.hdm-family li:nth-child(1) {
		width: 26%;
	}
	.spec-information ul.hdm-family li:nth-child(2) {
		width: 44%;
	}
	.spec-information ul.hdm-family li:nth-child(3) {
		width: 44%;
	}
	.spec-information ul.hdm-family li:nth-child(4) {
		width: 30%;
	}
	.spec-information ul.hdm-family li:nth-child(5) {
		width: 26%;
	}
	.spec-information ul.hdm-family li:nth-child(6) {
		width: 30%;
	}

	.spec-information ul.neon-shv li:nth-child(1) {
		width: 34%;
		text-align: center;
		order: 1;
	}
	.spec-information ul.neon-shv li:nth-child(2) {
		width: 34%;
		text-align: center;
		order: 2;
	}
	.spec-information ul.neon-shv li:nth-child(3) {
		width: 30%;
		text-align: center;
		order: 3;
	}

	.spec-information ul.neon-shv li:nth-child(1) a {
		font-size: 0;
	}
	.spec-information ul.neon-shv li:nth-child(1) a:before {
		content: "システム要件";
		font-size: 0.7rem;
	}
	.spec-information ul.neon-shv li:nth-child(2) a {
		font-size: 0;
	}
	.spec-information ul.neon-shv li:nth-child(2) a:before {
		content: "製品構成";
		font-size: 0.7rem;
	}

	.spec-information ul.neon-ca li:nth-child(1) {
		width: 34%;
		text-align: center;
		order: 1;
	}
	.spec-information ul.neon-ca li:nth-child(2) {
		width: 34%;
		text-align: center;
		order: 2;
	}
	.spec-information ul.neon-ca li:nth-child(3) {
		width: 30%;
		text-align: center;
		order: 3;
	}

	.spec-information ul.neon-ca li:nth-child(1) a {
		font-size: 0;
	}
	.spec-information ul.neon-ca li:nth-child(1) a:before {
		content: "サービス仕様";
		font-size: 0.7rem;
	}
	.spec-information ul.neon-ca li:nth-child(2) a {
		font-size: 0;
	}
	.spec-information ul.neon-ca li:nth-child(2) a:before {
		content: "サービス構成";
		font-size: 0.7rem;
	}
}
@media only screen and (max-width: 400px) {
	.spec-information {
		width: 90%;
	}
	.spec-information ul li:nth-child(1) {
		width: 45%;
		order: 1;
	}
	.spec-information ul li:nth-child(2) {
		width: 45%;
		order: 3;
	}
	.spec-information ul li:nth-child(3) {
		width: 55%;
		order: 2;
	}
	.spec-information ul li:nth-child(4) {
		width: 55%;
		order: 4;
	}
	.spec-information ul li:nth-child(5) {
		width: 45%;
		order: 5;
	}

	.spec-information ul.neon-x li:nth-child(1) {
		width: 24%;
		order: 1;
	}
	.spec-information ul.neon-x li:nth-child(2) {
		width: 27%;
		order: 2;
	}
	.spec-information ul.neon-x li:nth-child(3) {
		width: 24%;
		order: 3;
	}
	.spec-information ul.neon-x li:nth-child(4) {
		width: 25%;
		order: 4;
	}

	.spec-information ul.about li:nth-child(1) {
		width: 26%;
		order: 1;
	}
	.spec-information ul.about li:nth-child(2) {
		width: 30%;
		order: 2;
	}
	.spec-information ul.about li:nth-child(3) {
		width: 21%;
		order: 3;
	}
	.spec-information ul.about li:nth-child(4) {
		width: 23%;
		order: 4;
	}
}
@media only screen and (max-width: 390px) {
	.spec-information ul.ccviewer li:nth-child(1) a:before {
		content: "機能概要";
	}
	.spec-information ul.ccviewer li:nth-child(2) a:before {
		content: "サービス仕様";
	}
	.spec-information ul.ccviewer li:nth-child(3) a:before {
		content: "サービス構成";
	}
}
@media only screen and (max-width: 380px) {
	.spec-container {
		top: 68px;
	}
}

/** EZTVの2ブロック目の説明用 **/
.eztv-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
}
.eztv-container div.product-back {
	width: 100%;
	margin: 0 auto;
}

.eztv-container div.product-back h2 {
	font-size: 1.5rem;
	line-height: 1.7rem;
}

.eztv-container img.back-image {
	margin-top: 65px;
	vertical-align: bottom;
	
}

.eztv-container .one_full {
	position: absolute;
	width: 100%;
	margin-top: 340px;
}
.eztv-container .one_full ul {
	width: 90%;
	margin: 0 auto;
	white-space: nowrap;
}
.eztv-container .one_full ul li {
	display: inline-block;
	padding-right: 15px;
}
.eztv-container .one_full ul li:nth-child(1) {
	width: 21%;
}
.eztv-container .one_full ul li:nth-child(2) {
	width: 14%;
}
.eztv-container .one_full ul li:nth-child(3) {
	width: 13.5%;
}
.eztv-container .one_full ul li:nth-child(4) {
	width: 15%;
}

@media only screen and (max-width: 1260px) {
	.eztv-container .one_full {
		margin-top: 330px;
	}
}
@media only screen and (max-width: 1210px) {
	.eztv-container div.product-back h2 {
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 1170px) {
	.eztv-container img.back-image {
		margin-top: 90px;
	}
}
@media only screen and (max-width: 1040px) {
	.contents-container2 {
		margin-top: -55px;
	}
	.eztv-container div.product-back h2 {
		font-size: 1.3rem;
	}
}
@media only screen and (max-width: 980px) {
	.eztv-container div.product-back h2 {
		font-size: 1.2rem;
		line-height: 1.5rem;
	}
}
@media only screen and (max-width: 900px) {
	.contents-container2 {
		margin-top: -45px;
	}
	.eztv-container div.product-back h2 {
		line-height: 1.4rem;
	}
	.eztv-container img.back-image {
		margin-top: 150px;
	}
	.eztv-container .one_full {
		margin-top: 310px;
	}
	.eztv-container .one_sevense {
		width: 100%;
	}
	.eztv-container div.product-content3 {
		width: 90%;
	}
	.eztv-container div.product-content4 {
		width: 60%;
		margin-left: 5%;
	}
}
@media only screen and (max-width: 820px) {
	.contents-container2 {
		margin-top: -35px;
	}
}
@media only screen and (max-width: 768px) {
	.contents-container2 {
		margin-top: -25px;
	}
	.eztv-container p.top-contents {
		font-size: 1.0rem;
	}
	.eztv-container img.back-image {
		margin-top: 180px;
	}
	.eztv-container .one_full {
		margin-top: 350px;
	}
}
@media only screen and (max-width: 700px) {
	.eztv-container img.back-image {
		margin-top: 270px;
	}
	.eztv-container .one_full {
		margin-top: 400px;
	}
}
@media only screen and (max-width: 620px) {
	.contents-container2 {
		margin-top: -15px;
	}
	.eztv-container .one_full ul li:nth-child(1) {
		width: 25%;
	}
	.eztv-container .one_full ul li:nth-child(2) {
		width: 16.5%;
	}
	.eztv-container .one_full ul li:nth-child(3) {
		width: 16%;
	}
	.eztv-container .one_full ul li:nth-child(4) {
		width: 18%;
	}
}
@media only screen and (max-width: 600px) {
	.eztv-container div.product-content3 {
		width: 90%;
	}
	.eztv-container div.product-content4 {
		width: 90%;
	}
	.eztv-container img.back-image {
		margin-top: 310px;
	}
	.eztv-container .one_full {
		margin-top: 380px;
	}
}
@media only screen and (max-width: 550px) {
	.eztv-container .one_full {
		margin-top: 400px;
	}
}
@media only screen and (max-width: 520px) {
	.eztv-container img.back-image {
		margin-top: 370px;
	}
	.eztv-container .one_full {
		margin-top: 440px;
	}
}
@media only screen and (max-width: 500px) {
	.contents-container2 {
		margin-top: 5px;
	}
	.eztv-container div.product-back h2 br {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.eztv-container .one_full {
		margin-top: 420px;
	}
}
@media only screen and (max-width: 460px) {
	.eztv-container div.product-content4 {
		width: 90%;
	}
	.eztv-container img.back-image {
		margin-top: 350px;
	}
}
@media only screen and (max-width: 430px) {
	.eztv-container img.back-image {
		margin-top: 340px;
	}
	.eztv-container .one_full {
		margin-top: 410px;
	}
}
@media only screen and (max-width: 380px) {
	.eztv-container img.back-image {
		margin-top: 380px;
	}
	.eztv-container .one_full {
		margin-top: 450px;
	}
}
@media only screen and (max-width: 340px) {
	.eztv-container img.back-image {
		margin-top: 420px;
	}
	.eztv-container .one_full {
		margin-top: 480px;
	}
}

/** EZTVを選ぶ理由 **/
.back-gray {
	background: #eee;
}
.eztv-container h2.product-select {
	font-weight: normal;
}
.eztv-container h2.product-select p {
	font-size: 1.85rem;
	color: #f47936;
	margin-top: 50px;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.eztv-container h2.product-select p br {
	display: none;
}

.eztv-container div.product-tile {
	width: 90%;
}
.eztv-container div.product-tile h3 {
	color: #f47936;
	font-size: 1.3rem;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "pwid";
	text-align: justify;
	margin: 10px 0;
}
.eztv-container div.product-tile h3 br {
	display: none;
}

.eztv-container span.product-comment {
	font-size: 1.0rem;
	font-weight: 400;
	color: #484c5f;
	display: block;
	font-feature-settings: "pwid";
	text-align: justify;
}

.eztv-container .boxthreeleft, .boxthreecenter, .boxthreeright {
	height: 280px;
	background: none;
	transition-duration: .4s;
	text-align: center;
}

.eztv-container .boxthreeleft:hover, .boxthreecenter:hover, .boxthreeright:hover {
	background: #fff;
	transform: scale(1.1);
}
.eztv-container .boxthreeleft:hover span.product-comment span, .boxthreecenter:hover span.product-comment span, .boxthreeright:hover span.product-comment span {
	position: relative;
	background: linear-gradient(transparent 40%, yellow 40%);
}

@media only screen and (max-width: 1230px) {
	.eztv-container div.product-tile h3 br {
		display: block;
	}
	.eztv-container .boxthreeleft, .boxthreecenter, .boxthreeright {
		height: 300px;
	}
}
@media only screen and (max-width: 1030px) {
	.eztv-container .boxthreeleft, .boxthreecenter, .boxthreeright {
		height: 320px;
	}
}
@media only screen and (max-width: 930px) {
	.eztv-container span.product-comment {
		font-size: 0.95rem;
	}
}
@media only screen and (max-width: 910px) {
	.eztv-container div.product-tile h3 {
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 900px) {
	.eztv-container h2.product-select {
		margin-bottom: 0;
	}
	.eztv-container h2.product-select p {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 860px) {
	.eztv-container .boxthreeleft, .boxthreecenter, .boxthreeright {
		height: 340px;
	}
}
@media only screen and (max-width: 768px) {
	.eztv-container .one_third {
		width: 50%;
	}
	.eztv-container .boxthreeleft, .boxthreecenter, .boxthreeright {
		height: 300px;
		padding: 20px 15px;
	}
	.eztv-container div.product-tile {
		width: 95%;
	}
	.eztv-container h2.product-select p {
		font-size:1.6rem;
		margin-top: 40px;
	}
	.eztv-container span.product-comment {
		font-size: 1.0rem;
	}
}
@media only screen and (max-width: 660px) {
	.eztv-container div.product-tile h3 {
		font-size: 1.1rem;
	}
	.eztv-container .one_third img {
		height: 40%;
	}
}
@media only screen and (max-width: 550px) {
	.eztv-container .boxthreeleft, .boxthreecenter, .boxthreeright {
		height: 320px;
	}
}
@media only screen and (max-width: 480px) {
	.contents-container3 {
		padding-top: 0px;
		padding-bottom: 30px;
	}
	.eztv-container h2.product-select p {
		font-size:1.4rem;
		margin-top: 30px;
		line-height: 1.5rem;
	}
	.eztv-container h2.product-select {
		margin-bottom: 20px;
	}
	.eztv-container h2.product-select p br {
		display: block;
	}
	.eztv-container .one_third {
		width: 100%;
	}
	.eztv-container .boxthreeleft, .boxthreecenter, .boxthreeright {
		height: 230px;
		background: #fff;
		padding: 20px 20px 15px 20px;
	}
	.eztv-container .boxthreeleft:hover, .boxthreecenter:hover, .boxthreeright:hover {
		transform: none;
	}
	.eztv-container div.product-tile h3 br {
		display: none;
	}
	.eztv-container span.product-comment {
		font-size: 0.9rem;
	}
}

/** EZTVを選ぶ理由の下の画像ブロック **/

.eztv-container div.product-back2 {
	width: 100%;
	margin: 0 auto;
}
.eztv-container .one_half {
	margin: 0;
	position: relative;
}
.eztv-container .one_half img {
	vertical-align: bottom;
}
.eztv-container .one_half span {
	color: #fff;
	background-color: rgba(0,94,102,0.7);
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	padding: 30px 0;
	line-height: 1.8rem;
	font-feature-settings: "pwid";
}

.eztv-container .one_half div.product-pic {
	display: flex;
	overflow: hidden;
}
.eztv-container .one_half img {
	transition:1s all;
}
.eztv-container .one_half:hover img {
	transform:scale(1.2,1.2);
	transition:1s all;
}

@media only screen and (max-width: 910px) {
	.eztv-container .one_half span {
		font-size: 1.0rem;
		padding: 20px 0;
		line-height: 1.5rem;
	}
}
@media only screen and (max-width: 768px) {
	.eztv-container .one_half {
		width: 50%;
	}
}
@media only screen and (max-width: 640px) {
	.eztv-container .one_half span {
		font-size: 0.9rem;
		padding: 15px 0;
		line-height: 1.3rem;
	}
}
@media only screen and (max-width: 560px) {
	.eztv-container .one_half span {
		font-size: 0.8rem;
		padding: 10px 0;
		line-height: 1.2rem;
	}
}
@media only screen and (max-width: 500px) {
	.eztv-container .one_half {
		width: 100%;
	}
	.eztv-container .one_half span {
		font-size: 1.0rem;
		padding: 20px 0;
		line-height: 1.4rem;
	}
}
@media only screen and (max-width: 380px) {
	.eztv-container .one_half span {
		font-size: 0.9rem;
		padding: 10px 0;
		line-height: 1.3rem;
	}
}

/** EZ TV シリーズ製品構成 **/
.eztv-container .product-comp {
	height: 330px;
}
.eztv-container .product-comp img {
	border-radius: 10px;
}
.eztv-container .product-comp:hover {
	background: #eee;
	transform: scale(1.1);
}

@media only screen and (max-width: 910px) {
	.eztv-container .product-comp {
		height: 290px;
	}
}
@media only screen and (max-width: 660px) {
	.eztv-container .one_third .product-comp img {
		height: auto;
	}
}
@media only screen and (max-width: 480px) {
	.eztv-container .product-comp {
		padding: 20px 10px 15px 10px;
		width: 95%;
		height: 315px;
	}
	.eztv-container .product-comp:hover {
		background: #fff;
		transform: none;
	}
}
@media only screen and (max-width: 430px) {
	.eztv-container .product-comp {
		height: 300px;
	}
}
@media only screen and (max-width: 380px) {
	.eztv-container .product-comp {
		height: 285px;
	}
}

/** 使用例 **/
.usage-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
	padding-bottom: 40px;
}

.usage-container div.product-usage {
	width: 92%;
	margin: 0 auto;
}


@media only screen and (max-width: 768px) {
	div.product-usage {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.usage-container {
		padding-bottom: 30px;
	}
}

/** CCViewerの字幕付与ルールのチェック **/
ul.ccviwer-check {
	padding: 15px 0;
}
ul.ccviwer-check li p {
	font-size: 1.1rem;
	font-weight: 400;
	color: #484c5f;
	line-height: 1.2rem;
}
ul.ccviwer-check li p:before {
	content: "■";
	color: #f47936;
	font-size: 1.3rem;
	margin: 0 10px;
}
.eztv-container div.product-back h2.ccview-h2 br {
	display: none;
}
p.ccview-line1 {
	width: 100%;
}
p.ccview-line2 {
	width: 45%;
}
p.ccview-line3 {
	width: 100%;
}

.eztv-container img.ccviewer-back-image-right {
	display: block;
	margin-left: auto;
	width: 60%;
	padding-top: 70px;
}

.eztv-container img.neon-back-image-right {
	display: block;
	margin-left: auto;
	width: 65%;
	padding-top: 100px;
}

@media only screen and (max-width: 1260px) {
	ul.ccviwer-check li p {
		font-size: 1.0rem;
		line-height: 1.1rem;
	}
	.eztv-container img.neon-back-image-right {
		padding-top: 120px;
	}
}
@media only screen and (max-width: 1170px) {
	ul.ccviwer-check li p {
		font-size: 0.9rem;
		line-height: 1.0rem;
	}
	ul.ccviwer-check li p:before {
		font-size: 1.0rem;
		margin: 0 5px;
	}
}

@media only screen and (max-width: 1080px) {
	ul.ccviwer-check li p {
		line-height: 0.7rem;
	}
	p.ccview-line1 {
		width: 100%;
	}
	.eztv-container img.ccviewer-back-image-right {
		padding-top: 110px;
	}
}
@media only screen and (max-width: 900px) {
	.eztv-container img.ccviewer-back-image-right {
		padding-top: 140px;
	}
}
@media only screen and (max-width: 840px) {
	.eztv-container img.neon-back-image-right {
		padding-top: 150px;
	}
}
@media only screen and (max-width: 810px) {
	.eztv-container img.neon-back-image-right {
		padding-top: 170px;
	}
}
@media only screen and (max-width: 768px) {
	p.ccview-line1 {
		font-size: 1.0rem;
	}
	p.ccview-line2 {
		font-size: 1.0rem;
		width: 100%;
	}
	ul.ccviwer-check li p {
		font-size: 1.0rem;
		line-height: 0.9rem;
	}
	.eztv-container img.ccviewer-back-image-right {
		padding-top: 350px;
		width: 100%;
	}
	.eztv-container img.neon-back-image-right {
		padding-top: 500px;
		padding-bottom: 0;
		width: 100%;
	}
}
@media only screen and (max-width: 680px) {
	ul.ccviwer-check li p {
		font-size: 0.9rem;
		line-height: 0.7rem;
	}
	.eztv-container img.ccviewer-back-image-right {
		padding-top: 340px;
	}
	.eztv-container img.neon-back-image-right {
		padding-top: 450px;
	}
}
@media only screen and (max-width: 620px) {
	.eztv-container img.neon-back-image-right {
		padding-top: 470px;
	}
}
@media only screen and (max-width: 590px) {
	.contents-container4 {
		padding-top: 30px;
	}
	p.ccview-line2 {
		width: 100%;
	}
	.eztv-container img.ccviewer-back-image-right {
		width: 100%;
		padding-top: 380px;
		padding-bottom: 0px;
	}
	.eztv-container img.neon-back-image-right {
		padding-top: 500px;
	}
	.eztv-container div.product-back h2.neon-x br {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	.contents-container-top50 {
		padding-top: 30px;
	}
	.eztv-container p.top-contents {
		font-size: 0.9rem;
	}
	ul.ccviwer-check li p {
		font-size: 0.85rem;
	}
	.eztv-container img.ccviewer-back-image-right {
		width: 100%;
		padding-top: 390px;
	}
	.eztv-container div.product-back h2.ccview-h2 br {
		display: block;
	}
}
@media only screen and (max-width: 400px) {
	.eztv-container img.neon-back-image-right {
		padding-top: 520px;
	}
	.eztv-container div.product-back h2.neon-x br {
		display: none;
	}
}
@media only screen and (max-width: 380px) {
	ul.ccviwer-check li p:before {
		margin: 0 5px 0 0;
	}
	.eztv-container img.ccviewer-back-image-right {
		padding-top: 400px;
	}
	ul.ccviwer-check li p {
		font-size: 0.8rem;
	}
}

/** CCViewerの字幕ファイルの二次利用 **/
.eztv-container img.ccviewer-back-image-left {
	display: block;
	margin-right: auto;
	width: 60%;
	padding-top: 70px;
}
.eztv-container img.ccviewer-back-image-bottom {
	display: block;
	margin-right: auto;
	width: 100%;
	padding-top: 160px;
}

@media only screen and (max-width: 768px) {
	.eztv-container img.ccviewer-back-image-bottom {
		padding-top: 180px;
	}
}
@media only screen and (max-width: 560px) {
	.eztv-container img.ccviewer-back-image-bottom {
		padding-top: 190px;
	}
}
@media only screen and (max-width: 540px) {
	.eztv-container img.ccviewer-back-image-bottom {
		padding-top: 230px;
	}
}

/** 製品仕様 **/
.product-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
	padding-top: 50px;
	padding-bottom: 20px;
}
h2.product-corner-title {
	font-size: 1.85rem;
	margin-bottom:60px;
	font-weight:700;
	text-transform:uppercase;
	text-align: center;
	font-feature-settings: "pwid";
	font-family: "Noto Sans JP", sans-serif;
}
h2.product-corner-title:before {
	position: relative;
	height: 6px;
	width: 5rem;
	background: rgba(0, 94, 102, 0.7);
	display: block;
	content: "";
	left: 50%;
	transform: translate(-50%);
	top: 40px;
}

h2.ccviewer-service {
	text-transform: none;
}

div.product-name {
	width: 89%;
	margin: 0 auto;
	padding-bottom: 10px;
}
div.plus-padding {
	padding-top: 40px;
}
div.product-name span {
	color: #f47936;
	font-size: 1.4rem;
}
div.product-name span:before {
	content: "■";
	color: #f47936;
	margin-right: 5px;
	font-size: 1.6rem;
	vertical-align: top;
	line-height: 1.2rem;
}

.product-spec {
	display: table;
	width: 90%;
	color: #000;
	margin: 0 auto;
}
.product-spec tr {
	border-bottom: 2px solid #fff;
}
.product-spec tr th {
	padding: 20px 20px;
	background: rgb(0, 94, 102, 0.65);
	text-align: left;
	width: 25%;
	border-right: 2px solid #fff;
}
.product-spec tr:nth-child(2n+1) th {
	background: rgb(0, 94, 102, 0.7);
}
.product-spec tr th p {
	font-size: 1.0rem;
	font-weight: 400;
	color: #fff;
	margin: 0;
}
.product-spec tr td {
	padding: 20px 20px;
	background: rgb(0, 94, 102, 0.05);
	font-size: 1.0rem;
	font-weight: 400;
	color: #484c5f;
}
.product-spec tr:nth-child(2n+1) td {
	background: rgb(0, 94, 102, 0.1);
}
.product-spec tr td ul li {
	font-size: 1.0rem;
	font-weight: 400;
	color: #484c5f;
	line-height: 1.40rem;
	display: flex;
	font-feature-settings: "pwid";
	text-align: left;
}
.product-spec tr td ul li a {
	font-size: 1.0rem;
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.product-spec tr td ul li a:hover {
	color: #8098a6;
}
.product-spec tr td ul li:before {
	content: "●";
	color: #f47936;
	margin-right: 5px;
	font-size: 0.8rem;
	vertical-align: top;
}
.product-spec tr td ul li.product-sub-line:before {
	content: "－";
	color: #f47936;
	margin-right: 5px;
	margin-left: 15px;
	font-size: 0.8rem;
	vertical-align: top;
}
.product-spec tr td.product-sub-spec {
	width: 100%;
	display: table;
	box-sizing: border-box;
}
.product-spec tr td.product-sub-spec:before {
	content: attr(data-label)'';
	display: table-cell;
	padding: 15px 15px;
	width: 23%;
	height: 100%;
	border-right: 2px solid #fff;
	box-sizing: border-box;
	font-size: 1.0rem;
}
.product-spec tr td.product-sub-spec ul {
	display: table-cell;
	padding: 20px 20px;
}

@media only screen and (max-width: 1170px) {
	.product-spec tr th {
		font-size: 0.9rem;
		padding: 15px 15px;
	}
	.product-spec tr th p {
		font-size: 0.9rem;
	}
	.product-spec tr td {
		font-size: 0.9rem;
		padding: 15px 15px;
	}
	.product-spec tr td.product-sub-spec:before {
		font-size: 0.9rem;
	}
	.product-spec tr td.product-sub-spec ul {
		padding: 15px 15px;
	}
	.product-spec tr td ul li {
		font-size: 0.9rem;
	}
}
@media only screen and (max-width: 880px) {
	.product-spec {
		width: 95%;
	}
	div.product-name {
		width: 94%;
	}
}
@media only screen and (max-width: 768px) {
	.product-container {
		padding-top: 30px;
	}
	h2.product-corner-title {
		margin-bottom: 50px;
	}
	.product-spec {
		width: 95%;
	}
	.product-spec tr th {
		padding: 0;
		display: block;
		width: 100%;
	}
	.product-spec tr th p {
		font-size: 0.9rem;
		padding: 10px 10px;
	}
	.product-spec tr th p br {
		display: none;
	}
	.product-spec tr td {
		font-size: 0.95rem;
		padding: 15px 15px;
		display: table;
		width: 100%;
	}
	.product-spec tr td.product-sub-spec:before {
		font-size: 0.95rem;
	}
	.product-spec tr td ul {
		padding: 15px 15px;
	}
	.product-spec tr td ul li {
		font-size: 0.95rem;
		line-height: 1.4rem;
	}
}
@media only screen and (max-width: 650px) {
	h2.product-corner-title {
		font-size: 1.65rem;
	}
	.product-spec tr td.product-sub-spec:before {
		font-size: 0.9rem;
		width: 125px;
	}
	.product-spec tr td ul li {
		font-size: 0.9rem;
		line-height: 1.3rem;
	}
	div.product-name span {
		font-size: 1.2rem;
	}
}
@media only screen and (max-width: 570px) {
	div.product-name span {
		font-size: 1.0rem;
	}
}
@media only screen and (max-width: 480px) {
	.product-container {
		padding-top: 35px;
		padding-bottom: 10px;
	}
	h2.product-corner-title {
		font-size: 1.6rem;
		margin-bottom: 50px;
	}
	.product-spec tr td ul {
		padding: 10px 10px;
	}
	.product-spec tr td.product-sub-spec:before {
		font-size: 0.85rem;
		padding: 10px 10px;
		width: 105px;
	}
	.product-spec tr td ul li {
		font-size: 0.85rem;
		line-height: 1.2rem;
	}
	.product-spec tr td.product-sub-spec ul {
		padding: 10px 10px;
	}
	.product-spec tr td ul li:before {
		margin-top: -1px;
		margin-right: 3px;
		font-size: 0.85rem;
	}
	div.product-name span {
		font-size: 1.0rem;
	}
	div.product-name span:before {
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 420px) {
	h2.product-corner-title {
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 380px) {
	h2.product-corner-title {
		font-size: 1.3rem;
	}
	div.product-name span {
		font-size: 0.9rem;
	}
	div.product-name span:before {
		font-size: 1.2rem;
	}
}

/** カード別チャンネル構成 **/
.product-channel {
	display: table;
	width: 90%;
	color: #000;
	margin: 0 auto;
}
.product-channel tr {
	border-bottom: 2px solid #fff;
}
.product-channel tr th {
	padding: 20px 20px;
	background: rgb(0, 94, 102, 0.65);
	text-align: center;
	border-right: 2px solid #fff;
}
.product-channel tr:nth-child(2n+1) th {
	background: rgb(0, 94, 102, 0.7);
}
.product-channel tr th p {
	font-size: 1.0rem;
	color: #fff;
	margin: 0;
	text-align: center;
}
.product-channel tr td {
	padding: 20px 20px;
	background: rgb(0, 94, 102, 0.05);
	text-align: center;
	font-size: 1.0rem;
	border-right: 2px solid #fff;
}
.product-channel tr:nth-child(2n+1) td {
	background: rgb(0, 94, 102, 0.1);
}

.product-channel tr td a {
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.product-channel tr td a:hover {
	color: #8098a6;
}

@media only screen and (max-width: 1170px) {
	.product-channel tr th {
		font-size: 0.9rem;
		padding: 15px 15px;
	}
	.product-channel tr th p {
		font-size: 0.9rem;
	}
	.product-channel tr td {
		font-size: 0.9rem;
		padding: 15px 15px;
	}
}
@media only screen and (max-width: 940px) {
	.product-channel tr th:nth-child(2) {
		display: none;
	}
	.product-channel tr td:nth-child(2) {
		display: none;
	}
}
@media only screen and (max-width: 880px) {
	.product-channel {
		width: 95%;
	}
}
@media only screen and (max-width: 768px) {
	.product-channel {
		width: 95%;
	}
	.product-channel tr th {
		padding: 0;
	}
	.product-channel tr th p {
		font-size: 0.9rem;
		padding: 10px 10px;
	}
	.product-channel tr th p br {
		display: none;
	}
	.product-channel tr td {
		font-size: 0.9rem;
		padding: 15px 15px;
	}
}
@media only screen and (max-width: 640px) {
	.product-channel tr th p {
		font-size: 0.8rem;
		padding: 10px 15px;
	}
	.product-channel tr td {
		font-size: 0.8rem;
		padding: 10px 15px;
	}
}
@media only screen and (max-width: 480px) {
	.product-channel tr th p {
		font-size: 0.75rem;
		padding: 10px 10px;
	}
	.product-channel tr td {
		font-size: 0.75rem;
		padding: 10px 10px;
	}
}

/** HDMファミリー仕様比較 **/
.product-family {
	display: table;
	width: 90%;
	color: #000;
	margin: 0 auto;
}
.product-family tr {
	border-bottom: 2px solid #fff;
}
.product-family tr th {
	padding: 20px 20px;
	background: rgba(0, 94, 102, 0.65);
	text-align: center;
	border-right: 2px solid #fff;
}
.product-family tr:nth-child(2n+1) th {
	background: rgba(0, 94, 102, 0.7);
}
.product-family tr th p {
	font-size: 1.0rem;
	color: #fff;
	margin: 0;
}
.product-family tr td {
	padding: 20px 20px;
	background: rgba(0, 94, 102, 0.05);
	text-align: center;
	font-size: 1.0rem;
	border-right: 2px solid #fff;
}
.product-family tr:nth-child(2n+1) td {
	background: rgba(0, 94, 102, 0.1);
}

.product-family tr.product-focus td {
	background: rgba(244, 121, 54, 0.3);
}

.product-family tr td a {
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.product-family tr td a:hover {
	color: #8098a6;
}

@media only screen and (max-width: 1170px) {
	.product-family tr th {
		font-size: 0.9rem;
		padding: 15px 15px;
	}
	.product-family tr th p {
		font-size: 0.9rem;
	}
	.product-family tr td {
		font-size: 0.9rem;
		padding: 15px 15px;
	}
}
@media only screen and (max-width: 940px) {
	.product-family tr th:nth-child(3) {
		display: none;
	}
	.product-family tr td:nth-child(3) {
		display: none;
	}
}
@media only screen and (max-width: 880px) {
	.product-family {
		width: 95%;
	}
}
@media only screen and (max-width: 768px) {
	.product-family {
		width: 95%;
	}
	.product-family tr th {
		padding: 0;
	}
	.product-family tr th p {
		font-size: 0.9rem;
		padding: 10px 10px;
	}
	.product-family tr th p br {
		display: none;
	}
	.product-family tr td {
		font-size: 0.9rem;
		padding: 15px 15px;
	}
}
@media only screen and (max-width: 720px) {
	.product-family tr th:nth-child(6) {
		display: none;
	}
	.product-family tr td:nth-child(6) {
		display: none;
	}
}
@media only screen and (max-width: 640px) {
	.product-family tr th p {
		font-size: 0.8rem;
		padding: 10px 15px;
	}
	.product-family tr td {
		font-size: 0.8rem;
		padding: 10px 15px;
	}
}
@media only screen and (max-width: 570px) {
	.product-family tr th:nth-child(5) {
		display: none;
	}
	.product-family tr td:nth-child(5) {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.product-family tr th p {
		font-size: 0.75rem;
		padding: 10px 10px;
	}
	.product-family tr td {
		font-size: 0.75rem;
		padding: 10px 10px;
	}
}


/** 製品構成 **/
.composition-container {
	margin-bottom: 30px;
}
.product-composition {
	display: table;
	width: 90%;
	color: #000;
	margin: 0 auto;
}
.product-composition tr {
	border-bottom: 2px solid #fff;
}
.product-composition tr th {
	padding: 15px 20px;
	background: rgb(0, 94, 102, 0.65);
	color: #fff;
	font-size: 1.0rem;
	font-weight: 500;
	font-feature-settings: "pwid";
	text-align: left;
	width: 25%;
	border-right: 2px solid #fff;
}
.product-composition tr th:nth-child(1) {
	width: 2%;
	text-align: center;
}
.product-composition tr th:nth-child(3) {
	width: 8%;
	text-align: center;
}
.product-composition tr td:nth-child(1) {
	width: 2%;
	text-align: center;
	white-space: nowrap;
}
.product-composition tr td:nth-child(3) {
	width: 8%;
	text-align: center;
}
.product-composition tr td.neon-ca:nth-child(3) {
	width: 14%;
	text-align: center;
}
.product-composition tr:nth-child(2n+1) th {
	background: rgb(0, 94, 102, 0.7);
}
.product-composition tr td {
	padding: 15px 20px;
	background: rgb(0, 94, 102, 0.05);
	font-size: 1.0rem;
	font-weight: 400;
	color: #484c5f;
	border: 2px solid #fff;
	font-feature-settings: "pwid";
	text-align: left;
}
.product-composition tr td br {
	display: none;
}
.product-composition tr td.neon-ca br {
	display: block;
}
.product-composition tr:nth-child(2n+1) td {
	background: rgb(0, 94, 102, 0.1);
}

.product-annotation {
	display: block;
	width: 90%;
	color: #777;
	margin: 0 auto;
	padding-top: 10px;
	line-height: 1.0rem;
}
.product-annotation span {
	font-size: 0.8rem;
	font-weight: 500;
	font-feature-settings: "pwid";
	text-align: justify;
}

@media only screen and (max-width: 1365px) {
	.product-composition tr td br {
		display: block;
	}
}
@media only screen and (max-width: 1170px) {
	.product-composition tr th {
		font-size: 0.9rem;
	}
	.product-composition tr td {
		font-size: 0.9rem;
	}
}
@media only screen and (max-width: 880px) {
	.product-composition {
		width: 95%;
	}
	.product-annotation {
		width: 95%;
	}
}
@media only screen and (max-width: 768px) {
	.product-composition tr th:nth-child(3) {
		display: none;
	}
	.product-composition tr td:nth-child(3) {
		display: none;
	}
}
@media only screen and (max-width: 640px) {
	.product-composition tr th {
		font-size: 0.8rem;
		padding: 10px 15px;
	}
	.product-composition tr td {
		font-size: 0.8rem;
		padding: 10px 15px;
	}
}
@media only screen and (max-width: 480px) {
	.product-composition tr th {
		padding: 10px 10px;
	}
	.product-composition tr td {
		padding: 10px 10px;
	}
}


/** ダウンロード **/
.download {
	height: 330px;
	width: 100%;
	background: #f7f6f6;
}
.download-area {
	width: 290px;
	margin: 0 auto;
	padding: 20px 10px 10px 10px;
	pointer-events: none;
	border: 1px solid transparent;
}
.download-area p {
	text-align: center;
	padding-top: 15px;
	font-size: 1.0rem;
	font-weight: 500;
	font-feature-settings: "pwid";
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.download-area a {
	pointer-events: auto;
}
.download-area:hover p {
	color: rgb(0, 94, 102);
}
.download-area:hover .gg-file-document {
	color: rgb(0, 94, 102);
}

.gg-file-document {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs,0.9));
	width: 70px;
	height: 80px;
	border: 10px solid transparent;
	border-right: 0;
	border-top: 0;
	box-shadow: 0 0 0 10px;
	border-radius: 5px;
	border-top-right-radius: 20px;
	overflow: hidden;
	color: #000;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gg-file-document::after,
.gg-file-document::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute
}
.gg-file-document::before {
	background: currentColor;
	box-shadow: 0 20px 0, -30px -20px 0;
	left: 0;
	width: 50px;
	height: 10px;
	top: 40px
}
.gg-file-document::after {
	width: 30px;
	height: 30px;
	border-left: 10px solid;
	border-bottom: 10px solid;
	right: -5px;
	top: -5px
}

@media only screen and (max-width: 768px) {
	.download {
		padding-top: 10px;
		height: 300px;
	}
}
@media only screen and (max-width: 380px) {
	.download-area p {
		font-size: 0.9rem;
	}
}
