html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, l, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: inherit;
}

.txt {
	line-height: 1.8;
}
.txt-xl {
	font-size: 1.8rem;
	line-height: 1.4;
}
.txt-ll {
	font-size: 1.3rem;
	line-height: 1.65;
}
.txt-l, .title-color, .title-bold, .title-main {
	font-size: 1.0365rem;
}
.txt-s {
	font-size: 0.8rem;
}
.txt-xs {
	font-size: 0.65rem;
}

.title {
	line-height: 1.4;
}
.title-main {
	background-color: #EB5C46;
	color: #fff;
	padding: 0.8rem 1.0365rem;
}
.title-bold {
	font-weight: bold;
}
.title-color {
	color: #EB5C46;
	font-weight: bold;
}
.title-pochi {
	position: relative;
	padding-left: 1.0365rem;
	line-height: 1.4;
}
.title-pochi:before {
	content: "";
	background-color: #EB5C46;
	display: inline-block;
	width: 1em;
	height: 1em;
	border-radius: 1.1em;
	vertical-align: middle;
	-webkit-transform: scale(0.5);
	        transform: scale(0.5);
	margin-right: 0.4rem;
	position: absolute;
	left: 0;
	top: 0.2em;
}

.contents.-kenkou {
	padding-top: 9vw;
}

.grapharea-main {
	padding: 1em;
	background-color: #fff;
	margin-bottom: 1.5em;
	border-radius: 6px;
}

.chart {
	height: 500px;
}

.nav-span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1em;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 2em;
}
.nav-span a {
	font-size: 0.9em;
	line-height: 1;
	padding: 0.6em;
	position: relative;
}
.nav-span a:after {
	content: "";
	width: 100%;
	height: 4px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	background-color: #EB5C46;
	border-radius: 12px;
	opacity: 0;
}
.nav-span a.--active:after {
	opacity: 1;
}

ul.nav-pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2em;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
ul.nav-pager .nav-pager-link {
	position: relative;
}
ul.nav-pager .nav-pager-link.--prev {
	padding-left: 1.3em;
}
ul.nav-pager .nav-pager-link.--prev:after {
	position: absolute;
	content: "";
	display: block;
	width: 0.6em;
	height: 0.6em;
	top: 50%;
	left: 0;
	background-image: url(../img/i-arr4.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	-webkit-transform: translateY(-48%) rotate(-180deg);
	        transform: translateY(-48%) rotate(-180deg);
}
ul.nav-pager .nav-pager-link.--next {
	padding-right: 1.3em;
}
ul.nav-pager .nav-pager-link.--next:after {
	position: absolute;
	content: "";
	display: block;
	width: 0.6em;
	height: 0.6em;
	top: 50%;
	right: 0;
	background-image: url(../img/i-arr4.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
	-webkit-transform: translateY(-48%);
	        transform: translateY(-48%);
}
/*# sourceMappingURL=kenkou.css.map */