@charset "utf-8";

:root {
	--s-c-color01: #584610;
	--s-c-color02: #f97258;
	--s-c-color03: #266ad9;
	--s-c-color04: #ffeb48;
	--s-c-color05: #f06ea5;
}

body {
	background: #fcfaf4;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}


.s-c-in {
    max-width: 1140px;
    padding: 0 20px;
    margin: auto;
    position: relative;
}
.s-c-contents {
	font-size: 18px;
	position: relative;
}

/* fv */
#summer-contest-fv {
	padding-top: 45px;
	text-align: center;
	background: url("../img/summer-contest/202607/fv_bg.jpg") center top no-repeat;
    background-size: auto 727px;
}

/* sch */
.summer-contest-sch {
    color: #fff;
    padding: 40px 0;
    background: var(--s-c-color02);
}
.summer-contest-sch__list {
    font-weight: 500;
    display: table;
    margin: auto;
}
.summer-contest-sch__list > li {
	display: flex;
	align-items: center;
	margin: 5px 0;
}
.summer-contest-sch__list > li .title {
    font-size: 28px;
    color: var(--s-c-color02);
    background: #fff;
    text-align: center;
    border-radius: 10000px;
    width: 240px;
    margin-right: 20px;
    padding: 0 20px;
}
.summer-contest-sch__list > li .date {
    font-size: 40px;
}


/* intro */
#s-c-intro {
    padding: 100px 0 50px;
    color: var(--s-c-color01);
}
#s-c-intro:before,
#s-c-intro:after {
    content: '';
    height: 100%;
    background-repeat: repeat-y;
    background-position: center top;
    background-size: contain;
    position: absolute;
    top: 0;
}
#s-c-intro:before {
    max-width: 177px;
    width: 11.4%;
	background-image: url("../img/summer-contest/202507/intro_bg_l.png");
	left: 0;
}
#s-c-intro:after {
    max-width: 145px;
    width: 13.8%;
	background-image: url("../img/summer-contest/202507/intro_bg_r.png");
	right: 0;
}

#s-c-intro .main-text {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    line-height: 2.2;
    margin-bottom: 30px;
}
#s-c-intro .main-text i {
	display: inline-block;
	width: 27px;
	height: 36px;
	background: url("../img/summer-contest/202507/intro_icon.png") no-repeat center;
	background-size: contain;
    vertical-align: -5px;
}
#s-c-intro .main-text b {
	border-bottom: solid 5px var(--s-c-color02);
}
#s-c-intro .main-text span {
    background: linear-gradient(transparent 70%, var(--s-c-color04) 0%);
}

.s-c-intro-sub {
    max-width: 850px;
    margin: 80px auto 0;
    padding: 15px 40px;
    background: #fff;
    border-radius: 15px;
	border:solid 2px var(--s-c-color01);
}
.s-c-intro-sub h3 {
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: dashed 2px;
}
.s-c-intro-sub h3 b {
	border-bottom: solid 5px var(--s-c-color02);
}
.s-c-intro-sub h3 i {
	display: inline-block;
	width: 27px;
	height: 36px;
	background: url("../img/summer-contest/202507/intro_icon.png") no-repeat center;
	background-size: contain;
    vertical-align: -5px;
}
.s-c-intro-sub p {
	font-size: 22px;
	font-weight: 500;
	line-height: 2;
}


/* about */
.s-c-about-in {
	padding: 50px 30px;
	background: #fff;
	border-radius: 20px;
}
.s-c-about-in h2 {
	color: var(--s-c-color01);
	font-size: 48px;
	text-align: center;
	margin-bottom: 60px;
}
.s-c-about__list >li {
	margin-bottom: 60px;
}
.s-c-about__list h3 {
	color: #fff;
	font-size: 22px;
    font-weight: 500;
	padding: 10px;
	margin-bottom: 30px;
	text-align: center;
	border-radius: 1000px;
	background: var(--s-c-color03);
}
.s-c-about__list .about-text {
	font-size: 32px;
	text-align: center;
}
.s-c-about__list .about-text-s {
    text-align: center;
    line-height: 2;
	margin-top: 30px;
}
.s-c-about__list .about-text-s span {
    display: inline-block;
	padding: 0 10px;
	border-radius: 1000px;
	background: var(--s-c-color04);
}
.s-c-about-sub {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    background: var(--s-c-color04);
    border-radius: 1000px;
}


