@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* line 8, _normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 18, _normalize.scss */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 31, _normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
/* line 50, _normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
/* line 61, _normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 79, _normalize.scss */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 92, _normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 102, _normalize.scss */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 115, _normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 125, _normalize.scss */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 143, _normalize.scss */
dfn {
  font-style: italic; }

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

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, _normalize.scss */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
/* line 170, _normalize.scss */
small {
  font-size: 80%; }

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

/* line 187, _normalize.scss */
sub {
  bottom: -0.25em; }

/* line 191, _normalize.scss */
sup {
  top: -0.5em; }

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

/**
 * Hide the overflow in IE.
 */
/* line 210, _normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 222, _normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
/* line 234, _normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 243, _normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 257, _normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 269, _normalize.scss */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 278, _normalize.scss */
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.
 */
/* line 288, _normalize.scss */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 299, _normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 310, _normalize.scss */
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.
 */
/* line 322, _normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 333, _normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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.
 */
/* line 346, _normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 359, _normalize.scss */
textarea {
  overflow: auto; }

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 378, _normalize.scss */
[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.
 */
/* line 388, _normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 397, _normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
/* line 406, _normalize.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

/* line 9, all.css.sass */
html {
  /* font-size: 100% */
  /* @media (min-width: 600px) */
  /*   font-size: calc(112.5% + 4 * (100vw - 600px) / 400) */
  /* @media (min-width: 1000px) */
  /*   /* font-size: calc(137.5% + 5 * (100vw - 1000px) / 1000) */
  /*   /* font-size: calc(137.5%) */
  /*   font-size: 137.5% */
  font-size: 100%; }
  @media (min-width: 600px) {
    /* line 9, all.css.sass */
    html {
      font-size: 113%; } }
  @media (min-width: 1000px) {
    /* line 9, all.css.sass */
    html {
      font-size: 125%; } }
  @media (min-width: 1400px) {
    /* line 9, all.css.sass */
    html {
      font-size: 138%; } }

/* line 26, all.css.sass */
body {
  font: 0.7rem/1.5 "Noto Sans Japanese", "Open Sans", Helvetica, Helvetica Neue, Arial, sans-serif;
  /* font: 0.7rem/1.5 YuGothic, "YuGothic M", 'Noto Sans Japanese', "メイリオ", sans-serif */
  color: rgba(0, 0, 0, 0.9);
  /* font-weight: 300 */
  background-image: url(../images/bg04.jpg); }

/* line 33, all.css.sass */
html, body {
  height: 100%;
  margin: 0; }

/* line 37, all.css.sass */
h1 {
  font-family: "Noto Sans Japanese";
  color: rgba(0, 0, 0, 0.8);
  /* color: whitesmoke */
  /* text-shadow: -1px -1px black, 2px 2px black */
  padding: 17% 0 0 0;
  margin: 0;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 900;
  position: relative; }
  /* line 48, all.css.sass */
  h1:before {
    content: url(../images/new_lambda_logo_4.png);
    display: block;
    opacity: 0.9;
    position: absolute;
    bottom: 2rem;
    left: 48%;
    text-align: center;
    width: 100px;
    margin-left: -50px;
    color: #ff466a; }
    @media screen and (max-width: 767px) {
      /* line 48, all.css.sass */
      h1:before {
        content: url(../images/new_lambda_logo_60.png); } }

/* line 63, all.css.sass */
h2 {
  font-family: "Noto Sans Japanese";
  font-weight: 900;
  font-size: 1.4rem; }
  /* line 67, all.css.sass */
  h2 .jp {
    font-size: 1.2rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.5); }

/* line 72, all.css.sass */
p {
  font-size: 0.7rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.5); }

/* line 77, all.css.sass */
strong {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
  font-weight: bold; }

/* line 82, all.css.sass */
section {
  height: 100%;
  position: relative;
  text-align: center;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0); }

/* line 89, all.css.sass */
section .inner {
  margin: 0 auto;
  max-width: 90%; }

/* line 93, all.css.sass */
section .innerText {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 18rem;
  max-width: 26rem;
  transform: translate(-110px, -50%);
  transform: translate(-110px, -50%);
  text-align: left; }

/* line 103, all.css.sass */
.iphone {
  width: 290px;
  height: 600px;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-150%, -50%);
  background-image: url(../images/iphone-6-plus.svg);
  background-size: contain;
  background-repeat: repeat-y;
  /* background-repeat: no-repeat */ }
  @media (min-width: 1000px) {
    /* line 103, all.css.sass */
    .iphone {
      width: 250px;
      height: 515px; } }
  @media (min-width: 1400px) {
    /* line 103, all.css.sass */
    .iphone {
      width: 290px;
      height: 600px; } }

