@charset "utf-8";

/*-----------------------------------------------------
style.css
-----------------------------------------------------*/

#wrap {
	position: relative;
	line-height: 1.0;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
}


.fontS {
	font-size: 16px;
	font-size: 1.6rem;
}
.fontSS {
	font-size: 14px;
	font-size: 1.4rem;
}
.fontL {
	font-size: 20px;
	font-size: 2.0rem;
}
.fontLL {
	font-size: 22px;
	font-size: 2.2rem;
}


.links a {
	padding-left: 24px;
	font-weight: 600;
	font-size: 26px;
	font-size: 2.6rem;
	color: #00b7ff;
	background: url(../img/arrow_right2-2.png) no-repeat left center;
}



/******************************
01. header
******************************/

header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
/*
	background-color: #000;
*/
}

#headerCont {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
/*
	height: 90px;
	line-height: 90px;
*/
	line-height: 72px;
	background-color: #000;
	border-radius: 50px;
}

#headerLogo {
	width: 380px;
	text-align: left;
}
#headerLogo img {
	width: auto;
	height: auto;
	vertical-align: middle;
}



/******************************
02. main
******************************/

main {
}

.txt {
	margin: 0 auto;
	line-height: 1.75;
}
.explanation {
	max-width: 1040px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
}



/***** #winnerTop  *****/

#winnerTop {
	position: relative;
	width: 100%;
	background: #f9bc2c url(../img/2025/2025_top_bg.png) no-repeat center top;
}
#winnerTop:after {
	content: "";
	display: block;
	width: 100%;
	height: 36px;
	background: url(../img/2025/bg_summary.png) repeat-x left bottom;
}
#winnerTopInner {
	max-width: 1260px;
	margin: 0 auto;
	padding: 170px 30px 0;
}


#logoArea {
	margin-bottom: 80px;
}
#logo {
	max-width: 376px;
	margin: 0 auto;
}
#logo img {
	width: 100%;
	height: auto;
}


#winnerTopCont {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 80px;
}
#winnerTopCont .txt {
	margin-bottom: 30px;
}

#mainTtl {
	margin-bottom: 60px;
	line-height: 1.2;
	font-weight: 800;
	font-size: 50px;
	font-size: 5.0rem;
}
#mainTtl span {
	display: inline-block;
	padding-left: 15px;
}



/***** 受賞作品 #winnerWork *****/

#winnerWork {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 180px;
	background: #8d5c15 url(../img/2025/2025_top_bg2.png) no-repeat center top 100px;
}
#winnerWork .txt.mb {
	margin-bottom: 60px;
}
#winnerWork .txt.mb-1 {
	margin-bottom: 10px;
}

.winnerWorkCont {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}

.winnerWorkBox {
	margin: 0 auto 30px;
	padding: 50px 30px;
	background-color: #fff;
	border: 1px solid #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.winnerWorkBox.sponsored {
	padding: 50px 30px 60px;
}
.winnerWorkBox .txt {
	max-width: 840px;
}

.winnerWorkTtl {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	min-height: 121px;
	margin-bottom: 60px;
	line-height: 1.3;
	text-align: center;
	vertical-align: middle;
	font-weight: 800;
	font-size: 50px;
	font-size: 5.0rem;
	letter-spacing: 0.1em;
	color: #ffffb8;
	text-shadow: 4px 4px 0 #000, -2px -2px 0 #000, -2px 2px 0 #000, 2px -2px 0 #000, 2px 0 0 #000, -2px 0 0 #000, 0 4px 0 #000, 0 -2px 0 #000;
	background: url(../img/2024/ttl_bg.png) no-repeat center center;
}

.winnerWorkSubTtl {
	display: block;
	margin-bottom: 40px;
	line-height: 1.2;
	font-weight: 800;
	font-size: 40px;
	font-size: 4.0rem;
}
.sponsored .winnerWorkSubTtl {
	margin-bottom: 40px;
}
.winnerWorkSubTtl span {
	display: inline-block;
	width: 52px;
	line-height: 0;
}
.winnerWorkSubTtl span img {
	width: 100%;
	height: auto;
}


.workList {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
.outstanding .workList, .sponsored .workList {
	-webkit-box-pack: center;
	justify-content: center;
}
.outstanding .workList {
	max-width: 865px;
	margin: 0 auto;
}
.sponsored .workList {
	margin-bottom: 30px;
}

.workList article {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 24%;
	margin: 0 0.5% 30px;
	padding: 18px 12px 20px;
	border: 2px solid #000;
}
.outstanding .workList article {
	width: 32%;
}

.workList article a {
	display: block;
}

.workListTtl {
	margin-bottom: 30px;
	line-height: 1.4;
	font-weight: 800;
	font-size: 20px;
	font-size: 2.0rem;
}

.workList article figure {
	display: none;
	padding-bottom: 30px;
}
.workList article figure img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}
.workList article figure figcaption {
	line-height: 1.4;
	font-weight: 800;
	font-size: 20px;
	font-size: 2.0rem;
}
.workList article figure figcaption.fontS {
	font-size: 12px;
	font-size: 1.2rem;
}

