@charset "UTF-8";

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
	font-family: Helvetica, Arial;
}
.warranty {
	margin-top: 30px;
	margin-bottom: 50px;
}
.warranty .wa-events section {
	position: relative;
	margin-top: 20px;
}
.warranty .section-head {
	position: relative;
	text-align: center;
	height: 20px;
	margin-bottom: 50px;
	border-bottom: 1px solid #c3c3c3;
}
.warranty .section-head h3 {
	position: relative;
	margin: 0 auto;
	display: inline-block;
	background: white;
	padding: 5px 20px;
	font-size: 22px;
	color: #10218b;
}
.warranty .wa-events .event-image .pc {
	display: none;
}
.warranty .wa-events .event-right {

}
.warranty .wa-events .event-bottom {
	margin-top: 1px;
}
.warranty .wa-events ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
	border-bottom: 1px solid white;
}
.warranty .wa-events .event-bottom ul {
	float: left;
	width: 50%;
}
.warranty .wa-events ul:last-child {
	border-bottom: 1px solid #eaeff1;
}
.warranty .wa-events .event-bottom ul:nth-child(2n) {
	border-left: 1px solid white;
}
.warranty .wa-events ul li {
	background: #eaeff1;
	display: table-cell;
	padding: 15px 25px;
	vertical-align: middle;
}

.warranty .wa-events ul li h4 {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #343434;
	line-height: 1.25em;
	font-weight: 200;
}
.warranty .wa-events ul li h5 {
	margin: 0 0 10px 0;
	font-size: 20px;
	color: #343434;
	font-weight: 100;
	line-height: 1.25em;
}
.warranty .wa-events ul li a.btn {
	display: inline-block;
	background: #0989ec;
	padding: 4px 20px;
	border-radius: 0;
	font-size: 12px;
	color: white;
}
.warranty .wa-events ul li p {
	margin: 0;
	font-size: 14px;
	color: #343434;
	line-height: 1.25em;
	font-weight: 100;
}


.warranty .wa-service {
	margin-top: 50px;
}
.warranty .wa-service .intro {
	text-align: center;
	font-size: 14px;
	color: #4c4c4c;
	margin-bottom: 20px;
}
.warranty .wa-service .reg {
	margin-bottom: 10px;
}

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

	.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
		font-family: inherit;
	}

	.warranty .wa-events .event-image .pc {
		display: block;
	}
	.warranty .wa-events .event-image .mobile {
		display: none;
	}
	.warranty .wa-events .event-image {
		position: absolute;
		width: 400px;
		height: 238px;
		overflow: hidden;
	}
	.warranty .wa-events .event-right {
		margin-left: 401px;
		min-height: 238px;
	}
	.warranty .wa-events ul.row1 li {
		height: 238px;
		min-height: 238px;
	}
	.warranty .wa-events ul.row2 li {
		height: 119px;
		min-height: 119px;
	}
	.warranty .wa-events ul li {
		padding: 0 55px;
	}

	.warranty .section-head h3 {
		font-size: 26px;
	}

	.warranty .wa-events ul li h4 {
		margin: 0 0 10px 0;
		font-size: 18px;
		color: #343434;
		font-weight: 200;
	}
	.warranty .wa-events ul li h5 {
		margin: 0 0 10px 0;
		font-size: 28px;
		color: #343434;
		font-weight: 100;
	}
	.warranty .wa-events ul li a.btn {
		display: inline-block;
		background: #0989ec;
		padding: 4px 20px;
		border-radius: 0;
		font-size: 14px;
		color: white;
	}
	.warranty .wa-events ul li p {
		margin: 0;
		font-size: 15px;
		color: #343434;
		font-weight: 100;
	}
}