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

/* CSS Document */
.category-information .cmn-pageTitle {
	color: #85B200;
}

.category-information .cmn-cardList_item {
	width: calc(50% - 50px);
	margin: 65px 25px 0;
}

.category-information .cmn-card_head {
	font-weight: normal;
	margin: 0 0 1.5em;
}

.category-information .cmn-card_btn {
	width: 175px;
	margin: 0 auto;
	padding: .3em;
	background: url("../images/common/cmn-card_btn_arrow.png") top 50% right 18px no-repeat, #85B200;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.category-information .cmn-pageTitle_back {
	margin: -30px 0 70px;
	text-align: center;
}

.category-information .cmn-pageTitle_back a {
	display: inline-block;
	width: 175px;
	padding: .3em;
	background: url("../images/common/cmn-card_btn_arrow.png") top 50% right 18px no-repeat, #85B200;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.category-information .cmn-postVisual {
	max-height: 485px;
	overflow: hidden;
	background: #f0f0f0 no-repeat center/cover;
}

.category-information .cmn-postVisual::before {
	content: "";
	display: block;
	padding-top: 44%;
}

.category-information .outline_table {
	width: 100%;
	border-bottom: #CCC 1px solid;
}

.category-information .outline_table tr {}

.category-information .outline_table th,
.category-information .outline_table td {
	padding: 1em 1em 1em 0;
	border-top: #CCC 1px solid;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

.category-information .outline_table th {
	width: 290px;
}

.category-information .access_map {
	margin-bottom: 30px;
}

.category-information .access_address {
	font-style: normal;
	text-align: center;
}

@media (max-width: 750px) {
	.category-information .cmn-cardList {
		margin-top: -65px;
	}

	.category-information .cmn-cardList_item {
		width: 100%;
	}

	.category-information .outline_table th {
		width: 30%;
	}

	.category-information .access_map {
		width: 100%;
		height: 100vw;
	}
      .category-information .cmn-pageTitle_back {
    margin: 0 0 70px;
  }
}</pre></body></html>