.testride .mv {
	padding-top: 58px;
	/*background: url('../img/title_bg.jpg') no-repeat center center;*/
	background: #103379;
	background-size: cover;
}

.testride .mv .top {
	padding: 1em;
	color: #fff;
	text-align: center;
	background-color: #231815;
}

.testride .mv h1 {
	padding: 30px 0;
	text-align: center;
}

.testride .about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
}

.testride .about > * {
	width: 48%;
}

.testride .about .left article + article {
	margin-top: 20px;
}

.testride section h2 {
	padding: .8em;
	color: #fff;
	text-align: center;
	background-color: #231815;
}

.testride .about .left article p {
	padding-left: 2em;
	margin-top: 1em;
	text-indent: -1em;
}

.testride .about .left article p a {
	color: #1270b8;
	text-decoration: underline;
}

.testride .about .map {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin-top: 1em;
	overflow: hidden;
}

.testride .about .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.testride .about .access h3 {
	padding-bottom: .2em;
	padding-left: .2em;
	margin-top: 1em;
	margin-bottom: .2em;
	font-size: 1.2em;
	border-bottom: 3px solid #e74c3c;
	border-left: 10px solid #e74c3c;
}

.testride .about .access a {
	color: #1270b8;
	text-decoration: underline;
}

.testride .model {
	margin-top: 40px;
}

.testride .model .img {
	margin-top: 20px;
}

.testride .schedule {
	padding: 3em 0;
}

.testride .testridetable {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.testride .testridetable th,
.testride .testridetable td {
	padding: 10px 0;
	text-align: center;
}

.testride .testridetable tr:nth-child(odd) {
	background-color: #eee
}

.testride .statement {
	border: solid 1px #ccc;
	padding: 2.5em;
}

.testride .schedule h3 {
	padding: 2.5em 0 1.5em 0;
	font-size: 115%;
	text-align: center;
}

.testride .fastdescription {
	padding: 2.5em 0 0 0;
}

.testride .fastdescription p {
	margin: 0 0 1em 0;
}

.testride .fastdescription h3 {
	font-size: 115%;
	font-weight: 100;
	padding: 0.5em 0 0 0;
	margin-bottom: 0.5em;
	border-bottom: 2px #1270b8 solid;
}

.testride .coursemap {
	margin: 2em 0;
	text-align: center;
}

.testride .coursemap img {
	width: 100%;
}

.testride .exhibition {
	padding: 40px 0;
	background-color: #fff;
}

.testride .exhibition ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.testride .exhibition ul li {
	width: 25%;
	padding: 1em;
}

.testride .fastdescription .exhibition ul li h3 {
	margin-top: 0;
	margin-bottom: 0.7em;
	padding: 0;
}

.testride .exhibition ul li a {
	display: block;
	height: 100%;
	padding: 1em;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: .3s all;
}

.testride .exhibition ul li a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.testride .exhibition ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.testride .exhibition ul li .txt {
	margin-top: auto;
	text-align: center;
}

.testride .exhibition ul li h3 {
	margin-top: 1em;
	font-weight: bold;
}

.testride .exhibition ul li .type {
	font-size: .8em;
	opacity: .6;
}

.testride .exhibition ul li .price {
	margin-top: 1em;
	font-size: 1.1em;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}

.testride .exhibition ul li .price + .price {
	margin-top: 0;
}

.testride .exhibition ul li .price::before {
	content: '￥';
	font-size: .8em;
}

.testride .exhibition ul li .price::after {
	content: '(税抜)';
	font-size: .6em;
}

.testride .cp_btn {
	display: block;
	width: 50%;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #000;
	border: 2px solid #000;
	border-radius: 3px;
	-webkit-transition: .4s;
	transition: .4s;
	margin: 0 auto;
}

.testride .cp_btn:hover {
	background: #000;
	color: #fff;
}

.testride .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%
}

.testride .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important
}

.testride .finished {
	margin: 40px auto;
	font-size: 1.2em;
	text-align: center;
}

@media screen and (max-width: 560px) {
	.testride .about {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.testride .about > * {
		width: auto;
	}

	.testride .cp_btn {
		display: block;
		width: 90%;
		margin: 0 auto;
	}

	.testride .exhibition ul {
		display: block;
	}

	.testride .exhibition ul li {
		width: 98%;
	}
}

ul.event_schedule{
	padding: 2em;
}
ul.event_schedule li{
	padding: 0.2em 0;
}

ul.event_schedule li span.event_woka{
	color: #e91a29;
}
ul.event_schedule li span.event_woka2{
	font-size: 130%;
	color: #2d3eae;
}


