<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
	/*background:url(../img/back_border.png);*/
	width: 100%;
	margin: 0 auto;
	font-family:Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
	color:#666;
}

a:link,a:visited{
	color:black;
	text-decoration:none;
}

a:hover,a:active{
	color:#1E9B19;
	text-decoration:underline;
}

img{
	max-width:100%;
}


.cf:after{
    content:" ";
    display:block;
    clear:both;
}
/*main*/
.main{
	max-width:1080px;
	margin:60px auto 0;
}


.limit_width_hf{
	max-width:1050px;
	margin:0 auto;
}

/*h-tag*/
h2{
	font-size:170%;
	font-weight:400;
	border-bottom:3px double #2c1;
	padding-left:40px;
	margin-top: 60px;
	margin-bottom:15px;
	background: url(../img/oilcube.png)5px 8px no-repeat;
}
@media(max-width:600px){
	h2{
		background-size:17px;
	}
	h2:first-child{
		margin-top:0;
	}
}

h2.mgt0{
	margin-top:0;
}

/*font-size*/
.fs110{
	font-size:110%;
}


/* header */
.topbar{
	background-color:#2c1;
	padding:8px 0;
	text-align:center;	
}
.topbar h1{
	font-size:15px;
	font-weight:normal;
	color:#fff;
}
.big_header{
	/* background-color:#eee; */
	height: 190px;
	border-bottom:1px solid #2c1;
} 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 16px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background:white;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

#call{
	width:36px;
    display: none;
    position: absolute;
    right: 63px;
    top: 8px;
    cursor: pointer;
    z-index: 100;
}

.logo{
	margin: 38px 10px 3px 30px;
	text-align:left;
}

.logo2{
	margin-top:25px;
	margin-right:30px;
}


#global-nav{
	margin-top:10px;
	display:block;
	text-align:center;
}


#global-nav a {
	display:inline-block;
	color:#3a2;
	letter-spacing:2px;
	font-size:110%;
	text-shadow:rgba(0,200,0,0.2) 2px 2px 2px;
	margin:0 0 0 -1px;
	padding: 10px 34px;
	border:1px solid #9c9;
	background:linear-gradient(#fff, #efe);
}
@media (max-width:1060px){
	#global-nav a {
		padding:10px 20px;
	}
}
@media (max-width:920px){
	#global-nav a {
		padding:10px 10px;
	}
}
@media (max-width:800px){
	#global-nav a {
		width:30%;
		border-radius: 0px 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px 0px;
		-moz-border-radius: 0px 0px 0px 0px;
		letter-spacing:1px;
	}
}
#global-nav a:hover {
	background:linear-gradient(#fff, #ffa);
	text-decoration:none;
	color:#6d4;
	letter-spacing:2px;
}

@media (min-width:801px){
	#global-nav a:first-child {
		border-radius: 10px 0px 0px 10px;
		-webkit-border-radius: 10px 0px 0px 10px;
		-moz-border-radius: 10px 0px 0px 10px;
	}
	#global-nav a:last-child {
		border-radius: 0px 10px 10px 0px;
		-webkit-border-radius: 0px 10px 10px 0px;
		-moz-border-radius: 0px 10px 10px 0px;
	}
}
/*header*/

/*topview*/
.topview{
	width:100%;
	text-align:center;
	background:url(../img/topview_bg.png) center top repeat;
	padding: 50px 20px 30px;
	border-bottom:1px solid #2c1;
}
.topview img{
	margin:0 auto;
}
.pagetitle{
	width:100%;
	text-align:center;
	background:url(../img/topview_bg.png) center top repeat;
	border-bottom:1px solid #2c1;
}
.pagetitle_inner{
}

.pagetitle h1{
	background:url(../img/oil_circle.png) right 30px no-repeat;
	display:block;
	max-width: 1050px;
	margin:0 auto;
	font-size:260%;
	font-weight:normal;
	text-align:left;
	padding: 65px 50px 35px;
}

