@charset "utf-8";

@import url(common_mobile.css);

#top_pc {
    width: 100%;
    height: 280px;
    padding-top: 80px;
    line-height: 0;
    background: url(../../images/AdobeStock_838848453.jpeg);
    background-size: 100%;
    background-position: center top 40px;
    background-size: cover;
    background-repeat: no-repeat;
}

h1 {
    color: #ffffff;
    padding-top: 50px;
    font-family: rajdhani;
    font-size: 80px;
    font-weight: 400;
    text-align: center;
}

h2 {
    color: #000000;
    text-align: center;
    margin-bottom: 5%;
    font-family: rajdhani;
    font-size: 50px;
    font-weight: 400;
}

h3 {
    color: #000000;
    font-family: IBM Plex Sans JP;
    font-size: 20px;
    font-weight: 550;
    margin-top: 3%;
    margin-bottom: 3%;
}

#top {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 5%;
}

.rank3 {
    width: 100%;
    margin-bottom: 5%;
}

.rank3 img {
    width: 100%;
}

time {
    font-family: rajdhani;
    font-size: 20px;
}

.text_bk {
    color: #000000;
    text-align: justify;
}

.name {
    font-family: IBM Plex Sans JP;
    font-size: 15px;
    font-weight: 500;
}

.bordor_bk {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    margin-top: 8px;
    margin-bottom: 8px;
}

.sn {
    grid-column: 1/2;
    grid-row: 1;
}

.sn img {
    display: block;
}

.news_info {
    grid-column: 2/3;
    grid-row: 1;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 5%;
}

.ad_pc {
    margin-left: auto;
    margin-right: auto;
    line-height: 0;
}

#news {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}

.news_conteiner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
}

.sn {
    grid-column: 1/2;
    grid-row: 1;
}

.sn img {
    display: block;
}

.news_info {
    grid-column: 2/3;
    grid-row: 1;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 5%;
}

#supporters_text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

li {
    list-style: none;
}

.name {
    text-align: center;
    font-size: 20px;
    margin-bottom: 5%;
}