<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**								NEWS用CSS									*/
/****************************************************************************/
/* ----------------------------------------------------
		一覧
---------------------------------------------------- */
#news_list {
	position: relative;
	font-size: 1.4rem;
}

#news_list h1 + p {
	position: absolute;
	top: 20px;
	right: 0;
}


/* ----------------------------------------------------
		詳細
---------------------------------------------------- */
#news_detail {
	font-size: 1.4rem;
	line-height: 1.5;
}

#news_detail .news_date {
	margin-right: 15px;
}

#news_detail h2 {
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.2;
	margin: 20px 0 30px;
}

#news_detail h2 + p {
	line-height: 1.5;
}

#news_detail table {
	margin-top: 40px;
	background-color: #f2f2f2;
	width: 100%;
	line-height: 1.7;
}

#news_detail th {
	width: 100px;
	font-weight: normal;
	padding: 15px 15px 15px 40px;
	text-align: left;
	box-sizing: border-box;
	white-space: nowrap;
}

#news_detail td {
	padding: 15px 40px 15px 0;
}

/* ----------------------------------------------------
		コンテンツ
---------------------------------------------------- */
.news_box {
	margin-top: 3%;
}

.news_box2 {
	margin-top: 5%;
}

.news_box h2 {
	line-height: 1.3;
	font-size: 2.8rem;
	font-family: 'harenosora';
	font-weight: normal;
	border-bottom: 0;
}

.news_box h3 {
	line-height: 1.3;
	font-size: 1.9rem;
	font-family: 'harenosora';
	font-weight: normal;
}

.news_box p, .news_box2 p {
	line-height: 1.7;
}

.news_box2 .news_img img {
	float: left;
	width: 300px;
	text-align: center;
}

.news_box2 p.news_img:nth-of-type(2) {
	float: right;
}

.news_box2 .news_txt {
	float: right;
	width: 435px;
}

.news_box2 p.news_txt:nth-of-type(1) {
	float: left;
}

.news_box2 .two_col_list img, .news_box2 .three_col_list img, .news_box2 .four_col_list img {
	width: 100%;
}

.news_box h1.related_site {
	font-size: 32px;
	font-weight: bold;
}

.news_box h1.related_site span {
	font-size: 18px;
	margin-left: 15px;
	vertical-align: middle;
}

.news_box2 .main_img img {
    width: 100%;
}

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