﻿.mainvisual_caption {
  position: relative;
}
.mainvisual_caption__text {
  position: absolute;
  bottom: 20px;
  right: 0;
  color: #ffffff;
  line-height: 1.25;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .mainvisual_caption__text {
    position: absolute;
    bottom: 10px;
    font-size: 0.8rem;
    padding: 0 10px;
  }
}

.module_table.table_center th,
.module_table.table_center td,
.module_table-wide__table.table_center th,
.module_table-wide__table.table_center td {
  vertical-align: middle;
  text-align: center;
}

.module_heading5 {
  font-weight: bold;
}