@charset "UTF-8";

#contents .about .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents .about .list__item {
	width: 48%;
    border: 3px solid #efefef;
    padding: 10px;
    box-sizing: border-box;
}
#contents .about .list__item > div {
  
  padding-bottom: 10px;
}
#contents .about .list__item > div dl {
  line-height: 1.6;
}
#contents .about .list__item > div dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#contents .about .list__item > div dd{
	min-height:135px;	
}
#contents .about .list__item > dl {
  background: #efefef;
    padding: 10px;
    box-sizing: border-box;
}
#contents .about .list__item > dl dt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 13px;
  font-size: 15px;
}
#contents .about .list__item > dl dd {
  text-indent: -1em;
  padding-left: 1em;
}
#contents .about .list__item > dl dd + dd {
  margin-top: 3px;
}
.h3_blue h3 span {
    color: #fff;
    letter-spacing: .2rem;
    border: 3px solid #45B141;
    background: #45B141;
    padding: 5px;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
  .h1_area {
    width: auto;
  }
  #contents .about .list {
    display: block;
  }
  #contents .about .list__item {
    width: auto;
  }
  #contents .about .list__item figure {
    width: 130px;
  }
  #contents .about .list__item > div dl {
    line-height: 1.6;
  }
  #contents .about .list__item > dl {
    padding: 20px 10px;
  }
	#contents .about .list__item > div dd{
	min-height:auto;	
}
  #contents .about .list__item + * {
    margin-top: 50px;
  }
}