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





/* ************************************************************************************************************************ */

/* 

	Background

*/

/* ************************************************************************************************************************ */

ul#menu .contact a {
	color: #6699cc !important;
	position: relative;
}



.bgImage{

	background: url(../../contact/images/background.jpg) repeat-x;

}



#contents,

#categoryIndex{

	margin-top: 55px;

	color: #666666;

	min-height:490px;

	_height:490px;		

}



#shika{

	position: absolute;

	top: 365px;

	left: 998px;

}

.ttl {
	color: #000;
	font-size: 21px;
	font-family: Times;
}

.txtList {
	margin: 20px 0 21px;
	overflow: hidden;
}

.txtList li {
	position: relative;
	margin-right: 35px;
	padding: 2px 0;
	width: 58px;
	float: left;
	color: #9bbbe0;
	float: left;
	font-size: 16px;
	text-align: center;
	border: 1px solid #D1D1DA;
	box-sizing: border-box;
	background-color: #fff;
	font-family: Times;
	border-radius: 3px;
}

.txtList li:before {
	margin-top: -4px;
	width: 5px;
	height: 7px;
	background: url(../../contact/images/icon01.png) no-repeat right;
	background-size: 5px auto;
	position: absolute;
	top: 50%;
	right: -20px;
  
	content: ""; 
}

.txtList li:nth-child(2) {
	width: 110px;
}

.txtList li:last-child {
	width: 150px;
	margin-right: 0;
}

.txtList li:last-child:before {
	background: none;
}

.txtList li.on {
	color: #528cd2;
}

@media screen and (max-width: 767px) {
	ul#menu .contact a {
		color: #000 !important;
		text-decoration: none !important;
	}
	
	.bgImage{

		background: none;
	
	}
	
	
	
	#contents,
	
	#categoryIndex{
	
		margin-top: 0;
	
	
		min-height: inherit;
	
	}
	
	
	
	#shika{
		display: none;
	
	}
	
	
	.ttl {
		margin-top: 22px;
		font-size: 16px;
	}
	
	.txt {
		margin-top: 14px;
		font-size: 14px;
		line-height: 1.71;
		color: #333;
	}
	
	.txtList {
		margin: 20px 0 12px;
	}
	
	.txtList li {
		margin-right: 20px;
		font-size: 14px;
	}
	
	.txtList li:before {
		width: 4px;
		background-size: 4px auto;
		right: -14px;
	}
			
}

@media screen and (max-width: 400px) {
	.txtList li {
		margin-right: 10px;
	}
	
	.txtList li::before {
		right: -8px;
	}
	
	.txtList li:nth-child(2) {
		width: 90px;
	}
	
	.txtList li:last-child {
		width: 120px;
	}

}


/* ************************************************************************************************************************ */

/* 

	category index

*/

/* ************************************************************************************************************************ */



.pTitle{

	padding: 0 30px 15px 30px;

	background: url(../images/line.png) no-repeat center bottom;

}



.pBody{

	padding: 0 30px 30px 30px;

}



.pBody p.label{

	margin-top: 20px;

}



.pBody em a {

	font-style: normal;

	font-weight: 800;

	color: #333333;

	text-decoration: none;

}



.pBody div p.body-txt,

.bg-white p.body-txt {

	font-family: Arial, Helvetica, sans-serif;

	line-height: 1.4;

}



.bg-white {

	border: solid 1px #E8E8E8;

	background: #fff;

	padding: 20px;

}



.bg-white a {

		outline: none;

		display: block;

		width: 153px;

		height: 33px;

		padding-top: 20px;

}



.pBody p strong {

	display: block;

	margin-bottom: 15px;

}



ul.catIndex{

	margin: 40px 0 0 0;

}



ul.catIndex li{

	font-size: 1.084em;

	margin: 0 0 10px 0;

	width: 320px;

	height: 60px;

	float: left;

	overflow: hidden;

}



ul.catIndex li a{

	height: 60px;

	padding-left: 110px;

	display: block;

	overflow: hidden;

	color:#6699CC;		

	text-decoration: none;

}



ul.catIndex li a:hover{

	color:#6699CC;	

	text-decoration: underline;

}



ul.catIndex li.p02,

ul.catIndex li.p04{

	margin: 0 0 20px 30px;

}





ul.catIndex li.p01 a{

	background: url(../../company/images/thumb_company01.jpg) no-repeat left top;

}



ul.catIndex li.p02 a{

	background: url(../../company/images/thumb_company02.jpg) no-repeat;

}



ul.catIndex li.p03 a{

	background: url(../../company/images/thumb_company03.jpg) no-repeat;

}





ul.catIndex li.p01 a:hover{

	background: url(../../company/images/thumb_company01.jpg) no-repeat left bottom;

}



ul.catIndex li.p02 a:hover{

	background: url(../../company/images/thumb_company02.jpg) no-repeat left bottom;

}



