@charset "utf-8";
body {text-align: center;}
* {
	margin: 0px;
	padding: 0px;
	}
img{
	vertical-align:top;
	max-width: 100%;
	height: auto;
}
.list_accordion {
    max-width: 980px;
    margin: 0 auto 3em;
    border: 1px solid #111;
    border-radius: 5px;
}
.list_accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 2em;
    cursor: pointer;
    font-size: 1.5em;
  }
 .list_accordion .pdt_name {
    font-size: 1.2em;
    padding-left: 1em;
    border-left: 4px solid #111;
    line-height: 1.2;
    margin-bottom: .5em;
  }
#ftr_eco_logomark li img {
}

#footer a {
  text-decoration: none;
  color: #111;
  transition: .4s;
}
#footer {
  font-size: 10px;
  margin:20px;
  text-align: center;
	font-feature-settings: "palt";
}
#footer li {
  display: inline;
  margin: 0 12px 10px 0;
  padding-right: 12px;
  border-right: 1px solid #111;
}
#footer img {
  width: 5%;
  margin:20px;

#ftr_eco_logomark {
  padding-top: 20px;
}
.copyright {
    line-height: 1.8 !important;
    margin: 0 auto;
	text-align: center;
	font-feature-settings: "palt";
}
.copyright p {
  color: rgb(0, 0, 0);
  font-size: 10px;
  font-weight: 100;
}
.qanda {
	margin:20px auto;
	text-align:left;
	width:1000px;
	}
.qanda p {
	font-size:14px;
	line-height:20px;
	}
.qaarea {
	margin: 2px 15px;
	padding:15px;
	background-color:#EEE;
	}
h2 {
	font-size:120%;
	margin-bottom: 5px;
	}