@media (max-width:800px){
	.topview{
		padding:100px 20px 20px;
	}
	.pagetitle{
		padding-top:0px;
	}
	.pagetitle h1{
		text-align:center;
		background:url(../img/oil_circle.png) center 40px no-repeat;
	}
}
@media (max-width:500px){
	.topview{
		padding:30px 20px 20px;
	}
}

/* Ai??a??a?? footer*/
footer{
	background-color:#2c1;
	/* max-width:1600px; */
	width:100%;
	text-align:center;
	margin: 70px auto 0;
}
footer div{
	box-sizing:border-box;
}
.footer_left{
	float:left;
	width: 70%;
	text-align:left;
	padding:30px 1% 0;
}
.footer_menu{
	float:left;
	width:100%;
	text-align:left;
	padding:0 0 0 5px;
}
.footer_menu a{
	font-size:90%;
	letter-spacing:1px;
	display:inline-block;
	margin-left:14px;
	padding-left:14px;
	border-left:1px solid;
}
.footer_menu a:first-child{
	margin-left:0;
	padding-left:0;
	border-left:none;
}


.footer_logo {
	float:left;
	width: 40%;
	text-align:left;
	padding: 20px 3% 0 0;
}
.footer_info {
	float:left;
	width: 60%;
	text-align:left;
	padding:20px 3% 0 1%;
	color:#fff;
}
@media (max-width:950px){
	footer{
		font-size:90%;
	}
}

.footer_right {
	float:right;
	width:30%;
	text-align:left;
	padding:30px 2% 15px 1%;
	color:#fff;
}
@media (max-width:760px){
	.footer_left, .footer_right{
		width:100%;
	}

}
.footer_map{
	width:100%;
	height:150px
}

footer a:link,footer a:visited, .kuwashiku a:link, .kuwashiku a:visited{
	color:#ff5;	
}
.c{
	font-size:90%;
	font-weight:bold;
	letter-spacing:2px;
	padding:10px;
	border-top:1px dotted #fff;
	color:#fff;
}

/* Ai??a??a?? footer*/


/*index*/
#visual_top{
	max-width:1050px;
	width: 100%;
	margin: 0 auto 0;
	background-color:#ffe
}
.text {
	letter-spacing: 5px;
	font-size: 50px;
	font-family:  monospace;
	bottom: 13%;
	left: 5%;
	margin:0;
	padding:0;
	color: black;
    text-align: center;
	position:absolute;  
}

/* Toggle Button */
a.plate{
	background-color:#f6f6f6;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:5px 15px;
	text-decoration:none;
	color:#1E9B19;
}

a.plate:hover{
	background-color:#fcfcfc;
}



.article{
	padding:10px 0 15px;
}

.slide_news{
	width:98%;
	margin:0 1%;
}

.slide{
	width: 588px;
	float: left;
}


.news{
	width: 440px;
	padding-left: 35px;
	overflow: hidden;
	float:left;
}


.news p{
	font-size: 20px;
	margin: 5px 0 20px 0px;
	border-bottom: 1px solid #ccc;
	padding: 0 20px 3px;
	display:inline-block;		
}
.news iframe{
	height:305px;
	width:100%;
}

.news dt{
	font-size: 14px;
	margin: 0 0 0 10px;
	}

.news dd{
	font-size: 16px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	padding: 0 13px 5px 20px;
}

.mottomiru{
	font-size: 15px;
	line-height:200%;
	text-align: center;
	margin: 25px 0 5px;
}

.shoukai{
	font-size: 14px;
	padding:15px;
	width: 100%;
	background-color:#efe;
	margin: 10px auto 20px;
}


.blocks{
	width: 1050px;
	margin: 0px auto;
}

.block{
	float: left;
	width: 23%;
	overflow:hidden;
	border: 1px solid #ccc;
	margin: 20px 1%;
}
.block img{
	width:100%;
	vertical-align:bottom;
}
.top_pickup{
	width: 1050px;
	margin: 10px auto 30px;
}

