@charset 'utf-8';


.articlebody {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	padding-top: 10px;
	font-size: 1.2em;
	line-height: 1.8;
	overflow: hidden;
}

@media only screen and (min-width: 769px) {

	.articlebody {
		padding: 50px;
		padding-top: 20px;
		font-size: 1.4em;
	}
}


.blockheader h1 {
	font-size: .75em;
	color: currentColor;
}


.articlebody h2 {
	font-size: 1.4em;
	line-height: 1.5;
	margin: 0 0 1em 0;
}

.articlebody h3 {
	font-size: 1.3em;
	line-height: 1.5;
	margin: 0 0 1em 0;
}

.articlebody h4 {
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0 0 1em 0;
}

.articlebody h5 {
	font-size: 1.1em;
	line-height: 1.6;
	margin: 0 0 1em 0;
}

.articlebody h6 {
	font-size: 1em;
	line-height: 1.6;
	margin: 0 0 1em 0;
}

.articlebody li h2,
.articlebody li h3,
.articlebody li h4,
.articlebody li h5,
.articlebody li h6 {
	margin: 0;
}

.articlebody p:not(:last-child) {
	margin-bottom: 2em;
}

.articlebody p.lead {
	font-size: 1.2em;
	line-height: 1.6;
}

.articlebody li p {
	margin: 0 !important;
}

.articlebody div:not(:last-child) {
	margin-bottom: 2em;
}




.articlebody ul,
.articlebody ol {
	margin-left: 2em;
}

.articlebody ul:not(:last-child),
.articlebody ol:not(:last-child) {
	margin-bottom: 2em;
}

.articlebody li:not(:last-child) {
	margin-bottom: .3em;
}

.articlebody ol li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}

.articlebody ol li:before {
	content: counter(cnt) '.';
	display: inline-block;
	margin-left: -2.5em;
	width: 2em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

.articlebody li li {
	list-style-type: none;
	counter-increment: childcnt;
	position: relative;
}

.articlebody li li:before {
	content: '[' counter(childcnt) ']';
	display: inline-block;
	margin-left: -2.5em;
	width: 2em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}


.articlebody .lower-alpha {
	list-style-type: lower-alpha;
}

.articlebody .lower-alpha li {
	counter-increment: alpha;
}

.articlebody .lower-alpha li:before {
	content: counter(alpha, lower-alpha) '.';
}


.articlebody .katakana-iroha {
	list-style-type: katakana-iroha;
}

.articlebody .katakana-iroha > li {
	counter-increment: iroha;
}

.articlebody .katakana-iroha > li:before {
	content: counter(iroha, katakana-iroha) '. ';
}


.articlebody .decimal-circle {
	list-style: none;
}

.articlebody .decimal-circle > li {
	counter-increment: circlenum;
}

.articlebody .decimal-circle > li:before {
	content: counter(circlenum);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.2em;
	height: 1.2em;
	margin-top: .55em;
	margin-left: -2em;
	border: .05em solid;
	border-radius: 50%;
	font-size: .8em;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}


.articlebody.decimal .sect {
	counter-increment: sectnum;
}

.articlebody.decimal .sect .heading {
	position: relative;
}

.articlebody.decimal .sect .heading:before {
	content: counter(sectnum) '.';
	width: 2em;
	text-align: right;
	position: absolute;
	top: 0;
	left: -1em;
}

.articlebody.decimal .sect .heading {
	padding-left: 1.2em;
	position: relative;
}

.articlebody.decimal .sect .sentence {
	padding-left: 1.6em;
}



.articlebody .frame {
	padding: 1.5em;
	background: #ebf0f4;
}


.articlebody .addr .head {
	margin-bottom: .5em;
	font-size: 1.3em;
	line-height: 1.5;
}

.articlebody .addr p {
	margin-bottom: 0;
	font-size: .9em;
	line-height: 1.5;
}

.articlebody .addr p span {
	display: inline-block;
}

.articlebody .addr .name {
	font-size: 1.1em;
	font-weight: 700;
}

.articlebody .addr .time {
	margin-bottom: .5em;
}

.articlebody a[target="_blank"]:after {
	display: inline-block;
	content: '\f109';
	margin-left: .3em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
}



.articlebody .signature {
	text-align: right;
}

.articlebody .signature p {
	margin-bottom: 0;
	font-size: .9em;
	line-height: 1.5;
}

.articlebody .signature strong {
	font-size: 1.25em;
}


.articlebody .revision {
	text-align: right;
}

.articlebody .revision ul {
	list-style: none;
	margin: 0;
}

.articlebody .revision li {
	margin: 0;
	font-size: .9em;
	line-height: 1.4;
}


.action-plan .sentence:not(:last-child) {
	margin-bottom: 1.5em;
}

.action-plan .chapter {
	counter-increment: chapternum;
}

.action-plan .chapter:not(:last-child) {
	margin-bottom: 1.5em;
}

.action-plan .chapter h2 {
	padding-left: 1.2em;
	font-size: 1.2em;
	position: relative;
}

.action-plan .chapter h2:before {
	content: counter(chapternum) '.';
	width: 2em;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
}

.action-plan .chapter h2:not(:last-child) {
	padding-bottom: .5em;
}

.action-plan .chapter h3 {
	margin-bottom: .2em;
	padding-bottom: .2em;
/* 	border-bottom: 1px solid; */
}

.action-plan .chapter h4 {
	margin-bottom: .2em;
	padding-bottom: .2em;
	border-bottom: 1px solid;
	font-size: 1em;
}

.action-plan .chapter p:not(:last-child) {
	margin-bottom: 1em;
}

.action-plan .chapter .sect {
	color: #484848;
	font-size: .9em;
}

.action-plan .chapter .sect:not(:last-child) {
	margin-bottom: 1.5em;
}

.action-plan .chapter .sect .table {
}

.action-plan .chapter .sect .table p span {
	display: block;
}

.action-plan .chapter .sect .table p span:first-child {
	font-weight: 700;
}

@media only screen and (min-width: 769px) {

	.action-plan {
		font-size: 1.7em;
	}

	.action-plan .chapter .sect {
		padding-bottom: 1em;
		border-bottom: 1px solid;
	}

	.action-plan .chapter .sect .columns {
		display: flex;
	}

	.action-plan .chapter .sect .columns .column:first-child {
		padding-right: 2em;
		white-space: nowrap;
	}

	.action-plan .chapter .sect .columns .column {
		 margin-bottom: 0;
	}

	.action-plan .chapter .sect .columns .column h3 {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	.action-plan .chapter .sect .table {
		display: table;
	}

	.action-plan .chapter .sect .table > p {
		display: table-row;
	}

	.action-plan .chapter .sect .table > p > span {
		display: table-cell;
		padding: .2em;
	}

	.action-plan .chapter .sect .table > p > span:first-child {
		padding-right: 1em;
		white-space: nowrap;
	}
}
