@charset "utf-8";

/*--------------------

/support/authentication.html
.steps

--------------------*/

/*----------steps start----------*/

.steps img {
  max-width: 100%;
  height: auto;
}

.steps__sectioning03,
.steps__sectioning04 {
  margin: 10px 0 0;
}

.steps__item-inner {
  margin: 0 auto;
  width: 60vw;
  /*	text-align: center;*/
}

.steps__number {
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  background-color: #000;
}

.steps__fig {
  margin: 10px auto 0;
  border: 1px solid #ccc;
}

.steps__explanation {
  margin: 15px auto 0;
  width: 70vw;
}

.steps__summary {
  font-weight: bold;
}

.steps__note {
  margin: 10px 0 0;
}

.steps__note-item {
  margin: 0 0 0 1em;
  text-indent: -1em;
}

.steps__note-item--red {
  color: #c80000;
}

.btn-registration {
  text-align: center;
}

.participate__btn-registration {
  margin: 45px 0 0;
}

.btn-registration__link {
  display: inline-block;
  padding: 8px 0;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 6px;
  background-color: #e60012;
  box-shadow: 0 3px 0 0 #c0c0c0;
}

.btn-registration__link:link,
.btn-registration__link:hover,
.btn-registration__link:visited,
.btn-registration__link:active,
.btn-registration__link:focus {
  color: #fff;
  text-decoration: none;
}

.btn-registration__link:hover,
.btn-registration__link:active,
.btn-registration__link:focus {
  opacity: 0.75;
}

.btn-registration__link::after {
  content: url(../../common/images/swiper/icon-registration.gif);
  margin: 0 0 0 8px;
}

/*----------steps end----------*/
