body#advantage .pagetitle {
  background: url("../images/advantage/pagetitle_bg.png") no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
body#advantage .section .subject {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 40%;
  padding: 10em 2em 0;
}
body#advantage .section .subject h3 {
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 1.6;
}
body#advantage .section .subject p {
  color: #980c1d;
}
body#advantage .section .main {
  float: left;
  width: 60%;
}
body#advantage .section .main h4 {
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  color: #980c1d;
  font-weight: bold;
}
body#advantage .section .main p {
  line-height: 1.8;
}
body#advantage .section.even {
  color: #ffffff;
  background-color: #333333;
}
body#advantage .section.even .main h4 {
  color: #ffffff;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 758px) {
  body#advantage .section .subject {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
  }
  body#advantage .section .main {
    float: none;
    width: 100%;
  }
}
