:root {
	--blue: #1655A4;
	--green: #7bbd38;
	--brown: #534741;
	--lightblue: #6ba4eb;
}
img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
a {
	color: #333;
	/*display: block;*/
}
.pc_display {
	display: block;
}
.sp_display {
	display: none;
}
.bold_text {
	font-weight: 700;
}
.blue_text {
	color: var(--blue);
}
.red_text {
	color: #FC6262;
}

.margin-bottom{
	margin-bottom: 20px;
}

.pia-con_section p,
.pia-con_section dt,
.pia-con_section dd,
.pia-con_section li {
	font-size: 16px;
	line-height: 1.6;
}
.pia-con_section {
	width: 100%;
}

.pia-con_nav {
	display: flex;
	justify-content: space-evenly;
	margin-top: 40px;
}
.pia-con_nav li {
	font-weight: 600;
}

.pia-con_nav li a {
	transition: .3s;
	color: var(--brown);
}
.pia-con_nav li.pia-con_current a{
	color: var(--blue);
}

.pia-con_nav li a:hover,
.pia-con_current {
	padding-bottom: 10px;
	border-bottom: 2px dashed var(--brown);
	opacity: 1;
	color: var(--blue);
}
.pia-con_nav li.pia-con_current a:hover{
	padding-bottom: 0;
	border-bottom:none
}
.pia-con_section main {
	max-width: 95%;
	margin: 60px auto 30px;
}
.pia-con_pdf-img {
	text-align: center;
}
.pia-con_pdf-img img {
	max-width: 350px;
	width: 100%;
}

.pia-con_top_contents {
	margin-top: 40px;
}
.pia-con_top_contents p {
	margin-top: 15px; 
}
.pia-con_top_detail {
	margin: 30px auto;
}
.pia-con_top_detail div:not(.pia-con_top_detail div:last-child) {
	margin-bottom: 20px;
}

.pia-con_top_detail div dt {
	font-weight: 600;
	padding-left: 5px;
	border-left: 3px solid var(--green);
	margin-bottom: 5px;
}
.pia-con_top_detail div dd {
	padding-left: 5px;
}
.pia-con_top_before p{
	margin-bottom: 30px;
}
.pia-con_top_list li:not(.pia-con_top_list li:last-child) {
	margin-bottom: 10px;
}
.pia-con_pdf {
	display: block;
	background: #2a67b8;
	color: #fff;
	border-radius: 5px;
	padding: 25px 8%;
	max-width: 400px;
	width: 80%;
	margin: 30px auto;
	position: relative;
	text-align: center;
	box-shadow: 0px 8px 0px 0px #1655A4;
}
.pia-con_pdf span {
	position: absolute;
	top: 50%;
	right: 15%;
	transform: translateY(-50%);
}

.news_link {
	color: var(--blue);
}


/*----- FOOTER -----*/
.pia-con_section footer {
	max-width: 600px;
	margin: 60px auto 0;
	background: #eee;
	border-radius: 10px;
	padding: 20px;
}
.pia-con_section footer dt {
	margin-bottom: 10px;
}
.pia-con_section_title {
	text-align: center;
	margin-bottom: 40px;
}
.pia-con_section h1 {
	font-weight: 600;
	color: var(--brown);
	position: relative;
	display: inline-block;
	padding: 10px 40px;
}

.pia-con_section h1::before,
.pia-con_section h1::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 30px;
	display: inline-block;
}

.pia-con_section h1::before {
  border-left: solid 2px var(--lightblue);
  border-top: solid 2px var(--lightblue);
  top:0;
  left: 0;
}

.pia-con_section h1::after {
  border-right: solid 2px var(--lightblue);
  border-bottom: solid 2px var(--lightblue);
  bottom:0;
  right: 0;
}
.pia-con_section ul li:not(.pia-con_nav li):not(.pia-con_schedule_map ul li):not(.pia-con_list ul li) {
	text-indent: -1em;
	padding-left: 1em;
}

.pia-con_before {
	text-align: center;
	margin-top: 30px;
}


/*=== 助成 ===*/
.pia-con_top_sponsorship {
	padding-top: 20px;
}
.pia-con_top_sponsorship p {
	margin-bottom: 10px;
}
.pia-con_top_sponsorship img {
	width: min(41%, 160px);
    display: block;
    margin: 0 auto;
}

/*===== emargency-text =====*/
#emargency-text {
	padding-top: min(11.538vw, 60px);
    max-width: 95%;
    margin: 0 auto;
}

#emargency-text h2 {
	font-size: min(6.153vw, 27px);
    font-weight: 600;
    padding-left: .4em;
    border-left: 5px solid var(--green);
    margin-bottom: min(3.846vw, 20px);
}

#emargency-text .information {
	padding: min(2.564vw, 15px);
    background: #f1ffe7;
    border-radius: 5px;
    border: 1px solid var(--green);
}
#emargency-text .information p:not(#emargency-text .information p:last-child) {
	margin-bottom: 5px;
}

/*==========
max-width: 767px
==========*/

@media (max-width: 767px) {
	.sp_display {
		display: block;
	}
	.pc_display {
	display: none;
	}
	/*.pia-con_section p,
	.pia-con_section dt,
	.pia-con_section dd,
	.pia-con_section li {
		font-size: 15px;
	}*/
	.pia-con_nav {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, 1fr);
		gap: 5px;
		margin-top: 30px;
	}
	.pia-con_nav li {
		font-size: 16px;
		text-align: center;
		border-radius: 30px;
	}
	.pia-con_nav li a {
		padding: 15px 2%;
		width: 100%;
	}
	.pia-con_nav li:not(.pia-con_nav li a:hover):not(.pia-con_current ) {
		border: 1px dashed var(--brown);
	}
	.pia-con_nav li a:hover,
	.pia-con_current {
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.pia-con_section main {
	max-width: 100%;
	margin: 40px auto;
	}
	.pia-con_pdf {
		padding: 25px 10%;
	}
	.pia-con_pdf span {
		right: 10%;
	}
	.pia-con_section h1 {
		font-size: 21px;
	}
	.pia-con_section footer {
		padding: 15px;
		margin-top: 50px;
	}
}

/*==========
max-width: 520px
==========*/
@media (max-width: 520px) {
	.pia-con_nav li {
		font-size: 3.3vw;
	}