@charset "UTF-8";

/*******************************
 
トピックスCss
 
*******************************/
#authorization{
position: relative;
padding-top: 100px;
}

#authorization>.txt{
position: absolute;
top: 100px;
left: 0;
}

#authorization>.txt p{
font-weight: bold;
font-size: 32px;
line-height: 1.6em;
}

#authorization>.txt p.en{
color: #e5e8eb;
font-size: 70px;
letter-spacing: .1em;
display: block;
font-family: 'Noto Sans', sans-serif;
margin-bottom: 30px;
}

#jpmap img{
width:100%;
height: auto;
}


#preflist{
text-align: left;
margin-bottom: 60px;
}

#preflist .prefs{
position: relative;
font-size: 20px;
font-weight: bold;
color: #fff;
display: inline-block;
margin-top: 15px;
padding: 5px 25px;
background: #ccc;
margin-bottom: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#preflist .prefs:after{
content: "";
width: 100%;
height: 10px;
position: absolute;
bottom: -2px;
left: 0;
border-bottom: 3px solid #000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#preflist p a{
font-size: 20px;
font-weight: bold;

}

#preflist .prefs.hokkaido{background: #68a879;}
#preflist .prefs.hokkaido:after{border-bottom: 3px solid #b3d3bc;}

#preflist .prefs.tohoku{background: #a47070;}
#preflist .prefs.tohoku:after{border-bottom: 3px solid #d1b7b7;}

#preflist .prefs.kantou{background: #8ec2fd;}
#preflist .prefs.kantou:after{border-bottom: 3px solid #c6e0fe;}

#preflist .prefs.chubu{background: #8bb37e;}
#preflist .prefs.chubu:after{border-bottom: 3px solid #c5d9be;}

#preflist .prefs.kinki{background: #e69262;}
#preflist .prefs.kinki:after{border-bottom: 3px solid #f2c8b0;}

#preflist .prefs.chugoku{background: #e37f7f;}
#preflist .prefs.chugoku:after{border-bottom: 3px solid #f1bfbf;}

#preflist .prefs.shikoku{background: #a0d1cb;}
#preflist .prefs.shikoku:after{border-bottom: 3px solid #cfe8e5;}

#preflist .prefs.kyushu{background: #ac9ee5;}
#preflist .prefs.kyushu:after{border-bottom: 3px solid #d5cef2;}

#pref-data{
background:#e4e8eb;
padding-top: 80px;
padding-bottom: 5px;
}

.pref-title{
display: block;
font-weight: bold;
padding: 10px 15px;
margin-bottom: 20px;
color: #fff;
font-size: 22px;
text-align: left;
background: rgb(38,68,131);
background: linear-gradient(90deg, rgba(38,68,131,1) 0%, rgba(88,123,167,1) 100%);
}

.wasteA .content,.wasteB .content{
background:#fff;
padding: 20px;
margin-bottom: 30px;
}

.wasteA p.title,.wasteB p.title{
font-size: 20px;
font-weight: bold;
}

