/* Import
---------------------------------------------------------------------------- */
/* Variable
---------------------------------------------------------------------------- */
/* Font */
/* Color */
/* Reset.scss
-------------

/* A Modern CSS Reset */
/* line 6, app/assets/stylesheets/iechika_share/scss/reset.scss */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

/* line 9, app/assets/stylesheets/iechika_share/scss/reset.scss */
*::before, *::after {
  box-sizing: border-box;
}

/* line 22, app/assets/stylesheets/iechika_share/scss/reset.scss */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

/* line 27, app/assets/stylesheets/iechika_share/scss/reset.scss */
body {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.4rem;
  min-height: 100vh;
  margin: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  /* line 36, app/assets/stylesheets/iechika_share/scss/reset.scss */
  body {
    font-size: 1.3rem;
  }
}

/* line 41, app/assets/stylesheets/iechika_share/scss/reset.scss */
h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
  box-sizing: border-box;
  transform: rotate(0.03deg);
}

/* line 48, app/assets/stylesheets/iechika_share/scss/reset.scss */
ul li, ul[role="list"] {
  list-style: none;
}

/* line 53, app/assets/stylesheets/iechika_share/scss/reset.scss */
ol[role="list"] {
  list-style: none;
}

/* line 57, app/assets/stylesheets/iechika_share/scss/reset.scss */
html:focus-within {
  scroll-behavior: smooth;
}

/* line 61, app/assets/stylesheets/iechika_share/scss/reset.scss */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* line 69, app/assets/stylesheets/iechika_share/scss/reset.scss */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* line 73, app/assets/stylesheets/iechika_share/scss/reset.scss */
img, picture {
  max-width: 100%;
  vertical-align: middle;
  /*display: block;*/
}

/* line 80, app/assets/stylesheets/iechika_share/scss/reset.scss */
input, button, textarea, select {
  font: inherit;
}

/* line 84, app/assets/stylesheets/iechika_share/scss/reset.scss */
a {
  text-decoration: none;
  color: #134b32;
}

@media (prefers-reduced-motion: reduce) {
  /* line 90, app/assets/stylesheets/iechika_share/scss/reset.scss */
  html:focus-within {
    scroll-behavior: auto;
  }
  /* line 94, app/assets/stylesheets/iechika_share/scss/reset.scss */
  * {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  /* line 100, app/assets/stylesheets/iechika_share/scss/reset.scss */
  *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Form Reset
-------------------------------------------------*/
/* terms
---------------------------------------------------------------------------- */
/* line 3, app/assets/stylesheets/iechika_share/scss/terms.scss */
body {
  background: #fafafa;
  padding: 1rem;
}

/* line 8, app/assets/stylesheets/iechika_share/scss/terms.scss */
#terms {
  padding: 4rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 1080px;
  min-width: 320px;
  font-size: 13px;
  margin: 0 auto;
  border-radius: 1rem;
  background: #FFF;
}

/* line 21, app/assets/stylesheets/iechika_share/scss/terms.scss */
#terms h1 {
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 2rem;
}

/* line 28, app/assets/stylesheets/iechika_share/scss/terms.scss */
#terms .terms_ctr {
  margin-bottom: 4rem;
}

/* line 31, app/assets/stylesheets/iechika_share/scss/terms.scss */
#terms .terms_ctr h2 {
  text-align: center !important;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 130%;
  background: #fafafa;
}

/* line 40, app/assets/stylesheets/iechika_share/scss/terms.scss */
#terms .terms__inner {
  text-align: left !important;
  margin-bottom: 2rem;
}

/* line 45, app/assets/stylesheets/iechika_share/scss/terms.scss */
#terms .terms__inner h2, #terms .terms__inner h3 {
  font-size: 110%;
  font-weight: bold;
  transform: rotate(0.03deg);
  margin-bottom: 0rem !important;
  letter-spacing: 0.1rem;
  padding: 0 !important;
  border-radius: 0 !important;
  background: white !important;
  border-bottom: 0;
  border-left: 0;
}

/* line 58, app/assets/stylesheets/iechika_share/scss/terms.scss */
#terms .terms__inner ul {
  margin-left: 1rem;
}

/* line 61, app/assets/stylesheets/iechika_share/scss/terms.scss */
#terms .terms__inner ul li {
  list-style: decimal;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

/* line 66, app/assets/stylesheets/iechika_share/scss/terms.scss */
#terms .terms__inner ul li ul {
  margin: .5rem 0;
}

/* line 69, app/assets/stylesheets/iechika_share/scss/terms.scss */
#terms .terms__inner ul li ul li {
  list-style: none !important;
  margin-bottom: .5rem;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}

/* line 75, app/assets/stylesheets/iechika_share/scss/terms.scss */
#terms .terms__inner ul li ul li:last-child {
  margin-bottom: 0;
}

/* line 84, app/assets/stylesheets/iechika_share/scss/terms.scss */
#terms .terms__inner .nostyle li {
  list-style: none !important;
}

/* line 90, app/assets/stylesheets/iechika_share/scss/terms.scss */
#terms .terms__inner dl ul {
  padding: .5rem 0 0;
}

/* line 93, app/assets/stylesheets/iechika_share/scss/terms.scss */
#terms .terms__inner dl ul li {
  list-style: none !important;
}

/* line 98, app/assets/stylesheets/iechika_share/scss/terms.scss */
#terms .terms__inner dl dt {
  font-weight: bold !important;
}

