@charset "utf-8";
/* CSS Document */


#pagettl.concept {
	background-image: url("img/ttlbg_concept.jpg");
}

.concept-ssttl {
	font-size: 38px;
	color: #ac8136;
	text-align: center;
	margin: 50px auto 30px;
}
.concept-ssttl:before {
	content: "";
	display: inline-block;
	background: url("img/concept_ssttl_dec_l.png") no-repeat top left;
	width: 54px;
	height: 25px;
}
.concept-ssttl:after {
	content: "";
	display: inline-block;
	background: url("img/concept_ssttl_dec_r.png") no-repeat top left;
	width: 54px;
	height: 25px;
}
.concept-txt {
	font-size: 16px;
  line-height: 2.5em;
	text-align: center;
	width: 500px;
	margin: 0 auto;
}
.concept-txt + .concept-txt {
	margin-top: 40px;
}

.fs-box {
	position: relative;
	background: url("img/fs_box_bg.png") repeat top center;
	box-sizing: border-box;
	border: 5px solid #ac8136;
	width: 100%;
	margin: 34px auto;
}
.fs-list {
	position: relative;
	background: url("img/fs_box_dec.png") repeat-y top center;
}
.fs-box-inner:before {
	content: "";
	background: url("img/fs_box_dec_top.png") no-repeat top center;
	height: 50px;
	width: 100%;
	display: block;
	z-index: 1;
	margin: 0 auto -10px;
}
.fs-box-inner:after {
	content: "";
	background: url("img/fs_box_dec_btm.png") no-repeat top center;
	height: 50px;
	width: 100%;
	display: block;
	z-index: 1;
	margin: 0 auto;
}
.fs-list li {
	box-sizing: border-box;
	padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	
}
.fs-list li + li {
	padding-top: 25px;
}
.fs-box-img {
  width: 118px;
	padding-left: 5px;
	text-align: left;
}
.fs-box-txt {
	width: 516px;
}
.fs-box-txt dt {
	font-size: 24px;
	padding-top: 15px;
	color: #901f24;
	margin-bottom: 14px;
}
.fs-box-txt dd {
	font-size: 16px;
}



