@charset "UTF-8";
/* --------------------------- */
/* PC and Mobile */
/* --------------------------- */
/*TEXT
	--------------------------------- */
/* H1 */
.entryArea h1,
#editor-input-content h1,
#mceTemplatePreview h1,
.heading01 {
	font-weight: normal;
	line-height: 1.35;
	letter-spacing: -0.015em;
	margin: 0;
}

/* H2 */
.entryArea h2,
#editor-input-content h2,
#mceTemplatePreview h2,
.heading02 {
	color: #003c6e;
	font-size: 22px;
	font-size: 2.2rem;
	padding: 0 0 12px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	border-bottom: 2px solid #003c6e;
}

/* H3 */
.entryArea h3,
#editor-input-content h3,
#mceTemplatePreview h3,
.heading03 {
	color: #434851;
	font-size: 20px;
	font-size: 2rem;
	margin: 70px 0 0;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.015em;
	padding: 13px 20px;
	background-color: #f0f5fa;
}
.entryArea h3 + .tableScroll01,
.entryArea h3 + .table01,
#editor-input-content h3 + .tableScroll01,
#editor-input-content h3 + .table01,
#mceTemplatePreview h3 + .tableScroll01,
#mceTemplatePreview h3 + .table01,
.heading03 + .tableScroll01,
.heading03 + .table01 {
	margin-top: 15px;
}

/* H4 */
.entryArea h4,
#editor-input-content h4,
#mceTemplatePreview h4,
.heading04 {
	color: #434851;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 70px 0 0;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.015em;
}

/* small */
.entryArea small,
#editor-input-content small,
#mceTemplatePreview small,
.small {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 42px 0 0;
	line-height: 1.8;
	letter-spacing: 0.025em;
	display: block;
}

/* annotation */
.entryArea .annotation,
#editor-input-content .annotation,
#mceTemplatePreview .annotation,
.annotation {
	color: #6e6e7d;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 36px 0 0;
	line-height: 1.8;
	letter-spacing: 0.025em;
	display: block;
}

/* blockquote */
blockquote {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 48px 0 0;
	line-height: 1.8;
	letter-spacing: 0.025em;
	padding: 60px 40px;
	display: block;
	position: relative;
	background-color: #f0f5fa;
}
blockquote:before,
blockquote:after {
	content: "";
	width: 35px;
	height: 22px;
	background-repeat: no-repeat;
	background-size: 35px auto;
	position: absolute;
	margin: 20px;
}
blockquote:before {
	background-image: url(/common/img/ico_blockquote01.svg);
	top: 0;
	left: 0;
}
blockquote:after {
	background-image: url(/common/img/ico_blockquote02.svg);
	bottom: 0;
	right: 0;
}

/* リード文 */
.lead01 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 60px 0 48px;
	line-height: 1.5;
	letter-spacing: 0.015em;
	color: #2d5a9b;
}

.lead02 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 60px 0 48px;
	line-height: 1.5;
	letter-spacing: 0.015em;
	color: #949494;
}

.icoQ {
	position: relative;
	padding-left: 1.3em;
}
.icoQ:before {
	content: "Q.";
	font-weight: normal;
	color: #a0a5b4;
	position: absolute;
	left: 0;
}

.icoA {
	position: relative;
	padding-left: 1.7em;
}
.icoA:before {
	content: "A.";
	font-weight: normal;
	color: #a0a5b4;
	position: absolute;
	left: 0.2em;
}

/* リスト
	--------------------------------- */
