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

@media only screen and (min-width:768px) {
	#container {
		margin-top: 100px;
	}
	
	.google-translate {
		margin: 0 0 45px 0;
		border-bottom: 2px solid #434343;
		padding: 0 0 50px 0;
	}
	
	.google-translate img {
		width: 298px;
	}
	
	.content {
		text-align: left;
	}
	
	.news_list .content {
		border-bottom: 2px solid #434343;
	}
	
	.content p.date {
		margin-top: 50px;
		font-family: 'ITRAvantGardeStdBk',sans-serif;
		font-size: 15px;
		line-height: 1.2;
		letter-spacing: .03em;
		background-color:rgba(255,255,255,0.01);
		max-height: 100%;
	}
	
	.content h2 {
		margin: 35px 0 70px 0;
	}
	
	.content h2 a {
		text-decoration: none;
		color: #fff;
	}
	
	.content div.lb {
		font-size: 15px;
		line-height: 2;
		background-color:rgba(255,255,255,0.01);
		max-height: 100%;
	}
	
	.content div.lb p:nth-child(n+2) {
		margin-top: 2em;
	}
	
	.content div.lb .txt-sml {
		font-size: 12px;
	}
	
	.content ul.sns {
		margin: 44px 0 100px 0;
	}
	
	.content ul.sns li {
		float: left;
		margin-right: 10px;
		width: 80px;
		height: 20px;
	}
	
	.content ul.sns li.fb-like {
/*
		width: 110px;
*/
		width: 88px;
	}
	
	.content ul.sns li iframe {
		height: 20px;
		width: 120px;
	}
	
	ul.pager {
		margin: 39px 0 0 0;
		width: 100%;
		font-family: 'ITRAvantGardeStdBk',sans-serif;
		font-size: 0;
		line-height: 0;
		color: #fff;
		background-color: #000
		max-height: 100%;
	}
	
	ul.pager a {
		color: #505050;
		text-decoration: none;
	}
	
	ul.pager li {
		display: inline-block;
		width: 13.8%;
		font-size: 18px;
		line-height: 1.2;
		background-color: #000
		max-height: 100%;
	}
	
	ul.pager li.num {
		position: relative;
		bottom: 8px;
		text-align: center;
	}
	
	ul.pager li.prev {
		text-align: left;
	}
	
	ul.pager li.next {
		text-align: right;
	}
	
	ul.pager li.prev img ,
	ul.pager li.next img {
		width: 21px;
	}
	
	ul.pager li a {
		display: inline-block;
		padding: 8px;
	}
	
	#footer-copyright {
		padding-top: 40px;
		border: 0;
	}
}

@media only screen and (max-width:767px) {
	h1 {
		margin-bottom: 5%;
	}
	
	.google-translate {
		margin-bottom: 7%;
	}
	
	.google-translate img {
		width: 60%;
	}
	
	.content {
		margin-bottom: 10%;
		text-align: left;
	}
	
	.news_list .content {
		border-bottom: 2px solid #434343;
	}
	
	.content h2 {
		margin: 9% 0 18% 0;
	}
	
	.content h2 a {
		text-decoration: none;
		color: #fff;
	}
	
	.content p.date {
		font-family: 'ITRAvantGardeStdBk',sans-serif;
		font-size: 0.8rem;
		font-size: calc(10px + 20 * ((100vw - 320px) / 704));
		line-height: 1.2;
		background-color:rgba(255,255,255,0.01);
		max-height: 100%;
	}
	
	.content div.lb {
		font-size: 0.8rem;
		font-size: calc(10px + 20 * ((100vw - 320px) / 704));
		line-height: 2;
		background-color:rgba(255,255,255,0.01);
	}
	
	.content div.lb p {
		max-height: 100%;
	}
	
	.content div.lb p:nth-child(n+2) {
		margin-top: 2em;
	}
	
	.content div.lb .txt-sml {
		font-size: 0.6rem;
		font-size: calc(10px + 15 * ((100vw - 320px) / 704));
	}
	
	.content ul.sns {
		margin: 8% 0 16% 0;
	}
	
	.content ul.sns li {
		float: left;
		margin-right: 10px;
		width: 80px;
		height: 20px;
		overflow: hidden;
	}
	
	
	.content ul.sns li.fb-like {
/*
		width: 110px;
*/
		width: 88px;
	}
	
	.content ul.sns li.line-like {
		width: 100px;
	}
	
	.content ul.sns li iframe {
		height: 20px;
	}
	
	ul.pager {
		background-color: #000
		max-height: 100%;
		font-family: 'ITRAvantGardeStdBk',sans-serif;
		font-size: 1rem;
		font-size: calc(10px + 20 * ((100vw - 320px) / 704));
		line-height: 1.2;
		color: #fff;
	}
	
	ul.pager a {
		background-color: #000
		max-height: 100%;
		color: #505050;
		text-decoration: none;
	}
	
	ul.pager li {
		display: inline-block;
		width: 13%;
	}
	
	ul.pager li.num {
		position: relative;
		bottom: 0.5em;
		text-align: center;
	}
	
	ul.pager li.prev {
		text-align: left;
	}
	
	ul.pager li.next {
		text-align: right;
	}
	
	ul.pager li.prev img ,
	ul.pager li.next img {
		width: 1.2em;
	}
	
	ul.pager li a {
		display: inline-block;
		padding: 0.8em;
	}
	
	#footer-copyright {
		border: 0;
	}
}

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