@charset "UTF-8";

/*/////////////////////////////////////////////////////////////////*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
.l7,
.l8,
.l9,
p,
blockquote,
pre,
a,
del,
img,
q,
s,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/*/////////////////////////////////////////////////////////////////*/
/* HTML5 用 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/*/////////////////////////////////////////////////////////////////*/

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*/////////////////////////////////////////////////////////////////*/



html {
	font-size: 62.5%;
}

body {
	font-family: 'メイリオ', 'Meiryo', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ Ｐゴシック', sans-serif;
	color: #333;
	font-size: 1.5rem;
	line-height: 1.6em;
	margin-bottom: 120px;
	background-color: #fafafa;
}

section {
	margin-left: 400px;
	padding-right: 2.0rem;
	max-width: 980px;
}

section>section {
	margin-left: 0;
	padding-right: 0;
}

section:last-of-type {
	margin-bottom: 100px;
}

section section:last-of-type {
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.l7,
.l8,
.l9,
p,
ol,
ul,
img,
table {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3 {
	line-height: 1.5em;
	padding-top: 4.0rem;
	padding-bottom: 0.3rem;
	display: block;
	font-weight: bold;
}

h1 {
	font-size: 3.2rem;
	margin-bottom: 2.0rem;
	background-color: transparent;
	padding: 2.0rem 2.0rem 0.2rem;
	border-bottom: 10px solid #ccc;
	font-weight: normal;
}

section:first-of-type h1 {
	padding-top: 5.0rem;
	font-weight: bold;
	background-color: transparent;
}


h2 {
	font-size: 2.5rem;
	margin-bottom: 3.0rem;
	padding-left: 2.0rem;
	padding-right: 2.0rem;
	border-bottom: solid 1px #ccc;
}

h3 {
	font-size: 2.1rem;
	margin-top: 6.0rem;
	margin-bottom: 2.0rem;
	padding: 10px 1.6rem 6px;
	border-left: 10px solid #008cff;
}

h4,
h5,
h6 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 5.0rem;
	margin-bottom: 1.0rem;
	padding-left: 2.0rem;
	padding-right: 2.0rem;
}

.l7,
.l8,
.l9 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 3.0rem;
	margin-bottom: 1.0rem;
	padding-left: 2.0rem;
	padding-right: 2.0rem;
}

p {
	line-height: 1.8em;
	margin-top: 2.0rem;
	margin-bottom: 2.0rem;
}


ul {
	margin-top: 2.0rem;
	margin-bottom: 3.0rem;
	margin-left: 0;
	list-style-type: disc;
}

ul li {
	margin-top: 1.0rem;
	margin-bottom: 1.5rem;
	margin-left: 3.0rem;
}

li ul {
	margin: 2.0rem 0 3.0rem;
	padding-left: 2.0rem;
	padding-right: 0rem;
	list-style-type: circle;
}

li ul li {
	margin: 1.0rem 0 1.5rem;
}

ol {
	margin-top: 2.0rem;
	margin-bottom: 3.0rem;
	margin-left: 2.0rem;
	list-style-type: decimal;
}

ol li {
	margin-top: 1.0rem;
	margin-bottom: 1.5rem;
	margin-left: 1.0rem;
}

li ol {
	margin: 2.0rem 0 3.0rem;
	padding-left: 2.0rem;
	padding-right: 0rem;
	list-style-type: lower-roman;
}

li ol li {
	margin: 1.0rem 0 1.5rem;
}

li ol li ol {
	margin: 2.0rem 0 3.0rem;
	padding-left: 2.0rem;
	padding-right: 0rem;
	list-style-type: lower-latin;
}

li ol li ol li {
	margin: 1.0rem 0 1.5rem;
}

img {
	max-width: 100%;
}

section img {
	max-width: 100%;
	margin-top: 1.6rem;
	margin-bottom: 2.0rem;
	padding: 1.0rem;
}

section section img {
	max-width: 100%;
	margin-top: 1.6rem;
	margin-bottom: 2.0rem;
	padding: 1.0rem;
}

section section li img {
	max-width: 100%;
	margin-top: 1.6rem;
	margin-bottom: 2.0rem;
	padding: 1.0rem;
}

section section p img {
	width: auto;
	padding: 0px 4px 4px 4px;
	margin: 0;
	background-color: transparent;
	vertical-align: middle;
	box-shadow: none;
}

img.block {
	display: block;
}

a {
	color: #0033cc;
	text-decoration: underline dotted 1px;
}

