@charset "utf-8";
@media screen and (max-width: 768px) {
  /* form */
  body {
    min-width: auto;
    border-top: 4px solid #1B7FC4;
    padding: 3px;
    margin: 0;
  }
  body * {
    max-width: 100%;
    line-height: initial;
  }
  .header_menu_inner h1.header_logo {
    float: none;
    width: auto;
    display: inline-block;
    max-width: 75%;
    margin: 0 auto 0 10px;
  }
  .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 47px;
    height: 45px;
  }
  #header #pankuzu {
    margin: 0 auto;
    padding: 5px;
  }
  div#main {
    padding: 0 10px 50px 10px;
    margin: 20px auto 0 auto;
    width: auto;
  }
  #box .inner {
    padding: 0;
  }
  #box, #header #pankuzu, .header_menu_inner {
    min-width: auto!important;
    float: none!important;
    width: auto!important;
    margin: 0 auto!important;
  }
  .header_menu_inner h1.header_logo {
    float: none;
    width: auto;
    padding: 0;
    height: auto;
  }
  .header_top, .global_nav {
    display: none;
  }
  .footer_menu {
    padding: 30px 10px;
  }
  .footer_menu .nav_item {
    float: left;
    line-height: 25px;
  }
  img[title="SPIRAL SEAL"] {
    float: none!important;
    margin: 5px auto;
  }
  .footer_menu .nav_item .nav_link {
    font-size: 12px!important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  td input[type="text"] {
    margin: 3px 0;
  }
  input[type="text"][size="2"] {
    width: 2em;
  }
  input[type="text"][size="3"] {
    width: 3em;
  }
  input[type="text"][size="4"] {
    width: 4em;
  }
  input[type="text"][size="5"] {
    width: 5em;
  }
  form {
    width: auto!important;
    margin: 20px auto!important;
  }
  table {
    width: auto!important;
    table-layout: fixed;
    margin: 10px auto!important;
  }
  table th, table td {
    display: block;
    width: auto!important;
    padding: 5px!important;
  }
  table td label {
    margin: 5px 5px 5px auto;
    word-break: break-all;
    width: auto;
    font-size: 14px;
    display: block;
  }
  table tr th>p>span {
    padding: 3px 5px;
    width: auto;
    height: auto;
    font-size: 10px;
    line-height;
  }
  table.contact_table td input, select, td input[type="text"] {
    border-radius: 5px;
    height: auto;
    line-height: 30px;
    margin: 5px 0;
  }
  td input[type="radio"], td input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin: 5px;
  }
  select {
    font-size: 100%;
    padding: 2px;
  }
  textarea {
    width: calc(100% - 10px)!important;
    font-size: 120%;
    border-radius: 5px!important;
    margin: 10px auto;
    border-radius: 2px;
  }
  input, select {
    max-width: 100%;
  }
  ul:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }
  #maker_info .maker_info_box dt {
    display: block;
    width: auto;
    margin: 0 auto 10px;
    min-height: 150px;
    position: relative;
  }
  #maker_info .maker_info_box dt img {
     position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: auto;
  }
  #maker_info .maker_info_box dd {
    display: block;
    padding-left: 0;
  }
  #regist .regist_table + div.clearfix .btn {
    float: none;
    margin-left: 0;
   }
   #regist .regist_table + div.clearfix .logo {
    float: none;
    padding: 20px;
    border-right: 0;
    width: auto;
    text-align: center;
   }
   #regist .regist_table + div.clearfix .txt {
    float: none;
    padding: 0;
    width: auto;
   }
   #regist .regist_table td {
       min-height: 20px;
   }
   #regist > form > p input[src*="/common/btn"] {
       display: block;
    margin: 5px auto;
   }
   
}