@charset "UTF-8";

/*--------------------- column set ---*/
.col{
	padding-right: 20px;    
}

.col2-1, .col2-2, .col3, .col4{
    display: block;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    vertical-align: top;
}
.col2-1, .col2-2{
    width: 480px;
}
.col2-1:nth-child(2n),
.col2-2:nth-child(2n){
    margin-right: -20px;
}
.col3{
    width: 313px;
}
.col3:nth-child(3n){
    margin-right: -40px;
    width: 314px
}
.col4{
    width: 230px;
}
.col4:nth-child(4n){
    margin-right: -60px;
}
.col4:first-child,
.col4:nth-child(2),
.col4:nth-child(3),
.col4:nth-child(4){
    margin-top: 0;
}


.-border{
    border: solid 1px #cecece;
    box-sizing: border-box;
}

.text-box{
	padding:10px 20px;
}
.bnr-warp{
}

/*--------------------- top ---*/
.bx-wrapper{
	border:0px solid #000 !important;
}
#top h3{margin-bottom: 20px;}
.top-copy{
	text-align:center;
	font-size:1.4em;
}
.top-copy span{
	font-size:0.7em;
}
.top-copy span br{
	display:none;
}
#top h3 span{
	display:block;
	font-size:0.9em;
}
#top p{
	margin-bottom: 20px;
    line-height: 2em;
}
#top ul.arrow{
	margin:10px 0;
}
#top ul.arrow li{
	display:inline-block;
	background:url(../images/arrow_dot.png) no-repeat;
	background-position:0 4px;
	padding: 0 20px 10px 10px;
}
#top ul.arrow li.-non{
	background:none;
	padding: 0 20px;
	width:40%;
}


/*--------------------- safe ---*/
.safe-conf{
	margin-left: 20px;
}
.safe-conf img{
	float:right ;
	margin-left:20px;
	margin-top: -50px;
}
.safe-declaration{
	width:80%;
	margin:40px auto;
}
.safe-action{
    font-size: 0.9em;
}

/*--------------------- licence ---*/
.licence table{
    margin: 0 auto;
    border: #C9CACB solid 1px;
    width: 340px;
    margin-bottom: 40px;
}
.licence table th{
    background: #F39700;
    color: #fff;
    font-weight: normal;
    text-align: left;
}
.licence table th,
.licence table td{
    padding: 5px;
}
.licence table td{
    border-top: dotted 1px #C9CACB;
}
.licence table td:nth-child(2n){
    text-align: right;
}

/*--------------------- iso ---*/

.iso-img{
    float: right;
}
h2.iso{
    font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "游明朝","Yu Mincho" , serif !important;
    letter-spacing: 1.2em;
    text-align: center;
    margin: 60px 0 40px;
}
h3.iso{
    font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN", "游明朝","Yu Mincho" , serif !important;
    letter-spacing: 1.2em;
}
.iso-head p{
    width: 60%;
    margin: 40px auto;
    line-height: 2.2em;
}
.iso li{
    margin: 20px 20px 0 1em;
    text-indent: -1em;
}
.iso-03{
/*    text-align: center;*/
}

.iso-03 > h4{
    margin: 20px 0 5px;
    font-size: 1.15em;
}
.iso-03 > ul{
    margin-left: 10px;
}
.iso-03 > ul li{
    text-indent: -1em;
    margin: 5px 20px 0 1em;
}


/*--------------------- possession ---*/
.possesion .machine{
    position: relative;
}
.possesion .machine.-h01{
    height: 343px;
}
.possesion .machine.-h02{
    height: 363px;
}
.possesion .machine.-h03{
    height: 347px;
}
.possesion .machine.-h04{
    height: 330px;
}
.possesion .machine.-h05{
    height: 360px;
}
.possesion .machine.-h06{
    height: 268px;
}
.possesion .machine.-h07{
    height: 220px;
}
.possesion .machine.-h08{
    height: 280px;
}
.possesion .machine img{
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    margin: auto;
    vertical-align: bottom;
}
.possesion p{
    text-align: center;
}
.possesion .machine-list {
    margin: 50px 0 10px 0;
}
.possesion .car-title {
    text-align: left;
}


/*--------------------- business ---*/
.bsns-conf{
	margin-left: 20px;
}
.bsns-conf img{
	float:right ;
	margin-left:20px;
	margin-top: -80px;
    width: 40%;
}
.bsns-action,
.src-action{
    font-size: 0.9em;
}

