@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, 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;
	box-sizing: border-box;
}
i {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}

/*/////////////////////////////////////////////////////////////////*/
/* 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;
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding:0 6.0rem;
}

.italic-font {
	font-family: 'Yu Gothic','Times New Roman','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3' !important;
}

section > section > section {
	border-bottom: 1px #aaa dotted;
	padding-bottom: 50px;
	margin-bottom: 24px;
}

section > section > section > section {
	border-bottom: 0;
}

span > span {
	/* display: inline-block; */
	width:0;
	height: 1em;
	padding-top:24px;
}

span > span::before {
    display: block;
    height: 7rem;
    margin-top: -7rem;
    content: "";
}

h1, h2, h3, h4, h5, h6, .l7, .l8, .l9, p, ol, ul, img, table {
	margin-left:0;
	margin-right:0;
	max-width:900px;
}

h1, h2, h3, h4 {
	line-height: 1.4em;
	padding-top:2.0rem;
	padding-bottom:1.0rem;
	display: block;
}

h1 {
	font-size: 2.1rem;
	font-weight:normal;
	color:rgb(41, 67, 119);
	margin-top:4.0rem;
	margin-bottom: 2.0rem;

}

section:first-child h1 {
	margin-top:10px;
	padding-top:10px;
}

h2 {
	font-size: 1.9rem;
	border-left:10px solid #06c;
	margin-top:3.0rem;
	margin-bottom: 2.0rem;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:6px;
}

h3 {
	font-size: 1.8rem;
	font-weight:bold;
	padding: 10px 10px 6px;
	margin-top:1.0rem;
	margin-bottom: 1.0rem;
	color:#666;
}

h4, h5, h6 {
	font-weight:bold;
	margin-top:3.0rem;
	margin-bottom: 1.0rem;
}
h4 {
	font-size: 1.6rem;
	padding: 12px 4px 0;
	margin-top:1.0rem;
	margin-bottom: 1.0rem;
	border-bottom: 1px solid #ccc;

}
h3>span {
	padding-top:40px;

}
h5 {
	font-size: 1.5rem;
	padding: 12px 10px 0;
	margin-top:1.0rem;
	margin-bottom: 1.0rem;
}

.l7, .l8, .l9 {
	font-size: 1.6rem;
	font-weight:bold;
	margin-top:3.0rem;
	margin-bottom: 2.0rem;
}

p {
	margin-top:0;
	margin-bottom: 1.5rem;
	color:#000;
	padding-left: 2.0rem;
	padding-right: 2.0rem;
}
#toc {
	margin:30px 0;
	padding:30px 0;
}

.toc-heading {
	font-size: 1.9rem;
}

ul {
	margin-top:2.0rem;
	margin-bottom:3.0rem;
	list-style-type: disc;
	margin-left:1.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:0;
	margin-left:0;
	margin-right:0;
}

li ul li {
	margin-top:1.0rem;
	margin-bottom:1.5rem;
	margin-left:0;
	margin-right:0;
}

ol {
	margin-top:2.0rem;
	margin-bottom:3.0rem;
	list-style-type: decimal;
	margin-left:1.0rem;
}

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:0;
	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:0;
	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:0;
	margin-top:2.0rem;
	margin-bottom:2.0rem;
	margin-left: 0;
	margin-right: 0;
}

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;
	text-decoration: none;
	border-bottom: #003399 dotted 1px;
}

a:hover {
	text-decoration: none;
	color: #FF6633 !important;
}

table {
	border-collapse: collapse;
	border:2px solid #aaa;
	background-color: #fff;
}

table tbody {
	max-width:100%;
}

table thead {
	background-color:#f9f9f9;
}

table th {
	border:1px solid #aaa;
	padding:0;
	background-color:#e6e6e6;
}

table td {
	border:1px solid #aaa;
	padding:0;
}

table th p {
	margin:1em;
}

