@charset "utf-8";




.text-color-red    { color: #004EA2; }


/** -------------------------------------------------
 * heading title
 ---------------------------------------------------- **/


.heading-level-1 {
  color: #444;
  /*background: url(../images/bg_htitle_04.png) 0 0 repeat-x;*/
  border-radius: 4px;
  background-image:none;
  background-color:#f0f0f0;
  padding:15px 0;
}
.heading-level-1 span{
  border-left:6px solid #004EA2;
  margin-left:-2px;
  padding-left:17px;
}

.heading-level-2::before {
  background: url(../images/bg_htitle_01.png) 0 0 no-repeat;
}


/** -------------------------------------------------
 * flow
 ---------------------------------------------------- **/
 
.heading-step{
	    border-bottom: 1px solid #004EA2;
}

.anchor-number::before{
	content:url(../images/icon_anccho_redr.png);
}

.heading-step-number::after{
  border-color: #004EA2;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}

.heading-step-number{
  background: #004EA2;
}



.anchor-number{
	color:#000;
}


.step-block::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  border-style: solid;
  border-width: 15px 25px 0 25px;
  border-color: #bbb transparent transparent transparent;
}

/* step-block */
.step-block2 {
  position: relative;
  margin-top: 50px;
  padding-bottom: 40px;
}

.step-block2::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  border-style: none;
  border-width: 15px 25px 0 25px;
  border-color: #0076bf transparent transparent transparent;
}

.contact-box {
    border: none;
	border:2px solid #004EA2;
	position:relative;
  padding:20px;
}
.contact-title {
	position:absolute;
    background: #fff;
    color: #004EA2;
	left: 50%;
    margin-left: -150px;
    text-align: center;
    top: -20px;
	padding:0 10px;
}


.submit-button {
  position: relative;
  width: 300px;
  margin: 50px auto 0;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #4E20D8), color-stop(0.50, #440DE3), color-stop(0.50, #3300CC), color-stop(0.00, #5B2AED));
  background: -webkit-linear-gradient(top, #5B2AED 0%, #440DE3 50%, #3300CC 50%, #4E20D8 100%);
  background: linear-gradient(to bottom, #5B2AED 0%, #440DE3 50%, #3300CC 50%, #4E20D8 100%);
}

/** -------------------------------------------------
 * footer
 ---------------------------------------------------- **/

footer{
	background:#004EA2;
}

.footer-inner {
  width: 890px;
}

/** -------------------------------------------------
 * step
 ---------------------------------------------------- **/

.step-item.active {
  background: #004EA2;
}


.step-item.active::after {
  position: absolute;
  top: 0;
  right: -40px;
  content: '';
  border-color: #004EA2;
  border-style: solid;
  border-width: 20px;
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


/** -------------------------------------------------
 * table
 ---------------------------------------------------- **/
 
 
.auto-text{
	font-weight:normal;
	font-size:12px;
}
