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





/* PC (1025～)
-----------------------------------------------------------------
----------------------------------------------------------------- */

@media print {


.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:10px;	
}



/* Common TitleBox
--------------------------------- */
section .titleBox{
	padding:10px 0px;
	margin:0px 0px 15px 0px;
	border-top:1px solid #231815;
	border-bottom:1px solid #231815;
	overflow:hidden;	
}
	.titleBox h2{
		display:block;
		width:50%;
		float:left;
		font-size:118%;
	}
		.titleBox h2 img{
			width:17px;
			height:auto;
			vertical-align:middle;
			margin-right:5px;
			margin-top:-3px;
		}
	.titleBox .allView{
		width:200px;
		height:auto;
		padding:3px;
		text-align:right;
		float:right;
	}
		.titleBox .allView img{
			width:10px;
			height:10px;
			margin-right:3px;
		}



/* section mainVisual
----------------------------------------------------------------- */
section.mainVisualIn{
	background:#231815 url(../images/main_pc.jpg) center top no-repeat;
}





/* section concept
----------------------------------------------------------------- */
section.concept{
	width:100%;
	height:auto;
	margin:0px auto;
	padding:0px 0px 50px 0px;
	background:#fff;
}
	section.concept .conceptBox{
		padding:0px 0px 0px 10px;
		border-left:3px solid #231814;
	}

	section.concept .conceptBox h3{
		display:block;
		font-size:143%;
		padding:5px 0px 5px 0px;
		background:#231814;
		color:#fff;
		margin-top:20px;
	}
	section.concept .conceptBox p{
		font-size:125%;
		padding:15px 0px 0px;	
		line-height:1.99em;
	}
	
	
	section.concept .conceptDetail{
		background:#F2F2F2;
		padding:15px;
		margin:25px 0px 0px 0px;
		overflow:hidden;
	}
		.conceptDetail h4{
			font-size:118%;
			font-weight:bold;
			border-top:1px dotted #231814;
			border-bottom:1px dotted #231814;
			margin-bottom:15px;	
			padding:3px 0px;
		}
		.conceptDetail p{
			display:block;
			width:570px;
			float:right;
			font-size:100%;
			line-height:1.78em;
		}
		.conceptDetail figure{
			width:276px;
			height:auto;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
			float:left;
		}
			.conceptDetail figure img{
				width:100%;
				height:auto;
			}



	

/* section time
----------------------------------------------------------------- */
section.time{
	width:100%;
	height:auto;
	margin:0px auto;
	padding:0px 0px 50px 0px;
	background:#fff;
}
	section.time .timeBox{

	}
		.timeBox .tableBox td{
			padding:8px 8px;
			border-right:3px solid #fff;
			border-bottom:3px solid #fff;
		}
		.timeBox .tableBox table{
			border-left:3px solid #fff;
			border-top:3px solid #fff;
		}
	
	
	
/* section access
----------------------------------------------------------------- */	
	
section.access .accessBox{
	padding:10px 0px 45px 0px;
}
	section.access .accessBox .googleMap{
		clear:both;
		width:100%;
		height:auto;	
		margin:0px 0px 0px 0px;
		padding:0px 0px 10px 0px;
	}
		.googleMap #map_basic{
			width:100%;
			height:450px;	
		}
		.googleMap p{
			padding:8px 0px 0px 0px;
		}	

	section.access .accessDetail{
		padding:10px 0px 0px 0px;
	}
	a.spNavBtn{display:none;}
	
	
	
	
/* section company
----------------------------------------------------------------- */
section.company{
	width:100%;
	height:auto;
	margin:0px auto;
	padding:0px 0px 70px 0px;
	background:#fff;
}

		section.company .tableBox td{
			padding:8px 8px;
			border-right:3px solid #fff;
			border-bottom:3px solid #fff;
		}
		section.company .tableBox table{
			border-left:3px solid #fff;
			border-top:3px solid #fff;
		}	
	



}





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