table td {
	border: none!important;
	font-size: 14px!important;
	padding: 1px!important;
	margin: 0!important;
}

.inner {
	width: 96%;
	max-width: 966px;
	margin: 0 auto;
	background-color: #FFF;
	padding-top: 90px;
	padding-bottom: 1px;
	text-align: left;
	color: #000;
}
.inner h2 {
	font-size: 34px;
	font-family: Shin Go Medium;
	letter-spacing: 0.02em;
	margin-bottom: 6px!important;
	color: #01624f;
	text-align: center;
	
	display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.inner h3 {
	font-size: 22px;
	font-family: Clarimo UD PE Bold Italic;
	letter-spacing: 0.02em;
	margin-bottom: 64px;
	color: #01624f!important;
	text-align: center;
}
.inner h4 {
	font-size: 21px;
	font-family: Shin Go Medium;
	letter-spacing: 0.02em;
	margin-bottom: 30px;
	color: #01624f;
}
.inner h4 span {
	padding-bottom: 5px;
	border-bottom: 5px solid #01624f;
}
.inner h5 {
	font-size: 12px;
	line-height: 2;
	font-family: Shin Go Regular;
	margin-bottom: 20px!important;
	letter-spacing: 0.02em;
}
.inner h5 br { display: none }
.inner h5 span {
	font-size: 16px;
	padding: 10px 1.5em;
	border-radius: 20px;
	background-color: #ccc;
	font-family: Shin Go Medium;
	margin-right: 16px;
}
@media screen and (max-width: 768px) {
.inner h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
.inner h3 {
	font-size: 18px;
}
.inner h4 {
	font-size: 16px;
}
.inner h4 span {
	border-bottom: 2px solid #01624f;
}
.inner h5 {
	font-size: 9px;
	margin-bottom: 14px;
}
.inner h5 br { display: block}
.inner h5 span {
	font-size: 12px;
	padding: 6px 1.5em;
}
}

.txt_area {
	width: 90%;
	max-width: 820px;
	margin: 0 auto;
}
.txt_area img {
	width: 100%;
	margin-bottom: 70px;
}
.txt_area .cap {
	font-size: 13px;
	text-align: right;
	margin-bottom: 170px;
}
.txt_area .cap br { display: none }

@media screen and (max-width: 768px) {
.txt_area img {
	margin-bottom: 34px;
}
.txt_area .cap {
	font-size: 9px;
	line-height: 1.4;
}
.txt_area .cap br { display: block }

}

/*-----------------------------------
グラフ　
-----------------------------------*/
.graph  {
	border-bottom: solid 1px #ccc;
	letter-spacing: 0.08em;
	margin-bottom: 170px;
}
.graph ul {
    display:flex;
    flex-wrap:wrap;
	border-top: solid 1px #ccc;
}
.graph li {
	width: 70%;
	padding: 35px 0;
	border-bottom: solid 1px #ccc;
}
.graph li:nth-last-child(-n+2) {
	border-bottom: 0;
}
.g_midashi {
	width:  30%!important;
	font-weight:500;
}

/*幅640px以下の場合*/
@media screen and (max-width: 640px) {
.graph li {
	width: 100%;
	padding: 10px;
}
.g_midashi {
	width:  100%!important;
	background-color:#EEE;
}
}















