@charset "utf-8";
.live {
	padding:25px 0 15px;
}
.live__article {
	width:var(--content-width);
	margin:0 auto;
	padding:45px 0 30px;
	border-bottom:1px solid #999;
}
.live__article:last-child {
	border:none;
}
.live__article h3 {
	font-size:26px;
	font-weight: 700;
	margin-bottom:24px;
	line-height:1.5;
}
.live__article--point {
	display: inline-block;
	margin-left:10px;
	border:1px solid #F00;
	color:#F00;
	font-size: 14px;
	vertical-align: middle;
	padding:7px 15px 5px;
	line-height:1;
	margin-bottom:5px;
}
.live__article--catch {
	line-height:1.75;
	font-weight: 700;
	margin-bottom:30px;
}
.live__article p{
	line-height: 2;
}
.bnrImg{
	width: 280px
}
.bnrImg img{
	width: 100%;
}
.live__article--table td {
    padding: 16px 0 !important;
}
@media screen and (max-width: 767px){
	.bnrImg{
		width: 75%;
	}
	.bnrImg img{
		width: 100%;
	}

}


.live__article img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
.live__article--img {
	margin-bottom:30px;
}
.live__article--spec {
	margin-bottom:20px;
}
.live__article--spec div {
	width:100%;
	display: flex;
	font-size: 14px;
	font-weight: 700;
}
.live__article--spec dt {
	margin-right:15px;
	line-height:1.8;
}
.live__article--spec dd {
	line-height:1.8;
}
.live__article--caution {
	margin-bottom:20px;
}
.live__article--caution li {
	padding-left:1em;
	line-height:1.8;
	font-size:12px;
	text-indent: -1em;
}
.live__article--caution li:before {
	content:'※';
}
.live__article__incont{
	margin-bottom: 24px;
}
.live__artivle--h_strong{
	font-weight: 700;
	font-size: 18px;
	text-decoration: underline;
}
.live__artivle--h{
	font-weight: 700;
	font-size: 18px;
}
.live__article--dlists{
	display: block;
	padding-left: 1.5em;
	margin-top: 12px;
}
.live__article--dlists dt{
	font-weight: 600;
	font-size: 18px;
}
.live__article--dlists dd{
	line-height: 2.4;
	padding-left: 1.5em;
}
.live__article__incontIn{
	padding-left: 1.5em;
	margin-top: 12px;
	line-height: 2;
}
.live__article__scheduleList dd{
	padding-left: 1.5em;
}

.live__article__incont_cautionWrap{
	margin-top: 24px;
}

.live__article--table table tr td, .live__article--table table tr th {
	border: solid 1px #000;
	font-size: 14px;
	padding: 3px 5px;
	text-align: center;
	color: #000;
}
.live__article--table table{
	width: 100%;
}
.live__article--table table .tTi{
	width: 130px;
}
.live__article--table table .tDay{
	width: 160px;
}
.live__article--table table .tMov{
	width: 200px;
}
.live__article--table table .tAngle{
	width: 340px;
	padding-right: 1em!important;
	padding-left: 1em!important;
}
.live__article--table table .tBuy{
	width: 140px;
}
.live__article--table table .tBuy2{
	width: 280px;
}
.live__article--table table .tFor{
	width: 200px;
}
.live__article--table table .tSch{
	width: 320px;
}

.live__article_caution{
	padding: 1em 0;
}
.live__article_caution a{
	color: #175dc3;
}

