<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 */

.font-normal {
	font-weight: normal !important;
}

.c-image &gt; a {
	display: block;
}

.c-column-set.-column2-pt2.-flex-item-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.arrowTitle {
	margin: 0 0 0.5em;
	font-size: 18px;
}
.l-page .l-main h2.arrowTitle {
	margin: 0 0 1em;
}
.arrowTitle::before{
	content: '';
	display: inline-block;
	background-image: url(../image/icon/icon_arrow_black.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px;
	height: 13px;
}

h2.iconTitle {
	border-bottom: 1px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.iconTitle span {
	padding: 0 0 10px;
	font-size: 125%;
	font-weight: normal;
	color: #000;
}
.iconTitle span.icon {
	padding-left: 10px;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	.c-column-set.-column2-pt2.reverse_order .c-column-set__item:nth-child(1) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 1em;
	}
	.c-column-set.-column2-pt2.reverse_order .c-column-set__item:nth-child(2) {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 0;
	}
}

.catalogBox {
	padding: 25px 45px;
	background-color: #DCDCDC;
}
.catalogBox .c-column-set.-column2 .c-column-set__item {
	margin: 0;
	padding: 0 15px;
	width: auto;
}
.catalogBox .c-column-set span {
	display: block;
	text-align: right;
	padding-right: 15px;
}

@media screen and (max-width: 767px) {
	.catalogBox {
		padding: 15px;
	}
}

.l-main h2.uaStyle {
	font-weight: bold;
	color: #878787;
}
.l-main h2.uaStyle span {
	display: inline;
	padding: 0;
	font-size: 0.65em;
	font-weight: normal;
	color: #878787;
}
.l-main h2.uaStyle.design {
	line-height: 1em;
	text-align: center;
	margin-bottom: 1em;
}
.l-main h2.uaStyle.design span {
	font-size: 0.5em;
}

/* 推奨デザイン TOP
   Line-UP Plus */
.designSection {
	margin-bottom: 1em;
}
.designTab {
	margin: 0 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.designTab li {
	margin: 0 8px 5px;
}
.designTab div {
	cursor: pointer;
	opacity: 0.7;
}
.designTab img {
	vertical-align: middle;
}
.designTab .active div,
.designTab div:hover {
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.designTab {
		-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	}
}

.designContents .tab_content {
	display: none;
	background-color: #555150;
}
.designContents .tab_content.active {
	display: block;
}
.designContents .tab_content .title {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.designContents .tab_content .title .icon {
}
.designContents .tab_content .title .txt {
	padding: 0 28px;
}
.designContents .tab_content .inner {
	padding: 50px 25px;
}

@media screen and (max-width: 767px) {
	.designContents .tab_content .inner {
		padding: 20px 25px;
		margin-bottom: 10px;
	}
}

/* 建物用途別おすすめプラン */
.recommendBox {
	padding: 40px 38px;
	background-color: #E4E4E4;
}
.recommendBox h1,
.recommendBox h2 {
	color: #5C5A5A;
	font-size: 1.375em;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.recommendBox {
		padding: 20px 10px;
	}
}

</pre></body></html>