body #hd {
	background-color: #fff;
}
body #pti {
	display: none;
}


article.type-page, .site {
	margin-bottom: 0;
}
.entry-content {
	margin-top: 0;
}
.entry-content > .limitWidth {
	width: 100%;
	max-width: none;
}
.entry-footer {
	display: none;
}

#keeper {
	letter-spacing: 0.5px;
}
#keeper .mainv {
	margin-bottom: 0;
}
#keeper .mainv img {
	display: block;
	width: 100%;
}

#keeper .contents {
	width: calc(100% - 40px);
	max-width: 1020px;
	margin: 0 auto;
}
.ctr {
	text-align: center;
}
#keeper h2.ctr {
	margin-bottom: 60px;
}
#keeper h2.ctr > span {
	display: inline-block;
	background: linear-gradient(0deg, #FFF100 40%, transparent 0);
}
@media screen and (max-width: 940px) {
	#keeper h2.ctr {
		margin-bottom: 50px;
		font-size: 20pt;
	}
}
@media screen and (max-width: 860px) {
	#keeper h2.ctr {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 640px) {
	#keeper h2.ctr {
		font-size: 18pt;
	}
}
@media screen and (max-width: 480px) {
	#keeper .contents {
		width: calc(100% - 20px);
	}
	#keeper h2.ctr {
		margin-bottom: 30px;
		line-height: 140%;
	}
	#keeper h2.ctr > span {
		display: inline;
		background: linear-gradient(0deg, #FFF100 8px, transparent 0);
	}
}

.inbl {
	display: inline-block;
}
.rgt {
	text-align: right;
}
.sml {
	font-size: 9pt;
	line-height: 1.6;
}
h3 .sml {
	display: inline-block;
}
.blk0 {
	background-color: #efefef;
	padding: 40px 60px;
	margin-bottom: 5rem;
}
@media screen and (max-width: 940px) {
	.blk0 {
		margin-bottom: 3rem;
		padding: 40px;
	}
}
@media screen and (max-width: 640px) {
	.blk0 {
		padding: 30px 20px;
	}
}
@media screen and (max-width: 480px) {
	.blk0 {
		margin-bottom: 2rem;
		padding: 30px 14px;
	}
	.sml.rgt {
		margin-bottom: 5px;
	}
}

