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

#whats {
	padding-bottom: 0;
}

#whats h2 {
	font-size: 3.0rem;
	font-weight: 900;
	text-align: center;
	margin-bottom: 10px;
}

#whats section {
	margin-bottom: 100px;
}

#whats .note {
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	
	#whats section {
		margin-bottom: 50px;
	}
	
}


/* whats_ttl */

#whats #whats_ttl {
	background: #fdfcfd url(../images/whats_streaming/ttl_img.jpg) no-repeat right center;
	text-align: center;
	padding: 50px 0;
	margin-bottom: 0;
}

#whats #whats_ttl h1 {
	font-size: 3.4rem;
	font-weight: 900;
	color: #c7365e;
}

@media screen and (max-width: 767px) {
	
	#whats #whats_ttl h1 {
		text-shadow: 0px 0px 5px #FFF;
	}
	
}



/* breadcrumb */

#whats #breadcrumb {
	margin-bottom: 30px;
}



/* problem */

#whats #problem ul{
	display: flex;
	justify-content: space-between;
}

#whats #problem ul li{
	width: 32%;
	padding:20px 10px;
	border: #1ea0ae solid 2px;
	border-radius: 5px;
	text-align: center;
	font-weight: 900;
	color: #1ea0ae;
}


/* type */

#whats #type h2+p {
	text-align: center;
	margin-bottom: 20px;
}

#whats #type #type_list {
	display: flex;
	justify-content: space-between;
}

#whats #type #type_list dl {
	width: 48%;
}

#whats #type #type_list dl dt {
	font-size: 2.4rem;
	font-weight: 900;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
}

#whats #type #type_list dl:first-child dt {
	background: #22b6c5;
}

#whats #type #type_list dl:last-child dt {
	background: #72b86e;
}

#whats #type #type_list dl dd {
	padding: 20px;
	line-height: 1.6;
}

#whats #type #type_list dl:first-child dd {
	background: #E1F5F6;
}

#whats #type #type_list dl:last-child dd {
	background: #EBF5EA;
}

@media screen and (max-width: 767px) {
	
	#whats #type #type_list dl dd {
		padding: 10px;
	}
	
}



/* preparation */

#whats #preparation h2 {
	margin-bottom: 30px;
}

#whats #preparation table {
	width: 100%;
	border-collapse: collapse;
}

#whats #preparation table span.note {
	font-size: 1.4rem;
	vertical-align: super;
}

#whats #preparation table tr th,
#whats #preparation table tr td {
	text-align: center;
	border: #CCC solid 1px;
	vertical-align: middle;
}

#whats #preparation table tr th {
	font-size: 1.6rem;
	padding: 10px;
	background: #F0F0F0;
}

#whats #preparation table tr td {
	padding: 20px;
	font-size: 2.0rem;
	font-weight: 900;
}

#whats #preparation table tr:first-child th {
	width: 26.666%;
}

#whats #preparation table tr:first-child th:first-child {
	width: 20%;
}

#whats #preparation table tr:first-child th:nth-child(3) {
	color: #FFF;
	background: #22b6c5;
}

#whats #preparation table tr:first-child th:nth-child(4) {
	color: #FFF;
	background: #72b86e;
}

#whats #preparation table tr td ul li {
	text-align: left;
	font-weight: 900;
	position: relative;
	padding-left: 70px;
	margin-bottom: 30px;
	font-size: 1.8rem;
}

#whats #preparation table tr td ul li:last-child {
	margin-bottom: 0;
}

#whats #preparation table tr td ul li:before {
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}

#whats #preparation table tr:nth-child(2) td:nth-last-child(3) ul li:before {
	background: url(../images/whats_streaming/icon_network.svg) no-repeat;
	background-size: cover;
}

#whats #preparation table tr:nth-child(2) td:nth-last-child(2) ul li:first-child:before {
	background: url(../images/whats_streaming/icon_camera.svg) no-repeat;
	background-size: cover;
}

#whats #preparation table tr:nth-child(2) td:nth-last-child(2) ul li:nth-child(2):before {
	background: url(../images/whats_streaming/icon_pc.svg) no-repeat;
	background-size: cover;
}

