@charset "utf-8";

@media print, screen and (max-width: 960px) {
  .main {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 63px;
  }

  #footer {
    height: 250px;
  }
}

@media screen and (max-width: 700px) {
  #footer {
    height: 150px;
  }

  #footer #nav_link li {
    margin: 0 !important;
  }

  #footer #footLogo,
  #footer #nav_link {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .onlyPC {
    display: none !important;
  }

  #adobe_reader {
    display: none;
  }

  .main {
    padding: 10px 10px 80px 10px;
  }

  .content h1 {
    float: initial !important;
  }

  #news_release .content h3 {
    height: 60px;
  }

  #news_release #release_year_txt {
    float: none;
    margin-top: 10px;
    text-align: center;
    display: block;
  }

  .content .sub_menu {
    float: initial;
  }

  .content .sub_menu li {
    float: initial;
    margin-bottom: 4px;
  }

  .content .sub_menu li:after {
    content: none;
  }

  .content .sub_menu li a {
    padding-left: 10px;
  }

  .content h2 {
    margin-top: 40px;
  }

  .content .sbj {
    margin-left: 0px;
  }

  .content .table_1 th,
  .content .table_1 td {
    padding: 5px 0 5px 5px;
    display: block;
    border: 0 !important;
  }

  .content .table_1 th {
    padding: 10px 0 3px 0;
    font-weight: bold;
  }

  .content .table_1 td {
    padding: 0 0 10px 0;
  }

  .content .table_1 th {
    width: initial;
    min-width: 80px;
  }

  .content .table_inq td,
  .content .table_inq th {
    display: block;
    border: 0 !important;
  }

  .content .table_inq th {
    padding: 10px 0 3px 0;
    font-size: 18px;
    font-weight: bold;
  }

  .content .table_inq td {
    padding: 0 0 10px 0;
  }

  .content .table_inq input,
  .content .table_inq textarea {
    width: 100%;
    font-size: 18px;
  }

  .content .table_inq input[type="checkbox"] {
    width: auto;
  }

  .content .detail_content {
    padding: 0;
  }

  #footer {
    padding: 8px 0 5px;
    height: 20px;
  }

  #footer #nav_link {
    display: none;
  }

  #footer #footNavi2 #footCopy,
  #footer #footNavi2 ul,
  #footer #footNavi2 li {
    float: none;
    text-align: center;
  }
  #footer #footNavi2 {
    padding-top: 10px;
  }

  #footer #copyright {
    margin-top: 0px;
    font-size: 10px;
  }
}

.form-box {
  display: flex;
  flex-direction: column;
}

.form-box label {
  display: flex;
  width: 20rem;
}
