<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {
    body {
        width: 1400px !important;
        zoom: .8;
    }
}
#bukkens{
    border: 1px solid #fff;
    height: 420px;
    width: 80%;
    margin: auto;
    background-color: #fff;
    border-radius: 22px
}
#slider-m{background:linear-gradient(180deg, #CCC,#EAEEF1);
    height: auto;
    padding-bottom: 5%;}
.tbl_spec h4{
			min-width: 100px;
			border-right: 5px solid #fff;
		}
/* 拡大 */
.zoomIn{
	animation-name:zoomInAnime;
	animation-duration:0.9s;
	animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
	transform: scale(0.6);
  }

  to {
      transform: scale(1);
  }
}



.slick-next {
    right: 0;
    display: block;
    width: 21px;
    height: 21px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    transform: rotate(
-45deg
);
    transform-origin: center center;
}


.slick-prev {
    left: 0;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    transform: rotate(
-45deg
);
    z-index: 11;
    transform-origin: center center;
}
	.blc_pc{display:block}
	.blc_sp{display:none}
	.txt_build{
		font-size : 14px;
		background: #e9edef;
		width: 97%;
		margin: 0 auto ;
		white-space:nowrap;
		
	}
	
	.txt_build2{
		font-size : 14px;
		background: #fff;
		width: 75%;
		margin: 0 auto ;
		white-space:nowrap;
	}
	
		.txt_build3{
		font-size : 13px;
		background: #fff;
		width: 93%;
		margin: 0 auto ;
		white-space:nowrap;
	}
	
	h1{
		padding: 0 10px;
		font-size : 220%;
		line-height: 1.1;
		margin-bottom: 23px;
		border-bottom: 10px solid #193559;
		font-weight : bold;
	}
	h2.headliner{
		font-size: 200%;
		padding: 17px 0;
		font-weight: bold;
		color:#193559;
		text-align:center;
	}
	h3.headliner{
		font-size: 17px;
		padding: 10px 24px 0;
		font-weight: bold;
		color: #193559;
		margin: 0 -5px 5px;
	}
	.tbl_spec{
		border :2px solid #fff;
	}
	.tbl_spec hr{
		display:none;
	}
	.tbl_spec hr.on{
		display:block;
		line-height: 0;
		padding: 0;
		margin: 0;
		border: 0;
		border-bottom: 5px solid #fff;
	}
	.tbl_spec h4,
	.tbl_spec p{
		display : inline-block;
		min-width: 140px;
		word-wrap:break-word;
		vertical-align: middle;
	}
	.tbl_spec h4{
		background:#c4cfd6;
		padding: 12px 10px;
	}
	.tbl_spec p{
		max-width: 60%;
		line-height: 1.2;
	}
	.tbl_spec_detail{
		border: 1px solid #000;
		width: 49%;
		font-size: 80%;
		float:left;

	}
	.tbl_spec_detail th{
		width: 140px;
		text-align: left;
		padding: 15px 10px;
		line-height: 1.1;
		background: #cecece;
		border-bottom : 1px solid #000;

	}
	.tbl_spec_detail td{
		text-align : left;
		padding: 15px 10px;
		line-height: 1.2;
		border-bottom : 1px solid #000;
	}
	.emb_map{
		/*width: 49%;
		float: right;*/
		text-align:center;
	}
	#blc_left{
		width: 45%;
		float: left;
		margin-left:4%;
	}
	#blc_right{
		width: 50%;
		float: right;
		/*background : #ffffff;*/
		padding: 0px 30px;
		font-size: 120%;
		font-weight: bold;
	}

#table-se{width: 50%;
    float: left;
    margin: 2% auto;}
	@media only screen and (max-width: 1200px){
		.txt_build {
			font-size: 92%;
		}
		.tbl_spec h4{
			min-width: 100px;
		}
		.tbl_spec p{
			min-width: 100px;
			padding: 7px 0;
		}
		.sp{display:block;}
	}
	@media only screen and (max-width: 750px){
		
		.sp{display:block;}
		.blc_pc{display:none}
		.blc_sp{display:block}
		.txt_build{
			/*font-size : 100%;*/
			background: #e9edef;
			width: 100%;
			margin: 10px auto 15px;
			
		}
		
		#fte{height:340px;}
				.txt_build2{
			
			background: #fff;
			width: 100%;
			margin: 10px auto 15px;
		}
		
		.txt_build3{
			
			background: #fff;
			width: 100%;
			margin: 10px auto 15px;
		}
		
		h1{
			margin: 20px 10px 10px;
		}
		h2.headliner {
			font-size:;
			margin: 0 0px 0px;
		}
		h3.headliner{
			font-size: 127%;
			margin: 0 0px 0px;
		}
		.tbl_spec hr{
			display:block;
			line-height: 0;
			padding: 0;
			margin: 0;
			border: 0;
			border-bottom: 1px solid #000;
		}
		.tbl_spec h4{
			min-width: 30%;
			width:19%;
			display:inline-block;
			padding: 33px 10px;
			line-height: 1.2;
		}
		.tbl_spec p{
			min-width: 65%;
			width:78%;
			display:inline-block;
			white-space:nowrap;
			vertical-align: middle;
		}
		.tbl_spec_detail{
			float:none;
			width: 100%;
		}
		.tbl_spec_detail th {
			width: 80px;
			padding: 5px 10px;

		}
		.tbl_spec_detail td{
			padding: 5px 10px;
		}
		.emb_map{
			width: 100%;
			float: none;
			margin-top: 15px;
			height: 200px;
		}
		.emb_map iframe{
			height :100%;
		}
		#blc_left{
			width: 100%;
			float: none;
			font-size: 14px;
			margin:auto;
		}
		#blc_right{
			width: 100%;
			float: none;
			font-size: 14px;
			padding: 10px 15px;
		}
		.main-content{
			width: 100%;
			margin : auto;
		}
		
		#table-se{width:100%;}
	}	
		@media only screen and (min-width: 751px){
.main {
    padding-top: 157px;
    display: block;
	}
	
	.spmap{display:none;}
}
		@media only screen and (max-width: 750px){
.main {
    display: block;
    padding-top:0;
    width: 100%;
    margin: auto;
	}
	
	#bukkens{
    border: 1px solid #fff;
    height:auto;
    width: 90%;
    margin: auto;
    background-color: #fff;
    border-radius: 22px
}

.spmap{display:block;}

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