<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*============================
譁ｽ蟾･莠倶ｾ九Μ繧ｹ繝�
============================*/
#example_list #lower_mv {
	background-image: url(../img/example_mv.jpg);
}

#example_list_cont {
	margin-bottom: 1.2rem;
}

#example_list_cont .sec_title {
	margin-bottom: 0.8rem;
}

@media screen and (max-width: 599px) {
	#example_list_cont .sec_title {
		margin-bottom: 0.30rem;
	}
}

#example_list_cont .list {
	display: flex;
	flex-wrap: wrap;
}

#example_list_cont .list .item {
	width: 30%;
	height: 3.7rem;
	box-sizing: border-box;
	position: relative;
	margin: 0 1.5%;
	margin-bottom: 1.00rem;
}

@media screen and (max-width: 599px) {
	#example_list_cont .list .item {
		width: 100%;
		height: auto;
		margin: 0;
		margin-bottom: 0.40rem;
	}
}

#example_list_cont .list .item a {
	display: block;
	text-decoration: none;
}

#example_list_cont .list .item a:hover {
	opacity: 0.7;
}

/* 逕ｻ蜒� */
#example_list_cont .list .item .ph_wrap {
	width: 100%;
	height: 2.30rem;
	position: relative;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	#example_list_cont .list .item .ph_wrap {
		height: 56vw;
	}
}

#example_list_cont .list .item .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
	position: relative;
	z-index: 0;
}

#example_list_cont .list .item a:hover .ph_wrap img {
	transform: scale(1.05);
}

#example_list_cont .list .item .ph_wrap .category {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.14rem;
	font-weight: 500;
	letter-spacing: 0.075em;
	color: #fff;
	background: #003554;
	padding: 0.08rem;
	display: inline-block;
}

@media screen and (max-width: 599px) {
	#example_list_cont .list .item .ph_wrap .category {
		font-size: 0.12rem;
	}
}

/* 繧ｿ繧､繝医Ν */
#example_list_cont .list .item .cont_title {
	font-size: 0.22rem;
	font-weight: bold;
	line-height: 2.1;
	letter-spacing: 0.075em;
	color: #003554;
	padding: 0.05rem 0;
	text-align: center;
}

@media screen and (max-width: 599px) {
	#example_list_cont .list .item .cont_title {
		font-size: 0.18rem;
		letter-spacing: 0.05em;
		line-height: 1.35;
		padding: 0.10rem 0 0.05rem;
	}
}

/* 繝�く繧ｹ繝� */
#example_list_cont .list .item .text {
	font-size: 0.14rem;
	line-height: 1.85;
	letter-spacing: 0.05em;
	color: #000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media screen and (max-width: 599px) {
	#example_list_cont .list .item .text {
		font-size: 0.13rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
	}
}

/* 繝懊ち繝ｳ */
#example_list_cont .list .item .btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 599px) {
	#example_list_cont .list .item .btn {
		position: relative;
		bottom: auto;
		left: auto;
		transform: none;
		text-align: center;
		padding-top: 0.10rem;
	}
}

#example_list_cont .list .item .btn span {
	color: #003575;
	font-size: 0.14rem;
	font-weight: 500;
	position: relative;
}

@media screen and (max-width: 599px) {
	#example_list_cont .list .item .btn span {
		font-size: 0.13rem;
	}
}

#example_list_cont .list .item a .btn span::after {
	content: '';
	display: inline-block;
	width: 0.25rem;
	height: 0.05rem;
	background: url(../img/example_btn_arrow.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -0.35rem;
	transition: all .3s;
}

@media screen and (max-width: 599px) {
	#example_list_cont .list .item a .btn span::after {
		width: 0.20rem;
		height: 0.04rem;
		background-position: right;
		top: 47%;
		right: -0.25rem;
	}
}

#example_list_cont .list .item a:hover .btn span::after {
	width: 0.22rem;
	right: -0.37rem;
}

@media screen and (max-width: 599px) {
	#example_list_cont .list .item a:hover .btn span::after {
		right: -0.30rem;
	}
}




/*============================
譁ｽ蟾･莠倶ｾ玖ｩｳ邏ｰ
============================*/
#example_detail #lower_mv {
	background-image: url(../img/example_mv.jpg);
}

