@import url("sub.css");

.sub01 .thumb {
	width: 478px;
}
.sub01 .thumb img {
	width: 100%;
}
.sub01 .thumb + .fl {
	margin-left: 7%;
    width: calc(100% - 563px);
}
.sub01 .table .cell {
	font-size: 20px;
	color: #000;
	padding: 18px 0;
	vertical-align: middle;
	word-break: keep-all;
}
.sub01 .table .cell.subject {
	width: 145px;
    font-weight: 500;
    vertical-align: top;
}
.sub01 .table .cell.subject:before {
	content: '';
	display: inline-block;
	vertical-align: -4px;
	width: 3px;
	height: 25px;
	background: #9abe15;
	margin-right: 10px;
}
.sub01 .table .cell.subject.lt8 {
	letter-spacing: 8px;
}
.sub01 .table .cell.subject.lt35 {
	letter-spacing: 34px;
}
#content .inner + .inner {
	max-width: 1440px;
}
.sub01 .video {
	margin-top: 10%;
}
.sub01 .video video {
	width: 100%;
}
.sub01-video h2.title {
	padding-bottom: 0;
}


@media screen and (max-width: 1160px){
	.sub01 .thumb + .fl {
	    margin-left: 5%;
	    width: 51%;
	}
	.sub01 .thumb {
	    width: 44%;
	}
	.sub01 .table .cell {
	    font-size: 18px;
	    padding: 15px 0;
	}
	.sub01 .table .cell.subject {
		width: 117px;
	}
	.sub01 .table .cell.subject:before {
		height: 22px;
	}
}
@media screen and (max-width: 768px){
	.sub01 .thumb {
		width: 60%;
	    float: none;
	    margin: 0 auto 30px;
	}
	.sub01 .thumb + .fl {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.sub01 .table .cell.subject.lt8 {
	    letter-spacing: 9px;
	}
	.sub01 .table .cell {
    	font-size: 16px;
    	padding: 10px 0;
    }
    .sub01 .table .cell img {
    	height: 28px;
    }
	.sub01 .table .cell.subject:before {
	    height: 16px;
	    width: 2px;
	    margin-right: 8px;
	    vertical-align: -2px;
	}
	.sub01 .table .cell.subject.lt35 {
	    letter-spacing: 25px;
	}
	.sub01 .table .cell.subject.lt8 {
	    letter-spacing: 7px;
	}
}
@media screen and (max-width: 480px){
	.sub01 .table .cell {
	    font-size: 13px;
	}
	.sub01 .table .cell.subject {
	    width: 90px;
	    font-size: 14px;
	}
	.sub01 .table .cell img {
	    height: 25px;
	}
}
@media screen and (max-width: 385px){
	.sub01 .table .cell span {
		display: block;
	}
}