.container {
	width: 980px;
	margin: 0 auto;
}

.main-img img {
	margin: 0;
}

.lead-text {
	background: url(../img/bg_pattern_orange.jpg);
	padding-top: 40px;
	padding-bottom: 40px;
}

.lead-text h1 {
	position: relative;
	padding: 13px 0;
	background: url(../img/tit_ribbon.png) 0 0 no-repeat;
	background-size: 470px 50px;
	background-position: center;
	margin: 0 auto 30px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.lead-text p {
	font-size: 18px;
	text-align: center;
	line-height: 1.8;
}

h1.section-title {
	font-size: 40px;
	font-weight: bold;
	color: #003894;
	text-align: center;
	margin: 30px 0 10px 0;
}

h1.category-title {
	position: relative;
	padding-left: 0.7em;
	margin: 0 0 20px 0;
	font-size: 26px;
}

h1.category-title::after {
	position: absolute;
	top: 50%;
	left: 0;
	transform:translateY(-50%);
	content: '';
	width: 5px;
	height: 1em;
	background: #003894;
}

.flex {
	display: flex;
}

.ad {
	flex: 1;
	padding: 0 1% 30px 1%;
}

.ad img {
	max-width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.ad a {
	color: #003894;
	text-decoration: none;
}

.ad a:hover {
	color: #003894;
	text-decoration: underline;
	opacity: 0.8;
}

h1.copy-title {
	font-weight: normal;
	padding: 5px 0;
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
}

.star {
	margin: 0;
}

.orange {
	color: #f08300;
}

.btn {
	text-align: center;
}

.btn a {
	display: inline-block;
	background: #f08300;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 15px 30px;
	margin: 0 auto 20px;
	border-radius: 5px;
	opacity: 0.9;
	font-size: 20px;
}

.btn a:hover {
	background: #ffeed9;
	color: #f08300;
}