ul.catIndex li.p03 a:hover{

	background: url(../../company/images/thumb_company03.jpg) no-repeat left bottom;

}
@media screen and (max-width: 767px) {
	.pTitle {
		padding: 0 25px 12px;
	}
	
	.pBody {
		padding: 0 5% 30px;
	}
}




/*
20110929 added 
*/

/* --------------------------------------------------------
   contact
--------------------------------------------------------- */

#contents .wrapper .title {
	margin: 0 0 50px;
}
#contents .wrapper .title p {
	font-size: 12px;
}

#contents .wrapper .form {
	font-size: 12px;
	line-height: 150% ;
	margin: 0 0 37px ;
}
#contents .wrapper .form img {
	margin: 20px 0 22px;
}
#contents .wrapper .form th {
	background-color: #E0E0DE ;
	padding: 20px 12px;
	border-bottom:  #FFFFFF solid 2px ;
	vertical-align: text-top ;
}
#contents .wrapper .form td {
	border-bottom:  #E0E0DE solid 1px ;
	padding: 11px 20px;
}
#contents .wrapper .form td.list1 {
	border-top: #E0E0DE solid 1px ;
}
#contents .wrapper .form select {
	border: #A5ACB2 1px solid ;
}
#contents .wrapper .form textarea {
	border: #A5ACB2 1px solid ;
}
#contents .wrapper .form input {
	border: #A5ACB2 1px solid ;
}
#contents .wrapper .form p.indicates {
	font-size: 10px;
	margin: 0 0 5px;
}
#contents .wrapper .form .red {
	color: #DA1F0A ;
}


#contents .wrapper .buttom {
	text-align: center ;
	margin: 0 auto ;
	padding: 13px 0 0 ;
}
#contents .wrapper .buttom input.btmspace {
	margin: 0 20px 0 0 ;
}
#contents .wrapper .secure {
	float: left ;
}

/* --------------------------------------------------------
   error
--------------------------------------------------------- */
#contents .wrapper .warning {
	padding: 15px ;
	margin: 0 0 20px ;
	border-bottom: #F1EFED solid 1px ;
	background-color: #F1EFED ;
	color: #E41D1D ;
}
#contents .wrapper .warning p {
	font-size: 12px;
	font-weight: bold ;
	margin: 0 0 5px ;
}
#contents .wrapper .warning li {
	font-size: 10px;
	line-height: 150%;
	list-style-type: square;
	margin-left: 2em;
}

/* --------------------------------------------------------
   completion
--------------------------------------------------------- */
#contents .wrapper .form .thanks {
	margin: 0 auto ;
	padding: 30px ;
	width: 550px ;
	border: #DFDFDF solid 3px ;
	background-color: #F7F7F7 ;
	color: #4D4D4D ;
}

@media screen and (max-width: 767px) {
	#contents .wrapper .form {
		margin: 0 ;
	}

	#contents .wrapper .secure {
		float: none;
		text-align: center;
	}
	
	#contents .wrapper .secure table {
		margin: 0 auto;
	}
	
	#contents .wrapper .buttom {
		margin: 0 10px 20px;
	}
	
	#contents .wrapper .buttom input {
		width: 150px;
		height: auto;
	}
	
	#contents .wrapper .buttom input.btmspace {
		margin: 0 10px 0 0;
	}
	
	#contents .wrapper .form .thanks {
		margin: 30px auto;
		padding: 0;
		width: auto;
		border: none;
		background: none;
		color: #333;
		font-size: 14px;
		line-height: 1.71;
		text-align: left;
	}
		
	#contents .wrapper .form p.indicates {
		font-size: 14px;
		margin: 0 0 5px;
	}
	
	#contents .wrapper .form th {
		width: 100%;
		display: block;
		font-size: 14px;
		color: #333;
		padding: 15px 12px 16px;
		border-bottom:  none;
		box-sizing: border-box;
	}
	#contents .wrapper .form td {
		width: 100%;
		display: block;
		font-size: 14px;
		border-bottom:  none;
		padding: 10px 10px;
		box-sizing: border-box;
	}
	#contents .wrapper .form select {
		padding: 0 0 0 10px;
		width: 100% !important;
		height: 60px;
		box-sizing: border-box;
		border-radius: 2px;
	}
	
	#contents .wrapper .form textarea {
		padding: 10px;
		width: 100% !important;
		height: 150px;
		font-size: 14px;
		box-sizing: border-box;
		border-radius: 0;
	}
	
	#contents .wrapper .form input {
		padding: 0 10px;
		width: 100% !important;
		height: 60px;
		font-size: 14px;
		box-sizing: border-box;
		border-radius: 0;
	}

}

@media screen and (max-width: 370px) {
	#contents .wrapper .buttom input {
		width: 120px;
	}
}</pre></body></html>