/* -------------------------------- 

Primary style

-------------------------------- */
.cd-products-comparison-table *, .cd-products-comparison-table *::after, .cd-products-comparison-table *::before {
	box-sizing: border-box;
}
/* html {
	font-size: 62.5%;
	font-size: 100%;
}
body {
	font-size: 1.6rem;
	font-family: "Source Sans Pro", sans-serif;
	color: #404042;
	background-color: #ffffff;
}
a {
	color: #9dc997;
	text-decoration: none;
} */
img {
	max-width: 100%;
}
h1 {
	font-size: 2.2rem;
	/*	text-align: center;*/
	padding: 4em 5%;
}
span.skyperfectv {
	font-style: italic;
	/*font-family: "ＭＳ Ｐゴシック" !important;*/
	vertical-align: baseline !important;
	padding: 0 6px 0 3px;
}
.fa-question-circle {
	color: #cccccc;
}

.small {
	font-size: 1.2rem;
}
.action-wrapper {
	display: flex;
	width: 100%;
	height: 100px;
	background-color: #fafafa;
	font-weight: bold;
}
.actions {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto auto;
}

.cd-menu {
	background-color: #142245;
	color: white;
}
.tune {
	min-height: 193px;
}
.memory {
	min-height: 70px;
}
.size {
	min-height: 90px;
}
.dr-mode {
	min-height: 110px;
}
.play {
	min-height: 730px;
	background-color: #005BAC;
}
.cd-features-info .play {
	background-color: #D2DAEF;
	color: #005BAC;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}
.rec {
	min-height: 900px;
	background-color: #E3607C;
}
.cd-features-info .rec {
	background-color: #FAE4E6;
	color: #E3607C;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}
.rec2 {
	min-height: 480px;
	background-color: #E3607C;
}
.cd-features-info .rec2 {
	background-color: #FAE4E6;
	color: #E3607C;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}
.lan {
	min-height: 715px;
	background-color: #E88121;
}
.cd-features-info .lan {
	background-color: #FCE8D4;
	color: #E88121;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}
.net {
	min-height: 480px;
	background-color: #36B1A7;
}
.cd-features-info .net {
	background-color: #E2F1EE;
	color: #36B1A7;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}
.terminal {
	min-height: 450px;
	background-color: #727171;
}
.cd-features-info .terminal {
	background-color: #e5e5e5;
	color: #727171;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}
.cd-features-list li p {
	line-height: 1.5;
}
.lan__text {
	vertical-align: bottom;
	line-height: 2em;
}
/* .function img {
	margin-top: 2px;
} */
.not-support {
	background-color: rgba(255,255,255,0) !important;
	border: solid 1px #CCCCCC !important;
	color: #CCCCCC !important;/*
	color: #e5e5e5 !important;
	background-color: #e2e2e2 !important;
*/
}
.not-support img {
	visibility: hidden;
}

.tittle_lead {
	font-size:16px;
	margin-bottom: 10px;
}
.tittle_lead_none {
	visibility: hidden;
}


/*---------------------------------------
TIPS 阪上
---------------------------------------*/
.function li p.function__text {
	margin-top: 0px;
	white-space: nowrap;
}
.question__wrap {
	cursor: help;
	position: absolute;
	display: block;
	right: 25px;
	z-index: 40;
	margin-top: -15px;
	font-size: 15px;
}
.question {
	width: 18px;
}
.question__wrap sup {/*-----------20181011阪上追加------------*/
	font-size: smaller;
	vertical-align: super;
	display: inline-block;
}
.sup__wrapper {
	margin-top: 10px;
}
.sup__wrapper {
	width: 250px;
}
.question__wrap__sup {
	display: flex;
	margin-top: 10px;
	font-size: 1rem;
		width: 250px;
	font-weight: 500;
}
.question__wrap__sup dt {
	padding-right: 0.5em;
}
.more__text__list {
	display: flex;
	justify-content: space-between;
}
.more__text__list p {
	font-size: 1.35rem;
}
.more__text__list li {
	border: none !important;
	background-color: rgba(255,255,255,0) !important;
	line-height: 1;
	color: #142245;
}

.more__text__list li:nth-child(2) {
	width: 35%;
}

.more__text__list__img {
	width: 40% !important;
}	

.more__text__wrap p {
	padding-top: 1em;
	line-height: 1.3 !important;
	font-weight: 500 !important;
}



.toolTip span.tooltips {
	display: block;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	background-color: #f1f2f7;
	color: #242424;
	text-decoration: none;
	position: absolute;
	bottom: 10px;
	left: 30px;
	padding: 10px;
	visibility: hidden;
	min-width: 250px;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.25;
}
.toolTip:hover, .toolTip:hover span {
	visibility: visible;
	z-index: 100000;
}
.not-support .toolTip {
	visibility: hidden;
	cursor: normal;
}



/*---------------------------------------

PC横幅max制限
ブルーレイ比較表のレイアウト調整CSS

---------------------------------------*/

.cd-header {
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 0 40px;
	font-size: 1.4rem;
}
.cd-footer {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px 20px;
	font-size: 1.4rem;
}
.cd-footer a.btn-text {
	display: block;
	margin: 0 auto 10px;
}
.cd-footer .btn_comparison p {
	text-align: center;
}
.cd-caption-wrapper {
	padding-bottom: 1.5em;
	margin-bottom: 3em;
	border-bottom: solid 1px #e6e6e6;
}
.cd-caption-wrapper2 {
	padding-bottom: 1.5em;
	margin-top: 1.5em;
	border-bottom: solid 1px #e6e6e6;
}
.cd-caption {
	text-align: center;
	line-height: 1.7;
	font-size: 1.2rem;
	color: #666;
	padding-top: 5px;
}
.cd-caption .btn-green {
	background-color: #9dc997;
	padding: 0.2em 0.5em;
	font-size: 0.8em;
	border-radius: 3px;
	color: white;
	margin: 0 5px;
}
.cd-caption .btn-red {
	background-color: #FA514B;
	padding: 0.2em 0.5em;
	font-size: 0.8em;
	border-radius: 3px;
	color: white;
	margin: 0 5px;
}

@media only screen and (min-width: 769px) {
h1 {
	font-size: 4rem;
	font-weight: 300;
	padding: 3em 5%;
}
}
/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-products-comparison-table {
	margin: 0 auto 6em;
			height: 100%;
	overflow: hidden;
}
.cd-products-comparison-table::after {
	/* never visible - this is used in jQuery to check the current MQ */
	display: none;
	content: 'mobile';
}
/* .cd-products-comparison-table .cd-header {
	padding: 0 5% 25px;
} */
.cd-products-comparison-table .cd-header::after {
	clear: both;
	content: "";
	display: table;
}
.cd-products-comparison-table h2 {
	/*	float: left;*/
	font-weight: bold;
	text-align: center;
	padding-bottom: 2em;
}
.cd-products-comparison-table .actions {
	/*	float: left;*/
	text-align: center;
}
.cd-products-comparison-table .reset, .cd-products-comparison-table .filter {
	font-size: 1.4rem;
}
.cd-products-comparison-table .reset {
	width: 150px;
	display: inline-block;
	color: #142245;
	padding: 1em 1.5em;
	background-color: #e5e5e5;
	border-radius: 3px;
	/*	border: solid 1px #142245;*/
	margin: 0 0.5em;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.cd-products-comparison-table .filter {
	width: 300px;
	display: inline-block;
	padding: 1em 1.5em;
	color: #142245;
	background-color: #e5e5e5;
	/*	border: solid 1px #142245;*/
	border-radius: 3px;
	margin: 0 0.5em;
	cursor: not-allowed;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.cd-products-comparison-table .filter.active {
	cursor: pointer;
	background-color: #9dc997;
	border: none;
	color: #ffffff;
}
.no-touch .cd-products-comparison-table .filter.active {
	background-color: #a7cea1;
	border: none;
	color: #ffffff;
}
.cd-products-comparison-table .reset.active {
	cursor: pointer;
	background-color: #FA514B;
	border: none;
	color: #ffffff;
}
.cd-products-comparison-table .reset:hover {
	background-color: #FA514B;
	border: none;
	color: #ffffff;
}

@media only screen and (min-width: 769px) { /*769px*/
.cd-products-comparison-table {
	margin-bottom: 8em;
}
.cd-products-comparison-table::after {
	/* never visible - this is used in jQuery to check the current MQ */
	content: 'desktop';
}
/* .cd-products-comparison-table .cd-header {
	padding: 0 5% 40px;
} */
.cd-products-comparison-table h2 {
/*	font-size: 2.4rem;*/
}
.cd-products-comparison-table .reset, .cd-products-comparison-table .filter {
	font-size: 1.6rem;
}
/*
.cd-products-comparison-table .filter {
	padding: .6em 2em;	margin-left: 1.6em;
}
*/
}
.cd-products-table {
	position: relative;
}
.cd-products-table .features {
	/* fixed left column - product properties list */
	position: absolute;
	z-index: 80;
	top: 0;
	left: 0;
	/*	width: 120px;*/
	width: 100px;
	border-style: solid;
	border-color: #e6e6e6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-color: #fafafa;/*	opacity: .95;*/
}
.cd-products-table .features::after {
	/* color gradient on the right of .features -  visible while scrolling inside the .cd-products-table */
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 4px;
	height: 100%;
	background-color: transparent;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
	opacity: 0;
}

@media only screen and (min-width: 769px) {
.cd-products-table .features {
	width: 210px;
}
}
.cd-products-table.scrolling .features::after {
	opacity: 1;
}
.cd-products-wrapper {
	overflow-x: auto;
	/* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
	-webkit-overflow-scrolling: touch;
	border-style: solid;
	border-color: #e6e6e6;
	border-top-width: 1px;
	border-bottom-width: 1px;
/* 	overflow: hidden;	 */
}
.cd-products-columns {
	/* products list wrapper */
	width: 1200px;
	/*	margin-left: 120px;*/
	margin-left: 100px;
	overflow: hidden;
}
.cd-products-columns::after {
	clear: both;
	content: "";
	display: table;
	overflow: hidden;
}

@media only screen and (min-width: 769px) {
.cd-products-columns {
	width: 2750px;
	margin-left: 210px;
}
}
.cd-products-columns .product {
	position: relative;
	float: left;
	width: 150px;
	text-align: center;
	-webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.filtering .cd-products-columns .product:not(.selected) {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.no-product-transition .cd-products-columns .product.selected {
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-moz-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}
.filtered .cd-products-columns .product:not(.selected) {
	position: absolute;
}

@media only screen and (min-width: 769px) {
.cd-products-columns .product {
		width: 310px;
	/*width: 250px;*/
}
}

.cd-features-list li {
	font-size: 1.4rem;
	font-weight: 500;
	/*	padding: 25px 40px;*/
	padding: 25px 15px;
	border-color: #e6e6e6;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;/*	min-height: 100px;*/
}
.cd-features-list li.size,
.cd-features-list li.dr-mode {
	display: flex;
	align-items: center;
	justify-content: center;
}
.function li {
	padding: 0;
	background-color: #FFFFFF;
	border-radius: 5px;
	margin-bottom: 10px;
	line-height: 1.2;
	border: solid 1px #e6e6e6;
	height: 60px;
	color: #E3607C;
	  display: flex;
  justify-content: center;
  align-items: center;
}
.function li:last-child {
	margin-bottom: 0px;
}

.terminal .function li  {
	padding-top: 10px;
}

.more__text__list li {
	padding: 0!important;
}




@media only screen and (min-width: 769px) {
.cd-features-list li {
	font-size: 1.6rem;
}
.cd-features-list li.rate {
	padding: 22px 0;
}
}
.features .cd-features-list li, .cd-products-table .features .top-info {
	/* fixed left column - items */
	font-size: 1.2rem;
	font-weight: bold;
	/* set line-height value equal to font-size of text inside product cells */
	line-height: 14px;
/* 	padding: 25px 10px; */
	text-align: center;
}

@media only screen and (min-width: 769px) {
.features .cd-features-list li, .cd-products-table .features .top-info {
	text-transform: none;
	line-height: 16px;
	padding: 25px 20px;
	letter-spacing: 1px;
}
}
.features .cd-features-list li {
	/* truncate text with dots */
/*
	white-space: nowrap;
	text-overflow: ellipsis;
*/
	overflow: hidden;
}
.cd-products-table .top-info {
	position: relative;
	height: 177px;
	width: 150px;
	text-align: center;
	padding: 1.25em 2.5em;
	border-color: #e6e6e6;
	border-style: solid;
	border-right-width: 1px;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	cursor: pointer;
	background: #ffffff;
}
.cd-products-table .top-info::after {
	/* color gradient below .top-info -  visible when .top-info is fixed */
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 4px;
	width: 100%;
	background-color: transparent;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
	opacity: 0;
}
.cd-products-table .top-info h3 {
	padding: 1.25em 0 0.625em;
	font-weight: bold;
	font-size: 1.4rem;
}
.cd-products-table .top-info img {
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-products-table .top-info h3, .cd-products-table .top-info img {
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.cd-products-table .top-info .check {
	position: relative;
	display: inline-block;
	height: 16px;
	width: 16px;
	margin: 0 auto 1em;
}
.cd-products-table .top-info .check::after, .cd-products-table .top-info .check::before {
	/* used to create the check icon and green circle dot - visible when product is selected */
	position: absolute;
	top: 10px;
	left: 0;
	content: '';
	height: 100%;
	width: 100%;
}
.cd-products-table .top-info .check::before {
	/* green circle dot */
	border-radius: 50%;
	border: 1px solid #e6e6e6;
	background: #cccccc;
	-webkit-transition: background-color 0.3s, -webkit-transform 0.3s, border-color 0.3s;
	-moz-transition: background-color 0.3s, -moz-transform 0.3s, border-color 0.3s;
	transition: background-color 0.3s, transform 0.3s, border-color 0.3s;
}
.cd-products-table .top-info .check::after {
	/* check icon */
	background: url(../../img/cd-check.svg) no-repeat center center;
	background-size: 24px 24px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

@media only screen and (min-width: 769px) {
.cd-menu {
	background-color: #142245 !important;
	color: white;
}
.cd-products-table .top-info {
	height: 180px;
		width: 310px;
	/*width: 250px;*/
}
.cd-products-table .top-info h3 {
	padding-top: 1.4em;
	font-size: 1.6rem;
}
.cd-products-table .top-info .check {
	margin-bottom: 3em;
}
}
.cd-products-table .features .top-info {
	/* models */
/*	width: 120px;*/
	width: 100px;
	cursor: auto;
	background: #fafafa;
}

@media only screen and (min-width: 769px) {
.cd-products-table .features .top-info {
	width: 210px;
}
}
.cd-products-table .selected .top-info .check::before {
	/* green circle dot */
	background: #9dc997;
	border-color: #9dc997;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-animation: cd-bounce 0.3s;
	-moz-animation: cd-bounce 0.3s;
	animation: cd-bounce 0.3s;
}
 @-webkit-keyframes cd-bounce {
 0% {
 -webkit-transform: scale(1);
}
 60% {
 -webkit-transform: scale(1.6);
}
 100% {
 -webkit-transform: scale(1.5);
}
}
@-moz-keyframes cd-bounce {
 0% {
 -moz-transform: scale(1);
}
 60% {
 -moz-transform: scale(1.6);
}
 100% {
 -moz-transform: scale(1.5);
}
}
@keyframes cd-bounce {
 0% {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
 60% {
 -webkit-transform: scale(1.6);
 -moz-transform: scale(1.6);
 -ms-transform: scale(1.6);
 -o-transform: scale(1.6);
 transform: scale(1.6);
}
 100% {
 -webkit-transform: scale(1.5);
 -moz-transform: scale(1.5);
 -ms-transform: scale(1.5);
 -o-transform: scale(1.5);
 transform: scale(1.5);
}
}
.cd-products-table .selected .top-info .check::after {
	/* check icon */
	opacity: 1;
}

@media only screen and (min-width: 769px) {
.cd-products-table.top-fixed .cd-products-columns > li, .cd-products-table.top-scrolling .cd-products-columns > li, .cd-products-table.top-fixed .features, .cd-products-table.top-scrolling .features {
	padding-top: 160px;
}
.cd-products-table.top-fixed .top-info, .cd-products-table.top-scrolling .top-info {
	height: 140px;
	position: fixed;
	top: 55px;
	z-index: 75;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.no-cssgradients .cd-products-table.top-fixed .top-info, .no-cssgradients .cd-products-table.top-scrolling .top-info {
	border-bottom: 1px solid #e6e6e6;
}
.cd-products-table.top-fixed .top-info::after, .cd-products-table.top-scrolling .top-info::after {
	opacity: 1;
}
.cd-products-table.top-fixed .top-info h3, .cd-products-table.top-scrolling .top-info h3 {
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
}
/*
.cd-products-table.top-fixed .top-info .kome, .cd-products-table.top-scrolling .top-info .kome {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
*/
/*
.cd-products-table.top-fixed .top-info .kome0, .cd-products-table.top-scrolling .top-info .kome0 {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
*/
/*
.cd-products-table.top-fixed .top-info .kome7, .cd-products-table.top-scrolling .top-info .kome7 {
	-webkit-transform: translateY(-65px);
	-moz-transform: translateY(-65px);
	-ms-transform: translateY(-65px);
	-o-transform: translateY(-65px);
	transform: translateY(-65px);
}
*/
.cd-products-table.top-fixed .top-info img, .cd-products-table.top-scrolling .top-info img {
	-webkit-transform: translateY(-20px) scale(0.9);
	-moz-transform: translateY(-20px) scale(0.9);
	-ms-transform: translateY(-20px) scale(0.9);
	-o-transform: translateY(-20px) scale(0.9);
	transform: translateY(-20px) scale(0.9);
}
.cd-products-table.top-scrolling .top-info {
/*	position: absolute;*/
}
}
.cd-table-navigation a {
	position: absolute;
	z-index: 79;
	top: 0;
	right: 15px;
	-webkit-transform: translateY(55px);
	-moz-transform: translateY(55px);
	-ms-transform: translateY(55px);
	-o-transform: translateY(55px);
	transform: translateY(55px);
	/* replace text with image */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
	height: 60px;
	width: 40px;
	background: rgba(211, 47, 47, 0.9) url("../../img/cd-arrow.svg") no-repeat center center;
	border-radius: 3px;
	-webkit-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
	-moz-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
	transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.cd-table-navigation a.inactive {
	opacity: 0;
	visibility: hidden;
}
.cd-table-navigation a.prev {
	left: 80px;
	right: auto;
	-webkit-transform: translateY(55px) translateX(15px) rotate(180deg);
	-moz-transform: translateY(55px) translateX(15px) rotate(180deg);
	-ms-transform: translateY(55px) translateX(15px) rotate(180deg);
	-o-transform: translateY(55px) translateX(15px) rotate(180deg);
	transform: translateY(55px) translateX(15px) rotate(180deg);
}
.no-touch .cd-table-navigation a:hover {
	/*	background-color: #404042;*/
	background-color: #b32727;
}

@media only screen and (min-width: 769px) {
.cd-table-navigation a {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
}
.cd-table-navigation a.prev {
	left: 210px;
	-webkit-transform: translateY(100px) translateX(15px) rotate(180deg);
	-moz-transform: translateY(100px) translateX(15px) rotate(180deg);
	-ms-transform: translateY(100px) translateX(15px) rotate(180deg);
	-o-transform: translateY(100px) translateX(15px) rotate(180deg);
	transform: translateY(100px) translateX(15px) rotate(180deg);
}
.top-fixed .cd-table-navigation a {
	position: fixed;
}
.top-fixed .cd-table-navigation a, .top-scrolling .cd-table-navigation a {
	-webkit-transform: translateY(45px);
	-moz-transform: translateY(45px);
	-ms-transform: translateY(45px);
	-o-transform: translateY(45px);
	transform: translateY(45px);
}
.top-fixed .cd-table-navigation a.prev, .top-scrolling .cd-table-navigation a.prev {
	-webkit-transform: translateY(45px) translateX(15px) rotate(180deg);
	-moz-transform: translateY(45px) translateX(15px) rotate(180deg);
	-ms-transform: translateY(45px) translateX(15px) rotate(180deg);
	-o-transform: translateY(45px) translateX(15px) rotate(180deg);
	transform: translateY(45px) translateX(15px) rotate(180deg);
}
}
/* -------------------------------- 

No JS

-------------------------------- */
.no-js .actions {
	display: none;
}
.no-js .cd-products-table .top-info {
	height: 145px;
}

@media only screen and (min-width: 769px) {
.no-js .cd-products-table .top-info {
	height: 248px;
}
}
.no-js .cd-products-columns .check {
	display: none;
}

/*---------------------------------------

SP用レイアウト調整

---------------------------------------*/



@media only screen and (max-width: 768px) {
.cd-caption {
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
h2.type-text {
	margin-bottom: 20px;
}
.action-wrapper {
	height: 100px;
}
.cd-products-comparison-table .reset {
	width: 150px;
}
.cd-products-comparison-table .filter {
	width: 80%;
}
.cd-menu {
	background-color: #142245 !important;
	color: white;
}
.tune {
	min-height: 120px;
}
.memory {
	min-height: 65px;
}
.size {
	min-height: 65px;
}
.dr-mode {
	min-height: 100px;
}
.play {
	min-height: 555px;
	background-color: #005BAC;
}
.cd-features-info .play {
	background-color: #D2DAEF;
	color: #005BAC;
}
.rec {
	min-height: 670px;
	background-color: #E3607C;
}
.cd-features-info .rec {
	background-color: #FAE4E6;
	color: #E3607C;
}
.rec2 {
	min-height: 350px;
	background-color: #E3607C;
}
.cd-features-info .rec2 {
	background-color: #FAE4E6;
	color: #E3607C;
}
.lan {
	min-height: 490px;
	background-color: #E88121;
}
.cd-features-info .lan {
	background-color: #FCE8D4;
	color: #E88121;
}
.net {
	min-height: 365px;
	background-color: #36B1A7;
}
.cd-features-info .net {
	background-color: #E2F1EE;
	color: #36B1A7;
}
.terminal {
	min-height: 400px;
	background-color: #727171;
}
.cd-features-info .terminal {
	background-color: #e5e5e5;
	color: #727171;
}
.cd-features-list li p {
	line-height: 1.5;
}
.cd-header {
	padding: 0 20px 0 ;
}
.features .cd-features-list li, .cd-products-table .features .top-info {
	/* fixed left column - items */
	font-size: 12px;
	font-weight: bold;
	/* set line-height value equal to font-size of text inside product cells */
/*	line-height: 1.2;*/
	padding: 13px 5px;
	text-align: center;
}
.cd-features-list li {
	font-size: 12px;
	font-weight: bold;
	/*	padding: 25px 40px;*/
	padding: 13px 5px;
	border-color: #e6e6e6;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
}
.cd-products-table .top-info {
	height: 130px;
}
.cd-products-table .top-info h3 {
	padding: 1.5em 0 0;
}
.cd-products-table .top-info {
	padding: 1.25em 2.5em 1.5em;
}
.cd-products-comparison-table .reset, .cd-products-comparison-table .filter {
	font-size: 1rem;
}
.cd-products-table .top-info .check::after, .cd-products-table .top-info .check::before {
	/* used to create the check icon and green circle dot - visible when product is selected */
	position: absolute;
	top: 0;
}
.function li {
	padding: 8px;
	background-color: #FFFFFF;
	border-radius: 3px;
	margin-bottom: 10px;
	line-height: 1.2;
	border: solid 1px #e6e6e6;
}
.function li:last-child {
	margin-bottom: 0px;
}
	
/*---------------------------------------
TIPS 阪上
---------------------------------------*/
	
.function {
		position: static;
	}	
.function li p.function__text {
	margin-top: 5px;
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}
.question__wrap {
	cursor: help;
	position: absolute;
	display: block;
	right: 7px;
	z-index: 40;
	margin-top: -18px;
}
.question {
	width: 18px;
}
.question__wrap sup {/*-----------20181011阪上追加------------*/
	font-size: smaller;
	vertical-align: super;
	display: inline-block;
}
.sup__wrapper {
	margin-top: 10px;
	width: 200px;
}
.question__wrap__sup {
	display: flex;
	margin-top: 10px;
	font-size: 0.8rem;
	width: 200px;
	font-weight: 500;
}
.question__wrap__sup dt {
	padding-right: 0.5em;
}
.more__text__list {
	display: flex;
	justify-content: space-between;
}
.more__text__list p {
	font-size: 1.35rem;
}
.more__text__list li {
	border: none !important;
	background-color: rgba(255,255,255,0) !important;
	line-height: 1;
	color: #142245;
	font-weight: 500;
}

.more__text__list li:nth-child(2) {
	width: 30%;
}
	
.more__text__list__img {
	width: 40%!important;
}	
.more__text__wrap p {
	padding-top: 1em;
	line-height: 1.3 !important;
}
.toolTip span.tooltips {
	display: block;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	background-color: #f1f2f7;
	color: #242424;
	text-decoration: none;
	position: absolute;
	bottom: 0px;
	right: -100px;
	padding: 10px;
	visibility: hidden;
	min-width: 250px;
	text-align: left;
	font-size: 1.0rem;
	line-height: 1.25;
		z-index: 100000;
	-webkit-transform: translate3d(0,0,0);
}
.toolTip:hover, .toolTip:hover span {
	visibility: visible;
	z-index: 100000;
	-webkit-transform: translate3d(0,0,0);
}
.not-support .toolTip {
	visibility: hidden;
	cursor: normal;
}	
	
	.tittle_lead {
	font-size:12px;
	margin-bottom: 10px;
}
.net .tittle_lead {
	font-size:10px;
	white-space: nowrap;
}
	
}/*-----------SP用CSSここまで------------*/

/*---------------------------------------
見出しのカラー調整
---------------------------------------*/

.rec .function li {
	color: #E3607C;
}
.rec2 .function li {
	color: #E3607C;
}
.lan .function li {
	color: #E88121;
}
.play .function li {
	color: #005BAC;
}
.net .function li {
	color: #36B1A7;
}
.terminal .function li {
	color: #727171;
}

/*202006追加*/
.more__text__list li {
	height: auto;
}
.toolTip span.tooltips {
	padding: 20px 10px;
	transition: all 0.5s linear;
	opacity: 0;
}
.toolTip:hover span.tooltips {
	opacity: 1;
}
.play .function li.ultra .more__text__list li:nth-child(2) {
	width: 45%;
}
.play .function li.ultra .more__text__list li:nth-child(2) img {
	display: inline-block;
}
.play .function li.ultra .more__text__list li:nth-child(2) img:nth-child(1) {
	width: 50%;
}
.play .function li.ultra .more__text__list li:nth-child(2) img:nth-child(2) {
	width: 49%;
	margin-left: 1%;
}
.txt_link {
	display: inline-block;
	text-decoration: underline;
}