/* line 122, all.css.sass */
.iphone .screen {
  position: absolute;
  left: 7%;
  top: 10.8%;
  width: 86%;
  height: 75.7%;
  overflow: hidden;
  background-color: transparent; }
  /* line 130, all.css.sass */
  .iphone .screen #ielm {
    opacity: 0;
    text-align: left;
    padding: 4px;
    font-size: 12px;
    font-family: courier new;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  /* line 143, all.css.sass */
  .iphone .screen img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
    /* line 149, all.css.sass */
    .iphone .screen img#screen01 {
      width: 100%;
      height: auto; }
    /* line 152, all.css.sass */
    .iphone .screen img#screen04 {
      width: 100%;
      height: auto; }
  /* line 155, all.css.sass */
  .iphone .screen #philosophy {
    opacity: 0;
    text-align: left;
    padding: 4px;
    font-size: 12px;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    /* line 167, all.css.sass */
    .iphone .screen #philosophy ul {
      font-size: 14px;
      width: 167%;
      position: absolute;
      top: 42%;
      left: 60%;
      transform: translate(-50%, -50%) rotate(90deg);
      list-style: none; }
      @media (min-width: 1000px) {
        /* line 167, all.css.sass */
        .iphone .screen #philosophy ul {
          font-size: 0.6rem; } }
      /* line 177, all.css.sass */
      .iphone .screen #philosophy ul li {
        margin: 0.2rem 0rem;
        position: relative;
        padding-left: 0.9rem; }
        /* line 181, all.css.sass */
        .iphone .screen #philosophy ul li:before {
          font-family: FontAwesome;
          /* content: '\f046' */
          content: "";
          /* font-size: 0.4rem */
          position: absolute;
          left: 0;
          top: 0rem;
          display: block;
          color: #ff466a; }
    /* line 191, all.css.sass */
    .iphone .screen #philosophy img {
      margin-top: 9.3rem;
      margin-left: 13rem;
      opacity: 1;
      width: 10rem;
      height: 1.8rem; }
      @media (min-width: 1000px) {
        /* line 191, all.css.sass */
        .iphone .screen #philosophy img {
          margin-top: 6.8rem;
          margin-left: 11rem;
          opacity: 1;
          width: 7rem;
          height: 1.2rem; } }

/* line 208, all.css.sass */
.inner-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
  /* color: rgba(0, 0, 0, 0.9) */ }

/* line 215, all.css.sass */
.inner-list li {
  position: relative;
  padding-left: 17px; }

/* line 219, all.css.sass */
.inner-list li:before {
  font-family: FontAwesome;
  /* content: '\f046' */
  content: "";
  font-size: 0.4rem;
  position: absolute;
  left: 0;
  top: 0.3rem;
  display: block;
  color: #ff466a; }

/* line 236, all.css.sass */
.item-box-container h3 {
  color: rgba(0, 0, 0, 0.5);
  margin: 0; }

/* line 239, all.css.sass */
.item-box {
  text-align: center;
  display: inline-block;
  word-wrap: break-wordg; }

/* line 245, all.css.sass */
.item-box-container-01 {
  margin: 1rem 0rem;
  max-width: 700px; }

/* line 248, all.css.sass */
.item-box-01 {
  box-shadow: gray 1px 1px 1px;
  background-color: white;
  height: 2rem;
  width: 7rem;
  margin: 0.3rem 0.3rem 0.3rem 0rem;
  padding: 0.3rem;
  border: solid 1px gray;
  border-radius: 5px; }
  /* line 257, all.css.sass */
  .item-box-01 h4 {
    margin: 0;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 300;
    font-size: 0.6rem;
    /* text-shadow: silver 1px 1px 1px */ }
  /* line 263, all.css.sass */
  .item-box-01 h5 {
    margin: 0;
    color: black;
    font-weight: 500;
    font-weight: bold;
    font-size: 0.6rem; }

/* line 271, all.css.sass */
.item-box-container-02 {
  margin: 50px 0px;
  max-width: 800px; }

/* line 274, all.css.sass */
.item-box-02 {
  box-shadow: gray 1px 1px 1px;
  background-color: rgba(0, 0, 0, 0.9);
  height: 4.6rem;
  width: 4.6rem;
  margin: 0.3rem 0.3rem 0.3rem 0rem;
  padding: 0.1rem;
  border: solid 1px gray;
  border-radius: 100%; }
  /* line 283, all.css.sass */
  .item-box-02 h4 {
    margin: 1.5rem 0rem 0rem 0rem;
    color: rgba(0, 0, 0, 0.8);
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    font-size: 0.5rem; }
  /* line 289, all.css.sass */
  .item-box-02 h5 {
    margin: 0;
    color: rgba(0, 0, 0, 0.5);
    color: white;
    font-weight: 500;
    font-weight: bold;
    font-size: 0.5rem; }

/* line 298, all.css.sass */
.item-box-container-03 {
  margin: 50px 0px;
  max-width: 600px; }

/* line 301, all.css.sass */
.item-box-03 {
  box-shadow: gray 1px 1px 1px;
  background-color: rgba(0, 0, 0, 0.2);
  height: 3.2rem;
  width: 3.2rem;
  margin: 0.3rem 0.3rem 0.3rem 0rem;
  border: solid 1px gray;
  border-radius: 5%;
  position: relative; }
  /* line 310, all.css.sass */
  .item-box-03 h4 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
    font-weight: bold;
    font-size: 0.5rem;
    margin: 0; }

