/* ======================================== 見栄え用 ======================================== */
/* サイト共通要素 */

/* ==================== タグの初期設定 ==================== */
body {
	text-align: center;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Osaka';
	line-height:1.5;
	color:#333;
	font-size:16px;
	-webkit-text-size-adjust: 100%;
}

input,
textarea {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic','Osaka';
}

textarea {
	font-size:16px;
}

h1 {
background-image: url("../inc/images/award/award_bg.jpg")
}

#contents{
	width:960px;
	margin:0 auto;
}
div.EpisodeAres{
	margin: 10px auto;
	width: 890px;
}

div.formArea{
	width:890px;
	margin:10px auto;
	text-align:left;
}

div.formArea table{
	border:3px solid #ddd;
	border-collapse:collapse;
	width:100%;
	margin-top:10px;
}
div.formArea table th,
div.formArea table td{
	border-bottom:1px solid #ddd;
	padding:20px;
}

div.formArea table th{
	background:#f3f3f3;
	vertical-align:top;
	text-align:left;
	width:200px;
}

div.formArea table th img{
	float:right;
}

div.formArea table td input,
div.formArea table td textarea{
	padding:5px;
	font-size:16px;
}

div.fileArea{
	background:#f3f3f3;
	border-radius:5px;
	margin-top:10px;
}

p.note{
	font-size:82%;
	color:#999;
}

div.btArea{
	margin:30px auto;
	text-align:center;
}

p.agree{
	color:#D80000;
	margin-bottom:20px;
}

.btArea a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}

div.terms{
	border:1px solid #dddddd;
	background:#f3f3f3;
	padding:30px;
	font-size:90%;
}

div.terms ul{
	margin-top:10px;
	list-style:none;
}

div.terms ul li{
	font-size:90%;
	background:url(../inc/images/icon_dotted.png) no-repeat 0 10px;
	padding:1px 0 1px 7px;
}

div.offerArea{
	background:url(../inc/images/offer_bg_.png) repeat-x;
	height:120px;
	padding:0 23px;
	margin-top:50px;
}

div.description{
	padding:45px 0 15px;
}

div.offer ul{
	list-style:none;
	margin-top:15px;
}

div.offer ul li{
	float:left;
	margin-left:23px;
}

div.offer ul li:first-child{
	margin-left:0;
}

div.copyright{
	padding:10px 0;
	text-align:right;
}

.error{
	color:#e50038;
}

.img_thumb{
	max-width:50px;
	max-height:50px;
}

.input_title {
	margin-right: 1em;
}
.per30  {width: 30% !important;}
.mgr30  {margin-right:  30px !important;}
.per98  {width: 98% !important;}

