.ImgConcept {
  background-image: url(../../concept/images/main_image.jpg);
}
/*graphlabel*/
.graphLabel{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  line-height: 1.0em;
}
.graphLabel li{
  margin: 0 10px 10px 0;
}
.graphLabel li:last-child{
  margin-right: 0;
}
.graphLabel li:before{
  display: inline-block;
  content: "...";
  margin-right: 5px;
  padding-left: 5px;
}
.graphLabel .labelZeh:before{
  border-left: 12px solid #e60012;
}
.graphLabel .labelOther:before{
  border-left: 12px solid #ddd;
}
/*GraphList*/
.GraphList {
  display: flex;
  justify-content: space-between;
}
.GraphList li {
  margin-right: 20px;
  text-align: center;
}
.GraphList li:last-child {
  margin-right: 0px;
}
.GraphList li img {
  width: 100%;
  margin-bottom: 12px;
}
.GraphList .result {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding-top: 5px;
  text-align: center;
}
.GraphList .result .resultHead {
  padding: 2px 10px;
  background-color: #e61913;
  border-radius: 1px;
  color: #fff;
}
/*zehDefinition*/
.zehDefinition{
  margin-top: 60px;
}
.definitionBox {
  display:flex;
  justify-content: space-between;
}
.definitionBox h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
}
.definitionBox section {
  margin-top: 50px;
  width: 47%;
}
.definitionBox section li {
  margin: 0 0 12px 15px;
  list-style: decimal outside none;
  line-height: 1.5em;
}
/*zehTable*/
.zehTable{
  margin-top: 40px;
  width: 100%;
  border-collapse: collapse;
}
.zehTableHead *{
  text-align: center;
  background-color: #ddd;
  line-height: 1.2em;
}
.zehTable th,
.zehTable td{
  padding: 6px;
  border: 1px solid #aaa;
}
.zehTable td{
  text-align: right;
}
@media screen and (max-width: 768px) {
  h3.TitleStyle02{
    text-align: left;
  }
  /*GraphList*/
  .GraphList {
    flex-wrap: wrap;
  }
  .GraphList li {
    width: 47%;
    margin: 0 0 25px 0;
  }
  .GraphList li img {
    display: block;
    margin: 0 auto 12px;
    max-width: 200px;
  }
  /*zehDefinition*/
  .definitionBox {
    display:block;
  }
  .definitionBox section {
    width: 100%;
  }
}