.workList article .iconRibbon {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 50px;
	margin: 0 auto;
}
.workList article .iconRibbon img {
	width: 100%;
	height: auto;
}

.winner {
	margin: auto 0 0;
	padding: 10px 0 0;
	border-top: 2px solid #000;
}
.sponsored .winner {
	padding: 12px 0 0;
}
.winner .txt1 {
	margin-bottom: 5px;
	line-height: 1.4;
	font-weight: 600;
}
.winner .txt1 span {
	display: inline-block;
}
.sponsored .winner .txt1 span {
	display: block;
	padding-left: 0;
}
.sponsoredLogo {
	margin: 0 auto 8px;
}
.sponsoredLogo img {
	width: 100%;
	height: auto;
	border: 1px solid #000;
}
.winner .txt2 {
	line-height: 1.6;
	font-size: 14px;
	font-size: 1.4rem;
}
.winner .txt2 .fontS {
	font-size: 12px;
	font-size: 1.2rem;
}


.winnerInfoBox {
	margin: 0 auto 30px;
	padding: 50px 30px;
	background-color: #fff;
	border: 1px solid #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.winnerInfoBoxTtl {
	margin-bottom: 40px;
	line-height: 1.4;
	text-align: center;
	font-weight: 600;
	font-size: 32px;
	font-size: 3.2rem;
}
.winnerInfoBox .txt {
	max-width: 820px;
}
#winnerWork .winnerInfoBox .txt.mb {
	margin-bottom: 50px;
}




/***** 参加校 #entrantSchool *****/

#entrantSchool {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.entrantSchoolBox {
	max-width: 1500px;
	margin: 0 auto 80px;
	padding: 50px 30px 60px;
	background-color: #fff;
	border: 1px solid #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.entrantSchoolTtl {
	margin-bottom: 50px;
	line-height: 1.4;
	font-weight: 600;
	font-size: 30px;
	font-size: 3.0rem;
}

.entrantSchoolList {
}
.entrantSchoolList ul {
}
.entrantSchoolList ul li {
	display: inline-block;
	padding-right: 3px;
	line-height: 2.0;
}
.entrantSchoolList ul li:after {
	content: "／";
	padding-left: 3px;
}
.entrantSchoolList ul li:last-child:after {
	display: none;
}



/***** #winnerThanks *****/

#winnerThanks {
	padding-bottom: 150px;
}
.explanationTxt {
	max-width: 900px;
	margin: 0 auto 50px;
	line-height: 1.6;
	font-size: 20px;
	font-size: 2.0rem;
}
.winnerThanksTxt {
	line-height: 1.4;
	font-weight: 800;
	font-size: 40px;
	font-size: 4.0rem;
}



/***** バナー .bnr *****/

.bnr {
	max-width: 800px;
	margin: 0 auto;
}
.bnr.mb {
	margin-bottom: 50px;
}
.bnr a img {
	width: 100%;
	height: auto;
}



/***** ボタン .btnArea *****/

.btnArea {
	width: 430px;
	margin: 30px auto 0;
}
.btnArea a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 63px;
	line-height: 63px;
	font-family: "logoType";
	font-size: 28px;
	font-size: 2.8rem;
	color: #000;
	background: url(../img/btn_bg1.png) no-repeat center center;
	background-size: 430px 63px;
}
.btnArea a .icon {
	padding-right: 32px;
	background: url(../img/btn_icon_links2.png) no-repeat right center;
	background-size: 22px 22px;
}



/***** 閉じる #closeBtn *****/

#closeBtn {
	height: 60px;
}
#closeBtn a {
	display: block;
	width: 120px;
	margin: 0 auto;
	line-height: 60px;
	font-size: 20px;
	font-size: 2.0rem;
/*
	color: #0ca8ed;
*/
	color: #333;
	background-color: #fff;
/*
	border: 2px solid #0ca8ed;
*/
	border: 2px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



/******************************
03. footer
******************************/

footer {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: -80px auto 0;
	padding-top: 8px;
	background: url(../img/2023/bg_footer.png) repeat-x left top;
}
#footerCont {
	padding: 50px 20px;
	text-align: center;
	color: #fff;
	background-color: #000;
}

