<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*---- reset -----*/

html {
	overflow: auto;
}

body {
	overflow: hidden;
}

#header {
	background: none;
	padding-bottom: 0;
	border-top: none;
}
#header .inr {
	padding: 10px 0;
	border-top: none;
}
#contents {
	padding-top: 0;
}
#contents .ttl_box {
	height: 49px;
}
h1 {
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.note {
	margin: 10px 0;
	font-size: 0.7em!important;
}

.pc {
	display: block;
}

.tab {
	display: none;
}
.left_box {
	float: left;
}
.right_box {
	float: right;
}

.img {
	margin: 0;
}

.img img {
	width: auto!important;
	height: auto!important;
}

a:hover {
	text-decoration: none;
}

.btn {
	display: block;
	margin-top: 40px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	transition: 0.4s;
}

.btn:hover {
	opacity: 0.7;
}

@media screen and (max-width: 490px) {
	h1 img {
		width: 100%;
	}

	.pc {
		display: none;
	}
	
	.btn {
		font-size: 16px;
	}
	
}

@media only screen and (max-width: 767px) {
	nav ul {
		width: 767px;
	}
	
	.scroll-bar-mask {
		overflow-x: scroll;
	}
}

@media screen and (max-width: 768px) {
	h1 img {
		width: 100%;
	}
	
	.bnrpc {
		display: none;
	}
	
	.tab {
		display: block;
	}
	
	.left_box,
	.right_box {
		float: none;
	}
	
	.img img {
		width: 100%!important;
	}
	
	.note {
		margin-left: 0!important;
	}
	
	.sp {
		display: block;
	}
}

@media only screen and (max-width: 823px) {
	.landscape .inr {
		padding: 0 20px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 1200px) {
	h1 img {
		max-width: 100%;
	}
}


/* main_visual
---------------------------------------- */
.main_visual {
	background: #000000;
}

.mv_icon_area {
	display: none;
}

@media only screen and (max-width: 767px) {
	.mv_icon_area {
		display: block;
		padding: 20px;
		box-sizing: border-box;
		background: #f1f1f1;
	}
	
	.mv_icon_area ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 0 -15px -20px;
		list-style: none;
		padding: 0;
	}
	
	.mv_icon_area ul li {
		margin-left: 20px;
		margin-bottom: 15px;
		width: 23%;
		/*flex-grow: 1;
		flex-shrink: 0;*/
	}
	
	.mv_icon_area ul li:nth-child(3) {
		width: 34%;
	}
	
	.mv_icon_area ul li:last-child {
		width: 27%;
	}
	
	.mv_icon_area ul li img {
		width: 100%;
		height: auto;
		vertical-align: middle;
	}	
}

/* bnr_area
---------------------------------------- */
.bnr_area {
	padding: 30px 0!important;
	background: #fff;
}

.bnr_area figure {
	text-align: left;
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bnr_area figcaption {
	padding-left: 20px;
}

@media only screen and (max-width: 490px) {
	.bnr_area figure {
		flex-wrap: wrap;
	}
	
	.bnr_area figure img {
		width: 100%;
	}
	
	.bnr_area figcaption {
		padding: 10px 0 0 0;
	}
}


/* video_area
---------------------------------------- */
.video_area {
	padding: 0!important;
	background: #e5ebff;
	background: -moz-linear-gradient(top, #e5ebff 0%, #f7f9ff 100%);
	background: -webkit-linear-gradient(top, #e5ebff 0%,#f7f9ff 100%);
	background: linear-gradient(to bottom, #e5ebff 0%,#f7f9ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ebff', endColorstr='#f7f9ff',GradientType=0 );
}

.video_area .bg_top {
	background: url(/products/smarttuner/pix_smb400/img/bg_video_shadow_top.png) no-repeat top center;
	padding-top: 60px;
}

.video_area .bg_bottom {
	background: url(/products/smarttuner/pix_smb400/img/bg_video_shadow_bottom.png) no-repeat bottom center;
	padding-bottom: 60px;
}

.video_area h2 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

.video_area .video_wrap {
	position: relative;
	width: 640px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 128px;
}

.video_area .video {
	position: relative;
	width: auto;
	height: 0;
	padding-bottom: 56.25%;
}

.video_area .video iframe {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 823px) {
	.landscape .video_area .video_wrap {
		width: 100%;
		padding: 0;
	}		
}

@media only screen and (max-width: 768px) {
	.video_area .video_wrap {
		width: 100%;
		padding: 0;
	}	
}

/* feature
---------------------------------------- */
.ttl_box {
	height: auto!important;
	text-align: left!important;
	transform: skew(-13deg);
	display: inline-block;
}

.section_ttl,
.box_ttl {
	font-family: 'Noto Sans Japanese', sans-serif;
	/*font-style: italic;*/
	font-size: 26px;
	line-height: 1.2;
}

.section_ttl {
	display: inline-block;
	padding: 5px 10px;
	position: relative;
	overflow: visible;
}

.feature .text {
	width: calc(55% - 10px);
}

.feature .img {
	width: calc(40% - 10px);
}

.feature.contents_4k .ttl_box,
.feature.remocon .ttl_box{
	background: #d4f2ff;
}

.feature.contents_4k .ttl_box:before,
.feature.remocon .ttl_box:before{
	content: "";
	display: block;
	width: 60px;
	height: 100%;
	background: #8adfff;
	position: absolute;
}

.memo_wrap {
	position: relative;
}

.memo_wrap:before,
.memo_wrap:after {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 30px);
	position: absolute;
	background: #fff;
	z-index: 1;
	top: 15px;
}

.netflix .memo_wrap:before,
.netflix .memo_wrap:after {
	background: #111;
}

.memo_wrap:before {
	left: 0;
}

.memo_wrap:after {
	right: 0;
}

.feature .memo {
	position: relative;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 15px;
}

.feature .memo:before,
.feature .memo:after {
	content: "";
	display: block;
	width: calc(100% - 30px);
	height: 1px;
	background: #fff;
	left: 15px;
	position: absolute;
}

.feature .memo:before {
	top: -1px;
}

.feature .memo:after {
	bottom: -1px;
}

.netflix .memo {
	border-color: #e4141c;
}

.netflix .memo:before,
.netflix .memo:after {
	background: #111;
}


.feature .memo p {
	margin: 0;
}

.feature .memo p + p {
	margin-top: 20px;
}

.note {
	margin-bottom: 0!important;
}

.note + .note {
	margin-top: 5px!important;
}

.feature.contents_4k .img {
	margin-left: -40%;
}

.btn_remocon {
	margin-top: 20px;
	display: block;
	width: 100%;
	background: #f1f1f1;
	padding: 2px;
	box-sizing: border-box;
}

.btn_remocon .img {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 100%;
}

.btn_remocon .img figcaption {
	margin-left: 20px;
}

/*---- xit -----*/
.xit {
	margin-top: 100px;
}


.xit .feature_list {
	margin: 40px 0 0 -20px;
	justify-content: center;
}

.xit .feature_list li {
	width: calc(33.33% - 20px);
}

.xit .feature_list li:before {
	display: none;
}

.xit .feature_list .box_ttl	{
	padding: 0 0 0 15px;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
	font-style: normal;
	text-align: left;
	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;}

.xit .feature_list figcaption {
	font-size: 12px;
	padding: 0 15px 15px;
}

.xit .feature_list li:nth-child(3),
.xit .feature_list li:nth-child(4) {
	margin-top: 0;
}

.feature_list {
	margin: 100px 0 0 -20px;
	padding: 0;
}

.feature_list li{
	position: relative;
	width: calc(50% - 20px);
	margin: 0 0 20px 20px;
	background: #fff;
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
	list-style: none;
}

.feature_list li:nth-child(3),
.feature_list li:nth-child(4) {
	margin-top: 60px;
}

.feature_list li:before {
	content: "";
	display: block;
	position: absolute;
	width: 129px;
	height: 129px;
	top: -64px;
	left: 10px;
	z-index: 2;
}

.feature_list .wide_color:before {
	background: url(../img/icon_widecolor.png) no-repeat center center;
}

.feature_list .fps_60:before {
	background: url(../img/icon_60fps.png) no-repeat center center;
}

.feature_list .multi_level:before {
	background: url(../img/icon_multilevel.png) no-repeat center center;
}

.feature_list .luminance:before {
	background: url(../img/icon_luminance.png) no-repeat center center;
}

.feature_list .img img {
	display: block;
	margin-bottom: 20px;
}

.feature_list figcaption {
	padding: 0 20px 20px;
	box-sizing: border-box;
}

.xit .movie_area {
	margin: 60px 0 120px;
}

.xit .movie_area.flex_box {
	flex-wrap: nowrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.xit .movie_nav {
	width: 15%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.xit .movie_nav i {
	display: block;
}

.xit .movie_nav li {
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.xit .movie_nav li:last-child {
	border-bottom: 0;
}

.xit .movie_nav li a {
	padding: 10px 0;
	display: block;
	color: #aaa;
	transition: 0.4s;
}

.xit .movie_nav li a:hover {
	background: #ddd;
	color: #00a0e9;
}

.cls-1 {
	fill: #aaa;
	fill-rule: evenodd;
}

.xit .movie_nav li a:hover .cls-1 {
	fill: #00a0e9;
}

.xit .movie_img {
	position: relative;
	width: 80%;
}

.xit .movie_img img {
	max-width: 100%;
}

.xit .movie_img img:nth-child(2) {
	position: absolute;
	bottom: -5%;
	right: -20%;
}

.lead {
	font-size: 20px;
	line-height: 1.5;
}

.align_c {
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.xit .movie_area.flex_box {
		flex-wrap: wrap;
	}
	
	.xit .movie_nav {
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-bottom: 20px;
	}
	
	.xit .movie_nav li {
		width: 25%;
		border-bottom: 0;
		border-right: 1px solid #ccc;
	}
	
	.xit .movie_nav li:last-child {
		border-right: 0;
	}
	
	.xit .movie_img {
		width: 100%;
	}
	
	.xit .movie_img img:nth-child(2) {
		width: auto;
		right: -15%;
	}
}

@media only screen and (max-width: 490px) {
	.xit .feature_list li {
		width: 100%;
	}
	
	.xit .movie_area {
		margin-bottom: 100px;
	}
	
	.xit .movie_nav li a {
		font-size: 13px;
	}
	
	.xit .movie_img img:nth-child(2) {
		width: 40%;
		bottom: -20%;
	}
}


.feature.androidtv {
	margin-top: 100px;
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
}

.feature.androidtv .text {
	width: 100%;
}

.feature.androidtv .ttl_box {
	width: 67%;
	display: block;
	background: #dfffd7;
	margin: 60px auto 40px!important;
}

.feature.androidtv .ttl_box .section_ttl {
	text-align: center;
}

.feature.androidtv .ttl_box:before {
	content: "";
	display: block;
	width: 60px;
	height: 100%;
	background: #a3ff8a;
	position: absolute;
}

.feature.androidtv .btn {
	width: 50%;
	padding: 20px 0;
	background: #78be49;
	border-radius: 36px;
	color: #fff;
	margin: 40px auto 0;
}

.app_list {
	list-style: none;
	margin: 40px 0 0 -10px;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.app_list li {
	margin: 0 0 10px 10px;
	width: 18.9%;
}

.app_list li img {
	width: 100%;
	height: auto;
}

.app_list li a {
	display: block;
	transition: 0.4s;
}

.app_list li a:hover {
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
}

.vod_box {
	margin-top: 60px;	
}

.hulu_box,
.unext_box {
	width: calc(50% - 10px);
	box-sizing: border-box;
}

.hulu_box {
	border: 2px solid #1f1f1f;
	background: #fff;
}

.unext_box {
	margin-left: 20px;
	border: 2px solid #333b45;
	background: #fff;
}

.hulu_box .box_ttl {
	padding: 20px 0;
	background: #1f1f1f;
	font-size: 18px;
	text-align: center;
	color: #6a3;
	font-style: normal;
}

.unext_box .box_ttl {
	padding: 20px 0;
	background: #333b45;
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-style: normal;
}

.hulu_box .box_inr,
.unext_box .box_inr {
	padding: 18px;
	box-sizing: border-box;
}

.hulu_box .img,
.unext_box .img	{
	margin-bottom: 20px;
}

.hulu_box .text p,
.unext_box .text p {
	margin: 0;
}

.hulu_box .text p + p,
.unext_box .text p + p {
	margin-top: 20px;
}

.bnr_hulu,
.bnr_unext {
	margin-top: 20px;
	display: block;
	transition: 0.4s;
}

.bnr_hulu img,
.bnr_unext img {
	width: 100%;
	height: auto;
}

.bnr_hulu:hover,
.bnr_unext:hover {
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
}

.feature.androidtv .btn:hover {
	opacity: 1;
	background: #90cc69;
}

.feature.netflix {
	background: #111;
	padding-bottom: 100px;
}

.ttl_netflix {
	margin-bottom: 60px;
	text-align: center;
}

.feature.netflix .text {
	width: calc(50% - 10px);
}

.feature.netflix .dolby {
	margin-top: 80px;
}

.feature.netflix .dolby .text {
	width: calc(52% - 10px);
}

.feature.netflix .ttl_box {
	text-align: center!important;
	background: #333;
	display: block!important;
	width: 100%;
	margin: 0 auto 40px!important;
}

.feature.netflix .ttl_box:before {
	content: "";
	display: block;
	width: 60px;
	height: 100%;
	background: #e4141c;
	position: absolute;
}

.feature.netflix .section_ttl {
	font-size: 26px;
	color: #fff;
}

.feature.netflix p {
	color: #fff;
}

.feature.netflix .img {
	margin-left: -10%;
}

.feature.netflix .dolby .img {
	text-align: center;
	height: 230px!important;
}

.feature.netflix .dolby .img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.feature.netflix .btn {
	width: 100%;
	padding: 20px 0;
	background: #e4141c;
	border-radius: 36px;
	color: #fff;
}

.feature.netflix .btn:hover {
	opacity: 1;
	background: #e03d43;
}

@media only screen and (max-width: 1024px) {
	.landscape .feature.netflix .text {
		width: calc(40% - 10px);
	}
	
	.landscape .feature.netflix .img {
		margin-left: 0;
	}
}

@media only screen and (min-width: 769px) and (max-width: 959px) {
	.section_ttl, .box_ttl {
		font-size: 20px;
	}
	
	.feature.contents_4k .img {
		margin-left: -50%;
	}
	
	.feature .text {
		width: calc(50% - 10px);
	}
	
	.app_list li {
		margin: 0 0 10px 8px;
	}
	
	.feature.netflix .img {
		margin-left: -15%;
	}
	
}

@media only screen and (max-width: 823px) {
	.landscape .ttl_box {
		width: 100%!important;
	}
	
	.landscape .feature.androidtv .img {
		width: 100%;
	}
	
	.landscape .feature.androidtv img {
		width: 100%!important;
	}
	
	.landscape .feature.androidtv .ttl_box .section_ttl {
		display: block;
	}
	
	.landscape .feature.androidtv .btn {
		width: 100%;
	}
	
	.landscape .app_list li {
		width: 23.7%;
	}
	
	.landscape .app_list li img {
		width: 100%;
		height: auto;
	}
	
	.landscape .unext_box .img {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.landscape .unext_box .text {
		width: 100%;
		margin: 0;
	}
	
	.landscape .feature.netflix .text {
		width: 100%;
	}
	
	.landscape .feature.netflix .img {
		width: 100%;
		margin: 0 auto 40px;
		text-align: center;
	}
}

@media only screen and (max-width: 768px) {
	.ttl_box {
		margin: 40px auto!important;
		display: block;
		width: 100%!important;
	}
	
	.feature.netflix .ttl_box {
		margin: 0 auto 40px!important;
	}
	
	.feature .text {
		width: 100%;
	}
	
	.feature.netflix .text {
		width: 100%;
	}
	
	.feature .img {
		width: 100%;
	}
	
	.feature.contents_4k .img {
		margin-left: 0;
	}
	
	.btn_remocon .img img {
		width: 16% !important;
	}
	
	.feature.androidtv .ttl_box .section_ttl {
		display: block;
	}
	
	.app_list {
		justify-content: center;
	}
	
	.feature.androidtv .btn {
		width: 100%;
	}
	
	.feature.netflix .img {
		width: 73.4%;
		margin: 0 auto 40px;
	}
	
	.feature.netflix .dolby .img {
		height: 68px!important;
		width: 34%;
	}
	
	.feature.netflix .dolby .text {
		width: 100%;
	}
}

@media only screen and (max-width: 490px) {
	.ttl_box {
		width: 100%!important;
	}
	.section_ttl {
		font-size: 17px;
	}
	
	.btn_remocon .img img {
		width: 35%!important;
	}
	
	.btn_remocon .img figcaption {
		margin-left: 10px;
	}
	
	.feature.androidtv {
		margin-top: 60px;
	}
	
	.feature.netflix .img {
		width: 100%;
	}
		
	.app_list {
		justify-content: flex-start;
	}
	
	.app_list li {
		width: 47%;
		margin-left: 8px;
	}
	
	.app_list li img {
		width: 100%;
		height: auto;
	}
	
	.hulu_box,
	.unext_box {
		width: 100%;
	}
	
	.hulu_box {
		margin-bottom: 20px;
	}
	
	.unext_box {
		margin-left: 0;
	}
	
	.feature.netflix {
		padding-bottom: 60px;
		margin-top: 0;
	}
	
	.feature.netflix .section_ttl {
		font-size: 17px;
	}
}

@media only screen and (max-width: 320px) {
	.section_ttl {
		font-size: 14px;
	}

	.app_list li {
		width: 46%;
	}
	
	.btn {
		font-size: 13px;
	}	
}


/* smartspeaker
---------------------------------------- */
.smartspeaker .flex_box	{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.smartspeaker .text_area {
	padding: 100px 0;
	background: #f1f1f1;
	position: relative;
	width: 50%;
}

.smartspeaker .text_area .area_wrap {
	width: 475px;
	float: right;
}

.smartspeaker .text_area .inr {
	width: 445px;
	margin-left: 0;
}

.smartspeaker .text_area .section_ttl {
	padding: 0;
	font-style: italic;
}

.smartspeaker .text_area .btn {
	width: 100%;
	padding: 20px 0;
	background: #333;
	border-radius: 36px;
	color: #fff;
}

.smartspeaker .text_area .btn:hover {
	opacity: 1;
	background: #666;
}

.smartspeaker .image_area {
	background: url(../img/bg_smartspeaker.jpg) no-repeat center center;
	width: 50%;
	position: relative;
}

.smartspeaker .image_area .area_wrap {
	width: 475px;
	height: 100%;
}

.smartspeaker .image_area .inr {
	width: 445px;
	height: 100%;
}

.smartspeaker .badge_list {
	position: absolute;
	padding: 0;
	margin: auto;
	top: calc(50% - 35px);
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	list-style: none;
}

.smartspeaker .badge_list li {
	margin-left: 40px;
}


@media only screen and (max-width: 823px) {
	.landscape .smartspeaker .flex_box {
		flex-direction: column-reverse;
	}
	
	.landscape .smartspeaker .image_area {
		width: 100%;
	}
	
	.landscape .smartspeaker .image_area .area_wrap {
		width: 100%;
	}
	
	.landscape .smartspeaker .badge_list {
		padding: 80px 0;
		position: static;
		margin-left: -40px;
	}
	
	.landscape .smartspeaker .text_area {
		width: 100%;
		padding-top: 40px;
	}
	
	.landscape .smartspeaker .text_area .area_wrap {
		width: 100%;
		float: none;
	}
	
	.landscape .smartspeaker .text_area .inr {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.smartspeaker .flex_box {
		flex-direction: column-reverse;
	}
	
	.smartspeaker .image_area {
		width: 100%;
	}
	
	.smartspeaker .image_area .area_wrap {
		width: 100%;
	}
	
	.smartspeaker .badge_list {
		padding: 150px 0;
		position: static;
		margin-left: -40px;
	}
	
	.smartspeaker .text_area {
		width: 100%;
		padding-top: 40px;
	}
	
	.smartspeaker .text_area .area_wrap {
		width: 100%;
		float: none;
	}
	
	.smartspeaker .text_area .inr {
		width: 100%;
	}
}

@media only screen and (max-width: 490px) {
	.smartspeaker .text_area {
		padding-bottom: 60px;
	}
	
	.smartspeaker .image_area .inr {
		width: 100%;
	}
	
	.smartspeaker .badge_list {
		flex-wrap: wrap;
		justify-content: center;
		padding: 60px 0;
		margin-left: 0;
		width: 100%;
	}
	
	.smartspeaker .badge_list li {
		margin-left: 0;
	}
	
	.smartspeaker .badge_list li + li {
		margin-top: 20px;
	}
}


/*---- iot -----*/
.iot {
	position: relative;
	background: url(../img/bg_iot.jpg) no-repeat center -80px;
	background-size: cover;
	padding-bottom: 100px;
}

.iot .lead {
	position: absolute;
	top: 100px;
	left: calc(50% - 50px);
}

.iot .flex_box{
	margin: 0;
	padding: 0;
}

.iot .flex_box:nth-of-type(1){
	margin-top: 370px;
}

.iot .feature_list li {
	padding: 15px;
	list-style-type: none;
	background: #fff;
}

.iot .box_ttl {
	color: #000;
}

.iot .feature_list li {
	width: calc(33.33% - 45px);
	margin: 20px 20px 20px 0;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

.iot .feature_list h3 {
	box-sizing: border-box;
	margin-bottom: 10px;
	font-size: 15px;
}

.iot figcaption a.other_win:nth-of-type(1) {
	margin-top: 10px;
	display: inline-block;
}

.iot .feature_list figcaption {
	padding: 0 2% 3%;
	font-size: 13px;
}

#contents .iot .sub_ttl {
	margin: 50px 0 30px 0;
	color: #fff;
	overflow: hidden;
}

#contents .iot .sub_ttl span{
	background:transparent;
}

#contents .iot .sub_ttl:after{
	left: auto;
}

@media only screen and (min-width: 768px) {
	
	.iot .section_ttl{
		display: block;
	}
	
	.iot .feature_list li:nth-child(3) {
		margin-right: 0;
	}

	#contents .iot .img {
		width: auto;
	}

	#contents .iot .img img {
		display: block;
		width: 100% !important;
	}

}

@media only screen and (max-width: 768px) {

	#contents section.iot {
		padding-top: 50px;
		background-size: 100%;
		background-position:center top;
	}

	#contents .iot .ttl_box {
		margin: 50% auto 0!important;
	}
	
	.iot .flex_box:nth-of-type(1){
		margin-top: 0;
	}
	
	.iot .feature_list:nth-of-type(2) {
		margin: 0;
	}
	
	.iot .lead {
		position: static;
		text-align: left;
		font-size: 15px;
	}

	.iot .section_ttl {
		padding: 0;
	}

	.iot .feature_list li {
		width: calc(50% - 40px);
	}
	
	.iot .feature_list li:nth-of-type(even) {
		margin-right: 0;
	}
	
	#contents .iot .sub_ttl{
		color: #444;
	}

}

@media only screen and (max-width: 490px) {
	
	.iot {
		padding-bottom: 60px;
	}

	.iot .feature_list li {
		width: 100%;
	}
	
	.iot .feature_list li:nth-of-type(odd){
		margin-right: 0;
	}
	
}


/* dolby
---------------------------------------- */
.dolby {
	background: url(../img/bg_dolby.png) no-repeat top center;
	background-size: cover;
	padding-bottom: 100px;
	padding-top: 250px!important;
}

.dolby .white_box {
	margin-top: 730px;
	background: #fff;
	padding: 60px 25px;
	box-sizing: border-box;
}

.dolby .section_ttl {
	margin-bottom: 60px;
	padding: 0;
	display: block;
	font-style: italic;
	text-align: center;
}

.dolby .text_area .text {
	width: 65%;
}

.dolby .text_area .text p {
	margin: 0;
}

.dolby .text_area .text p + p {
	margin-top: 20px;
}

@media only screen and (max-width: 1024px) {	
	.landscape .dolby {
		background-size: contain;
	}
	
	.landscape .dolby .white_box {
		margin-top: 250px;
	}
}

@media only screen and (max-width: 823px) {
	.landscape .dolby .white_box {
		margin-top: 160px;
	}
}

@media only screen and (max-width: 768px) {
	.dolby {
		background-size: contain;
	}
	
	.dolby .white_box {
		margin-top: 130px;
	}
	
	.dolby .white_box .img {
		text-align: center;
		margin-bottom: 40px;
	}
	
	.dolby .white_box img {
		width: 36.6%!important;
	}
	
	.dolby .text_area .text {
		width: 100%;
	}
}

@media only screen and (max-width: 490px) {
	.dolby {
		padding-bottom: 20px;
	}
	
	.dolby .white_box {
		margin-top: -60px;
		padding: 40px 20px;
	}
	
	.dolby .section_ttl {
		margin-bottom: 40px;
	}
	
	.dolby .white_box img {
		width: 84% !important;
	}
}


/* guide
---------------------------------------- */
.guide.broadcast_4k .box_guide {
	background: #f2fbff;
	border: 3px solid #00a0e9;
	box-sizing: border-box;
}

.guide.google_home .box_guide {
	background: #f7fff1;
	border: 3px solid #78be49;
}

.guide.broadcast_4k .btn {
	width: 100%;
	padding: 20px 0;
	background: #00a0e9;
	border-radius: 36px;
	color: #fff;
}

.guide.broadcast_4k .btn:hover {
	opacity: 1;
	background: #4bb9fa;
}
.guide .note {
	margin-top: 10px;
}

.box_ttl {
	text-align: center;
	color: #fff;
	padding: 10px 0;
	font-style: italic;
}

.box_guide .clearfix {
	padding: 60px 30px;
}

.box_guide p {
	margin: 0;
}

.box_guide p + p {
	margin-top: 20px;
}

.box_guide .text,
.box_guide .img {
	width: calc(50% - 10px);
}

.box_guide .img {
	text-align: center;
}

.guide.broadcast_4k .box_ttl {
	background: #00a0e9;
}

.guide.google_home .box_ttl {
	background: #78be49;
}

@media only screen and (max-width: 768px) {
	.box_guide .text {
		width: 100%;
	}
	
	.box_guide .img {
		width: 52%;
		margin: 0 auto 40px;
	}
}

@media only screen and (max-width: 490px) {
	.box_ttl {
		font-size: 16px;
	}
	
	.box_guide .img {
		width: 100%;
	}
	
	.box_guide .clearfix {
		padding: 40px 20px;
	}
}

@media only screen and (max-width: 320px) {
	.box_ttl {
		font-size: 13px;
	}
}</pre></body></html>