@media screen and (max-width: 769px) {
  /*----------------------------------------
		.form
	----------------------------------------*/
  .form {
    padding: 3rem 0 0;
    background: url(../images/back-form.png) no-repeat center bottom;
    background-size: cover;
  }
  .form .inner {
    padding-bottom: 2rem;
    background-color: #e4ba5e;
    background: #e4ba5e;
    background: -webkit-gradient(linear, left top, right top, from(#e4ba5e), to(#f9cb5e));
    background: linear-gradient(to right, #e4ba5e 0%, #f9cb5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
    background-image: -webkit-gradient(linear, left top, right top, from(#e4ba5e), color-stop(4%, #dfb358), color-stop(7%, #d6a64c), color-stop(10%, #ca953d), color-stop(12%, #bb802a), color-stop(17%, #9b5302), color-stop(19%, #9b5302), color-stop(22%, #b67b28), color-stop(26%, #ce9e49), color-stop(30%, #deb660), color-stop(33%, #e9c66f), color-stop(35%, #edcc75), color-stop(36%, #edcb74), color-stop(38%, #d8a137), color-stop(39%, #d7a036), color-stop(42%, #fbf1d3), color-stop(42%, #fdf5da), color-stop(42%, #fdf6db), color-stop(52%, #f6e284), color-stop(59%, #f5c865), color-stop(59%, #f1c362), color-stop(59%, #ecbe60), color-stop(59%, #ddaf58), color-stop(60%, #c99b4e), color-stop(60%, #a4763c), color-stop(60%, #885a2d), color-stop(60%, #683a1e), color-stop(61%, #340603), color-stop(61%, #2e0000), color-stop(65%, #1e0e00), color-stop(65%, #2b1804), color-stop(66%, #3e2609), color-stop(66%, #674415), color-stop(67%, #a97628), color-stop(67%, #b27d2b), color-stop(67%, #b58330), color-stop(68%, #cba54e), color-stop(70%, #dfc46a), color-stop(71%, #ebd77b), color-stop(72%, #f3e385), color-stop(74%, #f6e88a), color-stop(75%, #f6e98c), color-stop(83%, #f5f1ad), color-stop(86%, #f6f4d9), color-stop(88%, #f3f4fe), color-stop(88%, #f2f1f6), color-stop(91%, #d59815), color-stop(91%, #d79c1a), color-stop(95%, #fceda4), color-stop(95%, #fceea4), to(#f9cb5e));
    background-image: linear-gradient(to right, #e4ba5e 0%, #dfb358 4%, #d6a64c 7%, #ca953d 10%, #bb802a 12%, #9b5302 17%, #9b5302 19%, #b67b28 22%, #ce9e49 26%, #deb660 30%, #e9c66f 33%, #edcc75 35%, #edcb74 36%, #d8a137 38%, #d7a036 39%, #fbf1d3 42%, #fdf5da 42%, #fdf6db 42%, #f6e284 52%, #f5c865 59%, #f1c362 59%, #ecbe60 59%, #ddaf58 59%, #c99b4e 60%, #a4763c 60%, #885a2d 60%, #683a1e 60%, #340603 61%, #2e0000 61%, #1e0e00 65%, #2b1804 65%, #3e2609 66%, #674415 66%, #a97628 67%, #b27d2b 67%, #b58330 67%, #cba54e 68%, #dfc46a 70%, #ebd77b 71%, #f3e385 72%, #f6e88a 74%, #f6e98c 75%, #f5f1ad 83%, #f6f4d9 86%, #f3f4fe 88%, #f2f1f6 88%, #d59815 91%, #d79c1a 91%, #fceda4 95%, #fceea4 95%, #f9cb5e 100%);
  }
  .form br {
    display: block;
  }
  .form form {
    margin: 0 auto;
    padding: 2rem 2rem 3rem;
    width: 90%;
    background: #000;
    border: .3rem solid #fff;
    box-shadow: 0 0 5px #000;
  }
  .form h3 img {
    margin-top: -4.2%;
  }
  .form .timer {
    margin: 0 auto 3%;
    text-align: center;
  }
  .form .timer p {
    margin-bottom: .5em;
    font-size: 11px;
    font-size: 2.9vw;
    color: #fff;
    font-weight: bold;
    line-height: 200%;
  }
  .form .timer em {
    font-size: 23px;
    font-size: 6.1vw;
    font-weight: bold;
  }
  .form .timer span {
    padding: .5em 2%;
    width: 100%;
    font-size: 18px;
    font-size: 4.8vw;
    text-shadow: 1px 1px 0px #000;
    background-color: #ef2617;
    background: #ef2617;
    background: -webkit-gradient(linear, left top, right top, from(#ef2617), to(#fcc605));
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
    display: inline-block;
    border-radius: .5rem;
  }
  .form input[type=text] {
    margin: 0 auto 2%;
    padding: .4em 3%;
    width: 100%;
    font-size: 18px;
    font-size: 4.8vw;
    color: #272f6b;
    line-height: 160%;
    border: 3px solid #272f6b;
    background: #fff;
  }
  .form .form-input-l {
    padding: .8em 3% !important;
  }
  .form .form-input-round {
    border-radius: 1rem;
  }
  .btn {
    margin: 0 auto;
    padding: 1em 5%;
    width: 100%;
    font-size: 16px;
    font-size: 4.3vw;
    font-weight: bold;
    text-decoration: none;
    line-height: 140%;
    display: block;
    text-align: center;
    border-radius: 2rem;
    -webkit-transition: all  .3s ease;
    transition: all  .3s ease;
    cursor: pointer;
  }
  .btn span {
    font-weight: bold;
  }
  .btn a {
    font-weight: bold;
    text-decoration: none;
  }
  .btn2 {
    font-size: 14px;
    font-size: 3.7vw;
    line-height: 170%;
    letter-spacing: -.05em;
  }
  .btn2 .free {
    padding: .5em;
    font-size: 30px;
    font-size: 8vw;
    font-weight: bold;
    letter-spacing: .05em;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
  }
  .btn-gold {
    color: #272f6b;
    background-color: #fddf9c;
    background: #fddf9c;
    background: -webkit-gradient(linear, left top, left bottom, from(#fddf9c), to(#d29e3e));
    background: linear-gradient(to bottom, #fddf9c 0%, #d29e3e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #272f6b;
    border: .5rem solid #272f6b;
  }
  .btn-gold a {
    color: #272f6b;
  }
  .btn-gold .free {
    color: #fff;
    background: #272f6b;
  }
  .btn-green {
    color: #fff;
    background-color: #1ca800;
    background: #1ca800;
    background: -webkit-gradient(linear, left top, left bottom, from(#1ca800), to(#0b8e14));
    background: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #176802;
  }
  .btn-green a {
    color: #fff;
  }
  .btn-green .free {
    color: #1ca800;
  }
  .btn-red {
    color: #fff;
    background-color: #ff3333;
    background: #f33;
    background: -webkit-gradient(linear, left top, left bottom, from(#f33), to(#c62c2c));
    background: linear-gradient(to bottom, #f33 0%, #c62c2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #7f1c1c;
  }
  .btn-red a {
    color: #fff;
  }
  .btn-red .free {
    color: #f33;
  }
  .btn-blue {
    color: #fff;
    background-color: blue;
    background: #00f;
    background: -webkit-gradient(linear, left top, left bottom, from(#00f), to(#0000ce));
    background: linear-gradient(to bottom, #00f 0%, #0000ce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #000070;
  }
  .btn-blue a {
    color: #fff;
  }
  .btn-blue .free {
    color: #00f;
  }
  .btn-orange {
    color: #fff;
    background-color: #ffaf4b;
    background: #ffaf4b;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffaf4b), to(#ff920a));
    background: linear-gradient(to bottom, #ffaf4b 0%, #ff920a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #bf6007;
  }
  .btn-orange a {
    color: #fff;
  }
  .btn-orange .free {
    color: #ffaf4b;
  }
  .hover {
    box-shadow: none;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  .btn-mov {
    -webkit-animation: bounce 2.6s ease infinite;
            animation: bounce 2.6s ease infinite;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  @-webkit-keyframes bounce {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    7.69231% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    15.38462% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    30.76923% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
    38.46154% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    46.15385% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
    61.53846% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes bounce {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    7.69231% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    15.38462% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    30.76923% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
    38.46154% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    46.15385% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
    61.53846% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  /*----------------------------------------
		ylppc
	----------------------------------------*/
  .company-info {
    padding: 5% 5% 0;
    background: #3e1500;
  }
  .company-info p {
    margin-bottom: 0 !important;
    color: #fff;
  }
  .company-info a {
    color: #3e1500;
  }
  .company-info .company-info-logo {
    margin: 0 auto;
    width: 50%;
  }
  .company-info .company-info-time {
    width: 100%;
    font-size: 3px;
    font-size: 0.8vw;
    text-align: center;
  }
  .company-info .company-info-tel {
    width: 100%;
    font-size: 5px;
    font-size: 1.3vw;
    text-align: center;
  }
  .company-info .company-info-tel i {
    margin-right: 5px;
  }
  .company-info .company-info-contact {
    width: 100%;
  }
  .company-info .company-info-contact a {
    width: 100%;
    padding: 3px;
    font-size: 12px;
    font-size: 3.2vw;
    text-align: center;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #3e1500;
  }
  .company-info .company-info-contact a:hover {
    color: #fff;
    background: #3e1500;
    border: 1px solid #fff;
  }
  #company-info-detail .attention {
    margin-bottom: 2em !important;
    padding: 5%;
    width: 100%;
    background: #fff;
    border: 1px dotted #333;
  }
  #company-info-detail .attention h3 {
    margin-bottom: 1em !important;
    padding-left: 1.3333333333vw;
    font-size: 13px;
    font-size: 3.5vw;
    border-left: 3px solid #0065be;
  }
  #company-info-detail .attention ul {
    margin-bottom: 3em;
  }
  #company-info-detail .attention li {
    margin-bottom: 1em !important;
    font-size: 8px;
    font-size: 2.1vw;
  }
  #company-info-detail .attention p {
    margin-bottom: 3%;
    font-size: 8px;
    font-size: 2.1vw;
  }
  #company-info-detail .detail {
    width: 100%;
    font-size: 8px;
    font-size: 2.1vw;
  }
  #company-info-detail .detail table {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    background: #fff;
  }
  #company-info-detail .detail th {
    padding: 1.3333333333vw;
    width: 20%;
    color: #FFF;
    vertical-align: middle;
    background: #666;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  #company-info-detail .detail td {
    padding: 1.3333333333vw;
    width: 40%;
    vertical-align: middle;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  #company-info-detail .detail .kind {
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #666;
  }
  #company-info-detail .detail .kind_mail {
    color: #FFF;
    text-align: center;
    font-weight: bold;
    background: #920000;
  }
  #company-info-detail .detail td {
    text-align: center;
  }
  #company-info-detail .detail_txt {
    padding: 5%;
  }
  #company-info-detail .detail_txt .inner {
    margin-bottom: 3em;
  }
  #company-info-detail .detail_txt h3 {
    margin-bottom: .5em;
    padding-left: 1.3333333333vw;
    font-size: 11px;
    font-size: 2.9vw;
    border-left: 3px solid #0065be;
  }
  #company-info-detail .detail_txt p {
    font-size: 8px;
    font-size: 2.1vw;
    line-height: 160%;
  }
}

@media screen and (min-width: 769px) {
  /*----------------------------------------
		.form
	----------------------------------------*/
  .form {
    padding: 5% 0;
    background: url(../images/back-form.png) no-repeat center bottom fixed;
    background-size: cover;
  }
  .form .inner {
    margin: 0 auto;
    padding-bottom: 5%;
    width: 60% !important;
    min-width: 800px;
    background-color: #e4ba5e;
    background: #e4ba5e;
    background: -webkit-gradient(linear, left top, right top, from(#e4ba5e), to(#f9cb5e));
    background: linear-gradient(to right, #e4ba5e 0%, #f9cb5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
    background-image: -webkit-gradient(linear, left top, right top, from(#e4ba5e), color-stop(4%, #dfb358), color-stop(7%, #d6a64c), color-stop(10%, #ca953d), color-stop(12%, #bb802a), color-stop(17%, #9b5302), color-stop(19%, #9b5302), color-stop(22%, #b67b28), color-stop(26%, #ce9e49), color-stop(30%, #deb660), color-stop(33%, #e9c66f), color-stop(35%, #edcc75), color-stop(36%, #edcb74), color-stop(38%, #d8a137), color-stop(39%, #d7a036), color-stop(42%, #fbf1d3), color-stop(42%, #fdf5da), color-stop(42%, #fdf6db), color-stop(52%, #f6e284), color-stop(59%, #f5c865), color-stop(59%, #f1c362), color-stop(59%, #ecbe60), color-stop(59%, #ddaf58), color-stop(60%, #c99b4e), color-stop(60%, #a4763c), color-stop(60%, #885a2d), color-stop(60%, #683a1e), color-stop(61%, #340603), color-stop(61%, #2e0000), color-stop(65%, #1e0e00), color-stop(65%, #2b1804), color-stop(66%, #3e2609), color-stop(66%, #674415), color-stop(67%, #a97628), color-stop(67%, #b27d2b), color-stop(67%, #b58330), color-stop(68%, #cba54e), color-stop(70%, #dfc46a), color-stop(71%, #ebd77b), color-stop(72%, #f3e385), color-stop(74%, #f6e88a), color-stop(75%, #f6e98c), color-stop(83%, #f5f1ad), color-stop(86%, #f6f4d9), color-stop(88%, #f3f4fe), color-stop(88%, #f2f1f6), color-stop(91%, #d59815), color-stop(91%, #d79c1a), color-stop(95%, #fceda4), color-stop(95%, #fceea4), to(#f9cb5e));
    background-image: linear-gradient(to right, #e4ba5e 0%, #dfb358 4%, #d6a64c 7%, #ca953d 10%, #bb802a 12%, #9b5302 17%, #9b5302 19%, #b67b28 22%, #ce9e49 26%, #deb660 30%, #e9c66f 33%, #edcc75 35%, #edcb74 36%, #d8a137 38%, #d7a036 39%, #fbf1d3 42%, #fdf5da 42%, #fdf6db 42%, #f6e284 52%, #f5c865 59%, #f1c362 59%, #ecbe60 59%, #ddaf58 59%, #c99b4e 60%, #a4763c 60%, #885a2d 60%, #683a1e 60%, #340603 61%, #2e0000 61%, #1e0e00 65%, #2b1804 65%, #3e2609 66%, #674415 66%, #a97628 67%, #b27d2b 67%, #b58330 67%, #cba54e 68%, #dfc46a 70%, #ebd77b 71%, #f3e385 72%, #f6e88a 74%, #f6e98c 75%, #f5f1ad 83%, #f6f4d9 86%, #f3f4fe 88%, #f2f1f6 88%, #d59815 91%, #d79c1a 91%, #fceda4 95%, #fceea4 95%, #f9cb5e 100%);
  }
  .form h3 {
    text-align: center;
  }
  .form h3 img {
    margin-top: -4.2%;
  }
  .form .timer {
    margin: 0 auto;
    text-align: center;
  }
  .form .timer p {
    margin-bottom: 1em;
    font-size: 25px;
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
    line-height: 200%;
  }
  .form .timer em {
    font-size: 50px;
    font-size: 5rem;
    font-weight: bold;
  }
  .form .timer span {
    margin-bottom: .5em;
    padding: 1%;
    width: 100%;
    font-size: 35px;
    font-size: 3.5rem;
    text-shadow: 1px 1px 0px #000;
    font-weight: bold;
    background-color: #ef2617;
    background: #ef2617;
    background: -webkit-gradient(linear, left top, right top, from(#ef2617), to(#fcc605));
    background: linear-gradient(to right, #ef2617 0%, #fcc605 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
    display: inline-block;
    border-radius: 1rem;
  }
  .form form {
    margin: 0 auto;
    padding: 5%;
    width: 85%;
    text-align: center;
    background: #000;
    border: .8rem solid #fff;
    box-shadow: 0 0 10px #000;
  }
  .form input[type=text] {
    margin: 0 auto .3em;
    padding: .2em 3%;
    width: 100%;
    font-size: 35px;
    font-size: 3.5rem;
    color: #272f6b;
    line-height: 160%;
    border: 3px solid #272f6b;
    background: #fff;
  }
  .form .form-input-l {
    padding: .6em 3% !important;
  }
  .form .form-input-round {
    border-radius: 20px;
  }
  .btn {
    margin: 0 auto;
    padding: 1em;
    width: 100%;
    max-width: 600px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
    line-height: 160%;
    text-decoration: none;
    display: block;
    border-radius: 2rem;
    -webkit-transition: all  .3s ease;
    transition: all  .3s ease;
    cursor: pointer !important;
    position: relative;
  }
  .btn span {
    font-weight: bold;
    cursor: pointer;
  }
  .btn:hover {
    box-shadow: none;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    cursor: pointer;
  }
  .btn:before {
    content: "";
    position: absolute;
    top: 24%;
    right: 3%;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #3d53f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3d53f5), to(#272f6b));
    background-image: linear-gradient(to bottom, #3d53f5 0%, #272f6b 100%);
    cursor: pointer;
  }
  .btn:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 3.8%;
    border: .8rem solid transparent;
    border-left: 1.2rem solid #fff;
    cursor: pointer;
  }
  .btn a {
    text-decoration: none;
    font-weight: bold;
  }
  .btn2 {
    padding: .5em;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 150%;
    letter-spacing: -.05em;
  }
  .btn2 .free {
    padding: .3em 6.5%;
    font-size: 70px;
    font-size: 7rem;
    font-weight: bold;
    letter-spacing: .05em;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
  }
  .btn2:before {
    top: 38%;
  }
  .btn2:after {
    top: 46%;
  }
  .btn-gold {
    color: #272f6b;
    background-color: #fddf9c;
    background: #fddf9c;
    background: -webkit-gradient(linear, left top, left bottom, from(#fddf9c), to(#d29e3e));
    background: linear-gradient(to bottom, #fddf9c 0%, #d29e3e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #272f6b;
    border: .5rem solid #272f6b;
  }
  .btn-gold a {
    color: #272f6b;
  }
  .btn-gold .free {
    color: #fff;
    background: #272f6b;
  }
  .btn-green {
    color: #fff;
    background-color: #1ca800;
    background: #1ca800;
    background: -webkit-gradient(linear, left top, left bottom, from(#1ca800), to(#0b8e14));
    background: linear-gradient(to bottom, #1ca800 0%, #0b8e14 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #176802;
  }
  .btn-green a {
    color: #fff;
  }
  .btn-green .free {
    color: #1ca800;
  }
  .btn-red {
    color: #fff;
    background-color: #ff3333;
    background: #f33;
    background: -webkit-gradient(linear, left top, left bottom, from(#f33), to(#c62c2c));
    background: linear-gradient(to bottom, #f33 0%, #c62c2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #7f1c1c;
  }
  .btn-red a {
    color: #fff;
  }
  .btn-red .free {
    color: #f33;
  }
  .btn-blue {
    color: #fff;
    background-color: blue;
    background: #00f;
    background: -webkit-gradient(linear, left top, left bottom, from(#00f), to(#0000ce));
    background: linear-gradient(to bottom, #00f 0%, #0000ce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #000070;
  }
  .btn-blue a {
    color: #fff;
  }
  .btn-blue .free {
    color: #00f;
  }
  .btn-orange {
    color: #fff;
    background-color: #ffaf4b;
    background: #ffaf4b;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffaf4b), to(#ff920a));
    background: linear-gradient(to bottom, #ffaf4b 0%, #ff920a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
    box-shadow: 0 1rem 0 #bf6007;
  }
  .btn-orange a {
    color: #fff;
  }
  .btn-orange .free {
    color: #ffaf4b;
  }
  .btn-mov {
    -webkit-animation: bounce 2.6s ease infinite;
            animation: bounce 2.6s ease infinite;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .btn-mov:hover {
    -webkit-animation: none;
            animation: none;
  }
  @-webkit-keyframes bounce {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    7.69231% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    15.38462% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    30.76923% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
    38.46154% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    46.15385% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
    61.53846% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes bounce {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    7.69231% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    15.38462% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    30.76923% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
    38.46154% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    46.15385% {
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }
    61.53846% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .voice .caution {
    padding: .3em .3em;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    background: #900;
  }
  /*----------------------------------------
		ylppc
	----------------------------------------*/
  .company-info {
    padding: 2em 0 .5em;
    background: #3e1500;
  }
  .company-info .inner {
    margin: 0 auto;
    padding: 0 3%;
    min-width: 760px;
    max-width: 1000px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
  }
  .company-info p {
    margin-bottom: 0 !important;
    color: #fff;
  }
  .company-info .company-info-logo {
    margin-bottom: 0 !important;
    width: 20%;
  }
  .company-info .company-info-time {
    margin-bottom: 0 !important;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .company-info .company-info-tel {
    margin-bottom: 0 !important;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .company-info .company-info-tel i {
    margin-right: 5px;
  }
  .company-info .company-info-contact {
    margin-bottom: 0 !important;
  }
  .company-info .company-info-contact a {
    padding: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #3e1500;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #3e1500;
  }
  .company-info .company-info-contact a:hover {
    color: #fff;
    background: #3e1500;
    border: 1px solid #fff;
  }
  #company-info-detail {
    padding: 2em 2%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  #company-info-detail .attention {
    padding: 2em 2%;
    width: 30%;
    background: #fff;
    border: 1px dotted #333;
  }
  #company-info-detail .attention h3 {
    margin-bottom: .5em;
    padding: .2em 0 .2em .5em;
    font-size: 13px;
    font-size: 1.3rem;
    border-left: 3px solid #0065be;
  }
  #company-info-detail .attention ul {
    margin-bottom: 3em;
  }
  #company-info-detail .attention li {
    margin-bottom: .5em;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
  }
  #company-info-detail .attention p {
    margin-bottom: 1em;
    font-size: 11px;
    font-size: 1.1rem;
  }
  #company-info-detail .detail {
    width: 43%;
  }
  #company-info-detail .detail table {
    font-size: 13px;
    font-size: 1.3rem;
    background: #fff;
  }
  #company-info-detail .detail th {
    width: 20%;
    color: #fff;
    vertical-align: middle;
    background: #666;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  #company-info-detail .detail td {
    padding: 2.5em;
    width: 40%;
    vertical-align: middle;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
  }
  #company-info-detail .detail .kind {
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #666;
  }
  #company-info-detail .detail .kind_mail {
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #920000;
  }
  #company-info-detail .detail td {
    margin-bottom: .5em;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
  #company-info-detail .detail_txt {
    width: 26%;
  }
  #company-info-detail .detail_txt .inner {
    margin-bottom: 3em;
  }
  #company-info-detail .detail_txt h3 {
    margin-bottom: .5em;
    padding: .2em 0 .2em .5em;
    font-size: 13px;
    font-size: 1.3rem;
    border-left: 3px solid #0065be;
  }
  #company-info-detail .detail_txt p {
    margin-bottom: .5em;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
