.common_footer {
  margin: 0 0 57px 0;
}
.ask input[type="radio"] + label {
  height: 44px;
}
.ask input[type="radio"] + label::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-left: 3.5px solid #70952e;
  border-bottom: 3.5px solid #70952e;
  transform: rotate(-45deg) translateY(-50%);
  opacity: 0.5;
  left: 25px;
  top: calc(50% - 6px);
}
[type="radio"]:checked + label::after {
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #fff;
  z-index: 0;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
left: 19px;
top: 8px;
}
.contentsBox h2#flow {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  p, li {
    font-size: 16px;
  }
.pc_common_cv_wrap .pc_common_cv_contents .each_btn ul.btn_type_3 li {
  width: 100%;
  margin: 0 auto 1%;
}
}