footer .txt {
	margin-bottom: 20px;
}

#copyright {
	font-weight: 800;
	font-size: 14px;
	font-size: 1.4rem;
}





/* -------------------------------------------------------
●画面の横幅が960px以上
------------------------------------------------------- */

@media screen and (min-width: 960px) {
	
	.sp {
		display: none;
	}
	
	
	a {
		-ms-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		-moz-transition-duration: 0.5s;
		-webkit-transition-duration: 0.5s;
		transition-duration: 0.5s;
		-ms-transition-timing-function: ease-in-out;
		-o-transition-timing-function: ease-in-out;
		-moz-transition-timing-function: ease-in-out;
		-webkit-transition-timing-function: ease-in-out;
		transition-timing-function: ease-in-out;
	}
	
	.links a:hover {
		opacity: 0.7;
		text-decoration: none;
	}
	
	.bnr a:hover {
		opacity: 0.7;
	}
	
	.btnArea a:hover {
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		border-radius: 50px;
		background: #fff url(../img/btn_bg1_r.png) no-repeat center center;
		background-size: 430px 63px;
	}
	
	.sponsoredLogo a:hover {
		opacity: 0.7;
	}
	
	#closeBtn a:hover {
		color: #fff;
/*
		background-color: #0ca8ed;
*/
		background-color: #333;
	}
	
	
	
}





/* -------------------------------------------------------
●画面の横幅が1540pxまで
------------------------------------------------------- */

@media screen and (max-width: 1540px) {
	
	
	
}





/* -------------------------------------------------------
●画面の横幅が1200pxまで
------------------------------------------------------- */

@media screen and (max-width: 1200px) {
	
	.outstanding .workList {
		max-width: 860px;
	}
	
}





/* -------------------------------------------------------
●画面の横幅が1050pxまで
------------------------------------------------------- */

@media screen and (max-width: 1050px) {
	
	
	
}





/* -------------------------------------------------------
画面サイズ959pxまで
------------------------------------------------------- */

@media screen and (max-width:959px) {
	
	.winnerWorkTtl {
		min-height: 94px;
		margin-bottom: 50px;
		font-size: 46px;
		font-size: 4.6rem;
		background-size: 170px auto;
	}
	
	.winnerWorkSubTtl span {
		width: 46px;
	}
	.winnerWorkSubTtl {
		margin-bottom: 30px;
		font-size: 36px;
		font-size: 3.6rem;
	}
	
	.sponsored .workList {
		max-width: 520px;
		margin: 0 auto 30px;
	}
	.workList article {
		width: 32%;
		margin: 0 0.5% 20px;
	}
	.sponsored .workList article {
		width: 49%;
	}
	
	.workListTtl {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.entrantSchoolTtl {
		margin-bottom: 40px;
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	
	.winnerThanksTxt {
		font-size: 38px;
		font-size: 3.8rem;
	}
	
	
	
}





/* -------------------------------------------------------
画面サイズ840pxまで
------------------------------------------------------- */

@media screen and (max-width:840px) {
	
	
	
	
}





/* -------------------------------------------------------
画面サイズ750pxまで
------------------------------------------------------- */

@media screen and (max-width:750px) {
	
	#wrap {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	
	.fontS {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.fontSS {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.fontL {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.fontLL {
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	
	.links a {
		padding-left: 22px;
		font-size: 23px;
		font-size: 2.3rem;
		background-size: 15px auto;
	}
	
	
	#headerCont {
		height: 80px;
		line-height: 80px;
	}
	#headerLogo {
		width: 300px;
	}
	
	
	#winnerTopInner {
		padding: 150px 30px 0;
	}
	
	#winnerTopCont {
		padding: 0 0 50px;
	}
	
	
	#mainTtl {
		margin-bottom: 40px;
		font-size: 40px;
		font-size: 4.0rem;
	}
	
	
	#winnerWork {
		padding: 60px 0 150px;
	}
	#winnerWork .txt.mb {
		margin-bottom: 50px;
	}
	
	.winnerWorkBox {
		padding: 40px 30px;
	}
	.winnerWorkBox.sponsored {
		padding: 40px 30px;
	}
	
	.winnerWorkTtl {
		min-height: 92px;
		margin-bottom: 50px;
		font-size: 40px;
		font-size: 4.0rem;
		background-size: 166px auto;
	}
	
	.winnerWorkSubTtl span {
		width: 40px;
	}
	.winnerWorkSubTtl {
		margin-bottom: 30px;
		font-size: 32px;
		font-size: 3.2rem;
	}
	
	
	.workListWrap {
		margin-bottom: 80px;
	}
	
	.workList article {
		width: 48%;
		margin: 0 1% 20px;
	}
	.outstanding .workList article {
		width: 48%;
		margin: 0 1% 20px;
	}
	.sponsored .workList article {
		width: 48%;
		margin: 0 1% 20px;
	}
	
	
	.workListTtl {
		margin-bottom: 20px;
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	.workList article figure figcaption {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.winner .txt2 {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.winner .txt2 .fontS {
		font-size: 11px;
		font-size: 1.1rem;
	}
	
	
	.winnerInfoBox {
		padding: 40px 30px;
	}
	.winnerInfoBoxTtl {
		margin-bottom: 30px;
		font-size: 28px;
		font-size: 2.8rem;
	}
	#winnerWork .winnerInfoBox .txt.mb {
		margin-bottom: 40px;
	}
	
	
	.entrantSchoolBox {
		margin: 0 auto 60px;
		padding: 40px 30px 50px;
	}
	.entrantSchoolTtl {
		margin-bottom: 40px;
		font-size: 26px;
		font-size: 2.6rem;
	}
	
	
	#winnerThanks {
		padding-bottom: 80px;
	}
	#winnerThanks .txt {
		padding-bottom: 40px;
	}
	.explanationTxt {
		margin: 0 auto 30px;
		font-size: 18px;
		font-size: 1.8rem;
	}
	.winnerThanksTxt {
		font-size: 32px;
		font-size: 3.2rem;
	}
	
	
	
	.bnr.mb {
		margin-bottom: 40px;
	}
	
	
	.btnArea {
		width: 320px;
		margin: 25px auto 0;
	}
	.btnArea a {
		height: 47px;
		line-height: 47px;
		font-size: 20px;
		font-size: 2.0rem;
		background-size: 320px 47px;
	}
	.btnArea a .icon {
		padding-right: 26px;
		background-size: 18px 18px;
	}
	
	
	#closeBtn {
		height: 40px;
	}
	#closeBtn a {
		display: block;
		width: 100px;
		line-height: 40px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	
	#footerCont {
		padding: 40px 20px;
	}
	
	#copyright {
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	
	
	
	
	.btnArea {
		width: 300px;
		margin: 25px auto 0;
	}
	.btnArea a {
		height: 44px;
		line-height: 44px;
		font-size: 20px;
		font-size: 2.0rem;
		background-size: 300px 44px;
	}
	.btnArea a .icon {
		padding-right: 26px;
		background-size: 18px 18px;
	}
	
	
	
	
	
}





