@charset "UTF-8";
@import "../../include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document container
--------------------------------------------------------- */

#container {
	margin: 0 20px;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document title
--------------------------------------------------------- */

.title {
	margin-bottom: 15px;
}

.title h2 {
	margin-bottom: 15px;
	padding: 20px 10px;
	border: solid 1px #ccc;
	background: url(../../include/images/bg-h2.jpg) no-repeat center / auto 100%;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.2;
}

/* ---------------------------------------------------------
	CSS Document entry
--------------------------------------------------------- */

.entry {
	margin-bottom: 50px;
}

.entry h3 {
	margin-bottom: 10px;
	padding: 15px 20px;
	background: #4eba6f url(../../include/images/bg-title02.jpg) left;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
}

.entry .date {
	margin-bottom: 30px;
	position: relative;
	z-index: 0;
}

.entry .date:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #4eba6f;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
}

.entry .date span {
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	background: #fff;
	color: #4eba6f;
}

.entry h4 {
	height: 50px;
	margin-bottom: 15px;
	padding-left: 15px;
	border: solid 1px #ccc;
	background: #f5f5f5;
	font-weight: normal;
	font-size: 17px;
	line-height: 48px;
	position: relative;
}

.entry p {
	margin-bottom: 20px;
}

/* ---------------------------------------------------------
	CSS Document box05
--------------------------------------------------------- */

.box05 {
	margin: 0 -20px 20px;
	padding: 20px;
	background: url(../../include/images/bg-box05.jpg) top;
}

.box05 ul {
	padding: 20px 20px;
	border: solid 2px #4eba6f;
	background: #fff;
}

.box05 li {
	padding-left: 15px;
	position: relative;
}

.box05 li:before {
	position: relative;
	content: '';
	width: 0;
	height: 0;
	margin-top: -3px;
	border: solid 4px transparent;
	border-left: solid 6px #4eba6f;
	position: absolute;
	top: 50%;
	left: 2px;
}

/* ---------------------------------------------------------
	CSS Document btn
--------------------------------------------------------- */

.btn {
	text-align: center;
}

.btn a {
	display: inline-block;
	vertical-align: top;
	min-width: 270px;
	height: 60px;
	margin-bottom: 4px;
	padding: 0 20px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: #ffae00;
	box-shadow: 0 4px 0 0 #b67c00;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	line-height: 60px;
	color: #fff;
}
