<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media (max-width:580px) {
	.fix {
		width: calc(100% - 20px);
	}
}
#wrapper .vaccine-contents h1 {
	text-align: center;
	margin-bottom: 0;
	font-size: 90px;
	font-weight: 800;
}
#wrapper .vaccine-contents h1 img {
	display: inline-block;
	width: 3em;
	max-width: 270px;
	height: auto;
	margin-right: .1em;
	vertical-align: -.15em;
}
@media (max-width:840px) {
	#wrapper .vaccine-contents h1 {
		font-size: 82px;
	}
}
@media (max-width:768px) {
	#wrapper .vaccine-contents h1 {
		font-size: 64px;
	}
}
@media (max-width:580px) {
	#wrapper .vaccine-contents h1 {
		font-size: 10vw;
	}
}
.vaccine-contents .application-date {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
}
.vaccine-contents .application-date span,
.vaccine-contents .application-date time {
	display: block;
	box-sizing: border-box;
}
.vaccine-contents .application-date span {
	padding: 0 .5em;
	line-height: 1.8em;
	background: #0069ba;
	color: #fff;
}
.vaccine-contents .application-date time {
	padding: 0 .5em;
	line-height: 1.8em;
	border: 1px solid #0069ba;
}
@media (max-width:580px) {
	.vaccine-contents .application-date {
		font-size: 3vw;
	}
}
.vaccine-contents .mv {
	margin-bottom: 20px;
}
.vaccine-contents .mv img {
	display: block;
	width: 100%;
	height: auto;
}
.vaccine-contents .text-contents p {
	margin-bottom: 1em;
	font-size: 20px;
	line-height: 1.8em;
}
.vaccine-contents .text-contents p em,
.vaccine-contents .text-contents p strong {
	font-style: normal;
	font-weight: normal;
}
body.add-style .vaccine-contents .text-contents p em {
	color: #aa1818;
	font-style: normal;
	font-weight: 600;
}
body.add-style .vaccine-contents .text-contents p strong {
	background: rgb(247,113,107);
background: linear-gradient(0deg, rgba(247,113,107,0.39959733893557425) 0%, rgba(247,113,107,0.39959733893557425) 25%, rgba(255,255,255,1) 26%);
}
@media (max-width:580px) {
	.vaccine-contents .text-contents p {
		font-size: 16px;
		line-height: 1.6em;
	}
}
.ph ul {
	list-style: none;
}
.txt-cnt h2 {
	position: relative;
	margin-bottom: 20px;
	border-bottom: 4px solid #57070f;
	font-size: 40px;
}
.txt-cnt h2:before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 25%;
	height: 4px;
	background: #D61226;
}
.txt-cnt h2 img {
	display: inline-block;
	vertical-align: baseline;
}
.txt-cnt h2 small {
	font-size: .8em;
}
@media (max-width:580px) {
	.txt-cnt h2 {
		font-size: 20px;
	}
	#wrapper .txt-cnt h2 img {
		width: 3em;
	}
}
#history dl {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 0 20px;
	padding: 40px;
	background: #e8f3fa;
	font-size: 20px;
}
#history dl dt,
#history dl dd {
	box-sizing: border-box;
}
#history dl dt {
	position: relative;
	width: 8em;
	padding: 10px 1em 10px 0;
	text-align: right;
	color: #2976a5;
}
#history dl dt:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -7px;
	width: 8px;
	height: 8px;
	border: 2px solid #aacfe6;
	background: #e8f3fa;
	border-radius: 50%;
	transform: translateY(-50%);
	z-index: 100;
}
#history dl dd {
	position: relative;
	width: calc(100% - 8em);
	padding: 10px 20px;
}
#history dl dd:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #aacfe6;
	z-index: 1;
}
#history dl dd.first:before {
	height: calc(100% - (10px + .5em));
	top:auto;
	bottom: 0;
}
#history dl dd.last:before {
	height: calc((10px + .5em));
}
@media (max-width:580px) {
	#history dl {
		padding: 10px;
		font-size: 16px;
	}
	#history dl dt,
	#history dl dd {
		width: 100%;
	}
	#history dl dt {
		padding: 0;
		text-align: left;
		padding-left: 0;
	}
	#history dl dt:before {
		display: none;
	}
	#history dl dd.first:before,
	#history dl dd.last:before {
		height: 100%;
	}
	#history dl dd {
		padding: 5px 0 10px 20px;
	}
	#history dl dd:before {
		left: 6px;
	}
}
#state figure {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #ddd;
	box-shadow: 0 5px 10px -5px rgba(0,0,0,.2);
}
#state figure figcaption {
	width: 100%;
	margin-bottom: 5px;
	font-size: 14px;
}
#state figure.col3 {
	justify-content: space-between;
}
#state figure img {
	display: block;
	height: auto;
}
#state figure.col3 img {
	width: 33%;
}
.figure-group {
	display: flex;
	align-items: flex-start;
}
#state figure.col1 {
	width: 32.75%;
	display: block;
}
#state figure.col1 img {
	width: 100%;
}
#state figure.col2 {
	width: 66.2%;
	margin-left: .55%;
	justify-content: space-between;
}
#state figure.col2 img {
	width: 49.5%;
}
@media (max-width:580px) {
	#state figure {
		display: block;	
		box-shadow: 0 5px 5px -5px rgba(0,0,0,.2);
	}
	#state figure img {
		display: block;
		margin-bottom: 10px;
	}
	#state figure.col3 img {
		width: 100%;
	}
	.figure-group {
		flex-wrap: wrap;
	}
	#state figure.col1,
	#state figure.col2 {
		width: 100%;
	}
	#state figure.col2 img {
		width: 100%;
	}
	#state figure img:last-child {
		margin-bottom: 0;
	}
}
#wrapper .btm-link {
	text-align: center;
	margin-bottom: 40px;
}
#wrapper .btm-link a {
	display: inline-block;
	padding: 10px 20px;
	border: 4px double #999;
	border-radius: 4px;
	text-decoration: none;
	color: #333;
	font-size: 22px;
	font-weight: 600;
	transition: all .3s ease-in-out;
}
#wrapper .btm-link a:hover {
	color: #133b68;
	box-shadow: 0 10px 10px -5px rgba(0,0,0,.2);
	border-color: #133b68;
}
#wrapper .btm-link a img {
	display: inline-block;
	vertical-align: baseline;
	width: 70px;
	height: auto;
	margin-right: 5px;
}
@media (max-width:580px) {
	#wrapper .btm-link a {
		font-size: 3.8vw;
		padding: 10px;
		box-shadow: 0 10px 10px -5px rgba(0,0,0,.2);
		border-color: #133b68;
	}
	#wrapper .btm-link a img {
		width: 3em;
	}
}</pre></body></html>