@charset "utf-8";

/* ------------------------------
    polyurea
------------------------------ */

/* about-top */

#contents_main .border {
	border: 1px solid #29478c;
	padding: 25px;
	border-radius: 10px;
	margin-top: 30px;
}
#contents_main .border .ol {
	margin: 0;
}
#contents_main .border .ol li + li {
	margin-top: 1em;
}

/* about-group */

@media screen and (max-width : 767px) {

	#contents_main .border {
		padding: 3vw;
		border-radius: 6px;
		margin-top: 5%;
	}
	#contents_main .imgCol img.sp {
		width: 20%;
	}
	#contents_main .imgCol img.sp.left {
		margin-right: 1em;
	}
	#contents_main .imgCol img.sp.right {
		margin-left: 1em;
	}

}

#contents_main .video{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
#contents_main .video iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

#contents_main .btn-arrow {
	border-color: #2f5197;
	color: #2f5197;
}
#contents_main .btn-arrow::before {
	border-top-color: #2f5197;
	border-right-color: #2f5197;
}
