@charset "UTF-8";
/* ------------------------
  reset
------------------------ */
.hello {
  background-color: red;
}
.hello *,
.hello *::after,
.hello *::before {
  box-sizing: border-box;
}
.hello * {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
.hello pre,
.hello textarea {
  overflow: auto;
}
.hello template {
  display: none;
}
.hello details,
.hello main,
.hello summary {
  display: block;
}
.hello input[type=number] {
  width: auto;
}
.hello input[type=search] {
  -webkit-appearance: textfield;
}
.hello input[type=search]::-webkit-search-cancel-button,
.hello input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.hello progress {
  display: inline-block;
}
.hello small {
  font-size: 75%;
}
.hello sub,
.hello sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
.hello sup {
  top: -0.5em;
}
.hello sub {
  bottom: -0.25em;
}
.hello textarea {
  resize: vertical;
}
.hello audio,
.hello canvas,
.hello iframe,
.hello img,
.hello svg,
.hello video {
  vertical-align: middle;
}
.hello audio:not([controls]) {
  display: none;
}
.hello img {
  border: 0;
  max-width: 100%;
  height: auto;
}
.hello button,
.hello input,
.hello select,
.hello textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}
.hello button {
  overflow: visible;
}
.hello button,
.hello select {
  text-transform: none;
}
.hello input {
  line-height: normal;
}
.hello button,
.hello html input[type=button],
.hello input[type=reset],
.hello input[type=submit] {
  border-style: none;
  cursor: pointer;
  background-color: transparent;

  -webkit-appearance: button;
}
.hello button[disabled],
.hello html input[disabled] {
  cursor: default;
}
.hello button::-moz-focus-inner,
.hello input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.hello code,
.hello kbd,
.hello pre,
.hello samp {
  font-family: monospace;
}
.hello ol,
.hello ul {
  list-style: none;
}
.hello select {
     -moz-appearance: none;
  -webkit-appearance: none;
}
.hello table {
  border-spacing: 0;
  border-collapse: collapse;
}
.hello fieldset {
  border: 0;
}

/* -----------------------------------------
  S5 CSSフレームワーク
----------------------------------------- */
.s5-container {
  overflow-x: hidden;
  padding: 0;
  max-width: 100%;
}

.s5-returnToTop {
  margin-top: 0;
}

/* ------------------------
  Base Settings
------------------------ */
.hello {
  background-color: #fff;
  word-wrap: break-word;
  color: #252525;
  font-family: "Noto Sans JP", sans-serif;
  font-size: inherit;
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.hello a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 390px) {
  .hello a[href^="tel:"] {
    cursor: text;
  }
}
.hello [type=submit],
.hello [type=button] {
  border: 0;
  min-height: auto;
  cursor: pointer;
  background-color: transparent;
}
[data-whatinput=mouse] .hello a:focus,
[data-whatinput=touch] .hello a:focus,
[data-whatinput=mouse] .hello select:focus,
[data-whatinput=touch] .hello select:focus,
[data-whatinput=mouse] .hello [type=submit]:focus,
[data-whatinput=touch] .hello [type=submit]:focus,
[data-whatinput=mouse] .hello [type=button]:focus,
[data-whatinput=touch] .hello [type=button]:focus,
[data-whatinput=mouse] .hello [role=tabpanel]:focus,
[data-whatinput=touch] .hello [role=tabpanel]:focus,
[data-whatinput=mouse] .hello [role=checkbox]:focus,
[data-whatinput=touch] .hello [role=checkbox]:focus,
[data-whatinput=mouse] .hello [role=dialog]:focus,
[data-whatinput=touch] .hello [role=dialog]:focus {
  outline: none;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 389.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 389.98px) {
  .u-hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 390px) and (max-width: 767.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 390px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 767.98px) {
  .u-hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .u-hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1023.98px) {
  .u-hidden-down-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-xl {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-up-xl {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-down-xl {
  display: none !important;
  visibility: hidden;
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto;
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.u-highlighter-blue,
.u-highlighter-orange,
.u-highlighter-red,
.u-highlighter-pink,
.u-highlighter-green,
.u-highlighter-purple {
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.u-highlighter-blue::after,
.u-highlighter-orange::after,
.u-highlighter-red::after,
.u-highlighter-pink::after,
.u-highlighter-green::after,
.u-highlighter-purple::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  height: 2.4vw;
}
@media (min-width: 390px) {
  .u-highlighter-blue::after,
  .u-highlighter-orange::after,
  .u-highlighter-red::after,
  .u-highlighter-pink::after,
  .u-highlighter-green::after,
  .u-highlighter-purple::after {
    height: 11px;
  }
}

.u-highlighter-blue::after {
  background-color: #c0e8f7;
}

.u-highlighter-orange::after {
  background-color: #fad8cc;
}

.u-highlighter-red::after {
  background-color: #f8dbde;
}

.u-highlighter-pink::after {
  background-color: #f6d8f0;
}

.u-highlighter-green::after {
  background-color: #d7ede3;
}

.u-highlighter-purple::after {
  background-color: #e2d2ea;
}

.u-letterspacing-0 {
  letter-spacing: 0 !important;
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
* main.css
*
*/