.waste-numbers{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.waste-numbers .item .batch{
display: inline-block;
width: 100px;
padding: 5px 0;
font-size: 16px;
margin-right: 15px;
background: #999;
color: #fff;
text-align: center;

}

.waste-items{
border-top:1px solid #999;
padding-top: 15px;
margin-top: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.waste-items .item{
text-align: left;
font-size: 14px;
line-height: 1.8em;
}
.waste-items .item .batch{
display: inline-block;
width: 100px;
padding: 5px 0;
font-size: 16px;
margin-right: 15px;
background: #999;
color: #fff;
text-align: center;

}

.pdfbtn{
	display: inline-block;
	color: #fff;
	padding: 10px 30px 10px 50px;
	margin-left: 10px;
	position: relative;
	background: #a9a9a9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.pdfbtn:after{
	content: "\f105";
    font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.pdfbtn:before{
	content: "";
	width: 100%;
	height: 25px;
	position: absolute;
	z-index: 0;
	bottom: -3px;
	left: 0;
	border-bottom: 3px solid #999;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.pdfbtn span{
display: inline-block;
position: relative;
}

.pdfbtn span:before{
content: "";
width: 24px;
height: 24px;
position: absolute;
top: -2px;
left: -30px;
background-image: url(../img/pdfico.png);
background-repeat: no-repeat;
background-size: cover;
}

.pdfbtn:hover{
color: #fff;
background: #0259B1;
}

.pdfbtn:hover:after{
right: 5px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}



.waste-btn{
display: inline-block;
color: #fff;
padding: 10px 30px;
margin-left: 10px;
position: relative;
background: #264483;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.waste-btn:after{
content: "\f105";
font-family: FontAwesome;
position: absolute;
top: 50%;
right: 10px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}


.waste-btn:before{
content: "";
width: 100%;
height: 25px;
position: absolute;
z-index: 0;
bottom: -3px;
left: 0;
border-bottom: 3px solid #92a1c1;
-webkit-border-radius:10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.waste-btn:hover{
color: #fff;
background: #0259B1;
}

.waste-btn:hover:after{
right: 5px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}



.preftop{
	text-align: right;
	margin-bottom: 60px;
}
.preftop a{
	color: #32569b;
	vertical-align: middle;
}
.preftop a:before{
	content: "\f139";
    font-family: FontAwesome;
	display: inline-block;
	margin-right: 15px;
	font-size: 21px;
	vertical-align: middle;
}

.pref-name{
padding-top: 60px;
font-size: 34px;
font-weight: bold;
color: #264483;
margin-bottom: 60px;
}

.pref-name span{
display: inline-block;
border-top:1px solid #000;
padding: 20px 40px;
margin-top: 20px;
font-size: 28px;
color: #000;
}

.auth-list{
border: 1px solid #ccc;
padding: 30px 30px 20px;
margin-bottom: 40px;
}

.auth-list ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.auth-list ul li{
flex-basis: 32%;
margin-right: 2%;
margin-bottom: 10px;
text-align: left;
}

.auth-list ul li:nth-child(3n){
margin-right: 0;
}

.auth-title{
background: #999;
color: #fff;
text-align: left;
padding: 10px 50px;
}



/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
#authorization{
position: relative;
padding-top: 50px;
}

#authorization>.txt{
width: 100%;
position:inherit;
top: 0;
left: 0;
}

#authorization>.txt p{
font-size: 18px;
}

#authorization>.txt p.en{
font-size: 32px;
margin-bottom: 20px;
}

#jpmap img{
margin-top: -80px;
}


#preflist{
text-align: left;
margin-bottom: 60px;
}

#preflist .prefs{
font-size: 16px;
}


#preflist p a{
font-size: 16px;
}


.waste-numbers{
display: block;
text-align: left;
}
.waste-numbers .item{
margin-bottom: 20px;
}

.waste-numbers .item .batch{
width: 80px;
font-size: 14px;
margin-right: 10px;
}

.waste-items{
border-top:1px solid #999;
padding-top: 15px;
margin-top: 15px;
display:block;
}
.waste-items .item{
text-align: left;
font-size: 14px;
line-height: 1.8em;
}
.waste-items .item .batch{
width: 80px;
font-size: 14px;
margin-right: 10px;
margin-bottom: 20px;
}

.pdfbtn{
	display: block;
	font-size: 14px;
	margin: 0;
	margin-bottom: 10px;
}

.waste-btn{
	display: block;
	font-size: 14px;
	margin: 0;
	margin-bottom: 10px;
}

.preftop{
	text-align: right;
	margin-bottom: 60px;
}
.preftop a{
	color: #32569b;
	vertical-align: middle;
}
.preftop a:before{
	content: "\f139";
    font-family: FontAwesome;
	display: inline-block;
	margin-right: 15px;
	font-size: 21px;
	vertical-align: middle;
}








.auth-list ul li{
flex-basis: 48%;
margin-right: 4%;
margin-bottom: 10px;
text-align: left;
}

.auth-list ul li:nth-child(3n){
margin-right: 4%;
}

.auth-list ul li:nth-child(2n){
margin-right: 0;
}

}


/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
.pref-name{
padding-top: 60px;
font-size: 34px;
font-weight: bold;
color: #264483;
margin-bottom: 60px;
}

.pref-name span{
display: inline-block;
border-top:1px solid #000;
padding: 20px 0px;
margin-top: 20px;
font-size: 18px;
color: #000;
}
.auth-list ul li{
flex-basis: 100%;
margin-right: 0;
margin-bottom: 10px;
text-align: left;
}

.auth-list ul li:nth-child(3n){
margin-right: 0;
}

.auth-list ul li:nth-child(2n){
margin-right: 0;
}

}