@charset "UTF-8";

.contents-list {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border: 1px solid #dddddd;
  padding: 40px 20px;
}
.contents-title {
  text-align: center;
  margin-bottom: 20px;
}
.contents-list li {
  list-style: none !important;
}
.contents-list li a {
  text-decoration: none;
}
.contents-list li a:hover {
  color: #264A9E;
}
.contents-list .inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}


.column-title2 {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    border-top: 3px solid #dddddd;
    position: relative;
}
.column-title2:before {
    background-color: #264A9E;
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    top: -3px;
    left: 0;
}


.column-title3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #264A9E;
}