.boxmatrix-ma{
    position: relative;
    line-height: 1.2;
}
.box-ma {
    position: relative;
    margin: 3em 0;
    padding: 0 1em 1em 1em;
    border: solid 2px #62c1ce;
    top: 5px;
    min-height:90px;
    background: #ffffff;
}
.box_lg{
    min-height:150px;
}
.box-ma .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    background: #62c1ce;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 3px 3px 0 0;
}
.description-list-2 {
    margin: 16px 0 0;
    font-size: 1.4rem;
}
.icon-target {
  position: relative;
  display: inline-flex;
  padding: 0;
  margin: 0 5px 0 0;
  min-width: 65px;
  color: #FFF;
  background: #008000;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 1.2rem;
  font-style: normal;
}
.unorder-list-v2-tar{
	margin:10px 0 0 0;
  font-size: 1.4rem;
  line-height: 1.0;
}
@media screen and (min-width:768px){
.unorder-list-v2-tar{
  font-size: 1.4rem;
}
}

