.l-nav_flex_div{
	display: flex;
	width: 100%;
}
.l-nav_flex_div a{
	text-decoration: none;
	color: #FFF;
	justify-content: space-around;
	width: 50%;
	text-align: center;
}
.l-nav_flex_div a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.l-nav_flex_div p{
	text-align: center;
	width: 100%;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 24px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 900;
	color: #FFF;
	padding: 10px 0;
	border-top: 1px solid #FFF;
}
.l-nav-dm{
	background:linear-gradient(#c41c29,#2a0c4c);
	border-right: 1px solid #FFF;
}
.l-nav-v{
	background:linear-gradient(#72bef0,#0b3192);
	border-right: none;
}

.l-h1-dm,.l-h1-v{
	background:linear-gradient(#c41c29,#2a0c4c);
	margin-top: 80px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
.l-h1-v{
	background:linear-gradient(#72bef0,#0b3192);
}
.l-h1{
	color: #FFF;
	text-align: center;
	width: 100%;
	font-family: "Noto Sans JP",sans-serif;
	font-size: 32px;
	text-shadow: 1px 1px 1px #000;
	font-weight: 900;
	color: #FFF;
	padding: 16px 0;
	line-height: 1em;
}
.l-hr{
	width: 100%;
	height: 2px;
	background-color: #ccc;
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
	margin: 50px auto;
	margin-top: 80px;
	text-shadow: 1px 1px 1px #000;
}
@media screen and (max-width: 1024px) {
.l-nav_flex_div p{
	font-size: 2.5vw;
}
}
@media screen and (max-width: 767px) {
.l-h1{font-size: 5vw}
}
@media screen and (max-width: 430px) {
.l-nav_flex_div p{
	font-size: 3vw;
	letter-spacing: -0.5px
}
}
@media screen and (max-width: 358px) {
	.u-bl-indent,.u-bl-indent2{
		width: 100%;
		text-align: center;
		padding-left: 0;
		text-indent: 0;
		font-size: 11px;		
	}
	.p-info__dlist-child dd{font-size: 11px !important;}
}