@charset "UTF-8";
.dc_data_list.company-wrap {
padding: 0 !important
}

.dc_data_list.company-wrap dl dd {
margin-bottom: 0 !important;
}

	
.access-wrap ul {
	margin: 0 auto !important;
}

.access-wrap ul li{
	padding: 0 !important;
}

.access-wrap ul li::before{
	content: none !important;
}


.access-wrap ul li dl dd{
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.access-wrap ul li dl dd::before{
	content: "";
	display: block;
	padding-top: 50%;
}


.access-wrap ul li dl dd iframe{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ----------------------- Custom Style -------------------------- */
@media screen and (min-width: 951px) {
}

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

@media screen and (min-width: 651px) {

	/* .access-wrap ul {
		display: flex;
		justify-content: space-between;
	} */

	.access-wrap ul li {
		width: 100%;
	}

}

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