.s-c-about-theme .box {
    display: flex;
	justify-content: center;
}
.s-c-about-theme .box ul li {
	font-size: 32px;
	line-height:2;
}
.s-c-about-theme .box .fig {
    margin-left: 30px;
}

.s-c-about-flow ul {
	max-width: 800px;
	margin: auto;
}
.s-c-about-flow ul >li {
    font-weight: 500;
    font-size: 32px;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 100px;
    position: relative;
    background: var(--s-c-color02);
    border-radius: 20px;
}
.s-c-about-flow ul >li:not(:last-of-type):after {
	content: '';
	display: block;
	width: 90px;
	height: 62px;
	background: url("../img/summer-contest/202507/arrow.png") no-repeat center;
	background-size: contain;
	position: absolute;
	left: calc(50% - 45px);
	bottom: -82px;
}
.s-c-about-flow ul >li span {
    display: inline-block;
    color: var(--s-c-color02);
    background: #fff;
    border-radius: 1000px;
    padding: 10px 20px;
    margin-left: 15px;
}

.s-c-about-method .box {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
	margin: 0 auto;
}
.s-c-about-method .box .box-text {
    width: calc(100% - 270px);
    padding: 20px 30px;
    background: var(--s-c-color04);
    border-radius: 15px;
}
.s-c-about-method .box .box-text p {
    font-size: 27px;
    line-height: 2;
}
.s-c-about-method .box .box-text p b {
    background: linear-gradient(transparent 70%, #fff 0%);
}

.to-entryform {
    max-width: 800px;
    margin: 30px auto;
    background: #e7dbbb;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
}
.to-entryform p {
    font-weight: 500;
}
.to-entryform a {
    color: var(--s-c-color03);
    font-weight: 500;
    display: inline-block;
    padding: 10px 50px;
    background: #fff;
    border-radius: 1000px;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.to-entryform a:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: solid 1px;
	border-right: solid 1px;
	transform: rotate(45deg);
	margin-left: 10px;
}
.to-entryform a:hover {
	color: #fff;
	background: var(--s-c-color03);
}

.s-c-about-method__list {
    display: table;
    margin: 40px auto 0;
}
.s-c-about-method__list >li {
	line-height: 2;
	position: relative;
	padding-left: 25px;
}
.s-c-about-method__list >li:before {
	content: '●';
	color: var(--s-c-color03);
	position: absolute;
	left: 0;
	top: 0;
}

.s-c-about-examination p {
    position: relative;
    padding-left: 25px;
    line-height: 2;
    margin-bottom: 10px;
}
.s-c-about-examination p:before {
	content: '●';
	color: var(--s-c-color05);
	position: absolute;
	left: 0;
	top: 0;
}
.s-c-about-examination__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 730px;
    margin: 0 auto 30px;
}
.s-c-about-examination__list >li {
    color: #fff;
    font-size: 24px;
    line-height: 1.6;
    display: flex;
    align-items: center;
    width: 49%;
    min-height: 120px;
    margin: 2% 0 0 2%;
    padding: 15px;
    background: var(--s-c-color05);
    border-radius: 10px;
}
.s-c-about-examination__list >li:nth-child(2n+1) {
    margin-left: 0;
}
.s-c-about-examination__list >li span {
    width: 1em;
    margin-right: 10px;
}

.s-c-about-ceremony p {
    font-size: 32px;
	font-weight: 500;
    line-height: 1.8;
    display: table;
    margin: auto;
}

