@charset "UTF-8";


.satue_list {
	background: #fff;
	border: 4px solid #008cd6;
	box-sizing: border-box;
}

#event_info {
	width: 100%;
	box-sizing: border-box;
}

#event_info:after {
	content: "";
	display: block;
	clear: both;
}

#event_info dl {
	margin: 0;
}

#event_info dl dt .news_ico-place {
	padding: 2px 14px 3px;
	margin-right: 15px;
	color: #fff;
	background: #008CD6;
}

#event_info dl dt .date {
	display: inline-block;
}


#event_info dl dd {
	margin: 0;
	border-bottom: 1px solid #008CD6;
}

.event_button {
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	border-radius: 6px;
	box-shadow: 4px 4px #e4f1f5;
	background: #008CD6 url(../images/event_btn_mypage.png) no-repeat;
}

.event_button2 {
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	border-radius: 6px;
	box-shadow: 4px 4px #e4f1f5;
	background: #008CD6 url(../images/event_btn_tech.png) no-repeat;
}

.qa_contents > li {
	border-bottom: 1px solid #008CD6;
}

.toggle-btn-qa {
	padding: 1.1em 36px 1.3em 4em;
	font-weight: bold;
	position: relative;
}

.toggle-btn-qa:before,
.toggle-btn-qa:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.toggle-btn-qa:before {
	width: 3em;
	height: 3em;
	background: url(../../cmn/images/icon/icon_q.png) no-repeat;
	background-size: contain;
	left: 0;
}

.toggle-btn-qa:after {
	width: 24px;
	height: 24px;
	background: url(../../cmn/images/icon/icon_toggle_plus_blue.png) no-repeat;
	background-size: contain;
	right: 13px;
}

.toggle-btn-qa.is-open:after {
	background: url(../../cmn/images/icon/icon_toggle_minus_blue.png) no-repeat;
	background-size: contain;
}

.toggle-body-qa {
	display: none;
}
	
@media screen and (min-width: 641px), print {
	/* ------------------  pc   ------------------   */
	
	.page_header img {
		height: 98px;
	}

	.info_anchor {
		width: 981px;
		margin: 43px auto 40px;
	}
	
	.info_anchor:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.info_anchor li {
		float: left;
		width: 183px;
		height: 135px;
		margin-left: 16px;
		background-image: url(../images/nav_bg.png);
    background-repeat: no-repeat;
    background-size: 980px auto;
		text-indent: -9999px;
	}

	.info_anchor li:first-child {
		margin-left: 0;
	}
	
	.info_anchor li#anchor_person {
		background-position: 0 0;
	}
		
	.info_anchor li#anchor_list {
		background-position: -199px 0;
	}
		
	.info_anchor li#anchor_flow {
		background-position: -398px 0;
	}
		
	.info_anchor li#anchor_event {
		background-position: -598px 0;
	}
		
	.info_anchor li#anchor_qa {
		background-position: -798px 0;
	}
		
	.info_anchor li a {
		display: block;
		width: 183px;
		height: 135px;
	}

	.info_anchor li#anchor_person:hover {
		background-position: 0 -135px;
	}
		
	.info_anchor li#anchor_list:hover {
		background-position: -199px -135px;
	}
		
	.info_anchor li#anchor_flow:hover {
		background-position: -398px -135px;
	}
		
	.info_anchor li#anchor_event:hover {
		background-position: -598px -135px;
	}
		
	.info_anchor li#anchor_qa:hover {
		background-position: -798px -135px;
	}
		
	.satue_list {
		height: 110px;
		padding: 25px 0;
		line-height: 28px;
	}
	
	.satue_list.first,
	.satue_list.second {
		padding: 40px 0;
	}
	
	#event_info dl {
		position: relative;
	}
	
	#event_info dl dt {
		padding: 17px 0 17px 17px;
		width: 252px;
		position: absolute;
		left: 0;
	}
	
	#event_info dl dd {
		padding: 16px 14px 16px 252px;
		font-size: 16px;
	}

	.event_button {
		width: 456px;
		height: 80px;
	}
	.event_button2 {
		width: 456px;
		height: 80px;
	}
	
	.event_button:hover {
		background-color: #00b8e6;
	}
	
	.qa_contents {
		padding: 0 15px;
	}
		
	.toggle-btn-qa {
		font-size: 18px;
	}
	
	.toggle-body-qa {
		margin-left: 72px;
	}
	
}


