﻿@charset "utf-8";
/* CSS Document */


/*PC*/
@media print, screen and (min-width: 769px) {
	
	.hed_img {
		background: url(../images/duties/duties02/hed_img.jpg) 0 0 no-repeat;
		height: 710px;
		margin-top: 80px;
		width: 40%;
		float: left;
		background-size: cover;
	}

	
	.app_img01 {
		width: 940px;
		margin: 0 auto 50px;
	}
	
	
	.policy {
		margin-bottom: 50px;
	}
	
	.map {
		width: 436px;
		margin: 0 auto;
	}
	
	.gray_bg {
		margin-bottom: 50px;
	}
	
	.recycle_flow {
		width: 100%;
		margin:  0 auto 50px;
	}
    
    .area_blue {
        font-size: 1.2em;
        text-align: center;
    }
    
    .area_blue span {
        margin-right: 5px;
    }
    
    .blue {
        color: #3cafb8;
    }
    
    .pink {
       color: #ee86a7; 
    }
	
	
	
	
	
	
	
	.txt_red {
		color: #c30d23;
		font-weight: bold;
	}
	
	.item_box {
		margin-bottom: 30px;
	}
	
	.item_list {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.item_list li {
		width: 33.3%;
		float: left;
	}
	
	.item_list li img {
		width: 100%;
		height: auto;
	}
	
	.flow_tit {
		font-size: 1.3em;
		color: #ea5514;
		margin-bottom: 10px;
	}
	
	
	.sup_list {
		width: 100;
	}
	
	.sup_img {
		width: 100%;
	}
	
	.sup_box {
		background: #000;
		padding: 20px 10px;
	}
	
	.sup_tit {
		color: #fff;
		font-weight: bold;
		text-align: center;
		font-size: 1.1em;
		margin-bottom: 20px;
	}
	
	.sup_txt {
		color: #fff;
		
	}
	
	.sup_txt::before {
		content: "✓";
		display: block;
		float: left;
		margin-right: 5px;
	}
	
	.sup_txt2 {
		color: #fff;
	}
	
	.sup_txt2::before {
		content: "✓";
		display: block;
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	
	
	.accordionbox {
    margin: 0 auto 40px;
    width: 100%;
}

.accordionbox{
	width: 100%;
	margin:0 auto 40px;
	font-size:1em;
}
.accordionlist dt {
    display:block;
    background: #000;
    padding: 10px 0 10px 5px;
    border-top: 1px solid #DFDFDF;
	color:#FFFFFF;
	cursor: pointer;
}
.accordionlist dt:first-child{
    border-top: none !important;
}
.accordionlist dt .title{
    padding-left: 10px;
	float: left;
}
.accordionlist dd{
    display:none;
	background: #fff;
	padding:20px;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	float: right;
	margin-right: 5px;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #FFFFFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*繝ｻ荵敖繝ｻ・ｼ讎翫・郢ｧ鬆大ｴ帷ｸｺ・ｽ*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.accordionlist dd ul {
	width:100%;
	margin:20px 0 0;
	padding:0;
	list-style-type:none;
}

.accordionlist dd ul li {
	width:14%;
	float:left;
	margin-right:3.2%;
	margin-bottom:3.2%;
}

.accordionlist dd ul li p {
	font-size:1em;
	text-align:center;
	padding:5px 0;
}

.accordionlist dd ul li:nth-child(6n+6) {
	margin-right:0;
}
	
	
	.flow_img {
		text-align: center;
	}
	
	
    .map_list {
        width: 100%;
        margin: 0 auto;
								display: flex;
								flex-wrap: wrap;
    }

    .map_list li {
				flex-basis: 23.5%;
				max-width: 23.5%;
        margin-right: 2%;
        text-align: center;
    }
				
				.map_list li:nth-child(n+5) { margin-top: 30px; }
				
    .map_list li:nth-child(4n+4) {
        margin-right: 0px;
    }
	
    .map_list li img {
        width: 100%;
        height: auto;
    }
	
    .map_list li .ken {
        font-weight: bold;
    }
	
    .map_list li .kentxt {
        margin-bottom: 10px;
    }
	
    
    .map_list li a:hover {
        color:  #f39800;
    }
    
    .doenload {
        background: #ededed;
        border-radius: 5px;
        padding: 8px;
        display: block;
        width: 80%;
        margin: 0 auto;
        margin-top: 5px;
    }

}

/*sp*/
@media only screen and (max-width: 768px) {
	

		.hed_img {
		background: url(../images/duties/duties02/hed_img.jpg) center  center no-repeat;
		height: 350px;
		width: 100%;
		background-size: cover;
	}
	

	
	.app_img01 {
		width: 100%;
		margin: 0 auto 50px;
	}
	
	.app_img01 img {
		width: 100%;
	}
	
	
	.policy {
		margin-bottom: 50px;
	}
	
		
	.map {
		width: 70%;
		margin: 0 auto;
	}
	
	.map img {
		width: 100%;
		height: auto;
	}
	
	.gray_bg {
		box-sizing: border-box;
		margin-bottom: 50px;
		padding: 50px 10px;
	}
	
	
	.txt_red {
		color: #c30d23;
		font-weight: bold;
	}
	
	.item_box {
		margin-bottom: 30px;
	}
	
	.item_list {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.item_list li {
		width: 33.3%;
		float: left;
	}
	
	.item_list li img {
		width: 100%;
		height: auto;
	}
	
	
	.flow_tit {
		font-size: 1.2em;
		color: #ea5514;
		margin-bottom: 10px;
	}
	
	
	.recycle_flow {
		width: 100%;
		margin: 0 auto 50px;
	}
	
	
	.recycle_flow img {
		width: 100%;
		height: auto;
	}
	
	
	
	.sup_list {
		width: 100;
	}
	
	.sup_img {
		width: 100%;
	}
	
	.sup_img img {
		width: 100%;
	}
	
	.sup_box {
		background: #000;
		padding: 20px 10px;
	}
	
	.w570_l {
		margin-bottom: 30px;
	}
	
	
	.sup_tit {
		color: #fff;
		font-weight: bold;
		text-align: center;
		font-size: 1.1em;
		margin-bottom: 20px;
	}
	
	.sup_txt {
		color: #fff;
		
	}
	
	.sup_txt::before {
		content: "✓";
		display: block;
		float: left;
		margin-right: 5px;
	}
	
	
	
.accordionbox {
    margin: 0 auto 30px;
    width: 100%;
}

.accordionbox{
	width: 100%;
	margin:0 auto 40px;
	font-size:0.8em;
}
.accordionlist dt {
    display:block;
    background: #000;
    padding: 10px 0 10px 5px;
    border-top: 1px solid #DFDFDF;
	color:#FFFFFF;
	cursor: pointer;
}
.accordionlist dt:first-child{
    border-top: none !important;
}
.accordionlist dt .title{
	width:82%;
    padding-left: 10px;
	float: left;
}
.accordionlist dd{
    display:none;
	background: #fff;
	padding:20px;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	float: right;
	margin-right: 5px;
}
.accordion_icon span {
	position: absolute;
    left: 6px;
    width: 50%;
	height: 2px;
    background-color: #FFFFFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*繝ｻ荵敖繝ｻ・ｼ讎翫・郢ｧ鬆大ｴ帷ｸｺ・ｽ*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.accordionlist dd ul {
	width:100%;
	margin:20px 0 0;
	padding:0;
	list-style-type:none;
}

.accordionlist dd ul li {
	width:49%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}

.accordionlist dd ul li p {
	font-size:1em;
	text-align:center;
	padding:5px 0;
}

.accordionlist dd ul li:nth-child(2n+2) {
	margin-right:0;
}	
	
	
	.sup_txt2 {
		color: #fff;
	}
	
	.sup_txt2::before {
		content: "✓";
		display: block;
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
	}	
	
	    .area_blue {
        font-size: 1.1em;
        text-align: center;
    }
    
    .area_blue span {
        margin-right: 5px;
    }
    
    .blue {
        color: #3cafb8;
    }
    
    .pink {
       color: #ee86a7; 
    }
	    .map_list {
        width: 100%;
        margin: 0 auto;
    }

    .map_list li {
        width: 49%;
        float: left;
        margin-right: 2%;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .map_list li:nth-child(2n+2) {
        margin-right: 0px;
    }
	
    .map_list li img {
        width: 100%;
        height: auto;
    }
	
    .map_list li .ken {
        font-weight: bold;
    }
	
    .map_list li .kentxt {
        margin-bottom: 10px;
    }
	
    
    .map_list li:hover a {
        color:  #f39800;
    }
    
	    .doenload {
        background: #ededed;
        border-radius: 5px;
        padding: 8px;
        display: block;
        width: 80%;
        margin: 0 auto;
        margin-top: 5px;
    }
	

}