@charset "utf-8";
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
h3 {
	padding-top: 50px;
	padding-bottom: 50px;
}
h3 img {
	width: 100%;
	max-width: 1000px;
}
section {
	overflow: hidden;
}
/* ************************************************
 *	warapper
 * ************************************************ */
#top_container {
	background: url(../images/index/header_bg_down.jpg) no-repeat center top;
	background-size: cover;
	position: fixed;
	height: 100%;
	bottom: 10%;
	right: 0;
	left: 0;
	top: 0;
	text-align: center;
	z-index: 1;
}
#header_bg {
	background: url(../images/index/header_bg_up.png) no-repeat center top;
	background-size: cover;
	position: fixed;
	height: 100%;
	bottom: 10%;
	right: 0;
	left: 0;
	top: 0;
	text-align: center;
	z-index: 5;
}
/* ************************************************
 *	menu
 * ************************************************ */
#top_container div.container {
	padding-top: 250px;
}
#top_container div.container img {
	box-shadow: 18px 19px 50px -18px #000000;
	-moz-box-shadow: 18px 19px 50px -18px #000000;
	-webkit-box-shadow: 18px 19px 50px -18px #000000;
}
#top_container div.container ul {
	margin-top: 20px;
}
span.title {
	position: absolute;
	margin-top: 100px;
	left: 50%;
	margin-left: -190px;
}
@media screen and (max-width: 1300px) {
	span.in.logo2 a img {
		display: none;
	}
}
@media screen and (max-height: 900px) {
	/* 高さ900px以下の場合 */
	#top_container div.container ul {}
	span.title {
		position: absolute;
		margin-top: 100px;
		left: 50%;
		margin-left: -100px;
	}
	span.title img {
		width: 200px;
	}
	#top_container div.container {
		padding-top: 180px;
	}
	#top_container div.container img {
		width: 250px;
	}
	#top_container div.container ul li a {
		color: #999;
		font-size: 1em;
		line-height: 1.5em;
		text-decoration: underline;
		text-shadow: -1px 0px 8px rgba(255, 255, 255, 1);
	}
}
#top_container div.container ul li a {
	color: #999;
	font-size: 1.3em;
	line-height: 2em;
	text-decoration: underline;
	text-shadow: -1px 0px 8px rgba(255, 255, 255, 1);
}
#top_container div.container ul li a:hover {
	color: #F09FBD;
	/*-webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    -ms-transition: 1s;*/
	transition: 1s;
}
#message_box {
	margin: 0 auto;
	width: 145px;
	height: 580px;
	text-align: left;
	overflow: hidden;
	position: absolute;
	margin-top: 220px;
	margin-left: 75%;
}
@media screen and (max-height: 900px) {
	/* 高さ900px以下の場合 */
	#message_box img {
		width: 100px;
	}
}
#message_box img {
	position: absolute;
}
/* ************************************************
 *	content
 * ************************************************ */
#content {
	padding-top: 100px;
	position: relative;
	height: 170%;
	top: 100%;
	z-index: 10;
	text-align: center;
}
/* ************************************************
 *	koza
 * ************************************************ */
#link1 {
	position: relative;
	top: -120px;
	display: block;
}
#koza {
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 50px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}
#koza ul {
	width: 100%;
	max-width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}
#koza ul li {
	width: 250px;
	display: table-cell;
	vertical-align: top;
}
#koza ul li img {}
@media screen and (max-width: 768px) {
	#koza h3 img {
		display: none;
	}
	#koza ul {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0;
		display: block;
	}
	#koza ul li {
		margin-top: 30px;
		width: 250px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		float: none;
	}
}
/* ************************************************
 *	kantei
 * ************************************************ */
#link4 {
	position: relative;
	top: 120px;
	display: block;
}
#kantei {
	width: 100%;
	margin-top: 300px;
	background: #FFFFFF;
	padding-bottom: 50px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}
#kantei ul {
	margin: 0 auto;
	display: table;
}
#kantei ul li {
	width: 250px;
	display: table-cell;
	padding-left: 50px;
	padding-right: 50px;
}
/* ************************************************
 *	news
 * ************************************************ */
