html {
  margin-top: 0 !important;
}
* html body {
  margin-top: 0 !important;
}
@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
  * html body {
    margin-top: 0 !important;
  }
}
/*------------------------------------------------------------------ 固定ページ ------------------------------------------------------------------*/
.introBox {
  border: 1px solid #b4b4b4;
  background: #fff;
  padding: 9px;
  width: 100%;
  margin: 20px auto;
}
.introBoxInner {
  border: 1px solid #b4b4b4;
  background: #f4f4f4;
  padding: 25px 50px;
  width: 100%;
  color: #000;
  font-size: 15px !important;
  line-height: 1.8em;
}
.introBoxTitle {
  font-size: 25px;
  font-weight: bold;
  color: #f00;
}
@media screen and (max-width: 480px) {
  .introBoxInner {
    padding: 15px 10px;
  }
}
.introBoxTitle {
  font-size: 22px;
  text-align: center;
}
/*------------------------------------------------------------------ /固定ページ ------------------------------------------------------------------*/
.ichiran {
  margin-bottom: 30px !important;
}
ul.ichiranbnr {
  margin: -5px auto 0;
  width: 795px;
}
ul.ichiranbnr li.leftLi {
  width: 390px;
  height: 139px;
  float: left;
  margin: -1px 0 0 3px;
}
ul.ichiranbnr li.rightLi {
  width: 385px;
  height: 139px;
  float: left;
  margin: -1px 0 0 0;
}
ul.ichiranbnr li img {
  width: 100%;
}
button {
  vertical-align: bottom !important;
}
/*------------------------------------------------------------------------------- form -------------------------------------------------------------------------------*/
.inquiry {
  width: 100%;
  margin: 0 auto 30px;
}
.inquiry th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding: 20px;
  width: 30%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
  vertical-align: top;
}
.inquiry td {
  font-size: 13px;
  border: solid 1px #d7d7d7;
  padding: 20px;
}
.must {
  font-size: 7px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
}
.may {
  font-size: 7px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
}
.inquiry input[type="text"],
.inquiry input[type="password"],
.inquiry input[type="datetime"],
.inquiry input[type="datetime-local"],
.inquiry input[type="date"],
.inquiry input[type="month"],
.inquiry input[type="time"],
.inquiry input[type="week"],
.inquiry input[type="number"],
.inquiry input[type="email"],
.inquiry input[type="url"],
.inquiry input[type="search"],
.inquiry input[type="tel"],
.inquiry input[type="color"],
.inquiry select,
.inquiry textarea,
.inquiry .field {
  margin-bottom: 0;
  width: 100%;
  height: 50px;
}
.inquiry textarea {
  padding: 12px;
  width: 100%;
  height: 150px;
  border: solid 1px #d7d7d7;
}
.submit {
  text-align: center;
  margin: 0 auto;
}
#submit-btn {
  padding: 1em;
  width: 80%;
  margin: 0 auto;
  max-width: 350px;
  background: #ffaa56;
  color: #fff;
  font-size: 18px;
  border-radius: 2px;
}
#submit-btn:hover {
  background: #fff;
  color: #ff870f;
  border: 1px solid #ffa042;
}
/*------------------------------------------------------------------------------- /form -------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------- ichiran -------------------------------------------------------------------------------*/
table.ichiran tr.tr1 th.th1 {
  width: 95px;
  font-size: 15px;
  text-align: center;
  padding: 18px 0 0;
  border-right: 1px solid #c8c8c8;
}
table.ichiran tr.tr2 td.td2 {
  vertical-align: middle;
  padding: 0 5px;
  text-align: left;
  border-right: 1px solid #c8c8c8;
}
table.ichiran tr.tr2 td.td2 {
  word-break: break-all !important;
  font-size: 12px !important;
  line-height: 1.6em !important;
  width: 210px !important;
  text-align: left !important;
}
table.ichiran tr.tr2 td.td2 span {
  color: #ef5355 !important;
}
table.ichiran tr.tr2 td.td2 a {
  color: #002cb2;
}
/*------------------------------------------------------------------------------- /ichiran -------------------------------------------------------------------------------*/
/* .content h2 {
  font-size: 20px;
  color: #191919;
  margin: 0 auto 20px;
  font-weight: bold;
} */
.content h3 {
  font-size: 16px;
  color: #191919;
  margin: 0 auto 20px;
  font-weight: bold;
}
.content p {
  font-size: 14px;
  margin: 0 auto 20px;
  color: #191919;
  line-height: 1.5em;
}
@media screen and (max-width: 480px) {
  .wrap {
    width: 100% !important;
    overflow: hidden !important;
  }
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  /*------------------------------------------------------------------------------- form -------------------------------------------------------------------------------*/
  .inquiry th {
    line-height: 1.8em;
  }
  .entry-content .inquiry th,
  .entry-content .inquiry td {
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .entry-content .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7;
  }
  .entry-content .inquiry tr td {
    border-right: 1px solid #d7d7d7;
  }
  .inquiry input[type="text"],
  .inquiry input[type="password"],
  .inquiry input[type="datetime"],
  .inquiry input[type="datetime-local"],
  .inquiry input[type="date"],
  .inquiry input[type="month"],
  .inquiry input[type="time"],
  .inquiry input[type="week"],
  .inquiry input[type="number"],
  .inquiry input[type="email"],
  .inquiry input[type="url"],
  .inquiry input[type="search"],
  .inquiry input[type="tel"],
  .inquiry input[type="color"],
  .inquiry select,
  .inquiry textarea,
  .inquiry .field {
    border: 1px solid #d7d7d7;
  }
  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
  }
  button,
  input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
  }
  /* input[type="radio"] {
    display: none;
  } */
  input[type="radio"]:checked + label {
    background: #ff0000;
  }
  .ajax-loader {
    display: none !important;
  }
  /*------------------------------------------------------------------------------- /form -------------------------------------------------------------------------------*/
  nav {
    padding: 7px 0 !important;
  }
  nav table {
    width: 100%;
    height: 30px;
    margin: 0 auto;
  }
  nav table td {
    width: 20%;
    text-align: center;
  }
  nav table td a {
    color: #fff !important;
    width: 100%;
    font-size: 13px;
    display: block;
    line-height: 0.5em;
  }
}
