.font-title {
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 2;
    margin-top: 10px;
}
.font-info-xs {
    text-align: center;
    font-size: 0.7em;
    line-height: 1.2;
}
.font-info-xxs{
  font-size: .6em;
  word-break: break-word;
}
.font-info-s{
  text-align: center;
  font-size: .8em;
  line-height: 2;
}
.contents{
  margin-bottom: 30px;
}
.div-title-txt{
  margin-top: 10px;
}
.div-title-tbl{
  text-align: center;
  margin-bottom: 10px;
}
.div-title-c{
  margin: 0 auto;
  padding-top: 12px;
}
.div-title-c-i{
  width: 35px;
  display: inline-block;
}
.div-title-c-t{
  width: 120px;
  display: inline-block;
  text-align: left;
}
.div-title-img{
  width: 1.2em;
}
.div-table{
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
}
table{
  width: 100%;
  background-color: #fff;
  border: 2px solid #9ecc72;
}
thead{
  background-color: #3ab57b;
}
thead tr{
  height: 45px;
  font-size: .9em;
  color: #fff;
}
table tr{
  height: 40px;
  text-align: center;
}
th, td{
  border: 2px solid #9ecc72;
}
.div-info{
  border: 1px solid #7bbee6;
  background-color: white;
  border-radius: 5px;
  float: right;
  padding-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}