@charset "UTF-8";
/* ==========================================================================
   Base
   ========================================================================== */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
/* Initialize
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* Display
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: medium;
  overflow-y: scroll;
}

/* Fonts
   ========================================================================== */
html {
  font-size: 10px;
}

body {
  font-size: 100%;
  line-height: 1.6;
  /* font-family: 'Oswald','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3','Meiryo', メイリオ, 'MS PGothic',sans-serif; */
  font-family: 'Markazi Text', serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

dt, dd, li, caption, th, td, col, h1, h2, h3, h4, h5, h6, p, address, figcaption {
  font-size: 12px;
  font-size: 1.2rem;
}

dd p, dd dt, dd dd, dd li, dd th, dd td, dd col,
li p, li dt, li dd, li li, li th, li td, li col,
th p, th dt, th dd, th li, th th, th td, th col,
td p, td dt, td dd, td li, td th, td td, td col {
  font-size: 12px;
  font-size: 1rem;
}

input, textarea, select {
  /* font-family: 'Oswald','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3','Meiryo', メイリオ, 'MS PGothic',sans-serif; */
  font-family: 'Markazi Text', serif;

}

/* Style
   ========================================================================== */
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

th {
  font-weight: bold;
}

th, td {
  vertical-align: top;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"] {
  margin: 0;
  line-height: normal;
  *font-size: 12px;
}

input[type="image"] {
  cursor: pointer;
  vertical-align: top;
}

textarea {
  margin: 0;
  vertical-align: top;
  resize: vertical;
}

html.safari select,
html.chrome select {
  border-color: #a6a6a6;
}

address {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

object, embed, iframe {
  vertical-align: top;
  outline: none;
  max-width: 100%;
}

em, strong {
  font-style: normal;
  font-weight: normal;
}

mark {
  color: inherit;
  background-color: inherit;
  font-weight: bold;
}

sup,
sub {
  font-size: 0.75em;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

/* Clearfix
   ========================================================================== */
header, footer, main, section, article, aside, nav,
.container, .page-header, .page-footer,
.content, .main-content, .aside-content,
.article, .section, .box, .row, .item {
  zoom: 1;
}
header:after, footer:after, main:after, section:after, article:after, aside:after, nav:after,
.container:after, .page-header:after, .page-footer:after,
.content:after, .main-content:after, .aside-content:after,
.article:after, .section:after, .box:after, .row:after, .item:after {
  content: "";
  display: block;
  clear: both;
}

/* Root
   ========================================================================== */
html,
body {
  height: 100%;
}

body {
  line-height: 1.8;
  /* color: #787878; */
  color: #949494;
  background-color: transparent;
}
body.pageModal {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Link
   ========================================================================== */
a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
a:link, a:visited {
  /* color: #787878; */
  color: #949494;
}
a:link {
  text-decoration: none;
}
a:hover, a:active {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  a:link, a:visited {
    /* color: #787878; */
    color: #949494;
  }

}