a:hover {
	text-decoration: none;
	color: #ff6600;
}

table {
	border-collapse: collapse;
	border: 2px solid #999;
	background-color: #fff;
}

table tbody {
	max-width: 100%;
}

table thead {
	background-color: rgb(180, 215, 255);
	padding: 0;
	margin: 0;
	border-bottom: double 4px #666;
}

table thead td {
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

table thead td p {
	padding: 0;
	margin: 0.6em;
}


table th {
	border: 1px solid #666;
	padding: 0;
	background-color: rgb(180, 215, 255);
}

table td {
	border: 1px solid #666;
	padding: 1.0em;
}

table th p {
	margin: 0.6em;
	margin-bottom: 0.4em;
	text-align: left;
	text-justify: auto;
}

table td p {
	margin: 1.0em 0;
	padding: 0;
	text-align: left;
	text-justify: auto;
}

table td img {
	margin: 1.0em auto;
	padding: 0px;
	box-shadow: none;
}

sup {
	font-size: 1.1rem;
	vertical-align: top;
	position: relative;
	top: -0.4rem;
	margin-left: 0.2rem;
	margin-right: 0.2rem;
}

sub {
	font-size: 1.1rem;
	vertical-align: bottom;
	position: relative;
	top: 0.2rem;
	margin-left: 0.2rem;
	margin-right: 0.2rem;
}

ruby {}

rp {}

rt {}

strong {
	font-weight: bold;
}

ol.decimalEnclosedCircle {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 1.0rem;
}

section>ol.decimalEnclosedCircle {
	margin-left: 1.0rem;
}

ol.decimalEnclosedCircle>li {
	padding-left: 30px;
	position: relative;
}

ol.decimalEnclosedCircle>li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	width: 20px;
	color: #000;
	font-size: 85%;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 0.3rem;
	/* font-family:Arial; */
}

ol.aiueoFullWidth {}

section>ol.aiueoFullWidth {
	margin-left: 12.0rem;
}

ol.aiueoFullWidth>li {
	list-style-type: none;
	counter-increment: cnt;
	margin-left: 1.0em;
}

ol.aiueoFullWidth>li::before {
	/* content: "(" counter(cnt) ") "; */
	content: "(" counter(cnt, katakana) ") ";
	display: inline-block;
	margin-left: -3em;
	width: 3em;
}

ol.upperLetter {

}
section > ol.upperLetter {
	margin-left: 8.0rem;
}

ol.upperLetter > li {
	list-style-type: none;
	counter-increment: cnt;
	margin-left: 1.0em;
}
ol.upperLetter > li::before {
	/* content: "(" counter(cnt) ") "; */
	content:counter(cnt, upper-latin) ") ";
	display:inline-block;
	margin-left:-3em;
	width: 2em;
}

ol.lowerLetter {

}
section > ol.lowerLetter {
	margin-left: 8.0rem;
}

ol.lowerLetter > li {
	list-style-type: none;
	counter-increment: cnt;
	margin-left: 1.0em;
}
ol.lowerLetter > li::before {
	/* content: "(" counter(cnt) ") "; */
	content:"(" counter(cnt, lower-latin) ")";
	display:inline-block;
	margin-left:-2em;
	width: 2em;
}



/*-------- テキスト位置指定クラス -----------*/

.start {
	/* 左揃え（指定なし） */
}

.center {
	/* 中央揃え */
	text-align: center;
}

.end {
	/* 右揃え */
	text-align: end;
}

.justify {
	/* 両端揃え */
	text-align: justify;
}

.distribute {
	/* 均等割り付け */
	text-align: justify;
	text-justify: auto;
}


/*-------- サイドメニュー -----------*/

nav.toc-wrap {
	overflow: auto;
	position: fixed;
	width: 300px;
	top: 0;
	left: 0;
	border-right: 1px solid #ccc;
	height: 100%;
}

#toc {
	background-color: rgb(255, 255, 255);
	width: 100%;
	margin-bottom: 60px;
	padding: 0;
	overflow: auto;
}

#toc .toc-heading {
	margin: 0;
	padding: 0.6em 0 0.3em;
	background-color: #333;
	color: #fff;
	text-align: center;
}

#toc p {
	margin: 0;
	padding: 0;
}

#toc p:last-child {
	padding-bottom: 10px;
}

#toc p a {
	color: #333;
	text-decoration: none;
}

