/* _setting CSS */
header .nav02 > ul > li:nth-child(2) a {
  background: #000233;
}

main .mv {
  background: url(../images/about/compare/mv_bg.jpg) no-repeat center;
  background-size: cover;
}
main .mv h2 {
  padding: 147px 0 0;
  background: url(../images/about/compare/mv.png) center;
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
main .table_wrap {
  width: 1050px;
  margin: 45px 0 0;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
}
main table {
  border-collapse: separate;
}
main table th,
main table td {
  width: 212px;
  vertical-align: middle;
  padding: 10px 20px 8px;
  box-sizing: border-box;
  border-bottom: 1px dotted #7f7e74;
  font-size: 13px;
}
main table tr :first-child {
  width: 180px;
  padding: 10px 20px 10px 30px;
  background: #00036d;
  color: #fff;
  font-weight: bold;
}
main table tr th:nth-child(2),
main table tr td:nth-child(2) {
  width: 234px;
  border-right: 8px solid #ffe829;
  border-left: 8px solid #ffe829;
  background: #fffde9;
}
main table tr th:nth-child(3), main table tr th:nth-child(5),
main table tr td:nth-child(3),
main table tr td:nth-child(5) {
  background: #f5f4f3;
}
main table tr:last-child td:nth-child(2) {
  border-bottom: 8px solid #ffe829 !important;
}
main table thead th {
  padding: 16px 30px 14px;
  font-weight: bold;
}
main table thead :nth-child(2) {
  border-top: 8px solid #ffe829;
}
main table tbody tr:last-child th,
main table tbody tr:last-child td {
  border-bottom: none;
}
