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

#coGreeting p,
#coConcept p,
#coConcept li,
#coOutline th,
#coOutline td,
.privacyTxt p,
.privacyTxt li{
	line-height: 1.5;
}
	#coPoint{
		margin-top: 30px;
	}
		#coPoint li{
			border: dotted 1px #006cb8;
			padding: 15px;
			margin-top: 10px;
		}
		#coPoint li:first-child{
			margin-top: 0;
		}
			#coPoint li span{
				display: block;
				font-weight: bold;
				margin-bottom: 10px;
			}

#gMap {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}
 
	#gMap iframe,
	#gMap object,
	#gMap embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
#coPrivacy section{
	margin-top: 40px;
}
	.privacyTxt ul{
		margin-top: 15px;
	}
		.privacyTxt li{
			list-style: disc;
			margin-left: 1.5em;
		}


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


#pageTitle:before{
	content: '企業情報';
}

#coGreeting:before,
#coOutline:before,
#coPrivacy:before{
	display: block;
	background: #006cb8;
	color: #fff;
	font-size: 16px;
	padding: 10px 15px;
	text-align: center;
	margin-bottom: 20px;
}
#coGreeting:before{ content: '代表挨拶・わたしたちの想い'; }
#coOutline:before{ content: '会社概要'; }
#coPrivacy:before{ content: 'プライバシーポリシー'; }

	#coGreeting #sign{
		text-align: right;
		margin-top: 20px;
	}
		#coGreeting #sign img{
			max-width: 100%;
		}
#coConcept{
	margin-top: 40px;
}

#coAccess{
	margin-top: 40px;
}
	#coOutline table{
		width: 100%;
		border-collapse: collapse;
	}
		#coOutline th,
		#coOutline td{
			display: block;
			border: solid 1px #ccc;
		}
		#coOutline th{
			padding: 10px 15px;
			background: #eee;
		}
		#coOutline td{
			padding: 15px;
		}

#companySpMenu{
	margin-top: 50px;
	width: 100%;
	border-top: solid 1px #ccc;
}
	#companySpMenu li {
		width: 100%;
		position: relative;
	}
	#companySpMenu li a{
		display: block;
		border-bottom: solid 1px #ccc;
		font-size: 14px;
		font-weight: bold;
		line-height: 46px;
		text-decoration: none;
		padding: 0 15px;
	}
	#companySpMenu li a:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 15px;
		width: 10px;
		height: 10px;
		margin: -6px 0 0 0;
		border-top: solid 3px #00afe2;
		border-right: solid 3px #00afe2;
		-webkit-transform: rotate(45deg);
      		transform: rotate(45deg);
	}

#coPrivacy section:first-child{
	margin-top: 0;
}

}

@media screen and (min-width: 641px) and (max-width: 1000px) {

#pageTitle{
    background: url(images/pagetitle.jpg) no-repeat center;
    background-size: cover;
    /*background: #ccc;*/
}

#companyMenu{
	display: table;
	width: 100%;
	border-collapse: collapse;
}
	#companyMenu li{
		display: table-cell;
		width: 33.333333%;
		text-align: center;
		border: solid 1px #006cb8;
	}
	#companyMenu li.active{
		padding: 20px 0;
		background: #006cb8;
		color: #fff;
		font-weight: bold;
	}
		#companyMenu li a{
			display: block;
			padding: 20px 0;
			text-decoration: none;
			font-size: 14px;
			color: #006cb8;
			font-weight: bold;
		}
			#companyMenu li a:hover{
				background: #006cb8;
				color: #fff;
			}
#coGreeting,
#coConcept{
	margin-top: 40px;
}
	#coGreeting #sign{
		text-align: right;
		margin-top: 20px;
	}
	
#coOutline,
#coAccess{
	margin-top: 40px;
}
	#coOutline table{
		width: 100%;
		border-collapse: collapse;
	}
		#coOutline th,
		#coOutline td{
			padding: 15px;
			border-bottom: solid 1px #ccc;
		}
		#coOutline th{
			width: 10em;
		}

}

@media screen and (min-width: 1001px){

#pageTitle{
    background: url(images/pagetitle.jpg) no-repeat center;
    background-size: cover;
    /*background: #ccc;*/
}

#companyMenu{
	display: table;
	width: 100%;
	border-collapse: collapse;
}
	#companyMenu li{
		display: table-cell;
		width: 33.333333%;
		text-align: center;
		border: solid 1px #006cb8;
		font-size: 14px;
	}
	#companyMenu li.active{
		padding: 20px 0;
		background: #006cb8;
		color: #fff;
		font-weight: bold;
	}
		#companyMenu li a{
			display: block;
			padding: 20px 0;
			text-decoration: none;
			color: #006cb8;
			font-weight: bold;
		}
			#companyMenu li a:hover{
				background: #006cb8;
				color: #fff;
			}
#coGreeting,
#coConcept{
	margin-top: 40px;
}
	#coGreeting #sign{
		text-align: right;
		margin-top: 20px;
	}

#coOutline,
#coAccess{
	margin-top: 40px;
}
	#coOutline table{
		width: 100%;
		border-collapse: collapse;
	}
		#coOutline th,
		#coOutline td{
			padding: 15px;
			border-bottom: solid 1px #ccc;
		}
		#coOutline th{
			width: 15em;
		}

}

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