@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/* font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
	line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a:link {
	color: #2C7FD8;
	text-decoration: underline;
}

a:visited {
	color: #2C7FD8;
	text-decoration: underline;
}

a:hover {
	color: #2C7FD8;
	text-decoration: none;
}

a:active {
	color: #2C7FD8;
	text-decoration: none;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 960px;
	/* min-width: 1000px; */
	color: #666;
	line-height: 1.5;
	text-align: center;
}

#container {
	text-align: left;
}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	text-align: center;
}

#header.header03 {
	margin-bottom: 29px;
	padding: 87px 0 93px;
	background: url(img/header_bg02.jpg) no-repeat center top;
}

#header.header03 {
	padding: 0;
	height: 250px;
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}

#header.header03 h1 {
	margin: 0 auto;
	/* width: 765px; */
	color: #f5f5f5;
	text-align: center;
	font-size: 4em;
	padding-top: 5px;
}

#header.header03 h1 span {
	display: block;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 2px solid rgba(255,255,255,0.4);
	font-size: 0.7em;
}

#header.header03 h1 span a {
	color: #f5f5f5;
	text-decoration: none;
}

/*------------------------------------------------------------
	タブ
------------------------------------------------------------*/
#main {
	margin: 0 auto 60px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 37px 0 41px;
	background: linear-gradient(#f7f7f7, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ffffff)); 
}

#footer .copyright {
	margin: 0 auto;
	width: 960px;
	font-size: 1.4em;
	line-height: 1.3;
	text-align: center;
}

/*------------------------------------------------------------
	pagetop
------------------------------------------------------------*/
.pageTop {
	margin-left: 820px;
	position: fixed;
	bottom: 174px;
	z-index: 99;
}

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

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 12px;
	padding: 8px 10px;
	color: #FFF;
	font-size: 1.9em;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	background: url(img/head_line01_bg.jpg) repeat-y left top;
}

#main .headLine01 span {
	padding: 1px 13px 2px;
	display: block;
	background: url(img/line01.png) repeat-y left top;
}

/*------------------------------------------------------------
	submit
------------------------------------------------------------*/
#main .mailForm .submit {
	text-align: center;
}

#main .mailForm .submit li {
	margin: 0 11px;
	display: inline;
}
