/* 2nd Contents */
#info {
    /* padding-top: 50px; */
  }
  #info main{
      float: left;
      width: 730px;
    }
  #info header + article {
    width: 100%;
    border-top: #d22b34 5px solid;
  }
  #info header + article:before {
    position: absolute;
    right: 0;
    top: 50px;
    content: ' ';
    width: 50%;
    height: 5px;
    background: #400a0c;
  }
  #info h2.h2Ttl {
    margin: 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1;
  }
  #info h3.h3Ttl small {
    display: block;
    font-size: 1.2rem;
  }
  #info h3.h3Ttl p {
    display: inline;
    font-size: 1.4rem;
  }
  #info h3.h3AccoTtl {
    margin-bottom: 0;
    margin-top: 20px;
    padding-left: 10px;
    min-height: 50px;
    color: white;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 50px;
    background: #400a0c;
  }

  #info h3.h3AccoTtl + div {
    /* display: none; */
    padding: 20px 10px 10px;
  }
  #info h3.h3AccoTtl + div h4 {
    color: #400a0c;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1em;
    line-height: 1.2;
  }
  #info h3.h3AccoTtl + div h4 small {
    display: none;
    display: block;
    color: #d22b34;
    font-size: 1.3rem;
    font-weight: normal;
  }
  #info h3.h3AccoTtl + div table {
    width: 100%;
  }
  #info h3.h3AccoTtl + div table th {
    width: 70px;
    height: 60px;
    text-align: left;
    vertical-align: top;
  }
  #info h3.h3AccoTtl + div table th img {
    width: 50px;
    height: 50px;
  }
  #info h3.h3AccoTtl + div table td {
    vertical-align: top;
    color: #400a0c;
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: 1.2;
  }
  