@charset "UTF-8";

/* ====================================================================== */
/* タグ上書き */
/* ====================================================================== */
html, body {
	background-color: #333333;
}
body {
	font-family:
		Verdana,
		Roboto,
		"Droid Sans",
		"ヒラギノ角ゴ ProN W3",
		"Hiragino Kaku Gothic ProN",
		"メイリオ",
		Meiryo,
		"游ゴシック",
		YuGothic,
		"ＭＳ Ｐゴシック",
		sans-serif;
	font-size: 14px;
	line-height: 1.6;
}
a {
	color: #e00000;
}
	a:hover {
		text-decoration: none;
	}

@media only screen and (max-width: 596px) {
	body {
		overflow-x: hidden;
		font-size: 16px;
		min-width: 320px;
	}
	img {
		width: 100%;
	}
}

/* ====================================================================== */
/* テンプレート枠 */
/* ====================================================================== */
#template {
	opacity: 0;
	filter: alpha( opacity=0 );
}

/* ====================================================================== */
/* 背景ラッパー */
/* ====================================================================== */
#wrapper {
	background-color: #efefef;
}

/* ====================================================================== */
/* スクエニヘッダ */
/* ====================================================================== */
#sqex-header {
	min-width: 860px;
	background-color: #000;
	border-bottom: 1px solid #838383;
}
	#sqex-header table {
		margin-right: auto;
		margin-left: auto;
		width: 860px;
	}
	/* ----- ロゴ ----- */
	#sqex-header-logo {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	#sqex-header-logo img {
		width: 130px;
		vertical-align: middle;
	}
	/* ----- スマホ用メニュー ----- */
	.sqex-header-menu {
		display: none;
	}
@media only screen and (max-width: 596px) {
	/* ===== ヘッダ高さ用 ===== */
	#sqex-header-box:after {
		content: '';
		display: block;
		padding-top: 11%;
	}
	/* ===== ヘッダ位置固定 ===== */
	#sqex-header {
		position: fixed;
		z-index: 10;
		min-width: initial;
		min-width: auto;
	}
		#sqex-header table {
			width: 98%;
		}
		/* ----- ロゴ ----- */
		#sqex-header-logo {
			width: 40%;
			text-align: center;
		}
			#sqex-header-logo img {
				width: 50%;
			}
		/* ----- スマホ用メニュー ----- */
		.sqex-header-menu {
			display: table-cell;
			padding-top: 1%;
			padding-bottom: 1%;
			width: 5%;
		}
			.sqex-header-menu a {
				display: block;
			}
}

/* ====================================================================== */
/* ページ内メニュー */
/* ====================================================================== */
.sub-menu {
}
	/* ----- リンク１単位 ----- */
	.sub-menu-item {
	}

/* ----- PCサイズ用 ----- */
#large-sub-menu-box {
	display: block;
}
/* ----- スマホサイズ用 ----- */
#small-sub-menu-box {
	display: none;
}

