.ss_upComment {
    font-size: 80%;
}

.form-msg {
    margin-bottom: 30px;
}

.backbtn {
    margin: 20px auto 0;
}

@media (min-width: 992px) {
    .container {
        width: 800px;
    }
}

h1, h2, h3 {
  margin: 0;
}

#content_header {
  text-align: center;
  background-color: #001f4c;
}

#main_msg {
  text-align: center;
  background-color: #efefef;
  padding-top: 30px;
}

#main_msg h2 {
  margin-bottom: 20px;
}

#solution_list {
  /*width: 863px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;*/
}

#solution_list section {
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 140px;
}

#seminar_icon {
  background-image: url("../img/icon01.png");
}

#ma_icon {
  background-image: url("../img/icon02.png");
}

#event_icon {
  background-image: url("../img/icon03.png");
}

#form {
  /*width: 800px;*/
  margin: 30px auto;
}

#form_title {
  text-align: center;
  margin-top: 30px;
}

.form_body {
  padding: 20px;
  border: 1px solid #efefef;
}

#form_msg {
  margin: 15px 0;
  font-size: 18px;
}

#form button#next {
    font-size: 18px;
    font-weight: bold;
    line-height: 75px;
    display: table;
    padding: 0 65px !important;
    -webkit-transition-duration: .12s;
    transition-duration: .12s;
    -webkit-transition-property: all;
    transition-property: all;
    text-decoration: none;
    letter-spacing: .1em;
    color: white;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 4px solid #23551c;
    background-color: #47AB38;
    margin: 20px auto 0;
    cursor: pointer;
}

#form button#next:hover {
    text-decoration: none;
    color: white;
    border-color: #23551c;
    background-color: #23551c;
}

#ss_inqtitle {
  margin-top: 50px;
}


/** Step bar **/
#step_bar_box {
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
    margin-top: 15px;
}

.step_bar {
    list-style: none;
    margin-bottom: 30px;
}

.step_bar li {
    line-height: 46px;
    color: #a6a6a6;
    text-decoration: none;
    padding: 0 15px 0 35px;
    background: #eee;
    display: inline-block;
}

.step_bar li small {
    font-size: 80%;
}

.step_bar li::after {
    position: relative;
    display: block;
    margin-top: -25px;
    margin-left: auto;
    margin-right: -25px;
    height: 22px;
    width: 20px;
    content: " ";
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    background: #eee;
}

.step_bar li::before {
    float: right;
    display: block;
    margin-bottom: -25px;
    margin-left: auto;
    margin-right: -25px;
    height: 21px;
    width: 20px;
    content: " ";
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    background: #eee;
}

.step_bar li:first-child {
    padding-left: 20px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.step_bar li:last-child {
    padding-left: 35px;
    padding-right: 40px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.step_bar li:last-child::before {
    border: 0;
}

.step_bar li:last-child::after {
    border: 0;
}

.step_bar li.current {
    background: #001f4c;
    color: #fff;
}

.step_bar li.current::before {
    background: #001f4c;
}

.step_bar li.current::after {
    background: #001f4c;
}

.step_bar li.current:last-child {
    margin-right: -35px;
}

.step_bar li.current:last-child::before {
    border: 0;
}

.step_bar li.current:last-child::after {
    border: 0;
}

.pre-scrollable {
    height: 150px;
    border: 3px solid #efefef;
    padding: 20px;
    margin-bottom: 30px;
}
