@charset "utf-8";
/*リンク*/
#l_sitetop_contents_links {
		box-sizing: border-box;
		margin: 0 auto;
		max-width: 1000px;
}
.l_substage_img_02 h1 a {
		color: #fff !important;
		font-size: 1.7em;
		font-weight: normal;
		line-height: 1.5;
		text-shadow: 0px 0px 4px rgba(73, 73, 73, 0.6), 0px 0px 4px rgba(0, 0, 0, 0.8);
		text-decoration: none;
}
.l_substage_img_02.small h1 a {
		font-size: 1.5em;
		display: block;
		text-decoration: none;
}
.l_substage_img_02 h1 a span {
		font-size: 16px;
		display: inline-block;
		text-shadow: none;
		background: rgba(255, 255, 255, .6);
		width: auto;
		padding: 0 1em;
		color: #787878;
}
.l_substage_img_02.small h1 a span.bpts_br {
		display: inline;
		background: none;
		padding: 0;
}
.link_grid {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
		grid-gap: 30px;
}
.l_flex_btn {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
		grid-gap: 20px;
		margin-bottom: 2em;
}
.l_flex_btn.long {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
		grid-gap: 20px;
		margin-bottom: 2em;
}
.l_flex_btn li a {
		text-decoration: none;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		padding: 10px 25px 10px 50px;
		color: #222 !important;
		transition: 0.3s ease-in-out;
		font-weight: 600;
		border: 1px solid #222;
		border-radius: 50px;
		z-index: 0;
		overflow: hidden;
		background: #fff;
}
.l_flex_btn li a:before {
		font-family: "Font Awesome 5 Free";
		content: "\f105";
		line-height: 1em;
		font-size: 1em;
		position: absolute;
		left: 10px;
		padding: .3em;
		background: #FFF;
		border-radius: 100px;
		z-index: 2;
}
.l_flex_btn li a:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		width: 0;
		display: block;
		background: #FDD000;
		transition: .4s;
		left: 0;
}
.l_flex_btn li a:hover:after {
		width: 100%;
		z-index: -1;
}
@media (max-width : 768px) {
	.link_grid {
		display: block;
}
.l_flex_btn {
		display: block;
}
.l_flex_btn.long {
		display: block;
}
	.l_flex_btn li,.l_flex_btn.long li{
		margin-bottom: .5em;
	}
}