.bsns.warp{
    margin-top: 40px;
}
.bsns > .-col3{
    float: left;
    width: 730px;
}
.bsns .-col3 > .-col{
    width: 230px;
    display: inline-block;
    margin: 20px 10px 0 0;
    vertical-align: top;
}
.bsns .-col3 > .-col:nth-child(3n){
    margin-right: -20px;
}
.bsns .-flow-warp{
    float: right;
    width: 230px;
}
.bsns .-flow-warp.-no{
    float: none;
    width: 50%;
}
.bsns .-flow-warp.-no .-flow{
    margin: 0 40px;
}

.bsns ul.-flow li{
    background: #f7f7f7;
    border: solid 1px #5e5b5c;
    border-radius: 10px;
    height: 40px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
}
.bsns ul.-flow li:before {
    content: " ";
    display: block;
    position: relative;
    top: -13px;
    height: 13px;
    background: url(../business/images/arrow_flow_doc.png) no-repeat center center;
}
.bsns ul.-flow li.first:before ,
.bsns ul.-flow li.end:after {
    background: none;
}
.bsns ul.-flow li:after {
    content: " ";
    display: block;
    position: relative;
    top: 6px;
    height: 30px;
    background: url(../business/images/arrow_line_flow_doc.png) repeat-y center center;
}
.bsns ul.-flow li .small{
    vertical-align: top;
}
.bsns ul.notes li{
    font-size: 0.9em;
    text-indent: -1em;
    margin: 0 0 0.5em 1em;
    
}

/*--------------------- src ---*/
.src-conf{
	margin-left: 20px;
}
.src-conf p.txt{
    padding-top: 100px;
    
}
.src-conf img{
	float:right ;
	margin-left:20px;
    width: 50%;
}
.src-conf h3{
    padding: 40px 0 10px;
    text-align: center;
    font-size: 1.68em
}


/*--------------------- procedure-doc ---*/
.procedure-doc .text{
    float: left;
    width: 230px;
    margin-right: 20px;
}
.procedure-doc .text h3{
    border-bottom: solid 1px #5e5b5c;
    font-size: 1.846em;
    margin-bottom: 10px;
}

.procedure-doc .flow-warp .image{
    float: left;
    margin-right: 20px; 
}
.procedure-doc .flow-warp .image img{
    display: block;
    margin-bottom: 20px;
}
.procedure-doc .flow-warp .flow{
    float: left;
}
.procedure-doc .flow-warp .flow li{
    background: #f7f7f7;
    border: solid 1px #5e5b5c;
    border-radius: 10px;
    width: 240px;
    height: 40px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
}
.procedure-doc .flow-warp .flow li:before {
    content: " ";
    display: block;
    position: relative;
    top: -13px;
    height: 13px;
    background: url(../business/images/arrow_flow_doc.png) no-repeat center center;
}
.procedure-doc .flow-warp .flow li.first:before ,
.procedure-doc .flow-warp .flow li.end:after {
    background: none;
}
.procedure-doc .flow-warp .flow li:after {
    content: " ";
    display: block;
    position: relative;
    top: 6px;
    height: 30px;
    background: url(../business/images/arrow_line_flow_doc.png) repeat-y center center;
}
.procedure-doc .flow-warp .flow li.b01-04:after {
    height: 120px;
}
.procedure-doc .flow-warp .flow li.b02-02{
    margin-bottom: 250px;
}
.procedure-doc .flow-warp .flow li.b02-02:after {
    height: 250px;
}

.procedure-doc .flow-warp .flow li.b02-03:after {
    height: 330px;
}
.procedure-doc .flow-warp .flow li.b04{
    height: auto;
}

/*--------------------- asbestos ---*/
.-border-top{
    border-top: solid 1px #5e5b5c;
}
.level-box img{
    margin: 10px 0;
}


/*--------------------- a_waste_industry ---*/
.awi .-box{
    all:initial;
    display: inherit;
    width: 130px;
    margin: 10px 0;
    padding: 10px;
    border: solid 1px #5e5b5c;
    text-align: center;
}
.awi h3.-line{
    all:initial;
    display: inherit;
    width: 130px;
    margin: 10px 0;
    padding: 0 5px;
    border-left: solid 1px #5e5b5c;
    border-right: solid 1px #5e5b5c;
    text-align: center;
}
.awi .top-text{
    padding: 0 20px 20px 0;
}
.awi .top-text.-r{
    padding: 0 0 20px 0;
}
.awi dl.ability dt{
    margin-top: 20px;
}
.awi dl.ability dd{
    text-indent: 20px;
}


