@charset "UTF-8";
/* ----------------------------------------
  BROWSER RESET
---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul, li {
  list-style: none;
}

ol > li {
  list-style-type: decimal;
}

header, main, footer, nav, article, section, aside, figure {
  display: block;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

img {
  height: auto;
}

input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  border-radius: 0;
}

input[type="number"],
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: 1px solid #e3e3e3;
  padding: 5px;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", 'YuGothic', '游ゴシック' , "メイリオ", Meiryo, "ＭＳ Ｐゴシック","Avenir Next", Verdana,　Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  word-break: normal;
  word-wrap: break-word;
  background: #fff;
}

a {
  color: #35529a;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

:focus {
  outline: none;
  -moz-outline-style: none;
}

::-moz-selection {
  color: #fff;
  background: #202227;
}

::selection {
  color: #fff;
  background: #202227;
}

*, *: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;
}

/*  clearfix
-------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both;
}
