@charset "UTF-8";

section.page_title {
    padding: 130px 0 80px;
	background-image: url("../img/sponsor/cover_sponsor.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    text-align: center;
    border-bottom: 1px solid #333;
}

.page_title_inner h2 {
    font-size: 4rem;
    font-family: "Libre Caslon Display", serif;
}

.page_title_inner h2 span {
    display: block;
    margin-top: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
}

.page_title_inner h2 span:before {
    display: block;
    content: "";
    width: 50px;
    height: 0.5px;
    background: #fff;
    margin: 0 auto 20px;
}

section.contents_wrapper {
    padding: 100px 0;
}

.sponsors_head {
    max-width: 1100px;
    margin: 0 auto;
}

ul.sponsors_list li {
    width: 19%;
    border: 0.5px solid #666;
    padding: 60px;
    margin: 0 0.5% 1%;
    border-radius: 5px;
}

ul.sponsors_list {
    display: flex;
    flex-wrap: wrap;
}

.sponsors {
    max-width: 1100px;
    margin: 0 auto;
}

.link_area {
    border-top: 0.5px solid #444;
    max-width: 1100px;
    margin: 50px auto 0;
    padding-top: 50px;
}

.link_area p {
    text-align: center;
    line-height: 28px;
    font-weight: 300;
    margin: 30px 0;
}

.sponsors_head p {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 50px;
}

a.more_link {
    display: block;
    width: 48%;
    padding: 12px 30px;
    border: 0.5px solid #fff;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-weight: 300;
}


/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

}