.awi dl.flow{
    display: table;
    margin-bottom: 20px;
    margin-right: 10px;
}
.awi dl.flow dt{
    display: table-cell;
    width: 180px;
}
.awi dl.flow dt:after{
    content: "";
    display: block;
    position: relative;
    top: 10px;
    height: 14px;
    background: url(../business/images/arrow_down.png)no-repeat center bottom;
}
.awi dl.flow dt.last:after{
    background: none;
}
.awi dl.flow dd{
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}
.awi .item li{
    float: left;
    width: 230px;
    text-align: center;
    margin-bottom: 20px;
}
.awi .item li:nth-child(2n){
    margin-left: 20px;
}
.awi .sale{
    float: left;
    width: 30%;
}
.awi .sales-img{
    float: left;
    width: 70%;
    text-align: right;
}
.awi .sales-img li{
    width: 180px;
    display: inline-block;
    margin: 0 10px;
    text-align: left;
    
}

/*--------------------- about_company ---*/
/* -- .table-01 / 左見出しあり / SP w100 -- */
.table-01{
	width:100%;
	border: solid 1px #d4d4d4;
    border-collapse: collapse;
    border-spacing: 0;
}
.table-01 tr{
    padding: 0;
    border-top: solid 1px #d4d4d4;
}
.table-01 tr:first-child{
    border: none;
}

.table-01 th{
	border-right: solid 1px #d4d4d4;
    background-color: #f8f6f6;
    font-weight: normal;
    width: 24%;
}

.table-01 th,
.table-01 td{
	padding:20px;
	border-right: solid 1px #d4d4d4;
	vertical-align:top;
	text-align:left;
}
.table-01 td .address li{
    display: table-cell;
    padding-right: 40px;
}
.table-01 td ul.client li{
    display: inline-block;
    padding-right: 10px;
}

.company-history .about-txt{
    float: left;
    width: 620px;
    margin-right: 40px;
}
.company-history .company-img{
    float: left;
    width: 300px;
}
.company-history .company-img img{
    width: 100%;
    margin: 0 0 20px 20px;
}
.company-history .about-txt > p{
    line-height: 1.8em;
    margin-bottom: 1.4em;
}
/*--------------------- kanna_shoten ---*/
.shoten-head{
    margin: 20px 0;
}
.shoten-head img{
    margin-right: 20px;
    float: left;

}
.shoten-head h3{
    padding: 10px 0;
    font-size: 1.1em;

}
h3.grey{
    background: #f2f2f2;
    border: solid 1px #5e5b5c;
    padding: 10px 20px;
    width: 200px;
    margin: 40px 0 10px;
    font-size: 1em;
}
.annai dt, .annai dd{
    float: left;
    margin-top: 20px;
}
.annai dt{
    width: 20%;
}
.annai dd{
    width: 76%;

}
.shoten-info{
    margin: 20px 0;
    border-bottom: dotted 1px #5e5b5c;
    padding: 0 0 20px;
}
.shoten-info.-noborder{
    border: none;
}

.shoten-info h4{
    font-size: 1.2em;
    margin: 0 0 20px;
}
.shoten-info .text{
    float: left;
    width: 500px;
}
.shoten-info .text ul{
    margin: 20px 0;
}
.shoten-info .text li{
    display: inline-block;
    padding: 5px 10px;
}
.shoten-info .img{
    float: right;
    width: 360px;
}


/*--------------------- area ---*/
.area-top h3{
    float: left;
    width: 380px;
    font-size: 1.231em;
    margin-top: 160px;
}
.area-top .area-map{
    float: none;
    width: 700px;
    margin: 0 auto;
}
/*--------------------- map ---*/
.map img{
    display: block;
    margin: 0 auto;
}
.ico-map{
    background:url(../images/ico_map.png) no-repeat left center;
    padding-left: 20px;
}
/*--------------------- contact ---*/
.thankyou{
    width: 90%;
    border: 1px solid #5e5b5c;
    margin: 80px auto 200px;
    padding: 50px;
}
.thankyou p{
    margin: 2em 0;
}

