@charset "utf-8";
#fullWrap:before{
	position:absolute;
	content:'';
	left:50%;
	top:130px;
	width:760px;
	height:760px;
	margin-left:-380px;
	background:url(../img/common/circle.png) no-repeat center center / contain;
	animation:rotateZ 16s ease-in-out infinite
}
@media screen and (max-width:768px){
	#fullWrap:before{
		top:-11.6vw;
		width:87.2vw;
		height:87.2vw;
		margin-left:-43.6vw
	}
}
.streaming__block {
	margin-bottom:3em;
}
.streaming__inner {
	width:960px;
	margin:0 auto 60px;
	line-height:2;
}
.streaming__inner h2 {
	height:30px;
	padding:0 10px;
	font-size:20px;
	line-height: 1.5;
	font-weight: 700;
	background:#c81515;
	color:#FFF;
	margin-bottom:25px;
}
.streaming__inner p {
	margin-bottom:1.5em;
}
.streaming__inner a,
.text-red {
	color:#c81515;
}
.streaming__lists {
	margin-bottom:1.5em;
}
.streaming__lists ul {
	padding-left:1em;
	margin-bottom:1.5em;
}
.streaming__lists li {
	margin-top:0.5em;
}
@media screen and (max-width: 768px){
	.streaming__inner {
		width:100%;
		font-size:1.2rem;
	}
	.streaming__inner h2 {
		height:2rem;
		padding:0 3.2vw;
		font-size:1.5rem;
		margin-bottom:4vw;
		line-height:1.3;
	}
	.streaming__block {
		width:92%;
		margin:0 auto 3em;
	}
}
.gen_btn {
	display: inline-flex;
	width:auto;
	padding:0 20px;
	height:45px;
	background:#c81515;
	border-radius: 8px;
	color:#FFF;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	line-height: 1.1;
	font-size:16px;
	transition:all 0.3s ease;
	color:#FFF !important;
}
.gen_btn:hover {
	opacity:0.7;
}
@media screen and (max-width: 768px){
	.gen_btn {
		display: inline-flex;
		padding:0 3vw;
		height:9vw;
		border-radius: 2vw;
		font-size:1.2rem;
	}
}

.indentB1 {
	/*display: block;*/
	padding-left: 50px;
	margin-bottom: -20px;
}
.indentB2 {
	/*display: block;*/
	padding-left: 85px;
	margin-bottom: -30px;
}
.indentB3 {
	display: block;
	padding-left: 187px;
	margin-bottom: -30px;
}
.dotted {
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	padding:25px 0 0;
}

@media screen and (max-width: 768px){
	.indentB1 {
		padding-left: 0;
		margin-bottom: 0;
	}
	.indentB2 {
		padding-left: 0;
		margin-bottom: 0;
	}
	.indentB3 {
		padding-left: 0;
		display: inline;
	}
	.indentBs {
		padding-left: 38px;
	}
	.indentBs2 {
		padding-left: 62px;
	}
	.dotted {
	}
}

.streaming__block img {
	max-width: 100%;
	height:auto;
}

.pcindent {
	margin-left: 252px;
}
@media screen and (max-width: 768px){
	.pcindent {
		margin-left: 0;
	}
}

@media screen and (max-width:768px){
	.streaming__block .img2 {
		width:61.6102%;
	}
	.streaming__block .img3 {
		width:42.7071%;
	}
}