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

	.videos{
	position:relative;
	cursor:pointer;
	border: 1px solid #ccc;
	box-sizing: border-box;
	}
	.videos img{
	display: block;
	}
	.maindesign .videos--overmaker{
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 20%;
	height: auto;
	opacity:0.7;
	}
	#modalwindow{
	display:none;
	background:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 10000;
	}
	#bamiri{
	width: 70%;
	max-width: 1000px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	}
	#subwindow{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
	display: flex;
	align-items: center;
	}
	.modal_close{
	position: absolute;
	top: -30px;
	right: -30px;
	}

	@media screen and (max-width:767px) {
		#bamiri {
			width: 90%;
			height: 80%;
		}
		.modal_close {
			right: -10px;
		}
	}
	
	.catch_modal {
		padding: 30px 0;
	}
	.catch_modal--title {
		font-weight: bold;
		font-size: 1.5rem;
		padding: 18px 40px 10px;
		margin-bottom: 40px;
		border-bottom: 1px solid #D0D0D0;
	}
	.catch_modal--movie {
		width: 50%;
		margin: 0 auto;
	}
	.catch_modal--movie-inner {
		width: 100%;
    	aspect-ratio: 16 / 9;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.catch_modal--point {
		width: 90%;
		display: flex;
		justify-content: space-between;
		margin: 40px auto 0;
	}
	.catch_modal--point-item {
		width: 45%;
	}
	.catch_modal--point-img img {
		width: 100%;
		height: auto;
	}
	.catch_modal--point-text {
		margin-top: 15px;
		font-size: 1.0rem;
	}
	.catch_modal--point-title {
		font-weight: bold;
		font-size: 1.1em;
	}


	@media screen and (max-width:767px) {
		.catch_modal--title {
			font-size: 1.2rem;
			padding: 10px 15px;
		}
		.catch_modal--movie {
			width: 100%;
		}
		.catch_modal--movie-inner &gt; iframe {
			width: 100%;
			height: 100%;
		}
		.catch_modal--point {
			width: 100%;
			flex-wrap: wrap;
		}
		.catch_modal--point-item {
			width: 100%;
		}
		.catch_modal--point .catch_modal--point-item:not(:first-child) {
			margin-top: 30px;
		}
	}



</pre></body></html>