@media only screen and (min-width: 597px) {
	/* ----- リンク１単位 ----- */
	.sub-menu {
		position: relative;
		box-sizing: border-box;
		margin-right: auto;
		margin-left: auto;
		width: 859px;
		display: flex;
		-webkit-align-items: stretch;
		align-items: stretch;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.ja .sub-menu {
		font-weight: 100;
	}
	.en .sub-menu {
		font-weight:100;
	}
		.sub-menu a {
			box-sizing: border-box;
			display: flex;
			-webkit-justify-content: center;
			justify-content: center;
			-webkit-align-items: center;
			align-items: center;
			-webkit-flex-grow: 1;
			flex-grow: 1;
			padding-top: 9px;
			padding-bottom: 8px;
			color: #000;
			text-align: center;
			text-decoration: none;
			background-color: #fcecbc;
			box-shadow: 1px 0 0 0 #ccc inset;
			line-height:1.2;
			height:60px;

		}
		.sub-menu a:hover {
			background-color: #fff9d5;
		}
		.sub-menu a:first-child {
			box-shadow: 0 0 0 0 #ccc inset;
		}
		.sub-menu a:last-child {
			box-shadow: -1px 0 0 0 #ccc inset,
				1px 0 0 0 #ccc inset;
		}
	.sub-menu-float {
		overflow: hidden;
		z-index: 1000;
	}
}

@media only screen and (max-width: 596px) {
	.sub-menu-box {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 70%;
		height: 100%;
		z-index: 21;
	}
	.sub-menu {
		position: relative;
		padding-top: 0;
		padding-bottom: 0;
		width: 100%;
		height: 100%;
		background-color: #2a2a2a;
		-webkit-box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, 0.5);
        box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, 0.5);
	}
		.sub-menu table,
		.sub-menu tbody,
		.sub-menu tr,
		.sub-menu td {
			display: block;
		}
		.sub-menu table {
			margin-right: auto;
			margin-left: auto;
			width: 90%;
		}
		/* ----- リンク１単位 ----- */
		.sub-menu-item {
			position: relative;
			padding-top: 10px;
			padding-bottom: 10px;
			padding-left: 0;
			padding-right: 0;
			float: none;
			width: 100%;
			text-align: center;
			border-left: none;
			border-right: none;
		}
		/* 分割線 */
		.sub-menu-item:before,
		.sub-menu-item:after {
			content: '';
			position: absolute;
			left: 0;
			width: 100%;
			height: 1px;
			background-color: #2a2a2a;
		}
		.sub-menu-item:before {
			top: -1px;
			background: -moz-linear-gradient(left,  #2a2a2a 1%, #333333 10%, #999999 50%, #333333 90%, #2a2a2a 100%);
			background: -webkit-gradient(linear, left top, right top, color-stop(1%,#2a2a2a), color-stop(10%,#333333), color-stop(50%,#999999), color-stop(90%,#333333), color-stop(100%,#2a2a2a));
			background: -webkit-linear-gradient(left,  #2a2a2a 1%,#333333 10%,#999999 50%,#333333 90%,#2a2a2a 100%);
			background: -o-linear-gradient(left,  #2a2a2a 1%,#333333 10%,#999999 50%,#333333 90%,#2a2a2a 100%);
			background: -ms-linear-gradient(left,  #2a2a2a 1%,#333333 10%,#999999 50%,#333333 90%,#2a2a2a 100%);
			background: linear-gradient(to right,  #2a2a2a 1%,#333333 10%,#999999 50%,#333333 90%,#2a2a2a 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#2a2a2a',GradientType=1 );
		}
		.sub-menu-item:after {
			bottom: -1px;
			background: -moz-linear-gradient(left,  #2a2a2a 0%, #2c2c2c 10%, #000000 51%, #2c2c2c 90%, #2a2a2a 99%);
			background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2a2a2a), color-stop(10%,#2c2c2c), color-stop(51%,#000000), color-stop(90%,#2c2c2c), color-stop(99%,#2a2a2a));
			background: -webkit-linear-gradient(left,  #2a2a2a 0%,#2c2c2c 10%,#000000 51%,#2c2c2c 90%,#2a2a2a 99%);
			background: -o-linear-gradient(left,  #2a2a2a 0%,#2c2c2c 10%,#000000 51%,#2c2c2c 90%,#2a2a2a 99%);
			background: -ms-linear-gradient(left,  #2a2a2a 0%,#2c2c2c 10%,#000000 51%,#2c2c2c 90%,#2a2a2a 99%);
			background: linear-gradient(to right,  #2a2a2a 0%,#2c2c2c 10%,#000000 51%,#2c2c2c 90%,#2a2a2a 99%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#2a2a2a',GradientType=1 );
		}
		.sub-menu-item:last-child:after {
			display: none;
		}
			/* メニューリンク */
			.sub-menu-item a {
				color: #fff;
				text-decoration: none;
			}

	/* ----- PCサイズ用 ----- */
	#large-sub-menu-box {
		display: none;
	}
	/* ----- スマホサイズ用 ----- */
	#small-sub-menu-box {
	}
}

/* ====================================================================== */
/* 見出し */
/* ====================================================================== */
/* ===== 大見出し ===== */
h2 {
	margin-bottom: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 10px;
	color: #fff;
	font-size: 1.14em;
	background-color: #012371;
	box-shadow: 10px 0 0 0 #446cc9 inset;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
@media only screen and (max-width: 596px) {
	h2 {
		margin-bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		box-shadow: 12px 0 0 0 #446cc9 inset;
		border: none;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
}

/* ===== 中見出し ===== */
h3 {
	position: relative;
	margin-bottom: 8px;
	padding-left: 27px;
	color: #009aa8;
	font-weight: bold;
}
	h3:before {
		position: absolute;
		top: 2px;
		left: 0;
		content: '';
		display: block;
		width: 22px;
		height: 18px;
		background-image: url(../img/misc/icon/head_arrow.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}

@media only screen and (max-width: 596px) {
	h3 {
		margin-bottom: 2px;
	}
		h3:before {
			top: 2px;
		}
}

/* ====================================================================== */
/* ボタン */
/* ====================================================================== */
.button {
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
	/* ===== 基本ボタン ===== */
	.button.normal {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 50px;
		padding-right: 50px;
		color: #fff;
		border: 1px solid #005896;
		border-radius: 6px;
		background-color: #0080d9;
		box-sizing: border-box;
	}
		.button.normal:hover {
			background-color: #11a6e4;
		}
		/* アイコン */
		.button.normal:before {
			left: 10px;
			width: 6px;
			height: 20px;
			background-image: url(../img/misc/icon/button_arrow.png);

		}
	@media only screen and (max-width: 596px) {
		/* ===== 基本ボタン ===== */
		.button.normal {
			display: block;
			padding-top: 15px;
			padding-bottom: 15px;
			padding-right: 25px;
			padding-left: 25px;
			width: 93%;
		}
	}

	/* ===== 基本ボタン ===== */
	.button.close {
		padding-top: 6px;
		padding-bottom: 6px;
		padding-left: 50px;
		padding-right: 50px;
		border: 1px solid #777777;
		border-radius: 20px;
		background-color: #888888;
	}
		.button.close:hover {
			background-color: #aaa;
		}
		.button.close:before {
			left: 10px;
			width: 15px;
			height: 15px;
			background-image: url(../img/misc/icon/button_x.png);
		}
	/* ----- 共通 ----- */
	.button.normal,
	.button.close {
		color: #fff;
		position: relative;
	}
		.button.normal:before,
		.button.close:before {
			position: absolute;
			top: 0;
			bottom: 0;
			margin: auto;
			content: '';
			display: block;
			background-repeat: no-repeat;
			background-size: 100%;
		}

/* ====================================================================== */
/* テキスト関連 */
/* ====================================================================== */
/* ===== 注釈 ===== */
.notice {
	color: #a48b00;
}

/* ====================================================================== */
/* 画像関連 */
/* ====================================================================== */
.img-auto {
	width: auto;
	height: auto;
}

/* ====================================================================== */
/* テーブル */
/* ====================================================================== */
/* ===== 通常テーブル ===== */
.table {
}
	.table .th,
	.table .td {
		padding-top: 8px;
		padding-bottom: 8px;
		border: 1px solid #ebebeb;
	}
	.table .th {
		color: #fff;
		text-align: center;
		background-color: #007489;
	}
	.table .td.em {
		background-color: #dfdfdf;
	}
	.table .td {
		background-color: #ffffff;
	}
@media only screen and (max-width: 596px) {
	/* ===== 通常テーブル ===== */
	.table {
	}
		.table .th,
		.table .td {
		}
}

/* ====================================================================== */
/* 領域系 */
/* ====================================================================== */
/* ===== 基本コンテンツエリア ===== */
.content-box {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
@media only screen and (max-width: 596px) {
	.content-box {
		width: auto;
	}
}

/* ===== 一段階インデントするエリア ===== */
.indent-box {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}
@media only screen and (max-width: 596px) {
	.indent-box {
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
}

/* ===== 強調エリア ===== */
.strong-box {
	padding-top: 30px;
	padding-bottom: 30px;
	border: 1px solid #fee4d5;
	background-color: #fff0e8;
}
	.strong-box p {
		color: #e25500;
		font-size: 16px;
		font-weight: bold;
	}

.column-box {
	padding: 20px;
	border: 1px solid #fee4d5;
	background-color: #fff0e8;
}
	.column-box h4 {
		color: #e25500;
		font-size: 14px;
		font-weight: bold;
	}

@media only screen and (max-width: 596px) {
	.strong-box {
		padding-top: 15px;
		padding-bottom: 15px;
	}
		.strong-box p {
			font-size: 16px;
		}
	.column-box {
		padding: 15px;
}
	.column-box h4 {
		font-size: 14px;
	}
}

/* ====================================================================== */
/* 罫線 */
/* ====================================================================== */
/* ===== デフォルト ===== */
hr {
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #cccccc;
}

/* ====================================================================== */
/* リスト */
/* ====================================================================== */
/* ===== 見出しインデントリスト ===== */
.indent-list {
}
	.indent-item {
		margin-top: 15px;
		padding-left: 1em;
		text-indent: -1em;
	}
	.indent-item:first-child {
		margin-top: 0;
	}
@media only screen and (max-width: 596px) {
	.indent-list {
	}
		.indent-item {
		}
		.indent-item:first-child {
		}
}

/* ====================================================================== */
/* カラム系 */
/* ====================================================================== */
/* ===== 行 ===== */
.row:after {
	content: '';
	display: block;
	clear: both;
}
/* 大きい画面：２カラム仕様 */
.column.large-2 {
	width: 370px;
}
	.column.large-2.first {
		float: left;
		padding-right: 5px;
	}
	.column.large-2.last {
		float: right;
		padding-left: 5px;
	}
	.img-large-2 {
		max-width: 370px;
		border:1px solid #555;
	}

@media only screen and (max-width: 596px) {
	/* 大きい画面：２カラム仕様をリセット */
	.column.large-2 {
		width: auto;
	}
	.column.large-2.first {
		float: none;
		padding-right: 0;
	}
	.column.large-2.last {
		float: none;
		padding-left: 0;
	}
	.img-large-2 {
		max-width: initial;
		max-width: auto;
		border:1px solid #555;
	}
	/* 小さい画面：１カラム用画像サイズ */
	.img-small-1 {
		display: block;
		margin-right: auto;
		margin-left: auto;
		max-width: 80%;
	}
}

/* ====================================================================== */
/* トップへ戻る */
/* ====================================================================== */
#scroll-top-box {
	display: none;
	position: fixed;
  bottom: 200px;
	right: 0;
	width: 98px;
}
#scroll-top-box.fixed {
	position: fixed;
	top: auto;
	right: 0;
	bottom: 30px;
}
	#scroll-top {
		position: relative;
		display: block;
	}
		#scroll-top img {
			width: 43px
		}
@media only screen and (max-width: 596px) {
	#scroll-top-box {
		width: 68px;
	}
		#scroll-top img {
			width: 55px;
		}
}

/* ====================================================================== */
/* ヘッダ */
/* ====================================================================== */
#header {
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
@media only screen and (max-width: 596px) {
	#header {
		width: auto;
		border-left: none;
		border-right: none;
	}
}

/* ====================================================================== */
/* メイン */
/* ====================================================================== */
#main {
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	background-color: #ffffff;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 596px) {
	#main {
		width: auto;
		border-left: none;
		border-right: none;
	}
}

/* ====================================================================== */
/* フッタ */
/* ====================================================================== */
#footer {
	background-color: #333333;
	padding:30px;
}
	#copyright {
		color: #ffffff;
		text-align: center;
	}
@media only screen and (max-width: 596px) {
		#copyright {
			margin-right: auto;
			margin-left: auto;
			width: 90%;
			font-size:14px;
		}
}