/* banner */
.index-banner {
    position: relative;
    width: 100%;
}
.index-banner img {
    max-height: 70vh;
}
.index-banner-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
    text-align: center;
}
.posi-all {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.index-banner-content>div {
    width: 100%;
}
.index-banner-content-big {
    font-size: 4.5rem;
    color: #fff;
    line-height: 5.937rem;
    font-weight: bold;
}
.index-banner-content-big+p {
    padding-top: 0.937rem;
    font-size: 1rem;
    color: #fff;
    line-height: 1.8rem;
}
.index-banner-content a {
    color: #fff;
}

/* 1 */
.page-container {
    padding-top: 3.125rem;
    padding-bottom: 2.25rem;
}
.max-width {
    max-width: 1200px;
    margin: 0 auto;
}

.page-content {
    display: grid;
    grid-template-columns: 100% auto;
    column-gap: 1.312rem;
    margin-bottom: 2rem;
}
.page-content-right, .page-content-left {
    align-self: flex-start;
}
.page-content-right-content {
    padding: 0.875rem 10px 1.125rem;
    border: 1px solid #F0F0F0;
}
.news-list li {
    padding: 2rem;
    border-bottom: 1px solid #EDEDED;
}
.news-list li:last-child{
    border-bottom: 0;
}
.news-list li a {
    display: grid;
    grid-template-columns: 100% auto;
    align-items: center;
}
.news-list li a p {
    font-size: 0.8rem;
    color: #222;
}
