@import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");

/* banner_wrap */
.banner_wrap {
    display: flex;
    justify-content: space-between;
    padding: 2.5rem 1.5rem;
    background: linear-gradient(90deg, #066ac4, #028cc9);
}
.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: 100%;
}
.banner_wrap .banner:nth-of-type(1) {
grid-row: 1 / span 2;padding-right: 0rem;
}
.banner_wrap .banner:nth-of-type(2) {

}
.banner_wrap .banner:nth-of-type(3) {

}
.banner_wrap .banner a img {
    width: calc(100% - .5rem);
}
.new_banner img {width: 100%;margin-top: -.1rem;}
/* content */
.content {
    padding: 1.5rem;
    background-color: #f2f3f5;
}
.content h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #025db0;
    margin-bottom: 2rem;
    display: flex;align-items: center;
    padding-top: 2rem;
}
.content h2 img {width: 1rem;margin-right: 0.8rem;}
.content h3 {
    font-size: 1.8rem;
    color: #1a6be2;
    background-color: #cbe0f4;
    padding: 1.5rem;
}
.content pre {
    display: none;
    background-color: #fff;
    padding: 1.5rem;
    
    font-size: 1.6rem;
    word-break: keep-all;
    line-height: 1.6;
}
.content .home {margin-bottom: 1rem;}
.content .home.on pre {display: block;}



/*---*/
.content table {
	border-collapse: collapse;
    width: 100%;
    margin-top: .5rem;
}
.content table tbody {}
.content table tbody tr,
.content table tbody tr td {
    font-size: 1.3rem;
    padding: 8px;
    text-align: left;
    line-height: 1.4;
	border: 1px solid #aaa;
	padding:.5rem;
}
.content table tbody tr:first-of-type td {
	background-color: #f9f9f9;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
/*---*/