<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#mainslide {
	overflow: hidden;
}
#main_sub {
	background-image: none;
	background-color: #F8F3E9;
}
#main_sub h2 {
	color: inherit;
}
#sub_tag ul {
	display: flex;
	letter-spacing: 0;
	flex-wrap: wrap;
}
#sub_tag li {
	display: block;
	font-size: inherit;
	line-height: 1;
	margin: 0;
	margin-right: 9px;
	margin-bottom: 10px;
}
#sub_tag li a {
	display: flex;
	height: 32px;
	border: 1px solid #333333;
	color: #333333;
	border-radius: 30px;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 9px;
}
#sub_tag li a::before {
	content: "#";
	font-size: 20px;
	display: block;
	margin-right: 4px;
}
#main_sub #sub_tag h2,
#main_sub #sub_category h2,
#main_sub #sub_popular h2 {
	background-image: none;
	padding-top: 0;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .1em;
	margin-bottom: 23px;
}
#main_sub #sub_category h2::before,
#main_sub #sub_popular h2::before {
	content: "";
	background-image: url(/note/assets/img/home/icn-entry.svg);
	display: block;
	width: 52px;
	height: 39px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 auto 14px;
	position: relative;
	z-index: 1;
	left: 13px;
}
#main_sub #sub_tag h2::before {
	content: "";
	background-image: url(/note/assets/img/home/img-tag.svg);
	display: block;
	width: 36px;
	height: 36px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 auto 7px;
	position: relative;
	z-index: 1;
}
#sub_category li {
	padding-left: 0;
	margin-bottom: 0;
}
#sub_category li::before {
	display: none;
}
#sub_category li &gt; a {
	position: relative;
	z-index: 1;
	display: block;
	padding: 8px 0;
	padding-left: 12px;
	padding-right: 40px;
}
#sub_category li &gt; a::after {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 17'%3E%3Cpolygon points='25.55 8.83 0.45 8.83 0.45 7.83 23.35 7.83 17.06 0.66 17.81 0 25.55 8.83'/%3E%3C/svg%3E");
	display: block;
	width: 26px;
	height: 17px;
	background-size: 100% 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	margin-right: 10px;
	transition-duration: .3s;
	transition-property: margin-right;
}
#main_sub .waku:last-child {
	margin-bottom: 0;
}
#sub_popular article .image {
	width: 44.4%;
}
#sub_popular article .text {
	width: 51.5%;
}
.list .cat {
	background-color: #D5B67B;
	background-image: none;
}
@media screen and (min-width:961px) {
	#sub_tag li a:hover {
		font-weight: normal;
		color: #fff;
		background-color: #333;
	}
	#sub_category li &gt; a:hover {
		color: inherit;
		font-weight: inherit;
	}
	#sub_category li &gt; a:hover::after {
		margin-right: 3px;
	}
}
@media screen and (max-width: 960px) {
	#mainslide {}
	#main_sub {}
	#main_sub h2 {}
	#sub_tag ul {}
	#sub_tag li {}
	#sub_tag li a {}
	#sub_tag li a::before {}
	#main_sub #sub_tag h2,
	#main_sub #sub_category h2,
	#main_sub #sub_popular h2 {}
	#main_sub #sub_category h2::before,
	#main_sub #sub_popular h2::before {}
	#main_sub #sub_tag h2::before {}
	#sub_category li {}
	#sub_category li::before {}
	#sub_category li &gt; a {}
	#sub_category li &gt; a::after {}
	#main_sub .waku:last-child {}
	#sub_popular article .image {}
	#sub_popular article .text {}
	#sub_category ul li {
		border: none;
	}
	#sub_category ul {
		border-top: none;
	}
}
@media screen and (max-width: 767px) {
	#mainslide {}
	#main_sub {}
	#main_sub h2 {}
	#sub_tag ul {}
	#sub_tag li {
		margin-right: 8px;
		margin-bottom: 8px;
	}
	#sub_tag li a {
		font-size: 10px;
		height: 25px;
	}
	#sub_tag li a::before {
		font-size: 15px;
	}
	#main_sub #sub_tag h2,
	#main_sub #sub_category h2,
	#main_sub #sub_popular h2 {
		font-size: 16px;
	}
	#main_sub #sub_category h2::before,
	#main_sub #sub_popular h2::before {
		width: 40px;
		height: 30px;
		margin-bottom: 10px;
	}
	#main_sub #sub_tag h2::before {
		width: 30px;
		height: 30px;
	}
	#sub_category li {}
	#sub_category li::before {}
	#sub_category li &gt; a {
		padding-left: 0;
		padding-right: 20px;
	}
	#sub_category li &gt; a::after {
		width: 17px;
		height: 12px;
		margin-right: 0;
	}
	#main_sub .waku:last-child {}
	#sub_popular article .image {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	#sub_popular article .text {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	#sub_category ul li {}
	#sub_category ul {
		width: calc(100% - 30px);
		margin-left: auto;
		margin-right: auto;
	}
	#sub_popular article .text .cat {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	#sub_popular article {
		width: 46%;
		margin-right: 0;
		margin-left: 8%;
	}
	#sub_popular article:nth-child(2n + 1) {
		margin-left: 0;
	}
}
</pre></body></html>