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

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about .container {
	margin: 0 20px;
}

#about h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 0;
}

#about h2 img {
	width: 144px;
}

#about .w390 {
	margin-bottom: 40px;
	padding-left: 20px;
	text-align: left;
	position: relative;
	z-index: 0;
}

#about .w390:before {
	content: '';
	width: 20px;
	height: 100%;
	background: #f2f2f2 url(/include/images/bg.png) top / 3px auto;
	position: absolute;
	top: 0;
	left: -20px;
	z-index: -1;
}

#about figure {
	position: relative;
	z-index: 0;
}

#about figure:before {
	content: '';
	width: 70%;
	height: 70%;
	background: #9ad890 url(/include/images/bg.png) top / 3px auto;
	position: absolute;
	top: -20px;
	right: -20px;
	z-index: -1;
}

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

.anchor {
	margin: 30px 20px 0;
	font-size: 0;
	letter-spacing: 0;
}

.anchor li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin: 0 2% 4px 0;
}

.anchor li:nth-of-type(2n) {
	margin-right: 0;
}

.anchor a {
	display: block;
	padding: 10px 0;
	background: #f2f2f2 url(../images/icon_01.png) no-repeat 10px / 9px auto;
	text-decoration: none;
	font-size: 3vw;
	line-height: 1.4;
	letter-spacing: 2px;
	color: #333;
}

.anchor a span {
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #1fa50a;
}

/* ---------------------------------------------------------
	CSS Document target
--------------------------------------------------------- */

.target {
	margin: 0 20px;
	padding-top: 70px;
}

.target .w550 {
}

.target .copy_30 {
	margin-bottom: 20px;
}

.target .name {
	margin-bottom: 30px;
	color: #1fa50a;
}

.target .name span {
	font-weight: bold;
	font-size: 20px;
}

.target .w550 dl {
	margin-bottom: 20px;
	padding: 1px 25px 20px;
	background: #dff4de;
}

.target .w550 dt {
	margin-top: -11px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	color: #1fa50a;
}

.target figure {
	margin-bottom: 40px;
	position: relative;
	z-index: 0;
}

.target figure:before {
	content: '';
	width: 70%;
	height: 70%;
	background: #9ad890 url(/include/images/bg.png) top / 3px auto;
	position: absolute;
	bottom: -20px;
	right: -20px;
	z-index: -1;
}

.target .message {
	margin-bottom: 40px;
	padding-left: 20px;
	position: relative;
	z-index: 0;
}

.target .message:before {
	content: '';
	width: 20px;
	height: 100%;
	background: #f2f2f2 url(/include/images/bg.png) top / 3px auto;
	position: absolute;
	top: 0;
	left: -20px;
	z-index: -1;
}

.target .comment dl {
	margin-bottom: 50px;
	padding: 1px 0 0;
	background: #dff4de;
}

.target .comment dt {
	margin-top: -11px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	font-size: 4.5vw;
	line-height: 20px;
	color: #1fa50a;
}

.target .comment dd {
	padding: 15px 20px 20px;
}

.target .schedule {
	padding: 0 20px 10px;
	border: solid 4px #1fa50a;
	font-size: 0;
	letter-spacing: 0;
}

.target .schedule h4 {
	margin-top: -13px;
	margin-bottom: 20px;
	text-align: center;
}

.target .schedule h4 span {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	background: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 2px;
	color: #1fa50a;
}

.target .schedule dl {
	display: table;
	width: 100%;
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.2;
}

.target .schedule .time dt {
	display: table-cell;
	vertical-align: middle;
	width: 61px;
	padding: 5px 0;
	border-radius: 5px;
	background: #1fa50a;
	text-align: center;
	color: #fff;
}

.target .schedule .time dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
