<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 .company p a {
	color: #6699cc !important;
	position: relative;
}

.bgImage{
	background: url(../../company/images/background.jpg) repeat-x;
}

#contents,
#categoryIndex{
	margin-top: 55px;
	color: #666666;
	min-height:490px;
	_height:490px;		
}

#shika{
	position: absolute;
	top: 365px;
	left: 998px;
}

@media screen and (max-width: 767px) {
	ul#menu .company p a {
		color: #000 !important;
		text-decoration: none !important;
	}
	.bgImage{
		background: none;
	}
	
	#contents,
	#categoryIndex{
		margin-top: 0;
		min-height: inherit;
	}
	
	#shika{
		display: none;
	}

}


/* ************************************************************************************************************************ */
/* 
	category index
*/
/* ************************************************************************************************************************ */

#categoryIndex .pTitle{
	padding: 0 30px 24px;
	background: url(../images/line.png) no-repeat center bottom;
}

#categoryIndex .pBody{
	padding: 0 30px 30px;
}

#categoryIndex .pBody p.label{
	margin-top: 22px;
}

ul.catIndex{
	margin: 41px 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_company04.jpg) no-repeat;
}
ul.catIndex li.p04 a{
	background: url(../../company/images/thumb_company05.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_company04.jpg) no-repeat left bottom;
}

ul.catIndex li.p04 a:hover{
	background: url(../../company/images/thumb_company05.jpg) no-repeat left bottom;
}


@media screen and (max-width: 767px) {
	#categoryIndex .pTitle{
		padding: 0 25px 18px;
	}
	
	#categoryIndex .pBody{
		padding: 0 5% 30px;
	}
	
	#categoryIndex .pBody p.label{
		margin-top: 4px;
	}
	
	ul.catIndex{
	 margin: -2px 3px 0 1px;
	}
	
	ul.catIndex li{
	  font-size: 14px;
   margin: 16px 0 0 !important;
   width: 47.5% !important;
   height: auto;
   line-height: 1.5;
	}
	
	ul.catIndex li .photo {
		margin-bottom: 7px;
	}
	
	ul.catIndex li .photo img {
		width: 100%;
	}
	
	ul.catIndex li:nth-child(2n) {
		float: right;
	}
	
	ul.catIndex li a{
		height: auto;
		padding-left: 0;
		color:#6699CC;		
	}
	
	ul.catIndex li a:hover{
		text-decoration: none;
	}
		
	ul.catIndex li a{
		background: none !important;
	}
	
	ul.catIndex li a:hover{
		background: none !important;
	}
	
}

.profile table{
	width: 704px;
	margin-bottom: 30px;
}

div.pBody .profile table th{
	width:195px;
    border-bottom:2px solid #528CD2; 
	color:#528CD2;
	font-weight:bold; 
	font-family: Arial; 
	font-size: 13px;
	text-align:center;
	padding:7px 0;
}

div.pBody .profile table td{
    border-bottom:1px dotted #528CD2; 
	color:#333; 
	font-family: Arial; 
	font-size: 12px;
	padding:7px 5px;
}

div.pBody .profile table td.space{
	border:none;
}

div.pBody ul.profile li{
    font-family: Arial;
	list-style-type : none;
}

@media screen and (max-width: 767px) {
	.profile {
		margin-top: 1px;
	}
	
	.profile table{
		width: 100%;
		margin-bottom: 30px;
	}
	
	div.pBody .profile table th{
		width:auto;
		display: block;
		border-bottom:none; 
		font-size: 14px;
		text-align:left;
		padding:16px 0 0;
	}
	
	div.pBody .profile table td.space {
		display: none;
	}
	
	div.pBody .profile table td{
		display: block;
		line-height: 1.71;
		border-bottom:2px solid #528CD2; 
		font-size: 14px;
		padding:3px 0 11px;
	}
	
	div.pBody .profile table td.space{
		border:none;
	}
	
	div.pBody ul.profile li{
		font-family: Arial;
		list-style-type : none;
	}

}


/*president*/
div.pBody .message-ph{
	float:right;
	margin:0 0 20px 20px;
	width:235px;
	height:271px;
}
div.pBody .message{
	float:left;
	width:705px;
	margin-top:20px;
}
div.pBody .message p{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
}