/*--------------------- 汎用class ---*/
.mt0{ margin-top: 0 !important; }
.mt20{ margin-top: 20px !important; }
.mt40{ margin-top: 40px !important;}
.ml20{ margin-left:20px; }
.mr20{ margin-right:20px; }
.mb10{ margin-bottom: 10px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
.mb40{ margin-bottom: 40px;}

.txt-center{text-align: center;}

.sp-non-br br{
    display: none;
    
}
.w80{
	width:80%;
	margin:0 auto;
}
.fs12{font-size: 0.750em ;}
.fs16{font-size: 1.231em;}

.img-left{float:left;}
.img-right{float:right;}

.-b-r{
    border-right: solid 1px #5e5b5c;
}

.copy-txt{
	text-align:center;
	font-size:1.143em;
	line-height: 2em;
}
.long-img img{
	float:left;
	width:490px;
}

h3.-line{
    all:initial;
    display: inherit;
    width: 130px;
    margin: 10px 0;
    padding: 0 5px;
    border-left: solid 1px #5e5b5c;
    border-right: solid 1px #5e5b5c;
    text-align: center;
}
.img-left{
    float: left;
}
.text-right{
    text-align: right;
}


/*------------------------------------ sp ---*/
@media screen and (max-width: 768px) {
	.col{
		padding-left: 10px;
        padding-right: 10px;
	}
    .col2-1{
        float: none;
        width: 100%;
        padding-left: 0;
        margin:10px auto 20px;
    }
    .col2-1:nth-child(odd){
        margin-left: 0;
    }
    .col2-1:nth-child(2n),
    .col2-2:nth-child(2n),
	.col3:nth-child(3n+1),
	.col4:nth-child(4n+1){
		margin-right:0;
	}

    .col2-2, .col3, .col4{
        padding-left: 5px;
        padding-right: 0;
        margin: 10px 0;
    }
    .col2-2:nth-child(2n),
    .col3:nth-child(2n+1),
    .col4:nth-child(2n+1){
        margin-left: -5px;
        margin-right: 5px;
    }
    .col3, .col4{
        width: 50%;
    }
    .col3:nth-child(3n){
        width: 50%;
    }
    .col4:nth-child(3),
    .col4:nth-child(4){
        margin-top: 10px;
    }
    .col3.-mh.sp-disp-non{
        display: none;
    }
    .col4.-mh.sp-disp-non{
        display: none;
    }
	
	#top .bx-wrapper{
		margin-bottom:0px;
	}
	.text-box{
		padding:10px;
	}
	.top-copy{
		font-size:1.2em;
        margin-top: 60px;
	}
    .top-copy p br{
        display: none;
    }
	.top-copy span{
		font-size:0.8em;
	}
	.top-copy span br{
		display:inherit;
	}
	#top ul.arrow li{
		display:block;
        background-position: 0 8px;
        margin-left: 0.4em;
    }
	#top ul.arrow li.-non{
		margin-left:-1em;
        width: 100%;
	}
    .bnr-warp p{
        margin-top: 0;
    }
    /*--------------------- bussiness ---*/
	.bsns-conf{
		margin-left:0;
	}
    .bsns-conf br{
        display: none;
    }
	.bsns-conf img{
		width:100%;
        float: none;
        margin: 10px 0;
	}
	.bsns-conf p{
		margin-top:20px;
	}
	.bsns-declaration{
		width:100%;
		margin:40px 0 0 0;
	}
    .bsns-action .col4:nth-child(even){
        border-left:solid 1px #5e5b5c;
    }
    .bsns.warp{
        margin-top: 0;
    }
    .bsns > .-col3{
        width: 100%;
        text-align: center;
    }
    .bsns .-col3 > .-col{
        width: 46.5%;
        margin: 5px;
        vertical-align: top;
        text-align: left;
    }
    .bsns .-col3 > .-col:nth-child(3n){
        margin: 5px;
    }
    .bsns .-flow-warp{
        float:left;
        width: 100%;
    }
    .bsns .-flow-warp .-flow{
        font-size: 0.8em;
    }
    .bsns .-flow-warp.-no {
        width: 100%;
    }
    .bsns .-flow-warp.-no .-flow{
        margin: 0 auto;
    }

    /*--------------------- safety_first ---*/
	.safe-conf{
		margin-left:0;
	}
	.safe-conf img{
		width:30%;
	}
	.safe-conf p{
		margin-top:40px;
	}
	.safe-declaration{
		width:100%;
		margin:40px 0 0 0;
	}
    .safe-action .col4:nth-child(even),
    .-r-line .col4:nth-child(even){
        border-left:solid 1px #5e5b5c;
    }
    /*--------------------- licence ---*/
    .licence table{
        width: 100%;
    }
    /*--------------------- iso ---*/
    h3.iso{
        letter-spacing: 0.8em;
        padding-top: 20px;
    }
    .iso-img{
        float: none;
        display: block;
        margin: 0 auto;
    }
    .iso-head p{
        width: 100%;
    }
    /*--------------------- possession ---*/
    .possesion .machine img{
        max-height: 300px;
    }
    .possesion .machine .-h07{
        height: 340px;
    }


    /*--------------------- procedure-doc ---*/
    .procedure-doc .text{
        float: none;
        width: 100%;
    }
    .procedure-doc .flow-warp .image,
    .procedure-doc .flow-warp .flow{
        width: 46%;
    }
    .procedure-doc .flow-warp .flow li{
        width: 100%;
        font-size: 0.8em;
    }
    .procedure-doc .flow-warp .flow li.first:first-child:before,
    .procedure-doc .flow-warp .flow li:first-child:before{
        background: none;
    }

    .procedure-doc .flow-warp .flow li:after {
        top: 6px;
    }
    .procedure-doc .flow-warp .flow li.b01-04:after,
    .procedure-doc .flow-warp .flow li.b02-03:after{
        height: 30px;
        background: url(../business/images/arrow_flow_doc_sp.png) no-repeat center center;
    }
    .procedure-doc .flow-warp .flow li.b02-02:after{
        height: 30px;
    }
    .procedure-doc .flow-warp .flow li.b02-02{
        margin-bottom: 30px;
    }
    /*--------------------- src ---*/
    .src-conf{
	   margin-left: 0;
    }
    .src-conf p.txt{
        padding-top: 0;
    }
    .src-conf img{
        float:none ;
        margin-left:0;
        width: 100%;
    }
    .src-conf h3{
        padding: 20px 0;
        text-align: left;
        font-size: 1.24em
    }
    .src-conf h3 br{
        display: none;
    }

    /*--------------------- a_waste_industry ---*/
    .awi .sale{
        float: none;
        width: 100%;
    }
    .awi .sales-img{
        width: 100%;
        float: none;
        text-align: left;
    }
    .awi .sales-img li{
        width: 47.5%;
        margin: 0 10px 20px 0;
    }
    .awi .sales-img li:nth-child(2n){
        margin: 0;
    }
    .awi .item li{
        width: 46.5%;
    }
    .awi .-box{
        width: 100%;
    }

    /* --table-01 / 左見出しあり、上見出しなし-- */
    .table-01{
        width:100%;
        margin:0 auto;
        border: solid 1px #ccc;
        font-size: 0.82em;
    }
	.table-01 th:first-child{
		border-top:none;
    }
    .table-01 th{width: 27%;}
    .table-01 th,.table-01 td{
        padding:10px;
    }
    .table-01 td .address li{
        display: block;
        padding-right: 0;
    }
    .table-01 td .address li:first-child{
        margin-bottom: 1em;
    }
    .table-01 td ul.client li{
    }
    .company-history .about-txt{
        float: none;
        width: 100%;
    }
    .company-history .company-img{
        float: none;
        width: 100%;
    }
    .company-history .company-img img{
        width: 49%;
        padding: 0 5px 10px 5px;
        margin: 0;
        display: inline-block;
    }
    /*--------------------- kanna_shoten ---*/
    .shoten-head img{
        float: none;
    }
    .shoten-head h3{
        font-size: 0.85em;
    }
    .shoten-head h3 br{
        display: none;
    }
    .annai dt, .annai dd{
        float: none;
        width: 100%;
    }
    .annai dd{
        margin-top: 5px;
        margin-left: 30px;
    }
    .annai img{
        margin: 20px 0;
    }
    .shoten-info .text,
    .shoten-info .img{
        float: none;
        width: 100%;
    }
    .shoten-info .img img{
        margin-top: 10px;
    }


    
    /*--------------------- possession ---*/

    /*--------------------- area ---*/
    .area-top h3{
        float: none;
        width: 100%;
        margin-top: 0px;
    }
    .area-top .area-map{
        float: none;
        width: 100%;
    }

    /*--------------------- contact ---*/
    .thankyou{
        width: 96%;
        margin: 40px auto;
        padding: 10px;
        }


	
	/*--------------------- 汎用class ---*/
	.copy-txt{
		text-align:left;
		font-size:1.143em;
		line-height:inherit;
	}
	.long-img img{
		float: none;
		width:100%;
	}
	.img-left, .img-right{
	/*	float:none;*/
	}
	.w80{
		width: 100%;
	}
    .-b-r{
        border: none;
    }





}