@charset 'utf-8';

.txt_red {
  color: #e64646;
}
.mobile-table-type-01-plus {
  margin-top: 40px;
  position: relative;
}
.mobile-table-type-01-plus,
.mobile-table-type-01-plus thead,
.mobile-table-type-01-plus tbody {
  display:block;
}
.mobile-table-type-01-plus_row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
.mobile-table-type-01-plus_header,
.mobile-table-type-01-plus_data {
  width: calc(( 100% - 100px) / 2);
  border-bottom: 1px solid #d8dadc;
  padding: 20px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.mobile-table-type-01-plus .mobile-table-type-01-plus_header {
  border-top: 1px solid #d8dadc;
  background-color: #f4f5f6;
}
.mobile-table-type-01-plus:after {
  position: absolute;
  content: '+';
  font-size: 60px;
  line-height: 1;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  font-weight: bold;
  text-align: center;
  color: #505356;
}

.mobile-box-va-middle {
  width: 100%;
  height: 100%;
  display: table;
}
.mobile-box-va-middle-inner {
  display: table-cell;
  vertical-align: middle;
}
