@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	text-align: center;
	font-family: HiraKakuPro-W3, "Hiragino Kaku Gothic Pro",'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', osaka, Arial, Helvetica, Verdana, sans-serif;
}

#wrapper {
	margin-top: 5px;
}
#bread {
	margin-bottom: 5px;
}

/* ---------------------------------------------------------
	CSS Document about > visual
--------------------------------------------------------- */

.visual {
	min-width: 1000px;
	height: 380px;
	background: url(../images/visual.jpg) no-repeat center;
}

@media screen and (min-width: 1900px) {
.visual {
	background-size: 100% auto;
}
}

.visual:before {
	content: '';
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 1px;
	height: 200px;
}

.visual h1 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0;
	padding: 20px 0 0;
	text-shadow: 1px 2px 0 rgba(255, 255, 255, 0.9);
	font-weight: bold;
}

.visual h1 span.h1_1 {
	font-size: 36px;
	line-height: 1.5;
    margin-bottom: .8em;
    display: block;
}

.visual h1 span.h1_2 {
	font-size: 24px;
	line-height: 1.4;
}

/* ---------------------------------------------------------
	CSS Document about > desc
--------------------------------------------------------- */

.desc {
	margin: 15px 0;
	text-align: center;
	font-size: 18px;
}

/* ---------------------------------------------------------
	CSS Document about > feature
--------------------------------------------------------- */

.feature {
	min-width: 1000px;
	padding: 20px 0;
	background: #e5e5e5;
}

.feature h2 {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 28px;
	line-height: 1;
	color: #003894;
}

.feature ol {
	width: 1000px;
	margin: 0 auto;
}

.feature li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 30%;
	margin: 0 10px;
}

.feature li a {
	display: block;
	height: 110px;
	padding-top: 1px;
	border-radius: 160px;
	-webkit-border-radius: 160px;
	background: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #333;
	position: relative;
}

.feature li a:after {
	content: "";
	width: 0;
	height: 0;
	margin-left: -15px;
	border: solid 5px transparent;
	border-top: solid #999;
	border-width: 10px 15px 0;
	position: absolute;
	bottom: 10px;
	left: 50%;
}

.feature li a:hover {
	text-decoration: none;
	background: rgba(89, 189, 238, 0.3);
}

.feature li a span {
	display: block;
	margin-top: -20px;
	margin-bottom: 5px;
	font-family: 'Century Gothic';
	font-weight: bold;
	font-size: 42px;
	line-height: 1;
	color: #003894;
}

/* ---------------------------------------------------------
	CSS Document about > summary
--------------------------------------------------------- */

.summary {
	width: 700px;
	margin: 0 auto;
	padding: 60px 0 0;
}

.summary:after {
	content: "";
	display: block;
	width: 70%;
	height: 1px;
	margin: 50px auto 0;
	border-bottom: solid 1px #ccc;
}

.summary.last:after {
	border-color: #fff;
}

.summary h3 {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	color: #003894;
}

.summary p {
	text-align: left;
	font-size: 18px;
	line-height: 1.6;
}

.summary a {
	text-decoration: underline;
}

/* ---------------------------------------------------------
	CSS Document about > register
--------------------------------------------------------- */

.register {
	min-width: 1000px;
	padding: 50px 0;
}

.register.member {
	background: #e5e5e5;
}

.register p {
	font-size: 18px;
	line-height: 1;
}

.register h2 {
	margin-top: 30px;
	font-weight: bold;
	font-size: 28px;
	line-height: 1;
	color: #003894;
}

.register ol {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin-top: 30px;
}

.register li {
	text-align: left;
	font-size: 18px;
	line-height: 1.6;
}

.register li:before {
	content: '';
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: 4px;
	width: 3px;
	height: 3px;
	margin-right: 10px;
	background: #333;
}

.register.member a {
	width: 480px;
	height: 46px;
	margin-top: 30px;
	font-size: 22px;
	line-height: 46px;
}

.register.member ol li a {
	width: auto;
	height: auto;
	margin-top: 0;
	font-size: 18px;
	line-height: 1;
}

.register.mail a {
	width: 480px;
	height: 46px;
	margin-top: 30px;
	border-color: #3980ce;
	background: #3980ce;
	background: -moz-linear-gradient(top, #3980ce 0%, #236ab8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3980ce), color-stop(100%,#236ab8));
	background: -webkit-linear-gradient(top, #3980ce 0%,#236ab8 100%);
	background: -o-linear-gradient(top, #3980ce 0%,#236ab8 100%);
	background: -ms-linear-gradient(top, #3980ce 0%,#236ab8 100%);
	background: linear-gradient(to bottom, #3980ce 0%,#236ab8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3980ce', endColorstr='#236ab8',GradientType=0 );
	font-size: 22px;
	line-height: 46px;
}

.register.mail a:hover {
	border-color: #0b3c70;
	background: #2871bf;
	background: -moz-linear-gradient(top, #528ece 0%, #2871bf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#528ece), color-stop(100%,#2871bf));
	background: -webkit-linear-gradient(top, #528ece 0%,#2871bf 100%);
	background: -o-linear-gradient(top, #528ece 0%,#2871bf 100%);
	background: -ms-linear-gradient(top, #528ece 0%,#2871bf 100%);
	background: linear-gradient(to bottom, #528ece 0%,#2871bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#528ece', endColorstr='#2871bf',GradientType=0 );
}
