/* node_modules/sakura.css/css/sakura.css */
html {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-size: 62.5%;
}

body {
  color: #4a4a4a;
  background-color: #f9f9f9;
  max-width: 38em;
  margin: auto;
  padding: 13px;
  font-size: 1.8rem;
  line-height: 1.618;
}

@media (max-width: 684px) {
  body {
    font-size: 1.53rem;
  }
}

@media (max-width: 382px) {
  body {
    font-size: 1.35rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

h1 {
  font-size: 2.35em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

small, sub, sup {
  font-size: 75%;
}

hr {
  border-color: #1d7484;
}

a {
  text-decoration: none;
  color: #1d7484;
}

a:visited {
  color: #144f5a;
}

a:hover {
  color: #982c61;
  border-bottom: 2px solid #4a4a4a;
}

ul {
  margin-top: 0;
  margin-bottom: 2.5rem;
  padding-left: 1.4em;
}

li {
  margin-bottom: .4em;
}

blockquote {
  background-color: #f1f1f1;
  border-left: 5px solid #1d7484;
  margin-bottom: 2.5rem;
  margin-left: 0;
  margin-right: 0;
  padding: .8em .8em .8em 1em;
}

blockquote p {
  margin-bottom: 0;
}

img, video {
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 2.5rem;
}

pre {
  display: block;
  overflow-x: auto;
  background-color: #f1f1f1;
  margin-top: 0;
  margin-bottom: 2.5rem;
  padding: 1em;
  font-size: .9em;
}

code, kbd, samp {
  white-space: pre-wrap;
  background-color: #f1f1f1;
  padding: 0 .5em;
  font-size: .9em;
}

pre > code {
  white-space: pre;
  background-color: #0000;
  padding: 0;
  font-size: 1em;
}

table {
  text-align: justify;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem;
}

td, th {
  border-bottom: 1px solid #f1f1f1;
  padding: .5em;
}

input, textarea {
  border: 1px solid #4a4a4a;
}

input:focus, textarea:focus {
  border: 1px solid #1d7484;
}

textarea {
  width: 100%;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #f9f9f9;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #1d7484;
  border: 1px solid #1d7484;
  border-radius: 1px;
  padding: 5px 10px;
}

input[type="file"]::-webkit-file-upload-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #f9f9f9;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #1d7484;
  border: 1px solid #1d7484;
  border-radius: 1px;
  padding: 5px 10px;
}

input[type="file"]::file-selector-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #f9f9f9;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #1d7484;
  border: 1px solid #1d7484;
  border-radius: 1px;
  padding: 5px 10px;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #f9f9f9;
  outline: 0;
  background-color: #982c61;
}

input[type="file"]::-webkit-file-upload-button:hover {
  color: #f9f9f9;
  outline: 0;
  background-color: #982c61;
}

input[type="file"]::file-selector-button:hover {
  color: #f9f9f9;
  outline: 0;
  background-color: #982c61;
}

.button[disabled], button[disabled], input[type="submit"][disabled], input[type="reset"][disabled], input[type="button"][disabled], input[type="file"][disabled] {
  cursor: default;
  opacity: .5;
}

.button:focus-visible {
  outline-style: solid;
  outline-width: 2px;
}

button:focus-visible {
  outline-style: solid;
  outline-width: 2px;
}

input[type="submit"]:focus-visible {
  outline-style: solid;
  outline-width: 2px;
}

input[type="reset"]:focus-visible {
  outline-style: solid;
  outline-width: 2px;
}

input[type="button"]:focus-visible {
  outline-style: solid;
  outline-width: 2px;
}

input[type="file"]:focus-visible {
  outline-style: solid;
  outline-width: 2px;
}

textarea, select, input {
  color: #4a4a4a;
  box-shadow: none;
  box-sizing: border-box;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 6px 10px;
}

textarea:focus, select:focus, input:focus {
  outline: 0;
  border: 1px solid #1d7484;
}

input[type="checkbox"]:focus {
  outline: 1px dotted #1d7484;
}

label, legend, fieldset {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}
