@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 428px) {
  body {
    min-width: 320px;
  }

  #page-top {
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .contents {
    box-sizing: border-box;
    padding: 10px;
  }

  .contents__title {
    margin: 25px 0;
    font-size: 28px;
    text-align: center;
    overflow-wrap: break-word;
  }

  .contents__description {
    margin: 0 10px 35px;
    font-size: 14px;
    text-align: center;
    overflow-wrap: break-word;
  }

  .contents__item-row {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contents__item-row:not(:last-child) {
    margin-bottom: 20px;
  }

  .contents__item-img {
    max-width: 55px;
    max-height: 55px;
    margin-right: 20px;
  }

  .contents__item-name {
    width: 200px;
    margin-bottom: 5px;
    font-weight: bold;
    overflow-wrap: break-word;
  }

  .contents__item-description {
    width: 200px;
    font-size: 14px;
    overflow-wrap: break-word;
  }

  .contents__button {
    margin: 45px 0;
    text-align: center;
  }

  .contents__button-link {
    padding: 10px 50px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    background-color: #ffce00;
    border: solid 2px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 429px) {
  #page-top {
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .contents {
    box-sizing: border-box;
    padding: 20px;
  }

  .contents__title {
    margin: 35px 0;
    font-size: 32px;
    text-align: center;
    overflow-wrap: break-word;
  }

  .contents__description {
    margin: 0 15px 45px;
    font-size: 16px;
    text-align: center;
    overflow-wrap: break-word;
  }

  .contents__item-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    grid-gap: 20px;
  }

  .contents__item-row {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contents__item-row:not(:last-child) {
    margin-bottom: 20px;
  }

  .contents__item-img {
    max-width: 70px;
    max-height: 70px;
    margin-right: 25px;
  }

  .contents__item-name {
    width: 200px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    overflow-wrap: break-word;
  }

  .contents__item-description {
    width: 200px;
    font-size: 16px;
    overflow-wrap: break-word;
  }

  .contents__button {
    margin: 60px 0;
    text-align: center;
  }

  .contents__button-link {
    padding: 15px 100px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    background-color: #ffce00;
    border: solid 2px;
    border-radius: 10px;
  }
}
.AR-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
}
@media (min-width: 429px) {
  .AR-header {
    height: 85px;
  }
}

.AR-header__contents-openbutton {
  margin-left: 20px;
  font-size: 50px;
}
@media (min-width: 429px) {
  .AR-header__contents-openbutton {
    margin-left: 30px;
    font-size: 70px;
  }
}

.AR-header__howto-openbutton {
  margin-right: 20px;
  font-size: 50px;
}
@media (min-width: 429px) {
  .AR-header__howto-openbutton {
    margin-right: 30px;
    font-size: 70px;
  }
}

.AR-popup__icon {
  position: absolute;
  top: 0;
  right: 50%;
  width: 320px;
  transition: 1s;
  transform: translate(50%, 50%);
}
@media (min-width: 429px) {
  .AR-popup__icon {
    width: 450px;
  }
}

.AR-popup__icon--invisible {
  opacity: 0;
}

.AR-camera-access {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  box-sizing: border-box;
  overflow-y: auto;
  transition: 0.2s;
}

.AR-camera-access.-invisible {
  transform: translateY(300%);
}

.AR-camera-access__white-back {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.75);
}

.AR-camera-access__list {
  margin: 30px 15px 0;
  text-align: center;
}

.AR-camera-access__title {
  font-size: 28px;
  font-weight: bold;
}
@media (min-width: 429px) {
  .AR-camera-access__title {
    font-size: 46px;
  }
}

.AR-camera-access__arrow {
  margin-top: 30px;
  font-size: 50px;
  text-align: center;
}
@media (min-width: 429px) {
  .AR-camera-access__arrow {
    font-size: 70px;
  }
}

.AR-contents {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  box-sizing: border-box;
  overflow-y: auto;
  transition: 0.2s;
}

.AR-contents.-invisible {
  transform: translateX(-300%);
}

