.wrapper {
  padding: 0 30px
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0
  }
}


.contents {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0 0;
    color: #000;
}

.column__ttl {
    display: block;
    padding: 0 0 20px;
    border-bottom: 4px solid #0068b7;
    font-weight: 700;
    line-height: 1.389;
}

.txt-blue {
    color: #0068b7;
}

.txt-l {
    font-size: 24px;
    font-size: 2.4rem;
}

.txt-red {
    color: #e60012;
}

.marker {
    background-color: #fcff00;
}

.mb40 {
    margin-bottom: 40px;
}

.column {
  padding: 0 16.5%
}

.txt-xl {
  font-size: 36px;
  font-size: 3.6rem
}

.mt40{
  margin-top: 40px;
}

.table{
      border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}