
/* ボタン -------------------------------------------------------------- */

a.btn--green {
  color: #fff;
  background-color: #094;
}
a.btn--green:hover {
  color: #fff;
  background: #00a349;
}
a.btn--green.btn--cubic {
  border-bottom: 5px solid #00662d;
  max-width: 20vw;
}


.fa-envelope {
  padding-right: 2%;
}

a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}
a.btn-c {
  font-size: 1.5vw;
  position: relative;
  padding: 4.5rem 3rem 1.5rem 2rem;
  border-radius: 10px;
  margin-left: 2%;
  text-align: center;
   line-height: 50px;
   white-space: nowrap;
}
a.btn-c i.fa {
  margin-right: 1rem;
}
a.btn-a {
  font-size: 1.5rem;
  position: relative;
  padding: 2rem 1rem 2rem 1rem;
  border-radius: 10px;
  margin-left: 2%;
  display: inline-block;
    white-space: nowrap;	
}
a.btn-b {
font-size: 1.5vw;
  position: relative;
  padding: 4.5rem 4rem 3.5rem 4rem;
  background-color: #00B900;
  border-radius: 10px;
  margin-left: 2%;
  text-align: center;
    line-height: 50px;
    white-space: nowrap;
}
.btn1, a.btn1 {
  background: #FFBC03;
  color: #FFFFFF !important;
  padding: 15px 30px;
  border-radius: 10px;
}
.btn1:hover {
  background: #0073C5;
}
.btn01, a.btn01 {
  display: block;
  text-decoration: none;
  padding: 1em 2em 1em 3em;
  color: #00AC9A;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #00AC9A;
  margin-bottom: 1em;
}
.btn01:hover, a.btn01:hover {
  color: #FFFFFF;
  cursor: pointer;
  border: 1px solid #00AC9A;
  background: #00AC9A;
}
.btn01, a.btn01 {
  position: relative;
  display: inline-block;
}
.btn01::before, a.btn01::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #00AC9A;
  border-right: solid 2px #00AC9A;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 8%;
  margin-top: -4px;
}
.btn01:hover::before, a.btn01:hover::before {
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
}
.btn02, a.btn02 {
  display: block;
  text-decoration: none;
  padding: 0.75em 2.5em;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  background: #F1A000;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
}
.btn02:hover, a.btn02:hover {
  color: #FFFFFF;
  cursor: pointer;
  background: #FFBC03;
}
.btn02, a.btn02 {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.btn02::before, a.btn02::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 8%;
  margin-top: -4px;
}
.yellow-bottom {
  background-color: #FFA200;
  padding: 2%;
  padding-left: 5%;
  padding-right: 5%;
  border-radius: 80px;
  border: none;
  cursor: pointer;
  font-size: 2rem;
	
}