@media screen and (max-width: 720px) {
	.mb{
	width: 100% !important;
	}
	body {
		font-size:100%;
		width: 100%;
		word-break:break-all;
		word-wrap:break-word;
	}
	img,
	#wrapper,
	#contents {
		width: 100%;
	}

	div.EpisodeAres{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 10px auto;
		width: 100%;
		padding: 0 0.5rem;
	}
	div.formArea {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 0 .5rem;
	}
	
	div.formArea table ,
	div.formArea table tbody,
	div.formArea table th,
	div.formArea table td {
		display: block;
	}
	div.formArea table {
		max-width: 100%;
		width: 100%;
	}
	div.formArea table th,
	div.formArea table td {
		width: auto;
		padding: 5%;
	}
	div.formArea table th img {
		float: none;
		width: 3rem;
		margin-left: .5rem;
		vertical-align: top;
	}
	div.formArea table td label {
		display: block;
		text-align: left;
	}
	div.formArea table td input[type=text] {
		width: 85% !important;
		max-width: 85%;
		font-size: 16px;
	}
	div.formArea table td textarea {
		width: 100% !important;
		max-width: 100%;
		font-size: 16px;
	}
	div.formArea table td input[name=age] {
		width: 4rem !important;
	}

	div.formArea table td input[type=file],
	div.formArea input[type=image] {
		-webkit-appearance: none;
		width: 100% !important;
		font-size: 80%;
	}
	.optionalMark {
		width: 3rem;
	}
	div.formArea table td input[type=radio] {
		margin: 0;
	}
	div.description {
		padding-top: 30px;
	}
	div.description [alt=JSPO（日本スポーツ協会）] {
		margin-top: 1rem;
		width: 50%;
	}
	p.agree {
		text-align: left;
	}
	div.offer {
		text-align: center;
	}
	div.offer ul {
		width: 100%;
		margin: 0 auto;
	}
	div.offer ul li {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-left: 0;
		width: 24%;
		height: 3.2rem;
		padding: .5rem;
	}
	div.offer ul li:nth-of-type(4) {
		margin-right: .5rem;
	}
	div.offer ul li img {
		width: 100%;
	}
	div.offerArea {
		margin-top: 20px;
		height: auto;
		background: none;
		border-top: #eeeeee solid 4px;
		border-bottom: #eeeeee solid 4px;
		box-shadow: 0 -1px 0 1px rgb(204,204,204), 0 1px 0 1px rgb(204,204,204);
	}
	div.copyright {
		clear: both;
		text-align: center;
	}
	div.copyright img {
		width: 80%;
	}
	.mgl30,
	.mgr30 {
		margin: 0 !important;
	}
	.f-l,
	.f-r {
		float: none !important;
	}
}
/* ======================================== ここまで見栄え用 ======================================== */
.box8 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.box8 p {
    margin: 0; 
    padding: 0;
}


.award_top{
	margin-top: 80px;
}
.award_note{
	text-align: center;
	margin-top: 50px;
	font-size: 1.12rem;
	line-height: 1.75;
}
.award div.formArea table{
	margin-top: 0;
}
.award div.formArea table + table{
	margin-top: 20px;
}

.award div.formArea table th{
	font-weight: normal;
}
.award .caption{
	text-align: left;
	font-weight: bold;
	margin: 74px 0 0;
	padding-left: 5px;
	line-height: 1;
	padding-bottom: 7px;
}
.sml_txt{
	margin: 0;
	font-size: .76rem;
	font-weight: normal;
}
.method_txt{
	margin: 0;
	padding-left:1em;
	text-indent:-1em;
}
.link_bg{
	color: #35B8C1;
}

@media screen and (max-width: 720px) {
.award_top{
	margin-top: 0;
}
}
/*============================================================
 * $GLOBAL NAVI
 * グロナビ
============================================================*/
.global_navi {
	display: none;
}
.global_navi a{
	text-decoration: none;
	color:#000;
}
@media screen and (min-width: 769px) {

	.global_navi {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #ffffff;
		z-index:9999;
		height:70px;
	}
	.global_navi div{
		text-align:right;
		width:1026px;
		margin:0 auto;
	}
	.global_navi ul{
		display:table;
		table-layout:fixed;
		width:1026px;
		float:right;
	}
	.global_navi ul li{
		display:table-cell;
		text-align:center;
		padding:10px 0;
	}
	.global_navi ul li a{
		display:block;
	}
	.global_navi ul li:nth-of-type(5) span{
		border-right:1px solid #ccc;
	}
	.global_navi ul li span{
		font-weight:bold;
		display:block;
		border-left:1px solid #ccc;
		font-size: 0.9rem;
	}
	.global_navi ul li.current,
	.global_navi ul li:hover{
		border-top:3px solid #36b9c2;
		color:#36b9c2;
	}
	.global_navi ul li a:hover{
		color:#36b9c2;
	}
	.index .global_navi {
		display:none;
	}
	.global_navi .logo:hover{
		border:none;
	}
	.global_navi .logo{
		position:absolute;
		top:10px;
		width:80px;
		padding-top:0;
	}
	.global_navi .logo img{
		width:100%;
	}
	.global_navi ul li:not(:first-child) {
		margin-top: .8rem;
		width: 155px;
	}

}

