
/** ***************************************************************************
 * 共用
 * ************************************************************************* */

#main .title-3 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 1.5em;
}

#main .title-3:before {
  content: '';
  position: absolute;
  top: 0.4em;
  left: 12px;
  display: block;
  width: 7px;
  height: 7px;
  background: #0059d3;
  border-radius: 50%;
}

#main .title-3:after {
  content: '';
  position: absolute;
  top: 0.4em;
  left: 0;
  display: block;
  width: 12px;
  height: 1px;
  background: #0059d3;
  margin-top: 3px;
}

/** ***************************************************************************
 * コンテンツ共用
 * ************************************************************************* */

#system .system-contents {
  padding: 20px 15px;
}

#system-1 {
  background-color: #e0ecf4;
}

#system-2 {
  background-color: #f6f6f2;
}

#system-3 {
  background-color: #e7efe2;
}

@media (min-width:737px) {

  #system .system-contents {
    padding: 30px 40px;
  }

  #system .system-contents div.contents {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }

}

/**
 * 画像
 */

#system .system-contents div.contents div.image {
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width:737px) {

  #system .system-contents div.contents div.image {
    width: 40%;
    margin-bottom: 0;
  }

}

/**
 * 内容
 */

#system .system-contents div.contents div.content {
}

#system .system-contents div.contents div.content .button {
  margin-top: 30px;
  text-align: center;
}

#system .system-contents div.contents div.content .button a {
  width: 100%;
  max-width: 400px;
}

@media (min-width:737px) {

  #system .system-contents div.contents div.content {
    width: 56%;
  }

}