#keeper header {
	position: relative;
	border-top: solid 4px;
}
#keeper header.blk1 {
	background-color: #edf6ec;
	border-top-color: #00a040;
}
#keeper header.blk2 {
	background-color: #faf8ef;
	border-top-color: #4c4942;
}
#keeper header.blk3 {
	background-color: #fff9b1;
	border-top-color: #f8b700;
}
#keeper header.blk4 {
	background-color: #e2edf4;
	border-top-color: #00608c;	
}
#keeper header .ttl {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding: 40px 60px;
}
#keeper header .ttl figure {
	margin: 0;
}
#keeper header .ttl figure.logo {
	margin-right: 30px;
	width: 36%;
}
#keeper header .ttl figure.meter {
	width: 24%;
}
#keeper header .ttl figure img {
	display: block;
	width: 100%;
}
#keeper header .jizoku .inr {
	padding: 24px 40px;
}
#keeper header.blk1 .jizoku {
	background-color: #C7E7EC;
}
#keeper header.blk1 .jizoku .inr {
	background: linear-gradient(105deg, #00A040 50%, transparent 0);
}
#keeper header.blk2 .jizoku {
	background-color: #C0A447;
	background-image: url(/keeper/img/bg_keeper-kikagaku.png);
	background-position: center right;
	background-size: auto 100%;
}
#keeper header.blk2 .jizoku .inr {
	background: linear-gradient(105deg, #4C4942 50%, transparent 0);
}
#keeper header.blk3 .jizoku {
	background-color: #FFF100;
}
#keeper header.blk3 .jizoku .inr {
	background: linear-gradient(105deg, #F8B700 50%, transparent 0);
}
#keeper header.blk4 .jizoku {
	background-color: #009DC9;
	background-image: url(/keeper/img/bg_keeper-kikagaku.png);
	background-position: center right;
	background-size: auto 100%;
}
#keeper header.blk4 .jizoku .inr {
	background: linear-gradient(105deg, #005982 50%, transparent 0);
}
#keeper header .jizoku h4 {
	color: #fff;
	font-size: 14pt;
	margin-bottom: 0;
}
#keeper header .jizoku p {
	color: #fff;
	font-size: 11pt;
	margin-bottom: 0;
}
#keeper header .ph {
	position: absolute;
	top: 50%;
	right: 0;
	margin-bottom: 0;
	height: 120%;
	transform: translateY(-50%);
}
#keeper header.blk2 .ph {
	height: 96%;
}
#keeper header .ph img {
	display: block;
	width: auto;
	height: 100%;
}
@media screen and (max-width: 900px) {
	#keeper header .ttl {
		display: block;
	}
	#keeper header .ttl figure.logo {
		display: block;
		margin: 0 auto 90px;
		width: 340px;
	}
	#keeper header.blk2 .ttl figure.logo {
		margin-bottom: 40px;
	}
	#keeper header .ttl figure.meter {
		width: 40%;
	}
	#keeper header .ph {
		top: auto;
		bottom: -40px;
		transform: none;
		height: auto;
		width: 64%;
	}
	#keeper header.blk2 .ph {
		height: auto;
	}
	#keeper header .ph img {
		width: 100%;
		height: auto;
	}
	#keeper header .jizoku h4 {
		margin-bottom: 2px;
		font-size: 12pt;
	}
	#keeper header .jizoku p {
		width: 44%;
		font-size: 9pt;
		line-height: 130%;
	}
}
@media screen and (max-width: 740px) {
	#keeper header .ttl figure.logo {
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 640px) {
	#keeper header .ph {
		top: 240px;
		bottom: auto;
		width: 54%;
	}
	#keeper header.blk1 .jizoku .inr {
		background: linear-gradient(105deg, #00A040 73%, transparent 0);
	}
	#keeper header.blk2 .jizoku .inr {
		background: linear-gradient(105deg, #4C4942 73%, transparent 0);
	}
	#keeper header.blk3 .jizoku .inr {
		background: linear-gradient(105deg, #F8B700 73%, transparent 0);
	}
	#keeper header.blk4 .jizoku .inr {
		background: linear-gradient(105deg, #005982 73%, transparent 0);
	}

	#keeper header .jizoku h4,
	#keeper header .jizoku p {
		width: 72%;
	}
}
@media screen and (max-width: 580px) {
	#keeper header .ttl {
		padding: 30px 24px;
	}
	#keeper header .ttl figure.logo {
		margin-bottom: 30px;
		width: 280px;
	}
	#keeper header .ttl figure.meter {
		width: 48%;
	}
	#keeper header .ph {
		top: 210px;
		width: 54%;
	}
	#keeper header.blk2 .ph {
		top: 240px;
	}
}
@media screen and (max-width: 480px) {
	#keeper header .ttl {
		padding: 30px 24px;
	}
	#keeper header .jizoku .inr {
		padding: 14px 20px;
	}
	#keeper header.blk1 .jizoku .inr {
		background: linear-gradient(105deg, #00A040 80%, transparent 0);
	}
	#keeper header.blk2 .jizoku .inr {
		background: linear-gradient(105deg, #4C4942 80%, transparent 0);
	}
	#keeper header.blk3 .jizoku .inr {
		background: linear-gradient(105deg, #F8B700 80%, transparent 0);
	}
	#keeper header.blk4 .jizoku .inr {
		background: linear-gradient(105deg, #005982 80%, transparent 0);
	}

	#keeper header .jizoku h4,
	#keeper header .jizoku p {
		width: 82%;
	}
}
@media screen and (max-width: 440px) {
	#keeper header .ttl figure.logo {
		width: 240px;
	}
	#keeper header .ph {
		top: 190px;
	}
}

