/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: #0000;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type="button"], [type="reset"], [type="submit"], button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

button:-moz-focusring {
  outline: 1px dotted buttontext;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: #ffffff80;
}

html {
  color: #444;
  word-break: normal;
  letter-spacing: 1.2px;
  font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

h1, h2, h3 {
  margin: 0;
}

a {
  color: #1e90ff;
  display: inline-block;
}

.margin {
  margin: 10px;
}

.padding {
  padding: 10px;
}

.center {
  text-align: center;
}

.block {
  width: 100%;
  display: block;
}

.inline-block {
  display: inline-block;
}

.small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
}

.medium {
  font-size: 1rem;
}

.large {
  font-size: 1.3rem;
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

hr {
  border: 2px solid #ddd;
  border-radius: 30px;
  width: 95%;
  margin: 10px auto;
}

.button {
  cursor: pointer;
  color: #444;
  text-align: center;
  padding: 8px 10px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

input[type="text"] {
  -webkit-user-select: text;
  -webkit-appearance: none;
  border: 3px solid #ddd;
  border-radius: 10px;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 10px;
}

input[type="submit"] {
  border-style: none;
}

input:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  border: 3px solid #ddd;
  border-radius: 10px;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 10px;
}

textarea {
  -webkit-appearance: none;
  border: 3px solid #ddd;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  -webkit-user-select: text !important;
}

.round {
  border-radius: 15px;
}

.white {
  color: #fff;
}

.bg-white {
  color: #444;
  background-color: #fff;
}

.orange {
  color: #ff9f00;
}

.bg-orange {
  color: #fff;
  background-color: #ff9f00;
}

.blue {
  color: #1e90ff;
}

.bg-blue {
  color: #fff;
  background-color: #1e90ff;
}

.green {
  color: #77d812;
}

.bg-green {
  color: #fff;
  background-color: #77d812;
}

.red {
  color: #ea5548;
}

.bg-red {
  color: #fff;
  background-color: #ea5548;
}

.lightgray {
  color: #ebebeb;
}

.bg-lightgray {
  color: #444;
  background-color: #ebebeb;
}

.gray {
  color: #a9a9a9;
}

.bg-gray {
  color: #fff;
  background-color: #a9a9a9;
}

.black {
  color: #444;
}

.bg-black {
  color: #fff;
  background-color: #444;
}

.purple {
  color: #6c00ff;
}

.bg-purple {
  color: #fff;
  background-color: #6c00ff;
}
