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

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

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

#about .h3 {
	margin-bottom: 20px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: normal;
	font-size: 5vmin;
	line-height: 1.5;
	color: #d57d7a;
}

#about .h4 {
	margin-top: 60px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: normal;
	font-size: 5vmin;
	line-height: 1;
	color: #aa9f8a;
}

#about .h4 span {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 25px;
	background: url(../images/line.png) repeat-x bottom / auto 9px;
}

#about figure {
	width: 220px;
	margin: 0 auto 20px;
	text-align: center;
	line-height: 2.5;
}

#about p {
	margin-bottom: 30px;
}

/* ---------------------------------------------------------
	CSS Document law
--------------------------------------------------------- */

#law {
	margin: 0 20px 40px;
}

#law h3 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 5vmin;
	color: #96835e;
}

#law dl {
	margin-top: -1px;
	border: solid 1px #d6d6d5;
	text-align: left;
}

#law dt {
	padding: 15px;
	border-bottom: solid 1px #d6d6d5;
	background: #f3f3f2;
}

#law dd {
	display: table-cell;
	padding: 15px;
}

/* ---------------------------------------------------------
	CSS Document concept
--------------------------------------------------------- */

#concept h3 {
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 5vmin;
	color: #96835e;
}

#concept .article {
	background: #fdf7f5;
}

#concept .article:before {
	display: block;
	content: '';
	height: 8px;
	background: url(../../include/top/message_02.png) repeat-x top;
}

#concept .article:after {
	display: block;
	content: '';
	height: 8px;
	background: url(../../include/top/message_03.png) repeat-x top;
}

#concept .container {
	padding: 30px 20px 20px;
	text-align: left;
}

#concept figure {
	margin-bottom: 30px;
	text-align: center;
}

#concept p {
	margin-bottom: 20px;
}