/* line 323, all.css.sass */
.item-box-container-04 {
  margin: 20px 0px;
  max-width: 600px; }

/* line 327, all.css.sass */
.item-box-04 {
  box-shadow: gray 1px 1px 1px;
  background-color: white;
  height: 14.2rem;
  width: 7.2rem;
  margin: 0.3rem 0.3rem 0.3rem 0rem;
  border: solid 1px gray;
  border-radius: 0%;
  position: relative; }
  /* line 336, all.css.sass */
  .item-box-04 a {
    text-decoration: none;
    color: green; }
  /* line 339, all.css.sass */
  .item-box-04 h4 {
    background-color: teal;
    color: white;
    height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    /* position: absolute */
    /* top: 0% */
    /* color: rgba(0, 0, 0, 0.8) */
    font-weight: 200;
    font-size: 0.4rem;
    margin: 0 0 0.3rem 0;
    padding: 0 0.2rem; }
  /* line 353, all.css.sass */
  .item-box-04 img {
    margin: 0;
    height: 4rem; }
  /* line 356, all.css.sass */
  .item-box-04 p.source {
    font-size: 0.4rem;
    color: teal;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 1px, 0px;
    padding: 0 0.2rem; }
  /* line 365, all.css.sass */
  .item-box-04 p.headline {
    height: 6rem;
    font-size: 0.4rem;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0 0.2rem; }

@media (max-width: 1000px) {
  /* line 375, all.css.sass */
  #news-3 {
    display: none; } }
/* line 381, all.css.sass */
.go-below {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  color: white;
  font-size: 2.5rem;
  animation: blink 2s ease-in-out 3s infinite;
  opacity: 0; }

@keyframes blink {
  0%, 100% {
    opacity: 0; }
  25%, 50% {
    opacity: 0.4; }
  50% {
    opacity: 0.8; } }
/* line 402, all.css.sass */
.card {
  opacity: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 7rem solid transparent;
  border-right: 7rem solid rgba(0, 0, 0, 0.8);
  border-bottom: 7rem solid rgba(0, 0, 0, 0.8);
  border-left: 7rem solid transparent; }
  /* line 413, all.css.sass */
  .card p {
    position: fixed;
    right: 0.8rem;
    bottom: 4.3rem;
    color: white;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    transform: rotate(-45deg); }

/* line 423, all.css.sass */
.card-f {
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 4rem solid transparent;
  border-left: 4rem solid rgba(0, 0, 0, 0.8);
  border-top: 4rem solid rgba(0, 0, 0, 0.8);
  border-right: 4rem solid transparent; }
  @media (min-width: 600px) {
    /* line 423, all.css.sass */
    .card-f {
      opacity: 1; } }
  /* line 436, all.css.sass */
  .card-f a {
    text-align: center;
    text-decoration: none;
    position: fixed;
    left: 0rem;
    top: 0.4rem;
    color: white;
    padding: 0.8rem 0rem;
    white-space: nowrap;
    transform: rotate(-45deg); }

/* line 464, all.css.sass */
input {
  font-size: 0.9rem;
  background: none;
  border: solid 2px black;
  padding: 0.3rem 1rem; }
  /* line 469, all.css.sass */
  input:focus, input:active {
    outline: none; }
  /* line 471, all.css.sass */
  input[type="text"], input[type="email"] {
    border: none;
    border-bottom: solid 2px black;
    width: 16rem; }
  /* line 475, all.css.sass */
  input[type="submit"] {
    font-size: 0.7rem;
    font-family: "Noto Sans Japanese"; }

