:root {
  --navy: #1b357d;
  --teal: #009a95;
  --pink: #d6006e;
  --ink: #333;
}

.news01_con {
    margin-top: 50px;
}

.footer-link{
    margin-top: 110px;
}

.news03_ttl {
    text-align: center;
    color: var(--navy);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 18px;
}

@media (max-width: 780px) {
  .news03_ttl{
    font-size: 22px;
  }
}
@media (max-width: 480px) {
.footer-link{
    margin-top: 60px;
}
}

h4.others{
    font-size: 1.8em;
    color: #1b357d;
    font-weight: 700;
    text-align: center;
}

.a_news_con {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 1%;
}

.a_news_con .a_news_b {
    width:calc((100% - 2%) / 3);
}

@media (max-width: 480px) {
.a_news_con .a_news_b {
    width:100%;
}
.news01_con {
    margin-top: 30px;
}
}

.a_news_con .a_news_b .l_wrap {
    display: flex;
    justify-content: space-between;
}

.a_news_con .a_news_b .l_wrap .l_date {
    color: #8d9abe;
    font-size: 14px;
    font-weight: bold;
}

.a_news_con .a_news_b .l_wrap .l_num {
    color: #113682;
    font-size: 14px;
    font-weight: bold;
}

.a_news_con .a_news_b .news_txt {
    color: #113682;
    font-weight: bold;
    line-height: 1.5;
    font-size: 16px;
}

.n_pic{
    margin-bottom: 0.1em;
}

.n_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

