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

/*=====================================================
COMMON-LAYOUT
======================================================*/

div#header_wrap{
	width:100%;
}

div#header{
	margin:0 auto;
	position:relative;
	max-width:1024px;
	padding:10px 10px 15px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

div#header h1{
	font-size:10px;
	font-weight:normal;
	margin:0 0 10px;
}

div#header h2{
	float:left;
	width:48.8%;
	line-height:0;
	font-size:0;
}

ul#headnavi{
	float:right;
	width:47.6%;
	font-size:0;
	line-height:0;
	max-width:395px;
}

.nav_btn{
	position:absolute;
	top:10px;
	right:10px;
	width:40px;
	display:none;
}
ul#headnavi li.s1 {
	float:left;
	width:15.45%;
	margin:0 3.275% 0 0;
	text-align:right;
}
ul#headnavi li.s2 {
	float:left;
	width:39%;
	margin:0 3.275% 0 0;
}
ul#headnavi li.s3 {
	float:left;
	width:39%;
}
ul#headnavi li.s1 p:nth-child(1) {
	margin:0 0 14%;
}


div#gnavi_wrap{
	position:relative;
	width:100%;
	border-top:1px solid #B3B3B3;
	border-bottom:2px solid #CCCCCC;
}
div#gnavi_wrap:before {
	content:"";
	position:absolute;
	top:-3px;
	left:0;
	width:100%;
	height:1px;
	border-top:1px solid #9A9A9A;
}

ul.pc_nav{
	max-width:1024px;
	margin:0 auto;
	font-size:0;
	line-height:0;
	letter-spacing:-0.4em;
}
ul.pc_nav li:nth-child(6) a:before
{
	content:url(../images/common/new.jpg);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 111;
}

ul.pc_nav li{
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
}
ul.pc_nav li:nth-child(1) {
	width:7.910%;
}
ul.pc_nav li:nth-child(2) {
	width:10.449%;
}
ul.pc_nav li:nth-child(3) {
	width:11.621%;
}
ul.pc_nav li:nth-child(4) {
	width:9.570%;
}
ul.pc_nav li:nth-child(5) {
	width:15.039%;
}
ul.pc_nav li:nth-child(6) {
	width:8.594%;
}
ul.pc_nav li:nth-child(7) {
	width:12.402%;
}
ul.pc_nav li:nth-child(8) {
	width:10.254%;
}
ul.pc_nav li:nth-child(9) {
	width:14.161%;
}
ul.pc_nav li a {
	width:100%;
	height:100%;
	display:block;
	position:relative;
}
ul.pc_nav li img.on {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	transition:all 0.5s ease-in-out;
}
ul.pc_nav li a:hover img.on {
	opacity:1;
}
ul.pc_nav li a.cr img.on {
	opacity:1;
}
ul.sp_nav {
	position: fixed;
	top: 70px;
	left:0;
	right:0;
	background:#333;
	z-index:9999;
	display:none;
}
.sp_nav li {
	float:left;
	width:25%;
	border:1px solid #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align:center;
	line-height:40px;
}
.sp_nav li a {
	padding:0 1%;
	display:block;
	background:#EEE;
	color:#333;
}
.sp_nav li a.cr,.sp_nav li a:hover {
	text-decoration:none;
	background:rgba(255,255,255,0.5);
}


.sp_nav li.inq {
	/*width:37.5%;*/
	width:50%;
}

.sp_nav li.inq a {
	text-decoration:none;
	background:#F1C454;
	color:#FFF;
}
.sp_nav li.res {
	width:50%;
}

.sp_nav li.res a {
	text-decoration:none;
	background:#740000;
	color:#FFF;
}

/*#sp_nav li:nth-child(6) a:before{
	content:"NEW";
	font-size: 10px;
	color: #F00;
}
#sp_nav li:nth-child(7) a:before{
	content:"NEW";
	font-size: 10px;
	color: #F00;
}*/


div#contents_wrap{
	width:100%;
}

div#mainimage_wrap{
	background: #EFEEEA;
}

div#mainimage{
	text-align: center;
}

div#container{
	max-width:1024px;
	margin:30px auto 50px;
	padding:0 10px;
}

