.About {
  background: url(../images/oem/bg_oem.png) right center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.ExampleList {
  background: #f5f8fb;
  padding: 30px;
}

.ExampleList span {
  text-align: center;
  font-weight: bold;
  color: #004ea2;
  background: #ccdcec;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-block;
  margin: 3px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .ExampleList {
    padding: 10px;
  }
  .ExampleList span {
    padding: 5px 10px;
  }
}

.Step-list td {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  vertical-align: top;
}

.Step-list .step-list__down--blue .step-list__rect {
  background-color: #004ea2;
}

.Step-list .step-list__rect {
  width: 60px;
  background-color: #004ea2;
  -moz-border-radius: 3px 3px 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  position: relative;
}

.Step-list .step-list__rect::after {
  content: '';
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 30px solid #004ea2;
  position: absolute;
  left: 0;
  bottom: -60px;
}

.Content {
  background: url(../images/support/bg_content.png) left bottom no-repeat;
}

@media only screen and (max-width: 767px) {
  .Content {
    -webkit-background-size: 150% auto;
    background-size: 150% auto;
  }
}
