@charset "Shift_JIS";

.c5-mw100 {
	max-width: 100%;
}
.c5-ope-cols {
	background-color: #f5f5f5;
	display: flex;
	justify-content: space-between;
}
.c5-ope-cols__txt{
	padding: 2em;
}
.c5-ope-cols p {
	margin: 1.2em 0 0 0;
}
.c5-ope-cols + * {
	margin-top: 50px;
}
.c5-ope-cols .c5-ope-cols__txt {
	flex: 0 1 60%;
}
.c5-ope-cols .c5-ope-cols__img {
	flex: 0 1 40%;
	align-self: flex-end;
}
.c5-inline-imgs {
	text-align: center;
}
.c5-inline-imgs > div {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 10px;
}
.c5-movie-cols {
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.c5-movie-cols > div {
	width: 48%;
}
.c5-fixed_footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.9);
	z-index: 10;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
}
.c5-fixed_footer p {
	margin: 0 0 1.2em 0;
}
.c5-fixed_footer p:last-child {
	margin-bottom: 0;
}
.c5-sp {
	display: none;
}
a.c5-btn_here {
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: orange;
	padding: 15px;
	font-size: 1.4em;
	line-height: 1.2;
	box-sizing: border-box;
	text-decoration: none;
	display: inline-block;
	transition: opacity .3s;
}
a.c5-btn_here:hover {
	opacity: .7;
}
a.c5-btn_here::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.c5-indent{
	padding-left: 1em;
	text-indent: -1em;
}
@media (max-width: 767px){
	.c5-ope-cols {
		display: block;
	}
	.c5-ope-cols + * {
		margin-top: 30px;
	}
	.c5-ope-cols > div:first-child {
		margin-bottom: 15px;
	}
	.c5-ope-cols > div:last-child {
		text-align: center;
	}
	.c5-sp {
		display: block;
	}
	.c5-fixed_footer {
		padding: 10px;
	}
	a.c5-btn_here {
		display: block;
		font-size: 1.2em;
	}
}
