#pankuzu {
	width: 100%;
	max-width: 1440px;
	margin: 80px auto 0;
	padding: 0;
}

#pankuzu ul {
	width: 100%;
	margin: 0 auto 0;
	padding: 20px 0 0 40px;
	list-style: none;
}

#pankuzu li {
	display: inline-block;
	font-size: 14px;
}

#pankuzu li a {
	color: #2170c6;
	text-decoration: none;
}

#pankuzu li:first-child::before {
	content: "　";
	background: url(icons/ic_home.svg) no-repeat center left;
	background-size: 18px 18px;
	padding: 0 5px 0 0
}

#pankuzu li:before {
	content: "　";
	background: url(icons/ic_arrow.svg) no-repeat center left;
	background-size: 18px 18px;
	padding: 0 5px 0 0
}

.content {
	width: 100%;
	max-width: 1440px;
	margin: 0px auto 0;
}

.content.fit {
	width: 100%;
	max-width: none;
	margin: 30px auto 0;
	background: rgba(0, 0, 0, 0.08)
}

.content .box2 {
	  background: rgba(255, 255, 255, 0.9);
	  padding: 20px;
	  margin: 30px 0 30px 0;
	  border-radius: 20px;
	  box-shadow: 0px 10px 20px rgba(71, 78, 158, 0.1);
	}

.pic-frame {
	width: 100%;
	display: block;
	margin: 40px auto 40px;
	width: 100%;
	text-align: center;
}

.pic-frame img {
	width: 80%;
	max-width: 500px;
	display: block;
	margin: 0 auto 0;
	text-align: center;
}

.box2 table {
	border: solid 1px #ddd;
}

.box2 th {
	border: none;
	vertical-align: middle;
	padding: 8px;
	font-size: 13px;
	background: #eee;
	color: #555;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
}
.box2 td {
	border: none;
	vertical-align: middle;
	padding: 8px;
	font-size: 13px;
	color: #555;
	border-bottom: solid 1px #ddd;
}

.box2 table tr:nth-child(odd) {
	background: #fff;
}


.box2 td:first-child {
	text-align: center;
	width: 160px;
}


.top-col {
	padding: 0 20px 20px 20px;
}

.top-col h3 {
	padding: 10px 0 15px 0;
	margin: 0 0 20px 0;
	font-size: 18px;
	border-bottom: solid 8px #eee;
}

.top-col h4 {
	padding: 20px 0 10px 0;
	margin: 0;
	font-size: 15px;
	/* border-bottom: solid 2px #eee; */
}

.top-col p {
	padding: 0;
	margin: 0px 0px;
	font-size: 15px;
	color: #555
}

.top-col p.small {
	padding: 0;
	margin: 10px 0px;
	font-size: 13px;
	color: #555;
}

.top-col a {
	text-decoration: none;
	color: #2170c6;
}

.pdf::before {
	content: "";
	background: url(icons/ic_ex.svg) no-repeat left -2px;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
	margin: 0 6px 0 0;
}