/* ---- STEP表示定義 -------- */

#smartwizard.sw-theme-arrows .sw-container {
  min-height: 200px
}
#smartwizard.sw-theme-arrows .step-content {
  padding: 10px 0;
  border: 0 solid #d4d4d4;
  background-color: #FFF;
  text-align: left
}
#smartwizard.sw-theme-arrows .sw-toolbar {
  background: #fff;
  border-radius: 0!important;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0!important
}
#smartwizard.sw-theme-arrows .sw-toolbar-top {
  border-bottom-color: #fff!important
}
#smartwizard.sw-theme-arrows .sw-toolbar-bottom {
  border-top-color: #fff!important;
  border-bottom-color: #ddd!important
}
#smartwizard.sw-theme-arrows>ul.step-anchor {
  display: block;
  border: 0 solid #ccc!important;
  padding: 0;
  background: #f5f5f5;
  border-radius: 5px;
  list-style: none;
  overflow: hidden;
  margin-top: 20px
}
#smartwizard.sw-theme-arrows>ul.step-anchor li+li:before {
  padding: 0
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li {
  float: left
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li>a {
  color: #bbb;
  text-decoration: none;
  padding: 10px 0 10px 45px;
  position: relative;
  display: block;
  float: left;
  border-radius: 0;
  outline-style: none;
  background: #ddd
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li>a:after {
  content: " ";
  display: block;
  width: 100%;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #ddd;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li>a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li:first-child>a {
  padding-left: 15px
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li>a:hover {
  color: #bbb;
  text-decoration: none;
  outline-style: none;
  background: #ffc107;
  border-color: #ffc107
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li>a:hover:after {
  border-left-color: #ffc107
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.clickable>a:hover {
  color: #4285f4!important;
  background: #46b8da!important
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.active>a {
  border-color: #5bc0de!important;
  color: #fff!important;
  background: #5bc0de!important
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.active>a:after {
  border-left: 30px solid #5bc0de!important
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.done>a {
  border-color: #5cb85c!important;
  color: #fff!important;
  background: #5cb85c!important
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.done>a:after {
  border-left: 30px solid #5cb85c
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.danger>a {
  border-color: #d9534f!important;
  color: #d9534f!important;
  background: #fff!important
}
#smartwizard.sw-theme-arrows>ul.step-anchor>li.disabled>a, .sw-theme-arrows>ul.step-anchor>li.disabled>a:hover {
  color: #eee!important<div id="entry_as_user" class="form_contents">
}
.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;
    font-size: 10pt;
    display: inline-block;
    /* line-height: 30px; */
    padding: 0 25px 0 10px;
    background-color: #eee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.stepBar .step:before, .stepBar .step:after {
    position: absolute;
    left: -15px;
    display: block;
    content: '';
    background-color: #eee;
    border-left: 4px solid #FFF;
    width: 20px;
    height: 20px;
}

.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: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.stepBar .step:first-child:before, .stepBar .step:first-child:after {
    content: none;
}

.stepBar .step:last-child {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.stepBar .step.current {
    color: #FFF;
    background-color: #26bfa1;
}

.stepBar .step.current:before, .stepBar .step.current:after {
    background-color: #26bfa1;
}

.stepBar.step2 .step {
    width: 50%;
}

.stepBar.step3 .step {
    width: 33.333%;
}

.stepBar.step4 .step {
    width: 25%;
}

.stepBar.step5 .step {
    width: 20%;
}

.font-color-black span {
    color: black;
}

.font-color-alert span {
    color: blue;
}

.backgrond-color-gray {
    background-color: #eeeeee;
}

.layout-padding-subtitle {
    padding: 10px 10px 30px;
}

.terms-subtitle span {
    font-size: 18px;
    color: #000033;
}

.layout-margin-bottom-20 {
    margin-bottom: 20px;
}

.layout-margin-left-20 {
    margin-left: 20px;
}

.layout-margin-left-30 {
    margin-left: 30px;
}

.layout-text-align-center {
    text-align: center;
}

.layout-text-align-left {
    text-align: left;
}

.layout-margin-top-5 {
    margin-top: 5px;
}

.layout-margin-top-10 {
    margin-top: 10px;
}

.layout-margin-top-15 {
    margin-top: 15px;
}

.layout-margin-top-20 {
    margin-top: 20px;
}

.layout-margin-top-30 {
    margin-top: 30px;
}

.panel-with-btn-position {
    position: relative;
}

.panel-btn-position {
    position: absolute;
    right: 10px;
    top: -3px;
}

.image-padding {
    padding-top:2px;
}
