@charset "UTF-8";

/* 全体
----------------------------------------------------------*/
html {
	font-size: 62.5%; /* 10px */
}

body {
	font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	font-size: 1.4em;
	line-height: 1.6;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	margin-top: 1em;
}

p:first-child {
	margin-top: 0 !important;
}

table {
	margin-top: 1.7em;
}

table tr {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

table th, table td {
	padding: 20px;
}

table th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background: #E8F5FB;
}

input, textarea {
	box-sizing: border-box;
	font-size: 100%;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #FF7F00;
	text-decoration: underline;
}

a:active {
	color: #FF7F00;
	text-decoration: underline;
}

a img {
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	-webkit-transform: translate3d(0, 0, 0);
}

a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

/* レイアウト
----------------------------------------------------------*/
.secBack {
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 100;
}

.secBack img {
	margin-left: 284px;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.secTitle {
	padding: 30px 0;
	color: #fff;
}

.secTitle h2 {
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1;
}

.secTitle p {
	margin-top: 1em;
	line-height: 1.6;
}

h3 {
	margin: 50px 0 0.5em 0;
	padding-bottom: 15px;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	background-image: url(../images/bg_line01.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

h3 span {
	font-size: 14px;
	font-size: 1.4rem;
}

h4 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1;
}