@charset "utf-8";

/* CSS Document */
.mainbox {
  width: calc(100% - 40px);
  padding: 20px;
}

h2.pagetitle {
  background-image: url(../images/pagetitle.jpg);
}

h3.lead {
  width: 495px;
  height: 25px;
  margin: 0 auto;
  background-image: url(../images/lead.png);
  text-indent: -9999px;
}

p.lead-text {
  width: 495px;
  line-height: 2;
  margin: 25px auto;
}

#contents01 {
  margin: 15px auto;
  width: 495px;
  padding: 20px;
}

#contents01 h3 {
  background-color: #a21f41;
  padding: 5px;
}
#contents01 h3 > span {
  color: #fff;
  font-weight: bold;
}

.icon-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  margin-top: 15px;
}

.icon-list-item {
/*  width: calc(100% /3 - 5px);*/
}
.icon-list-item:last-of-type span {
  font-size: 10px;
}

.icon-list-item-button {
  cursor: pointer;
  display: block;
}

.icon-list-item-button figure {
  text-align: center;
  display: flex;
}

.icon-list-item-button figure > img {
  /* margin: 5px; */
  margin: 5px auto;
}
.icon-list-item-button figure > img:not(:first-of-type) {
  margin-left: 2px;
}

.icon-list-item-button span {
  display: block;
  text-align: center;
  margin: 5px 0 15px;
}

.icon-list-item-button span::before {
  content: "■";
}


.collect-garbage-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px 0;
}
.collect-garbage-list:last-of-type {
  margin-bottom: 25px;
}

.collect-garbage-item {
  width: 150px;
}

.collect-garbage-item figure > img {
  width: 100%;
}

.collect-garbage-item span {
  display: block;
  padding-top: 5px;
}

.collect-garbage-list.last-item::after {
  content: "";
  display: block;
  width: 150px;
}


#general-waste {
  width: 495px;
  margin: 25px auto;
}

#general-waste h3.band-title.title01 {
  background-size: cover;
  background-image: url(../images/h3_title01_img.png);
  height: 26px;
  box-shadow: 0 5px 10px rgba(150, 93, 0, 0.68);
}
#general-waste h3.band-title > span {
  display: none;
}

#general-waste h4 {
  color: #000;
  font-size: 15px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid #000;
  display: inline-block;
  padding: 5px 25px 5px 0;
  margin-top:25px;
}

#station-container {
  width: 495px;
  padding: 20px;
  background-color: #efeae4;
  border-radius: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
  margin: 25px auto;
}
#station-container h3 {
  background-color: #CBC5AD;
  margin-bottom: 15px;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

#station-container h3 span {
  color: #fff;
  background-color: #a21f41;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 260px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

#station-container p {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px
}

.station-container-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.station-container-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.station-container-item:nth-of-type(1) {
  width: 294px;
}
.station-container-item:last-of-type {
  width: 134px;
}
.station-container-item span {
  width: 100%;
  color: #fff;
  display: block;
  background-color: #5b7795;
  margin-top: 7px;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}

#industrial-waste {
  width: 495px;
  margin: 25px auto;
}

#industrial-waste h3.band-title.title01 {
  background-size: cover;
  background-image: url(../images/h3_title02_img.png);
  height: 25px;
  box-shadow: 0 5px 10px rgba(150, 93, 0, 0.68);
}
#industrial-waste h3.band-title > span {
  display: none;
}

#industrial-waste h4 {
  color: #000;
  font-size: 15px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid #000;
  display: inline-block;
  padding: 5px 25px 5px 0;
  margin-top:25px;
}

#confidential {
  width: 495px;
  margin: 25px auto;
}

#confidential h3.band-title.title01 {
  background-size: cover;
  background-image: url(../images/h3_title03_img.png);
  height: 25.5px;
  box-shadow: 0 5px 10px rgba(150, 93, 0, 0.68);
}
#confidential h3.band-title > span {
  display: none;
}

#confidential h4 {
  color: #000;
  font-size: 15px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid #000;
  display: inline-block;
  padding: 5px 25px 5px 0;
  margin-top:25px;
}


#grease-trap {
  width: 495px;
  margin: 25px auto;
}

#grease-trap h3.band-title.title01 {
  background-size: cover;
  background-image: url(../images/h3_title04_img.png);
  height: 25.5px;
  box-shadow: 0 5px 10px rgba(150, 93, 0, 0.68);
}
#grease-trap h3.band-title > span {
  display: none;
}

#grease-trap h4 {
  color: #000;
  font-size: 15px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid #000;
  display: inline-block;
  padding: 5px 25px 5px 0;
  margin-top:25px;
}

.for-top {
  text-align: right;
  margin: 10px auto 50px;
  width: 495px;
}
.for-top a.for-top-button {
  color: #1830a9;
  font-weight: bold;
}
.for-top a.for-top-button:hover {
  text-decoration: none;
  border-bottom: 1px dashed #1830a9;
}