/* -------------------------------------------------------
画面サイズ600pxまで
------------------------------------------------------- */

@media screen and (max-width:600px) {
	
	.btnArea {
		width: 240px;
		margin: 25px auto 0;
	}
	.btnArea a {
		height: 35px;
		line-height: 35px;
		font-size: 16px;
		font-size: 1.6rem;
		background-size: 240px 35px;
	}
	.btnArea a .icon {
		padding-right: 22px;
		background-size: 16px 16px;
	}
	
	
	
}





/* -------------------------------------------------------
画面サイズ568pxまで
------------------------------------------------------- */

@media screen and (max-width:568px) {
	
	.links a {
		padding-left: 18px;
		font-size: 20px;
		font-size: 2.0rem;
		background-size: 12px auto;
	}
	
	
	.explanation {
		padding: 0;
	}
	
	
	#headerCont {
		height: 60px;
	}
	#headerLogo {
		width: 280px;
		line-height: 60px;
	}
	
	
	#winnerTopInner {
		padding: 120px 20px 0;
	}
	#winnerTopCont {
		padding: 0 0 50px;
	}
	#winnerTopCont .txt {
		margin-bottom: 20px;
	}
	
	#mainTtl {
		margin-bottom: 40px;
		font-size: 36px;
		font-size: 3.6rem;
	}
	
	#winnerWork {
		padding: 50px 0 150px;
	}
	
	.winnerWorkBox {
		margin: 0 auto 20px;
		padding: 40px 20px;
	}
	.winnerWorkBox.sponsored {
		padding: 40px 20px;
	}
	
	.winnerWorkTtl {
		min-height: 70px;
		margin-bottom: 40px;
		font-size: 32px;
		font-size: 3.2rem;
		background-size: 130px auto;
	}
	.winnerWorkSubTtl {
		margin-bottom: 30px;
		font-size: 28px;
		font-size: 2.8rem;
	}
	.winnerWorkSubTtl span {
		width: 32px;
	}
	
	
	#winnerWork .txt.mb {
		margin-bottom: 40px;
	}
	
	.workList {
		flex-direction: column;
	}
	.sponsored .workList {
		margin-bottom: 20px;
	}
	.workList article, .outstanding .workList article, .sponsored .workList article {
		max-width: 240px;
		width: 100%;
		margin: 0 auto 20px;
		padding: 18px 15px 15px;
	}
	.workListTtl {
		margin-bottom: 15px;
	}
	
	
	.winnerInfoBox {
		padding: 40px 20px;
	}
	.winnerInfoBoxTtl {
		margin-bottom: 25px;
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	
	.entrantSchoolBox {
		padding: 40px 20px 40px;
	}
	.entrantSchoolTtl {
		margin-bottom: 30px;
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	
	#winnerThanks {
		padding-bottom: 60px;
	}
	.explanationTxt {
		margin: 0 auto 30px;
		font-size: 17px;
		font-size: 1.7rem;
	}
	.winnerThanksTxt {
		font-size: 28px;
		font-size: 2.8rem;
	}
	
	
	#closeBtn {
		height: 32px;
	}
	#closeBtn a {
		width: 90px;
		line-height: 32px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	
	
	
	
}