#whats #preparation table tr:nth-child(2) td:nth-last-child(2) ul li:nth-child(3):before {
	background: url(../images/whats_streaming/icon_encoder.svg) no-repeat;
	background-size: cover;
}


#whats #preparation table tr:nth-child(2) td:last-child ul li:first-child:before {
	background: url(../images/whats_streaming/icon_camera.svg) no-repeat;
	background-size: cover;
}

#whats #preparation table tr:nth-child(2) td:last-child ul li:last-child:before {
	background: url(../images/whats_streaming/icon_sp.svg) no-repeat;
	background-size: cover;
}

#whats #preparation table tr:nth-child(3) td:nth-last-child(2) ul li:first-child:before {
	background: url(../images/whats_streaming/icon_mic.svg) no-repeat;
	background-size: cover;
}

#whats #preparation table tr:nth-child(3) td:nth-last-child(2) ul li:last-child:before {
	background: url(../images/whats_streaming/icon_tripod.svg) no-repeat;
	background-size: cover;
	left: 5px;
}

#whats #preparation table tr:nth-child(3) td:nth-last-child(1) ul li:first-child:before {
	background: url(../images/whats_streaming/icon_mic.svg) no-repeat;
	background-size: cover;
}

#whats #preparation table tr:nth-child(3) td:nth-last-child(1) ul li:nth-child(2):before {
	background: url(../images/whats_streaming/icon_tripod.svg) no-repeat;
	background-size: cover;
	left: 5px;
}

#whats #preparation table tr:nth-child(3) td:nth-last-child(1) ul li:last-child:before{
	width: 80px;
	height: 80px;
	background: url(../images/whats_streaming/icon_soft.svg) no-repeat;
	background-size: cover;
	top: 35px;
}

#whats #preparation table tr td ul li#small{
	padding: 0;
	margin: -10px 0 20px 0;
	text-align: center;
	position: relative;
}

#whats #preparation table tr td ul li#small:before{
	content: '';
	width: 100%;
	height: 1px;
	background: #CCC;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}

#whats #preparation table tr td ul li#small span{
	display:inline-block;
	font-size: 1.4rem;
	font-weight: 900;
	background: #FFF;
	padding: 0 5px;
	z-index: 1
}

#whats #preparation p.note {
	margin-top: 10px;
	font-size: 1.4rem;
}

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

	#whats #preparation .inner {
		width: 100%;
		padding: 0 15px;
	}

	#whats #preparation table {
		width: 900px;
		white-space: nowrap;
	}

	#whats .scroll {
		overflow: auto;
		white-space: nowrap;
	}

	#whats .scroll::-webkit-scrollbar {
		height: 5px;
	}

	#whats .scroll::-webkit-scrollbar-track {
		background: #F1F1F1;
	}

	#whats .scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}

}




/* step */

#whats #step #step_live {
	margin-bottom: 50px;
}

#whats #step h3 {
	font-size: 2.4rem;
	font-weight: 900;
	margin-bottom: 10px;
}

#whats #step h3:before {
	content: '■';
}

#whats #step #step_live h3 {
	color: #22b6c5;
}

#whats #step #step_ondemand h3 {
	color: #72b86e;
}

#whats #step span.note{
	vertical-align: super;
}

#whats #step ul {
	display: flex;
	overflow: hidden;
	margin-bottom: 10px;
}

#whats #step ul li {
	width: 33.333%;
	padding: 20px 0;
	position: relative;
}

#whats #step li:first-child:after,
#whats #step li:nth-child(2):after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20vh 0 20vh 60px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -40px;
	z-index: 10;
}

#whats #step ul li p {
	text-align: center;
	margin-bottom: 10px;
}

#whats #step ul li p:first-child {
	font-size: 2.0rem;
	font-weight: 900;
	margin-bottom: 20px;
}

#whats #step ul li p:last-child {
	margin-bottom: 0;
}

#whats #step ul li p:nth-last-child(2) img {
	height: 100px;
}

#whats #step #step_live li:first-child {
	background: #e1f5f6;
}

#whats #step #step_live li:first-child:after {
	border-color: transparent transparent transparent #e1f5f6;
}

