#sec9 .list {
  background: #fff;
  border-radius: 10px;
  color: #333;
}
#sec9 .list li {
  display: flex;
  border-bottom: solid 1px #333;
  padding: 20px 15px;
}
#sec9 .list .ttl {
  width: 12em;
  text-align: center;
  font-weight: bold;
}
#sec9 .list .text {
  width: calc(100% - 8em);
}

/*
===================================================
	tb
===================================================
*/
@media screen and (max-width: 1100px) {
}

/*
===================================================
	sp
===================================================
*/
@media screen and (max-width: 640px) {
  #sec9 .list li {
    display: block;
    border-bottom: solid 1px #333;
  }
  #sec9 .list .ttl,
  #sec9 .list .text {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  #sec9 .list .ttl {
    text-align: left;
    margin-bottom: 5px;
  }
}