.AR-contents__header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
}
@media (min-width: 429px) {
  .AR-contents__header {
    height: 85px;
  }
}

.AR-contents__header-title {
  font-size: 28px;
}
@media (min-width: 429px) {
  .AR-contents__header-title {
    font-size: 46px;
  }
}

.AR-contents__closebutton {
  position: fixed;
  top: 8px;
  right: 20px;
  font-size: 50px;
}
@media (min-width: 429px) {
  .AR-contents__closebutton {
    top: 7px;
    right: 30px;
    font-size: 70px;
  }
}

.AR-contents__body {
  box-sizing: border-box;
  width: calc(100% - 30px);
  min-height: calc(100% - 95px);
  padding: 30px 0;
  margin: 80px 15px 15px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 35px;
}
@media (min-width: 429px) {
  .AR-contents__body {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    grid-row-gap: 60px;
    grid-column-gap: 20px;
    align-content: start;
    width: calc(100% - 80px);
    min-height: calc(100% - 165px);
    padding: 50px 30px;
    margin: 125px 40px 40px;
  }
}

.AR-contents__item-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 428px) {
  .AR-contents__item-row:not(:last-child) {
    margin-bottom: 20px;
  }
}

.AR-contents__item-img-block {
  position: relative;
  max-width: 55px;
  max-height: 55px;
  margin-right: 20px;
}
@media (min-width: 429px) {
  .AR-contents__item-img-block {
    max-width: 120px;
    max-height: 120px;
  }
}

.AR-contents__item-img {
  max-width: 55px;
  max-height: 55px;
  margin-right: 20px;
}
@media (min-width: 429px) {
  .AR-contents__item-img {
    max-width: 120px;
    max-height: 120px;
  }
}

.AR-contents__item-check {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55px;
  transform: translate(-50%, -50%);
}
@media (min-width: 429px) {
  .AR-contents__item-check {
    width: 120px;
  }
}

.AR-contents__item-text {
  width: 245px;
  overflow-wrap: break-word;
}
@media (min-width: 429px) {
  .AR-contents__item-text {
    width: calc(100% - 140px);
  }
}

.AR-contents__item-name {
  margin-bottom: 5px;
  font-weight: bold;
}

.AR-howto {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  box-sizing: border-box;
  overflow-y: auto;
  transition: 0.2s;
}

.AR-howto.-invisible {
  transform: translateX(300%);
}

.AR-howto__header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
}
@media (min-width: 429px) {
  .AR-howto__header {
    height: 85px;
  }
}

.AR-howto__header-title {
  font-size: 28px;
}
@media (min-width: 429px) {
  .AR-howto__header-title {
    font-size: 46px;
  }
}

.AR-howto__closebutton {
  position: fixed;
  top: 8px;
  right: 20px;
  font-size: 50px;
}
@media (min-width: 429px) {
  .AR-howto__closebutton {
    top: 7px;
    right: 30px;
    font-size: 70px;
  }
}

.AR-howto__body {
  box-sizing: border-box;
  width: calc(100% - 30px);
  min-height: calc(100% - 95px);
  padding: 30px 0;
  margin: 80px 15px 15px;
  text-align: center;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 35px;
}
@media (min-width: 429px) {
  .AR-howto__body {
    width: calc(100% - 80px);
    min-height: calc(100% - 165px);
    padding: 50px 30px;
    margin: 125px 40px 40px;
  }
}

.AR-howto__main-text {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
@media (min-width: 429px) {
  .AR-howto__main-text {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 50px;
  }
}

.AR-howto__main-text:not(:first-child) {
  margin-top: 40px;
}

.AR-howto__img-block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 15px;
}
@media (min-width: 429px) {
  .AR-howto__img-block {
    margin-bottom: 30px;
  }
}

.AR-howto__img {
  width: 80px;
  margin-right: 20px;
}
@media (min-width: 429px) {
  .AR-howto__img {
    width: 150px;
  }
}