.s-c-about-prize__list >li {
    font-size: 22px;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: dashed 2px #a8996d;
}
.s-c-about-prize__list >li h4 {
    font-size: 26px;
    font-weight: 500;
    width: 45%;
}
.s-c-about-prize__list >li h4 i {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: -10px;
}
.s-c-about-prize__list >li.prize01 h4 i {
	background-image: url("../img/summer-contest/202507/icon_01.png");
}
.s-c-about-prize__list >li.prize02 h4 i {
	background-image: url("../img/summer-contest/202507/icon_02.png");
}
.s-c-about-prize__list >li.prize03 h4 i {
	background-image: url("../img/summer-contest/202507/icon_03.png");
}
.s-c-about-prize__list >li.prize04 h4 i {
	background-image: url("../img/summer-contest/202507/icon_04.png");
}
.prize-info-num {
    line-height: 1;
    background: #e7dbbb;
    padding: 2px 5px;
    margin-right: 20px;
}

.s-c-about-judge__list >li {
    position: relative;
    padding-left: 25px;
    line-height: 2;
    margin-bottom: 10px;
}
.s-c-about-judge__list >li:before {
	content: '●';
	color: #af74e1;
	position: absolute;
	left: 0;
	top: 0;
}

.s-c-about-study__list >li {
    position: relative;
    padding-left: 25px;
    line-height: 2;
    margin-bottom: 10px;
}
.s-c-about-study__list >li:before {
	content: '●';
	color: #30c6ba;
	position: absolute;
	left: 0;
	top: 0;
}
.s-c-about-study__list >li ul b {
	font-weight: 500;
}


/* message */
#s-c-message {
	margin-top: 110px;
}
.s-c-message-in {
	color: #fff;
	background: #38a8f0;
	padding: 30px 70px 70px;
	border-radius: 20px;
}
.s-c-message-in h2 {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
}
.s-c-message-main {
    display: flex;
    align-items: center;
    justify-content: center;
}
.s-c-message-main .text {
    margin-left: 50px;
}
.s-c-message-main .text p {
    font-size: 28px;
    line-height: 2.4;
    padding: 20px;
    border-top: dashed 2px;
    border-bottom: dashed 2px;
}
.s-c-message-name {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
}
.s-c-message-name span {
    display: inline-block;
    color: #38a8f0;
    background: #fff;
    padding: 0 10px;
    margin-right: 15px;
    border-radius: 5px;
}
.s-c-message-profile {
    margin-top: 30px;
    line-height: 2;
    letter-spacing: 0.06em;
}

.s-c-message-in.-sub {
    margin-top: 20px;
}
.s-c-message-in.-sub .s-c-message-main {
    justify-content: space-between;
}
.s-c-message-in.-sub .s-c-message-main .img {
    width: 294px;
}
.s-c-message-in.-sub .s-c-message-main .text-sub {
    width: calc(100% - 334px);
}

/* download */
#s-c-download {
    margin-top: 110px;
}
#s-c-download .fig {
    text-align: center;
    margin-top: 70px;
}
.s-c-download__list {
    max-width: 650px;
    margin: auto;
}
.s-c-download__list >li {
    margin-bottom: 20px;
	border-radius: 10px;
	position: relative;
	background: #dece9e;
}
.s-c-download__list >li a {
	font-size: 32px;
    font-weight: 600;
    color: var(--s-c-color03);
    display: block;
    background: var(--s-c-color04);
    padding: 15px 80px 15px 25px;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    top: -10px;
    left: 0;
}
.s-c-download__list >li a:hover {
	top: 0;
}
.s-c-download__list >li a i {
	display: block;
	width: 44px;
	height: 37px;
	background: url("../img/summer-contest/202507/icon_download.png") no-repeat center;
	background-size: contain;
	position: absolute;
	right: 15px;
	top: calc( 50% - 19px);
}


/* contact */
#s-c-contact {
    margin-top: 70px;
}
.s-c-contact-main {
    color: #fff;
    text-align: center;
    background: var(--s-c-color02);
    border-radius: 20px;
    padding: 20px;
    line-height: 2;
}
.s-c-contact-main h2 {
    font-size: 18px;
    font-weight: 500;
}
.s-c-contact-sponsorship {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-top: 100px;
}
.s-c-contact-sponsorship .icon {
    display: inline-block;
    color: #fff;
    background: var(--s-c-color03);
    border-radius: 10px;
    padding: 0 10px;
    margin-right: 20px;
}



