@charset "UTF-8";

.hpf-head-1 {
	background: #ff985a;
	color: #fff;
	text-align: center;
	font-size: 3rem;
	font-size: 30px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
.hpf-head-2 {
	background: #004fa2;
	color: #fff;
	height: 26px;
	line-height: 26px;
	/* max-width: 220px; */
	text-align: center;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
.hpf-head-3 {
	background: #898989;
	color: #fff;
	/* height: 26px;
	line-height: 26px; */
	/* max-width: 220px; */
	/* text-align: center; */
	font-size: 1.8rem;
	font-size: 18px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	padding: 0 2em;
}
.hpf-head-4 {
	color: #00a000;
	font-size: 1.4rem;
	font-size: 14px;
	text-decoration: underline;
}
@media (max-width: 959px) {
	.hpf-head-1 {
		font-size: 2rem;
		font-size: 20px;
	}
}

.hpf-box {
	background: #fff;
	border: 1px solid #231815;
}
.hpf-box-head {
	background: #e9eaea;
	border-bottom: 1px solid #231815;
	text-align: center;
	min-height: 44px;
	padding: 10px 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	/* overflow: hidden; */
	word-break: break-all;
}
.hpf-box-head p {
	font-size: 1.7rem;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	vertical-align: middle;
}
.hpf-box-head span {
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
}
.hpf-box-head-e {
	background: #e9eaea;
	border-bottom: 1px solid #231815;
	text-align: center;
	min-height: 44px;
	padding: 10px 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	/* overflow: hidden; */
	word-break: break-all;
}
.hpf-box-head-e p {
	font-size: 1.4rem;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	vertical-align: middle;
}
.hpf-box-head-e span {
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
}
.hpf-box-body {
	padding: 15px 0 0;
	position: relative;
}
.hpf-box-foot {
	padding: 10px .5em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}
.hpf-box-foot-h {
	padding: 10px .5em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	height: 130px;
}
.hpf-box-foot-m {
	padding: 20px .5em 20px;
	display: flex;
	/* align-items: center; */
	justify-content: center;
	text-align: left;
	height: 65px;
}
.hpf-box-foot p,
.hpf-box-foot-h p,
.hpf-box-foot-m p {
	font-weight: normal;
	line-height: 1.2;
	vertical-align: middle;
}
@media (max-width: 959px) {
	.hpf-box-foot-h,
	.hpf-box-foot-m {
		height: inherit;
	}
}

/* table-hpf ------------------- */
.table-hpf {
	margin-bottom: 0;
}

.table-hpf th {
	padding: 2px 1em;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background: #2aa738;
	color: #fff;
	border: 3px solid #898989;
}
.table-hpf td {
	vertical-align: middle;
	padding: 15px 1.5em;
	border: 3px solid #898989;
	height: 150px;
}
.table-hpf td.request {
	text-align: center;
	background: #cee895;
	width: 30%;
}
.table-hpf td span {
	font-weight: bold;
	color: #e4007f;
}

/* 丸数字リスト */
ol.list-table-hpf  {
	margin: 0;
	padding: 0;
}
ol.list-table-hpf li  {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 1.3em;
	text-indent: -1.3em;
	font-size: 1.7rem;
	font-size: 17px;
	line-height: 2;
}
@media (max-width: 959px) {
	.table-hpf td.request,
	.table-hpf td.answer {
		white-space: nowrap;
	}
	.table-hpf th {
		padding: 2px 1em;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.table-hpf td {
		vertical-align: middle;
		padding: 15px 1.5em;
		font-size: 13px;
		font-size: 1.3rem;
		height: inherit;
	}
	ol.list-table-hpf li  {
		padding-left: 1.3em;
		text-indent: -1.3em;
		font-size: 1.3rem;
		font-size: 13px;
		line-height: 2;
	}
}

/* ページ内リンク位置調整 */
#avdown { margin-top: -120px; padding-top: 120px; }
#filkopad { margin-top: -70px; padding-top: 70px; }
@media (max-width: 959px) {
	#avdown { margin-top: -60px; padding-top: 60px; }
	#filkopad { margin-top: -10px; padding-top: 10px; }
}