.top_pickup figure{
	width: 31.333%;
	height: 305px;
	background-color: #fff;
	float: left;
	margin: 25px 1%;
	position: relative;
	box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.1);
}
figure .imgbox{
	height: 180px;
	overflow:hidden;
}
figure a h5,figure a h3,figure a .caption{
	color:#666;
}
figure a:hover h5,figure a:hover h3,figure a:hover .caption{
	color:#1E9B19;
}

figure h5{
	display:inline-block;
	text-align:left;
	font-size: 80%;
	font-weight:normal;
	border-bottom: 2px solid #7fcd0d;
	margin: 10px 13px 6px;
}

figure h3{
	text-align:left;
	font-size: 105%;
	padding:0;
	margin: 3px 13px 9px;
}

figure .caption{
	text-align:left;
	font-size: 90%;
	line-height: 130%;
	margin: 5px 13px;
}

.top_pickup img{
	width: 100%;
}

.kuwashiku{
	display:inline-block;
	float:right;
	margin-left:15px;
	background-color:#2c1;
	padding:10px 15px;
	border-radius:4px;
	font-size:120%;
}

/*table*/
td,th{
	padding:5px 15px;
	border:1px solid #999;
}
table{
	border-collapse:collapse;
	margin:10px 0;
}
/*rycicle.html*/
.guide_rap{
	margin:2% auto 0;
	width:95%;
	font-size:18px;
	text-align:center;
}
/*rycicle.html*/


/*seizo.html*/

.type03 {
    border-top: 1px solid #4f4d47;
    border-right: 1px solid #4f4d47;
    width:98%;
    border-spacing: 0;
    margin:20px auto 0;
}