#whats #step #step_live li:nth-child(2) {
	background: #c2e9eb;
}

#whats #step #step_live li:nth-child(2):after {
	border-color: transparent transparent transparent #c2e9eb;
}

#whats #step #step_live li:last-child {
	background: #97dfe3;
}

#whats #step #step_ondemand li:first-child {
	background: #ebf5ea;
}

#whats #step #step_ondemand li:first-child:after {
	border-color: transparent transparent transparent #ebf5ea;
}

#whats #step #step_ondemand li:nth-child(2) {
	background: #d1f5ce;
}

#whats #step #step_ondemand li:nth-child(2):after {
	border-color: transparent transparent transparent #d1f5ce;
}

#whats #step #step_ondemand li:last-child {
	background: #c0efbd;
}

@media screen and (max-width: 767px) {
	
	#whats #step h2{
		margin-bottom: 30px;
	}
	
	#whats #step #step_live {
		margin-bottom: 30px;
	}
	
	#whats #step ul li {
		padding: 10px;
	}

	#whats #step li:first-child:after,
	#whats #step li:nth-child(2):after {
		border-width: 10px 0 10px 10px;
		top: 15px;
		bottom: auto;
		margin: 0;
		right: -10px;
	}
	
	#whats #step ul li p:nth-last-child(2) img {
		height: 50px;
	}
	
}



/* intro */

#whats #intro {
	text-align: center;
	margin-bottom: 70px;
}

#whats #intro p {
	font-size: 2.4rem;
	font-weight: bold;
	color: #e73356;
	margin-bottom: 15px;
}

#whats #intro p img {
	width: 40%;
}

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

	#whats #intro p img {
		width: 80%;
	}

}



/* offer */
#whats #offer {
	background: #000;
	padding: 60px 0 30px 0;
	position: relative;
	margin: 0;
}

#whats #offer * {
	color: #FFF;
}

#whats #offer h2 {
	width: 30%;
	font-size: 3.0rem;
	text-align: center;
	padding: 10px 0;
	background: #e73356;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -40px;
}

#whats #offer h2:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #e73357 transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -20px;
}

#whats #offer .inner {
	display: flex;
}

#whats #offer dl {
	width: 50%;
	padding: 20px 50px;
	text-align: center;
}

#whats #offer dl dt {
	text-align: center;
	font-size: 2.6rem;
	margin-bottom: 10px;
}

#whats #offer dl:first-child dd p:first-child,
#whats #offer dl:nth-child(2) dd a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#whats #offer dl dd .al-icon {
	display: block;
	width: 40px;
	height: 40px;
	fill: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}

#whats #offer dl:last-child dd .al-icon {
	left: 20px;
}

#whats #offer .inner dl:first-child {
	border-right: 1px solid #FFF;
}

#whats #offer dl dd span {
	display: block;
}

#whats #offer dl:first-child dd p:first-child {
	padding-left: 40px;
}

#whats #offer .inner dl:first-child dd p:first-child span {
	text-align: center;
	font-size: 6.0rem;
}

#whats #offer dl:nth-child(2) dd a {
	display: block;
	text-align: center;
	display: flex;
	border: 1px #FFF solid;
	padding: 20px 0;
	position: relative;
	background-color: #000;
	background-size: 200% 100%;
	background-image: -webkit-linear-gradient(left, transparent 50%, rgba(231, 51, 86, 1) 50%);
	background-image: linear-gradient(to right, transparent 50%, rgba(231, 51, 86, 1) 50%);
	-webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
	transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

#whats #offer dl:nth-child(2) dd a:hover {
	opacity: 1;
	background-color: #e73356;
	background-position: -100% 100%;
}

#whats #offer dl:nth-child(2) dd a:before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}

#whats #offer dl:nth-child(2) dd a span {
	font-size: 3.0rem;
	font-weight: 900;
}

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

	#whats #offer {
		padding: 30px 0;
	}

	#whats #offer h2 {
		width: 70%;

	}

	#whats #offer .inner {
		display: block;
	}

	#whats #offer dl {
		width: 100%;
		padding: 20px 15px;
	}

	#whats #offer dl dd .al-icon {
		width: 30px;
		height: 30px;
	}

	#whats #offer .inner dl:first-child {
		border-right: none;
		border-bottom: 1px solid #FFF;
	}

	#whats #offer dl:first-child dd p:first-child {
		padding-left: 0px;
	}

	#whats #offer .inner dl:first-child dd p:first-child span {
		text-align: center;
		font-size: 5.0rem;
	}

}