.toc-1,
.toc-2,
.toc-3 {
	padding: 0;
	margin: 0;
}

.toc-1 a {
	display: block;
	font-weight: bold;
	padding: 0.6em 1.0em 0.3em;
	background-color: #fafafa;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
}


.active a,
.active a:hover {
	background-color: rgb(180, 215, 255);
}


.toc-2 a {
	display: block;
	padding: 0.6em 1.0em 0.3em;
}

.toc-3 a {
	display: block;
	padding: 0.6em 1.0em 0.3em 2.0em;
}

.toc-1 a:hover,
.toc-2 a:hover,
.toc-3 a:hover {
	background-color: #e5f0fc;
}


.main {}


/*-------- ページナビ -----------*/

.pagenavi-wrap-top,
.pagenavi-wrap-bottom {
	margin: 4px 20px 10px 0;
	padding: 1rem 2.0rem;
	width: 100%;
	max-width: 1400px;
	display: flex;
	justify-content: right;
	box-sizing: border-box;
}

.pagenavi-wrap-top {
	display: none;
}

.pagenavi-wrap-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
}

.pagenavi-prev,
.pagenavi-next {
	width: 120px;
	background-color: rgba(255, 255, 255, 0.7);
	margin: 0 4px;
}

.pagenavi-prev a,
.pagenavi-next a {
	width: 120px;
	background-color: rgba(54, 158, 255, 0.7);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 6px;
	text-align: center;
	display: inline-block;
	border: 1px solid #fff;
}

.pagenavi-prev a:hover,
.pagenavi-next a:hover {
	background-color: rgba(255, 255, 255, 1.0);
	color: #008cff;
	border: 1px solid #aaa;
}



/*-------------------------- レスポンシブ用CSS ここから ----------------------*/

@media screen and (max-width:1180px) {
	/* ↓ここに個別のタブレット用スタイルを指定 */

	section {
		margin-left: 340px;
		padding-right: 2.0rem;
		max-width: 980px;
	}


	/* ↑ここまでに個別のタブレット用スタイルを指定 */
}

