@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v7.1.0/css/all.css");

.pcview {
	display: block;
}

.spview {
	display: none;
}

@media only screen and (max-width: 768px) {
	.pcview {
		display: none;
	}

	.spview {
		display: block;
	}
}

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0.01em;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: rgba(180, 220, 240, 1);
	background-image: linear-gradient(180deg, rgba(180, 220, 240, 1), rgba(255, 255, 255, 1) 60%);
	background-attachment: fixed;
}

a {
	color: #036EB6;
}

a:hover {
	text-decoration: none;
}

img {
	vertical-align: middle;
	width: 100%;
}

a[href*="tel:"] {
	pointer-events: none;
}


header .header_inner {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 134px;
}

header .header_inner h1 {
	font-weight: 600;
	font-size: 4rem;
	letter-spacing: 0.02em;
	line-height: 1.2;
}

header .header_inner h1 span br {
	display: none;
}

header .header_inner h1 img {
	width: 100px;
	margin-right: 25px;
}

header .header_inner h1 a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.2s;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

header .header_inner h1 a:hover {
	opacity: 0.8;
}

header .sp_btn {
	display: none;
}

@media only screen and (max-width: 1000px) {
	header .header_inner h1 {
		font-size: 3.6rem;
	}
}

@media only screen and (max-width:768px) {
	header .header_inner {
		height: 80px;
	}

	header .header_inner h1 {
		font-size: 3rem;
	}

	header .header_inner h1 img {
		width: 55px;
		margin-right: 15px;
	}

	header .sp_btn {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		width: 50px;
		height: 50px;
		background: #009144;
		color: #fff;
		font-size: 1.1rem;
		padding-bottom: 4px;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		cursor: pointer;
	}
}

@media only screen and (max-width:620px) {
	header .header_inner h1 {
		font-size: 2.4rem;
	}

	header .header_inner h1 span br {
		display: block;
	}

}

header .sp_btn span:not(.txt) {
	position: absolute;
	width: 34px;
	height: 2px;
	background: #fff;
	transition: 0.2s;
	transform-origin: center center;
	border-radius: 20px;
}

header .sp_btn span:nth-of-type(1) {
	top: 8px;
	left: 8px;
}

header .sp_btn span:nth-of-type(2) {
	top: 17px;
	left: 8px;
}

header .sp_btn span:nth-of-type(3) {
	top: 26px;
	left: 8px;
}

#wrapper {
	width: 100%;
	max-width: 1140px;
	display: flex;
	margin: 0 auto 90px;
	padding: 0 15px;
	justify-content: space-between;
	align-items: flex-start;
}

.sidemenu {
	margin-right: 30px;
	flex-shrink: 0;
	width: 300px;
}

.contents {
	width: 100%;
}


@media only screen and (max-width: 1000px) {
	.sidemenu {
		width: 40%;
		flex-shrink: unset;
		margin-right: 20px;
	}
}

@media only screen and (max-width:768px) {
	#wrapper {

		margin: 0 auto 30px;
		flex-direction: column-reverse;
	}

	nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #009144;
		z-index: 9995;
		padding-top: 50px;
	}

	.sidemenu {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}
}




.sidemenu .nav li {
	text-align: left;
	line-height: 1.15;
	margin-bottom: 3px;
	height: 60px;
	overflow-wrap: anywhere;
	word-break: keep-all;
}

.sidemenu .nav li:last-child {
	margin-bottom: 0;
}

.sidemenu .nav li a {
	font-family: "M PLUS Rounded 1c", sans-serif;
	display: block;
	height: 100%;
	position: relative;
	padding: 0 15px;
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	background: #009144;
	transition: background 0.2s;
	display: flex;
	align-items: center;
	transform: rotate(0.03deg);
	justify-content: space-between;
}

.sidemenu .nav li:hover a {
	background: #036EB6;
}

.sidemenu .nav li.active a {
	background: #036EB6;
}