/* line 102, app/assets/stylesheets/iechika_share/scss/terms.scss */
#terms .terms__inner dl dd {
  margin-bottom: 1rem;
}

/* line 105, app/assets/stylesheets/iechika_share/scss/terms.scss */
#terms .terms__inner dl dd dl {
  padding: 1rem 0 1rem 3rem !important;
}

/* line 109, app/assets/stylesheets/iechika_share/scss/terms.scss */
#terms .terms__inner dl dd dl dd strong {
  margin-right: .5rem;
}

/* line 118, app/assets/stylesheets/iechika_share/scss/terms.scss */
#terms .terms__footer {
  text-align: right;
  margin-top: 4rem;
}

/* line 126, app/assets/stylesheets/iechika_share/scss/terms.scss */
.print_btn {
  text-align: center;
  margin: 2rem;
}

/* line 130, app/assets/stylesheets/iechika_share/scss/terms.scss */
.print_btn a {
  font-size: 13px;
  display: inline-block;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  padding: .5rem 1rem;
}

/* line 139, app/assets/stylesheets/iechika_share/scss/terms.scss */
.mb1 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 600px) {
  /* line 147, app/assets/stylesheets/iechika_share/scss/terms.scss */
  #terms {
    padding: 2rem;
  }
}

@media screen and (max-width: 480px) {
  /* line 153, app/assets/stylesheets/iechika_share/scss/terms.scss */
  #terms {
    padding: 1rem;
  }
}

@page {
  size: A4 portrait;
  margin: 0mm;
}

/* line 7, app/assets/stylesheets/iechika_share/scss/print.scss */
* {
  margin: 0mm;
  padding: 0mm;
}

@media print {
  /* line 14, app/assets/stylesheets/iechika_share/scss/print.scss */
  body {
    background: white;
    padding: 0;
    margin: 0;
    width: 210mm;
    height: 297mm;
  }
  /* line 22, app/assets/stylesheets/iechika_share/scss/print.scss */
  #terms {
    padding: 8mm 8mm;
    page-break-after: always;
    box-sizing: border-box;
  }
  /* line 28, app/assets/stylesheets/iechika_share/scss/print.scss */
  .print_btn {
    display: none;
  }
}
/*


 */
/* line 1, node_modules/noty/lib/noty.css */
.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}

/* line 15, node_modules/noty/lib/noty.css */
#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}

/* line 20, node_modules/noty/lib/noty.css */
#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}

/* line 25, node_modules/noty/lib/noty.css */
#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/* line 32, node_modules/noty/lib/noty.css */
#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}

/* line 37, node_modules/noty/lib/noty.css */
#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}

/* line 42, node_modules/noty/lib/noty.css */
#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}

/* line 47, node_modules/noty/lib/noty.css */
#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/* line 54, node_modules/noty/lib/noty.css */
#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}

/* line 59, node_modules/noty/lib/noty.css */
#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/* line 66, node_modules/noty/lib/noty.css */
#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/* line 73, node_modules/noty/lib/noty.css */
#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

/* line 80, node_modules/noty/lib/noty.css */
.noty_progressbar {
  display: none;
}

/* line 83, node_modules/noty/lib/noty.css */
.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}

/* line 94, node_modules/noty/lib/noty.css */
.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}

/* line 102, node_modules/noty/lib/noty.css */
.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
  -ms-transform: translate(50%);
  transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 112, node_modules/noty/lib/noty.css */
.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 118, node_modules/noty/lib/noty.css */
.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
  animation: noty_anim_height 75ms ease-out;
}

/* line 122, node_modules/noty/lib/noty.css */
.noty_close_with_click {
  cursor: pointer;
}

/* line 125, node_modules/noty/lib/noty.css */
.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

/* line 140, node_modules/noty/lib/noty.css */
.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 143, node_modules/noty/lib/noty.css */
.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0;
}

/* line 153, node_modules/noty/lib/noty.css */
.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
  animation: noty_modal_in .3s ease-out;
}

/* line 158, node_modules/noty/lib/noty.css */
.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
  animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3;
  }
}

@keyframes noty_modal_in {
  100% {
    opacity: .3;
  }
}

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}

@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}

@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0;
  }
}

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0;
  }
}

@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}

/*# sourceMappingURL=noty.css.map*/
/* line 1, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

/* line 6, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 10, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_bar .noty_buttons {
  padding: 10px;
}

/* line 13, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
  background-color: #073B4C;
  color: #fff;
}

/* line 17, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__alert .noty_progressbar,
.noty_theme__sunset.noty_type__notification .noty_progressbar {
  background-color: #fff;
}

/* line 21, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__warning {
  background-color: #FFD166;
  color: #fff;
}

/* line 25, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__error {
  background-color: #EF476F;
  color: #fff;
}

/* line 28, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__error .noty_progressbar {
  opacity: .4;
}

/* line 31, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
  background-color: #118AB2;
  color: #fff;
}

/* line 35, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__info .noty_progressbar,
.noty_theme__sunset.noty_type__information .noty_progressbar {
  opacity: .6;
}

/* line 39, node_modules/noty/lib/themes/sunset.css */
.noty_theme__sunset.noty_type__success {
  background-color: #06D6A0;
  color: #fff;
}

/*# sourceMappingURL=iechika_share.css-9717c0f4984f6be3690576b85f2591f624d15bd5845a75abc06c04c9d8743844.map */
