﻿@charset "utf-8";
/* CSS Document */

/* PC用CSS */
@media screen and (min-width: 1025px) {

 .center{
  margin: 0 auto;
  width: 800px;
  }

  .award_overview {
    text-align: center;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .img01 {
    width: 100%;
    max-width: 500px;
    object-fit: contain;
  }

  .img02 {
    width: 100%;
    max-width: 500px;
    object-fit: contain;
  }

  .award_overview p {
    margin-bottom: 0px;
  }

  .award_overview img {
    margin: 2em auto;
  }

  .award_overview div {
    text-align: left;
  }

  table {
    margin-left: 20px;
  }

  table th {
    width: 80px;
  }

  table tr:nth-child(2) th {
    white-space: nowrap;
    overflow: hidden;
  }

  table tr:nth-child(2) th span {
    letter-spacing: 30px;
  }

  table td {
    width: 500px;
    padding-left: 20px;
  }

  table tr:nth-child(3) td {
    white-space: nowrap;
    overflow: visible;
  }

  .award_ceremony {
    margin-top: 20px;
  }

  .award_ceremony .photo_list {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    width: 45%;
  }

  .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) {

   .center{
  margin: 0 auto;
  width: 450px;
  }
  .award_overview {
    text-align: center;
  }

  .award_overview p {
    margin-bottom: 0px;
  }

  .award_overview img {
    margin: 2em auto;
    width: 100%;
  }

  .award_overview div {
    text-align: left;
  }

  table {
    margin-left: 10px;
  }

  table th {
    width: 70px;
  }

  table td {
    padding-left: 20px;
  }

  .award_ceremony {
    margin-top: 20px;
  }

  .award_ceremony .photo_list {
    display: block;
    padding: 0 10px;
    text-align: center;
  }

  .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;
  }

}