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

body {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Meiryo', 'メイリオ', 'MS P Gothic','ＭＳ Ｐゴシック','Helvetica Neue','Helvetica','Arial',sans-serif;

		width: 100%;
		height: 100vh;
		animation: image_anime 90s ease infinite;
	}

.press-bg {
    background: #000 url(../../images/img/TOP_newsBG.jpg) no-repeat center/cover fixed
}

.YuGothic	{
	font-family: "游ゴシック","YuGothic";
}


.release_note ul{
	padding-left:0px;
}
.release_note li{
	clear:both;
	list-style-type: none;
}
.release_note li a {
	display:block;
}
.release_note a{
	color:#fff;
	text-decoration:none;
}
.release_note a:hover{
 	text-decoration: underline;
}
.release_note li:first-child{
    font-size:120%;
	font-weight:bold;
}
.image_movie	{
	position:relative;
}
.youtube_movie {
	clear: both;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.introduction_example a	{
	color:#a3e8ff;
	text-decoration:none;
	font-size:14px;
}

.pickup a	{
	color:#00b3e0;
	text-decoration:none;
}
.pickup p	{
	margin-top:0px;
}
</pre></body></html>