.blkg {
	background-color: #efefef;
	padding: 40px 60px;
	margin-bottom: 50px;
}
.blk4 + .blkg {
	margin-bottom: 30px;
}
.blkg h3 {
	margin-bottom: 6px;
	font-size: 16pt;
}
.blkg h3 + p {
	margin: 0;
}
@media screen and (max-width: 840px) {
	.blkg {
		padding: 40px;
	}
}
@media screen and (max-width: 640px) {
	.blkg {
		padding: 30px 20px;
	}
	.blkg h3 {
		font-size: 14pt;
	}
}
@media screen and (max-width: 480px) {
	.blkg {
		margin-bottom: 30px;
		padding: 24px 16px;
	}
}

p {
	font-size: 11pt;
	line-height: 1.8;
	margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
	p {
		font-size: 10.5pt;
		line-height: 160%;
	}
}

h4.tab {
	box-sizing: border-box;
	margin-bottom: 0;
	color: #fff;
	font-size: 11pt;
	line-height: 1;
	font-weight: bold;
	width: 12em;
	padding: 0.75em 0 0.3em;
	text-align: center;
}
.tab1 {
	background-color: #00a040;
}
.tab2 {
	background-color: #4c4942;
}
.tab3 {
	background-color: #f8b700;
}
.tab4 {
	background-color: #00608c;
}
@media screen and (max-width: 480px) {
	h4.tab {
		font-size: 10pt;
	}
}

table.nobd {
	font-size: 10pt;
	line-height: 1.6;
	border-collapse: collapse;
	width: 100%;
	margin: 30px 0 0.2rem;
}
table.nobd th {
	text-align: left;
	background-color: #c7e7ec;
	border-bottom: solid 1px #ccc;
	border-left: none;
	border-right: none;
	padding: 6px 20px;
}
.blk2 + .blkg table.nobd th {
	background-color: #ECEBE1;
}
.blk3 + .blkg table.nobd th {
	background-color: #FEF0D8;
}
.blk4 + .blkg table.nobd th {
	background-color: #CDE6F4;
}
table.nobd th:first-child {
	border-right: 1px dashed #ccc;
	width: 10em;
}
table.nobd td.cmn {
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	border-left: 1px dashed #ccc;
	border-right: none;
	width: 8em;
	padding: 6px 20px;
	text-align: right;
}
table.nobd td.cmn.main {
	width: 7.5em;
	font-size: 14pt;
}
table.nobd th + td.cmn {
	border-left: none;
}
table.nobd td.blankcell {
	border-bottom: solid 1px #ccc;
	border: none;
	padding: 6px 2px;
    text-align: center;
}
@media screen and (max-width: 840px) {
	table.nobd th:first-child {
		width: 9em;
	}
	table.nobd td.cmn.main {
		font-size: 11pt;
	}
}
@media screen and (min-width: 768px) {
	table.nobd.onsp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	table.nobd.onpc {
		display: none;
	}
	table.nobd th:first-child {
		width: auto;
	}
}
@media screen and (max-width: 640px) {
	table.nobd th, table.nobd td.cmn {
		padding: 6px 10px;
	}
	table.nobd td.cmn {
		width: 6em;
	}
	table.nobd td.cmn.main {
		width: 6.5em;
	}
	table.nobd td.blankcell {
		font-size: 8pt;
	}
}
@media screen and (max-width: 480px) {
	table.nobd td.cmn {
		font-size: 9pt;
	}
	table.nobd th, table.nobd td.cmn {
		padding: 6px 6px 5px;
		line-height: 130%;
	}
	table.nobd td.cmn.main {
		font-size: 9pt;
	}
	table.nobd th small {
		letter-spacing: 0;
	}
	table.nobd td.blankcell {
		padding: 0 0 2px;
	}
}

#keeper .cols2 {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}
#keeper .cols2:not(:last-child) {
	margin-bottom: 40px;
}
#keeper .cols2 > div {
	float: none;
	width: calc(50% - 10px);
}
#keeper .cols2 > div:last-child {
	width: calc(50% - 20px);
}
@media screen and (max-width: 860px) {
	#keeper .cols2 {
		display: block;
	}
	#keeper .cols2 > div:first-child, #keeper .cols2 > div:last-child {
		width: 100%;
	}
	#keeper .cols2 > div:first-child {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 480px) {
	#keeper .cols2:not(:last-child) {
		margin-bottom: 30px;
	}
	#keeper .cols2 > div:first-child {
		margin-bottom: 10px;
	}
}