@media screen and (max-width: 768px) {
	.live {
		padding:2.5vw 0 2vw;
	}
	.live__article {
		margin:0 auto;
		padding:10vw 0 3.5vw;
	}
	.live__article h3 {
		font-size:2.1rem;
		font-weight: 700;
		margin-bottom:3vw;
		line-height:1.5;
		display: flex;
		flex-wrap: wrap;
		padding-left: 1.25em;
		text-indent: -1.25em;
	}
	.live__article--name {
		order:10;
	}
	.live__article h3:after {
		content:'';
		display: block;
		height:0;
		width:100%;
		order:8;
	}
	.live__article--point {
		display: inline-block;
		margin-left:0;
		margin-right:1vw;
		font-size: 1.5rem;
		vertical-align: middle;
		padding:1.2vw 4vw 1vw;
		line-height:1;
		margin-bottom:2.5vw;
	}
	.live__article--catch {
		font-size:1.5rem;
		line-height: 1.8;
		margin-bottom:5vw;
	}
	.live__article--img {
		margin-bottom:5vw;
	}
	.live__article--spec {
		margin-bottom:4vw;
	}
	.live__article--spec div {
		font-size: 1.45rem;
	}
	.live__article--spec dt {
		margin-right:1.5rem;
	}
	.live__article--caution {
		margin-bottom:4vw;
	}
	.live__article--caution li {
		font-size:1.3rem;
	}
	.live__article__incontIn{
		font-size: 1.3rem;
	}
	.live__article p{
		font-size: 1.3rem;
	}
	.live__article--tableWrap{
		overflow: auto;
		padding-bottom: 24px;
	}
	.live__article--table{
		width: 840px;
	}
	.live__article--table table{
		width: 100%;
	}
	.live__article--table table tr td, .live__article--table table tr th {
		font-size: 1.3rem;
	}
	.live__article--dlists dt{
		font-size: 1.3rem;
	}
	.live__article--dlists dd{
		font-size: 1.3rem;
		padding-left: 1.5em;
	}
	.live__article__scheduleList dt{
		padding-left: 1.5em;
		text-indent: -1.5em;
	}
	.live__article__scheduleList dd{
		padding-left: 1.5em;
	}
	.live__artivle--h{
		font-size: 1.6rem;
		text-indent: -1.25em;
		padding-left: 1.25em;
		display: block;
	}
	.live__article--table table{
		width: 100%;
	}
	.live__article--table table .tTi{
		width: 120px;
	}
	.live__article--table table .tDay{
		width: 100px;
	}
	.live__article--table table .tMov{
		width: 120px;
	}
	.live__article--table table .tAngle{
		width: 300px;
	}
	.live__article--table table .tBuy{
		width: 90px;
	}
	.live__article--table table .tBuy2{
		width: 250px;
	}
	.live__article--table table .tFor{
		width: 200px;
	}
	.live__article--table table .tSch{
		width: 220px;
	}
}
.caution {
	background:#f2f4f7;
	padding:70px 0;
}
.caution__inner {
	width:var(--content-width);
	margin:0 auto;
}
.caution__inner h4 {
	font-size:14px;
	line-height:1.7;
	margin-bottom:6px;
	font-weight: 700;
}
.caution__inner--text {
	font-size:12px;
	line-height: 1.7;
	margin-bottom: 1.8em;
}
.caution__inner--caution {
	color:#F00;
}
.caution__inner--hr {
	margin:40px 0;
	border:none;
	border-top:1px solid #999;
	height:1px;
	display: block;
	padding:0;
}
.caution__inner--img {
	margin-bottom:2em;
}
.caution__inner--img img {
	display: block;
	width:100%;
	height:auto;
}
@media screen and (max-width: 768px) {
	.caution {
		padding:15vw 0;
	}
	.caution__inner h4 {
		font-size:1.5rem;
		margin-bottom:2.5vw;
	}
	.caution__inner--text {
		font-size:1.3rem;
		line-height: 1.8;
		margin-bottom: 1.6em;
	}
	.caution__inner--hr {
		margin:7vw 0;
		border:none;
		border-top:1px solid #999;
		height:1px;
		display: block;
		padding:0;
	}
}
.live__lists_mark{
	padding-left: 0;
}
.live__lists_mark dd{
	padding-left: 2em;
}

.live__lists_mark dd.mark_star,
.live__lists_mark dd.mark_maru{
	padding-left: 2em;
	position: relative;
}
.mark_star:before{
	content: '（★）';
	position: absolute;
	top: 0;
	left: -1em;
}
.mark_maru:before{
	content: '（◎）';
	position: absolute;
	top: 0;
	left: -1em;
}
.live__lists_mark__caution{
	text-indent: -1em;
}
span.live__lists_mark__caution{
	display: inline-block;
}
.eizo_box {
	display: flex;
	margin-bottom: 20px;
}

.eizo_box .tl {
	min-width: 220px;
	text-align: right;
	font-size: 12px;
}

.eizo_box ul {
	margin-left: 2em;
}

.eizo_box ul li:first-of-type {
	text-indent: -1em;
}
.eizo_box ul.noindent{
	margin-left: 1em;
}
.eizo_box ul.noindent li {
	text-indent: 0;
}

.eizo_box ul li {
	line-height: 1.9em;
	font-size: 12px;
}

@media screen and (max-width: 768px) {
	.eizo_box {
		display: block;
	}

	.eizo_box .tl {
		text-align: left;
		font-size: 1.3rem;
	}

	.eizo_box ul {
		margin-left: 4em;
	}
	.eizo_box ul li {
		font-size: 1.3rem;
	}
}
.indent-1{
	text-indent: -1em;
	margin-left: 1em;
	display: block;
}