<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.sp {
	display:none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
}


/* === 税込価格 === */
.tax {
	font-size: 90%;
	color: #333 !important;
}
.caution .tax {
	color: #cc0000 !important;
}


/* === 文字設定 === */
small {
	font-size: 80%;
}
.big {
	font-size: 130%;
}
.caution {
	color: #cc0000 !important;
}
.pink {
	color: #cf003e;
}
.yellow {
	color: #f0ff00;
}


/* === 注釈・注目枠設定 === */
.noteArea p {
	padding-top: 3px;
	padding-bottom: 3px;
	line-height:1.5;
}

.bg_color-pink {
	background-color:#feeded;
}


/* === 注釈インデント === */
.ind2_hq {
	padding-left: 2em !important;
	text-indent: -2em !important;
}
.ind2_1_hq {
	padding-left: 2.1em !important;
	text-indent: -2.1em !important;
}
.ind5_hq {
	padding-left: 5em !important;
	text-indent: -5em !important;
}
.ind8_hq {
	padding-left: 8em !important;
	text-indent: -8em !important;
}
.note {
	padding-left: 2em !important;
	text-indent: -2em !important;
}
.note_No {
	padding-left: 2.2em !important;
	text-indent: -2.2em !important;
}


/* === リンク設定 === */
.level2Block .goPageTop {
	text-align: right;
	margin: 40px 0 10px 0;
}

.linkList {
	margin:0;
	padding:0;
}
.linkList li {
	float:left;
	margin:0 20px 0 0;
	padding:0;
	list-style:none;
}
.linkList li:last-child {
	margin:0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
	.linkList li {
		float:none;
		margin:0 0 10px 0;
		padding:0;
		list-style:none;
	}
	
	.linkList li:last-child {
		margin:0;
	}
}


/* === 別窓アイコン === */
.level2Block .newWin {
    background: url(/common/img/icon_out1.png) right 0.4em no-repeat;
    margin-right: 5px;
    padding-right:17px;
	color: #004386;
}
.level2Block .noteArea .newWin, .fs-12 .newWin, .fs_12 .newWin {
    background: url(/common/img/icon_out2.png) right 0.35em no-repeat;
    margin-right: 3px;
    padding-right: 14px;
	color: #004386;
}


/* === テーブル === */
table.price {
	width: 100%;
}
table td {
	background: #fff;
}
table th.sub, table td.sub {
	background: #f5fbff;
}
table.price th.sub, table.price td.sub {
	font-size: 90%;
}

