<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.wrapper_duo li,.wrapper_trio li{
	text-align: left;
}
.fixed_ratio .frame_1{
	text-align: left;
	&amp; img{width: 85%;}
}
.headquarters{
	li:nth-of-type(n+2){text-align: center;}
}
.btdld{
	width: 50%;
}
.btlnk{
	margin-bottom: 10px;
	border-radius: 20px;
	width: 50%;
}
.btleft{
	margin: inherit;
}
.ichinoseki{
	&amp; h3{
		background-color: #ECEE49;
		color: orangered;}
	&amp; .gridbox p:nth-of-type(1){
		background-color: #ECEE49;
		color: orangered;}
}
.morioka{
	&amp; h3{
		background-color: #F65027;
		color: white;}
	&amp; .gridbox p:nth-of-type(1){
		background-color: #F65027;
		color: white;}
}
.kitakami{
	&amp; h3{
		background-color: #FC8299;
		color: lightgreen;}
	&amp; .gridbox p:nth-of-type(1){
		background-color: #FC8299;
		color: lightgreen;}
}
.kamaishi{
	&amp; h3{
		background-color: #2EEAF6;
		color: darkblue;}
	&amp; .gridbox p:nth-of-type(1){
		background-color: #2EEAF6;
		color: darkblue;}
}
.miyako{
	&amp; h3{
		background-color: #F9C900;
		color: orangered;}
	&amp; .gridbox p:nth-of-type(1){
		font-weight: bold;
		background-color: #F9C900;
		color: orangered;color: red;}
}
.ninohe{
	&amp; h3{
		background-color: #62FF72;
		color: darkgreen;}
	&amp; .gridbox p:nth-of-type(1){
		background-color: #62FF72;
		color: darkgreen;}
}
.gridbox p:nth-of-type(1){
	margin: 5px auto 0;
	border-radius: 10px;
	padding-top: 3px;
	text-align: center;
	box-shadow: none;
	font-weight: bold;
}
.gridbox p:nth-of-type(2){
	text-align: center;
	font-weight: bold;
}
.gridbox p:nth-of-type(3),.gridbox p:nth-of-type(4){
	text-align: left;
	font-size: 14px;
}@media print, screen and (min-width:767px) {
	.gridbox p:nth-of-type(3),.gridbox p:nth-of-type(4){
		font-size: 11px;
	}
}
.grid .gridbox img{
	float: left;
	width: 24%;
	margin-right: 3px;
}</pre></body></html>