/* ul01 */
.entryArea ul,
#editor-input-content ul,
#mceTemplatePreview ul,
table ul,
.listType01 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.entryArea ul li,
#editor-input-content ul li,
#mceTemplatePreview ul li,
table ul li,
.listType01 li {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 24px 0 0;
	padding: 0 0 0 34px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.025em;
	position: relative;
}
.entryArea ul li:before,
#editor-input-content ul li:before,
#mceTemplatePreview ul li:before,
table ul li:before,
.listType01 li:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 5px;
	position: absolute;
	top: 9px;
	left: 7px;
	border: 1px solid #a0a5b4;
	box-sizing: border-box;
}
.entryArea ul li ul,
#editor-input-content ul li ul,
#mceTemplatePreview ul li ul,
table ul li ul,
.listType01 li ul {
	padding-left: 10px;
}
.entryArea ul li li,
#editor-input-content ul li li,
#mceTemplatePreview ul li li,
table ul li li,
.listType01 li li {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 24px 0 0;
}
.entryArea ul li li:before,
#editor-input-content ul li li:before,
#mceTemplatePreview ul li li:before,
table ul li li:before,
.listType01 li li:before {
	top: 7px;
}

/* ul02 */
.entryArea :not(pre) ol,
#editor-input-content ol,
#mceTemplatePreview ol,
.listType02 {
	list-style: decimal;
	margin: 0;
	padding: 0;
	counter-reset: section;
}
.entryArea :not(pre) ol li,
#editor-input-content ol li,
#mceTemplatePreview ol li,
.listType02 li {
	list-style: none;
	font-size: 18px;
	font-size: 1.8rem;
	margin: 24px 0 0;
	padding: 0 0 0 34px;
	line-height: 1.5;
	letter-spacing: 0.025em;
	position: relative;
}
.entryArea :not(pre) ol li:before,
#editor-input-content ol li:before,
#mceTemplatePreview ol li:before,
.listType02 li:before {
	content: counters(section, "-") ". ";
	counter-increment: section;
	position: absolute;
	top: 0;
	left: 0;
}
.entryArea ol li ol,
#editor-input-content ol li ol,
#mceTemplatePreview ol li ol,
.listType02 li ol {
	padding-left: 0;
}
.entryArea ol li li,
#editor-input-content ol li li,
#mceTemplatePreview ol li li,
.listType02 li li {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 24px 0 0;
	padding: 0 0 0 35px;
}

/* ul03 */
.entryArea ul.listType03,
#editor-input-content ul.listType03,
#mceTemplatePreview ul.listType03,
.listType03 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.entryArea ul.listType03 li,
#editor-input-content ul.listType03 li,
#mceTemplatePreview ul.listType03 li,
.listType03 li {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.025em;
	margin: 20px 0 0 0;
	padding: 0 0 0 30px;
	position: relative;
}
.entryArea ul.listType03 li:before,
#editor-input-content ul.listType03 li:before,
#mceTemplatePreview ul.listType03 li:before,
.listType03 li:before {
	display: none;
}
.entryArea ul.listType03 i,
#editor-input-content ul.listType03 i,
#mceTemplatePreview ul.listType03 i,
.listType03 i {
	font-style: normal;
	position: absolute;
	top: 0;
	left: 0;
}

/* リンクリスト */
.entryArea ul.listLink01,
#editor-input-content ul.listLink01,
#mceTemplatePreview ul.listLink01,
.listLink01 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.entryArea ul.listLink01 li,
#editor-input-content ul.listLink01 li,
#mceTemplatePreview ul.listLink01 li,
.listLink01 li {
	line-height: 1.8;
	margin: 15px 0 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #d7dce1;
}
.entryArea ul.listLink01 li:before,
#editor-input-content ul.listLink01 li:before,
#mceTemplatePreview ul.listLink01 li:before,
.listLink01 li:before {
	display: none;
}

