<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.vis {
	padding-top: 30px;
	margin-bottom: 100px;
}
.vis_inner {
	max-width: 1080px;
}
.vis_cols {
	display: flex;
}
.vis_cols-tenohira {
	flex-wrap: wrap;
}
.vis_col {
	width: 32%;
	margin-left: 2%;
}
.vis_col:nth-child(3n+1) {
	margin-left: 0;
}
.vis_col:nth-child(n+4) {
	margin-top: 35px;
}
.vis_col-no1 {
	margin-left: 0;
}
.vis_col-no2 {}
.vis_col-no3 {}
.vis_item {
	height: 100%;
}
.vis_item &gt; a {
	display: block;
	text-decoration: none;
	color: inherit;
	height: 100%;
}
.vis_item &gt; a::before {}
.vis_item &gt; a::after {}
.vis_imageWrap {
	position: relative;
	z-index: 1;
	height: 100%;
}
.vis_imageWrap::after {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 10'%3E%3Cpolygon points='27.93 9.92 0.07 9.92 0.07 7.92 23.45 7.92 17.61 1.42 19.1 0.08 27.93 9.92'/%3E%3C/svg%3E");
	width: 28px;
	height: 10px;
	display: block;
	position: absolute;
	z-index: 2;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	bottom: 30px;
	right: 22px;
	margin-right: 0;
	transition-duration: .3s;
	transition-property: margin-right;
}
.vis_imageWrap-large::after {
	right: 120px;
	bottom: 50px;
}
.vis_image {
	background-image: url(/note/wp-content/uploads/2020/07/1594006022-360x240.jpg);
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
.vis_image::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}
.vis_image::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
}
.vis_cat {
	font-size: 14px;
	margin-bottom: 156px;
}
.vis_cat-large {
	margin-bottom: 257px;
	font-size: 18px;
}
.vis_update {
	color: #555555;
	font-size: 13px;
	margin-bottom: 6px;
}
.vis_update &gt; time {}
.vis_headline {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 18px;
}
.vis_headline-large {
	font-size: 18px;
}
.vis_tagList {
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.vis_tagList &gt; li {
	height: 24px;
	border: 1px solid #000000;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 10px;
	font-weight: 500;
	margin-right: 7px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0 10px;
}
.vis_tagList &gt; li::before {
	content: "#";
	display: block;
	margin-right: 3px;
	font-size: 15px;
}
.vis_tagList &gt; li:first-child {}
.vis_tagList &gt; li:last-child {}
.vis_tagList &gt; li:nth-child(2n + 1) {}
.vis_tagList &gt; li:nth-child(n + 3) {}
.vis_areaText {
	position: relative;
	z-index: 2;
	padding: 26px 26px 15px;
	text-align: left;
	padding-right: 55px;
}
.vis_areaText-large {
	padding: 23px 29px 19px;
	padding-right: 160px;
}
.vis_mainWrap {
	position: relative;
	z-index: 1;
	margin-bottom: 25px;
}
.vis_title {
	width: 383px;
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	margin-top: 37px;
	margin-right: -43px;
}
.vis_title &gt; img {
	display: block;
	width: 383px;
	height: 175px;
}
.vis_main {
	max-width: 800px;
}
.homeTag {
	margin-bottom: 85px;
}
.homeTag_inner {
	max-width: 800px;
}
.homeTag_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 31px;
}
.homeTag_title &gt; img {
	display: block;
	width: 37px;
	height: 37px;
	margin: 0 auto 0;
}
.homeTag_title &gt; b {
	display: block;
	font-weight: inherit;
	margin-top: 11px;
}
.homeTag_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.homeTag_list &gt; li {
	margin-right: 7px;
	margin-bottom: 7px;
}
.homeTag_list &gt; li:first-child {}
.homeTag_list &gt; li:last-child {}
.homeTag_list &gt; li:nth-child(2n + 1) {}
.homeTag_list &gt; li:nth-child(n + 3) {}
.homeTag_list &gt; li &gt; a {
	display: flex;
	text-decoration: none;
	color: inherit;
	border: 1px solid #333;
	height: 32px;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	box-sizing: border-box;
	border-radius: 30px;
	padding: 0 13px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.homeTag_list &gt; li &gt; a::before {
	content: "#";
	display: block;
	font-size: 20px;
	margin-right: 7px;
}
.homeTag_list &gt; li &gt; a::after {
	content: "";
}
@media screen and (max-width:1199px) {
	.vis_title {
		margin-right: -14px;
	}
}
@media screen and (min-width:1000px) {
	.vis_item &gt; a:hover {}
	a:hover .vis_imageWrap::after {
		margin-right: -8px;
	}
	.homeTag_list &gt; li &gt; a:hover {
		background-color: #333;
		color: #fff;
		opacity: 1;
	}
}
@media screen and (max-width: 999px) {
	.vis {}
	.vis_inner {}
	.vis_cols {}
	.vis_col {}
	.vis_col-no1 {}
	.vis_col-no2 {}
	.vis_col-no3 {}
	.vis_item {}
	.vis_item &gt; a {}
	.vis_item &gt; a::before {}
	.vis_item &gt; a::after {}
	.vis_imageWrap {}
	.vis_imageWrap::after {
		right: 15px;
		width: 24px;
		height: 8px;
	}
	.vis_imageWrap-large::after {}
	.vis_image {}
	.vis_image::before {}
	.vis_cat {
		font-size: 13px;
		margin-bottom: 50px;
	}
	.vis_cat-large {
		margin-bottom: 110px;
	}
	.vis_update {
		font-size: 12px;
	}
	.vis_update &gt; time {}
	.vis_headline {
		font-size: 14px;
	}
	.vis_headline-large {}
	.vis_tagList {}
	.vis_tagList &gt; li {}
	.vis_tagList &gt; li::before {}
	.vis_tagList &gt; li:first-child {}
	.vis_tagList &gt; li:last-child {}
	.vis_tagList &gt; li:nth-child(2n + 1) {}
	.vis_tagList &gt; li:nth-child(n + 3) {}
	.vis_areaText {
		padding: 15px;
		padding-right: 45px;
	}
	.vis_areaText-large {
		padding-left: 20px;
		padding-top: 20px;
	}
	.vis_mainWrap {}
	.vis_title {
		width: 230px;
		margin-right: 0;
		margin-top: -30px;
	}
	.vis_title &gt; img {
		width: 230px;
		height: 105px;
	}
	.vis_main {
		max-width: 550px;
	}
	.homeTag {
		margin-bottom: 60px;
	}
	.homeTag_inner {}
	.homeTag_title {}
	.homeTag_title &gt; img {
		width: 30px;
		height: 30px;
	}
	.homeTag_title &gt; b {}
	.homeTag_list {}
	.homeTag_list &gt; li {}
	.homeTag_list &gt; li:first-child {}
	.homeTag_list &gt; li:last-child {}
	.homeTag_list &gt; li:nth-child(2n + 1) {}
	.homeTag_list &gt; li:nth-child(n + 3) {}
	.homeTag_list &gt; li &gt; a {
		font-size: 13px;
	}
	.homeTag_list &gt; li &gt; a::before {}
	.homeTag_list &gt; li &gt; a::after {}
}
@media screen and (max-width: 767px) {
	.vis {
		padding-top: 20px;
		margin-bottom: 45px;
	}
	.vis_inner {}
	.vis_cols {
		display: block;
	}
	.vis_col {
		width: auto;
		margin-left: 0;
		margin-top: 24px;
	}
	.vis_col-no1 {
		margin-top: 0;
	}
	.vis_col:nth-child(n + 2) {
		margin-top: 24px;
	}
	.vis_col-no2 {}
	.vis_col-no3 {}
	.vis_item {}
	.vis_item &gt; a {}
	.vis_item &gt; a::before {}
	.vis_item &gt; a::after {}
	.vis_imageWrap {}
	.vis_imageWrap::after {
		width: 23px;
		height: 7px;
		bottom: 10px;
		right: 10px;
	}
	.vis_imageWrap-large::after {}
	.vis_image {
		border-radius: 8px;
	}
	.vis_image::before {}
	.vis_cat {
		font-size: 10px;
		margin-bottom: 80px;
	}
	.vis_cat-large {
		margin-bottom: 200px;
	}
	.vis_update {
		font-size: 10px;
	}
	.vis_update &gt; time {}
	.vis_headline {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.vis_headline-large {}
	.vis_tagList {}
	.vis_tagList &gt; li {}
	.vis_tagList &gt; li::before {}
	.vis_tagList &gt; li:first-child {}
	.vis_tagList &gt; li:last-child {}
	.vis_tagList &gt; li:nth-child(2n + 1) {}
	.vis_tagList &gt; li:nth-child(n + 3) {}
	.vis_areaText {
		padding: 15px 15px;
		padding-right: 35px;
	}
	.vis_areaText-large {}
	.vis_mainWrap {
		margin-bottom: 24px;
	}
	.vis_title {
		width: 200px;
		position: relative;
		top: 0;
		right: auto;
		transform: none;
		margin-left: auto;
		margin-top: 0;
		margin-bottom: -20px;
	}
	.vis_title &gt; img {
		width: 200px;
		height: 92px;
	}
	.vis_main {
		max-width: none;
	}
	.homeTag {
		margin-bottom: 45px;
	}
	.homeTag_inner {}
	.homeTag_title {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.homeTag_title &gt; img {
		width: 20px;
		height: 20px;
	}
	.homeTag_title &gt; b {}
	.homeTag_list {
		max-width: 90%;
		margin: 0 auto;
	}
	.homeTag_list &gt; li {}
	.homeTag_list &gt; li:first-child {}
	.homeTag_list &gt; li:last-child {}
	.homeTag_list &gt; li:nth-child(2n + 1) {}
	.homeTag_list &gt; li:nth-child(n + 3) {}
	.homeTag_list &gt; li &gt; a {
		font-size: 10px;
		height: 25px;
	}
	.homeTag_list &gt; li &gt; a::before {
		font-size: 15px;
		margin-right: 4px;
	}
	.homeTag_list &gt; li &gt; a::after {}
}
</pre></body></html>