.regist-container {
    width: 630px;
    margin: 0 auto;
    padding: 0 15px;
}
.regist-container h2 {
  font-size: 1.5rem;
  margin: 10px 0;
}
.fixed-top.container.container-fluid {
  min-width: 660px;
}

.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 60px;
  padding: 0 40px 0 20px;
  background-color: rgb(10, 85, 142);
  color: rgb(149,170,197);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.3rem;
  white-space: nowrap;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: rgb(10, 85, 142);
  border-left: 15px solid #FFF;
  width: 30px;
  height: 30px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.stepBar .step.current {
  color: rgb(10, 85, 142);
  background-color: rgb(247,205, 61);
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: rgb(247,205, 61);
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.user-form input {
  border: 1px solid rgb(27, 72, 137);
}
.btn-next {
  width: 100%;
}
.sentence-link {
  color: rgb(27, 72, 137);
  text-decoration: underline;
}
.completed {
  margin: 100px auto 100px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
.btn-completed .btn {
  margin: 0 auto;
  display: block;
}

.content-area {
  height: 400px;
  border: 1px solid rgb(27, 72, 137);
  border-radius: 20px;
  padding: 10px;
}
.content-area .inner {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}