@charset "utf-8";
@import url(common.css);

/* ------------------------------------------------
  #intro
------------------------------------------------ */

#intro {
	background: rgb(213,217,218);
	background: -moz-linear-gradient(left, rgba(213,217,218,1) 0%, rgba(248,248,248,1) 50%, rgba(213,217,218,1) 100%);
	background: -webkit-linear-gradient(left, rgba(213,217,218,1) 0%,rgba(248,248,248,1) 50%,rgba(213,217,218,1) 100%);
	background: linear-gradient(to right, rgba(213,217,218,1) 0%,rgba(248,248,248,1) 50%,rgba(213,217,218,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d9da', endColorstr='#d5d9da',GradientType=1 );
	padding: 80px 0 70px;
}
#intro h3 {
	font-size: 36px;
	font-weight: 400;
	color: #0047c0;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}
#intro .list {
	width: 780px;
	margin: 0 auto;
}
#intro .list .txt {
	float: left;
	text-align: left;
}
#intro .list .txt li {
	font-size: 22px;
	font-weight: 200;
	letter-spacing: 0.15em;
}
#intro .list .txt li + li {
	margin-top: 15px;
}
#intro .list .txt li::before {
	content: "";
	background-color: #0047c0;
	border-radius: 9px;
	margin-right: 10px;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
}
#intro .list .txt .important {
	color: #0047c0;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 50px;
}
#intro .list .txt .important strong {
	color: #e5022a;
}
#intro .list .txt .important p {
	display: inline-block;
	position: relative;
}
#intro .list .txt .important .line span {
	display: inline-block;
	position: relative;
	z-index: 1;
}
#intro .list .txt .important .line::after {
	content: "";
	background-color: #ff0;
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 7px;
	z-index: 0;
}
#intro .list .img {
	width: 300px;
	float: right;
}
#intro .list .img img + img {
	margin-top: 1.5em;
}

/* ------------------------------------------------
  #main
------------------------------------------------ */

#main {
	position: relative;
}
#main::before {
	content: "";
	border-style: solid;
	border-width: 68px 68px 0 68px;
	border-color: #0047c0 transparent transparent transparent;
	margin-left: -68px;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 50%;
	top: -20px;
	z-index: 1;
}
#main .top {
	background: #f2d13d url(../img/about/bg.jpg) 50% 50% no-repeat;
	padding-top: 65px;
	height: 600px;
	box-sizing: border-box;
	position: relative;
}
#main .top h3 {
	font-size: 48px;
	font-weight: 400;
	color: #d01629;
	letter-spacing: 0.1em;
	line-height: 1;
}
#main .top h3 .small {
	font-size: 28px;
	line-height: 1.4;
	display: block;
}
#main .top h3 .small + .small {
	margin-bottom: 8px;
}
#main .top .label {
	text-align: center;
	margin-top: 10px;
}
#main .top .label .box {
	color: #00308a;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.1em;
	border: 1px solid #00308a;
	padding: 4px 65px;
	display: inline-block;
}
#main .top .image {
	margin-top: 15px;
}
#main .top .medal {
	position: absolute;
	left: 25px;
	top: 25px;
}
#main .bottom {
	background: url(../img/about/bg2.png) no-repeat;
	-webkit-background-size: 100% 600px;
	background-size: 100% 600px;
	padding: 120px 0 60px;
}
#main .bottom .note {
	font-size: 10px;
	font-weight: 300;
	text-align: left;
	border: 1px solid #000;
	padding: .5em 1em;
	margin-bottom: 10px;
}
#main .bottom .asterisk {
	margin-bottom: 10px;
}
#main .bottom .asterisk li {
	font-size: 10px;
	font-weight: 300;
	line-height: 1.2;
	text-align: left;
	letter-spacing: 0.1em;
	text-indent: -1em;
	padding-left: 1em;
}
#main .bottom .asterisk li + li {
	margin-top: .4em;
}
#main .bottom .lead {
	font-size: 22px;
	font-weight: 200;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-top: 70px;
}
#main .bottom .image {
	margin: 25px 0 35px;
}