<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* PC
-------------------------------------------------- */
@media screen and (min-width:1000px){
	main{
		margin-top: 60px;
		background: #f9f9f9;
	}

	.title{
		background: #037fbf;
		padding: 20px 0;
	}

	h1{
		display: block;
		width: 100%;
		max-width: 1300px;
		margin: 0 auto;
		text-align: center;
		font-size: 42px;
		line-height: 42px;
		font-weight: 600;
		color: #ffffff;
	}

	h1 span{
		display: block;
		text-align: center;
		font-size: 20px;
		line-height: 20px;
		position: relative;
		z-index: 1;
		margin-top: 20px;
	}

	h1 span::before{
		content: "";
		display: block;
		width: 100%;
		max-width: 1230px;
		height: 1px;
		background-image : linear-gradient(to right, #ffffff 2px, transparent 2px);
		background-size: 3px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		position: absolute;
		left: 0;
		top: -10px;
	}

	h1 span::after{
		content: "";
		display: block;
		width: 60px;
		height: 14px;
		background: url("../img/title_darts.png") 0 0 no-repeat;
		background-size: contain;
		position: absolute;
		top: -16px;
		right: 0;
		z-index: 1;
	}

	.newsList{
		margin-top: 60px;
	}

	.newsList li{
		display: flex;
		box-sizing: border-box;
		width: 100%;
		max-width: 1300px;
		margin: 0 auto 60px;
		border-radius: 10px;
		box-shadow: 0 3px 6px #cccccc;
		padding: 40px;
		background: #ffffff;
	}

	.date{
		display: block;
		color: #037fbf;
		font-size: 16px;
		line-height: 30px;
		font-weight: 600;
	}

	.newsDetail{
		margin-left: 40px;
	}
	
	.newsList li h2{
		font-size: 24px;
		line-height: 30px;
		font-weight: 600;
		margin-bottom: 30px;
	}
	.newsList li h2 br{
		display: none;
	}

	.newsList li p{
		font-size: 16px;
	}

	.newsList li p a{
		color: #333333;
		text-decoration: underline;
	}

	.newsList li p a:hover{
		color: #037fbf;
	}

	.newsList li h3{
		border-left: 3px solid #037fbf;
		padding-left: 10px;
		margin: 40px 0 15px;
	}
}

/* SP
-------------------------------------------------- */
@media screen and (max-width:999px){
	main{
		margin-top: 60px;
		background: #f9f9f9;
	}

	.title{
		background: #037fbf;
		padding: 20px 0;
	}

	h1{
		display: block;
		width: 100%;
		max-width: 1300px;
		margin: 0 auto;
		text-align: center;
		font-size: 30px;
		line-height: 30px;
		font-weight: 600;
		color: #ffffff;
	}

	h1 span{
		display: block;
		text-align: center;
		font-size: 14px;
		line-height: 14px;
		position: relative;
		z-index: 1;
		margin-top: 20px;
	}

	h1 span::before{
		content: "";
		display: block;
		width: 82%;
		height: 1px;
		background-image : linear-gradient(to right, #ffffff 2px, transparent 2px);
		background-size: 3px 1px;
		background-repeat: repeat-x; 
		background-position: left bottom;
		position: absolute;
		left: 0;
		top: -10px;
	}

	h1 span::after{
		content: "";
		display: block;
		width: 40px;
		height: 12px;
		background: url("../img/title_darts.png") 0 0 no-repeat;
		background-size: contain;
		position: absolute;
		top: -14px;
		right: 20px;
		z-index: 1;
	}

	.newsList{
		margin-top: 40px;
	}

	.newsList li{
		display: block;
		box-sizing: border-box;
		width: 90%;
		margin: 0 auto 40px;
		border-radius: 10px;
		box-shadow: 0 3px 6px #cccccc;
		padding: 30px 20px;
		background: #ffffff;
	}

	.date{
		display: block;
		color: #037fbf;
		font-size: 14px;
		line-height: 14px;
		font-weight: 600;
	}

	.newsList li h2{
		font-size: 22px;
		line-height: 1.5em;
		font-weight: 600;
		margin: 20px 0 30px;
	}
	.newsList li h2 br{
		display: none;
	}

	.newsList li p{
		font-size: 14px;
	}

	.newsList li p a{
		color: #333333;
		text-decoration: underline;
	}

	.newsList li p a:hover{
		color: #037fbf;
	}

	.newsList li h3{
		border-left: 3px solid #037fbf;
		padding-left: 10px;
		margin-bottom: 20px;
		font-size: 14px;
	}

	.mB40{
		margin-bottom: 40px;
	}
}</pre></body></html>