/* case */

#whats #case {
	background: url(../images/whats_streaming/index_bg.png);
	padding: 30px 0;
}

#whats #case h2 {
	color: #323232;
	margin-bottom: 30px;
}

#whats #case #case_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#whats #case #case_list li {
	width: 32%;
	background: #FFF;
	padding: 15px;
	margin-bottom: 20px;
}

#whats #case #case_list li h3 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 900;
	color: #c7365e;
	height: 80px;
}

#whats #case #case_list li h3.row {
	padding-top: 15px;
}

#whats #case #case_list li p {
	margin-bottom: 10px;
}

#whats #case #case_list li dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#whats #case #case_list li dl * {
	font-size: 1.6rem;
}

#whats #case #case_list li dl dt {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background: #c7365e;
	color: #FFF;
	padding: 5px;
	width: 36%;
	text-align: center;
	margin-bottom: 10px;
}

#whats #case #case_list li dl dd {
	width: 60%;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	
	#whats #case #case_list li h3 {
		font-size: 2.0rem;
		margin-bottom: 10px;
		height: auto;
	}
	
	#whats #case #case_list li h3.row {
		padding-top: 10px;
	}
	
	#whats #case #case_list li {
		width: 48%;
	}
	
	#whats #case #case_list li dl dt {
		width: 40%;
	}

	#whats #case #case_list li dl dd {
		width: 56%;
	}
	
}




/* service */

#whats #service h2 {
	margin-bottom: 30px;
}

#whats #service ul {
	display: flex;
	justify-content: center;
}

#whats #service ul li:first-child {
	margin-right: 50px;
}

#whats #service ul li p {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 20px;
	position: relative;
	border-radius: 20px;
}

#whats #service ul li p:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -10px;
}

#whats #service ul li:first-child p {
	background: #22b6c5;
	border-bottom: #22b6c5 solid 2px;
}

#whats #service ul li:first-child p:after {
	border-color: #22b6c5 transparent transparent transparent;
}

#whats #service ul li:last-child p {
	background: #72b86e;
	border-bottom: #72b86e solid 2px;
}

#whats #service ul li:last-child p:after {
	border-color: #72b86e transparent transparent transparent;
}

@media screen and (max-width: 767px) {
	
	#whats #service ul li:first-child {
		margin-right: 20px;
	}
	
	#whats #service ul li p {
		font-size: 1.6rem;
		padding: 10px;
	}
}



/* solution */

#whats #solution {
	background: #f0f0f0;
	padding: 50px 0;
	margin: 0;
}

#whats #solution dl * {
	text-align: center;
}

#whats #solution dl dt {
	font-size: 2.4rem;
	font-weight: 900;
	color: #c7365e;
	margin-bottom: 10px;
}

#whats #solution dl dt+dd {
	line-height: 1.6;
	margin-bottom: 20px;
}

#whats #solution dl dt+dd+dd img {
	width: 60%;
}

@media screen and (max-width: 767px) {
	
	#whats #solution dl dt+dd {
		text-align: left;
	}
	
	#whats #solution dl dt+dd+dd img {
		width: 100%;
	}
	
}




/* reason */

#whats #reason {
	background: #ffe0e9;
	padding: 50px 0 70px 0;
}

#whats #reason h2+p {
	text-align: center;
	margin-bottom: 20px;
}

#whats #reason #reason_list {
	display: flex;
	justify-content: space-between;
}

#whats #reason #reason_list li {
	width: 32%;
	background: #FFF;
}

#whats #reason #reason_list li h3 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 900;
	color: #FFF;
	background: #c7365e;
	padding: 8px 0;
}

#whats #reason #reason_list li h3 + p {
	padding: 20px;
	line-height: 1.6;
}