.to-202607-btn a {
    display: block;
    max-width: 800px;
    margin: 50px auto 0;
    padding: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    background: var(--s-c-color01);
    border-radius: 1000px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 6px 6px 0 0 #ccc;
}
.to-202607-btn a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0;
    vertical-align: -2px;
    margin-left: 10px;
}


.s-c-footer {
    font-size: 12px;
    text-align: center;
    background: #f2efe5;
    padding: 20px 10px;
    margin-top: 80px;
}

#backtotop {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    cursor: pointer;
    background: var(--s-c-color01);
    border-radius: 52px;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    right: 10px;
    top: auto;
    bottom: 40px;
    z-index: 10;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#backtotop.show {
	visibility: visible;
	opacity: 1;
	bottom: 50px;
}



@media (max-width: 815px) {

	.s-c-contents {
		font-size: 14px;
	}


/* sch */
	.summer-contest-sch {
		padding: 20px 0 1px;
	}
	.summer-contest-sch__list > li {
		margin-bottom: 10px;
		display: block;
		text-align: center;
	}
	.summer-contest-sch__list > li .title {
		font-size: 14px;
		padding: 0;
		display: block;
		margin: 0 auto 5px;
	}
	.summer-contest-sch__list > li .date {
		font-size: 16px;
		display: block;
	}

/* intro */
	#s-c-intro {
		padding: 50px 0;
	}
	#s-c-intro:before,
	#s-c-intro:after {
		opacity: 0.5;
	}
	#s-c-intro .main-text {
		font-size: 16px;
		text-align: left;
		margin-bottom: 20px;
	}
	#s-c-intro .main-text i {
		width: 20px;
		height: 29px;
		vertical-align: -8px;
	}
	.s-c-intro-sub {
		margin: 50px auto 0;
		padding: 15px 20px;
	}
	.s-c-intro-sub h3 {
		display: flex;
		font-size: 18px;
	}
	.s-c-intro-sub h3 i {
		width: 20px;
		height: 29px;
		margin-right: 10px;
	}
	.s-c-intro-sub p {
		font-size: 14px;
	}

/* about */
	.s-c-about-in {
		padding: 30px 15px;
	}
	.s-c-about-in h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.s-c-about__list h3 {
		font-size: 16px;
	}
	.s-c-about__list .about-text {
		font-size: 24px;
	}
	.s-c-about__list .about-text-s {
		font-size: 14px;
	}
	.s-c-about__list .about-text-s span {
		padding: 5px 20px;
		margin-top: 10px;
	}
	.s-c-about-sub {
		font-size: 16px;
		text-align: left;
		padding: 15px;
		border-radius: 10px;
	}

	.s-c-about-theme .box {
		display: block;
	}
	.s-c-about-theme .box ul {
		display: table;
		margin: auto;
	}
	.s-c-about-theme .box ul li {
		font-size: 20px;
	}
	.s-c-about-theme .box .fig {
		margin: 30px;
		text-align: center;
	}

	.s-c-about-flow ul >li {
		font-size: 20px;
		margin-bottom: 60px;
	}
	.s-c-about-flow ul >li:not(:last-of-type):after {
		width: 45px;
		height: 31px;
		left: calc(50% - 22.5px);
		bottom: -46px;
	}
	.s-c-about-flow ul >li span {
		display: block;
		margin: 10px 0 0;
	}

	.s-c-about-method .box {
		display: block;
		margin: 0 auto 50px;
	}
	.s-c-about-method .box .box-text {
		width: 100%;
		padding: 20px;
	}
	.s-c-about-method .box .box-text p {
		font-size: 18px;
	}
	.s-c-about-method .box .qr {
		text-align: center;
		margin-top: 30px;
	}

	.s-c-about-examination__list {
		max-width: 100%;
		margin: 0 auto 30px;
		display: block;
	}
	.s-c-about-examination__list >li {
		font-size: 18px;
		width: 100%;
		min-height: auto;
		margin: 0 0 10px;
	}

	.s-c-about-ceremony p {
		font-size: 18px;
	}

	.s-c-about-prize__list >li {
		font-size: 16px;
		display: block;
	}
	.s-c-about-prize__list >li h4 {
		display: inline-block;
		font-size: 18px;
		width: auto;
	}
	.s-c-about-prize__list >li h4 i {
		width: 30px;
		height: 30px;
		vertical-align: -8px;
	}
	.prize-info-num {
		margin:0 0 0 10px;
	}
	.prize-info-detail {
		display: block;
		margin-top: 10px;
	}


