@charset "utf-8";
/* CSS Document */

.button {
  display: inline-block;
  width: 250px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
	background-color: #ff9933;
  color: #fff;
	font-size: 1em;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  position: relative;
  z-index: 2;
  background-color: #ff9933;
  border: 2px solid #ff9933;
  color: #fff;
  line-height: 45px;
}
.button:hover {
  background-color: #fff;
  border-color: #ff9933;
  color: #ff9933;
}
.button::before,
.button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #ff9933;
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #ff9933;
}
.button3 {
  display: inline-block;
  width: 250px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #fff;
  color: #3399cc;
  border: 2px solid #3399cc;
	margin-bottom: 2px;
}

.button2 {
  display: inline-block;
  width: 48.5%;
  height: 45px;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
  outline: none;
	background-color: #3399cc;
  color: #fff;
	font-size: 0.8em;
}
@media only screen and (max-width: 850px) {
.button2 {
	font-size: 0.7em;
}
}
@media only screen and (max-width: 785px) {
.button2 {
	font-size: 0.8em;
}
}
.button2::before,
.button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button2,
.button2::before,
.button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button2 {
  position: relative;
  z-index: 2;
  background-color: #3399cc;
  border: 2px solid #3399cc;
  color: #fff;
  line-height: 45px;
}
.button2:hover {
  background-color: #fff;
  border-color: #3399cc;
  color: #3399cc;
}
.button2::before,
.button2::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #3399cc;
}
.button2::before {
  right: 0;
}
.button2::after {
  left: 0;
}
.button2:hover::before,
.button2:hover::after {
  width: 0;
  background-color: #3399cc;
}
@media only screen and (max-width: 49.25em){
.button{
	margin-bottom: 5px;	
	}
}
.button3 {
  display: inline-block;
  width: 380px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
	background-color:#458E5B;
  color: #fff;
	font-size: 1em;
}
.button3::before,
.button3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button3,
.button3::before,
.button3::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button3 {
  position: relative;
  z-index: 2;
  background-color:#458E5B;
  border: 2px solid #458E5B;
  color: #fff;
  line-height: 45px;
}
.button3:hover {
  background-color: #fff;
  border-color: #458E5B;
  color: #458E5B;
}
.button3::before,
.button3::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #458E5B;
}
.button3::before {
  right: 0;
}
.button3::after {
  left: 0;
}
.button3:hover::before,
.button3:hover::after {
  width: 0;
  background-color: #458E5B;
}
.button4 {
  display: inline-block;
  width: 380px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
background-color:#64BB40;
  color: #fff;
	font-size: 1em;
}
.button4::before,
.button4::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button4,
.button4::before,
.button4::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button4 {
  position: relative;
  z-index: 2;
  background-color:#64BB40;
  border: 2px solid #64BB40;
  color: #fff;
  line-height: 45px;
}
.button4:hover {
  background-color: #fff;
  border-color: #64BB40;
  color: #64BB40;
}
.button4::before,
.button4::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #64BB40;
}
.button4::before {
  right: 0;
}
.button4::after {
  left: 0;
}
.button4:hover::before,
.button4:hover::after {
  width: 0;
  background-color: #64BB40;
}
.button5 {
  display: inline-block;
  width: 200px;
  height: 70px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  outline: none;
background-color:#34800A;
  color: #fff;
	font-size: 0.8em;
}
.button5::before,
.button5::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button5,
.button5::before,
.button5::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button5 {
  position: relative;
  z-index: 2;
  background-color:#34800A;
  border: 2px solid #000;
  color: #fff;
  line-height: 20px;
}
.button5:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.button5::before,
.button5::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #34800A;
}
.button5::before {
  right: 0;
}
.button5::after {
  left: 0;
}
.button5:hover::before,
.button5:hover::after {
  width: 0;
  background-color: #34800A;
}

.button6 {
  display: inline-block;
  width: 180px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  outline: none;
background-color:#34800A;
  color: #fff;
	font-size: 0.8em;
}
.button6::before,
.button6::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button6,
.button6::before,
.button6::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button6 {
  position: relative;
  z-index: 2;
  background-color:#34800A;
  border: 2px solid #000;
  color: #fff;
  line-height: 20px;
}
.button6:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.button6::before,
.button6::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #34800A;
}
.button6::before {
  right: 0;
}
.button6::after {
  left: 0;
}
.button6:hover::before,
.button6:hover::after {
  width: 0;
  background-color: #34800A;
}

.button7 {
  display: inline-block;
  width: 500px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  line-height: 25px;
  outline: none;
background-color:#ff9933;
  color: #fff;
	font-size: 0.8em;
}
.button7::before,
.button7::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button7,
.button7::before,
.button7::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button7 {
  position: relative;
  z-index: 2;
  background-color:#ff9933;
  border: 2px solid #000397;
  color: #fff;
  line-height: 25px;
}
.button7:hover {
  background-color: #fff;
  border-color: #000397;
  color: #ff9933;
}
.button7::before,
.button7::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #ff9933;
}
.button7::before {
  right: 0;
}
.button7::after {
  left: 0;
}
.button7:hover::before,
.button7:hover::after {
  width: 0;
  background-color: #ff9933;
}
.button_ko {
  display: inline-block;
  width: 270px;
  height: 24px;
  text-align: center;
  text-decoration: none;
  line-height: 24px;
  outline: none;
	background-color:#5CB00F;
  color: #fff;
	font-size: 0.9em;
}