@charset "UTF-8";

/*--ditai_reset--*/
* { margin: 0; padding: 0; }
body { -webkit-text-size-adjust: 100%; }
ul, li, ol { list-style: none; }
img { border: 0; }
br { letter-spacing: 0; }
a { text-decoration: none; outline: none; }
textarea, input, input[type='submit'] { -webkit-appearance: none; }

/*-- base --*/
html { font-size: 62.5%; }

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
  font-size: 1.4em;
  line-height: 1.8;
}

a:hover { color: #000; }
a { color: #999; }

h1, h2, h3, h4 {
  font-family: 'Times New Roman', 'Hiragino Mincho ProN', 'MS Mincho', serif;
  letter-spacing: 2px;
}
h3 { text-align: center; }
h4 { text-align: right; }

.text {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
  font-size: 1.5rem;
  line-height: 2.0;
}

img {
  display: table;
  width: 100%;
  height: auto;
}

footer {
  width: 100%;
  margin: 60px 0;
  padding: 80px 0 10px;
  text-align: right;
}

/*@media (min-width: 1300px) {
  .text {
    max-width: 1000px;
    font-size: 1.5rem;
  }
}*/

@media (min-width: 920px) {
  .text {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 60px 80px;
  }
}

@media (max-width: 1024px) {
  .text {
    width: 70%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 5% 80px;
    font-size: 1.5rem;
  }
}

@media (max-width: 640px) {
  .text { width: 70%; }
}
