﻿@charset "utf-8";
/* CSS Document */

/* PC用CSS */
@media screen and (min-width: 1025px) {

  .new__year__table {
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .new__year__table th {
    border: double 3px #00a73c;
    background: #e6e6e6;
    width: 30%;
    padding: 5px;
    text-align: right;
  }
  .new__year__table th span {
    color: #f00;
  }
  .new__year__table td {
    border: double 3px #00a73c;
    width: 30%;
    padding: 5px;
  }
  .btn__search-chase {
    border: solid 3px #e6e6e6;
    margin: 40px auto;
    text-align: center;
    vertical-align: middle;
    width: 50%;
  }
  /* line 90, scss/style.scss */
  .btn__search-chase input {
    background: #fff;
    border: none;
    color: #00a73c;
    display: block;
    font-size: 20px;
    padding: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-appearance: none;
    width: 100%;
  }
  /* line 97, scss/style.scss */
  .btn__search-chase input:hover {
    background-color: #00a73c;
    color: #FFF;
  }

}

/* スマホ用CSS */
@media screen and (max-width: 1024px) {

  .new__year__table {
    margin: 40px auto;
    width: 90%;
  }
  .new__year__table th {
    border: double 3px #00a73c;
    background: #e6e6e6;
    width: 30%;
    padding: 5px;
    text-align: right;
  }
  .new__year__table th span {
    color: #f00;
  }
  .new__year__table td {
    border: double 3px #00a73c;
    width: 30%;
    padding: 5px;
  }

  .btn__search-chase {
    border: solid 3px #e6e6e6;
    margin: 40px auto;
    text-align: center;
    vertical-align: middle;
    width: 80%;
  }
  /* line 90, scss/style.scss */
  .btn__search-chase input {
    background: #fff;
    border: none;
    color: #00a73c;
    display: block;
    font-size: 16px;
    padding: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-appearance: none;
    width: 100%;
  }
  /* line 97, scss/style.scss */
  .btn__search-chase input:hover {
    background-color: #00a73c;
    color: #FFF;
  }

}