.type03 th, td {
    border-bottom: 1px solid #4f4d47;
    border-left: 1px solid #4f4d47;
    text-align: center;
    padding: 5px;
}
.type03 th{background-color:#2c1; color: #fff;}

.koutei_wrap{
	margin-top:20px;
}

.koutei{
	margin-left:31px;
	margin-right:39px;
	margin-bottom:30px;
}

.koutei_img{
	margin-bottom:20px;
}


/*seizo.html*/

/*pa.html*/
.q_a1{
	border:1px groove;
	margin-bottom:1%;
	border-radius:12px;
	padding:2%;
}

.q_a2{
	font-weight:bold;
	margin-bottom:10px;
}
.q_a3{
	padding-left:5%;
}

.q_a4{
	margin-bottom:60px;;
	border-radius:12px;
	padding:2%;
	border:1px groove;
}

/*pa.html*/

/*company.html*/
.company_aisatsu{
	padding:0 3%;
	text-align:left;
	font-size: 18px;
}
.company_aisatsu p{
	margin:13px 0;
}
.company_aisatsu a{
	color:#1E9B19;
	text-decoration:underline;
}


.company_syachou{
    float: right;
    width: 33%;
    margin: 20px 0 0;
}

.company_syachou2{
    margin-top: 20px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 1.2px;
}

.company_syachou3{
    font-weight: bold;
    font-size: 24px;
    margin-left:30%;
    letter-spacing:4px;
    text-align:right;
}

/*company.html*/

/*contact.html*/
.tel_rap{
    width: 100%;
    margin: 5% auto 3%;
    text-align:center;
}

.tel_font{
    width: 98%;
    font-size:35px;
    line-height:1.5;
}
.tel_font img{
	vertical-align:middle;
}

.eigyou_time{
	font-size: 26px;
    text-align: center;
    margin-bottom: 60px;
}


table.type04{
    border-collapse:collapse;
    text-align:center;
    line-height:1.5;
    /* border:1px solid #ccc; */
    width:92%;
    margin:2% auto 0;
}

table.type04 tr{
	height: 60px;
	border-bottom: 1px solid #ccc;
	border-top:  1px solid #ccc;
}
table.type04 tr:nth-child(3){
	display:none;
}

table.type04 th{
    width:30%;
    padding:10px;
    font-weight:bold;
    vertical-align:middle;
	border:none;
}
table.type04 td{
    width:40%;
    padding:10px;
    vertical-align: middle;
    border:none;
}


.houshin{
	text-align:left;
	margin:3% auto 0;
	font-size:18px;
	width:90%;
}

.houshin2{
	margin-top:1.5%;
	text-indent: -1rem;
    padding-left: 1rem;
}

.hissu{
	vertical-align: middle;
    margin-bottom: 1.3%;
}
.box2{
	margin-bottm:
}


/*contact.html*/

@media screen and (max-width:500px) {
	body{
		font-size:12px;
	}
	
	.main{
		margin:30px 0 0;
	}
	
	td,th{
		font-size:17px;
	}
	
	p{font-size:17px;}
	
	.pconly{
		display: none;
	}
	
	h3{
		margin-left: 3%;
		padding-top: 6%;
		background-position: bottom left;
		line-height: 1;	
	}
	
	h4{
		padding: 10px 20px 8px;
		font-size:130%;
	}

    .big_header{
	height:0;
	}
	
	.sp_header_logo{
	width:67%;
	max-width:260px;
    padding-top:1%;
    padding-left:9%;
    }
	
   
    /* Fixed reset */
    #global-nav {
        position: absolute;
        top: -504px;
        background: #034d25;
        /* padding-right:4px; */
        width: 100%;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        margin:0;
    }
    #global-nav a{
		width:100%;
        float: none;
    }
    #top-head #global-nav a,
    #top-head.fixed #global-nav a {
        display: block;
        padding: 16px 0;
        background-color:white;
        color:#034d25;
        font-size:150%
    }
    #nav-toggle {
        display: block;
    }
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	
	#top-head,.inner {
		z-index: 999;
		width: 100%;
		padding: 0;
	}
	
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0px;
	}
	
		/* Fixed reset */
	
	#mobile-head {
		background-color:#22cc11;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	
	#call{
		display: block;
	}
	
	   /*footer*/
    footer{
		padding-top:0px;
		border:none;
	}
	.footer_left{
		padding:0;
	}
	.footer_logo {
		width: 100%;
		text-align:center;
		padding: 20px 0% 0 0;
	}
	
	.footer_info {
		width: 100%;
		text-align:center;
		padding:10px 0 0%;
		color:#fff;
	}
	
	.footer_right {
		padding:10px 0 0;
		color: #fff;
	}
	.map-google iframe{
	    width:100%;
    }
	
	.google img{
		margin: 10px auto 0;
		text-align: center;
	}
	
	.google{
		width: 48%;
		margin: 10px auto 0;
		text-align: center;
	
	}
	   /*footer*/
	
	.index_text{
	    margin: 6px 0 15px;
	}
	
	.wrapper2{
        padding:0;
	}
	
	.slide{
		width: 100%;
	}
	
	.bxslider img{
		width: 100%;
	}
	
	.news{
		width: 100%;
		padding:0 3%;
		box-sizing:border-box;
	}
	
	.news p{
		text-align:center;
		font-size: 16px;
		width:100%;
		margin:0 auto 10px;
		border-bottom: 3px double #ccc;
	}
	
	.news dt{
		font-size: 13px;
		margin:5px 0 0 0;
	}
	
	.news dd{
		font-size: 14px;
		margin:0;
		border-bottom: 1px solid #ccc;
		width:100%;
		padding:0 0 5px;
	}
	
	.mottomiru{
		margin: 15px auto;
	}
	
	.yoshinaga{
		display: none;
	}
	
	.blocks{
		width: 99%;
		padding: 1%;
	}
	
	.block{
		width: 48%;
		margin: 10px 1%;
	}
	
	.top_pickup{
		width: 99%;
		padding: 1%;
	}
	
	.top_pickup figure{
		width: 100%;
		margin: 20px auto;
	}
	
	.topview img {
    	margin: 55px auto 0;
	}
	
	.kuwashiku{
		font-size: 20px;
		margin: 0px auto  0px;
	}
	
	.bottom{
		width: 99%;
		padding: 20px 1%;
		margin: 0 auto;
		color: green;
	}
	
	.bottomleft{
		width: 100%;
		margin: 0 auto 25px;
	}
		
	.bottomright{
		width: 48%;
		margin: 0 1%;
		height:110px;
	}
	
	.c{
		font-size: 15px;
		margin: 0;
	}
	
	/*seizo.html*/
	
	.box3{padding:0;}

	.box3 div{
		height:455px;
		width:96%;
	    font-size: 19px;
        font-weight: bold;
		margin-left:2%;
	}

	.box3 img{
		width:100%;}
		
		
	#demo01 table {width: 98%;border:none;padding: 10px;}
	#demo01 thead { display: none;}
	
	#demo01 tr {
		display: block;
		margin-bottom: 20px;
		border-top: 1px solid #4f4d47;
	}
	
	#demo01 td {
		display: block;
		text-align: center;
		border-right: 1px solid #4f4d47;
		border-bottom: none;
		padding: 0;
	}
	#demo01 td:nth-of-type(1) { background-color:#2c1; text-align: center; color: #fff;}
	#demo01 td:last-child { border-bottom: 1px solid #4f4d47;}
	#demo01 td:before {
		color: #4f4d47;
		display: block;
		background-color: #f5f3ec;
	}
	
	
	.koutei{
		margin:0 auto 20px;
		text-align:center;
	}