div#footer_wrap{
	width:100%;
}
div#footer_wrap .wrapp{
	max-width: 1024px;
	margin: 0 auto;
}

div#footer{
	max-width:1024px;
	margin:0 auto;
	padding:0 10px;
}


#footer1{
	width:100%;
	border-top:1px solid #999999;
	position:relative;
}
#footer1:before {
	content:"";
	position:absolute;
	top:-3px;
	left:0;
	width:100%;
	height:1px;
	border-top:1px solid #999999;
}
#footer1 .tel{
	width: 68%;
	float: left;
}
#footer1 .tel li{
	float: left;
}
#footer1 .tel li:nth-child(1){
	width: 30.1%;
}
#footer1 .tel li:nth-child(2){
	width: 35.5%;
}
#footer1 .tel li:nth-child(3){
	width: 34.4%;
	box-sizing:border-box;
	padding-left: 10px;
}
#footer1 .btn{
	width: 30%;
	padding: 10px 0px;
	float: right;
}
#footer1 .btn li{
	width: 47.3%;
	float: left;
	margin-right: 5.4%;
}
#footer1 .btn li:nth-child(2){
	margin-right: 0px;
}



#footer2{
	padding:5px 0 0 0;
	border-top: 1px solid #ccc;
}
div#footer2 ul{
	max-width:1024px;
	margin: 0 auto;
	text-align:center;
	letter-spacing:-0.4em;
}
#footer2 ul li{
	display:inline-block;
	letter-spacing:normal;
	vertical-align:top;
	margin:0 0 5px;
	padding:0 0 0 5px;
}

#footer2 ul li:after{
	content: " |";
	color: #666;
}
#footer2 ul li:last-child:after{
	content: "";
}



#footer3{
	border-top: 1px solid #ccc;
}
#footer3 ul{
	max-width: 817px;
	margin: 0 auto;
	padding: 20px 0px;
}
#footer3 ul li{
	width: 48.75%;
	float: left;
	margin-right: 2.5%;
}
#footer3 ul li:last-child{
	margin-right: 0px;
}



#footer4{
	padding: 20px 0px;
	background: #D8DBE4;
	font-size: 10px;
}
#footer4 .ftxt{
	width: 100%;
	max-width: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#footer4 .ftxt .ttl{
	background: #fff;
	text-align: center;
	padding: 5px 0px;
	margin-bottom: 10px;
}
#footer4 .ftxt a{
	text-decoration: underline;
}
#footer4 .ftxt2{
	float: right;
}
#footAreaWrapper {
	background:#CCC;
	padding:20px 0;
}
#footArea {
	max-width:1024px;
	margin:0 auto;
	font-size:11px;
	
}

#presentation {
	float:right;
	/*width:60%;*/
	width:46%;
}

#footArea dl, #footArea dd ul {
	margin-right:30px;
	float:left;
}
.snt01  {
	width: 40%;
}
 #footArea dd .st01 {
	width: 49%;
	 float: left;
	 margin-right: 5px !important;
}
 #footArea dd .st02 {
	width: 49%;
	 float: right;
	 margin-right: 0!important;
}
#footArea dl, #footArea dd ul li {

}
#footArea dt {
	background: #333;
    padding: 2px 5px;
	color:#FFFFFF;
    margin-bottom: 5px;
    font-size: 10px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#footArea dt a { 
	text-decoration:underline !important;
}

#kintetu{
	padding: 10px 0px;
	border-top:1px solid #999999;
	position:relative;
	margin:3px 0 0 0;
	border-bottom:1px solid #CCCCCC;
}
#kintetu:before {
	content:"";
	position:absolute;
	top:-3px;
	left:0;
	width:100%;
	height:1px;
	border-top:1px solid #CDCDCD;
}

#kintetu .flogo{
	max-width: 460px;
	margin: 0 auto;
	font-size: 10px;
}
#kintetu .flogo .kin{
	width: 47%;
	float: left;
}
#kintetu .flogo .trust{
	width: 47%;
	float: right;
}

#kintetu .flogo a{
	text-decoration: underline;
}
#copyright{
	color:#333;
	padding:3px 0;
	text-align: center;
}
address{
	max-width:1024px;
	margin:0 auto;
	padding:10px 10px 0px;
	text-align: center;
	font-style:normal;
	font-size:10px;
}

