<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#stationery .cf:before, .cf:after {
	content: " ";
	display: table;
}
#stationery .cf:after {
	clear: both;
}
#stationery .cf {
	*zoom: 1;
}
#stationery .pc {
	display: block;
}
#stationery .sp {
	display: none;
}
/* gnavi */
#stationery #lnavi {
	width: 100%;
	background: #fff;
	z-index: 3;
	border-bottom: 1px solid #bcbcbc;
}
#stationery #lnavi.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
#stationery #lnavi ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	width: 950px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	font-size: 13px;
}
#stationery #lnavi ul li {
	display: block;
	text-align: center;
	width: 100%;
	max-width: 316px;
	margin-top: 23px;
	padding-top: 1px;
	line-height: 1em;
	height: 17px;
	border-right: 1px dotted #6D6D6D;
}
#stationery #lnavi ul li:first-child {
	border-left: 1px dotted #6D6D6D;
}
#stationery #lnavi ul li a {
	display: inline-block;
	color: #333333;
	text-decoration: none;
}
#stationery #lnavi ul li a:hover {
	color: #fe6e00;
}
#stationery #lnavi ul li a.now {
	color: #fe6e00;
}
/* footer-bnr */
#stationery .footer-bnr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 950px;
	margin: 0 auto;
}
#stationery .footer-bnr li {
	width: 50%;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
}
/* header */
#stationery #contents-header {
	position: relative;
	width: 950px;
	margin: 0 auto 20px;
}
/* ショーケース誘導 */
#stationery .footer-showcase {
	padding: 55px 0;
	margin-bottom: 80px;
}
#stationery .footer-showcase {
	background: #fcfbf3;
	border: 2px solid #ff6e00;
	border-left: none;
	border-right: none;
}
#stationery .footer-showcase .btnBox02 .leadTxt {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 40px;
	font-size: 20px;
}
#stationery .footer-showcase .btnBox02 .btn02 a {
	width: 380px;
	height: 98px;
	box-sizing: border-box;
	display: block;
	border: 2px solid #333333;
	background: #fff;
	box-shadow: 2px 2px 0 0 #333333;
	text-decoration: none;
	color: #333333;
	text-align: center;
	position: relative;
	font-size: 16px;
	margin: 0 auto;
}
#stationery .footer-showcase .btnBox02 .btn02 a:hover {
	opacity: .7;
}
#stationery .footer-showcase .btnBox02 .btn02 a .btnInner {
	border-right: 28px solid #75c2ef;
	padding: 12px;
	height: 98px;
	height: 94px;
	box-sizing: border-box;
}
#stationery .footer-showcase .btnBox02 .btn02 a .btnInner .img {
	display: inline-block;
	margin-top: 7px;
}
#stationery .footer-showcase .btnBox02 .btn02 a:after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	margin: auto;
	right: 10px;
	top: 0;
	bottom: 0;
	z-index: 1;
	transform: rotate(45deg);
}
#stationery .footer-showcase .btnBox02 .btn02 a:before {
	content: "";
	width: 0;
	height: 0;
	border-width: 8px;
	border-color: #333333 transparent transparent #333333;
	border-style: solid;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
@media screen and (max-width: 750px) {
	#stationery .sp {
		display: block;
	}
	#stationery .pc {
		display: none;
	}
	/* gnavi */
	#stationery #lnavi {
		display: none;
	}
	/* header */
	#stationery #contents-header {
		width: auto;
		margin: 0 auto;
		margin-top: 46px;
	}
	#stationery #pagetop {
		width: auto;
		margin: 0 auto;
	}
	#stationery .footer-bnr {
		display: block;
		width: 100%;
		margin: 20px auto;
	}
	#stationery .footer-bnr li {
		width: 100%;
		margin: 0 0 20px;
		text-align: center;
	}
	#stationery .footer-showcase {
		padding: 20px 0 0;
		margin-bottom: 0px;
	}
	#stationery .footer-showcase .btnBox02 .leadTxt {
		margin-bottom: 20px;
		font-size: 18px;
	}
	#stationery .footer-showcase .btnBox02 .btn02 a {
		width: 90%;
		height: auto;
		border: 2px solid #333333;
		font-size: 13px;
		margin: 0 auto 25px;
	}
	#stationery .footer-showcase .btnBox02 .btn02 a .btnInner {
		border-right: 20px solid #75c2ef;
		padding: 11px 9px;
		height: auto;
		box-sizing: border-box;
	}
	#stationery .footer-showcase .btnBox02 .btn02 a .btnInner .img img {
		width: 190px;
		height: auto;
	}
}</pre></body></html>