html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=number]::-webkit-inner-spin-button, [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;
}

[hidden], template {
  display: none;
}

main {
  width: calc(100% - 40px);
  max-width: 640px;
  margin: 40px auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
main > section {
  padding: 20px;
  border-top: 1px solid #eee;
}

textarea {
  width: 100%;
  margin: 12px 0;
  padding: 4px 8px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  display: block;
  font-size: 1rem;
  overflow: auto;
  resize: vertical;
}

p.explain {
  font-size: 0.875rem;
}

ul.input_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.generate {
  display: none;
}
.generate p#generate_result {
  padding: 1em;
  background: #fafafa;
  font-size: 0.875rem;
  line-height: 1.5;
}

.result {
  display: none;
}
.result textarea {
  font-size: 0.75rem;
  background: #fafafa;
  height: 120px;
}

@media screen and (min-width: 768px) {
  .onlySP {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  .onlyPC {
    display: none !important;
  }
}
* {
  box-sizing: border-box;
}

:root {
  --sans-serif: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  --serif: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --blue01: #1967d2;
  --blue02: #195ab4;
  --red01: #af1e2b;
  --gray: #f8f9fa;
  --gray02: #999;
  --header-height: 80px;
  --header-height-sp: 60px;
}/*# sourceMappingURL=style.css.map */