.bgnone {
    background: #ffffff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
.bbdash {
    border-bottom: 1px dashed #ccc;
}
.btdash {
    border-top: 1px dashed #ccc;
}
.bdbold {
    border: 3px solid #ccc;
}
.btbold {
    border-top: 3px solid #ccc;
}
.blbold {
    border-left: 3px solid #ccc;
}
.brbold {
    border-right: 4px solid #ccc;
}
.bbbold {
    border-bottom: 3px solid #ccc;
}
.bgRed {
    background: #feeded;
}
.ofhid {
    overflow-x: hidden;
}
@media screen and (max-width:480px) {
    .ofhid {
        overflow-x: auto;
    }
}


/* === box === */
.box_hq_c .title {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
}
.box_hq_c .tel_506506_box, .tel_box .tel_506506_box {
	max-width: 336px;
	margin: 0.5em auto 0;
}

.box_otoku {
	width: 90%;
	margin: 0 auto;
}
.box_otoku .title {
	border-radius: 10px 10px 0 0;
	background-color: #333;
	padding: 0.3em 1em;
	color:#fff;
	font-weight:bold;
	text-align: center;
}
.box_otoku .detail {
	border-radius: 0 0 10px 10px;
	border-left: solid 4px #0168b7;
	border-right: solid 4px #0168b7;
	border-bottom: solid 4px #0168b7;
	background-color: #fff;
	padding: 0.3em 1em 0.6em;
	text-align: center;
}
.box_otoku .big {
	font-size: 140%;
}

.info_box {
	margin: 2.5em auto;
	padding: 1.5em 2em;
	background-color:#ffe8e8;
}
.info_box .txt_ttl {
	font-size: 115%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.8em;
}

.tel_box {
	border: 1px solid #ccc;
	text-align: center;
	max-width: 650px;
	margin: 0 auto;
	padding: 15px;
	background-color: #fff;
}
.tel_box .txt_ttl {
	font-size: 100%;
	margin-bottom: 0.6em;
}
.info_box .tel_box .txt_ttl {
	font-weight: normal;
}
.tel_box .txt_cap {
	font-size: 85%;
	margin-top: 0.8em;
}
@media screen and (max-width:480px) {
	.info_box {
		margin: 1.5em auto;
		padding: 1.5em 1em;
	}
	.tel_box {
		width: 100%;
		padding: 13px;
	}
	.tel_box .txt_ttl {
		font-size: 15px;
	}
	.tel_box .txt_cap {
		font-size: 12px;
	}
	.tel_box img {
		width: 90%;
	}
	.info_box .tel_box .tel_506506_box .tel_ind_txt {
		font-size: 11px;
	}
}

/* === リスト === */
.disc li {
	margin-bottom: 0.5em;
}
.disc li:last-child {
	margin-bottom: 0;
}
@media all and (-ms-high-contrast: none) {
	.box_otoku .title {padding: 0.5em 1em 0.3em;}
	.box_otoku .detail {padding: 0.5em 1em 0.6em;}
} /* IE11 */


/* === 東西分岐マップ === */
@media only screen and (min-width: 0px) and (max-width: 768px) {
	ul.area_list {
		margin:0;
		padding:10px 0;
		border-bottom:1px solid #ccc;
	}
	ul.area_list.first {
		padding:0 0 10px 0;
	}
	ul.area_list li {
		float:left;
		width:50%;
		margin:0;
		padding:0;
		list-style:none;
	}	
	ul.area_list li:before {
		content:url(/common/img/icon_right_arrow.png);
		margin-right:10px;
	}
}

/* === ポイント枠 === */
.point_words_box {
	width: 90%;
	border: solid 1px #ccc;
	padding: 1em 1.5em 0.3em;
	margin: 0 auto 1em;
	background: #fefbf0;
}
dl.point_words dt span {
	font-size:1.1em;
	font-weight:bold;
	color: #333;
	letter-spacing:0.1em;
}
dl.point_words dt {
	position: relative;
	border-radius: 0.3em;
	width: 8em;
	margin:0 1em 1em 0;
	padding: 0.3em 0;
	text-align: center;
	background: #ffc926;
	float:left;
	clear:both;
}
dl.point_words dt:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 98%;
	margin-top: -0.5em;
	border: 0.5em solid transparent;
	border-left: 0.7em solid #ffc926;
}
dl.point_words dd {
	width: calc( 100% - 9em);
	margin-bottom:0.2em;
	padding:0.2em 0;
	letter-spacing: 0.03em;
	line-height:1.5em;
	float:left;
}
@media all and (-ms-high-contrast: none) {
	dl.point_words dt { padding: 0.5em 0 0.3em; }
	dl.point_words dd { padding: 0.5em 0 0.2em; }
} /* IE11 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
	.point_words_box {
		width: 100%;
		padding: 1em 1em 0.6em;
	}
	dl.point_words dt {
		width: 6em;
	}
	dl.point_words dd {
		width: calc( 100% - 7em);
		margin-bottom: 0.5em;
	}
}
dl.point_words dt:last-child, dl.point_words dd:last-child {
	margin-bottom: 0 !important;
}

/* --- point_番号 --- */
dl.point_no {
	margin-bottom:1em;
}
dl.point_no dt span {
	width:4em;
	padding:0.1em 0;
	font-size:1.1em;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	display:block;
	background: #02428a;
}
dl.point_no dt {
	margin:0 1em 1em 0;
	float:left;
	clear:both;
}
dl.point_no dd {
	width: calc( 100% - 5.4em);
	margin-bottom:0.2em;
	padding:0.2em 0;
	line-height:1.5em;
	float:left;
}


/* === オプション === */
.option_block dd {
	margin-left: 20px;
}

.box-option span.box-option-dt {
    background-color: #3571c3;
    width: 7em;
    color: #fff;
	font-size: 90%;
    text-align: center;
    margin-right: 10px;
    padding: 0.1em 0 0.2em;
    display: inline-block;
	border-radius: 4px;
}
@media all and (-ms-high-contrast: none) {
	.box-option span.box-option-dt { padding: 0.4em 0 0.2em; }
} /* IE11 */
@media only screen and (min-width: 0px) and (max-width: 460px) {
	.option_block dd {
		margin-left: 0;
	}
}


/* === 画像 === */
.imagecenter {
	text-align: center;
	margin-bottom: 20px;
}

/* === バナーエリア === */
.bnr_area {
	max-width: 800px;
	margin: 30px auto;
	margin-bottom: 110px;
	line-height: 1.1;
}
.bnr_area h2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  word-break: keep-all;
}
.bnr_area h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}
.bnr_area h2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
@media screen and (max-width:768px) {
	.bnr_area img {
		margin: 0 auto;
	}	
}
@media screen and (max-width:480px) {
	.bnr_area {
		margin-bottom: 0;
	}	
}


/* ２年割_戸建て・集合住宅の選択画像 */
@media only screen and (min-width: 461px) and (max-width: 768px) {
	.ninen_select .left_img_hq {
		float: none;
		margin: 0 auto 10px auto !important;
	}
	.ninen_select .right_img_hq {
		float: none;
		margin: 0 auto 10px auto !important;
	}
}

/* === 追従メニュー === */
li.kojin_topNav_item.partition3 {
	width: 33%;
}
li.kojin_topNav_item.partition4 {
	width: 25%;
}

@media screen and (max-width:480px) {
	li.kojin_topNav_item.partition3, li.kojin_topNav_item.partition4 {
		width: 100% !important;
	}
}</pre></body></html>