@charset "UTF-8";
/* CSS Document */


/* --------------- top --------------- */

.img_topinfo1 {
	margin-top: 540px;
}



/* --------------- sponsors --------------- */


.box_sponsors1 {
	margin-bottom: 30px;
	padding: 17px 24px 20px;
	border: double 4px #2476e0;
}

ul.list_sponsors1 {
	margin: 0 0 15px;
	padding: 0;
}

ul.list_sponsors1 li {
	margin: 0 0 4px;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.btn2.sponsors1 {
	width: 100%;
	max-width: 310px;
	margin: 20px auto 0;
}

.flow_sponsors1 {
	margin: 0 0 40px;
	padding: 5px 0 0 0;
	color: #000002;
}

.flow_sponsors1 dl {
	width: 250px;
	margin: 0 32px 0 0;
	padding: 0;
	float: left;
	position: relative;
	z-index: 0;
}

.flow_sponsors1 dl:last-child {
	margin-right: 0;
}

.flow_sponsors1 dl dt {
	width: 100%;
	height: 51px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #2476de;
	display: table;
}

.flow_sponsors1 dl dt span {
	padding: 2px 0 0 0;
	display: table-cell;
	vertical-align: middle;
}

.flow_sponsors1 dl dd {
	min-height: 120px;
	margin: 0;
	padding: 10px 17px;
	background-color: #fff;
	border-left: solid 1px #2476de;
	border-right: solid 1px #2476de;
	border-bottom: solid 1px #2476de;
}

.flow_sponsors1 dl:after {
	width: 0;
	height: 0px;
	border: 16px solid transparent;
	border-left-color: #2476de;
	content: "";
	position: absolute;
	top: 48%;
	right: -38px;
	border-left-width: 14px;
	border-right-width: 14px;
}

.flow_sponsors1 dl:last-child:after {
	content: none;
}

.btn1.sponsors2 {
	width: 230px;
	margin: 0 auto 40px;
}

dl.list_faq {
	width: 100%;
	margin: 0 0 8px;
	padding: 0;
	display: table;
}

dl.list_faq:first-child {
	padding-top: 5px;
}

dl.list_faq dt {
	width: 30px;
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	display: table-cell;
	vertical-align: top;
}

dl.list_faq dd {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: top;
}

dl.list_faq.ques dd {
	font-size: 14px;
	font-weight: bold;
}

dl.list_faq.ques {
	color: #0096e0;
}

dl.list_faq.ans dt {
	color: #ff0068;
}

dl.list_faq.ans {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: dashed 1px #ccc;
}


@media screen and (max-width: 990px) {
	.box_sponsors1{
		padding: 17px 15px 20px
	}
		
	.flow_sponsors1 dl{
		width: 100%;
		margin: 0 auto 30px;
		float: none;
	}
	
	.flow_sponsors1 dl:last-child{
		margin: 0 auto 20px;
	}
	
	.flow_sponsors1 dl:after{
		top: 104%;
		right: 46%;
		transform: rotate(90deg);
	}
	
}

@media screen and (max-width: 500px) {
	.btn2.sponsors1{
		font-size: 13px;
	}
	
	.btn2.sponsors1 span{
		padding-right: 40px;
	}
	
}