#example_detail_cont .sec_title {
	margin-bottom: 0.7rem;
}

@media screen and (max-width: 599px) {
	#example_detail_cont .sec_title {
		margin-bottom: 0.20rem;
	}
}

#example_detail_cont .wrap {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 599px) {
	#example_detail_cont .wrap {
		flex-wrap: wrap;
	}
}

/* 繧ｳ繝ｳ繝�Φ繝� */
#example_detail_cont .cont {
	width: 70%;
	box-sizing: border-box;
	padding-right: 3%;
}

@media screen and (max-width: 599px) {
	#example_detail_cont .cont {
		width: 100%;
		padding-right: 0;
		padding-bottom: 0.50rem;
	}
}

/* 繧ｿ繧､繝医Ν */
#example_detail_cont .cont .cont_title {
	font-size: 0.30rem;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.075em;
	color: #003554;
	margin-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
	#example_detail_cont .cont .cont_title {
		font-size: 0.20rem;
		line-height: 1.55;
		letter-spacing: 0.05em;
	}
}

/* 譁ｽ蟾･蠕� */
#example_detail_cont .cont .after {
	margin-bottom: 0.20rem;
}

#example_detail_cont .cont .after .ph_wrap {
	width: 100%;
	height: 6.00rem;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	#example_detail_cont .cont .after .ph_wrap {
		height: 58vw;
	}
}

/* 諡｡螟ｧ蜀咏悄 */
#example_detail_cont .cont .after .ph_wrap.zoom {
	margin-top: 0.05rem;
}

#example_detail_cont .cont .after .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: relative;
	z-index: 0;
}

#example_detail_cont .cont .after .ph_wrap span {
	position: absolute;
	bottom: 0.20rem;
	left: 0.20rem;
	font-size: 0.16rem;
	font-weight: bold;
	color: #fff;
	background: #C1272D;
	padding: 0.05rem 0.10rem 0.08rem;
	display: block;
}

@media screen and (max-width: 599px) {
	#example_detail_cont .cont .after .ph_wrap span {
		bottom: 0.10rem;
		left: 0.10rem;
		font-size: 0.13rem;
	}
}

/* 譁ｽ蟾･蜑� */
#example_detail_cont .cont .before {
	display: flex;
	margin-bottom: 0.40rem;
}

@media screen and (max-width: 599px) {
	#example_detail_cont .cont .before {
		flex-wrap: wrap;
		margin-bottom: 0.20rem;
	}
}

#example_detail_cont .cont .before .ph_wrap {
	width: 3.00rem;
	height: 2.25rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	#example_detail_cont .cont .before .ph_wrap {
		width: 100%;
		height: 58vw;
		margin-bottom: 0.20rem;
	}
}

#example_detail_cont .cont .before .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: relative;
	z-index: 0;
}

#example_detail_cont .cont .before .ph_wrap span {
	position: absolute;
	bottom: 0.10rem;
	left: 0.10rem;
	font-size: 0.14rem;
	font-weight: bold;
	color: #fff;
	background: #003554;
	padding: 0.05rem 0.10rem 0.08rem;
	display: block;
}

@media screen and (max-width: 599px) {
	#example_detail_cont .cont .before .ph_wrap span {
		font-size: 0.13rem;
	}
}

#example_detail_cont .cont .before table {
	width: calc(100% - 3.20rem);
	box-sizing: border-box;
	margin-left: 0.20rem;
	border-collapse: collapse;
}

@media screen and (max-width: 599px) {
	#example_detail_cont .cont .before table {
		width: 100%;
		margin-left: 0;
	}
}

#example_detail_cont .cont .before.no_before table {
	width: 100%;
	margin-left: 0;
}

#example_detail_cont .cont .before table tr {
	width: 100%;
	border-top: 1px solid #000;
}

#example_detail_cont .cont .before table tr:last-child {
	border-bottom: 1px solid #000;
}

#example_detail_cont .cont .before table th {
	width: 2.45rem;
	font-size: 0.16rem;
	font-weight: bold;
	text-align: left;
	background: #F2F2F2;
	line-height: 1.75;
	letter-spacing: 0.05em;
	padding: 0.15rem 0.15rem 0.20rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#example_detail_cont .cont .before table th {
		width: 100%;
		font-size: 0.14rem;
		display: block;
		padding: 0.10rem;
		border-bottom: 1px solid #000;
	}
}

