/**/
.c-btnbox.center {
  text-align: center;
}

.c-btn__std {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  background-color: #222222;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: background .4s;
  transition: background .4s;
}

.c-btn__std .p-btn_content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 3;
  padding: 0 22px 0 34px;
  line-height: 70px;

  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.c-btn__std .u-round {
  margin-left: 24px;
}

.u-round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 34px;
  height: 34px;
  border-radius: 99999px;
  background-color: #ffffff;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-round .icon-arrow {
  width: 41.17647%;
  height: 17.64706%;

  fill: #e55536;
}