#keeper .blk0 .cols2 > div:first-child {
	padding-top: 5px;
}
#keeper .blk0 .cols2 h3 {
	margin-bottom: 12px;
	font-size: 18pt;
	line-height: 100%;
}
#keeper .blk0 .cols2 p {
	margin-bottom: 0;
}
#keeper .blk0 .cols2 img {
	display: block;
	width: 100%;
}
#keeper .blk0 .cols2 > div:first-child img {
	margin-top: 2px;
}
@media screen and (max-width: 940px) {
	#keeper .blk0 .cols2 h3 {
		margin-bottom: 7px;
		font-size: 16pt;
	}
}
@media screen and (max-width: 860px) {
	#keeper .blk0 .cols2 > div:first-child img {
		margin-top: 0;
		max-width: 480px;
	}
}
@media screen and (max-width: 640px) {
	#keeper .blk0 .cols2 h3 {
		margin-bottom: 7px;
		font-size: 14pt;
	}
}

.withimg {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}
.withimg figure {
	flex-shrink: 0;
	width: 320px;
	margin-right: 14px;
	margin-bottom: 0;
}
.withimg figure img {
	display: block;
	width: 100%;
}
.withimg > div {
	padding-top: 4px;
}
@media screen and (max-width: 900px) {
	.withimg {
		flex-direction: column-reverse;
		align-items: center;
	}
	.withimg > div {
		margin-bottom: 20px;
		padding-top: 0;
	}
	.withimg figure {
		margin-right: 0;
		width: 100%;
		max-width: 360px;
	}
}

ul.chart {
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	margin: 15px 0 0;
	padding: 0;
}
ul.chart li {
	position: relative;
	width: calc((100% - 80px) / 5 - 0.1px);
}
ul.chart li figure {
	position: relative;
	margin-bottom: 5px;
	width: 100%;
}
ul.chart li:not(:last-child) figure:after {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(100% + -6px);
	box-sizing: border-box;
	display: block;
	width: 14px;
	height: 14px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg) translatey(-50%);
}
ul.chart li p {
	margin: 0;
	font-size: 10pt;
	line-height: 150%;
}
@media screen and (max-width: 960px) {
	ul.chart li p br {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	ul.chart {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	ul.chart li {
		margin-right: 20px;
		width: calc((100% - 40px) / 3 - 0.1px);
	}
}
@media screen and (max-width: 640px) {
	ul.chart {
		padding-right: 10px;
	}
}
@media screen and (max-width: 767px) and (min-width: 481px) {
	ul.chart li:nth-child(3) {
		margin-right: 0;
	}
	ul.chart li:not(:nth-last-child(-n + 2)) {
		margin-bottom: 14px;
	}
}
@media screen and (max-width: 480px) {
	ul.chart {
		padding-right: 12px;
	}
	ul.chart li {
		width: calc((100% - 20px) / 2 - 0.1px);
	}
	ul.chart li:nth-child(2n) {
		margin-right: 0;
	}
	ul.chart li:not(:last-child) {
		margin-bottom: 14px;
	}
}

.certificate {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #EFEFEF;
	padding: 14px 20px;
}
.certificate h3 {
	flex-shrink: 0;
	margin: 0;
	margin-right: 30px;
	width: 22em;
	font-size: 11pt;
	font-weight: normal;
	line-height: 140%;
}
.certificate p {
	margin: 0;
	font-size: 10pt;
	line-height: 160%;
}
@media screen and (max-width: 840px) {
	.certificate {
		display: block;
	}
	.certificate h3 {
		margin: 0 0 8px;
		width: 100%;
		font-weight: bold;
	}
}
@media screen and (max-width: 480px) {
	.certificate {
		padding: 20px 16px;
	}
}