@charset "utf-8";

/* common */

.l-content .h2Ttl {
  position: relative;
  padding: 0 0 4px 30px;
  border-bottom: 1px solid #333;
  margin: 40px 0 10px;
  font-size: 23px;
  font-weight: bold;
}

.l-content .h2Ttl::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 5px;
  height: 28px;
  box-sizing: border-box;
  background: #0f218b;
  content: "";
}

.l-content .btn_top>a {
    width: 400px;
    padding: 14px 0 10px;
    font-size: 21px;
}
/* /common */

.l-content .h1Ttl {
    box-sizing: border-box;
    width: 1200px;
    padding: 16px 0 11px 25px;
    border-left: solid 6px #fc0;
    background: #0f218b;
    color: #fff;
    font-size: 29px;
}

/* summary */
.l-content .summary {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

/* infoList */
.l-content .infoList .item {
    display: flex;
    padding: 20px 30px;
    border-bottom: 1px dotted #d3d3d3;
    font-size: 15px;
}

.l-content .infoList .item .date {
    width: 200px;
}


.l-content .infoList .item .txt .new {
    display: inline-block;
    width: 40px;
    padding: 2px 0;
    margin-left: 10px;
    background-color: #d00;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}