@charset "UTF-8";




/* layout
---------------------------------------------------------- */
body {
}

@media screen and (max-width:768px){
	body {
		background: none;
	}
}

/* contents
---------------------------------------------------------- */

.wrap {
	
	background: url("../img/results/pc/main_bg1.png") repeat-x center 80px ;
	background-size: 3692px 1462px;
	min-width:1200px;
}
.wrap_in {
	background:url("../../common/img/pc/header_bg.png") no-repeat center top,url("../../common/img/pc/footer_bg.png") no-repeat center bottom;
	background-size: auto;
	min-width:1200px;
}

.wrap img {
	width: 100%;
}

@media screen and (max-width:768px){
	
	
	.wrap {
		background-image:none;
		min-width: 100%;
		background-position: center 0;
	}
	.wrap_in {
		background:url("../img/results/sp/header_bg.png") no-repeat center top;
		background-size: 100%;
		min-width: 100%;
	}
	

	header {
		width: 100%;
		height: auto;
	}

	header div {
		width: 45%;
		margin: 0 auto;
		padding: 25px 0 11%;
	}
	

}

.main {
	background: url("../img/results/pc/main_bg2.png") no-repeat center 50px;
	background-size: 1371.5px 1309.5px;
	min-width:1200px;
	padding: 55px 0 240px;
	
}

