.page-content {
  background: #f5f5f5;
}

.online_content {
  width: 90.667vw;
  text-align: center;
  margin: 16.000vw auto 9.067vw;
}

.online_content h2 {
  font-weight: 600;
  font-size: 4.800vw;
  line-height: 124.9%;
  color: #000000;
  margin: 3.467vw 0 16.533vw;
}

.online_content .group {
  text-align: left;
  font-weight: 600;
  font-size: 4.267vw;
  line-height: 124.9%;
  color: #000000;
}

.online_content .block_wrapper {
  margin: 2.667vw 0 8.000vw;
  border: 0.133vw solid #EBEBEB;
  overflow: hidden;
  border-radius: 3.733vw;
  -webkit-border-radius: 3.733vw;
  -moz-border-radius: 3.733vw;
  -ms-border-radius: 3.733vw;
  -o-border-radius: 3.733vw;
}

.online_content .title {
  display: flex;
  align-items: center;
  height: 11.200vw;
  padding-left: 4.000vw;
  font-weight: 600;
  font-size: 3.733vw;
  line-height: 124.9%;
  color: #000000;
  background: #FAFAFA;
  border-bottom: 0.133vw solid #EBEBEB;
}

.online_content .block_wrapper h4 {
  margin-left: 3.200vw;
}

.online_content .title h4 {
  display: inline-block;
  font-weight: 600;
  font-size: 3.733vw;
  line-height: 124.9%;
  color: #000000;
}

.online_content .block_wrapper>a {
  position: relative;
  display: flex;
  align-items: center;
  height: 12.800vw;
  padding: 0 10.667vw 0 4.000vw;
  background: #FFFFFF;
  border-bottom: 0.133vw solid #EBEBEB;
  transition: all 0.3s;
}

a:visited,
a:active,
a:link,
a:hover {
  color: #595959;
}

.online_content .block_wrapper>a::after {
  content: '';
  position: absolute;
  top: 3.467vw;
  right: 3.467vw;
  width: 5.333vw;
  height: 5.867vw;
  background: url(../../images/onlineBuy/jump.svg) no-repeat center;
  background-size: contain;
}

.online_content .block_wrapper>a:active {
  transform: scale(1.05);
}

.online_content .block_wrapper>a h4 {
  font-weight: 400;
  font-size: 3.733vw;
  line-height: 124.9%;
  color: #595959;
}



.online_content .block_wrapper .btn {
  display: flex;
  align-items: center;
  width: 32.267vw;
  height: 12.267vw;
  background: #FFFFFF;
  border-radius: 11.200vw;
}

.online_content .block_wrapper .btn span {
  font-weight: 400;
  font-size: 4.267vw;
  line-height: 135.9%;
  color: #FB4B42;
  margin: 0 8.000vw 0 5.333vw;
}