.AR-howto__sub-text {
  width: 210px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 20px;
  text-align: start;
}
@media (min-width: 429px) {
  .AR-howto__sub-text {
    width: 370px;
    font-size: 28px;
    line-height: 32px;
  }
}

.xyz-input {
  display: inline-block;
  width: 75%;
  margin-right: 8px;
}

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

/* Fomantic UIでのデザイン復旧用の記述 */
.edit__body {
  background-color: #dadada;
}

.ui.segments.edit {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.ui.segments.edit:first-child {
  margin-top: 70px;
}

.ui.form.event {
  margin: 20px 0;
}

.ui.radio.checkbox.theme {
  margin-left: 15px;
}

.edit-content-select__name {
  height: 30px;
}

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

.width-100 {
  width: 100%;
}

.flex {
  display: flex;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt105 {
  margin-top: 105px;
}

.u-mt110 {
  margin-top: 110px;
}

.u-mt115 {
  margin-top: 115px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mt125 {
  margin-top: 125px;
}

.u-mt130 {
  margin-top: 130px;
}

.u-mt135 {
  margin-top: 135px;
}

.u-mt140 {
  margin-top: 140px;
}

.u-mt145 {
  margin-top: 145px;
}

.u-mt150 {
  margin-top: 150px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mr85 {
  margin-right: 85px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-mr95 {
  margin-right: 95px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-mr105 {
  margin-right: 105px;
}

.u-mr110 {
  margin-right: 110px;
}

.u-mr115 {
  margin-right: 115px;
}

.u-mr120 {
  margin-right: 120px;
}

.u-mr125 {
  margin-right: 125px;
}

.u-mr130 {
  margin-right: 130px;
}

.u-mr135 {
  margin-right: 135px;
}

.u-mr140 {
  margin-right: 140px;
}

.u-mr145 {
  margin-right: 145px;
}

.u-mr150 {
  margin-right: 150px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb105 {
  margin-bottom: 105px;
}

.u-mb110 {
  margin-bottom: 110px;
}

.u-mb115 {
  margin-bottom: 115px;
}

.u-mb120 {
  margin-bottom: 120px;
}

.u-mb125 {
  margin-bottom: 125px;
}

.u-mb130 {
  margin-bottom: 130px;
}

.u-mb135 {
  margin-bottom: 135px;
}

.u-mb140 {
  margin-bottom: 140px;
}

.u-mb145 {
  margin-bottom: 145px;
}

.u-mb150 {
  margin-bottom: 150px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml85 {
  margin-left: 85px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-ml95 {
  margin-left: 95px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-ml105 {
  margin-left: 105px;
}

.u-ml110 {
  margin-left: 110px;
}

.u-ml115 {
  margin-left: 115px;
}

.u-ml120 {
  margin-left: 120px;
}

.u-ml125 {
  margin-left: 125px;
}

.u-ml130 {
  margin-left: 130px;
}

.u-ml135 {
  margin-left: 135px;
}

.u-ml140 {
  margin-left: 140px;
}

.u-ml145 {
  margin-left: 145px;
}

.u-ml150 {
  margin-left: 150px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt35 {
  padding-top: 35px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt45 {
  padding-top: 45px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt55 {
  padding-top: 55px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt65 {
  padding-top: 65px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt75 {
  padding-top: 75px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt85 {
  padding-top: 85px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pt95 {
  padding-top: 95px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pt105 {
  padding-top: 105px;
}

.u-pt110 {
  padding-top: 110px;
}

.u-pt115 {
  padding-top: 115px;
}

.u-pt120 {
  padding-top: 120px;
}

.u-pt125 {
  padding-top: 125px;
}

.u-pt130 {
  padding-top: 130px;
}

.u-pt135 {
  padding-top: 135px;
}

.u-pt140 {
  padding-top: 140px;
}

.u-pt145 {
  padding-top: 145px;
}

.u-pt150 {
  padding-top: 150px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb45 {
  padding-bottom: 45px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb55 {
  padding-bottom: 55px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb65 {
  padding-bottom: 65px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb75 {
  padding-bottom: 75px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb85 {
  padding-bottom: 85px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pb95 {
  padding-bottom: 95px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pb105 {
  padding-bottom: 105px;
}

.u-pb110 {
  padding-bottom: 110px;
}

.u-pb115 {
  padding-bottom: 115px;
}

.u-pb120 {
  padding-bottom: 120px;
}

.u-pb125 {
  padding-bottom: 125px;
}

.u-pb130 {
  padding-bottom: 130px;
}

.u-pb135 {
  padding-bottom: 135px;
}

.u-pb140 {
  padding-bottom: 140px;
}

.u-pb145 {
  padding-bottom: 145px;
}

.u-pb150 {
  padding-bottom: 150px;
}

.u-pl5 {
  padding-left: 5px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pl25 {
  padding-left: 25px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pl35 {
  padding-left: 35px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl45 {
  padding-left: 45px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pl55 {
  padding-left: 55px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pl65 {
  padding-left: 65px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pl75 {
  padding-left: 75px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pl85 {
  padding-left: 85px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pl95 {
  padding-left: 95px;
}

.u-pl100 {
  padding-left: 100px;
}

.u-pl105 {
  padding-left: 105px;
}

.u-pl110 {
  padding-left: 110px;
}

.u-pl115 {
  padding-left: 115px;
}

.u-pl120 {
  padding-left: 120px;
}

.u-pl125 {
  padding-left: 125px;
}

.u-pl130 {
  padding-left: 130px;
}

.u-pl135 {
  padding-left: 135px;
}

.u-pl140 {
  padding-left: 140px;
}

.u-pl145 {
  padding-left: 145px;
}

.u-pl150 {
  padding-left: 150px;
}

.u-pr5 {
  padding-right: 5px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pr25 {
  padding-right: 25px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pr35 {
  padding-right: 35px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pr45 {
  padding-right: 45px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pr55 {
  padding-right: 55px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pr65 {
  padding-right: 65px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pr75 {
  padding-right: 75px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pr85 {
  padding-right: 85px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pr95 {
  padding-right: 95px;
}

.u-pr100 {
  padding-right: 100px;
}

.u-pr105 {
  padding-right: 105px;
}

.u-pr110 {
  padding-right: 110px;
}

.u-pr115 {
  padding-right: 115px;
}

.u-pr120 {
  padding-right: 120px;
}

.u-pr125 {
  padding-right: 125px;
}

.u-pr130 {
  padding-right: 130px;
}

.u-pr135 {
  padding-right: 135px;
}

.u-pr140 {
  padding-right: 140px;
}

.u-pr145 {
  padding-right: 145px;
}

.u-pr150 {
  padding-right: 150px;
}

.login__body {
  background-color: #dadada;
}
.login__body .grid {
  height: 100%;
}
.login__body .column {
  max-width: 450px;
}

.login__logo {
  display: block;
  width: 250px;
}

.register__body {
  background-color: #dadada;
}
.register__body .grid {
  height: 100%;
}
.register__body .column {
  max-width: 450px;
}
.register__body .submit {
  font-weight: normal;
}

.register__logo {
  display: block;
  width: 250px;
}

.email__body {
  background-color: #dadada;
}
.email__body .grid {
  height: 100%;
}
.email__body .column {
  max-width: 450px;
}

.email__logo {
  display: block;
  width: 250px;
}

.reset__body {
  background-color: #dadada;
}
.reset__body .grid {
  height: 100%;
}
.reset__body .column {
  max-width: 450px;
}

.reset__logo {
  display: block;
  width: 250px;
}

.destroy__body {
  background-color: #dadada;
}
.destroy__body .grid {
  height: 100vh;
}
.destroy__body .column {
  max-width: 450px;
}

.destroy__logo {
  display: block;
  width: 250px;
}

.notfound__body {
  background-color: #dadada;
}
.notfound__body .grid {
  height: 100%;
}
.notfound__body .column {
  max-width: 450px;
}

.notfound__logo {
  display: block;
  width: 250px;
}
