@charset "utf-8";

/* reset
-------------------------------------------------- */
html, body, h1, h2, h3, h4, h5, h6,
div, p, ul, ol, li, dl, dt, dd,
span, em, strong, b, u, i, center, img, a,
table, tbody, thead, tfoot, tr, th, td, caption,
article, header, footer, nav, section, figure, figcaption,
form, input, label, button, select,
iframe, address{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
article, header, footer, nav, section, figure, figcaption{
	display: block;
}
body{
	color: #333;
	font-size: 15px;
	font-family: Verdana,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	font-weight: normal;
	line-height: 1.6;
}
ul, ol{
	list-style: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	vertical-align: bottom;
}
a{
	color: #333;
}
a:hover{
	text-decoration: none;
}

@media screen and (max-width:767px){
	body{
		font-size: 14px;
	}
}


/* wrapper
-------------------------------------------------- */
.wrapper{
	width: 100%;
	background: url(../img/main_pc.jpg) no-repeat top center;
	background-size: 100% auto;
}

@media screen and (max-width:1024px){
	.wrapper{
		background: none;
	}
}


/* main
-------------------------------------------------- */
/* main_visual */
.main_visual{
	position: relative;
	display: table;
	width: 100%;
}
.main_visual .logo_kitaq,
.main_visual .logo_jr{
	position: absolute;
}
.main_visual .logo_kitaq img,
.main_visual .logo_jr img{
	width: 100%;
}
.main_visual .logo_kitaq{
	top: 2%;
	left: 1%;
	width: 12%;
}
.main_visual .logo_jr{
	top: 2.5%;
	right: 1.5%;
	width: 5%;
}
.main_visual .logo_ttl{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.main_visual .logo_ttl h1{
	position: relative;
	width: 58%;
	margin: 0 auto;
}
.main_visual .logo_ttl h1 img.ttl{
	width: 100%;
}
.main_visual .logo_ttl h1 img.present{
	position: absolute;
	right: -10%;
	top: -5%;
	width: 27%;
}

/* main_photo */
.main_photo ul{
	overflow: hidden;
	width: 82%;
	margin: 0 auto;
}
.main_photo li{
	float: left;
	width: calc(100% / 3);
	padding: 0 0.5%;
}
.main_photo li img{
	width: 100%;
}

@media screen and (max-width:1024px){
	.main_visual{
		background: url(../img/main_sp.jpg) no-repeat top center;
		background-size: cover;
	}
	.main_visual .logo_ttl h1{
		width: 85%;
	}
	.main_visual .logo_kitaq{
		width: 22%;
	}
	.main_visual .logo_jr{
		width: 9%;
	}
	.main_visual .logo_ttl h1 img.present{
		right: -5%;
		top: -15%;
	}
	.main_photo ul{
		width: 94%;
	}
}

@media screen and (max-width:767px){
	.main_visual .logo_ttl h1{
		width: 80%;
		margin-top: 25%;
	}
	.main_visual .logo_kitaq{
		width: 30%;
		left: 2%;
	}
	.main_visual .logo_jr{
		width: 13%;
		right: 3%;
	}
	.main_visual .logo_ttl h1 img.present{
		right: -10%;
		top: -12%;
		width: 35%;
	}
}


/* lead_text
-------------------------------------------------- */
.lead_text{
	margin: 70px 0;
	text-align: center;
}
.lead_text h2{
	margin-bottom: 43px;
}

@media screen and (max-width:1024px){
	.lead_text{
		margin: 50px 10%;
	}
	.lead_text img{
		width: 100%;
	}
}

@media screen and (max-width:767px){
	.lead_text{
		margin: 35px 10%;
	}
	.lead_text h2 {
		margin-bottom: 25px;
	}
}


/* cont_inner
-------------------------------------------------- */
.cont_inner{
	width: 900px;
	margin: 0 auto;
	padding-top: 70px;
}
.cont_inner h2{
	margin-bottom: 35px;
	text-align: center;
}
.cont_inner h2 .icon{
	display: block;
	margin-bottom: 8px;
}
.cont_inner h2 .ttl img{
	vertical-align: middle;
}

@media screen and (max-width:1024px){
	.cont_inner{
		width: 88%;
	}
}

@media screen and (max-width:767px){
	.cont_inner{
		width: 94%;
		padding: 25px 0;
	}
	.cont_inner h2{
		margin-bottom: 20px;
	}
	.cont_inner h2 .icon{
		margin-bottom: 0;
	}
	.cont_inner h2 .icon img{
		height: 30px;
	}
	.cont_inner h2 .ttl img{
		height: 18px;
	}
}


/* futajima_st
-------------------------------------------------- */
.futajima_st{
	background: #f9fcff;
}
.futajima_st .cont_inner{
	padding-bottom: 70px;
}
.futajima_st .futajima_st_inner{
	overflow: hidden;
}
.futajima_st .futajima_st_inner .img{
	float: right;
	width: 260px;
}
.futajima_st .futajima_st_inner .text{
	float: left;
	width: 620px;
}

@media screen and (max-width:1024px){
	.futajima_st .futajima_st_inner .img{
		width: 32%;
	}
	.futajima_st .futajima_st_inner .img img{
		width: 100%;
	}
	.futajima_st .futajima_st_inner .text{
		width: 65%;
	}
}

@media screen and (max-width:767px){
	.futajima_st .cont_inner{
		padding-bottom: 25px;
	}
	.futajima_st .futajima_st_inner .img{
		float: none;
		width: 58%;
		margin: 0 auto 20px;
	}
	.futajima_st .futajima_st_inner .text{
		float: none;
		width: 100%;
	}
}


/* cp_outline
-------------------------------------------------- */
/* table */
.cp_outline table{
	table-layout: fixed;
	width: 100%;
	margin-bottom: 35px;
}
.cp_outline th,
.cp_outline td{
	padding: 20px;
	border-top: 1px solid #ccc;
	vertical-align: middle;
}
.cp_outline th:last-of-type,
.cp_outline td:last-of-type{
	border-bottom: 1px solid #ccc;
}
.cp_outline th{
	width: 180px;
	color: #fff;
	font-weight: bold;
	background: #2475bc;
}

/* td_sponsor */
.cp_outline .td_sponsor span{
	padding-right: 10px;
}
.cp_outline .td_sponsor span:nth-of-type(2){
	padding-left: 60px;
}
.cp_outline .td_sponsor img{
	vertical-align: middle;
}
.cp_outline .td_sponsor br{
	display: none;
}

/* indent_list */
.cp_outline td .indent_list li{
	margin-bottom: 5px;
}
.cp_outline td .indent_list li:last-child{
	margin-bottom: 0;
}
.cp_outline td .indent_list.note{
	margin-top: 10px;
}
.cp_outline td .indent_list.note li{
	margin-bottom: 0;
}

/* float_list */
.cp_outline td .float_list{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 10px;
}
.cp_outline td .float_list:last-child{
	margin-bottom: 0;
}
.cp_outline td .float_list dt,
.cp_outline td .float_list dd{
	display: table-cell;
}
.cp_outline td .float_list dt{
	width: 26%;
}

@media screen and (max-width:1024px){
	.cp_outline .td_sponsor span:nth-of-type(2){
		padding-left: 0;
	}
	.cp_outline .td_sponsor br{
		display: block;
	}
}

@media screen and (max-width:767px){
	.cp_outline table{
		margin-bottom: 25px;
	}
	.cp_outline th,
	.cp_outline td{
		font-size: 13px;
	}
	.cp_outline th{
		width: 95px;
		padding: 10px 5px;
	}
	.cp_outline td{
		padding: 10px 16px;
	}
	.td_sponsor span{
		display: block;
		padding: 0 0 5px !important;
	}
	.td_sponsor span:nth-of-type(2){
		padding-top: 15px !important;
	}
	.td_sponsor img{
		width: auto;
		height: 30px;
	}
	.cp_outline td .indent_list li{
		margin-bottom: 7px;
	}
	.cp_outline td .float_list{
		display: block;
		margin-bottom: 7px;
	}
	.cp_outline td .float_list dt,
	.cp_outline td .float_list dd{
		float: none;
		display: block;
		width: 100%;
	}
	.cp_outline td .float_list dt{
		margin-bottom: 5px;
	}
	.cp_outline td .float_list dd{
		padding-left: 1em;
	}
}


/* btn_area
-------------------------------------------------- */
.btn_area{
	margin-bottom: 50px;
}
.btn_area > p{
	margin-bottom: 25px;
}
.btn{
	display: block;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.4);
	border-radius: 3px;
}
.btn:hover{
	opacity: 0.8;
	filter: opacity(80%);
}
.btn_type_01{
	width: 587px;
	margin: 0 auto;
	padding: 20px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: #f63425;
}
.btn_type_01 span{
	position: relative;
	padding-right: 30px;
}
.btn_type_01 span::after{
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 17px;
	height: 17px;
	margin-top: -9px;
	background: url(../img/icon_03.png) no-repeat left top;
	background-size: contain;
}

@media screen and (max-width:767px){
	.btn_area{
		margin-bottom: 35px;
	}
	.btn_area > p{
		margin-bottom: 12px;
	}
	.btn_type_01{
		width: 100%;
		padding: 15px 10px;
		font-size: 15px;
	}
	.btn_type_01 span::after{
		width: 15px;
		height: 15px;
		margin-top: -8px;
	}
}

@media screen and (max-width:320px){
	.btn_type_01{
		font-size: 13px;
	}
}


/* caution_area
-------------------------------------------------- */
.caution_area{
	overflow-y: scroll;
	width: 100%;
	height: 340px;
	margin-bottom: 70px;
	border: 1px solid #ccc;
}
.caution_area_inner{
	padding: 40px;
}
.caution_area_inner h3{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.caution_area_inner ul{
	margin-bottom: 35px;
}
.caution_area_inner ul:last-of-type{
	margin-bottom: 0;
}
.caution_area_inner li{
	margin-bottom: 5px;
}

@media screen and (max-width:767px){
	.caution_area{
		margin-bottom: 35px;
	}
	.caution_area_inner{
		padding: 20px;
	}
	.caution_area_inner h3{
		font-size: 15px;
	}
	.caution_area_inner li{
		font-size: 13px;
	}
}


/* qa_area
-------------------------------------------------- */
.qa_area .qa_btn{
	overflow: hidden;
	margin-bottom: 1px;
	padding: 8px 73px 12px 20px;
	color: #fff;
	font-size: 18px;
	background: url(../img/qa_plus.png) #2475bc no-repeat 97% center;
	cursor: pointer;
}
.qa_area .qa_btn.active{
	background: url(../img/qa_minus.png) #2475bc no-repeat 97% center;
}
.qa_area .qa_btn span{
	display: block;
	float: left;
	font-size: 24px;
	font-weight: normal;
}
.qa_area .qa_btn p{
	float: right;
	width: 95%;
	padding-top: 7px;
}
.qa_area .qa_block{
	display: none;
	overflow: hidden;
	padding: 10px 20px 40px 20px;
}
.qa_area .qa_block.open{
	display: block;
}
.qa_area .qa_block span{
	display: block;
	float: left;
	color: #2475bc;
	font-size: 24px;
}
.qa_area .qa_block p{
	float: right;
	width: 95%;
	padding-top: 7px;
}

@media screen and (max-width:767px){
	.qa_area .qa_btn{
		padding: 10px 40px 10px 15px;
		font-size: 15px;
		background-size: 12px auto;
	}
	.qa_area .qa_btn.active{
		background-size: 12px auto;
	}
	.qa_area .qa_btn span{
		width: 8%;
		font-size: 18px;
	}
	.qa_area .qa_btn p{
		width: 90%;
		padding-top: 0px;
	}
	.qa_area .qa_block{
		padding: 10px 15px 20px 15px;
	}
	.qa_area .qa_block span{
		width: 8%;
		font-size: 18px;
	}
	.qa_area .qa_block p{
		width: 90%;
		padding-top: 0px;
	}
}


/* footer
-------------------------------------------------- */
.footer{
	margin-top: 100px;
	padding: 25px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	background: #03508b;
}

@media screen and (max-width:767px){
	.footer{
		margin-top: 30px;
		padding: 15px 10px;
	}
}


/* module
-------------------------------------------------- */
/* clearFix */
.clearFix::after{
	display: block;
	clear: both;
	content: "";
}

/* universal class */
.fL{ float: left; }
.fR{ float: right; }
.clear{ clear: both; }

.taL{ text-align: left; }
.taR{ text-align: right; }
.taC{ text-align: center; }

.vaT{ vertical-align: top; }
.vaM{ vertical-align: middle; }
.vaB{ vertical-align: bottom; }

.indent{ padding-left: 1em; text-indent: -1em; }
.indent_list li{ padding-left: 1em; text-indent: -1em; }

.fwN{ font-weight: normal; }
.fwB{ font-weight: bold; }

.fs70{ font-size: 70% !important; }
.fs75{ font-size: 75% !important; }
.fs80{ font-size: 80% !important; }
.fs85{ font-size: 85% !important; }
.fs90{ font-size: 90% !important; }
.fs95{ font-size: 95% !important; }
.fs100{ font-size: 100% !important; }
.fs105{ font-size: 105% !important; }
.fs110{ font-size: 110% !important; }
.fs115{ font-size: 115% !important; }
.fs120{ font-size: 120% !important; }
.fs125{ font-size: 125% !important; }

.mT0{ margin-top: 0 !important; }
.mT5{ margin-top: 5px !important; }
.mT10{ margin-top: 10px !important; }
.mT15{ margin-top: 15px !important; }
.mT20{ margin-top: 20px !important; }
.mT25{ margin-top: 25px !important; }
.mT30{ margin-top: 30px !important; }
.mT35{ margin-top: 35px !important; }
.mT40{ margin-top: 40px !important; }
.mT45{ margin-top: 45px !important; }
.mT50{ margin-top: 50px !important; }
.mT55{ margin-top: 55px !important; }
.mT60{ margin-top: 60px !important; }

.mR0{ margin-right: 0 !important; }
.mR5{ margin-right: 5px !important; }
.mR10{ margin-right: 10px !important; }
.mR15{ margin-right: 15px !important; }
.mR20{ margin-right: 20px !important; }
.mR25{ margin-right: 25px !important; }
.mR30{ margin-right: 30px !important; }
.mR35{ margin-right: 35px !important; }
.mR40{ margin-right: 40px !important; }
.mR45{ margin-right: 45px !important; }
.mR50{ margin-right: 50px !important; }
.mR55{ margin-right: 55px !important; }
.mR60{ margin-right: 60px !important; }

.mB0{ margin-bottom: 0 !important; }
.mB5{ margin-bottom: 5px !important; }
.mB10{ margin-bottom: 10px !important; }
.mB15{ margin-bottom: 15px !important; }
.mB20{ margin-bottom: 20px !important; }
.mB25{ margin-bottom: 25px !important; }
.mB30{ margin-bottom: 30px !important; }
.mB35{ margin-bottom: 35px !important; }
.mB40{ margin-bottom: 40px !important; }
.mB45{ margin-bottom: 45px !important; }
.mB50{ margin-bottom: 50px !important; }
.mB55{ margin-bottom: 55px !important; }
.mB60{ margin-bottom: 60px !important; }

.mL0{ margin-left: 0 !important; }
.mL5{ margin-left: 5px !important; }
.mL10{ margin-left: 10px !important; }
.mL15{ margin-left: 15px !important; }
.mL20{ margin-left: 20px !important; }
.mL25{ margin-left: 25px !important; }
.mL30{ margin-left: 30px !important; }
.mL35{ margin-left: 35px !important; }
.mL40{ margin-left: 40px !important; }
.mL45{ margin-left: 45px !important; }
.mL50{ margin-left: 50px !important; }
.mL55{ margin-left: 55px !important; }
.mL60{ margin-left: 60px !important; }

.pT0{ padding-top: 0 !important; }
.pT5{ padding-top: 5px !important; }
.pT10{ padding-top: 10px !important; }
.pT15{ padding-top: 15px !important; }
.pT20{ padding-top: 20px !important; }
.pT25{ padding-top: 25px !important; }
.pT30{ padding-top: 30px !important; }
.pT35{ padding-top: 35px !important; }
.pT40{ padding-top: 40px !important; }
.pT45{ padding-top: 45px !important; }
.pT50{ padding-top: 50px !important; }
.pT55{ padding-top: 55px !important; }
.pT60{ padding-top: 60px !important; }

.pR0{ padding-right: 0 !important; }
.pR5{ padding-right: 5px !important; }
.pR10{ padding-right: 10px !important; }
.pR15{ padding-right: 15px !important; }
.pR20{ padding-right: 20px !important; }
.pR25{ padding-right: 25px !important; }
.pR30{ padding-right: 30px !important; }
.pR35{ padding-right: 35px !important; }
.pR40{ padding-right: 40px !important; }
.pR45{ padding-right: 45px !important; }
.pR50{ padding-right: 50px !important; }
.pR55{ padding-right: 55px !important; }
.pR60{ padding-right: 60px !important; }

.pB0{ padding-bottom: 0 !important; }
.pB5{ padding-bottom: 5px !important; }
.pB10{ padding-bottom: 10px !important; }
.pB15{ padding-bottom: 15px !important; }
.pB20{ padding-bottom: 20px !important; }
.pB25{ padding-bottom: 25px !important; }
.pB30{ padding-bottom: 30px !important; }
.pB35{ padding-bottom: 35px !important; }
.pB40{ padding-bottom: 40px !important; }
.pB45{ padding-bottom: 45px !important; }
.pB50{ padding-bottom: 50px !important; }
.pB55{ padding-bottom: 55px !important; }
.pB60{ padding-bottom: 60px !important; }

.pL0{ padding-left: 0 !important; }
.pL5{ padding-left: 5px !important; }
.pL10{ padding-left: 10px !important; }
.pL15{ padding-left: 15px !important; }
.pL20{ padding-left: 20px !important; }
.pL25{ padding-left: 25px !important; }
.pL30{ padding-left: 30px !important; }
.pL35{ padding-left: 35px !important; }
.pL40{ padding-left: 40px !important; }
.pL45{ padding-left: 45px !important; }
.pL50{ padding-left: 50px !important; }
.pL55{ padding-left: 55px !important; }
.pL60{ padding-left: 60px !important; }
