@charset "UTF-8";



/*

 * float-btn

 */

#support-float-btn,#gas-float-btn{

  position: fixed;

  top: 175px;

  right: -110px;

  z-index: 100;

  transition: 0.5s all ease-in-out;

}

#support-float-btn ul,#gas-float-btn ul {

  overflow: hidden;

  border: 1px solid #bfbfbf;

  border-right: 0px;

  border-top-left-radius: 10px;

  border-bottom-left-radius: 10px;

}



#support-float-btn li a,#gas-float-btn li a {

  display: block;

  height: 60px;

  line-height: 60px;

  width: 190px;

  font-size: 12px;

  padding-left: 45px;

  box-sizing: border-box;

  font-weight: 600;

  transition: 0.3s all;

}



#support-float-btn li a span,#gas-float-btn li a span {

  display: inline-block;

  padding-left: 35px;

}



#support-float-btn li.move a,#gas-float-btn li.move a {

  color: #e62320;

  background: url(/ep/support/images/icon-float-arrow1.png) no-repeat 10px center #fce9e8;

}



#support-float-btn li.move a span,#gas-float-btn li.move a span {

  background: url(/ep/support/images/icon_float_move.png) no-repeat 0 center;

}



#support-float-btn li.move a:hover,#gas-float-btn li.move a:hover {

  background-position-x: 15px;

  filter: brightness(105%);

}



#support-float-btn li.apply a,#gas-float-btn li.apply a {

  color: #0080cb;

  background: url(/ep/support/images/icon-float-arrow2.png) no-repeat 10px center #e6f5ff;

}



#support-float-btn li.apply a span,#gas-float-btn li.apply a span {

  background: url(/ep/support/images/icon_float_apply.png) no-repeat 0 center;

}



#support-float-btn li.apply a:hover,#gas-float-btn li.apply a:hover {

  background-position-x: 15px;

  filter: brightness(105%);

}



#support-float-btn li.trial a,#gas-float-btn li.trial a {

  color: #313131;

  background: url(/ep/support/images/icon-float-arrow3.png) no-repeat 10px center #e5e5e5;

}



#support-float-btn li.trial a span,#gas-float-btn li.trial a span {

  background: url(/ep/support/images/icon_float_trial.png) no-repeat 0 center;

}



#support-float-btn li.trial a:hover,#gas-float-btn li.trial a:hover {

  background-position-x: 15px;

  filter: brightness(105%);

}


.sub-title{
	text-align: center;
	margin: 20px auto;
	color: #313131;
	font-size: 22px;
}