/* message */
	#s-c-message {
		margin-top: 60px;
	}
	.s-c-message-in {
		padding: 30px 15px;
	}
	.s-c-message-in h2 {
		font-size: 18px;
	}
	.s-c-message-main {
		display: block;
	}
	.s-c-message-main .img {
		text-align: center;
		margin-bottom: 30px;
	}
	.s-c-message-main .img img {
		max-width: 250px;
	}
	.s-c-message-main .text {
		margin-left: 0;
	}
	.s-c-message-main .text p {
		font-size: 18px;
		line-height: 2;
		padding: 20px 0;
	}
	.s-c-message-name {
		font-size: 16px;
		text-align: left;
	}
	.s-c-message-name span {
		display: block;
		width: 120px;
		padding: 0;
		text-align: center;
		margin: 0 0 5px;
	}

	.s-c-message-in.-sub .s-c-message-main .img {
		width: auto;
	}
	.s-c-message-in.-sub .s-c-message-main .text-sub {
		width: auto;
	}

/* download */
	#s-c-download {
		margin-top: 60px;
	}
	.s-c-download__list >li a {
		font-size: 16px;
		padding: 15px 45px 15px 25px;
		top: -5px;
	}
	.s-c-download__list >li a i {
		width: 22px;
		height: 19px;
		right: 15px;
		top: calc(50% - 10px);
	}


/* contact */
	.s-c-contact-sponsorship {
		font-size: 16px;
		font-weight: 500;
		text-align: left;
		margin-top: 60px;
	}
	.s-c-contact-sponsorship .icon {
		display: block;
		width: 100px;
		padding: 0;
		margin: 0 0 5px;
		text-align: center;
	}

	.to-202607-btn a {
		font-sizse: 16px;
	}
	.to-202607-btn a:after {
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 12px solid #fff;
	}

}


/*--------------------------

result

--------------------------*/
#s-c-result {
    margin-bottom: 100px;
}
.summer-contest-sch {
	
}
.summer-contest-sch h2 {
	font-size :48px;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}
