@charset "UTF-8";
/*! インデクッス */
.cl {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}
.cl:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .cl {
  height: 1%;
}

/*----------------------------------
section
----------------------------------*/
@media only screen and (max-width: 640px) {
  section {
    margin-top: 30px;
  }
}
/*----------------------------------
aboutDetailText
----------------------------------*/
#qaList dl {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #ccc;
}
#qaList dl:first-child {
  padding-top: 0;
  border-top: none;
}
#qaList dt, #qaList dd {
  padding-left: 35px;
}
#qaList dt span, #qaList dd span {
  position: absolute;
  left: 0;
}
#qaList dt span {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 8px 8px;
  background: #d33a3e;
  color: #fff;
  line-height: 1;
}
#qaList dd {
  margin-top: 15px;
  padding-left: 50px;
}
#qaList dd span {
  display: inline-block;
  margin: 0 10px 0 15px;
  padding: 3px 8px 8px;
  background: #52b431;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  #qaList dd {
    padding-left: 35px;
  }
  #qaList dd span {
    margin-left: 0;
  }
}
