@charset "UTF-8";

.is-ref{
  font-size: 14px;
  padding: 0 calc(100% / 96 * 3);
  margin: 18px 0 38px;
}

.is-ref .list{
  display: table;
}
.is-ref .list li {
  display: table-row;
  line-height:1.6em;
}
.is-ref .list .ref {
  display: table-cell;
  white-space: nowrap;
  padding-right: 5px;
}
.is-ref .list .tx {
  display: table-cell;
}

.l-wrapper_bgcolor-green .c-heading_lv4{
  text-align: center;
}

.c-list_image.is-col3 li {
  /*width: calc(100% / 80 * 3.3333);*/
}
.c-list_image.is-col3 li .caption, .c-list_image.is-col3 li .title{
  padding:0 calc(100% / (30 / 3) * 1.5);
}
.c-list_image.is-col3 li p{
  text-align: center;
}

