/* CSS Document */

.right{
	text-align:right;
	}

.center {
	text-align:center;
	}
	
.form-group{
	padding-top:15px;
	padding-bottom:15px;
	}
/*
input{
	ime-mode:disabled;
	}
*/	

.subtitle {
  font-size: 16px;
}


.en {
  font-size: 9px;
/*  color: #a6a6a6;*/
}
.en2 {
  font-size: 12px;
}
.jp {
  padding-top: -10px;
  font-size: 14px;
}
.en_h1 {
  font-size: 18px;
}
.h1sub {
  font-size: 18px;
}
.small {
  font-size: 8pt;
}
.mg5 {
	margin: 5px;
}
.warning {
  color: #d00;
}




.footer:before {
  display: block;
  clear: both;
  content: "";
}
.footer {
	margin:80px 0 20px 0;
	text-align: center;
}

.btn-lg {
 padding-left:50px;
 padding-right:50px;
}

@media (min-width: 992px) {
  #jumbo_h1 {
    display: block !important;;
  }
  #jumbo_h3 {
    display: block !important;;
  }
  #jumbo_h1_small {
    display: none !important;;
  }
  #jumbo_h3_small {
    display: none !important;;
  }
}
@media screen and (max-width: 991px) {
  #jumbo_h1 {
    display: none !important;;
  }
  #jumbo_h3 {
    display: none !important;;
  }
  #jumbo_h1_small {
    display: block !important;;
  }
  #jumbo_h3_small {
    display: block !important;;
  }

}


.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: 40px;
  padding: 0 40px 0 20px;
  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%;
}


.fs20 {
  font-size: 20px;
}
.fs16 {
  font-size: 16px;
}

.bold {
  font-weight: bold;
}
.yellow {
  color: #FF4;
}
.bk_yellow {
  background-color:  #FF4;
}
.mgt20 {
  margin-top: 20px;
}
.mgt30 {
  margin-top: 30px;
}
.mgb10 {
  margin-bottom: 10px;
}
.row-steps {
  margin-right: 10px;
}

h2.dot{
    border-bottom: 1px dashed #337ab7;

}

.steps-title {
  font-size: 20px;
  width: 95%;
  margin: 0 .5em 1em 0em;
  background: #337ab7;
  text-decoration: none;
  color: #fff;
  position: relative;
  height: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}


.form-explain {
  min-height: 5em;
}

.steps-title::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #337ab7;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

@media print, screen and (max-width: 768px) {
  .steps-title {
    width: 80%;
    margin: 0 auto 30px;
    background: #337ab7;
    text-decoration: none;
    color: #fff;
    position: relative;
    height: auto;
    text-align: center;
    padding: 10px;
  }
  .steps-title::after {
    content: "";
    display: block;
    border-top: 20px solid #337ab7 !important;
    border-right: 38vw solid transparent !important;
    border-left: 38vw solid transparent !important;
    border-bottom: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -20px !important;
    top: auto !important;
    left: 50%;
    margin-top: 0 !important;
    margin-left: -38vw;
  }
}

