@charset "utf-8";
/*基本設定
------------------------------------- */
* {box-sizing:border-box;}
body {
	background-color: #F2F2F2;
	color: #101010;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}
a {color: #fff;}
.wrapper{ width: 1240px; margin: 0 auto; text-align: left; display: none;}
.main {margin: 0 auto; width: 1240px;padding-top:40px;padding-bottom:103px;}

.topShadow {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	background-image: url(../img/shadow_top.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.bottomShadow {
	position: fixed;
	bottom: 60px;
	left: 0px;
	width: 100%;
	height: 23px;
	background-image: url(../img/shadow_bottom.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.frame {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	background-color: #F2F2F2;
}

.backtoTop {
	width: 1234px;
	margin: 0 auto;
	text-align: left;
}

.backtoTop a {
	display: inline-block;
	padding-top: 16px;
	padding-bottom: 13px;
	padding-left: 4px;
	padding-right: 64px;
}

/* ヘルプ インデックス
------------------------------------- */
.menu ul {
	padding: 0px;
	margin: 0px;
}

.menu>ul li.category {
	background-color: #F8F8F8;
	margin-bottom: 20px;
}

.menu ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.inner {
	text-align: left;
	border: #AEA68A 3px solid;
	border-radius: 3px;
}

.inner>a {
	display: block;
	min-height: 92px;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1;
	padding-left: 22px;
	padding-right: 132px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 30px;
	text-decoration: none;
	color: #8B7528;
	background-image: url(../img/btn_open.png);
	background-repeat: no-repeat;
	background-position: right 26px center;
}

.inner>a.active {
	background-image: url(../img/btn_close.png);
}


.subMenu {
	display: none;
}

.subMenu a {
	display: block;
	min-height: 114px;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1;
	margin-left: 22px;
	margin-right: 22px;
	padding-right: 22px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 24px;
	line-height: 38px;
	text-decoration: none;
	color: #101010;
	background-image: url(../img/dot_line.png), url(../img/btn_link.png);
	background-repeat: repeat-x, no-repeat;
	background-position: bottom, right 0px center;
}

.subMenu li:first-child a {
	padding-top: 12px;
}
.subMenu li:last-child a {
	background-image: none, url(../img/btn_link.png);
}

hr {
	height: 11px;
	width: 1199px;
	margin: 0 auto;
	padding: 0;
	background: #AEA68A url('../img/line.png');
	border: 0px none;
}

/* ヘルプ 詳細
------------------------------------- */
.detailBox {
	text-align: left;
	border: #AEA68A 3px solid;
	border-radius: 3px;
	padding-bottom: 20px;
	background-color: #F8F8F8;

}

.detailBox h1 {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 22px;
	padding-right: 22px;
	min-height: 66px;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background-image: url('../img/line.png');
	background-repeat: no-repeat;
	background-position: bottom;
	color: #8B7528;
	line-height: 34px;
	font-size: 30px;
	font-weight: normal;
}

.detailBox h2 {
	margin: 0;
	padding-top: 16px;
	padding-bottom: 20px;
	margin-left: 22px;
	margin-right: 22px;
	min-height: 112px;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background-image: url('../img/dot_line.png');
	background-repeat: repeat-x;
	background-position: bottom;
	color: #101010;
	line-height: 34px;
	font-size: 30px;
	font-weight: normal;
}
.sectionBlock {
	font-size: 24px;
	line-height: 1.3;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.sectionBlock a {
	color: #308080;
}

.image {
	margin: 20px 0;
}

.image:last-of-type {
	margin-bottom: 0;
}

.image.center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.basicBlue { color:#0c40d6; }
.basicRed { color:#a90e0e; }


/* ローディング メッセージ
------------------------------------- */
html, body, .loadingMessage {
	height: 100%;
}

.loadingMessage {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}


/* お知らせ 詳細：見出しデザイン
------------------------------------- */
.detailBox h3:first-child {
	margin-top: 20px;
}

.detailBox h3 {
	margin-bottom: 0px;
}

.detailBox h4 {
	margin-top: 20px;
	margin-bottom: 0px;
}

.detailBox h3+table.argo-table {
	margin-top: 10px;
}

.detailBox h4+table.argo-table {
	margin-top: 6px;
}


/* お知らせ 詳細：リストデザイン
------------------------------------- */
.menu .detailBox ul {
	padding-left: 1em;
}

.detailBox ul li {
	list-style-type: disc;
	margin-bottom: 10px;
}

.menu .detailBox ol {
	padding-left: 1em;
}

.detailBox ol li {
	list-style-type: decimal;
	margin-bottom: 10px;
}

/* お知らせ 詳細：テーブルデザイン
------------------------------------- */

/* == テーブル基本 == */
.detailBox table.argo-table {
	border-spacing: 2px;
	border-color: #B6AF95;
	border-collapse: collapse;
	max-width: 100%;
	border-top: 2px solid #B6AF95;
	border-left: 2px solid #B6AF95;
	margin: 1em 0;
}

.detailBox table.argo-table th,
.detailBox table.argo-table td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 2px solid #B6AF95;
	border-right: 2px solid #B6AF95;
}

.detailBox table.argo-table.heading th {
	background-color: #B6AF95;
	border-right: 2px solid #fff;
	color: #fff;
	border-bottom: 2px solid #fff;
}

.detailBox table.argo-table.heading th:last-child {
	border-right: 2px solid #B6AF95;
}

.detailBox table.argo-table.heading tr:last-child th {
	border-bottom: 2px solid #B6AF95;
}

/* == 幅を最大 == */
.detailBox table.stretch {
	width: 100%;
}

/* == 幅を均等割 == */
.detailBox table.justify {
	width: 100%;
	table-layout: fixed;
}

/* == 背景色を交互に == */

.detailBox table.argo-table.stripe tr:nth-child(even) {
	background-color: #E1D7BB;
}

.detailBox table.argo-table.heading.stripe tr:nth-child(odd) {
	background-color: #E1D7BB;
}

.detailBox table.argo-table.heading.stripe tr:nth-child(even) {
	background-color: #F2F2F2;
}

/* == セルの背景色を一括指定 == */
.detailBox table.argo-table.col01 tr td:nth-child(1),
.detailBox table.argo-table.col02 tr td:nth-child(2),
.detailBox table.argo-table.col03 tr td:nth-child(3),
.detailBox table.argo-table.col04 tr td:nth-child(4),
.detailBox table.argo-table.col05 tr td:nth-child(5),
.detailBox table.argo-table.col06 tr td:nth-child(6),
.detailBox table.argo-table.col07 tr td:nth-child(7),
.detailBox table.argo-table.col08 tr td:nth-child(8),
.detailBox table.argo-table.col09 tr td:nth-child(9),
.detailBox table.argo-table.col10 tr td:nth-child(10),
.detailBox table.argo-table.col11 tr td:nth-child(11),
.detailBox table.argo-table.col12 tr td:nth-child(12),
.detailBox table.argo-table.col13 tr td:nth-child(13),
.detailBox table.argo-table.col14 tr td:nth-child(14),
.detailBox table.argo-table.col15 tr td:nth-child(15),
.detailBox table.argo-table.col16 tr td:nth-child(16),
.detailBox table.argo-table.col17 tr td:nth-child(17),
.detailBox table.argo-table.col18 tr td:nth-child(18),
.detailBox table.argo-table.col19 tr td:nth-child(19),
.detailBox table.argo-table.col20 tr td:nth-child(20) {
	background-color: #E1D7BB;
}

/* == セル内のデータを自動的に改行しない == */
.detailBox table.argo-table.col00-header-nowrap tr th,
.detailBox table.argo-table.col01-header-nowrap tr th:nth-child(1),
.detailBox table.argo-table.col02-header-nowrap tr th:nth-child(2),
.detailBox table.argo-table.col03-header-nowrap tr th:nth-child(3),
.detailBox table.argo-table.col04-header-nowrap tr th:nth-child(4),
.detailBox table.argo-table.col05-header-nowrap tr th:nth-child(5),
.detailBox table.argo-table.col06-header-nowrap tr th:nth-child(6),
.detailBox table.argo-table.col07-header-nowrap tr th:nth-child(7),
.detailBox table.argo-table.col08-header-nowrap tr th:nth-child(8),
.detailBox table.argo-table.col09-header-nowrap tr th:nth-child(9),
.detailBox table.argo-table.col10-header-nowrap tr th:nth-child(10),
.detailBox table.argo-table.col11-header-nowrap tr th:nth-child(11),
.detailBox table.argo-table.col12-header-nowrap tr th:nth-child(12),
.detailBox table.argo-table.col13-header-nowrap tr th:nth-child(13),
.detailBox table.argo-table.col14-header-nowrap tr th:nth-child(14),
.detailBox table.argo-table.col15-header-nowrap tr th:nth-child(15),
.detailBox table.argo-table.col16-header-nowrap tr th:nth-child(16),
.detailBox table.argo-table.col17-header-nowrap tr th:nth-child(17),
.detailBox table.argo-table.col18-header-nowrap tr th:nth-child(18),
.detailBox table.argo-table.col19-header-nowrap tr th:nth-child(19),
.detailBox table.argo-table.col20-header-nowrap tr th:nth-child(20),

.detailBox table.argo-table.col01-data-nowrap tr td:nth-child(1),
.detailBox table.argo-table.col02-data-nowrap tr td:nth-child(2),
.detailBox table.argo-table.col03-data-nowrap tr td:nth-child(3),
.detailBox table.argo-table.col04-data-nowrap tr td:nth-child(4),
.detailBox table.argo-table.col05-data-nowrap tr td:nth-child(5),
.detailBox table.argo-table.col06-data-nowrap tr td:nth-child(6),
.detailBox table.argo-table.col07-data-nowrap tr td:nth-child(7),
.detailBox table.argo-table.col08-data-nowrap tr td:nth-child(8),
.detailBox table.argo-table.col09-data-nowrap tr td:nth-child(9),
.detailBox table.argo-table.col10-data-nowrap tr td:nth-child(10),
.detailBox table.argo-table.col11-data-nowrap tr td:nth-child(11),
.detailBox table.argo-table.col12-data-nowrap tr td:nth-child(12),
.detailBox table.argo-table.col13-data-nowrap tr td:nth-child(13),
.detailBox table.argo-table.col14-data-nowrap tr td:nth-child(14),
.detailBox table.argo-table.col15-data-nowrap tr td:nth-child(15),
.detailBox table.argo-table.col16-data-nowrap tr td:nth-child(16),
.detailBox table.argo-table.col17-data-nowrap tr td:nth-child(17),
.detailBox table.argo-table.col18-data-nowrap tr td:nth-child(18),
.detailBox table.argo-table.col19-data-nowrap tr td:nth-child(19),
.detailBox table.argo-table.col20-data-nowrap tr td:nth-child(20)
.detailBox table.argo-table tr.header-nowrap th {
	white-space: nowrap;
}

/* == セル内のレイアウトを指定(中央寄せ、右寄せ) == */
.detailBox table.argo-table.col00-header-center tr th,
.detailBox table.argo-table.col01-header-center tr th:nth-child(1),
.detailBox table.argo-table.col02-header-center tr th:nth-child(2),
.detailBox table.argo-table.col03-header-center tr th:nth-child(3),
.detailBox table.argo-table.col04-header-center tr th:nth-child(4),
.detailBox table.argo-table.col05-header-center tr th:nth-child(5),
.detailBox table.argo-table.col06-header-center tr th:nth-child(6),
.detailBox table.argo-table.col07-header-center tr th:nth-child(7),
.detailBox table.argo-table.col08-header-center tr th:nth-child(8),
.detailBox table.argo-table.col09-header-center tr th:nth-child(9),
.detailBox table.argo-table.col10-header-center tr th:nth-child(10),
.detailBox table.argo-table.col11-header-center tr th:nth-child(11),
.detailBox table.argo-table.col12-header-center tr th:nth-child(12),
.detailBox table.argo-table.col13-header-center tr th:nth-child(13),
.detailBox table.argo-table.col14-header-center tr th:nth-child(14),
.detailBox table.argo-table.col15-header-center tr th:nth-child(15),
.detailBox table.argo-table.col16-header-center tr th:nth-child(16),
.detailBox table.argo-table.col17-header-center tr th:nth-child(17),
.detailBox table.argo-table.col18-header-center tr th:nth-child(18),
.detailBox table.argo-table.col19-header-center tr th:nth-child(19),
.detailBox table.argo-table.col20-header-center tr th:nth-child(20),

.detailBox table.argo-table.col01-data-center tr td:nth-child(1),
.detailBox table.argo-table.col02-data-center tr td:nth-child(2),
.detailBox table.argo-table.col03-data-center tr td:nth-child(3),
.detailBox table.argo-table.col04-data-center tr td:nth-child(4),
.detailBox table.argo-table.col05-data-center tr td:nth-child(5),
.detailBox table.argo-table.col06-data-center tr td:nth-child(6),
.detailBox table.argo-table.col07-data-center tr td:nth-child(7),
.detailBox table.argo-table.col08-data-center tr td:nth-child(8),
.detailBox table.argo-table.col09-data-center tr td:nth-child(9),
.detailBox table.argo-table.col10-data-center tr td:nth-child(10),
.detailBox table.argo-table.col11-data-center tr td:nth-child(11),
.detailBox table.argo-table.col12-data-center tr td:nth-child(12),
.detailBox table.argo-table.col13-data-center tr td:nth-child(13),
.detailBox table.argo-table.col14-data-center tr td:nth-child(14),
.detailBox table.argo-table.col15-data-center tr td:nth-child(15),
.detailBox table.argo-table.col16-data-center tr td:nth-child(16),
.detailBox table.argo-table.col17-data-center tr td:nth-child(17),
.detailBox table.argo-table.col18-data-center tr td:nth-child(18),
.detailBox table.argo-table.col19-data-center tr td:nth-child(19),
.detailBox table.argo-table.col20-data-center tr td:nth-child(20),
.detailBox table.argo-table tr.header-center th,
.detailBox table.argo-table tr.data-center td,
.detailBox table.argo-table th.data-center,
.detailBox table.argo-table td.data-center {
	text-align: center;
}


.detailBox table.argo-table.col00-header-right tr th,
.detailBox table.argo-table.col01-header-right tr th:nth-child(1),
.detailBox table.argo-table.col02-header-right tr th:nth-child(2),
.detailBox table.argo-table.col03-header-right tr th:nth-child(3),
.detailBox table.argo-table.col04-header-right tr th:nth-child(4),
.detailBox table.argo-table.col05-header-right tr th:nth-child(5),
.detailBox table.argo-table.col06-header-right tr th:nth-child(6),
.detailBox table.argo-table.col07-header-right tr th:nth-child(7),
.detailBox table.argo-table.col08-header-right tr th:nth-child(8),
.detailBox table.argo-table.col09-header-right tr th:nth-child(9),
.detailBox table.argo-table.col10-header-right tr th:nth-child(10),
.detailBox table.argo-table.col11-header-right tr th:nth-child(11),
.detailBox table.argo-table.col12-header-right tr th:nth-child(12),
.detailBox table.argo-table.col13-header-right tr th:nth-child(13),
.detailBox table.argo-table.col14-header-right tr th:nth-child(14),
.detailBox table.argo-table.col15-header-right tr th:nth-child(15),
.detailBox table.argo-table.col16-header-right tr th:nth-child(16),
.detailBox table.argo-table.col17-header-right tr th:nth-child(17),
.detailBox table.argo-table.col18-header-right tr th:nth-child(18),
.detailBox table.argo-table.col19-header-right tr th:nth-child(19),
.detailBox table.argo-table.col20-header-right tr th:nth-child(20),

.detailBox table.argo-table.col01-data-right tr td:nth-child(1),
.detailBox table.argo-table.col02-data-right tr td:nth-child(2),
.detailBox table.argo-table.col03-data-right tr td:nth-child(3),
.detailBox table.argo-table.col04-data-right tr td:nth-child(4),
.detailBox table.argo-table.col05-data-right tr td:nth-child(5),
.detailBox table.argo-table.col06-data-right tr td:nth-child(6),
.detailBox table.argo-table.col07-data-right tr td:nth-child(7),
.detailBox table.argo-table.col08-data-right tr td:nth-child(8),
.detailBox table.argo-table.col09-data-right tr td:nth-child(9),
.detailBox table.argo-table.col10-data-right tr td:nth-child(10),
.detailBox table.argo-table.col11-data-right tr td:nth-child(11),
.detailBox table.argo-table.col12-data-right tr td:nth-child(12),
.detailBox table.argo-table.col13-data-right tr td:nth-child(13),
.detailBox table.argo-table.col14-data-right tr td:nth-child(14),
.detailBox table.argo-table.col15-data-right tr td:nth-child(15),
.detailBox table.argo-table.col16-data-right tr td:nth-child(16),
.detailBox table.argo-table.col17-data-right tr td:nth-child(17),
.detailBox table.argo-table.col18-data-right tr td:nth-child(18),
.detailBox table.argo-table.col19-data-right tr td:nth-child(19),
.detailBox table.argo-table.col20-data-right tr td:nth-child(20),
.detailBox table.argo-table tr.header-right th,
.detailBox table.argo-table tr.data-right td,
.detailBox table.argo-table th.data-right,
.detailBox table.argo-table td.data-right {
	text-align: right;
}

/* グリッドレイアウト （マルチカラム）
------------------------------------- */
/* == グリッド基本 == */
.algo-Grid {
	display: flex;
	align-items: stretch;
	margin: 1em 0 0 -1em;
}

.grid-cell {
	/*flex: auto;*/
	position: relative;
}

.algo-Grid > .grid-cell {
	padding: 0 0 0 1em;
}

/* == グリッドを均等化 == */
.algo-Grid.justify .grid-cell {
	flex: 1;
}

/* == グリッド間の隙間無し == */
.no-gutters {
	margin: 1em 0 0 0;
}

.no-gutters > .grid-cell {
	padding: 0;
}

/* 追加スタイル
------------------------------------- */
img {
    width: 100%;
    height: auto;
}

img.icon {
    width: inherit;
    vertical-align: text-bottom;
}

img.icon2 {
    width: inherit;
    vertical-align: bottom;
    margin-left: 10px;
}

img.icon3{
	width: inherit;
	vertical-align: middle;
	margin-top: 50px;
}

.image.center img {
    width: 80%;
}

.grid-cell.arrw::after {
    content: '\25B6';
    position: absolute;
    right: -24px;
    top: 29%;
    color: #8B7528;
}

.grid-cell.arrw2::after {
    content: '\25B6';
    position: absolute;
    right: -24px;
    top: 45%;
    color: #8B7528;
}

p.txt {
    margin-top: 0;
}

p.notice {
    text-indent: -1em;
    padding-left: 1em;
}

p.notice2 {
    text-indent: -2em;
    padding-left: 2em;
}

p.imgTtl {
    margin: 0;
    text-align: center;
    padding: 0.4em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.noticeList {
    padding-left: 0;
}

.noticeList li {
    list-style: none !important;
    margin-bottom: 0 !important;
    text-indent: -1em;
    padding-left: 1em;
}

.def_num_list dt {
    font-weight: bold;
    margin-bottom: 0.4em;
}

.def_num_list dd {
    margin-bottom: 1em;
    margin-left: 0;
    padding-left: 2em;
}

.def_num_list dd ul.list li span {
    font-weight: bold;
}

.detailBox table.argo-table .iconCell { text-align: center; vertical-align: middle; }
.detailBox table.argo-table .iconCell .icon { display: block; margin: 5px auto 0; }
.detailBox table.argo-table .iconCell + td { vertical-align: middle; }

/* == ルビ 両端揃え == */
ruby.rubycenter { ruby-align: distribute-letter; }
