body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }

a {
  color: #57C300;
  text-decoration: none; }

h1, h2, h3, h4, h5 {
  font-weight: bold; }

#header-main {
  background: #eee;
  text-shadow: 1px 1px 3px #999;
  color: #666; }
  #header-main p {
    background: #eee;
    text-shadow: 1px 1px 2px #999; }

#footer-main {
  background: #eee;
  color: #666; }

#myCarousel {
  width: 1200px;
  height: auto; }

.carousel-item p {
  color: #999999; }

#section-h2 {
  color: #333;
  text-shadow: 1px 1px 3px #999; }
  #section-h2 p {
    text-shadow: 1px 1px 2px #999; }

li {
  list-style: none; }

.btn {
  text-decoration: none;
  color: #333;
  background-color: #E6E6E6; }

.benefits h4 {
  background-image: url("../image2/leaf3.png");
  background-repeat: no-repeat;
  line-height: 24px;
  padding-left: 20px; }
.benefits p {
  margin-bottom: 25px; }

.nav-tabs a {
  color: #57C300;
  text-decoration: none; }
.nav-tabs a:hover {
  color: #265680;
  background-color: #eee; }

.signin-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 22px;
  border-radius: 5px;
  width: 250px;
  height: 60px;
  font-weight: bold;
  border: 1px solid #333333;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #57C300; }

.feature-button {
  border: 2px solid #FB7904;
  color: #FB7904;
  font-weight: bold;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .feature-button.active {
    background-color: #FB7904;
    color: white;
    border-color: #FB7904; }

.signin-button::before, .signin-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #333;
  border-radius: 2px;
  will-change: transform;
  -webkit-transition: .3s;
  transition: .3s; }

.signin-button::before {
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg); }

.signin-button::after {
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg); }

.signin-button:hover::before {
  -webkit-transform: translate(5px, -50%) rotate(30deg);
          transform: translate(5px, -50%) rotate(30deg); }

.signin-button:hover::after {
  -webkit-transform: translate(5px, -50%) rotate(-30deg);
          transform: translate(5px, -50%) rotate(-30deg); }
