#page section h2 {
  text-align: left;
}

#page section h2 strong {
  padding-right: 20px;
  background: #fff;
  position: relative;
  z-index: 2;
}

#page section h2 strong span {
  font-family: Oswald;
  font-size: 5.6rem;
  font-weight: 400;
  opacity: 0.1;
}

#page section h2::before {
  content: attr(data-text);
  font-family: Oswald;
  font-size: 5.6rem;
  font-weight: 400;
  position: absolute;
  left: 60px;
  top: 0;
  z-index: 3;
  opacity: 0.1;
}

#page section h2::after {
  margin: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 65%;
  z-index: 1;
}

#page #s02 h2 strong {
  background: #f2f4f7;
}

#page dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#page dt {
  margin-right: 40px;
  width: 550px;
  text-align: center;
	flex-shrink: 0;
}

#page dt img {
  margin-bottom: 10px;
	width: 550px;
}

#page dd {
  padding-top: 30px;
}

#page dl.imgR {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#page dl.imgR dt {
  margin-left: 40px;
}

@media screen and (max-width: 1024px) {
	
	#page section h2::after { position: static; }
	
  #page dt {
    margin-right: 0;
    padding-right: 30px;
    width: 50%;
  }
  #page dt img {
    max-width: 100%;
  }
  #page dd {
    width: 50%;
  }
  #page dl.imgR dt {
    margin-left: 0;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
	
	#page section h2 { font-size: 2rem; }
	#page section h2 strong span { font-size: 3.2rem; }
	#page section h2::before { font-size: 3.2rem; left: 50px; }
	
  #page dl {
    display: block;
  }
  #page dt {
    margin-right: 0;
    padding-right: 0;
    width: 100%;
  }
  #page dd {
    width: 100%;
  }
  #page dl.imgR dt {
    margin-left: 0;
    padding-left: 0;
  }
}
/*# sourceMappingURL=advantage.css.map */