/*============================================================
 * $MOBILE NAVI
 * モバイルナビ
 * =========================================================*/
/*--------------------
 * ボタン
 * ------------------*/
.mobile_navi_toggle {
	position: fixed;
	top: .5rem;
	right: .5rem;
	width: 2rem;
	height: 2rem;
}
.mobile_navi_toggle button {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	outline: none;
}

.mobile_navi_toggle img {
	vertical-align: middle;
}

/*--------------------
 * 全体
 * ------------------*/
.mobile_navi {
	/*display: flex;
	flex-wrap:wrap;
	flex-direction: row;
	justify-content:flex-end;*/
	display: none;
	position: fixed;
	top: calc(2rem + .5rem);
	left: 0;

}

/*--------------------
 * ナビ
 * ------------------*/
.mobile_navi ul {
	width: 100vw;
	background: #36b9c3;
	border-top: 1px solid #fff;
}

.mobile_navi ul li {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #fff;
}

.mobile_navi li a {
	display: block;
	padding: .5rem 1rem;
	background: url(../inc/images/cmn/open_arrow.png) right .5rem center no-repeat;
	background-size: 1.8rem;
	color: #fff;
	text-decoration: none;
}


@media screen and (min-width: 769px) {
	.mobile_navi,
	.mobile_navi_toggle {
		display: none;
	}
}