#news {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.news-area {
	background: #fff;
	padding: 30px 30px 20px 30px;
	margin-bottom: 50px;
}
.news-area ul li {
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #ccc;
}
.news-area ul li a {
	color: #666;
	text-decoration: underline;
}
.news-area ul li a:hover {
	color: #F09FBD;
}
.news-area ul li span {
	margin-right: 15px;
}
@media screen and (max-width: 768px) {
	.news-area ul li span {
		display: block;
	}
}
#link2 {
	position: relative;
	top: -100px;
	display: block;
}
#sns {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#news_bg {
	width: 100%;
	background-color: rgba(252, 252, 252, 0.9);
	margin-bottom: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#sns_bg {
	width: 100%;
	background-color: rgba(252, 252, 252, 0.9);
	margin-top: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#link5 {
	position: relative;
	top: -30px;
	display: block;
}
ul#news_list {
	width: 100%;
	overflow: hidden
}
ul#news_list li {
	float: left;
	width: 320px;
	margin-right: 20px;
}
ul#news_list li:last-child {
	margin-right: 0px;
}
#rssArea dl {
	width: 300px;
	height: 380px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	color: #000000 !important;
}
#rssArea dl dt {
	text-align: left;
	width: 300px;
	padding-top: 5px;
}
#rssArea dl dd {
	text-align: left;
	width: 300px;
	padding-bottom: 5px;
	border-bottom: 1px dashed rgba(160, 160, 160, 0.3);
}
ul#sns_li {
	margin: 0 auto;
	padding-top: 50px;
	display: table;
}
ul#sns_li li {
	display: table-cell;
	padding-right: 15px;
}
#blog {
	margin: 0 auto;
	float: left;
	width: 500px;
	text-align: left;
	overflow: hidden;
}
#blog dl {
	width: 470px;
	margin-top: 20px;
	color: #000000 !important;
}
#blog dl dt {
	float: left;
	clear: left;
	width: 100px;
}
#blog dl dd {
	float: left;
	width: 350px;
	margin-bottom: 10px;
}
#blog ul {
	padding-top: 50px;
	display: table;
}
#blog ul li {
	display: table-cell;
	padding-right: 15px;
}
#facebook_area {
	float: right;
	width: 450px;
	background-color: rgba(255, 255, 255, 1.00) !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}
div.fb-page {
	background-color: rgba(255, 255, 255, 1.00) !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}
/* ************************************************
 *	schedule
 * ************************************************ */
#schedule {
	width: 100%;
	margin-top: 300px;
	background-color: #ECEBE0;
	padding-top: 50px;
	padding-bottom: 50px;
}
#schedule h3 {
	background-color: #FFFFFF;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	margin-bottom: 30px;
}
#schedule ul {
	margin: 0 auto;
	display: table;
}
#schedule ul li {
	width: 300px;
	display: table-cell;
	padding-left: 25px;
	padding-right: 25px;
}
#schedule ul li img {
	margin-bottom: 5px;
}
#schedule ul li dl {
	width: 300px;
	color: #5D5D5D;
	margin-bottom: 15px;
}
#schedule ul li dl dt {
	text-align: left;
	float: left;
	clear: left;
	width: 50px;
}
#schedule ul li dl dd {
	text-align: left;
	float: left;
	width: 250px;
}
.yoyaku {
	width: 270px;
	height: 110px;
	padding: 15px;
	color: #5D5D5D;
	text-align: left;
	border: 1px solid #5D5D5D;
	clear: left;
	display: block;
}
.yoyaku a {
	color: #D70104;
	text-decoration: underline;
	display: block;
	text-align: center;
}
.yoyaku a:hover {
	color: #F09FBD;
}
.yoyaku span {
	font-weight: bold;
}
.red {
	color: #D70104;
	font-weight: bold;
}
.adviser_box {
	width: 300px;
	height: 115px;
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
	#schedule {
		margin-top: 150px;
	}
	#schedule ul {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0;
		display: block;
	}
	#schedule ul li {
		margin-top: 30px;
		width: 300px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
	#news {
		width: 100%;
		text-align: center;
	}
	ul#news_list {
		margin-top: 30px;
	}
	ul#news_list li {
		margin-top: 30px;
		float: none;
		width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	ul#news_list li:last-child {
		margin-right: auto;
	}
	#blog {
		float: none;
		width: 80%;
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 50px;
	}
	#facebook_area {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	#schedule h3 img {
		display: none;
	}
	
	.top-bunner
	{display: none;}
	#news h3 img {
		display: none;
	}
	h3 {
		display: none;
	}
	.container ul.out {
		display: none !important;
	}
	#message_box {
		display: none !important;
	}
	#kantei {
		margin-top: 150px;
	}
	#kantei h3 img {
		display: none;
	}
	#kantei ul {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0;
		display: block;
	}
	#kantei ul li {
		margin-top: 30px;
		width: 250px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
/* ************************************************
 *	セミナー案内
 * ************************************************ */
