@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");

/* banner_wrap */
.banner_wrap {
    display: flex;flex-wrap: wrap;
    padding: 1.5rem;padding-top: 3rem;
}
.banner_wrap h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.banner_wrap h2 em {
    font-size: inherit;
    font-weight: inherit;
    color: #2990d5;
}
.banner_wrap .banner {
    width: calc((100% - 1rem)/2);
}
.banner_wrap .banner1 {
    width: 100%;
    margin-bottom: 1rem;
}
.banner_wrap .banner2 {
    margin-right: 1rem;
}
.banner_wrap .banner a img {
    width: 100%;
}

/* content */
.content {
    padding: 1.5rem;
    background-color: #f2f3f5;
}
.content h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #444;
    margin-bottom: 2rem;
    display: flex;align-items: center;
    padding-top: 2rem;
    word-break: break-all;
    line-height: 1.1;
}
.content h2 img {width: 1rem;margin-right: .5rem;}
.content h3 {
    font-size: 1.8rem;
    color: #2990d5;
    font-weight: 600;
    line-height: 1.2;
    padding:.5rem;padding-bottom: 1rem;
}
.content .pre_wrap {
    background-color: #fff;
    border-top: 2px solid #2990d5;
    padding: 1rem;
    margin-bottom: 2rem;
}
.content .pre_wrap pre {
    font-size: 1.6rem;
    word-break: keep-all;
    line-height: 1.4;
}
.content .pre_wrap img {
    width: 100%;margin: 1rem 0;
}
.content .pre_wrap a.btn_link {
    margin-top: 1rem;
    display: block;
    width: 100%;
    font-size: 1.6rem;
    padding: 1.5rem;
    color: #fff;
    text-align: center;
    background-color: #3170e2;
    border-radius: .5rem;
}