@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: #000;
	line-height: 1.6em;
	background-color: #fff;
	margin-bottom:120px;
}

h1, h2, h3, h4, h5, h6, .l7, .l8, .l9, p, ol, ul, img, table {
	margin-left:6.0rem;
	margin-right:6.0rem;
	max-width:900px;
}

h1, h2, h3, h4 {
	line-height: 1.5em;
	padding-top:2.0rem;
	padding-bottom:1.0rem;
	display: block;
}

h1 {
	font-size: 3.6rem;
	margin-top:11.0rem;
	margin-bottom: 2.0rem;
}

section:first-child h1 {
	margin-top:1.0rem;
	padding-top:1.0rem;
}

h2 {
	font-size: 2.8rem;
	font-weight:normal;
	color:#039;
	margin-top:5.0rem;
	margin-bottom: 2.0rem;
}

h3 {
	font-size: 2.3rem;
	border-left:10px solid #06c;
	margin-top:5.0rem;
	margin-bottom: 2.0rem;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:6px;
}

h4, h5, h6 {
	font-size: 1.6rem;
	font-weight:bold;
	margin-top:3.0rem;
	margin-bottom: 2.0rem;
}

.l7, .l8, .l9 {
	font-size: 1.6rem;
	font-weight:bold;
	margin-top:3.0rem;
	margin-bottom: 2.0rem;
}

p {
	font-size: 1.5rem;
	line-height:1.6em;
	margin-top:2.0rem;
	margin-bottom: 2.0rem;
	color:#000;
}

ul {
	font-size:1.5rem;
	line-height:1.6em;
	margin-top:2.0rem;
	margin-bottom:3.0rem;
	list-style-type: disc;
	margin-left:6.0rem;	
}

ul li {
	margin-top:1.0rem;
	margin-bottom:1.5rem;
	margin-left:3.0rem;
}

li ul {
	line-height:1.6em;
	margin-top:2.0rem;
	margin-bottom:3.0rem;
	list-style-type: circle;
	padding-left:2.0rem;	
	padding-right:0rem;
	margin-left:0;
	margin-right:0;
}

li ul li {
	margin-top:1.0rem;
	margin-bottom:1.5rem;
	margin-left:0;
	margin-right:0;
}

ol {
	font-size:1.5rem;
	line-height:1.6em;
	margin-top:2.0rem;
	margin-bottom:3.0rem;
	list-style-type: decimal;
}

ol li {
	margin-top:1.0rem;
	margin-bottom:1.5rem;
	margin-left:3.0rem;
}

li ol {
	line-height:1.6em;
	margin-top:2.0rem;
	margin-bottom:3.0rem;
	list-style-type: lower-roman;
	padding-left:2.0rem;	
	padding-right:0rem;
	margin-left:0;
	margin-right:0;
}

li ol li {
	margin-top:1.0rem;
	margin-bottom:1.5rem;
	margin-left:0;
	margin-right:0;
}

li ol li ol {
	line-height:1.6em;
	margin-top:2.0rem;
	margin-bottom:3.0rem;
	list-style-type: lower-latin;
	padding-left:2.0rem;	
	padding-right:0rem;
	margin-left:0;
	margin-right:0;
}

li ol li ol li {
	margin-top:1.0rem;
	margin-bottom:1.5rem;
	margin-left:0;
	margin-right:0;
}

img {
	max-width:100%;
}

section img {
	max-width:100%;
}

section section img {
	max-width:780px;
	padding:0px;
	margin-top:2.0rem;
	margin-bottom:2.0rem;
}

section section li img {
	max-width:780px;
	padding:00px;
	margin-top:2.0rem;
	margin-bottom:2.0rem;
	margin-left: 0rem;
	margin-right: 0rem;
}

section section p img {
	width:auto;
	padding:0px 4px 4px 4px;
	margin:0;
	background-color:transparent;
	vertical-align:middle;
}

img.block {
	display:block;
}

a {
	color: #003399;
}

a:hover {
	text-decoration: none;
	color: #FF6633;
}

table {
	border-collapse: collapse;
	border:2px solid #25b;
}

table tbody {
	max-width:100%;
}

table thead {
	background-color:#efefef;
}

table th {
	border:1px solid #25b;
	padding:0em;
	background-color:#e6e6e6;
}

table td {
	border:1px solid #25b;
	padding:0em;
}

table th p {
	font-size:1.5rem;
	line-height:1.6em;
	margin:1em;
	margin-bottom:1em;
}

