
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}

select{
    -webkit-appearance: none;
}

::placeholder{
	color:#ccc;
}

body {
	font-family: Arial, sans-serif;
	margin: 0;
}



/*＊＊PCページレイアウトブロック＊＊*/

 @media all and (min-width: 959px) {

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

h2 {
	font-size: 16px;
	line-height:1.5;
	font-weight:normal;
}

#videoList {
	list-style: none;
	padding: 0;
	font-size: 14px;
	line-height:1.5;
}

header{
	margin:0;
	padding:35px 18px;
	border-bottom:3px solid #0068b6;
}

header h1{
	margin:0 auto;
	max-width:960px;
	position:relative;
}

main{
	width:960px;
	margin:50px auto;
	padding:0 0;
}

main h2{
	width:860px;
	margin:0;
	padding:25px 0 25px 100px;
	background:url(../images/icon_movie.png) no-repeat 30px 50% #E9E9E9;
	color:#333;
	font-size:164%;
	font-weight:bold;
	background-size: 50px auto;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

main section{
	width:900px;
	margin:0;
	padding:20px 30px;
	background:#f7f7f7;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

main dl.videoList{
	width:900px;
	margin:0;
	padding:0 0;
}

main dl.videoList table{
	width:800px;
	margin:0;
	padding:0;
	border-collapse: collapse;
}

main dl.videoList table th{
	margin:0;
	padding:5px 10px;
	border-bottom:1px solid #ccc;
	text-align:left;
}

main dl.videoList table td{
	margin:0;
	padding:5px 0 15px 40px;
	border-bottom:1px solid #ccc;
}

main dl.videoList dt{
	margin:10px 0 0 0;
	padding:15px 20px;
	background:#fff;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:5px solid #0068B6;
	display: flex;
	justify-content:space-between;
	flex-wrap:nowrap;
	list-style-type:none;
	cursor :pointer;
}

main dl.videoList dt span.num{
	width:20px;
	color:#999;
	font-size:108%;
	line-height:1.5;
	font-weight: normal;
}

main dl.videoList dt span{
	width:380px;
	color:#333;
	font-size:108%;
	line-height:1.5;
	text-align:right;
}

main dl.videoList dt p{
	width:400px;
	font-size:123%;
	line-height:1.5;
	font-weight:bold;
	text-align:left;
}

main dl.videoList dd {
	display:none;
	margin:0 0 0 0;
	padding:15px 20px 35px 30px;
	background:#fff;
	border-left:5px solid #0068B6;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

main dl.videoList dd h3{
	margin:30px 0 0 0;
	padding:10px 20px;
	font-size:108%;
	font-weight:normal;
	line-height:1.5;
	background:#f5f5f5;
}

main dl.videoList dd p{
	margin:10px 0 0 30px;
	padding:0 0;
}

main dl.videoList dd p a{
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#00f;
}

main dl.videoList dd p a:hover{
	text-decoration:underline;
	color:#c00;
	cursor :pointer;
}

main dl.videoList dd ul{
	margin:5px 0 0 60px;
	padding:0 0;
	font-size:100%;
	line-height:1.6;
	list-style-type:none;
}

main dl.videoList dd ul li{
	margin:0 0 0 0;
	padding:0 0;
}

main dl.videoList dd ul li a{
	display: inline-block;
	position: relative;
	margin:0 0 0 0;
	padding:0 0 0 30px;
	color:#00f;
}

main dl.videoList dd ul li a:hover{
	text-decoration:underline;
	color:#c00;
	cursor :pointer;
}

main dl.videoList dd ul li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 14px;
	left: 10px;
	width: 6px;
	height: 6px;
	margin: -5px 0 0 0;
	border-top: solid 1px #00f;
	border-right: solid 1px #00f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}









.videoItem {
	margin-bottom: 10px;
	cursor: pointer;
	color: #04c;
}

.videoItem:hover p{
	color: #c00;
	text-decoration:underline;
}








.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.modal video {
	position: relative;
	max-width: 80%;
	max-height: 80%;
	width: 80%;
	height: auto;
}

.closeButton {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 50px;
	font-weight:normal;
	cursor: pointer;
	color: #fff;
	z-index: 1;
}


footer{
	border-top:3px solid #0068b6;
	background:#c1e2f7;
}

footer div.footer{
	margin:0 auto;
	max-width:960px;
	font-family:"Trebuchet MS",Arial,monospace;
	padding:30px 0 28px;
	text-align:center;
	color:#00599d;
}

}




/*＊＊SPページレイアウトブロック＊＊*/


@media all and (max-width: 959px) {

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

h2 {
	font-size: 16px;
	line-height:1.5;
	font-weight:normal;
}

#videoList {
	list-style: none;
	padding: 0;
	font-size: 14px;
	line-height:1.5;
}

header{
	margin:0;
	padding:18px 25px;
	border-bottom:3px solid #0068b6;
}

header h1{
	margin:0;
	width:250px;
}

header h1 img{
	width:100%;
}

main{
	width:100%;
	margin:0 auto;
	padding:0 0;
}

main h2{
	width:calc(100% - 80px);
	margin:0;
	padding:25px 0 25px 80px;
	background:url(../images/icon_movie.png) no-repeat 25px 50% #E9E9E9;
	color:#333;
	font-size:116%;
	font-weight:bold;
	background-size: 35px auto;
}

main section{
	width:calc(100% - 50px);
	margin:0;
	padding:20px 25px;
	background:#f7f7f7;
}

main dl.videoList{
	width:100%;
	margin:0;
	padding:0 0;
}

main dl.videoList table{
	width:100%;
	margin:0;
	padding:0;
	border-collapse: collapse;
}

main dl.videoList table th{
	display:block;
	margin:0;
	padding:15px 0 10px 0;
	border-bottom:1px solid #ccc;
	font-size:100%;
	text-align:left;
}

main dl.videoList table td{
	display:block;
	margin:0;
	padding:5px 0 15px 20px;
	font-size:100%;
}

main dl.videoList dt{
	margin:10px 0 0 0;
	padding:10px 20px;
	background:#fff;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:5px solid #0068B6;
	list-style-type:none;
}

main dl.videoList dt span.num{
	color:#999;
	font-size:100%;
	line-height:1.5;
	font-weight: normal;
}

main dl.videoList dt span{
	color:#333;
	font-size:85%;
	line-height:1.5;
}

main dl.videoList dt p{
	width:100%;
	font-size:108%;
	line-height:1.5;
	font-weight:bold;
	text-align:left;
}

main dl.videoList dd {
	display:none;
	margin:0 0 0 0;
	padding:15px 10px 35px 10px;
	background:#fff;
	border-left:5px solid #0068B6;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

main dl.videoList dd h3{
	margin:10px 0 0 0;
	padding:10px 10px;
	font-size:93%;
	font-weight:normal;
	line-height:1.5;
	background:#f5f5f5;
}

main dl.videoList dd p{
	margin:10px 0 0 10px;
	padding:0 0;
}

main dl.videoList dd p a{
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#00f;
	font-size:93%;
}

main dl.videoList dd p a:hover{
	text-decoration:underline;
	color:#c00;
	cursor :pointer;
}

main dl.videoList dd ul{
	margin:5px 0 0 20px;
	padding:0 0;
	font-size:85%;
	line-height:1.6;
	list-style-type:none;
}

main dl.videoList dd ul li{
	margin:0 0 5px 0;
	padding:0 0;
}

main dl.videoList dd ul li a{
	display: inline-block;
	position: relative;
	margin:0 0 0 0;
	padding:0 0 0 30px;
	color:#00f;
}

main dl.videoList dd ul li a:hover{
	text-decoration:underline;
	color:#c00;
	cursor :pointer;
}

main dl.videoList dd ul li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 5px;
	height: 5px;
	margin: -2px 0 0 0;
	border-top: solid 1px #00f;
	border-right: solid 1px #00f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.videoItem {
	margin-bottom: 10px;
	cursor: pointer;
	color: #04c;
}

.videoItem:hover p{
	color: #c00;
	text-decoration:underline;
}




.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.modal video {
	position: relative;
	max-width: 94%;
	max-height: 94%;
}

.closeButton {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 50px;
	font-weight:normal;
	cursor: pointer;
	color: #fff;
	z-index: 1;
}


footer{
	border-top:3px solid #0068b6;
	background:#c1e2f7;
}

footer div.footer{
	margin:0 auto;
	max-width:960px;
	font-family:"Trebuchet MS",Arial,monospace;
	padding:30px 0 28px;
	text-align:center;
	color:#00599d;
}


}