@media screen and (max-width:640px) {
	/* ↓ここに個別のスマホ用スタイルを指定 */

	html {
		font-size: 62.5%;
	}

	body {
		font-family: 'メイリオ', 'Meiryo', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ Ｐゴシック', sans-serif;
		font-size: 1.6rem;
		line-height: 1.6em;
		padding-bottom: 10rem;
		margin-left: 0;
		margin-right: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.l7,
	.l8,
	.l9,
	p,
	ol,
	ul,
	img,
	table {
		margin-left: 0;
		margin-right: 0;
		width: auto;
		padding-left: 0;
		padding-right: 0;
	}

	h1,
	h2,
	h3 {
		line-height: 1.4em;
		padding-left: 0;
		padding-right: 0;
	}

	h1 {
		font-size: 2.7rem;
		margin: 2.0rem 0;
		margin-top: 2.0rem;
		margin-bottom: 2.0rem;
		padding-left: 1.0rem;
		padding-right: 1.0rem;
	}

	section {
		margin-left: 0;
		margin-right: 0;
		padding-left: 1.6rem;
		padding-right: 1.6rem;
		max-width: none;
		width: 100%;
	}

	section section {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		max-width: none;
		width: 100%;
	}

	section:first-of-type h1 {
		font-size: 2.5rem;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 10px;
		background-color: transparent;

	}

	h2 {
		font-size: 2.3rem;
		margin-top: 2.0rem;
		margin-bottom: 2.0rem;
		border-bottom: solid 1px #ccc;
		padding-top: 0;
	}

	h3 {
		font-size: 2.1rem;
		margin-top: 3.0rem;
		margin-bottom: 2.0rem;
		padding: 10px 10px 6px;
	}

	h4,
	h5,
	h6 {
		font-size: 1.8rem;
		font-weight: bold;
	}

	.l7,
	.l8,
	.l9 {
		font-size: 1.8rem;
		font-weight: bold;
	}

	p,
	li {
		margin-top: 1.2rem;
		margin-bottom: 1.4rem;
		padding-left: 0;
		padding-right: 0;
	}
	li {
		text-align: left;
	}

	img {
		max-width: 100%;
	}

	section img {
		max-width: 100%;
	}

	section section img {
		max-width: 100%;
		padding: 0px;
		margin: 2.0rem 0 4.0rem;
		padding-left: 1.0rem;
		padding-right: 1.0rem;
		background-color: transparent;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		box-shadow: none;
	}

	section section li img {
		max-width: 100%;
		padding: 0px;
		margin: 2.0rem 0;
		padding-left: 0rem;
		padding-right: 0rem;
		background-color: transparent;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		box-shadow: none;
	}

	section section p img {
		width: auto;
		padding: 0 4px 4px;
		margin: 0;
		background-color: transparent;
		vertical-align: middle;
	}

	strong {
		font-weight: bold;
	}

	section {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	table {
		max-width: 900px;
		min-width: 300px;

	}

	table th p {
		margin: 0.6em;
		margin-bottom: 0.4em;
	}

	table td p {
		margin: 0.6em;
		margin-bottom: 0.4em;
	}

	ol {
		margin-left:2.0rem;
	}
	
	nav.toc-wrap {
		overflow: auto;
		position: fixed;
		width: 300px;
		top: 0;
		left: -300px;
		border-right: 1px solid #ccc;
		background-color: rgb(255, 255, 255);
		z-index: 99;
		height: 100%;
	}

	#toc {
		background-color: rgb(255, 255, 255);
		width: 300px;
		padding: 0;
		overflow: auto;
		margin-bottom: 60px;
	}

	/* モバイルサイドメニューボタン */

	#mobile-side-btn {
		display: inline-block;
		top: 4px;
		left: 4px;
		width: 40px;
		height: 40px;
		margin: 0px;
		background-color: #369eff;
		position: fixed;
		z-index: 100;
		border-radius: 50%;
		opacity: 0.7;

	}

	#mobile-side-btn:hover {
		background-color: #369eff;
	}

	#mobile-side-btn-icon {
		color: rgb(255, 255, 255);
		position: absolute;
		margin-left: 12px;
		margin-top: 16px;
		width: 15px;
		height: 3px;
		background-color: #369eff;
		transition: 0.3s;
		display: inline;
	}

	#mobile-side-btn-icon:before {
		content: '';
		position: absolute;
		right: 0px;
		top: -6px;
		width: 13px;
		height: 13px;
		border-top: solid 5px currentColor;
		border-right: solid 5px currentColor;
		transform: rotate(45deg);
		transition: 0.2s;
		display: inline;
	}

	#mobile-side-btn .close {
		transform: rotate(180deg);
		margin-top: 19px;
		transition: 0.3s;
		display: inline;
	}

	#mobile-side-btn .close:before {}

	#mobile-side-btn .close:before {}

	ol.decimalEnclosedCircle {
		counter-reset: my-counter;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	ol.aiueoFullWidth {}

	section>ol.decimalEnclosedCircle {
		margin-left: 1.0rem;
		width: auto;
		margin-right: 1.0rem;
	}

	ol.decimalEnclosedCircle>li {
		font-size: 1.6rem;
		line-height: 1.6em;
		padding-left: 30px;
		position: relative;
		margin-left: 0;
	}

	ol.decimalEnclosedCircle>li:before {
		content: counter(my-counter);
		counter-increment: my-counter;
		background-color: #fff;
		border: 1px solid #000;
		border-radius: 50%;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 22px;
		width: 22px;
		color: #000;
		font-size: 85%;
		line-height: 1;
		position: absolute;
		top: 0;
		left: 0;
		padding-top: 0.3rem;
	}

	section>ol.aiueoFullWidth {
		margin-left: 3.6rem;
	}
	ol.upperLetter {

	}
	section > ol.upperLetter {
		margin-left: 3.6rem;
	}
	
	
	ol.lowerLetter {
		margin-left: 3.6rem;
	}
	section > ol.lowerLetter {
		margin-left: 3.0rem;
	}

	.pagenavi-wrap-top,
	.pagenavi-wrap-bottom {
		margin: 0;
		margin-bottom: 10px;
		padding: 1rem 1.0rem 0;
		width: 100%;
		max-width: none;
		display: flex;
		justify-content: right;
	}

	.pagenavi-wrap-top {
		display: none;
	}

	.pagenavi-wrap-bottom {
		position: fixed;
		bottom: 0;
		left: 0;
	}

	section:first-of-type {
		margin-top: 40px;
	}


	#mobile-side-btn {
		/* モバイルレイアウト時に左メニューをスライドインさせるjavascriptを使用する場合は、以下のスタイルを削除してください。 */
		display: none;
	}


	/* ↑ここまでに個別のスマホ用スタイルを指定 */
}


/*-------------------------- レスポンシブ用CSS ここまで ----------------------*/