<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.__modal-content {
	position: fixed;
	display: none;
	z-index: 1000;
	width: 100%;
	margin: 0;
	padding: 35px 20px 10px;
	/*border:2px solid rgba(170,170,170,1.0);*/
	background: none;
	color: rgba(0,0,0,1.0);
}

.__modal-content p {
	margin:0;
	padding:0;
}

.modal-overlay {
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,1.0);
}

.modal-open {
	color: rgba(0,0,0,1.0);
}

.modal-open:hover {
	cursor: pointer;
	color: rgba(0,0,0,1.0);
}

.modal-close {
	color: rgba(255,255,255,1.0);
	border: 1px solid rgba(255,255,255,1.0);
	border-radius: 3px;
	font-size: 12px;
	padding: 10px 12px;
}

.modal-close:hover {
	cursor: pointer;
	color: rgba(255,255,255,1.0);
}


/*----------------------------------
** modal
----------------------------------*/
.__modal-wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: rgba(255,255,255,1.0);
}
.__modal-nav {
	width: 45%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	font-family: 'Poppins', sans-serif;
}
.__modal-nav ul li a span {
	background: url(../img/cns_icon.svg) left center no-repeat;
	background-size: 70px auto;
	padding-left: 80px;
}
.__modal-nav h2 {
	font-size: 14px;
	font-weight: 700;
	padding: 0 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center; /* for no-flexbox browsers */
}
.__modal-nav h2:after {
	border-top: 1px solid rgba(255,255,255,0.3);
	content: " ";
	display: inline; /* for IE */
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex: 1;
	flex-grow: 1;
	margin-left: 0.5em;
}

.__modal-nav ul {
	list-style: none;
	padding-left: 0;
	font-size: 48px;
	font-weight: 900;
}
.__modal-nav ul li {
	line-height: 1;
	margin: 0;
}
.__modal-nav ul li:hover {
	line-height: 1;
	margin: 0;
}
.__modal-nav ul li a {
	padding: 0 35px;
	transition: 0.2s all;
	position: relative;
	display: block;
	color: rgba(255,255,255,1.0);
}
.__modal-nav ul li a:hover {
	background: rgba(0,0,0,1.0) url(../img/bg-modal-nav.png) top center repeat-y;
	background-size: 110% auto;
}

.__modal-nav .__modal-nav-sns {
	display: flex;
	align-items: center;
	padding-left: 35px;
}
.__modal-nav .__modal-nav-sns-item {
	width: 35px;
	margin: 0 15px;
}
.__modal-nav .__modal-nav-sns-item:first-child {
	margin: 0 15px 0 0;
}
.__modal-nav .__modal-nav-sns-item img {
	width: 100%;
}
.__modal-nav .__modal-nav-sns-item a {
	padding: 0;
}
.__modal-nav .__modal-nav-sns-item a:hover {
	background-color: transparent;
	background-image: none;
}

@media screen and (min-width: 769px) {

	.__modal-nav .__modal-nav-sns-item a:hover {
		opacity: 0.8;
	}

}


/*--------------------------------------
**
** 繧ｹ繝槭�
**
--------------------------------------*/
@media (max-width: 767px) {
	.__modal-content {
		position: fixed;
		display: none;
		z-index: 1000;
		width: 100%;
		margin: 0;
		padding: 15px;
		/*border:2px solid rgba(170,170,170,1.0);*/
		background: none;
		color: rgba(0,0,0,1.0);
	}

	.__modal-content p {
		margin:0;
		padding:0;
	}

	.modal-overlay {
		z-index:1;
		display:none;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:120%;
		background-color:rgba(0,0,0,1.0);
	}

	.modal-open {
		color: rgba(0,0,0,1.0);
	}

	.modal-open:hover {
		cursor: pointer;
		color: rgba(0,0,0,1.0);
	}

	.modal-close {
		color: rgba(255,255,255,1.0);
		border: 1px solid rgba(255,255,255,1.0);
		border-radius: 3px;
		font-size: 12px;
		padding: 5px 7px;
	}

	.modal-close:hover {
		cursor: pointer;
		color: rgba(255,255,255,1.0);
	}
	
	/*----------------------------------
	** modal
	----------------------------------*/
	.__modal-wrap {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		color: rgba(255,255,255,1.0);
	}
	.__modal-nav {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		margin-bottom: 15px;
		font-family: 'Roboto', sans-serif;
	}
	.__modal-nav h2 {
		font-size: 12px;
		font-weight: 700;
		padding: 0 10px;
	}

	.__modal-nav ul {
		list-style: none;
		padding-left: 0;
		font-size: 40px;
		font-weight: 900;
	}
	.__modal-nav ul li {
		line-height: 1;
		margin: 0 0 10px 0;
		font-size: 24px;
	}
	.__modal-nav ul li a span {
		background: url(../img/cns_icon.svg) left center no-repeat;
		background-size: 35px auto;
		padding-left: 45px;
	}
	.__modal-nav ul li:hover {
		line-height: 1;
		margin: 0 0 10px 0;
	}
	.__modal-nav ul li a {
		padding: 0 10px;
		transition: 0.2s all;
		position: relative;
		display: block;
		color: rgba(255,255,255,1.0);
	}
	.__modal-nav ul li a:hover {
		background: rgba(0,0,0,1.0) url(../img/bg-modal-nav.png) top center repeat-y;
		background-size: 110% auto;
	}
	.__modal-nav .__modal-nav-sns {
		padding-left: 10px;
	}
	.__modal-nav .__modal-nav-sns-item {
		width: 10%;
		margin: 0 4%;
		max-width: 32px;
		display: inline-block;
	}
	.__modal-nav .__modal-nav-sns-item:first-child {
		margin: 0 4% 0 0;
	}
}</pre></body></html>