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

/* ------------------------------------------------------------------------ */

/* nav

/* ------------------------------------------------------------------------ */

nav li.nav6 a{
	background-position	:  bottom center!important;
}


/* ------------------------------------------------------------------------ */

/* mainBlock

/* ------------------------------------------------------------------------ */
.mov_box{
	overflow	: hidden;
	margin: 0 20px 30px;
}

	.thumbs{
		margin	: 0 25px 0 0;
		width	: 100%;
	}

		.thumbs video{
			border-top		: 1px solid #69696a;
			border-bottom	: 1px solid #69696a;
			max-width: 350px;
			width: 100%;
		}


	.txt_box{
		float	: left;
		max-width	: 560px;
		width: 100%;
	}
	
		.txt_box h3{
			margin		: 0 0 10px;
			font-size	: 16px;
			text-align	: left;
		}
	
		.txt_box p{
			margin		: 0;
			text-align	: left;
			line-height	: 1.7;
		}
		
			p.type{
				margin		: 0 0 10px;
				font-size	: 14px;
				font-weight	: bold;
			}
	
.flex{
	display: flex;
}

.flex.f-w{
	flex-wrap:wrap;
	align-items: flex-end;
}

.flex.f-l{
	flex-wrap:wrap;
	justify-content: flex-start;
}


.h01{
	border-bottom: solid 3px #e6e6e6;
	position: relative;
	text-align: left;
	font-size: 28px;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.h01::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #fb1a2c;
	bottom: -3px;
	width: 14%;
}

.video{
	position:relative;
	width:100%;
	padding-top:56.25%;
}

.video iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

.ttl_hd01{
	font-size:18px;
	text-align: left;
	margin: 10px 0;
}
	.ttl_hd01:before{
		content: "-";
		color: #e8640c;
		padding-right: 5px;
	}


.movie-btn{
	display: flex;
	flex-wrap: wrap;
}
.movie-btn li{
	width: 20%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.movie-btn li:nth-child(2n){
	margin-right: 0;
}
.movie-btn li a{
	background: #504897;
	border: 1px solid #504897;
	display: block;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	transition: all 0.5s;
	position: relative;
}

.movie-btn li a:hover{
	background: #fff;
	color: #504897;
	border: 1px solid #504897;
}

.kanzou .flex{
    display: flex;
    flex-wrap: inherit;
    margin-top: 20px;
}

.kanzou .flex .mov_box{
    max-width: 320px;   
    width: 100%;
}

.title3{
    text-align: left;
    font-size: 16px;
    border-bottom: solid 2px #e8640c;
    margin: 20px auto;
}

@media screen and (max-width: 990px) {
	.ttl_hd01{
		font-size: 15px;
	}
}

@media screen and (max-width: 768px) {
	.ttl_hd01{
		font-size: 16px;
	}
	
	.movie-btn li a{
		padding: 10px;
	}
	.movie-btn li a .spStyle{
		display: none !important;
	}
}

@media screen and (max-width: 500px) {
	.movie-btn{
		display: block;
	}
	
	.movie-btn li{
		width: 100%;
	}
	
	.movie-btn li a{
		font-size: 14px;
		font-size: 16px;
	}
	.movie-btn li a .spStyle{
		display: block !important;
	}
}

@media screen and (max-width: 478px) {
	.ttl_hd01{
		font-size: 18px;
	}

	.mov_box{
		width: 100%;
	}

	.thumbs{
		margin-right: 0;
		max-width: 100%;
	}
}</pre></body></html>