@charset "utf-8";
.relation #contents_area #contents_mv{background-image: url(../images/relation/mv_01.jpg);}
.relation .list_style li {
    padding-left: 1rem;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.5;
}
.relation .list_style li::after{
	content: " ";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
	background-color: #000;
}
@media screen and (min-width:1001px){}
@media screen and (max-width:1000px){}
@media screen and (max-width:1000px) and (min-width:641px){}
@media screen and (max-width: 640px){}