/*seizo.html*/
	
/*company.html*/
	.company_syachou{
		float:none;
		width:90%;
		margin:5% 0 0% 8%;
	}
	.company_syachou2{
		margin-top:8%;
		font-size:19px;
	}
	.company_syachou3{
        font-size: 23px;
	}
	
	.box{padding:0;}

    .box div{
		margin-bottom:10%;
		width:48%;
		height:150px;
		font-size:17px;
		font-weight:bold;
	}
	
	.type03{
		width:95%;
		margin:2em auto;
		border: 1.5px solid;
	}
		.type03 th{
		padding:3px;
		display:block;
	}
		.type03 td{
		padding:5px;
		display:block;
		text-align:center;
	}

/*company.html*/

/*contact.html*/
	.tel_rap{
		width:89%;
	    margin: 8% auto 4%;
	}	
	
	.tel_font {
    width: 97%;
    font-size: 26px;
    line-height: 1.4;
    font-weight: bold;
    }
	
	
	.eigyou_time {
        font-size:19px;
        margin:1% 3% 4% 3%;
		font-weight:bold;
    }
	
	table.type04{
		border-left: 5px solid #f0ffc6;
	}	
	
	table.type04 tr{
	    height:110px;
		border:none;
	}
	
	
	table.type04 th{
		width:85%;
		font-size:19px;
		text-align:left;
		display:block;
		padding:4% 0 0 0;
		margin:0 auto;	
	}
	table.type04 td{
		width:94%;
		display:block;
		margin:0 auto ;
	}
	.h35{
		height:35px;
		border:1px solid #ccc;
		}
		
	.houshin2 {
        margin-top: 3.5%;
        }
/*contact.html*/


/*pa.html*/
	.q_a1 {
		width:96%;
		padding: 4%;
		margin:5% auto 5%;
		text-align:center;
    }
	.q_a3{
		padding-left:0;
	}

/*pa.html*/



/*pa.html*/
    .co{
		font-size:18px;
	}
/*pa.html*/

/*recycl.html*/
	.guide_rap{
		font-size:20px;
		text-align:left;
	}
	.pdfclick{
		text-align: left;
		margin-left: 5%;
	}
/*recycl.html*/

}

.alert{
	color:#f60;
	padding-left:2em;
}</pre></body></html>