#whats #reason #reason_list li h3 + p + p{
	padding: 0 20px 20px 20px;
}

@media screen and (max-width: 767px) {
	
	#whats #reason #reason_list li h3 {
		font-size: 1.8rem;
		padding: 8px;
	}
	
	#whats #reason #reason_list li h3 + p {
		padding: 10px;
	}

	#whats #reason #reason_list li h3 + p + p{
		padding: 0 10px 10px 10px;
	}
	
}



/* inquiry */

#whats #inquiry {
	margin: 0;
}

#whats #inquiry * {
	text-align: center;
}

#whats #inquiry #ttl_txt {
	font-size: 2.0rem;
}

#whats #inquiry #inquiry_box {
	display: flex;
	position: relative;
}

#whats #inquiry #inquiry_box:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #FFF transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
}

#whats #inquiry #inquiry_box * {
	color: #FFF;
}

#whats #inquiry #inquiry_box h3 {
	font-size: 3.2rem;
	margin-bottom: 10px;
}

#whats #inquiry #inquiry_box #phone,
#whats #inquiry #inquiry_box #form {
	width: 50%;
	padding: 30px 0;
}

#whats #inquiry #inquiry_box #phone {
	background: #1ea0ae;
}

#whats #inquiry #inquiry_box #phone .pc_only p {
	display: inline-block;
	font-size: 5.0rem;
	margin-bottom: 10px;
	padding-left: 60px;
	position: relative;
}

#whats #inquiry #inquiry_box #phone .pc_only p:before {
	content: '';
	width: 50px;
	height: 50px;
	background: url(/img/top/icon_phone_wh.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}

#whats #inquiry #inquiry_box #form {
	background: #0c3391;
}

#whats #inquiry #inquiry_box #form p a {
	display: block;
	width: 70%;
	margin: auto;
	padding: 20px 0;
	border: #FFF solid 2px;
	position: relative;
	font-size: 2.5rem;
	text-align: center;
}

#whats #inquiry #inquiry_box #form p a:before {
	content: '';
	width: 40px;
	height: 40px;
	background: url(/img/top/icon_mail_wh.svg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 20px;
}

#whats #inquiry #inquiry_box #form p a:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: #FFF solid 2px;
	border-right: #FFF solid 2px;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}

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

	#whats #inquiry * {
		text-align: center;
	}

	#whats #inquiry #ttl_txt {
		font-size: 2.0rem;
	}

	#whats #inquiry #inquiry_box {
		display: block;
	}

	#whats #inquiry #inquiry_box:before {
		display: none;
	}

	#whats #inquiry #inquiry_box * {
		color: #FFF;
	}

	#whats #inquiry #inquiry_box h3 {
		font-size: 3.2rem;
		margin-bottom: 10px;
	}

	#whats #inquiry #inquiry_box #phone,
	#whats #inquiry #inquiry_box #form {
		width: 100%;
		padding: 30px 0;
	}

	#whats #inquiry #inquiry_box #phone {
		background: #1ea0ae;
	}

	#whats #inquiry #inquiry_box #phone .sp_only a {
		display: inline-block;
		font-size: 5.0rem;
		margin-bottom: 10px;
		padding-left: 60px;
		position: relative;
	}

	#whats #inquiry #inquiry_box #phone .sp_only a:before {
		content: '';
		width: 50px;
		height: 50px;
		background: url(/img/top/icon_phone_wh.svg) no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 0;
	}

	#whats #inquiry #inquiry_box #form {
		background: #0c3391;
	}

	#whats #inquiry #inquiry_box #form p a {
		display: block;
		width: 80%;
		margin: auto;
		padding: 20px 0;
		border: #FFF solid 2px;
		position: relative;
		font-size: 2.5rem;
		text-align: center;
	}

	#whats #inquiry #inquiry_box #form p a:before {
		content: '';
		width: 40px;
		height: 40px;
		background: url(/img/top/icon_mail_wh.svg) no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 20px;
	}

	#whats #inquiry #inquiry_box #form p a:after {
		content: '';
		width: 10px;
		height: 10px;
		border-top: #FFF solid 2px;
		border-right: #FFF solid 2px;
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 20px;
	}

}</pre></body></html>