.title_wrap {
    margin-top: 6rem;
    min-height: 15rem;
    padding: 2rem;
    background-color: #2686c6;
    display: flex;justify-content: space-between;align-items: end;
}
.title_wrap h1 {
    color: #fff;font-size: 1.6rem;font-weight: 600;margin-top: .5rem;color: #71e4ff;
}
.title_wrap h2 {
    color: #fff;font-size: 2.4rem;font-weight: 300;margin-top: .5rem;line-height: 1.4;
    padding-bottom: 5rem;
}
.title_wrap img {
    margin-top: 2rem;
    width: 35%;height: fit-content;
    display: block;
}




.content_wrap {
    padding: 2rem 1.5rem;
    padding-bottom: 6rem;
    background-color: #ebf2f8;
}
.content_wrap ul li {
    border-top: 2px solid #2686c6;
    background-color: #fff;
    padding: 2rem;
    border-radius: 0 0 1rem 1rem;
    margin-bottom: 2rem;
}
.content_wrap ul li .head_title {
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1rem;
}
.content_wrap ul li .article {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #666;
    margin-bottom: 1rem;
}
.content_wrap ul li .date {
    color: #7ccef7;
    font-size: 1.6rem;
}
.content_wrap ul li .more {
    text-align: right;
    font-size: 1.8rem;
    color:#2686c6;
    width: 100%;
    display: block;
    font-weight: bold;
    margin-top: 2rem;
}