@charset "UTF-8";

.mv_area {
	background: none;
	min-width: auto;
	background-color: transparent;
}

.mv_area .mv_txt_box {
	position: static;
	background-color: #eff4f5;
}

/* benefit_area */

.benefit_area {
	margin: 20px auto;
}

.benefit_list {
	display: flex;
	flex-direction: column;
}

.benefit_list .-items {
	background: #fff;
	display: flex;
	margin-bottom: 20px;
}

.benefit_list .-items:last-child {
	margin-bottom: 20px;
}

.benefit_list .-items > .-img {
	display: flex;
	align-items: center;
	background: #008ae1;
	width: 10%;
	padding: 5px;
}

.benefit_list .-items > .-box {
	width: 90%;
}

.benefit_list .list_title {
	display: block;
	font-size: 1.6rem;
	padding: 10px 10px 0;
	color: #008ae1;
	margin-bottom: 0;
	text-align: left;
}

.benefit_list .list_title .-img {
	width: auto;
	margin-right: 10px;
}

.benefit_list .list_title .-img img {
	height: 20px;
	max-width: none;
	margin-bottom: 1px;
}

.benefit_list .-items .-txt {
	padding: 5px 10px 10px;
}

.-list1 {
	order: 1;
}

.-list2 {
	order: 2;
}

.-list3 {
	order: 3;
}

.-list4 {
	order: 4;
}

.-list5 {
	order: 5;
}

.-list6 {
	order: 6;
	margin-bottom: 0;
}

/* cv_area */

.cv_area {
	background: transparent;
	margin: 0 auto;
	padding: 10px 0 30px;
}