@charset 'UTF-8';

/* ============================================================ setting */
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66667;
  height: 100%;
  color: #000;
  background: #fff;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  word-break: break-all;
  word-wrap: break-word;
  min-width: 280px;
}

a {
  color: #b96112;
}

a:link, a:visited {
  color: #b96112;
  text-decoration: none;
}

a:hover, a:active {
  color: #b96112;
  text-decoration: none;
}


/* ============================================================ base */


p, ul, ol, dl, h3, h4, h5, h6 {
  margin-bottom: 1em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}


p {
  font-size: 16px;
  font-size: 0.875rem;
  line-height: 2;
  margin-bottom: 20px;
}

.error {
  font-weight: bold;
  color: #c00 !important;
}
