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

/* ------------------------------
	.news
------------------------------ */
.news{
	padding: 60px 0 100px;
}

.news .news_wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;

}

.news .news_clm:nth-of-type(n+2) {
	margin-top: 40px;
}

.news .news_clm .clm_inner {
	padding: 30px 40px;
	position: relative;
	border: solid 1px #1f4e79;
	display: block;
}

.news .news_clm .clm_inner::before {
	position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/index/ico_news01.svg) no-repeat left top;
    background-size: 100%;
}

.news .news_clm .data {
	font-size: 1.8rem;
	font-weight: 500;
	color: #1f4e79;
}

.news .news_clm .ttl {
	font-size: 2.4rem;
	font-weight: 700;
	color: #1f4e79;
	margin-top: 20px;
	position: relative;
	padding-right: 20px;
}

.news .news_clm a.clm_inner .ttl::before {
	content: '';
	width: 12px;
	height: 12px;
	border-top: solid 2px #2f4e79;
	border-right: solid 2px #1f4e79;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(45deg);
}

.news .news_clm .txt {
	font-size: 1.7rem;
	font-weight: 500;
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid 1px #1f4e79;
}


@media screen and (max-width: 768px){
	.news{
		padding: 40px 0 50px;
	}
	.news .news_wrap {
		max-width: none
	}
	.news .news_clm .clm_inner {
		padding: 20px 30px;
	}
	.news .news_clm .clm_inner::before {
		top: 4px;
        left: 4px;
        width: 14px;
        height: 14px;
	}
	.news .news_clm .data {
		font-size: 1.4rem;
	}
	.news .news_clm .ttl {
		font-size: 1.6rem;
		line-height: calc(25/20);
		margin-top: 10px;
		padding-right: 15px;
	}
	.news .news_clm .ttl::before {
		width: 10px;
		height: 10px;
	}
	.news .news_clm .txt {
		font-size: 1.3rem;
		margin-top: 10px;
		padding-top: 10px;
	}
}

/* ------------------------------
	.news_detail
------------------------------ */
.news_detail {
	padding: 60px 0 100px;
}
.news_detail .news_detail_wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.news_detail .ttl_box {
	padding-bottom: 25px;
	margin-bottom: 38px;
	border-bottom: solid 1px #1f4e79;
}
.news_detail .ttl_box .data {
	font-size: 1.8rem;
	font-weight: 500;
	color: #1f4e79;
}
.news_detail .ttl_box .ttl {
	font-size: 3rem;
	font-weight: 700;
	margin-top: 20px;
	color: #1f4e79;
}
.news_detail .clm_box + .clm_box {
	margin-top: 60px;
}
.news_detail .clm_box .sec_ttl {
	font-size: 2.4rem;
	color: #333;
}
.news_detail .clm_box .sec_ttl + .txt {
	margin-top: 20px;
}
.news_detail .clm_box .txt {
	word-break: break-all;
}
.news_detail .clm_box .txt + .img,
.news_detail .clm_box .img + .txt {
	margin-top: 25px;
}
.news_detail .clm_box .img {
	text-align: center;
}

.news_detail .news_detail_box .bg_gray {
	background-color: #f2f6f9;
	padding: 30px 35px;
}

.news_detail .news_detail_box .bg_ttl {
	font-size: 2rem;
	font-weight: 700;
}

.news_detail .news_detail_box .bg_ttl  + .txt {
	margin-top: 14px;
}


.news_detail .news_detail_box .txt_small {
	font-size: 1.4rem;
	line-height: calc(20/14);
}

.news_detail .news_detail_box .flex_jfc_start {
	justify-content: flex-start;
}

.news_detail .news_detail_box .flex_ali_center {
	align-items: center;
}

.news_detail .news_detail_box .address {
	margin-left: 15px;
}

.news_detail .news_detail_box .mt20 {
	margin-top: 2rem;
}

.news_detail .news_detail_box .mt30 {
	margin-top: 3rem;
}

.news_detail .news_detail_box .mt100 {
	margin-top: 10rem;
}

@media screen and (max-width: 768px){
	.news_detail{
		padding: 40px 0 50px;
	}
	.news_detail .news_detail_wrap {
		max-width: none;
	}
	.news_detail .ttl_box {
		padding-bottom: 25px;
		margin-bottom: 30px;
		border-bottom: solid 1px #1f4e79;
	}
	.news_detail .ttl_box .data {
		font-size: 1.4rem;
		font-weight: 500;
		color: #1f4e79;
	}
	.news_detail .ttl_box .ttl {
		font-size: 2.2rem;
		font-weight: 700;
		margin-top: 20px;
		color: #1f4e79;
		line-height: calc(28/22);
	}
	.news_detail .clm_box + .clm_box {
		margin-top: 30px;
	}
	.news_detail .clm_box .sec_ttl {
		font-size: 1.8rem;
		color: #333;
	}
	.news_detail .clm_box .sec_ttl + .txt {
		margin-top: 15px;
	}
	.news_detail .clm_box .txt + .img,
	.news_detail .clm_box .img + .txt {
		margin-top: 15px;
	}
	.news_detail .clm_box .img {
		text-align: center;
	}

	.news_detail .news_detail_box .bg_gray {
		background-color: #f2f6f9;
		padding: 15px 17px;
	}

	.news_detail .news_detail_box .bg_ttl {
		font-size: 1.5rem;
		line-height: calc(20/15);
	}

	.news_detail .news_detail_box .bg_ttl  + .txt {
		margin-top: 12px;
	}


	.news_detail .news_detail_box .txt_small {
		font-size: 1.2rem;
		line-height: calc(16/12);
	}

	.news_detail .news_detail_box .flex_sp_none {
		display: block;
	}

	.news_detail .news_detail_box .address {
		margin-left: 0;
		margin-top: 10px;
	}

	.news_detail .news_detail_box .mt20 {
		margin-top: 1rem;
	}

	.news_detail .news_detail_box .mt30 {
		margin-top: 1.5rem;
	}

	.news_detail .news_detail_box .mt100 {
		margin-top: 5rem;
	}

	.news_detail .news_detail_box .ml15 {
		margin-left: .8rem;
	}
}</pre></body></html>