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

body{
	font-size: 14px;
}
a{
	color: #fff;
}

.inner{
	max-width: 980px;
	margin: 0 auto;
}
.column{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
/*--　footer
------------------------------*/
footer.cs_footer{
	background: url(/images/cs/footer/bg_footer.png);
	background-position: center 60px;
	background-repeat-y: inherit;
	background-color: #fff;
	line-height: initial;
	text-align: left;
	padding-top: 150px;
}
footer.cs_footer dl{
	overflow: hidden;
}
footer.cs_footer dl dt{
	float: left;
}
footer.cs_footer dl dd{
	float: left;
}
/*--　#footer-top
------------------------------*/
#footer-top{
	background: #07539F;
    overflow: hidden;
    padding: 30px 0;
}


/*--　.contact-title
------------------------------*/
.contact-title{
    width: 50%;
    float: left;
}
.contact-title h2{
	font-size: 42px;
    font-weight: bold;
    position: relative;
}
.contact-title h2 span{
	font-size: 16px;
	line-height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
}
.contact-title h3{
	padding-top: 20px;
}
.contact-title p{
	padding-top: 20px;
}

/*--　.content-inf
------------------------------*/
.content-inf{
	width: 50%;
	float: left;
}
.content-inf ul{

}
.content-inf ul li{
	display: inline-block;
	width: 300px;
}
.content-inf ul li:first-child a{
	font-size: 34px;
	padding-left: 55px;
	color: #fff;
	background: url(/images/cs/footer/icon-tel.png) no-repeat;
}
.content-inf ul li:nth-child(2){
	margin-top: 10px;
}
.content-inf ul li:nth-child(2) a{
	font-size: 34px;
	padding-left: 55px;
	color: #fff;
	background: url(/images/cs/footer/icon-phone.png) no-repeat;
}
.content-inf ul li:nth-child(3){
	display: block;
	margin: 5px 0 0 10px;
}
.content-inf ul li:nth-child(4){
	height: 45px;
	border: 1px solid #fff;
	margin-top: 10px;
}
.content-inf ul li:nth-child(4) a{
	text-align: center;
	padding: 11px 0 14px;
	background-color: #FF5C48;
	font-weight: bold;
}
.content-inf ul li a{
	display: block;
}
/*--　#footer-bottom
------------------------------*/
#footer-bottom{
	background: #0E6AB9;
	clear: both;
	padding: 30px 0;
}



/*--　.footer-nav
------------------------------*/
.footer-nav{
    height: 50px;
}
.footer-nav ul{
	overflow: hidden;
	display: inline-block;
}
.footer-nav ul li{
	float: left;
	border-left: 1px solid #fff;
	padding: 0 10px;
    width: 120px;
}
.footer-nav ul li:first-child{
	border-left: none;
	margin-left: 0;
}
.footer-nav ul li a{
	display: block;
	color: #fff;
	text-align: center;
}
.footer-nav ul.sitemap{
	padding: 16px 0px;
}
.footer-nav ul.sns{
	float: right;
}
.footer-nav ul.sns li{
	border-left: none;
	width: 50px;
	height: 50px;
	padding: 0;
	margin-left: 10px;
}
.footer-nav ul.sns li img{
	width: 100%;
	height: 100%;
}
/*--　.footer-inf
------------------------------*/
.footer-inf{
	padding-top: 20px;
}
.footer-inf dl{
	overflow: hidden;
}
.footer-inf &gt; dl &gt; dt{
    width: 225px;
    height: 73px;
}
.footer-inf &gt; dl &gt; dt a{
	display: block;
}
.footer-inf &gt; dl &gt; dt img{
	width: 100%;
	height: 100%;
}
.footer-inf &gt; dl &gt; dd{
	margin-left: 40px;
	float: right;
	padding: 6px 0 3px;
}
.footer-inf dl dd ul li{
	margin-top: 5px;
}
.footer-inf dl dd ul li:first-child{
	margin-top: 0;
}

/*--　#footer-copyright
------------------------------*/
#footer-copyright{
	background: #07539F;
	text-align: center;
	padding: 10px 0;
}



/*--　#service サービスコンテンツ
------------------------------*/
#service{
	/*background: rgba(255,255,255,0.7);*/
	background: url(/images/bg_gr.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
}
/*#services ul{
	overflow: hidden;
}
#services ul li{
	position: relative;
	float: left;
	width: 245px;
	border-right: 1px solid #eeeeee;
}
#services ul li:first-child{
	border-left: 1px solid #eeeeee;
}
#services ul li a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#services ul li figure{
	padding: 10px 0;
}
#services ul li figure .img-box{
	text-align: center;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
}
#services ul li figure .img-box img{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
}
#services ul li:first-child figure .img-box{
	background: #E83B25;
}
#services ul li:nth-child(2) figure .img-box{
	background: #ADD159;
}
#services ul li:nth-child(3) figure .img-box{
	background: #4DC2F1;
}
#services ul li:nth-child(4) figure .img-box{
	background: #A26FAD;
}
#services ul li figure figcaption{
	padding: 20px 10px 10px;
}
#services ul li figure figcaption h2{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#services ul li figure figcaption p{
	margin-top: 10px;
}
*/

/*--　#company　会社概要コンテンツ
------------------------------*/
#company{
	}






/*--　#access　アクセスコンテンツ
------------------------------*/
#access {
	position: relative;
}
#access .inner{
	z-index: 1;
}
#access #map_canvas{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}









/*--　#contact　お問い合わせコンテンツ
------------------------------*/





#footer-copyright {
    background: url(/images/bg_footer3.png) repeat-x;
    background-position: top left;
    padding: 39px 0 0;
}
#footer-copyright .inner{
	background: #07539F;
	padding: 10px 0;
	width: 100%;
	max-width: 100%;
}


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