#example_detail_cont .cont .before table td {
	width: calc(100% - 2.45rem);
	font-size: 0.16rem;
	padding: 0.15rem 0.15rem 0.20rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#example_detail_cont .cont .before table td {
		width: 100%;
		font-size: 0.14rem;
		display: block;
		padding: 0.10rem;
	}
}

/* 繝�く繧ｹ繝� */
#example_detail_cont .cont .text {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 599px) {
	#example_detail_cont .cont .text {
		font-size: 0.14rem;
		line-height: 1.86;
		text-align: justify;
	}
}

/*===================================
繧ｵ繧､繝峨ヰ繝ｼ
===================================*/
#example_detail_cont .sidebar {
	width: 25%;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#example_detail_cont .sidebar {
		width: calc(100% + 0.40rem);
		background-color: #F2F2F2;
		margin: 0 -0.20rem;
		padding: 0.30rem 0.20rem;
	}
}

#example_detail_cont .sidebar .title {
	font-size: 0.18rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #003554;
	border-bottom: 3px solid #003554;
	padding-bottom: 0.10rem;
	margin-bottom: 0.15rem;

}


/* 譛譁ｰ縺ｮ莠倶ｾ� */
#example_detail_cont .sidebar .new {
	margin-bottom: 0.75rem;
}

@media screen and (max-width: 599px) {
	#example_detail_cont .sidebar .new {
		margin-bottom: 0.40rem;
	}
}

#example_detail_cont .sidebar .new .sidebar_cont {}

#example_detail_cont .sidebar .new .sidebar_cont a {
	display: block;
	text-decoration: none;
}

#example_detail_cont .sidebar .new .sidebar_cont a:hover {
	opacity: 0.7;
}


#example_detail_cont .sidebar .new .sidebar_cont a .link_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	#example_detail_cont .sidebar .new .sidebar_cont a .link_box {
		margin-bottom: 0.15rem;
	}
}

/* 逕ｻ蜒� */
#example_detail_cont .sidebar .new .sidebar_cont a .link_box .ph_wrap {
	width: 1.00rem;
	height: 1.00rem;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	#example_detail_cont .sidebar .new .sidebar_cont a .link_box .ph_wrap {
		width: 0.60rem;
		height: 0.60rem;
	}
}

#example_detail_cont .sidebar .new .sidebar_cont a .link_box .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: relative;
	z-index: 0;
}

/* 繝�く繧ｹ繝� */
#example_detail_cont .sidebar .new .sidebar_cont a .link_box .text {
	width: calc(100% - 1.00rem);
	box-sizing: border-box;
	padding-left: 0.20rem;
}

@media screen and (max-width: 599px) {
	#example_detail_cont .sidebar .new .sidebar_cont a .link_box .text {
		width: calc(100% - 0.60rem);
		padding-left: 0.10rem;
	}
}

#example_detail_cont .sidebar .new .sidebar_cont a .link_box .text span {
	color: #000;
	font-size: 0.14rem;
	letter-spacing: 0.05em;
	margin-bottom: 0.10rem;
	display: block;
}

@media screen and (max-width: 599px) {
	#example_detail_cont .sidebar .new .sidebar_cont a .link_box .text span {
		font-size: 0.12rem;
	}
}

#example_detail_cont .sidebar .new .sidebar_cont a .link_box .text .new_title {
	color: #003554;
	font-size: 0.16rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #003554;
	display: inline-block;
	transition: all .3s;
}

@media screen and (max-width: 599px) {
	#example_detail_cont .sidebar .new .sidebar_cont a .link_box .text .new_title {
		color: #003554;
		font-size: 0.14rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		border-bottom: 1px solid #003554;
		display: inline-block;
		transition: all .3s;
	}
}

#example_detail_cont .sidebar .new .sidebar_cont a:hover .link_box .text .new_title {
	border-bottom: none;
}

/* 譛亥挨縺顔衍繧峨○荳隕ｧ */
#example_detail_cont .sidebar .month select {
	border: 1px solid #CCCCCC;
	width: 100%;
	padding: 0.08rem 0.15rem;
	border-radius: 0.04rem;
	background-color: #FFF;
}
</pre></body></html>