@charset "UTF-8";
/* CSS Document */
h2 {
	color: #00913a;
	border-bottom: solid 2px #00913a;
}
h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #ffffff;
	background-color: #00913a;
	padding: 0.25em 1em;
}
h4{
	font-size: 1.2em;
	line-height: 1.5em;
    color: #00913a;
}
.Signature{
    display: flex;
    height: 5em;
    width: auto;
    aspect-ratio: 140/45;
    margin-left: auto;
    background: url("../images/profile/health_signature.png") no-repeat center center;
    background-size: contain;
    text-indent: -999em ;
}
.PageContents figure{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column;
    gap:2em;
    padding: 1em 6em 1em 3em;
}
br.Tab{
		display: none;
	}
p.indent{
  padding-left: 1em;
}
@media screen and (max-width: 999px) {
	
	br.Tab{
		display: block;
	}
}