.sidemenu .nav li a::after {
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-size: 1em;
	font-weight: 900;
	margin-left: 1em;
}

@media only screen and (max-width: 1000px) {
	.sidemenu .nav li a {
		font-size: 1.6rem;
		padding: 0 10px;
	}
}

@media only screen and (max-width:768px) {
	.sidemenu .nav {
		overflow-y: auto;
		height: 100%;
		padding-bottom: 140px;
		position: relative;
	}

	.sidemenu .nav li {
		margin-bottom: 0;
		height: 44px;
	}

	.sidemenu .nav li.active a {
		background: #009144;
	}

}


.nav_bottom .link {
	margin-top: 30px;
}

.nav_bottom .link li {
	margin-bottom: 5px;
}

.nav_bottom .link li:last-child {
	margin-bottom: 0;
}

.nav_bottom .link img {
	width: 100%;
}

.nav_bottom .link li a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 2.2rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	height: 100%;
	display: flex;
	align-items: center;
	transform: rotate(0.03deg);
	height: 80px;
	transition: opacity 0.2s;
	padding: 0 15px;
	justify-content: center;
	line-height: 1.2;
}

.nav_bottom .link li.download a {
	background: #E2547F;
}

.nav_bottom .link li.download a::after {
	content: "\f56d";
	font-family: "Font Awesome 5 Free";
	font-size: 1.2em;
	color: #fff;
	font-weight: 700;
	margin-left: 0.5em;
}

.nav_bottom .link li.public a {
	background: #036EB6;
}

.nav_bottom .link li:hover a {
	opacity: 0.8;
}

.nav_bottom .banner {
	margin-top: 30px;
	width: 100%;
}

.nav_bottom .banner li {
	margin-bottom: 5px;
}

.nav_bottom .banner li a {
	display: block;
	transition: opacity 0.2s;
}

.nav_bottom .banner li a:hover {
	opacity: 0.8;
}

.nav_bottom .banner li:last-child {
	margin-bottom: 0;
}

.nav_bottom .banner img {
	width: 100%;
}

@media only screen and (max-width: 1000px) {
	.nav_bottom .link li a {
		font-size: 1.8rem;
		padding: 0 10px;
	}
}

@media only screen and (max-width: 768px) {
	.nav_bottom .link {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px 15px;
		flex-wrap: wrap;
		margin-top: 0;
	}

	.nav_bottom .link li {
		margin-bottom: 0;
		width: 280px;
	}

	.nav_bottom .link li a {
		font-size: 2rem;
	}

	.nav_bottom .banner {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px 15px;
		flex-wrap: wrap;
	}

	.nav_bottom .banner li {
		width: 280px;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 500px) {
	.nav_bottom .link {
		display: block;
	}

	.nav_bottom .link li {
		margin-bottom: 5px;
		width: 100%;
	}

	.nav_bottom .link li a {
		font-size: 2.2rem;
	}

	.nav_bottom .banner {
		display: block;
	}

	.nav_bottom .banner li {
		width: 100%;
		margin-bottom: 5px;
	}

}



footer {
	background: #C8FFDC;
	margin-top: auto;
}

footer .foot_inner {
	width: 100%;
	max-width: 1110px;
	display: flex;
	padding: 0 40px;
	margin: 50px auto;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 30px 10%;

}

footer .foot_inner>div:nth-of-type(1) {
	flex-shrink: 0;
}

footer .foot_inner .footer_head {
	background: #00823C;
	color: #fff;
	font-size: 1.6rem;
	width: max-content;
	line-height: 1;
	padding: 8px 1em 9px;
	font-weight: 600;
}

footer .foot_inner dl {
	margin-top: 10px;
	font-size: 1.6rem;
	line-height: 1.75;
}

footer .foot_inner dt {
	font-weight: 600;
}

footer .foot_inner dd p {
	overflow-wrap: anywhere;
	word-break: keep-all;
}

footer a[href*="tel:"] {
	color: inherit;
	text-decoration: none;
}

footer .copyright {
	background: #00823C;
	color: #fff;
	font-size: 1.6rem;
	padding: 1em 15px;
	text-align: center;
	line-height: 1;
	overflow-wrap: anywhere;
	word-break: keep-all;
}

@media only screen and (max-width: 768px) {
	footer .foot_inner {
		flex-wrap: wrap;
		padding: 0 15px;
		margin: 30px auto;
	}

	footer .copyright {
		font-size: 1.1rem;
		padding: 0.8em 15px;
		line-height: 1.4;
	}
}

#page_top {
	position: fixed;
	bottom: 30px;
	right: 40px;
	z-index: 999;
}