.main h1 {
	width: 777.5px;
	margin: 0 auto 100px;
}
.main p {
	font-size: 24px;
	text-align: center;
	color: #171c61;
	line-height: 1.6em;
	margin-bottom: 60px;
}
.main p span {font-size: 30px; color: #171c61!important;}
.main p span mark {background: linear-gradient(transparent 40%, #ffffff 0%); color: #171c61!important;}

.main .present {
	width: 465px;
	margin: 0 auto;
	padding-left: 175px;
}

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

	.main {
		background: none;
		padding: 0 0 0;
		min-width:100%;
		margin-top: -2px;

	}

	.main h1 {
		width: 100%;
		margin: 0 auto 0;
		vertical-align: bottom;
	}
	.main p {
		padding: 30px 0 30px;
		font-size: 3.5vw;
		text-align: center;
		color: #171c61;
		line-height: 1.5em;
		margin-bottom: 0;
		background: #fffcd6;
	}
	.main p span {font-size: 4.8vw; color: #171c61!important;}
	.main p span mark {background: linear-gradient(transparent 40%, #ffffff 0%); color: #171c61!important;}

	.main .present {
		width: 100%;
		margin: 0 auto;
		padding-left: 0;
	}

	
}


.navi { padding-bottom: 150px;}
.navi h2 {
	width: 872px;
	margin: 0 auto 80px;
}

.navi ul {
	width: 1000px;
	margin: 0 auto;
	display: flex;
}

.navi ul li {
	width: 319px;
	padding: 0 8px;
}

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

	.navi { padding: 50px 0 40px;}
	.navi h2 {
		width: 94.6%;
		margin: 0 auto 40px;
	}

	.navi ul {
		width: 94%;
		margin: 0 auto;
		display: block;
		justify-content: space-between;
	}

	.navi ul li {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

}




.award_list {
	width: 1000px;
	margin: 0 auto;
}
.award_list .txt1 {
	text-align: right;
	color: #c39cc7;
	margin-bottom: 20px;
	font-size: 20px;
}

.nasbana1 {
	padding-bottom: 125px;
}

.nasbana1 h3 {
	width: 309px;
	margin: 0 auto;
}

.nasbana2 {
	padding-bottom: 125px;
}
.nasbana2 h3 {
	width: 360.5px;
	margin: 0 auto;
}

.nasbana3 {
	padding-bottom: 140px;
}
.nasbana3 h3 {
	width: 308.5px;
	margin: 0 auto;
}





.incontent {
  display: none;
}

.incontent {
	background: #fffcd9;
	border-radius: 15px 15px 0 0;
	box-sizing: border-box;
	padding: 35px 80px;
}

.color2 .incontent {
	background: #ece1ef;
}

.incontent .inner_tit {
	display: flex;
	margin-bottom: 30px;
	color: #171c61;
	align-items: center;
	
}
.incontent .inner_tit h4 {
	font-size: 27px;
	line-height: 1.2em;
	width: 55%;
}
.incontent .inner_tit dl {
	font-size: 24px;
	line-height: 1.2em;
}
.incontent .inner_tit dl dd span {
	font-size: 20px;
}

.incontent .inner_txt {
	background: #ffffff;
	box-sizing: border-box;
	padding: 30px 40px;
}
.incontent .inner_txt div.medal {
	width: 136px;
	padding-right: 20px;
	padding-bottom: 15px;
	float: left;
}

.incontent .inner_txt p {
	line-height: 1.8em;
	color: #171c61;
	font-size: 16px;
	text-align: justify;
}

.acc .area-btn .btn {
	display: flex;
	width: 100%;
	border-radius: 15px;
	padding: 35px 80px;
	color: #171c61;
	align-items: center;
	box-sizing: border-box;
	background: url("../img/results/icn_view1.png") no-repeat bottom 10px right 10px #fffcd9;
	background-size:53px 46px;
	cursor: pointer;
	height: 134.8px;
}
.color2 .area-btn .btn {
	background: url("../img/results/icn_view2.png") no-repeat bottom 10px right 10px #ece1ef;
	background-size:53px 46px;
}
.acc .area-btn .btn h4 {
	font-size: 27px;
	line-height: 1.2em;
	width: 55%;
}
.acc .area-btn .btn dl {
	font-size: 24px;
	line-height: 1.2em;
}
.acc .area-btn .btn dl dd span {
	font-size: 20px;
}



.color1.active .area-btn .btn {
	border-radius: 0 0 15px 15px;
	height: 60px;
	background: url("../img/results/icn_close1.png") no-repeat bottom 10px right 10px #fffcd9;
	background-size:53px 46px;
}
.color2.active .area-btn .btn {
	border-radius: 0 0 15px 15px;
	height: 60px;
	background: url("../img/results/icn_close2.png") no-repeat bottom 10px right 10px #ece1ef;
	background-size:53px 46px;
}
.active .area-btn .btn h4 { display: none;}
.active .area-btn .btn dl { display: none;}




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

	.award_list {
		width: 94%;
		margin: 0 auto;
	}
	.award_list .txt1 {
		text-align: right;
		color: #c39cc7;
		margin-bottom: 10px;
		font-size: 16px;
	}
	
	.nasbana1 {
		padding-bottom: 60px;
	}
	
	.nasbana1 h3 {
		width: 52%;
		margin: 0 auto;
	}
	.nasbana2 h3 {
		width: 61%;
		margin: 0 auto;
	}

	.nasbana3 {
		padding-bottom: 80px;
	}
	.nasbana3 h3 {
		width: 52.11%;
		margin: 0 auto;
	}





	.incontent {
	  display: none;
	}

	.incontent {
		background: #fffcd9;
		border-radius: 15px 15px 0 0;
		box-sizing: border-box;
		padding: 15px 3%;
	}

	.color2 .incontent {
		background: #ece1ef;
	}

	.incontent .inner_tit {
		display: block;
		margin-bottom: 30px;
		color: #171c61;

	}
	.incontent .inner_tit h4 {
		font-size: 18px;
		line-height: 1.3em;
		width: 100%;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.incontent .inner_tit dl {
		font-size: 14px;
		line-height: 1.2em;
	}
	.incontent .inner_tit dl dd {
		display: inline-block;
	}
	.incontent .inner_tit dl dd:first-child {
		padding-right: 5px;
	}
	.incontent .inner_tit dl dd span {
		font-size: 13px;
	}

	.incontent .inner_txt {
		background: #ffffff;
		box-sizing: border-box;
		padding: 10px 4%;
	}
	.incontent .inner_txt div.medal {
		width: 106px;
		padding-right: 10px;
		padding-bottom: 10px;
		float: left;
	}

	.incontent .inner_txt p {
		line-height: 1.6em;
		color: #171c61;
		font-size: 14px;
		text-align: justify;
	}
	
	.acc .area-btn .btn {
		display: block;
		width: 100%;
		border-radius: 15px;
		padding: 15px 3%;
		color: #171c61;
		align-items: center;
		box-sizing: border-box;
		background: url("../img/results/icn_view1.png") no-repeat bottom 10px right 10px #fffcd9;
		background-size:32px auto;
		height: auto;
	}
	.color2 .area-btn .btn {
		background: url("../img/results/icn_view2.png") no-repeat bottom 10px right 10px #ece1ef;
		background-size:32px auto;
	}
	.acc .area-btn .btn h4 {
		font-size: 18px;
		line-height: 1.3em;
		width: 100%;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.acc .area-btn .btn dl {
		font-size: 14px;
		line-height: 1.2em;
	}
	.acc .area-btn .btn dl dd {
		display: inline-block;
	}
	.acc .area-btn .btn dl dd:first-child {
		padding-right: 5px;
	}
	.acc .area-btn .btn dl dd span {
		font-size: 13px;
	}



	.color1.active .area-btn .btn {
		border-radius: 0 0 15px 15px;
		height: 60px;
		background: url("../img/results/icn_close1.png") no-repeat bottom 10px right 10px #fffcd9;
		background-size:32px auto;
	}
	.color2.active .area-btn .btn {
		border-radius: 0 0 15px 15px;
		height: 60px;
		background: url("../img/results/icn_close2.png") no-repeat bottom 10px right 10px #ece1ef;
		background-size:32px auto;
	}
	.active .area-btn .btn h4 { display: none;}
	.active .area-btn .btn dl { display: none;}
	
}



.btm_message { padding-bottom: 125px;}
.btm_message p {
	color: #171c61;
	text-align: center;
	font-size: 24px;
	line-height: 1.8em;
	margin-bottom: 75px;
}
.btm_message div {
	width: 209px;
	margin: 0 auto;
}


@media screen and (max-width:768px){
	
	.btm_message {
		width: 98%;
		margin: 0 auto;
		padding-bottom: 80px;
	}
	.btm_message p {
		color: #171c61;
		text-align: center;
		font-size: 4vw;
		line-height: 1.8em;
		margin-bottom: 45px;
	}
	.btm_message div {
		width: 40%;
		margin: 0 auto;
	}
}


.nasbana_ft {
	text-align: center;
	font-size: 16px;
	line-height: 1.5em;
	color: #ffffff;
	padding-bottom: 50px;
}
.nasbana_ft a {
	color: #ffffff;
	text-decoration: underline;
}
.nasbana_ft a:hover {
	text-decoration: none;
}

@media screen and (max-width:768px){
	.nasbana_ft {
		background: url("../../common/img/sp/footer_bg.png") no-repeat center top #f3a7ac;
		background-size: 100%;
		width: 100%;
		font-size: 14px;
		padding: 50px 6%;
		box-sizing: border-box;
		
	}
}




#page-top {
  position: fixed;
  bottom: 85px;
  right: 30px;
  z-index: 99;
}
#page-top a {
  text-decoration: none;
  color: #fff;
  width: 60px;
  display: block;
}
#page-top a:hover {
  text-decoration: none;
}

#page-top img {
	width: 100%;
}

@media screen and (max-width:768px){
	
	#page-top {
	  position: fixed;
	  bottom: 20px;
	  right: 2%;
	  z-index: 99;
	}
	#page-top a {
	  text-decoration: none;
	  color: #fff;
	  width: 40px;
	  display: block;
	}
	#page-top a:hover {
	  text-decoration: none;
	}

	#page-top img {
		width: 100%;
	}	
}