@charset "utf-8";

.okyaku-lead {
	margin: 0 95px 20px 0;
	padding: 10px;
	background-color: #FFF;
	border: #E60012 2px solid;
	border-radius: 10px;
	position: relative;
}

.okyaku-lead h2 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: #E60113 1px solid;
}

.okyaku-lead h2 span {
	color: #E60012;
}

.illust01 {
	position: absolute;
	right: -95px;
	top: 3px;
}

.more-link {
	padding: 12px 10px;
	background-color: #F8B500;
	border-radius: 10px;
	position: relative;
}

.more-link h3 {
	margin: 0 0 8px;
	text-align: center;
}

.more-link h3 img {
	width: 100%;
	height: auto;
	max-width: 300px;
}

.illust02 {
	position: absolute;
	right: 20px;
	top: -62px;
}

.more-link-list ul {
	letter-spacing: -.40em;
	text-align: center;
	vertical-align: middle;
}

.more-link-list ul li {
	display: inline-block;
	vertical-align: middle;
}








