@charset "utf-8";
.l-container {
  width: 100%;
  margin: 0 auto;
}

#feature {
  box-sizing: border-box;
  width: 1140px;
  margin: 0 auto;
  padding-bottom: 0;
  background: #ccaf9e;
  padding-bottom: 37px;
  font-family:  Meiryo, メイリオ, Helvetica, Arial, sans-serif;
}

.hdr {
  padding: 86px 0 40px;
  margin-bottom: 27px;
}

.inner {
  padding: 60px 0 80px;
  background: #fff;
  width: 990px;
  margin: 0 auto;
}

.inner p {
  margin: 43px 0 0;
  text-align: center;
}

#feature h1,
#feature h2 {
  text-align: center;
}

#feature h1 img{
	margin: 0 0 0 9px;
}

#feature h2 {
  margin: 60px 0 0;
}

#feature ul {
  width: 880px;
  border-top: 1px solid #dedede;
  margin: 0 auto;
}

#feature ul li {
  display: inline-block;
  width: 880px;
  height: 114px;
  text-align: right;
  border-bottom: 1px solid #dedede;
  background-repeat: no-repeat;
  position: relative;
}

#feature ul li a {
/*  position: relative;
  top: 45px;
  right: 21px;  */
}

#feature .brandtop{
	display: inline-block;
	width: 158px;
	height: 26px;
	position: absolute;
	right: 21px;
	top: 42px;
}

#feature ul li.after {
  min-height: 206px;
  margin-top: 0;
  padding: 25px 0;
  height: auto;
}

#feature ul li.after a {
/*  display: inline-block;
  top: 0;
  left: 0;
  right: 0;*/
  width: 100%;
  padding-left: 96px;
  display: flex;
}

#feature ul li.after a:hover p {
  text-decoration: underline;
}

#feature ul li a:hover {
  opacity: .6;
}

#feature ul li.after .right_box {
/*  width: 467px;
  display: table;*/
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#feature ul li.after .right_box img {
  padding: 10px 0 18px 72px;
  display: table-cell;
}

#feature ul li.after .right_box img:last-of-type {
  padding-top: 0;
}

#feature ul li.after a > img {
/*  float: left;*/
  width: 316px;
  height: 206px;
}

#feature ul li.after p {
  width: 300px;
  margin: 0;
  padding-left: 70px;
  font-size: 14px;
  text-align: left;
}

.tit_txt {
  margin: 10px auto 0;
  text-align: center;
}

.pointArea {
  width: 100%;
  color: #fff;
}

.pointAreaInr {
  /*width: 800px;*/
  margin: 0 auto;
  padding: 70px 0;
}

.pointAreaInr h3{
	font-weight: bold;
}
.pointAreaInr h3,
.pointAreaInr p {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
}

.pointArea a{
	color: #fff;
}

.pointAreaInr dl {
  width: 583px;
  margin: 0 auto;
  padding: 39px 0 0;
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: 0.05em;
}

.pointAreaInr dl dt,
.pointAreaInr dl dd a {
  font-weight: bold;
}

.pointAreaInr dl dd a {
  text-decoration: underline;
}

.pointAreaInr dl dd a:hover {
  text-decoration: none;
}

/*.inner p {
  margin-bottom: 60px;
}*/

/*.p_icon {
  display: none !important;
}*/