@media screen and (max-width: 640px){
	/* ------------------  smp   ------------------   */

	.page_header img {
		width: 139px;
	}

		
	.satue_list {
		padding: 13px 0;
		margin-bottom: 10px;
		line-height: 28px;
	}
	
	.satue_list.first {
		padding: 20px 0;
	}
	
	#event_info dl dd {
		padding: 5px 0 10px;
		margin-bottom: 10px;
	}
	
	.event_button {
		width: 100%;
		height: 60px;
		box-sizing: border-box;
		background-size: contain;
		background-position: center center;
	}
	
	.event_button2 {
		width: 100%;
		height: 60px;
		box-sizing: border-box;
		background-size: contain;
		background-position: center center;
	}
}

/* --------------------------------------------  
	 floatFooter pc   
--------------------------------------------  */

@media screen and (min-width: 641px), print {

	#floatFooter_wrap {
		width: 100%;
		box-sizing: border-box;
	}

	#floatFooter_wrap:after {
		content: "";
		display: block;
		clear: both;
	}
		
	#floatFooter {
		width: 100%;
		height: 62px;
		margin-top: 8px;
		overflow: hidden;
		background: rgba(0,140,214,0.9);
		position: fixed;
		bottom: -120px;
		left: 0;
		box-sizing: border-box;
		z-index: 600;
		overflow: visible;
	}
	
	#floatFooter ul {
		width: 1008px;
		margin: 0 auto;
		overflow: visible;
		box-sizing: border-box;
	}
	
	#floatFooter ul:after {
		content: "";
		display: block;
		clear: both;
	}
	
	#floatFooter ul li {
		float: left;
		width: 200px;
		height: 62px;
		background-image: url(../images/localnav.png);
    background-repeat: no-repeat;
    background-size: 1001px auto;
		text-indent: -9999px;
		position: relative;
		overflow: visible;
	}
	
	#floatFooter ul li:before {
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		background: url(../../cmn/images/icon/float_icon_off.png) no-repeat rgba(255,255,255,0.0);
		background-size: contain;
		border-radius: 30px;
		position: absolute;
		top: -8px;
		right: 0;
		left: 0;
		margin: auto;
		overflow: visible;
		z-index: 10;
	}
	
	#floatFooter ul li:after {
		content: "";
		display: block;
		width: 22px;
		height: 22px;
		background: rgba(255,255,255,0.9);
		background-size: contain;
		border-radius: 22px;
		position: absolute;
		top: -8px;
		right: 0;
		left: 0;
		margin: auto;
		overflow: visible;
		z-index: 8;
	}
	
	#floatFooter ul li#about_person {
		background-position: 0 0;
	}
	
	#floatFooter ul li#about_list {
		background-position: -200px 0;
	}
	
	#floatFooter ul li#about_flow {
		background-position: -400px 0;
	}
	
	#floatFooter ul li#about_event {
		background-position: -600px 0;
	}
	
	#floatFooter ul li#about_qa {
		width: 201px;
		background-position: -800px 0;
	}
	
	#floatFooter ul li a {
		display: block;
		height: 70px;
		width: 200px;
	}
	
	#floatFooter ul li:hover {
		background-color: rgba(0,167,227,0.9) !important;
	}
	
	#floatFooter ul li:hover:before {
		background: url(../../cmn/images/icon/float_icon_on.png) no-repeat rgba(255,255,255,0.0);
	}
}

@media screen and (max-width: 640px){
	/* ------------------  smp   ------------------   */
	
	#floatFooter {
		display: none;
	}
}

/* ------------------  講座一覧   ------------------   */

#table_course {
	table-layout: fixed;
}

#table_course .col_1 {
	width: 116px !important;
}

#table_course .col_3 {
	width: 315px !important;
}

#table_course .col_8 {
	width: 235px !important;
}

#table_course .col_2,
#table_course .col_4,
#table_course .col_5,
#table_course .col_9,
#table_course .col_10 {
	width: 52px !important;
}

#table_course .col_6,
#table_course .col_7 {
	width: 26px !important;
}



		