.summer-contest-sch h2:after {
	content: '';
	display: block;
	width: 100%;
	height: 81px;
	background: url("../img/summer-contest/202511/sch_title_bg.png") no-repeat center;
    background-size: contain;
	position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.summer-contest-sch p {
    font-size: 28px;
    text-align: center;
    line-height: 2;
}


.s-c-result-box {
    margin-top: 120px;
}
.s-c-result-box h2 {
	font-size: 48px;
    color: #fff;
	text-align: center;
	margin-bottom: 90px;
	position: relative;
	z-index: 1;
}
.s-c-result-box h2:before {
	content: '';
	display: inline-block;
	width: 72px;
	height: 51px; 
	background: url("../img/summer-contest/202511/icon_award.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    vertical-align: -3px;
    margin-right: 20px;
}
.s-c-result-box h2:after {
	content: '';
	width: 100%;
	height: 121px;
	background-image: url("../img/summer-contest/202511/obi4.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: -12px;
	left: 0;
	z-index: -1;
}
.s-c-result__list {

}
.s-c-result__list >li {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
	margin-bottom: 50px;
}

.s-c-result-box-main {
    display: flex;
    justify-content: space-between;
	flex-direction: row-reverse;
}
.s-c-result-img {
    width: 48%;
	height: 100%;
	position: relative;
}
.s-c-result-img .swiper-slide img {
	border:solid 1px #eee;
}
/*
.s-c-result-img .swiper-slide {
    height: 0;
    padding-top: 100%;
}
.s-c-result-img .swiper-slide img {
    width: auto;
    height: 100%;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
}
*/
.s-c-result-img .swiper-button-next,
.s-c-result-img .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #fff;
    border: solid 1px #eee;
	border-radius: 10000px;
}
.s-c-result-img .swiper-button-next {
    right: -25px;
}
.s-c-result-img .swiper-button-prev {
    left: -25px;
}
.s-c-result-img .swiper-button-next:after,
.s-c-result-img .swiper-button-prev:after {
    color: var(--base-color);
    font-size: 24px;
}
.s-c-result-img .swiper-pagination-bullets {
    bottom: -55px;
    left: 0;
}
.s-c-result-img .swiper-pagination-bullet {
    margin: 0 3px;
    width: 10px;
    height: 10px;
    line-height: 1;
}
.s-c-result-img .swiper-pagination-bullet-active {
    background: var(--base-color);
}


.s-c-result-info {
    width: 48%;
}
.s-c-result-info-box {
	margin-bottom: 40px;
}
.s-c-result-info-box h3 {
	font-size: 22px;
	text-align: center;
	padding: 10px;
	background: #e7dbbb;
	border-radius: 1000px;
	margin-bottom: 15px;
}
.s-c-result-info-box.-title p {
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}
.s-c-result-info-box.-theme p {
	font-size: 26px;
	font-weight: 500;
	text-align: center;
}
.s-c-result-info-box.-name {
	margin-bottom: 0;
}
.s-c-result-info-box.-name p {
	font-size: 22px;
}
.s-c-result-info-box.-name p span {
	font-size: 120%;
}
.s-c-result-box-sub {
	margin-top: 80px;
	border: solid 1px #584610;
	border-radius: 20px;
	overflow: hidden;
}
.s-c-result-box-sub h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	background: #584610;;
	padding: 10px;
}
.s-c-result-box-sub p {
	padding: 20px;
	line-height: 2;
}



.s-c-result-box.result-1 h2:after {
	background-image: url("../img/summer-contest/202511/obi1.png");
}
.s-c-result-box.result-2 h2:after {
	background-image: url("../img/summer-contest/202511/obi2.png");
}
.s-c-result-box.result-3 h2:after {
	background-image: url("../img/summer-contest/202511/obi3.png");
}




@media (max-width: 815px) {
	
	.summer-contest-sch h2 {
		font-size: 30px;
		margin-bottom: 35px;
	}
	.summer-contest-sch h2:after {
		height: 60px;
	}
	.summer-contest-sch p {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.s-c-result-box {
		margin-top: 70px;
	}

	.s-c-result-box h2 {
		font-size: 18px;
		margin-bottom: 40px;
	}
	.s-c-result-box h2:before {
		width: 24px;
		height: 18px;
		vertical-align: 0px;
		margin-right: 5px;
	}
	.s-c-result-box h2:after {
		height: 69px;
		top: -17px;
	}
	.s-c-result-box-main {
		display: block;
	}
	.s-c-result__list >li {
		padding: 40px 20px;
	}
	.s-c-result-img {
		width: 100%;
		height: auto;
	}
	.s-c-result-img .swiper-button-next,
	.s-c-result-img .swiper-button-prev {
		width: 40px;
		height: 40px;
	}
	.s-c-result-img .swiper-button-prev {
		left: -40px;
	}
	.s-c-result-img .swiper-button-next {
		right: -40px;
	}
	.s-c-result-img .swiper-button-next:after,
	.s-c-result-img .swiper-button-prev:after {
		font-size: 18px;
	}
	.s-c-result-img .swiper-pagination-bullets {
		display: none;
	}
	.s-c-result-info {
		width: 100%;
		margin-bottom: 50px;
	}
	.s-c-result-info-box h3 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.s-c-result-info-box.-title p {
		font-size: 18px;
	}
	.s-c-result-info-box.-theme p {
		font-size: 16px;
	}
	.s-c-result-info-box.-name p {
		font-size: 14px;
		text-align: center;
	}
	.s-c-result-box-sub {
		margin-top: 50px;
	}
	.s-c-result-box-sub h3 {
		font-size: 16px;
	}
	.s-c-result-box-sub p {
		font-size: 12px;
	}

}











