/*
Theme Name: こうりょう (Lightning Child)
Theme URI:
Template: lightning
Description: 
Author: SEEKCLOUD Inc.
*/

.mv_infomatino {
	position: absolute;
	bottom: 2em;
	width: 100%;
}
.mv_infomatino p a {
	width: 60%;
	margin: auto;
	padding: 1em;
	text-align: center;
	background-color: #32a0c7;
	border-radius: 4px;
	color:white;
	text-decoration: none;
	display: block;
}

@media (max-width: 991px) {
	.mv_infomatino {
		position: relative;
		top: -5em;
		width: 100%;
	}
	.mv_infomatino p a {
		width: 90%;
		margin: auto;
		padding: 1em;
		text-align: center;
		background-color: #32a0c7;
		border-radius: 4px;
		color:white;
		text-decoration: none;
		display: block;
	}
}