@charset "UTF-8";

figure.kaiketsu {
  position: relative;
}
figure.kaiketsu::before {
  content: "解 決";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  background: #68D1CB;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 60px;
}
.container .row.beforeAfterWrap {
  position: relative;
  margin-bottom: 30px;
}
.container .row.beforeAfterWrap::before {
	content: url(../../../../img/useful/luxmore/innovation/arrow_kairyo.svg);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	width: 33px;
	height: 150px;
}
.pointList {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.pointList li {
  width: calc(100% / 2 - 10px);
}
.pointList li:nth-child(n+3) {
  margin-top: 20px;
}
.pointList li dl {
  display: flex;
  flex-flow: row wrap;
  border: 1px solid #68D1CB;
}
.pointList li dl dt {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  background: #68D1CB;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
}
.pointList li dl dt span {
  font-size: 26px;
  line-height: 1;
}
.pointList li dl dd {
  width: calc(100% - 60px);
  padding: 15px;
}
.sec04Cap {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #8a7f66;
  text-align: center;
}



@media screen and (max-width: 991px){
  .container .row.beforeAfterWrap::before {
    content: url(../../../../img/useful/luxmore/innovation/arrow_kairyo_smp.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 150px;
    height: 33px;
  }
}
@media screen and (max-width: 736px){
	.row > div + div {
		margin-top: 40px;
	}
  figure.kaiketsu::before{
    top: -15px;
    left: -15px;
    font-size: 16px;
  }
  .pointList li {
    width: 100%;
  }
  .pointList li+li {
    margin-top: 20px;
  }
}