.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 !important;
    border: none;
}

.main-global {
    position: relative;
    padding: 50px 3%;
    z-index: 0;
}
.content-wrapper {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
}
h2 {
    margin: 20px auto;
    text-align: center;
    letter-spacing: .05em;
    color: #2b3993;
    font-size: 1.95em;
    font-weight: 600;
}
.h2-sup {
    display: block;
    font-size: .7em;
    font-style: italic;
    color: #888;
    font-weight: 400;
    margin-bottom: 8px;
}
.h2-thin {
    font-weight: 400;
    color: #333;
}
.underline {
    width: 150px;
    margin: 20px auto;
    border-top: 2px solid #0079c0;
}
.main-global p {
    text-align: center;
}

.hero-global {
    background-color: #001a37;
}
.hero-global h1 {
    color: #fff;
    text-align: center;
}

.contest-list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto;
    padding: 0;
    list-style: none;
}
.contest-item {
    width: 32.3333333333%;
    margin: 30px .5%;
    padding: 0;
    box-shadow: 0 0 15px #ccc;
}
.contest-item img {
	display: block;
	max-width: 800px;
	width: 100%;
	height: auto;
	margin: 0 auto;
    max-height: 410px;
}
.contest-item figcaption {
    padding: 25px 15px;
}
.contest-item h3 {
    font-size: 1.2em;
    text-align: center;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
}
.contest-place {
    display: block;
    padding: 5px 15px;
    margin-bottom: 15px;
    font-weight: 600;
    border-radius: 25px;
}
.contest-place-1st {
    background-color: gold;
}
.contest-place-2nd {
    background-color: silver;
}
.contest-place-3rd {
    background-color: #a66728;
    color: #fff;
}

.sm-global {
    background-color: #eee;
}

.cbc-img{
    max-height: unset;
}

.second-contest{
    justify-content: center;
}

.second-contest li{
 width: unset;
}

@media (max-width: 1300px) {
    .main-global {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 981px) {
    .contest-item {
        max-width: 600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}