/*=============== Header ===============*/
@media(max-width: 998px) {
  .top-navi {
    display: none;
  }
  .top-logo {
    float: none;
    width: 40%;
    margin: 0 auto;
  }
}
/*=============== Common ===============*/
@media(max-width: 768px) {
  .pc-on {
    display: none;
  }
  .tb-on {
    display: block;
  }
  .tb-none {
    display: none;
  }
  .sp-on {
    display: none;
  }
  .container-inner {
    width: 94%;
    margin: 0 auto;
    padding: 30px 0;
  }
}
/*========== top-excellent ==========*/
@media(max-width: 768px) {
  .top-excellent-01 {
    width: 70%;
    float: none;
    margin: 0 auto 20px;
  }
  .top-excellent-02 {
    width: 70%;
    float: none;
    margin: 0 auto 20px;
  }
}
/*========== category-box ==========*/
@media(max-width: 768px) {
  .category-box {
    width: 100%;
    margin: 0 auto;
  }
  .icon {
    margin: 0 2% 20px;
    width: 46%;
    float: left;
  }
}
/*========== foot-bana ==========*/
@media(max-width: 768px) {
  .footer-bana {
    margin: 0 auto 30px;
  }
  .keibi-bana {
    width: 46%;
    margin: 0 2% 20px;
  }
}
/*==============================
     Smart Phone
==============================*/
/*=============== Common ===============*/
@media(max-width: 480px) {
  .pc-on {
    display: none;
  }
  .tb-on {
    display: none;
  }
  .tb-none {
    display: none;
  }
  .sp-on {
    display: block;
  }
  .sp-none {
    display: none;
  }
}
/*=============== Header ===============*/
@media screen and (max-width: 480px) {
  .top-logo {
    float: none;
    width: 60%;
    margin: 0 auto;
  }
}
/*========== Container ==========*/
@media screen and (max-width: 480px) {
  .main-tittle {
    font-size: 20px;
  }
}
/*========== fNotice ==========*/
.notice-box {
  height: 150px;
  padding: 10px 2%;
}
/*========== foot-bana ==========*/
@media(max-width: 480px) {
  .keibi-bana {
    width: 70%;
    line-height: 50px;
    float: none;
    text-align: center;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 480px) {
  .hrsm {
    width: 70%;
    float: none;
    margin: 0 auto 10px;
  }
}
/*========== Contact ==========*/
@media screen and (max-width: 480px) {
  #formwrap {
    width: 100%;
    margin: 0 auto;
  }
  table.formtable th, table.formtable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  input[type="text"], textarea {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  input[type="submit"], input[type="reset"], input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }
}