@charset "Shift_JIS";


.c5-anchor_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f5f5f5;
	margin: 30px 0 40px 0;
	padding: 10px;
}
.c5_anchor_about {
	display: flex;
	margin: 0;
	padding: 0;
}
.c5_anchor_about li {
	margin: 0;
	list-style: none;
	box-sizing: border-box;
}
.c5_anchor_about a {
	display: block;
	padding: 15px 20px;
	line-height: 1.2;
	text-decoration: none;
	font-weight: bold;
	transition: opacity .3s;
	box-sizing: border-box;
}
.c5_anchor_about a:hover {
	/*background-color: #fff;
	color: #000;*/
	opacity: .7;
}
.c5_anchor_about a:hover::before {
	/*border-color: #333 transparent transparent transparent;*/
}
.c5_anchor_about a::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.7px 5px 0 5px;
	border-color: #333 transparent transparent transparent;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
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-mw100 {
	max-width: 100%;
}
.c5-about-cols {
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
}
.c5-about-cols ol {
	padding-left: 20px;
}
.c5-about-cols.ver_feature > div:first-child {
	flex: 0 1 36.5%;
}
.c5-about-cols.ver_feature > div:last-child {
	flex: 0 1 61%;
}
.c5-about-cols.align_center {
	align-items: center;
}
.c5-about-cols + * {
	margin-top: 50px;
}
.c5-about-cols > div {
	flex: 0 1 48.6%;
}
.c5-inline-imgs {
	text-align: center;
}
.c5-inline-imgs > div {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0 10px;
}
.c5-fixed_side {
	position: fixed;
	top: 50%;
	right: 0;
	/*padding: 15px;*/
	background-color: #fff;
	z-index: 99;
}
.js_sticky_header.fixed {
	position: fixed;
	top: 0;
	z-index: 100;
	left: 0;
	margin: 0;
	width: 100%;
}
.js_sticky_header.fixed .c5-anchor_area {
	margin: 0 auto;
	max-width: 1200px;
	box-sizing: border-box;
}
.c5-box_task {
	background-color: #f5f5f5;
	padding: 5px 15px;
}
.c5-box_task.arrow {
	position: relative;
	margin-bottom: 50px;
}
.c5-box_task.arrow::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 50px 0 50px;
	border-color: #f5f5f5 transparent transparent transparent;
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: auto;
}
.c5-ttl_about {
	background-color: #333;
	color: #fff;
	padding: 10px 12px;
	font-weight: bold;
	font-size: 20px;
    font-size: 1.25rem;
	margin: 0 0 20px 0;
	line-height: 1.3;
}
.c5-movie-cols {
	display: flex;
	justify-content: space-between;
	font-size: 90%;
	text-align: left;
}
.c5-movie-cols > div {
	width: 48%;
}

@media screen and (min-width: 640px) {
	#feature {
		margin-top: 60px;
	}
}

@media (max-width: 767px){
	.c5-anchor_area {
		display: block;
	}
	.c5_anchor_about {
		flex-wrap: wrap;
		margin-right: -1px;
	}
	.c5_anchor_about li {
		width: 50%;
		margin-bottom: 1px;
	}
	.c5_anchor_about a {
		padding: 6px;
		height: 100%;
		font-size: 11px;
	}
	.js_sticky_header.fixed .c5-anchor_area {
		padding: 10px 20px;
	}
	.js_sticky_header.fixed .s5-anchorLinks__list ul {
		display: flex;
		flex-wrap: wrap;
	}
	.js_sticky_header.fixed .s5-anchorLinks__list li {
		width: 50%;
		box-sizing: border-box;
	}
	a.c5-btn_here {
		display: block;
		font-size: 1.2em;
	}
	.c5-about-cols {
		padding: 0 10px;
		display: block;
	}
	.c5-about-cols + * {
		margin-top: 30px;
	}
	.c5-about-cols > div:first-child {
		margin-bottom: 15px;
	}
	.c5-box_task {
		max-width: none;
	}
	.c5-ttl_about {
		font-size: 1.14rem
	}
	.c5-btn_operation {
		margin-top: 5px;
	}
}