#page_top a {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #009144;
}

#page_top a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 15px;
	height: 15px;
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	transform: translate(-50%, -25%) rotate(45deg);
	transform-origin: center center;
}

@media only screen and (max-width:768px) {
	#page_top {
		right: 20px;
	}

	#page_top a::before {
		width: 15px;
		height: 15px;
	}

	#page_top a {
		width: 50px;
		height: 50px;
	}
}

/*top*/

.end_msg {
	margin-top: 30px;
	background: #C8FFDC;
	border: 4px solid #007800;
	padding: 15px 25px;
}

.end_msg p {
	font-size: 1.6rem;
	line-height: 2;
}

.end_msg p.text_right {
	text-align: right;
}

@media only screen and (max-width: 1000px) {
	.end_msg {
		padding: 15px 20px;
	}
}

.info {
	margin-top: 30px;
	background: #fff;
}

.info h2 {
	color: #fff;
	font-family: "M PLUS Rounded 1c";
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	padding: 2rem 25px;
	text-align: left;
	background: linear-gradient(-45deg, #00823c 25%, #009144 0, #009144 50%, #00823c 0, #00823c 75%, #009144 0);
	background-size: 20px 20px;
}

.info dl {
	width: 100%;
	height: 200px;
	line-height: 1;
	text-align: left;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #aaa #eee;
	padding: 0 25px;
	margin-top: 25px;
}

.info dl::-webkit-scrollbar {
	width: 8px;
}

.info dl::-webkit-scrollbar-track {
	background-color: #eee;
}

.info dl::-webkit-scrollbar-thumb {
	background-color: #aaa;
}

.info dl div {
	display: flex;
	margin-bottom: 10px;
}

.info dt,
.info dd {
	font-size: 1.6rem;
	line-height: 1.45;
}

.info dt {
	font-weight: 600;
	color: #007334;
	margin-right: 35px;
}

@media only screen and (max-width: 1000px) {
	.info h2 {
		padding: 2rem 20px;
	}

	.info dl {
		padding: 0 1em;
		margin-top: 20px;
	}

	.info dt {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 500px) {
	.info dl {
		height: 300px;
	}

	.info dl div {
		display: block;
	}

	.info dt,
	.info dd {
		line-height: 1.5;
	}
}


/*sub*/

.sub_title{
	font-family: "M PLUS Rounded 1c";font-size:3.2rem;
	line-height: 1.25;transform: rotate(0.03deg);
font-weight: 500;color:#fff;
background-color: #92B33A;
	padding: 40px 260px 40px 30px;margin-bottom:20px;
background-image: url(../images/common/page_header_img.png);background-position: top right;background-repeat: no-repeat;background-size: 345px;
}
@media only screen and (max-width: 500px) {
.sub_title{
background-size: 40%;font-size:2.6rem;padding: 20px 35% 20px 20px;
}

}
.contents_inner {
	background: #fff;
	padding: 15px;
}

.contents_inner>section {
	margin-bottom: 50px;
}

.contents_inner h2,
.contents_inner h3,
.contents_inner h4 {
	font-family: "M PLUS Rounded 1c";
	line-height: 1.25;transform: rotate(0.03deg);
}

.contents_inner h2 {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	padding: 18px 18px;
	background: linear-gradient(-45deg, #00823c 25%, #009144 0, #009144 50%, #00823c 0, #00823c 75%, #009144 0);
	background-size: 20px 20px;
	margin-bottom: 25px;
}

.contents_inner h3 {
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 25px;
	position: relative;
	padding: 0 18px 8px 18px;
}

.contents_inner h3::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(to right, #009144 0%, #009144 150px, #C8C8C8 150px, #C8C8C8 100%);
}

.contents_inner h4 {
	font-size: 1.8rem;
	font-weight: 500;
	color: #007334;
	margin-bottom: 25px;
	border-left: 6px solid #92B33A;
	padding: 8px 18px 8px 12px;
}
.contents_inner p{font-size: 1.6rem;line-height: 2;
	margin-bottom: 25px; text-align: justify;}
.contents_inner p.text_center{text-align: center;}
.contents_inner p.text_left{text-align: left;}
.contents_inner p.text_right{text-align: right;}
.contents_inner .bold{font-weight: 600;}

.contents_inner p a,.contents_inner li a,.contents_inner dl a,.contents_inner table a{color:#036EB6;font-weight: 700;}

.contents_inner ul,.contents_inner ol{font-size: 1.6rem;line-height: 2;
	margin-bottom: 25px;}
.contents_inner ul li:not(:last-child),.contents_inner ol li:not(:last-child){margin-bottom: 20px;}
.contents_inner ul li{
text-indent: -1.2em;padding-left:1.5em;
}
.contents_inner ol li{
text-indent: -1.5em;padding-left:1.5em;
}
.contents_inner ul:not(.kome) li::before {
content: "■";font-size: 0.5em;color:#009EE7;
margin: 0 1.3em 0 0em;vertical-align: 0.25em;
        }
.contents_inner ul.kome li::before {
content: "※";color:#0E897F;
margin: 0 0.15em 0 0em;
        }
.contents_inner ol li::before {
content: "";display: inline-block;width: 1.2em;height: 1.2em;background-size: contain;background-repeat: no-repeat;margin-right: 0.3em;vertical-align: -0.25em;
        }
.contents_inner ol li:nth-child(1)::before{background-image: url(../images/common/num01.svg);}
.contents_inner ol li:nth-child(2)::before{background-image: url(../images/common/num02.svg);}
.contents_inner ol li:nth-child(3)::before{background-image: url(../images/common/num03.svg);}
.contents_inner ol li:nth-child(4)::before{background-image: url(../images/common/num04.svg);}
.contents_inner ol li:nth-child(5)::before{background-image: url(../images/common/num05.svg);}
.contents_inner ol li:nth-child(6)::before{background-image: url(../images/common/num06.svg);}
.contents_inner ol li:nth-child(7)::before{background-image: url(../images/common/num07.svg);}
.contents_inner ol li:nth-child(8)::before{background-image: url(../images/common/num08.svg);}
.contents_inner ol li:nth-child(9)::before{background-image: url(../images/common/num09.svg);}
.contents_inner ol li:nth-child(10)::before{background-image: url(../images/common/num10.svg);}
.contents_inner ol li:nth-child(11)::before{background-image: url(../images/common/num11.svg);}
.contents_inner ol li:nth-child(12)::before{background-image: url(../images/common/num12.svg);}
.contents_inner ol li:nth-child(13)::before{background-image: url(../images/common/num13.svg);}
.contents_inner ol li:nth-child(14)::before{background-image: url(../images/common/num14.svg);}
.contents_inner ol li:nth-child(15)::before{background-image: url(../images/common/num15.svg);}
.contents_inner ol li:nth-child(16)::before{background-image: url(../images/common/num16.svg);}
.contents_inner ol li:nth-child(17)::before{background-image: url(../images/common/num17.svg);}
.contents_inner ol li:nth-child(18)::before{background-image: url(../images/common/num18.svg);}
.contents_inner ol li:nth-child(19)::before{background-image: url(../images/common/num19.svg);}
.contents_inner ol li:nth-child(20)::before{background-image: url(../images/common/num20.svg);}

.contents_inner a.filelink{padding-left: 35px;position: relative;display: inline-block;text-indent: 0;}
.contents_inner a.filelink::before{content:"";display: block;position: absolute;top:calc(50% - 15px);left:0;width: 30px;height: 30px;background-size: contain;background-repeat: no-repeat;}
.contents_inner a.filelink.pdf::before{background-image: url(../images/common/icon_pdf.svg);}
.contents_inner a.filelink.word::before{background-image: url(../images/common/icon_word.svg);}
.contents_inner a.filelink.excel::before{background-image: url(../images/common/icon_excel.svg);}
.contents_inner a.filelink.ppt::before{background-image: url(../images/common/icon_ppt.svg);}

.contents_inner .linkbtn{text-align: center;}
.contents_inner .linkbtn a{display: inline-block;background:#036EB6;color: #fff;font-size: 1.8rem;font-weight: 500;text-decoration: none;line-height: 1.25;padding: 10px 65px 12px 60px;border-radius: 50px;transition: opacity 0.2s;position: relative;} /* padding: 10px 70px 12px 65px; */
.contents_inner .linkbtn a:hover{opacity: 0.8;}
.contents_inner .linkbtn a::after{content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-size: 1.15em;
	font-weight: 900;position: absolute;top:50%;right: 20px;transform: translateY(-50%);line-height: 1;}

.contents_inner dl{font-size: 1.6rem;line-height: 2;margin-bottom: 25px;}
.contents_inner dl>div{padding:10px 10px;display: flex;align-items: flex-start;justify-content: space-between;gap:0 20px;border-bottom:1px solid #000;}
.contents_inner dl>div:first-of-type{border-top: 1px solid #000;}
.contents_inner dl dt{flex-shrink: 0;font-weight: 600;color:#007334;width: 25%;}
.contents_inner dl dd{width: 75%;}

.contents_inner .txt_photo{display: flex;align-items: flex-start;justify-content: space-between;margin-bottom:30px;gap: 20px;flex-direction: row-reverse;}
.contents_inner .txt_photo.reverse{flex-direction: row;}
.contents_inner .txt_photo .txt{flex:1;}
.contents_inner .txt_photo .img img{width: 100%;}
@media only screen and (max-width: 500px) {
.contents_inner .txt_photo{display: block;}
.contents_inner .txt_photo .img {margin-bottom: 25px;}
}

.contents_inner .img.w10{width:10%;}
.contents_inner .img.w20{width:20%;}
.contents_inner .img.w30{width:30%;}
.contents_inner .img.w40{width:40%;}
.contents_inner .img.w50{width:50%;}
.contents_inner .img.w60{width:60%;}
.contents_inner .img.w70{width:70%;}
.contents_inner .img.w80{width:80%;}
.contents_inner .img.w90{width:90%;}
.contents_inner .img.w100{width:100%;}
@media only screen and (max-width: 500px) {
.contents_inner .img.w10{width:100%;}
.contents_inner .img.w20{width:100%;}
.contents_inner .img.w30{width:100%;}
.contents_inner .img.w40{width:100%;}
.contents_inner .img.w50{width:100%;}
.contents_inner .img.w60{width:100%;}
.contents_inner .img.w70{width:100%;}
.contents_inner .img.w80{width:100%;}
.contents_inner .img.w90{width:100%;}
}

.contents_inner .photo_column2{display: flex;align-items: flex-start;justify-content: space-between;gap:30px 50px;flex-wrap: wrap;margin-bottom:30px;}
.contents_inner .photo_column2 .img{width: calc((100% - 50px) / 2);}
.contents_inner .photo_column2 .img img{width: 100%;}
@media only screen and (max-width: 500px) {
.contents_inner .photo_column2{gap:20px 20px;}
.contents_inner .photo_column2 .img{width: calc((100% - 20px) / 2);}
}

.contents_inner .photo_column3{display: flex;align-items: flex-start;justify-content: flex-start;gap:30px 30px;flex-wrap: wrap;margin-bottom:30px;} /* justify-content: space-between; */
.contents_inner .photo_column3 .img{width: calc((100% - 60px) / 3);}
.contents_inner .photo_column3 .img img{width: 100%;}
@media only screen and (max-width: 500px) {
.contents_inner .photo_column3{gap:20px 20px;}
.contents_inner .photo_column3 .img{width: calc((100% - 20px) / 2);}
}

.contents_inner .photo_single .img{margin:0 auto 30px;} 

.contents_inner table.left_head_table{border:1px solid #000;width: 100%;font-size: 1.6rem;line-height: 2;}
.contents_inner table.left_head_table tr{border-bottom:1px solid #000;}
.contents_inner table.left_head_table th{background:#009144;color:#fff;width: 25%;padding:22px 10px;text-align: center;vertical-align: middle;}
.contents_inner table.left_head_table td{padding:22px 20px 22px 10px;vertical-align: middle;}
@media only screen and (max-width: 500px) {
.contents_inner table.left_head_table tr{display: flex;flex-direction: column;}
.contents_inner table.left_head_table th{width: 100%;}
.contents_inner table.left_head_table td{padding:22px 20px 22px 20px;}
.contents_inner table.left_head_table tr:last-of-type{border:none;}
}

.contents_inner table.top_head_table{border:1px solid #000;width: 100%;font-size: 1.6rem;line-height: 2;}
.contents_inner table.top_head_table th:not(:last-of-type){border-right:1px solid #000;}
.contents_inner table.top_head_table th{background:#009144;color:#fff;width: 25%;padding:22px 10px;text-align: center;vertical-align: middle;}
.contents_inner table.top_head_table td:not(:last-of-type){border-right:1px solid #000;}
.contents_inner table.top_head_table td{padding:22px 10px 22px 10px;vertical-align: top;}
@media only screen and (max-width: 750px) {
.contents_inner .table_wrap{width:100%;overflow-x: scroll;}
.contents_inner table.top_head_table{width:750px;}
}

.page_nav{display: flex;justify-content: space-between;margin-bottom: 30px;gap: 15px;}
.page_nav p{width: 100%;text-align: center;font-size: 1.8rem;}
.page_nav p a{text-decoration: none;font-weight: 400;color:#000;display: block;padding:5px 0 20px;transition:opacity 0.2s;background:#AFEBFF;position: relative;}
.page_nav p a:hover{opacity: 0.8;}
.page_nav p a::after{content:"";display: block;position: absolute;bottom:10px;left: calc(50% - 8px);width: 16px;height: 8px;background:#036EB6;clip-path: polygon(0 0, 100% 0%, 50% 100%);}
@media only screen and (max-width: 500px) {
.page_nav{display: flex;flex-direction: column;gap: 10px;}
.page_nav p{margin-bottom: 0;}
.page_nav p a{padding:10px 45px 10px 20px;}
.page_nav p a::after{bottom: calc(50% - 4px);left:unset;right:20px;}
}

.yellow_box{background:#FAFAA0;margin-bottom:30px;padding:20px;}
.yellow_box>*:last-of-type{margin-bottom: 0;}


/* 20251203追記 */
.p-list {
    display: flex;
    align-items: flex-start;
}

.p-list .num-circle {
    flex: 0 0 2em; /* 数字の幅を確保 */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2em;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background-color: #C80011;
    border-radius: 50%;
    margin-right: 0.5em;
}

.p-list .text {
    flex: 1;
    line-height: 1.8;
}

span.park-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2em;
    width: 2em;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    margin-right: 0.5em;
    padding-left: 1.8em;
}