table td p {
	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;
}

.help-active {
	background-color: #fff;
	border:0;
	border-radius: 10px;
	margin: 10px 0 30px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	transition: box-shadow 0.5s;
}
.help-active h3 {
	padding: 16px 10px 14px;
	/* background-color: #fff; */
	color: #000;
	border-radius: 10px;
	font-size:18px;
}
.help-active h3::before {
	content: '▶';
	color:#f60;
	margin-right:6px;
}

/* 外部リンク（別ウィンドウ） */

.external-link::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 4px;
	margin-bottom: 2px;
	background-image: url(/img/common_img/common-icon-window-open.png);
	background-size: contain;
	vertical-align: middle;
}


/*-------- テキスト位置指定クラス -----------*/

.start {        /* 左揃え（指定なし） */

}

.center {       /* 中央揃え */
	text-align:center;
}

.end {          /* 右揃え */
	text-align:end;
}

.justify {      /* 両端揃え */
	text-align:justify;
}

.distribute {   /* 均等割り付け */
	text-align:justify;
	text-justify:auto;
}

.help-cmd {
	background-color: #666;
	color: #fff;
	padding: 4px 10px 2px;
	display:inline-block;
	border-radius: 4px;
	margin-left: 10px;
}

/*-------------------------- レスポンシブ用CSS ここから ----------------------*/
@media screen and (max-width:640px) {
/* ↓ここに個別のスマホ用スタイルを指定 */

html {
	font-size: 62.5%;
}

body {
	/* font-size: 1.6rem; */
	font-size: 1.5rem;
	line-height: 1.6em;
	padding:0 2.0rem;
	word-break: break-word;
}

h1, h2, h3, h4, h5, h6, .l7, .l8, .l9, p, img, table {
	margin-left:0;
	margin-right:0;
	width:auto;

}
ol, ul{
	width:auto;

}
h1, h2, h3, h4 {
	line-height: 1.5em;
}
h1 {
	font-size: 1.2rem;
	color: #666;
	font-weight: 400;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 1.4rem;
	width:100%;
	margin: 40px 0;
	padding: 10px 1.0rem 6px;
	background-color: #333;
	color: #fff;
	border: 0;
	text-align: center;
	border-radius: 9999px;
}

h4, h5, h6 {
	font-size: 1.6rem;
	font-weight:bold;
	margin:1.0rem 2.0rem;
}
h5 {
	font-size: 1.5rem;
	font-weight:bold;
	margin-top:1.0rem;
	margin-bottom: 1.0rem;
}

.l7, .l8, .l9 {
	font-size: 1.6rem;
	font-weight:bold;
	margin-top:3.0rem;
	margin-bottom: 1.0rem;
}

p, li {

}

img {
	max-width:100%;
}

section img {
	max-width:100%;
}

section section img {
	max-width:100%;
	padding:0;
	margin-top:2.0rem;
	margin-bottom:2.0rem;
}

section section li img {
	max-width:100%;
	padding:0;
	margin:2.0rem 0;
	padding-left:0;
	padding-right:0;
}

section section p img {
	width:auto;
	padding:0px 4px 4px 4px;
	margin:0;
	background-color:transparent;
	vertical-align:middle;
}

strong {
	font-weight:bold;
}

section section {
/*	width:100%;*/
	/* overflow-x: auto;
	-webkit-overflow-scrolling: touch; */
}

table {
	max-width:900px;
	margin: 2.0rem;
}

table thead td p {
	margin:0.6em;
	margin-bottom:0.4em;
	padding-left: 0;
	padding-right: 0;
}

table td p {
	margin:0.6em 0.6em 0.4em ;
	padding-left: 0;
	padding-right: 0;
}


body>section {
	padding-bottom: 1300px;
}


/* ↑ここまでに個別のスマホ用スタイルを指定 */
}
/*-------------------------- レスポンシブ用CSS ここまで ----------------------*/