@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: var(--text_link_c);
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
a:hover, a:active {
  text-decoration: none;
  opacity: 0.75;
  filter: alpha(opacity=70);
}
br {
  line-height: inherit;
}
strong, b {
  font-weight: 700
}
button {
  cursor: pointer
}
button:hover {
  opacity: .8
}
img {
  width: 100%;
  height: auto;
}
:root {
  --black: #2B2B2B;
  --bg_c: #FFFAE0;
  --bg_c_light: #F8F5F0;
  --bg_gray: #D9D9D9;
  --bg_gray_light: #F8F8F7;
  --bg_blue: #004cca;
  --bg_blue_light: #e4f0f5;
  --main_c: #FEE100;
  --main_c_light: #FFFCEF;
  --border_c: #ABAAAC;
  --border_c_light: #EBE7E0;
  --text_link_c: #004cca;
}
