@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 

   v2.0 | 20110126

   License: none (public domain)

*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, sup, sub, 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, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  color: #333;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*要素の再定義*/
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
h2, p, li,dt,dd {
  line-height: 1.75em;
  color: #333;
}
p {
  font-size: 16px;
  line-break: strict;
}
a:link {
  color: #007AE6;
}
a:visited {
  color: #694F9F;
}
a:hover {
  color: #E20022;
  text-decoration: none;
}
a:active {
  color: #E20022;
  text-decoration: none;
}
a:focus {
  outline: 1px dotted #007AE6;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
sup {
  font-size: 0.6em;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}