body{
    -webkit-text-size-adjust: 100%;
}
#img_reset{/* テキストエリアの高さをゼロステップと合わせる */
  font-size: 15px;
  padding: 0 5px 39px;
  border-radius: 0;
  border: 1px solid #dddddd;
  background: -webkit-linear-gradient(top, #fff, #dddddd);
  color: #313131;
}
#img_reset,label.upload{/* iOS用、ボタンの色 */
  appearance: none;
  -webkit-appearance: none;
  background-color: #efefef;
  color: #000;
}
label.upload > input {/* 問い合わせフォームのアップロードボタンのスタイルを無効にする */
  display:none; 
}
label.upload {/* 問い合わせフォームのファイル選択ボタン */
  display: inline-block;
  font-size: 15px;
  border-radius: 0;
  padding: 8px 10px;
  border: 1px solid #dddddd;
  background: -webkit-linear-gradient(top, #fff, #dddddd);
  color: #313131;
}
@media (min-width: 0px) and (max-width: 766px) {
  /* 全体 */

  *,
  *:after,
  *:before {
    box-sizing: inherit;
  }

  html {
    box-sizing: border-box;
    font-size: 62.5%;
  }

  body {
    color: #606c76;
    font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino KakuGothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 1.3rem;
    font-weight: 300;
    letter-spacing: .01em;
  }

  body,
  header,
  h1,
  h2,
  h3,
  h4,
  p,
  address,
  blockquote,
  div,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  th,
  td,
  form,
  fieldset,
  input,
  textarea {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }

  article {
    margin: 0 auto;
    max-width: 112.0rem;
    padding: 0 1.5rem;
    position: relative;
    width: 100%;
  }

  section {
    margin-top: 1rem;
  }

  a {
    color: #2490d0;
    text-decoration: none;
  }

  hr {
    border-top: 0.1px solid #DCDCDC;
    clear: both;
  }

  .button,
  button,
  dd,
  dt,
  ul,
  li {
    list-style: none;
  }

}
@media (min-width: 767px) and (max-width: 991px){
  /* 全体 */

  *,
  *:after,
  *:before {
      box-sizing: inherit;
  }

  html {
      box-sizing: border-box;
      font-size: 62.5%;
  }

  body {
      color: #606c76;
      font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino KakuGothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
      font-size: 14px;
      font-weight: 300;
      letter-spacing: .01em;
  }

  body,
  header,
  h1,
  h2,
  h3,
  h4,
  p,
  address,
  blockquote,
  div,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  th,
  td,
  form,
  fieldset,
  input,
  textarea {
      margin: 0 0 0 0;
      padding: 0 0 0 0;
  }

  article {
      margin: 0 auto;
      max-width: 112.0rem;
      padding: 0 4rem;
      position: relative;
      width: 100%;
  }

  a {
      color: #2490d0;
      text-decoration: none;
  }

  a:focus,
  a:hover {
      color: #606c76;
  }

  hr {
      border-top: none;
      clear: both;
  }

  .button,
  button,
  dd,
  dt,
  ul,
  li {
      list-style: none;
  }

}

@media (min-width: 992px){
  /* 全体 */

  *,
  *:after,
  *:before {
      box-sizing: inherit;
  }

  html {
      box-sizing: border-box;
      font-size: 62.5%;
  }

  body {
      color: #606c76;
      font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino KakuGothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
      font-size: 15px;
      font-weight: 300;
      letter-spacing: .01em;
  }

  body,
  header,
  h1,
  h2,
  h3,
  h4,
  p,
  address,
  blockquote,
  div,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  th,
  td,
  form,
  fieldset,
  input,
  textarea {
      margin: 0 0 0 0;
      padding: 0 0 0 0;
  }

  article {
      margin: 0 auto;
      max-width: 112.0rem;
      padding: 0 4rem;
      position: relative;
      width: 100%;
  }

}
