@charset "UTF-8";


.ex-title{
	position: absolute;
	font-size: 1.8rem;
	top: calc(50% - 1rem);
	left: 0;
	text-align: center;
	display: block;
	width: 100%;
	color: #000000;
	font-weight:bold;
}
.plan_btn{
	color:#ffffff;
	font-size:1.1rem;
	display:block;
	border:1px solid #999999;
	text-align:center;
	padding:10px;
	margin:10px 0px;
}
.owl-dot span{
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.owl-dots{
	text-align: center;
}
.owl-next{
    position: absolute;
    top: calc(50% - 90px);
    right: -60px;
}
.owl-prev{
    position: absolute;
    top: calc(50% - 90px);
    left: -60px;
}
@media screen and (max-width: 767px) {
.owl-prev{
	left: 0px;
}
.owl-next{
	right: 0px;
}
}