#footer1{
	padding-bottom: 10px;
}
#footer1 .tel{
	position: relative;
}
#footer1 .tel:after{
    text-align: right;
    height: 10px;
	position: absolute;
	right: 0px;
	bottom: -1px;
	font-size: 10px;
	color: #f00;
	font-weight: bold;
    margin-top: -10px;
	padding-right: 16px;
	content: "";
}

@media screen and (max-width: 900px){

#presentation {
	float:none;
	width:98%;
	padding-top:20px;
}
.snt01  {
	float:none;
	width:98%;
	padding-top:20px;
}
#footArea dd .st01 {
	width: 98%;
	float:none;
}
	#footArea dd .st02 {
	width: 98%;
	float:none;
}

#footArea dl, #footArea dd ul {
	margin-right:0;
	float:none;
}
#footArea dt {
}
#footArea dt a { 
	text-decoration:underline !important;
}

}
@media screen and (max-width: 800px){
	
	div#contents_wrap {
		margin-top: 70px!important;
	}	
	div#header h1{
		display:none;
	}
	ul#headnavi{
		display:none;
	}
	ul.pc_nav{
		display:none;
	}
	.nav_btn{
		display:block;
	}
	
	div#header_wrap{
		height: 70px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
    	background: #fff;		
	}
	div#header h2{
		width: 70%;
		top:15px;
	}
	
	
	
	#footer1 .tel{
		padding-bottom: 20px;
	}
	#footer1 .tel:after{
		position: static;
		text-align: center;
		height: 10px;
		margin-top: -0px;
		padding-right: 0px;
		content: "";
	}
	
	#footer1 .tel li{
		float: none;
	}
	#footer1 .tel li:nth-child(1),
	#footer1 .tel li:nth-child(2),
	#footer1 .tel li:nth-child(3) {
		width: auto;
		text-align: center;
	}

	#footer1 .tel{
		width: auto;
		float: none;
	}
	#footer1 .btn{
		width: auto;
		float: none;
	}
	#footer1 .btn li{
		width: 50%;
		text-align: center;
		margin-right: 0px;
	}
	
	#footer3 ul {
		max-width: auto;
		padding: 20px 10px;
	}
	#footer3 ul li {
		width: auto;
		float: none;
		margin-right: 0%;
		text-align: center;
	}
	
	div#footer_wrap .wrapp{
		padding: 0px 10px;
	}
	

	
}


@media screen and (max-width: 600px){

}







/* INNER */



#ttlWrap{
}

#ttl{
	background: #F5F6F9;
	margin:0 auto;
	position:relative;
}

div#ttl h2{
	text-align:center;
	font-size:0;
	line-height:0;
	padding:18px 10px;
}

div#ttlWrap .bread{
	text-align:left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 6px 10px;
	box-sizing:border-box;
}

div#ttlWrap .bread p{
	max-width:1024px;
	margin:0 auto;
	padding-left:10px;
}

div#ttlWrap .bread p a{
	color:#666;
}


@media screen and (max-width: 600px){

	div#ttlWrap .bread{
		/*display:none;*/
	}
	
	div#ttl{
		border-bottom: 1px solid #ccc;
	}
	
	#kintetu .flogo{
		text-align: center;
	}
	#kintetu .flogo .kin{
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	#kintetu .flogo .trust{
		width: auto;
		float: none;
	}
	.sp_nav li {
		width:50%;
	}
	.sp_nav li.inq {
		width:100%;
	}
	.sp_nav li.res {
		width:100%;
	}
	
	
}




/*  outline */


.t-format1 {
	background:#fff;
	border-collapse:collapse;
	padding:0;
	width:100%;
}

.t-format1 tr{
	border-bottom:1px dotted #d1d1d1;
}
.t-format1 th {
	width:170px;
	padding:8px;
	text-align:left;
	vertical-align: top;
}
.t-format1 td {
	padding:8px;
	background:#fff;
}
.t-format1 td table td { border:none; }







@media screen and (max-width: 600px){

.t-format1 tr{
	display:block;
}
.t-format1 th {
	display:block;
	width:auto;
	padding-bottom: 0;
}
.t-format1 td {
	display:block;
}




}

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