@media screen and (max-width: 767px) {
	div.pBody .message-ph{
		float:none;
		margin:0 0 20px;
		width:auto;
		height: auto;
		text-align: center;
	}
	div.pBody .message{
		float:none;
		width:auto;
		margin-top:20px;
	}
	div.pBody .message p{
		font-size:14px;
		line-height:1.71;
		color: #333;
	}

}

/*company profile*/
div.pBody .policy{
	margin-top:10px;
}
div.pBody .policy p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	line-height:1.4em;
}
div.pBody .policy li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:8px;
}




/*company standards*/
div.pBody #standards p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5;
}

div.pBody #standards p .bold{
 font-weight: bold;
}

div.pBody #standards h2.comTitle {
 font-weight: normal;
}

div.pBody #standards .logoBox {
display: flex;
flex-flow: nowrap;
justify-content:space-between;
margin: 40px 0;
}

div.pBody #standards .logoBox .img01 {
 width: 21.306%;
}

div.pBody #standards .logoBox .img02 {
 width: 17.045%;
}

div.pBody #standards .logoBox .img03 {
 width: 42.613%;
 display: block;
 margin: auto 0;
}

div.pBody #standards .logoBox .img01 img,
div.pBody #standards .logoBox .img02 img,
div.pBody #standards .logoBox .img03 img {
 width: 100%
}

div.pBody #standards h3 {
 font-size: 18px;
 line-height: 1.5;
 font-weight: bold;
 padding-top: 40px;
 margin: 40px 0 10px 0;
 border-top: 1px solid #aac6e8;
 color: #538cd2;
}

div.pBody #standards table{
}

div.pBody #standards table th{
	font-weight: bold;
	padding: 6px 0;
	width: 140px;
	font-size: 13px;
 vertical-align: top;
 line-height:1.5;
}

div.pBody #standards table td{
	padding: 6px 0;
	font-size: 13px;
 line-height:1.5;
}

div.pBody #standards .btn {
 display: flex;
 justify-content: space-between;
 margin: 30px 0 40px 0;
 font-size: 13px;
}

div.pBody #standards .btn li {
width: 49%;
}

div.pBody #standards .btn li a {
 display: inline-block;
 text-align: center;
 line-height: 120%;
 font-size: 13px;
 padding: 16px 0;
 width: 100%;
 background: #6699cc;
 color: #FFFFFF;
 text-decoration: none;
}

div.pBody #standards .btn li a:hover {
filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


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

div.pBody #standards p{
 font-size: 14px;
 line-height: 1.5;
 color: #333333;
 }
 
div.pBody #standards h2.comTitle {
font-size: 18px;
}
 
div.pBody #standards table,
div.pBody #standards table tbody,
div.pBody #standards table tr,
div.pBody #standards table th,
div.pBody #standards table td{
	display: block;
	width: 100%;
}
 
div.pBody #standards table th{
	padding: 0;
 font-size: 14px;
 line-height:1.5;
 color: #333333;
}

div.pBody #standards table td{
	padding: 0 0 12px 0;
 font-size: 14px;
 line-height:1.5;
 color: #333333;
}

div.pBody #standards .btn {
 display: block;
 margin: 20px 0 0 0;
 }
 
div.pBody #standards .btn li {
 width: 100%;
 margin-bottom: 14px;
 }
 div.pBody #standards .btn li a {
  font-size: 14px;
 }
}



/*movie*/
div.pBody #movie {
}
div.pBody #movie h2.movieTtl {
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 25px;
}
div.pBody #movie #display iframe{
	width: 100%;
}

@media screen and (max-width: 767px) { 
div.pBody #movie #display {
 position: relative;
 padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
 height: 0;
 overflow: hidden;
 margin-bottom: 20px;
}
div.pBody #movie #display iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
}



/* ************ヘッダーの抜け************** */
#contents .pTitle {
background:url("../images/line.png") no-repeat scroll center bottom transparent;
padding:0 30px 24px;
}
#contents .pBody {
padding:0 30px 30px;
}
#contents p.label01{
	font-size: 20px;
}


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

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