@charset "UTF-8";

html,
body,
section,
header,
footer,
main,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
strong,
sub,
sup,
tt,
var,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

header,
footer,
nav {
  display: block;
}

ul {
  list-style: none;
}

ol {
  list-style-type: decimal;
}

img {
  vertical-align: top;
  max-width: 100%;
  border: 0;
}

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

sup {
  font-size: .8em;
  vertical-align: top;
}

sub {
  font-size: .8em;
  vertical-align: bottom;
}

em,
strong {
  font-weight: bold;
}

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

input[type="button"],
input[type="text"],
input[type="submit"] {
  border-radius: 0;
}

button {
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-size: 62.5%;
  background-color: #fff;

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  font-family: 'Lora', serif;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8;
  color: #222;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 100%;
}

p {
  margin-bottom: 30px;
}

b,
em,
strong {
  font-weight: bold;
}

a {
  text-decoration: underline;
  color: #222;
}

a:hover,
a:active,
a:focus {
  opacity: .7;
}

button {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 100%;
}

button:hover,
button:active,
button:focus {
  opacity: .7;
}