@charset "UTF-8";

.l-content .listTtl {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  padding-left: 160px;
}

.l-content .listOrder {
  position: relative;
  padding-top: 40px;
}

.l-content .listOrder .m-table {
  width: 770px;
  margin: 0 auto 30px;
  border-collapse: separate;
}

.l-content .listOrder .m-table>thead>tr>th,
.l-content .listOrder .m-table>tbody>tr>th,
.l-content .listOrder .m-table>thead>tr>td,
.l-content .listOrder .m-table>tbody>tr>td {
  border: 3px solid #ccc;
  font-size: 18px;
  font-weight: bold;
  height: 70px;
}

.l-content .listOrder .m-table>tbody>tr>th {
  background-color: #FFF;
}

.l-content .listOrder .m-table>thead>tr>th {
  font-size: 15px;
}

.l-content .listOrder .m-table>thead>tr>th strong {
  font-size: 20px;
  line-height: 40px;
}

.l-content .listOrder .m-table>thead>tr>th.semi {
  background-color: #3071b7;
  color: #FFF;
}

.l-content .listOrder .m-table>thead>tr>th.full {
  background-color: #eeeeee;
  border-top: 3px solid #CCC;
}

.l-content .listOrder .m-table>thead>tr>th.semi strong {
  color: #ffcc00;
}

.l-content .listOrder .m-table>tbody>tr>td {
  border-top: none;
}

.l-content .listOrder .m-table>tbody>tr>td strong {
  color: #3071b7;
}

.l-content .listOrder .m-table>thead>tr>th.full,
.l-content .listOrder .m-table>tbody>tr>td.full {
  border-right: #3071b7;
}

.l-content .listOrder .m-table>thead>tr>th.semi,
.l-content .listOrder .m-table>tbody>tr>td.semi {
  border-color: #3071b7;
}

.l-content .listOrder .m-table>thead>tr.semi>*:last-child,
.l-content .listOrder .m-table>tbody>tr.semi>*:last-child {
  border: 3px solid #3071b7;
}

.l-content .listOrder .m-table>tbody>tr>th {
  background-color: #FFF;
  border-top: none;
}

.l-content .listOrder .m-table>thead>tr>th.semi {
  background-color: #3071b7;
  color: #FFF;
  border-top: 3px solid #3071b7;
}

.l-content .listOrder .m-table>thead>tr>th.full,
.l-content .listOrder .m-table>tbody>tr>td.full {
  border-right: none;
  border-left: none;
}

.l-content .listOrder .m-table>thead>tr>th.semi,
.l-content .listOrder .m-table>tbody>tr>td.semi {
  border-color: #3071b7;
  border-left: 3px solid #3071b7;
}


.l-content .balloon .arrow_box {
  position: absolute;
  width: 170px;
  height: 18px;
  background: #FFFFFF;
  padding: 10px;
  text-align: center;
  border: 3px solid #CCCCCC;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  top: 5px;
  left: 280px;
}

.l-content .balloon .arrow_box.full {
  border-color: #3071b7;
  top: 5px;
  left: 875px;
}

.l-content .balloon .arrow_box:after,
.l-content .balloon .arrow_box:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 90%;
}

.l-content .balloon .arrow_box.full:after,
.l-content .balloon .arrow_box.full:before {
  left: 10%;
}

.l-content .balloon .arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 15px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #FFFFFF;
}

.l-content .balloon .arrow_box:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-width: 18px;
  border-bottom-width: 11px;
  border-left-width: 13px;
  border-right-width: 13px;
  margin-left: -13px;
  margin-top: 2px;
  border-top-color: #CCCCCC;
}

.l-content .balloon .arrow_box.full:before {
  border-top-color: #3071b7;
}

.l-content .flex_content .flex_txt strong {
  color: #3071b7;
}