/* リンクリスト */
.entryArea ul.listLink02,
#editor-input-content ul.listLink02,
#mceTemplatePreview ul.listLink02,
.listLink02 {
	list-style: none;
	margin: 30px 0 0;
	font-size: 0;
	border: 1px solid #d7dce1;
}
.entryArea ul.listLink02 li,
#editor-input-content ul.listLink02 li,
#mceTemplatePreview ul.listLink02 li,
.listLink02 li {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
	margin: 10px 0 0;
	padding: 0;
	display: inline-block;
}
.entryArea ul.listLink02 li:before,
#editor-input-content ul.listLink02 li:before,
#mceTemplatePreview ul.listLink02 li:before,
.listLink02 li:before {
	display: none;
}
.entryArea ul.listLink02 li:after,
#editor-input-content ul.listLink02 li:after,
#mceTemplatePreview ul.listLink02 li:after,
.listLink02 li:after {
	content: "|";
	margin: 0 15px;
	color: #d7dce1;
}

/* table
	--------------------------------- */
.entryArea table,
#editor-input-content table,
#mceTemplatePreview table,
.table01 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	word-break: break-all;
	table-layout: fixed;
	box-sizing: border-box;
	margin-top: 30px;
}
.entryArea table thead,
#editor-input-content table thead,
#mceTemplatePreview table thead,
.table01 thead {
	background-color: #f0f5fa;
}
.entryArea table th,
.entryArea table td,
#editor-input-content table th,
#editor-input-content table td,
#mceTemplatePreview table th,
#mceTemplatePreview table td,
.table01 th,
.table01 td {
	border: 1px solid #d7dce1;
	padding: 18px 22px;
	vertical-align: top;
}
.entryArea table th *,
.entryArea table td *,
#editor-input-content table th *,
#editor-input-content table td *,
#mceTemplatePreview table th *,
#mceTemplatePreview table td *,
.table01 th *,
.table01 td * {
	line-height: 1.5;
	margin: 24px 0 0 0;
}
.entryArea table th *:first-child,
.entryArea table td *:first-child,
#editor-input-content table th *:first-child,
#editor-input-content table td *:first-child,
#mceTemplatePreview table th *:first-child,
#mceTemplatePreview table td *:first-child,
.table01 th *:first-child,
.table01 td *:first-child {
	margin-top: 0;
}
.entryArea table th ul ul:first-child,
.entryArea table th ul ol:first-child,
.entryArea table th ol ol:first-child,
.entryArea table th ol ul:first-child,
.entryArea table td ul ul:first-child,
.entryArea table td ul ol:first-child,
.entryArea table td ol ol:first-child,
.entryArea table td ol ul:first-child,
#editor-input-content table th ul ul:first-child,
#editor-input-content table th ul ol:first-child,
#editor-input-content table th ol ol:first-child,
#editor-input-content table th ol ul:first-child,
#editor-input-content table td ul ul:first-child,
#editor-input-content table td ul ol:first-child,
#editor-input-content table td ol ol:first-child,
#editor-input-content table td ol ul:first-child,
#mceTemplatePreview table th ul ul:first-child,
#mceTemplatePreview table th ul ol:first-child,
#mceTemplatePreview table th ol ol:first-child,
#mceTemplatePreview table th ol ul:first-child,
#mceTemplatePreview table td ul ul:first-child,
#mceTemplatePreview table td ul ol:first-child,
#mceTemplatePreview table td ol ol:first-child,
#mceTemplatePreview table td ol ul:first-child,
.table01 th ul ul:first-child,
.table01 th ul ol:first-child,
.table01 th ol ol:first-child,
.table01 th ol ul:first-child,
.table01 td ul ul:first-child,
.table01 td ul ol:first-child,
.table01 td ol ol:first-child,
.table01 td ol ul:first-child {
	margin-top: 20px;
}
.entryArea table th,
#editor-input-content table th,
#mceTemplatePreview table th,
.table01 th {
	background-color: #f0f5fa;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

.table02 {
	line-height: 1.5;
	word-break: break-all;
	table-layout: fixed;
	box-sizing: border-box;
	margin-top: 30px;
}
.table02 th {
	font-weight: bold;
	vertical-align: top;
	padding: 0 0 1em;
}
.table02 td {
	vertical-align: top;
	padding: 0 0 1em 1em;
}

.entryArea table.tableSmall,
#editor-input-content table.tableSmall,
#mceTemplatePreview table.tableSmall,
.tableSmall {
	font-size: 12px;
	font-size: 1.2rem;
}
.entryArea table.tableSmall th,
.entryArea table.tableSmall td,
#editor-input-content table.tableSmall th,
#editor-input-content table.tableSmall td,
#mceTemplatePreview table.tableSmall th,
#mceTemplatePreview table.tableSmall td,
.tableSmall th,
.tableSmall td {
	padding: 12px 14px;
}
.entryArea table.tableSmall th *,
.entryArea table.tableSmall td *,
#editor-input-content table.tableSmall th *,
#editor-input-content table.tableSmall td *,
#mceTemplatePreview table.tableSmall th *,
#mceTemplatePreview table.tableSmall td *,
.tableSmall th *,
.tableSmall td * {
	font-size: inherit;
	line-height: 1.3;
}
.entryArea table.tableSmall th li,
.entryArea table.tableSmall td li,
#editor-input-content table.tableSmall th li,
#editor-input-content table.tableSmall td li,
#mceTemplatePreview table.tableSmall th li,
#mceTemplatePreview table.tableSmall td li,
.tableSmall th li,
.tableSmall td li {
	padding-left: 25px;
}

.tableNum thead th {
	text-align: center;
}

.tableNum td {
	text-align: right;
}

table .num {
	text-align: right;
}

@media screen and (max-width: 541px) {
	/* ---------------------------*/
	/* Tablet */
	/* --------------------------- */
	/*TEXT
	--------------------------------- */
	/* H1 */
	.entryArea h1,
	#editor-input-content h1,
	#mceTemplatePreview h1,
	.heading01 {
		font-size: 25px;
		font-size: 2.5rem;
	}
	/* H2 */
	.entryArea h2,
	#editor-input-content h2,
	#mceTemplatePreview h2,
	.heading02 {
		margin: 60px 0 0;
	}
	/* リスト
	--------------------------------- */
	/* リンクリスト */
	.entryArea ul.listLink02,
	#editor-input-content ul.listLink02,
	#mceTemplatePreview ul.listLink02,
	.listLink02 {
		padding: 5px 15px 15px;
	}
	/* table
	--------------------------------- */
	/* SPでスクロールするテーブル */
	.tableScroll01 {
		overflow-x: auto;
	}
	.tableScroll01::-webkit-scrollbar {
		height: 5px;
	}
	.tableScroll01::-webkit-scrollbar-track {
		background: transparent;
	}
	.tableScroll01::-webkit-scrollbar-thumb {
		background: #a0a5b4;
	}
	.tableScroll01 table {
		white-space: nowrap;
	}
	.table02 {
		display: block;
	}
	.table02 th {
		display: block;
		width: auto;
		padding: 0;
	}
	.table02 td {
		display: block;
		padding: 0 0 1em;
	}
}

@media print, screen and (min-width: 542px) {
	/* --------------------------- */
	/* PC */
	/* --------------------------- */
	/*TEXT
	--------------------------------- */
	/* H1 */
	.entryArea h1,
	#editor-input-content h1,
	#mceTemplatePreview h1,
	.heading01 {
		font-size: 30px;
		font-size: 3rem;
	}
	/* H2 */
	.entryArea h2,
	#editor-input-content h2,
	#mceTemplatePreview h2,
	.heading02 {
		margin: 84px 0 0;
	}
	/* リスト
	--------------------------------- */
	/* リンクリスト */
	.entryArea ul.listLink02,
	#editor-input-content ul.listLink02,
	#mceTemplatePreview ul.listLink02,
	.listLink02 {
		padding: 5px 30px 15px;
	}
	/* table
	--------------------------------- */
	.entryArea table,
	#editor-input-content table,
	#mceTemplatePreview table,
	.table01,
	.table02 {
		width: 100%;
	}
	.table02 th {
		width: 17%;
	}
}