.movie_block{
	background:url(../inc/images/award/school_top_youtubebg.png) no-repeat center;
	width:100%;
	height:523px;
	margin:0 auto;
	text-align:center;
}
.movie_block div{
	padding-top:20px;
}
.movie_block iframe{
	width:854px;
	height:480px;
}
.award_top {
	background: linear-gradient(to bottom, #006fb9 90px, #fff);
	background: linear-gradient(0deg, rgba(255,255,255,1) 35%, rgba(0,111,185,1) 90%);
}
@media screen and (max-width: 768px) {
	.movie_block{
		background:none;
		width:100%;
		height:auto;
		position: relative;
		padding-top: 56.25%;
	}
	.movie_block iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

.award_copy span {
	display: block;
	position: absolute;
	width: 13vw;
	height: 13vw;
	left: 0;
	top: auto;
	right: -85%;
	bottom: 50%;
	margin: auto auto 0;
	}
	.award_copy span img {
	display: block;
	width: 100%;
	height:auto;
	opacity:90%;
	}
	@media screen and (max-width: 768px) {
	.award_copy span {
	width: 81px;
	height: 81px;
	left: auto; top: -60px; right: -1.5%; bottom: auto; margin: auto auto 0;
	}
	
	}

	/* 
日本フェアプレーエピソード大賞2023追記 */
@media screen and (min-width: 721px) {
	.pc {
		display: block;
	}

	.sp {
		display: none;
	}
	}
@media screen and (max-width: 720px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}
.award_top h1 {
	padding: 50px 0;
	text-align: center;
}
.award_top h1 img {
	max-width: 960px;
}
.award_top .award_inner {
	margin: 0 auto;
	max-width: 1000px;
	margin-bottom: 50px;
}
.award_top .award_copy {
	font-size: 135%;
	line-height: 1.6;
	color: #fff;
	padding: 2em 0;
	text-align: center;
}
.award_top .award_copy strong {
	font-size: 150%;
	}
.award_top .award_lead {
	line-height: 1.6;
	color: #fff;
}
.award_top .award_prize_cont {
	margin: 0 auto;
	padding: 20px 50px 10px;
	width: 800px;
	display: none;
}
.award_top .award_prize_cont .award_prize_ttl {
	font-size: 23px;
	margin: 30px 0 30px;
	padding: 8px;
	color: #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.award_top .award_prize_cont .award_prize_img img {
	width: 800px;
}
.award_top .award_prize_cont .award_ttl {
	font-size: 20px;
	font-weight: 900;
}
.award_top .award_prize_cont .award_ttl span {
	font-size: 25px;
	font-weight: 900;
}
.award_top .award_prize_cont .award_name {
	font-size: 17px;
	margin-bottom: 30px;
	line-height: 1.8;
}
.award_top .award_prize_cont .award_program {
	text-align: left;
	font-size: 18px;
	line-height: 2;
	margin: 30px auto;
}
@media screen and (min-width: 721px) {
	.award_top .award_prize_cont .award_program {
		max-width: 350px;
	}
}
.award_top .award_prize_cont .award_program span {
	display: block;
	text-align: center;
	margin: 0 auto 10px;
	font-weight: bold;
 }
.award_top .award_prize_cont .btn-pdf {
	padding: 20px;
	font-size: 20px;
	color: #fff;
	background-color: #D80000;
	border-radius: 10px;
	text-decoration: none;
	margin: 0 auto 50px;
	display: block;
	width: 400px;
}
.award_top .award_prize_cont .btn-pdf:hover {
	opacity: 0.7;
}
.award_top .award_prize_cont .video {
	margin: 30px auto;
}
.award_top .award_prize_bg {
	background-color: #ffffffc2;
	padding-bottom: 60px;
	border: solid 2px #006fb9;
	width:80%;
	max-width:800px;
}
.award_top h3 {
	font-size: 20px;
	margin: 20px 0;
}
.award-accordion-ttl {
	position: relative;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}
.acc-active {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	transform: rotate(45deg) translate(-7px, 0);
}
.none {
	display: none;
}
.acc-btn {
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 3px;
	border: 2px solid #fff;
	font-size: 25px;
	background-color: #dc3134;
}
.acc-btn:hover {
	cursor: pointer;
	opacity: 0.7;
	transition: 0.3s;
}
.btn-icon {
	content: "";
	position: absolute;
	top: -5px;
	bottom: 0;
	margin: auto 0;
	right: 22px;
	width: 15px;
	height: 15px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.acc-active {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: none;
	border-right: none;
	transform: rotate(45deg);
	margin-top: 30px;
}
.award_btn {
	margin-top: 60px;
}
@media screen and (max-width: 720px) {
	.award_top h1 {
		padding: 45px 5%;
		margin: 0 auto;
	}
	.award_top .award_inner {
		margin: 0 auto;
		max-width: 90%;
		margin-bottom: 50px;
	}
	.award_top .award_copy {
		font-size: 18px;
	}
	.award_top .award_lead {
		text-align: left;
		text-align: justify;
	}
	.award_top .award_prize_cont {
		margin: 5% auto;
		padding: 5%;
		width: 80%;
	}
	.award_top .award_prize_cont .award_prize_img img {
		width: 100%;
	}
	.award_top .award_prize_cont .award_prize_ttl {
		font-size: 20px;
	}
	.award_top .award_prize_cont .award_program {
		margin: 30px 0;
		padding: 0;
		width: 100%;
		text-align: left;
		text-align: justify;
	}
	.award_top .award_prize_cont .award_digest {
		text-align: left;
	}
	.award_top .award_prize_cont .award_ttl {
		font-size: 18px;
		font-weight: 900;
	}
	.award_top .award_prize_cont .award_ttl span {
		display: block;
		font-size: 23px;
		font-weight: 900;
	}
	.award_top .award_prize_cont .btn-pdf {
		padding: 10px;
		font-size: 17px;
		border-radius: 10px;
		margin: 0 auto 50px;
		width: 90%;
	}
	.award_top .award_prize_cont .video {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		margin-bottom: 30px;
	}
	.award_top .award_prize_cont .video iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	.award_top .award-accordion-ttl {
		width: 90%;
	}
	.award_top .acc-btn {
		margin-bottom: 0;
		font-size: 16px;
	}
	.award_top .btn-icon {
		right: 12px;
		width: 8px;
		height: 8px;
	}
	.award_top .award_btn {
		margin-top: 45px;
	}
}
#award_open{
    display: none;
}
#award_open:checked+label+.award_openarea{
    display: block;
}