main #merit .fl_2col .inner-list {
  margin-left: 5px; }
  main #merit .fl_2col .inner-list li {
    list-style: inside; }
main #confirmation .con-inner {
  border-bottom: 1px solid #000;
  margin-bottom: 7.5rem;
  padding-bottom: 7.5rem; }
  @media screen and (max-width: 920px) {
    main #confirmation .con-inner {
      margin-bottom: 4rem;
      padding-bottom: 4rem; } }
  main #confirmation .con-inner ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 3rem auto 2rem; }
    main #confirmation .con-inner ul li {
      width: calc(50% - 1rem /2);
      font-size: 1.7rem;
      background: #000;
      color: #fff;
      font-weight: bold;
      text-align: center;
      padding: 1rem 5px;
      border-radius: 4px;
      box-sizing: border-box; }
      main #confirmation .con-inner ul li:first-child, main #confirmation .con-inner ul li:nth-child(3) {
        margin-right: 1rem; }
      main #confirmation .con-inner ul li:first-child, main #confirmation .con-inner ul li:nth-child(2) {
        margin-bottom: 1rem; }
  main #confirmation .con-inner a {
    margin: 4rem auto 0; }
main #noc table {
  border: 1px solid #b50005;
  width: 100%;
  margin: 3rem auto 2rem; }
  main #noc table tr th, main #noc table tr td {
    text-align: center;
    box-sizing: border-box;
    padding: 1rem 5px; }
  main #noc table tr th {
    background: #b50005;
    color: #fff;
    font-weight: bold; }
    main #noc table tr th.t-first {
      width: 125px; }
    main #noc table tr th.second, main #noc table tr th.third {
      width: 436px; }
    main #noc table tr th.t-first, main #noc table tr th.second, main #noc table tr th.third {
      border-bottom: 1px solid #fff; }
    main #noc table tr th.t-first, main #noc table tr th.second {
      border-right: 1px solid #fff; }
    main #noc table tr th.u-first {
      border-right: 1px solid #fff; }
  main #noc table tr td.second {
    border-right: 1px solid #b50005; }

@media screen and (max-width: 920px) {
  main #confirmation .con-inner ul {
    display: block;
    margin: 2rem auto; }
    main #confirmation .con-inner ul li {
      width: 100%;
      margin: 0 auto 1rem !important; }
      main #confirmation .con-inner ul li:last-child {
        margin-bottom: 0 !important; }
  main #confirmation .con-inner a {
    margin: 4rem auto 0; }
  main #noc .table-wrap {
    overflow-x: scroll; }
  main #noc table {
    width: 954px;
    margin: 2rem auto; } }
@media screen and (max-width: 370px) {
  main #confirmation .con-inner ul li {
    padding: 1rem; }
    main #confirmation .con-inner ul li:nth-child(3) {
      text-align: left; } }