/* line 479, all.css.sass */
textarea {
  margin-top: 1.3rem;
  font-size: 0.7rem;
  width: 18rem;
  height: 8rem;
  border: solid 2px black; }
  /* line 451, all.css.sass */
  textarea:placeholder-shown {
    font-style: italic;
    font-family: "Noto Sans Japanese";
    color: rgbb(153, 153, 153, 1); }
  /* line 453, all.css.sass */
  textarea::-webkit-input-placeholder {
    font-style: italic;
    font-family: "Noto Sans Japanese";
    color: rgbb(153, 153, 153, 1); }
  /* line 455, all.css.sass */
  textarea:-moz-placeholder {
    opacity: 1;
    font-style: italic;
    font-family: "Noto Sans Japanese";
    color: rgbb(153, 153, 153, 1); }
  /* line 458, all.css.sass */
  textarea::-moz-placeholder {
    opacity: 1;
    font-style: italic;
    font-family: "Noto Sans Japanese";
    color: rgbb(153, 153, 153, 1); }
  /* line 461, all.css.sass */
  textarea:-ms-input-placeholder {
    font-style: italic;
    font-family: "Noto Sans Japanese";
    color: rgbb(153, 153, 153, 1); }

/* line 490, all.css.sass */
.input-group {
  display: inline-block;
  margin-top: 2rem;
  margin-right: 1rem;
  position: relative; }
  /* line 495, all.css.sass */
  .input-group label {
    position: absolute;
    top: 20%;
    left: 0px;
    font-style: italic;
    font-size: 0.7rem;
    color: #999;
    pointer-events: none; }
  /* line 503, all.css.sass */
  .input-group input:focus + label, .input-group input.has-value + label {
    top: -0.7rem;
    font-size: 0.6rem;
    color: #aaa; }

/* line 508, all.css.sass */
.privacy {
  margin-top: 0.5rem;
  width: 70%; }
  /* line 511, all.css.sass */
  .privacy h6 {
    font-size: 0.5rem;
    margin: 0;
    color: rgba(0, 0, 0, 0.8); }
  /* line 515, all.css.sass */
  .privacy p {
    text-align: left;
    margin: 0;
    font-size: 0.5rem;
    color: rgba(0, 0, 0, 0.6); }

@font-face {
  font-family: "YuGothic M";
  font-weight: 100;
  src: local(Yu Gothic Medium); }
@font-face {
  font-family: "YuGothic M";
  font-weight: 200;
  src: local(Yu Gothic Medium); }
@font-face {
  font-family: "YuGothic M";
  font-weight: 300;
  src: local(Yu Gothic Medium); }
@font-face {
  font-family: "YuGothic M";
  font-weight: 400;
  src: local(Yu Gothic Medium); }
@font-face {
  font-family: "YuGothic M";
  font-weight: 500;
  src: local(Yu Gothic Medium); }
@font-face {
  font-family: "YuGothic M";
  font-weght: 700;
  src: local(Yu Gothic Bold); }
@font-face {
  font-family: "YuGothic M";
  font-weght: 900;
  src: local(Yu Gothic Bold); }
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url("../font/NotoSansCJKjp-Light.eot");
  src: url("../font/NotoSansCJKjp-Light.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Light.woff") format("woff"), url("../font/NotoSansCJKjp-Light.ttf") format("truetype"); }
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansCJKjp-DemiLight.eot");
  src: url("../font/NotoSansCJKjp-DemiLight.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../font/NotoSansCJKjp-DemiLight.ttf") format("truetype"); }
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.eot");
  src: url("../font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansCJKjp-Medium.eot");
  src: url("../font/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.ttf") format("truetype"); }
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.eot");
  src: url("../font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansCJKjp-Black.eot");
  src: url("../font/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Black.woff") format("woff"), url("../font/NotoSansCJKjp-Black.ttf") format("truetype"); }
/* line 601, all.css.sass */
.profile-table table {
  width: 100%;
  margin-bottom: 5rem; }
  /* line 604, all.css.sass */
  .profile-table table th, .profile-table table td {
    border: 1px solid #ccc;
    padding: 20px; }
  /* line 607, all.css.sass */
  .profile-table table th {
    color: gray;
    font-size: 90%;
    font-weight: bold;
    background-color: #dedede; }
