.title_wrap {
    margin-top: 6rem;
    min-height: 15rem;
    padding: 2rem;
    background-color: #2f68c2;
    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 {
    margin-bottom: 2rem;
}
.content_wrap ul li h2 {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 600;
    word-break: break-all;
    padding: 1.5rem;
    color: #1e81d3;
    background-color: #c6e7f7;
}
.content_wrap ul li pre {
    line-height: 1.6;
    word-break: break-all;
    padding: 2rem 1.5rem;
    background-color: #fff;
    font-size: 1.6rem;
    color: #444;
}