table td p {
	font-size:1.5rem;
	line-height:1.6em;
	margin:1em;
	margin-bottom:1em;
}

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: 3.0rem;
  }
  section > ol.decimalEnclosedCircle {
	margin-left: 5.0rem;
  }
  ol.decimalEnclosedCircle > li {
	font-size: 1.5rem;
	line-height: 1.6em;
	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; /* サイトに合せて調整 */
}
p.l10 {

	margin-top:6.0rem;
	border:1px solid #666;
	border-radius:6px;
	padding:10px 20px 6px 20px;
	display:inline-block;
}

/*-------- テキスト位置指定クラス -----------*/

.start {        /* 左揃え（指定なし） */

}

.center {       /* 中央揃え */
	text-align:center;
}

.end {          /* 右揃え */
	text-align:end;
}

.justify {      /* 両端揃え */
	text-align:justify;
}

.distribute {   /* 均等割り付け */
	text-align:justify;
	text-justify:auto;
}


p.to-toc {

}
p.to-toc a {
    color: #fff;
    font-weight: normal;
    font-size:1.8rem;
   	position:fixed;
    right:20px;
    bottom:0px;
    background-color:rgba(0, 0, 0, 0.8);
    padding:10px 20px 6px 20px;
    border-radius:6px 6px 0 0;
    text-decoration:none;
    text-align:center;
}
p.to-toc a:hover {
    color: #fff;
	background-color:rgba(0, 102, 204, 0.8);
}

/* 目次リスト用 */

._11 {
	padding-left: 0;
	font-weight: bold;
}
._11 a {
	text-decoration: none;
}
._21 {
	padding-left: 1.0em;
}
._21 a {
	text-decoration: none;
}
._31 {
	padding-left: 2.0em;
}
._31 a {
	text-decoration: none;
}

/*-------------------------- レスポンシブ用CSS ここから ----------------------*/
@media screen and (max-width:640px) {
/* ↓ここに個別のスマホ用スタイルを指定 */

html {
	font-size: 62.5%;
	text-align: start !important;
}

body {
	font-family: 'メイリオ', 'Meiryo','YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ Ｐゴシック',sans-serif;
	color: #000;
	line-height: 1.6em;
	background-color: #fff;
	margin-bottom:120px;
	margin-left:2.0rem;
	margin-right:2.0rem;
}

h1, h2, h3, h4, h5, h6, .l7, .l8, .l9, p, ol, ul, img, table {
	margin-left:0rem;
	margin-right:0rem;
	width:auto;
}

h1, h2, h3, h4 {
	line-height: 1.5em;
}

h4, h5, h6 {
	font-size: 1.8rem;
	font-weight:bold;
	margin-top:3.0rem;
	margin-bottom: 2.0rem;
}

.l7, .l8, .l9 {
	font-size: 1.8rem;
	font-weight:bold;
	margin-top:3.0rem;
	margin-bottom: 2.0rem;
}

p, li {
	font-size: 1.8rem;
	line-height:1.6em;
}

img {
	max-width:100%;
}

section img {
	max-width:100%;
}

section section img {
	max-width:100%;
	padding:0px;
	margin-top:2.0rem;
	margin-bottom:2.0rem;
}

section section li img {
	max-width:100%;
	padding:0px;
	margin-top:2.0rem;
	margin-bottom:2.0rem;
	margin-left:0rem;
	margin-right:0rem;
	padding-left:0rem;
	padding-right:0rem;
}

section section p img {
	width:auto;
	padding:0px 4px 4px 4px;
	margin:0;
	background-color:transparent;
	vertical-align:middle;
}

strong {
	font-weight:bold;
}

section {
/*	width:100%;*/
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

table {
	max-width:900px;
}

table th p {
	font-size:1.5rem;
	line-height:1.5em;
	margin:0.6em;
	margin-bottom:0.4em;
}

table td p {
	font-size:1.5rem;
	line-height:1.5em;
	margin:0.6em;
	margin-bottom:0.4em;
}

ol.decimalEnclosedCircle {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0;

  }
  ol.aiueoFullWidth {

  }
  section > ol.decimalEnclosedCircle {
	margin-left: 0rem;
  }
  ol.decimalEnclosedCircle > li {
	font-size: 1.8rem;
	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;
}


/* ↑ここまでに個別のスマホ用スタイルを指定 */
}
/*-------------------------- レスポンシブ用CSS ここまで ----------------------*/


/*-------------------------- 印刷用CSS ここから ----------------------*/
@media print{


p.to-toc {
	display:none
}


  }
  /*-------------------------- 印刷用CSS ここまで ----------------------*/