@charset "utf-8";

/* pageTtl */
.pageTtl .breadcrumbs {
	background-color: #EEF1F5;
	padding: 0.5rem 0 0.3rem;
}
.pageTtl .breadcrumbs ul {
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 2.5rem;
	display: flex;
	font-size: 1.4rem;
}
.pageTtl .breadcrumbs li + li {
	margin-left: 0.5rem;
	padding-left: 2rem;
	position: relative;
}
.pageTtl .breadcrumbs li + li::before {
	content: "＞";
	position: absolute;
	top: 0;
	left: 0;
}
.pageTtl .mainTtl {
	padding: 3rem 0 2rem;
	border-bottom: solid 0.2rem #C9C9C9;
}
.pageTtl h1 {
	max-width: 1350px;
	margin: 0 auto;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.3;
}
.pageTtl h1 span {
	display: inline-block;
	padding: 0 6rem;
	position: relative;
}
.pageTtl h1 span::after {
	content: "";
	width: 100%;
	height: 0.2rem;
	background-color: #E50012;
	position: absolute;
	bottom: -2.2rem;
	left: 0;
}
@media screen and (max-width: 768px) {
	.pageTtl .breadcrumbs {
		padding: 0.8rem 0 0.5rem;
	}
	.pageTtl .breadcrumbs ul {
		max-width: 100%;
		padding: 0 2.5rem;
	}
	.pageTtl .breadcrumbs li + li {
		margin-left: 0.5rem;
		padding-left: 1.5rem;
		position: relative;
	}
	.pageTtl .mainTtl {
		padding: 3rem 0 2rem;
		border-bottom: solid 0.2rem #C9C9C9;
	}
	.pageTtl h1 {
		max-width: 100%;
	}
	.pageTtl h1 span {
		padding: 0 4rem;
	}
}

/* content */
.content .wrapper {
	padding: 7.5rem 0 4rem;
}
.content .contentTtl {
	font-size: 2.5rem;
	line-height: 1.4;
}
.content .box {
	padding: 4.5rem;
	border: solid 2px #E6E6E6;
	width: 100%;
	font-size: 1.4rem;
	line-height: 2.1;
}
.content .box .name {
	margin-top: 1rem;
	text-align: right;
}
.content .box > p + p {
	margin-top: 4rem;
}
.content .box dl {
	margin-top: 5rem;
}
.content .box p + dl {
	margin-top: 4rem;
}
.content .box dl dt {
	font-weight: bold;
}
.content .box a {
	text-decoration: underline;
}
.content .box .note {
	margin-top: 1.5rem;
}
/* listA */
.content .box ul.listA li {
	display: flex;
}
.content .box ul.listA li span {
	display: block;
}
.content .box ul.listA li span:first-child {
	width: 1.5em;
	flex-shrink: 0;
}
.content .box ul.listA li span:last-child {
	-ms-flex: 0 1 auto;
}
/* listB */
.content .box ul.listB li {
	display: flex;
}
.content .box ul.listB li span {
	display: block;
}
.content .box ul.listB li span:first-child {
	width: 1.2em;
	flex-shrink: 0;
}
.content .box ul.listB li span:last-child {
	-ms-flex: 0 1 auto;
}
/* listC */
.content .box ul.listC li {
	display: flex;
}
.content .box ul.listC li span {
	display: block;
}
.content .box ul.listC li span:first-child {
	width: 3em;
	flex-shrink: 0;
}
.content .box ul.listC li span:last-child {
	-ms-flex: 0 1 auto;
}
/* tblA */
.content .box .tblA {
	width: 100%;
	background: #F5F5F5;
	table-layout: fixed;
}
.content .box .tblA th {
	border: solid 1px #000;
	padding: 1.2rem 2rem;
	text-align: left;
	background: #535351;
	color: #fff;
	font-weight: normal;
}
.content .box .tblA th:nth-child(1),
.content .box .tblA th:nth-child(2) {
	border-right: solid 1px #fff;
}
.content .box .tblA th:nth-child(1) {
	width: 8.1%;
	text-align: center;
}
.content .box .tblA th:nth-child(2) {
	width: 65.5%;
}
.content .box .tblA th:nth-child(3) {
	width: 25.9%;
}
.content .box .tblA td {
	border: solid 1px #000;
	padding: 3rem 2rem;
}
/* tblB */
.content .box .tblB {
	width: 100%;
	border: solid 1px #000;
	background: #F5F5F5;
	table-layout: fixed;
}
.content .box .tblB td {
	width: 50%;
	vertical-align: top;
}
.content .box .tblB td > p {
	padding: 1.2rem 2rem;
	background: #535351;
	color: #fff;
	border-left: solid 1px #535351;
}
.content .box .tblB td > p.line {
	border-right: solid 1px #fff;
}
.content .box .tblB td > ul {
	padding: 3rem 2rem;
	line-height: 2.5;
}
.content .box .tblB td:nth-child(1) > ul {
	border-right: solid 1px #000;
}
/* sec01 */
.content .sec01 .listA {
	margin-top: 3rem;
}
/* sec02 */
.content .sec02 .tblB {
	margin-top: 4rem;
}
/* sec04 */
.content .sec04 ul,
.content .sec04 dl,
.content .sec04 p + dl {
	margin-top: 0;
}
.content .sec04 dl dt {
	font-weight: normal;
}
.content .sec04 dl dd {
	padding-left: 2em;
}
.content .sec04 > dd > ul > li + li {
	margin-top: 3rem;
}
/* sec07 */
.content .sec07 ul,
.content .sec07 dl,
.content .sec07 p + dl {
	margin-top: 0;
}
.content .sec07 dl dd {
	padding-left: 2em;
}
.content .sec07 dl dd dl dd {
	padding-left: 0;
}
.content .sec07 > dd > ul > li + li {
	margin-top: 3rem;
}
/* sec09 */
.content .sec09 dl dt {
	font-weight: normal;
}
.content .sec09 dd dl dd {
	padding-left: 2.5em;
}
/* sec10 */
.content .sec10 dl,
.content .sec10 p + dl {
	margin-top: 2rem;
}
.content .sec10 dl dt {
	font-weight: normal;
}
.content .sec10 dl dd {
	padding-left: 2em;
}
@media screen and (max-width: 768px) {
	.content .wrapper {
		padding: 10rem 0 4rem;
	}
	.content .contentTtl {
		line-height: 1.8;
	}
	.content .box {
		padding: 4rem 2.7rem 5rem;
		font-size: 2.3rem;
		line-height: 1.9;
	}
	.content .box .name {
		text-align: left;
	}
	/* tblA */
	.content .box .tblA td:nth-child(1) {
		padding: 0;
		text-align: center;
	}
	/* tblB */
	.content .box .tblB td {
		display: block;
		width: 100%;
	}
	.content .box .tblB td > p,
	.content .box .tblB td > p.line {
		border: none;
	}
	.content .box .tblB td > ul {
		line-height: 1.9;
	}
	.content .box .tblB td:nth-child(2) > ul {
		border: none;
	}
}

/* pagetop */
#pagetop {
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	width: 6rem;
}
@media screen and (max-width: 768px) {
	#pagetop {
		right: 1rem;
		bottom: 1rem;
	}
}