/* -------------------------------------------------------
画面サイズ480pxまで
------------------------------------------------------- */

@media screen and (max-width:480px) {
	
	#wrap {
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	
	.fontS {
		font-size: 11px;
		font-size: 1.1rem;
	}
	.fontSS {
		font-size: 9px;
		font-size: 0.9rem;
	}
	.fontL {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.fontLL {
		font-size: 17px;
		font-size: 1.7rem;
	}
	
	
	.links a {
		padding-left: 11px;
		font-size: 16px;
		font-size: 1.6rem;
		background-size: 8px auto;
	}
	
	
	
	
	#headerCont {
		padding: 0 20px;
	}
	#headerLogo {
		width: 240px;
	}
	
	
	.explanation {
		padding: 0;
	}
	
	
	#logoArea {
		margin-bottom: 50px;
	}
	
	
	#mainTtl {
		margin-bottom: 30px;
		font-size: 30px;
		font-size: 3.0rem;
	}
	
	
	#winnerTopCont {
		padding: 0 0 30px;
	}
	#winnerTopCont .txt {
		margin-bottom: 15px;
	}
	
	
	#winnerWork {
		padding: 40px 0 150px;
	}
	.winnerWorkCont {
		padding: 0 20px;
	}
	
	.winnerWorkBox {
		padding: 25px 20px 20px;
	}
	.winnerWorkBox.sponsored {
		padding: 25px 20px 20px;
	}
	
	.winnerWorkTtl {
		min-height: 60px;
		margin-bottom: 30px;
		font-size: 28px;
		font-size: 2.8rem;
		background-size: 110px auto;
	}
	.winnerWorkSubTtl {
		margin-bottom: 30px;
		font-size: 24px;
		font-size: 2.4rem;
	}
	.sponsored .winnerWorkSubTtl {
		margin-bottom: 30px;
	}
	.winnerWorkSubTtl span {
		width: 28px;
	}
	
	#winnerWork .txt.mb {
		margin-bottom: 30px;
	}
	
	.workListTtl {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	.winner .txt2 {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.winner .txt2 .fontS {
		font-size: 10px;
		font-size: 1.0rem;
	}
	
	
	.winnerInfoBox {
		padding: 25px 20px;
	}
	.winnerInfoBoxTtl {
		margin-bottom: 20px;
		font-size: 22px;
		font-size: 2.2rem;
	}
	#winnerWork .winnerInfoBox .txt.mb {
		margin-bottom: 30px;
	}
	
	
	.entrantSchoolBox {
		margin: 0 auto 50px;
		padding: 30px 20px;
	}
	.entrantSchoolTtl {
		margin-bottom: 20px;
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	
	.explanationTxt {
		margin: 0 auto 30px;
		font-size: 15px;
		font-size: 1.5rem;
	}
	.winnerThanksTxt {
		font-size: 24px;
		font-size: 2.4rem;
	}
	
	
	.winnerInfo {
		font-size: 11px;
		font-size: 1.1rem;
	}
	
	
	.bnr.mb {
		margin-bottom: 30px;
	}
	
	
	#closeBtn a {
		width: 82px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	
	#footerCont {
		padding: 30px 20px;
	}
	
	#copyright {
		font-size: 11px;
		font-size: 1.1rem;
	}
	
	
	
}





/* -------------------------------------------------------
画面サイズ320pxまで
------------------------------------------------------- */

@media screen and (max-width:320px) {
	
	.winnerWorkCont3 {
		width: 90%;
	}
	
	
	
}
