.navbar {
  margin: 0 auto;
  max-width: 850px;
	position: fixed;
	top: 0;
  z-index: 9999;
  background: #ffffff;
}

.nav  {
  width: 100%;
}

.nav_logo {
	width: 25.88%;
  float: left;
}
.nav_01 {
	width: 15.88%;
  float: left;
}
.nav_02 {
	width: 19.41%;
  float: left;
}
.nav a:hover {
  opacity: 1;
}

.nav a img {
    border: 0;
    outline: none!inherit;
}

.footer-sns {
  display: block;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 2%;
}

.footer-sns img {
  width: 5.3%;
}
.page-form {
  display: flex;
  position: fixed;
  bottom: 0;
  justify-content: center;
  z-index: 2;
  transition: 0.5s;
}

.page-form a:hover {
  opacity: 1;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.shine-button {
  position: relative;
  overflow: hidden;
}

.shine-button::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    /* background-color: #fbfbfb; */
    background: linear-gradient(to right,rgba(255,255,255,0), rgba(255,255,255,0.9));
    animation: btn_animation 2.5s ease-in-out infinite;
}

@-webkit-keyframes btn_animation {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

#form .payTable tr td label {
  margin-left: 10px!important;
}
