@charset "utf-8";

.reason_wrap {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: 3px solid #ccc;
	border-radius: 5px;
	padding: 10px;
}

.reason_wrap .reason_col2 {
	width: 49.5%;
	margin-right: 1%;
}

.reason_wrap .reason_col2:last-of-type {
	margin-right: 0;
}

.reason_wrap .reason_col2 ul li {
	text-align: left;
	line-height: 1.6;
}

.check {
	padding-left: 24px;
	position: relative;
}

.check:before,
.check:after {
	content: "";
	display: block;
	position: absolute;
}

.check:before {
	width: 16px;
	height: 16px;
	background: #ffffff;
    border: 1px solid #000000;
	left: 0;
	top: 2px;
}

.check:after {
	border-left: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
	width: 18px;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 5px;
	top: 3px;
}

.entertainer_table ul li {
	width: 32.66%;
	line-height: 1.6;
	float: left;
	margin-right: 1%;
	border-bottom: 1px dotted #ccc;
	text-align: left;
}

.entertainer_table ul li:before {
	content: "■";
	color: #416396;
}

.entertainer_table ul li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width:768px) {

#fv.fv_sankotsu {
	background: none;
}

.reason_wrap .reason_col2 {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}

.reason_wrap .reason_col2:last-of-type {
	margin-bottom: 0;
}

.reason_wrap .reason_col2 ul li, .entertainer_table ul li {
	font-size: 14px;
}

.entertainer_table ul li  {
	width: 100%;
	margin-right: 0;
}

}
@media screen and (max-width:480px) {

}
