﻿@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

* {
  box-sizing: border-box; }

body {
  background-color: #fff;
  color: #1F2933;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.54;
  text-align: center; }
  @media (min-width: 768px) {
    body {
      font-size: 16px; } }

a {
  color: #1F2933;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }
  a.underline:hover, a.underline:active, a.underline:focus {
    text-decoration: underline; }

hr {
  margin: 12px 0 48px; }

.text-replace {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.bold-text {
  font-weight: bold; }

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

@media (max-width: 480px) {
  .hidden-mobile {
    display: none !important; } }

@media (min-width: 480px) {
  .hidden-pc {
    display: none !important; } }

.poppins {
  position: relative;
  bottom: -4px;
  font-family: Poppins; }

.mplus1p {
  font-family: 'M PLUS 1p', sans-serif; }

.italic {
  font-style: italic; }

body > div:last-of-type {
  display: none !important; }

body > div:nth-last-of-type(1) {
  display: none !important; }

.l-container {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto; }

.l-contents {
  margin: 0 auto;
  padding: 16px; }
  @media (min-width: 768px) {
    .l-contents {
      margin: 0 auto 32px;
      padding: 16px; } }

.l-information {
  position: relative;
  z-index: 0;
  background-color: #F5F5F5;
  width: 100%; }
  .l-information > .container {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 32px 12px 16px; }

.l-footer {
  padding: 0 12px 16px;
  background-color: #F5F5F5;
  text-align: center; }

.m-information > .contents-title {
  display: inline-block;
  margin: 0 0 16px;
  font-size: 24px;
  letter-spacing: .02em;
  line-height: 40px; }
  @media (min-width: 768px) {
    .m-information > .contents-title {
      margin: 0 0 32px;
      font-size: 36px; } }

.m-information .introduction {
  margin: 0 0 32px;
  text-align: left; }
  @media (min-width: 768px) {
    .m-information .introduction {
      margin: 0 0 64px; } }

.m-information > .chapter {
  margin: 0  0 32px;
  text-align: left; }
  .m-information > .chapter > .chapter-title {
    margin: 0  0 16px;
    font-size: 14px; }
    @media (min-width: 768px) {
      .m-information > .chapter > .chapter-title {
        font-size: 20px; } }
  .m-information > .chapter ul {
    padding: 0 0 0 20px;
    font-size: 12px; }
    @media (min-width: 768px) {
      .m-information > .chapter ul {
        font-size: 14px; } }

.l-header {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  background-color: #fff; }

.m-header {
  position: relative;
  width: 100%; }

.l-logo {
  position: relative;
  height: 60px;
  width: 100%; }
  @media (min-width: 480px) {
    .l-logo {
      height: 70px; } }

.m-logo {
  height: 100%;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 8px 16px; }
  .m-logo > .logo {
    display: inline-block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    max-width: 1036px;
    margin: 0 auto;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap; }

.l-main-visual {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #efefef; }

.m-main-visual {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto; }
  .m-main-visual > .image-wrap {
    overflow: hidden;
    position: relative;
    height: 0;
    width: 100%;
    padding: 133.333% 0 0; }
    @media (min-width: 640px) {
      .m-main-visual > .image-wrap {
        padding: 60% 0 0; } }
    .m-main-visual > .image-wrap > .image {
      position: absolute;
      top: 0;
      left: 9;
      height: 100%;
      width: 100%;
      max-width: 1036px;
      margin: 0 auto;
      background-size: cover;
      background-position: top center;
      backgr64nd-repeat: no-repeat;
      background-image: url(../img/main-visual-sp.png); }
      @media (min-width: 640px) {
        .m-main-visual > .image-wrap > .image {
          background-image: url(../img/main-visual.png); } }
  .m-main-visual > .container {
    position: absolute;
    bottom: 20%;
    z-index: 10;
    left: 6%; }
    @media (min-width: 640px) {
      .m-main-visual > .container {
        left: 5%;
        bottom: 18%; } }
    .m-main-visual > .container > .app {
      display: inline-block;
      margin: 0 auto;
      padding: 10px 8px;
      border-radius: 4px;
      background-color: #fff; }
      @media (min-width: 768px) {
        .m-main-visual > .container > .app {
          padding: 16px; } }
      .m-main-visual > .container > .app > .title {
        width: 100%;
        max-width: 226px;
        margin: 0 auto;
        font-size: 14px;
        font-weight: bold;
        text-align: left; }
        @media (min-width: 640px) {
          .m-main-visual > .container > .app > .title {
            font-size: 16px;
            margin: 0 auto 6px; } }
      .m-main-visual > .container > .app > .banner {
        font-size: 0;
        text-align: center; }
        .m-main-visual > .container > .app > .banner > a {
          margin: 0 8px; }
  .m-main-visual .footer {
    position: absolute;
    bottom: -20px;
    left: -40px;
    z-index: 1;
    width: calc(100vw + 80px);
    transform: rotate(-6deg);
    transform-origin: center center; }
    @media (min-width: 1020px) {
      .m-main-visual .footer {
        left: calc( 470px - 50vw); } }
    .m-main-visual .footer:after {
      display: block;
      position: absolute;
      bottom: 0px;
      left: 50%;
      z-index: 0;
      height: 80px;
      width: calc(50vw + 40px);
      background-color: #fff;
      transform: rotate(6deg);
      transform-origin: left bottom;
      content: ""; }
    .m-main-visual .footer > .contents {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 80px;
      background-color: #081400;
      text-align: center; }
      .m-main-visual .footer > .contents:after {
        display: block;
        position: absolute;
        top: 34px;
        left: 0;
        z-index: 0;
        height: 12px;
        width: 100%;
        background-color: #fff;
        content: ""; }
      .m-main-visual .footer > .contents > .term {
        position: relative;
        z-index: 1;
        display: inline-block;
        padding: 0 16px;
        background-color: #081400;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        line-height: 80px; }
        @media (min-width: 768px) {
          .m-main-visual .footer > .contents > .term {
            font-size: 28px; } }

.l-wallpaper {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .l-wallpaper.fixed {
    position: fixed; }

.m-footer {
  position: relative;
  width: 100%;
  max-width: 880px;
  padding: 0 12px 36px 32px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .m-footer {
      padding: 64px 12px 36px; } }
  .m-footer .contents {
    max-width: 480px;
    margin: 0 auto;
    text-align: left; }
    @media (min-width: 768px) {
      .m-footer .contents {
        max-width: 880px;
        text-align: right; } }
  .m-footer .teamhub {
    display: inline-block;
    margin: 0 auto 32px;
    text-align: left; }
    @media (min-width: 768px) {
      .m-footer .teamhub {
        position: absolute;
        top: 64px;
        left: 0;
        padding: 0 0 0 12px; } }
    .m-footer .teamhub img {
      display: block;
      width: 180px;
      margin: 0 auto 16px 0; }
  .m-footer .footer {
    padding: 20px 0 0;
    border-top: 1px solid #C3C7CB;
    color: #878E98;
    font-size: 12px;
    text-align: left; }
    @media (min-width: 768px) {
      .m-footer .footer {
        text-align: right; } }
    .m-footer .footer .copyright {
      float: left; }
    .m-footer .footer a {
      display: block;
      margin: 0 16px 12px 0;
      color: #878E98; }
      @media (min-width: 768px) {
        .m-footer .footer a {
          display: inline-block; } }
      .m-footer .footer a:hover {
        text-decoration: underline; }

.m-anker {
  margin: -56px 0 0;
  padding: 56px 0 0; }
  @media (min-width: 768px) {
    .m-anker {
      margin: 0;
      padding: 0; } }

.m-pagetop {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 16px;
  z-index: 999;
  height: 48px;
  width: 48px;
  background: rgba(230, 0, 18, 0.75);
  text-align: center;
  cursor: pointer; }
  .m-pagetop .material-icons {
    color: #fff;
    font-size: 24px;
    line-height: 48px; }

.m-banner-ios,
.m-banner-android,
.m-banner-web {
  display: inline-block;
  overflow: hidden;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.m-banner-ios {
  width: 100px;
  background-image: url(../img/banner-ios.png); }

.m-banner-android {
  width: 110px;
  background-image: url(../img/banner-android.png); }

.m-banner-web {
  width: 135px;
  background-image: url(../img/banner-web.png); }

.transform-italic {
  display: inline-block;
  -webkit-transform: skewX(-13deg);
  -moz-transform: skewX(-13deg);
  -o-transform: skewX(-13deg);
  transform: skewX(-13deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')"; }

.m-loader {
  margin: 100px auto;
  font-size: 20px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #fff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #fff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #fff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #fff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #fff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #fff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #fff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #fff; } }

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #fff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #fff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #fff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #fff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #fff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #fff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #fff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #fff; } }

.l-mobile-navigation {
  display: block;
  position: fixed;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: calc(100vh - 56px);
  background-color: #E60012;
  transform: translate(100%, 0);
  transition: transform .3s linear 0s; }
  .l-mobile-navigation.active {
    transform: translate(0, 0); }

.m-hamburger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 56px;
  width: 64px;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  cursor: pointer; }
  .m-hamburger .clear {
    display: none; }
  .m-hamburger.active .menu {
    display: none; }
  .m-hamburger.active .clear {
    display: inline-block; }

.m-mobile-navigation {
  display: block;
  overflow: hidden;
  padding: 24px 12px 32px;
  text-align: left; }
  .m-mobile-navigation .menu {
    margin: 0 0 36px;
    padding: 0 12px;
    list-style: none; }
    .m-mobile-navigation .menu > li {
      font-size: 14px;
      line-height: 24px;
      margin: 0 0 16px; }
  .m-mobile-navigation > .m-sns {
    margin: 0 0 24px; }
  .m-mobile-navigation .footer {
    padding: 16px 0 0;
    border-top: 1px solid #C3C7CB; }
    .m-mobile-navigation .footer > a,
    .m-mobile-navigation .footer > .copyright {
      display: block;
      margin: 0 0 12px;
      color: #878E98;
      font-size: 12px;
      line-height: 24px; }
    .m-mobile-navigation .footer a:last-of-type {
      margin: 0 0 24px; }

.l-information {
  padding: 32px 8px; }

.m-information {
  overflow-y: scroll;
  height: 480px;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 24px 16px;
  border: 1px solid #C3C7CB;
  border-radius: 4px;
  background-color: #fff; }
  .m-information > .chapter {
    margin: 0 0 32px;
    text-align: left; }
    .m-information > .chapter > .chapter-title {
      margin: 0 0 8px;
      font-size: 14px; }
      @media (min-width: 768px) {
        .m-information > .chapter > .chapter-title {
          font-size: 16px; } }
    .m-information > .chapter p,
    .m-information > .chapter dd {
      margin: 0 0 .8em;
      font-size: 13px; }
      @media (min-width: 768px) {
        .m-information > .chapter p,
        .m-information > .chapter dd {
          font-size: 14px; } }
      .m-information > .chapter p.no-margin,
      .m-information > .chapter dd.no-margin {
        margin: 0; }
    .m-information > .chapter dt {
      font-size: 13px;
      font-weight: 600; }
      @media (min-width: 768px) {
        .m-information > .chapter dt {
          font-size: 14px; } }
    .m-information > .chapter ul {
      list-style-type: circle;
      padding: 0 0 0 20px;
      font-size: 13px; }
      @media (min-width: 768px) {
        .m-information > .chapter ul {
          font-size: 14px; } }
      .m-information > .chapter ul.decimal {
        list-style-type: decimal; }
      .m-information > .chapter ul.no-style {
        list-style-type: none; }
    .m-information > .chapter li {
      margin: 0 0 .5em; }
      .m-information > .chapter li > ul {
        list-style-type: none;
        margin: .2em 0; }
        .m-information > .chapter li > ul > li {
          margin: 0 0 .3em; }
    .m-information > .chapter small {
      display: block;
      font-size: 12px;
      text-align: left; }
      @media (min-width: 768px) {
        .m-information > .chapter small {
          font-size: 13px; } }

.l-contact {
  margin: 0 auto 96px; }

.m-contact {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 16px; }
  .m-contact a {
    color: #E60012; }
    .m-contact a:hover {
      text-decoration: underline; }

.m-headline {
  margin: 0 0 24px;
  font-size: 16px; }
  @media (min-width: 480px) {
    .m-headline {
      font-size: 20px; } }

.m-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 80%;
  max-width: 360px;
  padding: 0 24px;
  border-radius: 32px;
  background-color: #01A6EA;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 56px;
  text-align: center; }
  @media (min-width: 480px) {
    .m-button {
      padding: 0 12px;
      font-size: 24px;
      line-height: 64px; } }
  .m-button:active {
    top: 1px; }

.m-separator {
  display: block;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 60px;
  pointer-events: none; }
  @media (min-width: 768px) {
    .m-separator {
      height: 100px; } }
  .m-separator.reverse:before {
    border-width: 0 0 60px 100vw; }
    @media (min-width: 768px) {
      .m-separator.reverse:before {
        border-width: 0 0 100px 100vw; } }
  .m-separator.reverse:after {
    border-width: 0 100vw 60px 0; }
    @media (min-width: 768px) {
      .m-separator.reverse:after {
        border-width: 0 100vw 100px 0; } }
  .m-separator.alt:before {
    border-color: transparent transparent transparent #002060; }
  .m-separator.alt:after {
    border-color: transparent #F5F5F5 transparent transparent; }
  .m-separator:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 100vw;
    border-color: transparent transparent transparent #002060; }
    @media (min-width: 768px) {
      .m-separator:before {
        border-style: solid;
        border-width: 100px 0 0 100vw; } }
  .m-separator:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 61px 100vw 0 0;
    border-color: transparent #E60012 transparent transparent; }
    @media (min-width: 768px) {
      .m-separator:after {
        border-width: 101px 100vw 0 0; } }

.l-sns {
  margin: 0 0 32px; }

.m-sns-share {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 32px; }
  .m-sns-share .icon {
    display: inline-block;
    margin: 0 10px; }
    .m-sns-share .icon a {
      display: block;
      height: 60px;
      width: 60px;
      border-radius: 50%;
      color: #fff;
      font-size: 40px;
      line-height: 60px;
      text-align: center; }
      .m-sns-share .icon a.facebook {
        background-color: #3a5998; }
      .m-sns-share .icon a.insta {
        background: #d6249f;
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
      .m-sns-share .icon a.twitter {
        background-color: #1da1f2; }
      .m-sns-share .icon a.line {
        background-color: #1dcd00; }

.m-sns {
  display: inline-block;
  position: relative;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 60px; }
  .m-sns.fb {
    background-color: #3a5998; }
  .m-sns.tw {
    background-color: #1da1f2; }
  .m-sns.line {
    background-color: #1dcd00;
    left: -1px; }

.m-sns-icons {
  display: block;
  width: 100%;
  padding: 48px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .m-sns-icons {
      padding: 72px 0; } }
  .m-sns-icons > ul {
    display: block;
    list-style-type: none;
    width: 100%;
    max-width: 280px;
    margin: 0 auto; }
    .m-sns-icons > ul > li {
      display: inline-block;
      padding: 0 10px; }
  .m-sns-icons .title {
    display: block;
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 700;
    padding: 8px; }
    @media (min-width: 768px) {
      .m-sns-icons .title {
        padding: 8px;
        margin: 0 0 24px;
        font-size: 28px; } }
    .m-sns-icons .title > br {
      display: inline; }
      @media (min-width: 410px) {
        .m-sns-icons .title > br {
          display: none; } }
  @media (max-width: 768px) {
    .m-sns-icons .m-sns {
      height: 48px;
      width: 48px;
      line-height: 48px;
      font-size: 28px; } }

.l-main {
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%; }

.l-introduction {
  overflow: hidden;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto 64px;
  padding: 60px 16px;
  background-color: #fff;
  background-image: url(../img/bg-1.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  color: #1F2933; }

.m-introduction {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 64px;
  padding: 60px 0 0;
  text-align: center; }
  @media (min-width: 768px) {
    .m-introduction {
      margin: 0 0 0 auto; } }
  .m-introduction > .title {
    width: 100%;
    max-width: 540px;
    margin: 0 auto 24px;
    padding: 0 0 20%;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap; }
  .m-introduction > .description {
    margin: 0 0 48px;
    font-size: 14px;
    text-align: center; }
    @media (min-width: 768px) {
      .m-introduction > .description {
        font-size: 16px; } }
    .m-introduction > .description > p {
      margin: 0 0 .5em; }
  .m-introduction > .banner {
    text-align: right; }
    .m-introduction > .banner > .text {
      display: block;
      width: 100%;
      font-size: 15px;
      text-align: right; }

.m-youtube {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 820px;
  margin: 0 auto; }
  .m-youtube > .youtube {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0; }
    @media (min-width: 700px) {
      .m-youtube > .youtube {
        width: calc(100% - 420px);
        margin: 0 20px 0 0; } }
    .m-youtube > .youtube > .wrap {
      position: relative;
      width: 100%;
      margin: 0 auto 16px;
      padding: 0 0 56%; }
      .m-youtube > .youtube > .wrap > iframe {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
  .m-youtube > .contents {
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 400px;
    margin: 0 auto; }
    .m-youtube > .contents > .wrap {
      display: block;
      width: 100%; }
      .m-youtube > .contents > .wrap > .title {
        width: 100%;
        max-width: 360px;
        margin: 0 auto 8px 0;
        padding: 0 0 10%;
        background-size: contain;
        background-position: left center;
        background-repeat: no-repeat;
        font-size: 0;
        text-indent: 100%;
        white-space: nowrap;
        text-align: center; }
        @media (min-width: 700px) {
          .m-youtube > .contents > .wrap > .title {
            max-width: 360px;
            text-align: left; } }
      .m-youtube > .contents > .wrap > .description {
        width: 100%;
        margin: 0 0 24px;
        font-size: 14px;
        text-align: left; }
        @media (min-width: 700px) {
          .m-youtube > .contents > .wrap > .description {
            margin: 0;
            font-size: 16px; } }
        .m-youtube > .contents > .wrap > .description > p {
          margin: 0 0 .5em; }

.m-headline-campaign {
  position: relative;
  left: -40px;
  z-index: 1;
  width: calc(100vw + 80px);
  transform: rotate(6deg);
  transform-origin: center center; }
  .m-headline-campaign:after {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0%;
    z-index: 0;
    height: 90px;
    width: calc(50vw + 40px);
    background-color: #007A19;
    transform: rotate(-6deg);
    transform-origin: right bottom;
    content: ""; }
  .m-headline-campaign > .wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 80px;
    background-color: #007A19;
    text-align: center; }
    .m-headline-campaign > .wrap:after {
      display: block;
      position: absolute;
      top: 34px;
      left: -10px;
      z-index: 0;
      height: 12px;
      width: calc(100% + 20px);
      background-color: #fff;
      content: ""; }
    .m-headline-campaign > .wrap > .title {
      position: relative;
      z-index: 1;
      display: inline-block;
      padding: 0 16px;
      background-color: #007A19;
      color: #fff;
      font-size: 28px;
      font-style: italic;
      font-weight: bold;
      line-height: 80px; }
      @media (min-width: 768px) {
        .m-headline-campaign > .wrap > .title {
          font-size: 36px; } }

.m-headline-message {
  position: relative;
  top: -60px;
  left: -40px;
  z-index: 1;
  width: calc(100vw + 80px);
  transform: rotate(-6deg);
  transform-origin: center center; }
  .m-headline-message:after {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0%;
    z-index: 0;
    height: 90px;
    width: calc(50vw + 40px);
    background-color: #007A19;
    transform: rotate(6deg);
    transform-origin: right bottom;
    content: ""; }
  .m-headline-message > .wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 80px;
    background-color: #fff;
    text-align: center; }
    .m-headline-message > .wrap:after {
      display: block;
      position: absolute;
      top: 34px;
      left: -10px;
      z-index: 0;
      height: 12px;
      width: calc(100% + 20px);
      background-color: #007A19;
      content: ""; }
    .m-headline-message > .wrap > .title {
      position: relative;
      z-index: 1;
      display: inline-block;
      padding: 0 16px;
      background-color: #fff;
      color: #007A19;
      font-size: 28px;
      font-style: italic;
      font-weight: bold;
      line-height: 80px; }
      @media (min-width: 768px) {
        .m-headline-message > .wrap > .title {
          font-size: 36px; } }

.l-campaign {
  display: block;
  position: relative;
  background-color: #007A19;
  background-image: url(../img/bg-2.png);
  padding: 60px 12px; }

.m-campaign {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
  .m-campaign > .message {
    display: block;
    width: 100%;
    margin: 0 0 64px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center; }
    @media (min-width: 768px) {
      .m-campaign > .message {
        font-size: 24px; } }
    .m-campaign > .message > p {
      margin: 0 0 .5em; }

.l-step {
  padding: 0 12px;
  margin: 0 0 32px;
  width: 100%; }
  @media (min-width: 480px) {
    .l-step {
      width: calc(50%); } }
  @media (min-width: 768px) {
    .l-step {
      width: calc(33.333%); } }

.m-step {
  display: block;
  height: 100%;
  margin: 0 auto 24px;
  padding: 0 12px 24p;
  background-color: #E5FAEB;
  border-radius: 8px;
  border: 3px solid #409B53; }
  .m-step > .image {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto 12px; }
  .m-step > .title {
    position: relative;
    top: -20px;
    margin: 0 auto;
    width: 100%;
    max-width: 240px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap; }
    .m-step > .title:after {
      display: block;
      padding: 0 0 20%;
      content: ""; }
  .m-step > .description {
    padding: 12px;
    font-size: 14px;
    text-align: center; }
    @media (min-width: 768px) {
      .m-step > .description {
        font-size: 16px; } }
    .m-step > .description > p {
      margin: 0 0 .5em; }

.l-last-step {
  width: 100%;
  padding: 0 12px;
  margin: 0 auto 24px; }
  @media (min-width: 768px) {
    .l-last-step {
      width: 66.666%; } }

.m-last-step {
  display: block; }
  .m-last-step > img {
    display: block;
    width: 100%; }

.m-joynup {
  display: block;
  width: 100%;
  max-width: 936px;
  margin: 0 auto 48px;
  padding: 36px 16px;
  border-radius: 4px;
  background-color: #E5FAEB; }
  .m-joynup > .title {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap; }
    .m-joynup > .title:after {
      display: block;
      padding: 20% 0 0;
      content: ""; }
  .m-joynup .description {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 24px;
    font-size: 14px;
    text-align: center; }
    @media (min-width: 768px) {
      .m-joynup .description {
        font-size: 16px; } }
    .m-joynup .description > p {
      margin: 0 0 .7em; }
  .m-joynup .link {
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
    .m-joynup .link a {
      color: #13334c; }
      .m-joynup .link a:hover {
        text-decoration: underline; }
  .m-joynup ~ .app {
    width: 100%;
    margin: 0 0 32px; }
    .m-joynup ~ .app > .title {
      width: 100%;
      max-width: 320px;
      margin: 0 auto 16px;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      text-align: center; }
    .m-joynup ~ .app > .banner {
      font-size: 0;
      text-align: center; }
      .m-joynup ~ .app > .banner > a {
        margin: 0 8px; }

.l-message {
  display: block;
  position: relative;
  padding: 60px 0 0; }
  @media (min-width: 480px) {
    .l-message {
      background-image: url(../img/bg-3.png);
      background-position: right center; } }
  .l-message > .container {
    width: 100%;
    max-width: 1020px;
    margin: auto; }

.m-message {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 860px;
  margin: 0 auto 0 0;
  padding: 0 16px; }
  @media (min-width: 480px) {
    .m-message {
      margin: 40px auto 0 0; } }
  @media (min-width: 768px) {
    .m-message {
      margin: 90px auto 0 0; } }
  .m-message > .profile {
    width: 100%;
    margin: 0 auto 24px;
    text-align: center; }
    @media (min-width: 768px) {
      .m-message > .profile {
        width: 240px; } }
    .m-message > .profile > .image {
      overflow: hidden;
      width: 100%;
      max-width: 140px;
      margin: 0 auto 8px;
      border-radius: 50%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
      .m-message > .profile > .image:after {
        display: block;
        padding: 0 0 100%;
        content: ""; }
    .m-message > .profile > .name {
      display: inline-block;
      margin: 0 0 8px;
      font-size: 20px; }
    .m-message > .profile > .description {
      width: 100%;
      max-width: 540px;
      margin: 0 auto 8px;
      font-size: 12px;
      text-align: left; }
      @media (min-width: 768px) {
        .m-message > .profile > .description {
          font-size: 13px; } }
  .m-message .message {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto 24px;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
    text-align: left;
    text-shadow: 0 0 6px #fff; }
    @media (min-width: 480px) {
      .m-message .message {
        font-size: 16px; } }
    @media (min-width: 768px) {
      .m-message .message {
        font-size: 16px;
        width: calc(100% - 240px);
        padding: 0 12px 0 36px; } }
    .m-message .message > .wrap {
      display: block; }
      .m-message .message > .wrap > p {
        margin: 0 0 .7em; }
      .m-message .message > .wrap strong {
        position: relative;
        top: -8px;
        font-weight: 500;
        font-size: 1.3em; }

.m-form {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto 64px;
  padding: 0 8px; }
  .m-form > .title {
    display: block;
    margin: 0 0 32px;
    color: #1F2933;
    font-size: 28px;
    font-weight: 700; }
  .m-form hr {
    margin: 32px 0 32px; }
  .m-form input[type="text"],
  .m-form input[type="email"],
  .m-form textarea,
  .m-form select {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #1F2933;
    font-size: 16px;
    outline-color: #1F2933; }
  .m-form input[type="file"] {
    display: block;
    overflow: hidden;
    height: 36px;
    width: 100%;
    margin: 4px 0;
    font-size: 11px;
    line-height: 20px; }
    .m-form input[type="file"]:focus {
      outline: none; }
  .m-form input,
  .m-form select {
    height: 54px;
    line-height: 40px;
    vertical-align: middle;
    cursor: pointer; }
    .m-form input ~ .fa-caret-down,
    .m-form select ~ .fa-caret-down {
      display: block;
      position: absolute;
      top: 0;
      right: 10px;
      width: 30px;
      height: 54px;
      font-size: 16px;
      line-height: 54px; }
    .m-form input.hidden,
    .m-form select.hidden {
      display: none; }
  .m-form textarea {
    min-height: 240px; }
  .m-form > .form-item {
    position: relative;
    margin: 0 0 32px; }
    .m-form > .form-item.last {
      margin: 0 0 16px; }
  .m-form select {
    color: #878E98; }
    .m-form select.changed {
      color: #1F2933; }
    .m-form select ~ .arrow {
      display: block;
      position: absolute;
      right: 16px;
      bottom: 10px;
      width: 16px;
      height: 16px;
      border: 8px solid transparent;
      border-top: 8px solid #878E98; }
  .m-form .annotation {
    display: block;
    padding: 4px 0;
    font-size: 12px;
    text-align: left;
    line-height: 1.5; }
    .m-form .annotation > small {
      display: block;
      margin: 0 0 12px; }
      .m-form .annotation > small > a {
        color: #fff;
        text-decoration: underline; }
  .m-form .form-group {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 0 64px;
    padding: 0 8px;
    text-align: left; }
    @media (min-width: 768px) {
      .m-form .form-group {
        margin: 0 0 64px; } }
    .m-form .form-group.table {
      overflow: auto;
      width: 100%;
      max-width: calc(100vw - 80px);
      padding: 0; }
    .m-form .form-group > label {
      display: block;
      margin: 0 0 12px;
      width: 100%;
      font-size: 18px;
      text-align: left; }
    .m-form .form-group .checkbox {
      position: relative;
      margin: 0 0 16px; }
      .m-form .form-group .checkbox > input[type="checkbox"] {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -10;
        height: 24px;
        width: 24px;
        line-height: 24px;
        text-align: center;
        opacity: 0; }
        .m-form .form-group .checkbox > input[type="checkbox"]:checked ~ label .checked {
          display: inline-block; }
        .m-form .form-group .checkbox > input[type="checkbox"]:checked ~ label .unchecked {
          display: none; }
      .m-form .form-group .checkbox label {
        display: block;
        width: auto;
        line-height: 24px; }
      .m-form .form-group .checkbox .checked {
        display: none; }
      .m-form .form-group .checkbox .material-icons {
        line-height: 24px;
        vertical-align: middle; }
      .m-form .form-group .checkbox .check-option {
        display: inline-block;
        width: calc(100% - 80px);
        max-width: 240px;
        height: auto;
        border: none;
        border-bottom: 1px solid #1F2933;
        line-height: 24px; }
  .m-form .form-button {
    margin: 32px 0 0; }
    .m-form .form-button button {
      position: relative;
      width: 100%;
      max-width: 320px;
      padding: 16px 24px;
      border-radius: 4px;
      background-color: #E60012;
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      line-height: 32px; }
      .m-form .form-button button:active {
        top: 1px; }
  .m-form .error-file {
    display: none;
    position: relative;
    top: -16px;
    color: #E60012;
    font-size: 11px; }
  .m-form .image img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 0 8px; }
    @media (min-width: 480px) {
      .m-form .image img {
        margin: 0 auto 8px 0; } }
  .m-form .headline {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 880px;
    text-align: center;
    margin: 0 auto 24px;
    padding: 12px;
    background-image: url(../img/headline.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (min-width: 480px) {
      .m-form .headline {
        margin: 0 auto 36px;
        padding: 16px 0; } }
    .m-form .headline .title {
      display: inline-block;
      color: #1F2933;
      font-weight: 700;
      line-height: 1.5;
      font-size: 20px; }
      @media (min-width: 480px) {
        .m-form .headline .title {
          font-size: 24px; } }
      @media (min-width: 768px) {
        .m-form .headline .title {
          font-size: 28px; } }
      .m-form .headline .title .asterisk {
        position: relative;
        bottom: .4em;
        font-size: .6em; }
    .m-form .headline > .sub-title {
      display: block;
      margin: 12px auto 0;
      font-size: 13px; }
      @media (min-width: 768px) {
        .m-form .headline > .sub-title {
          font-size: 14px; } }
  .m-form .sample-image {
    display: block; }
    .m-form .sample-image .title {
      width: 100%;
      margin: 0 0 .5em;
      text-align: left; }
    .m-form .sample-image .images {
      display: flex;
      flex-wrap: wrap; }
      @media (min-width: 768px) {
        .m-form .sample-image .images {
          flex-wrap: nowrap; } }
      .m-form .sample-image .images .image {
        width: 100%;
        padding: 0 8px; }
        .m-form .sample-image .images .image img {
          display: block;
          width: 100%;
          max-width: 420px;
          margin: 0 auto 12px; }

.m-radio {
  list-style: none; }
  .m-radio > .radio-button {
    margin: 0 0 16px;
    padding: 2px 4px;
    text-align: left;
    font-size: 16px; }
    @media (min-width: 768px) {
      .m-radio > .radio-button {
        margin: 0 0 20px;
        font-size: 20px; } }
    .m-radio > .radio-button > .circle {
      display: inline-block;
      position: relative;
      height: 20px;
      width: 20px;
      margin: 0 .2em 0 0;
      border: 2px solid #1F2933;
      border-radius: 50%;
      background-color: transparent;
      vertical-align: middle;
      cursor: pointer; }
      @media (min-width: 768px) {
        .m-radio > .radio-button > .circle {
          height: 24px;
          width: 24px; } }
    .m-radio > .radio-button > .title {
      color: #1F2933;
      font-size: 16px;
      line-height: 20px;
      vertical-align: middle;
      cursor: pointer; }
      @media (min-width: 768px) {
        .m-radio > .radio-button > .title {
          line-height: 24px; } }
    .m-radio > .radio-button > .option {
      display: inline-block;
      width: calc(100% - 80px);
      max-width: 240px;
      height: auto;
      border: none;
      border-bottom: 1px solid #1F2933;
      line-height: 24px; }
    .m-radio > .radio-button.active > .circle:after {
      display: block;
      position: absolute;
      top: 4px;
      left: 4px;
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background-color: #1F2933;
      content: ""; }
      @media (min-width: 768px) {
        .m-radio > .radio-button.active > .circle:after {
          top: 5px;
          left: 5px;
          height: 10px;
          width: 10px; } }
    .m-radio > .radio-button .check-option {
      display: none;
      width: calc(100% - 80px);
      max-width: 240px;
      height: auto;
      border: none;
      border-bottom: 1px solid #1F2933;
      line-height: 24px; }
  .m-radio.horizontally .title {
    display: none; }

.m-table-form {
  overflow-x: scroll;
  table-layout: fixed;
  width: 100%;
  padding: 0 10px;
  max-width: 800px;
  min-width: 480px;
  border-collapse: collapse; }
  .m-table-form > thead th {
    font-size: 11px;
    font-weight: 500;
    text-align: center; }
    @media (min-width: 480px) {
      .m-table-form > thead th {
        font-size: 13px; } }
    .m-table-form > thead th .title {
      display: inline-block;
      padding: 0 6px;
      line-height: 20px;
      white-space: normal; }
    .m-table-form > thead th:first-child {
      position: sticky;
      z-index: 10;
      left: 0;
      width: 80px;
      background-color: #fff; }
  .m-table-form > tbody tr {
    background-color: whitesmoke;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff; }
  .m-table-form > tbody th {
    position: sticky;
    z-index: 10;
    left: 0;
    background-color: whitesmoke;
    font-size: 11px;
    font-weight: 500;
    text-align: left;
    white-space: normal;
    width: 60px;
    padding: 4px 0; }
    @media (min-width: 480px) {
      .m-table-form > tbody th {
        width: 90px;
        font-size: 12px; } }
  .m-table-form > tbody td {
    padding: 4px 0;
    text-align: center; }
  .m-table-form .m-radio > .radio-button {
    text-align: center; }

.m-form-sample img {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0; }

.m-question {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 880px;
  text-align: left;
  margin: 0 0 24px; }
  .m-question .icon {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 32px;
    width: 32px;
    background-image: url(../img/icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle; }
  .m-question .circle {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background-color: #CFAE5D;
    color: #fff;
    font-weight: 900;
    line-height: 32px;
    text-align: center;
    vertical-align: middle; }
  .m-question .text {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    vertical-align: middle; }
    @media (min-width: 480px) {
      .m-question .text {
        font-size: 16px; } }
    @media (min-width: 768px) {
      .m-question .text {
        font-size: 18px; } }

.m-error {
  display: none;
  color: #E60012; }

.l-modal {
  display: none;
  overflow: scroll;
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3); }

.m-modal {
  display: table;
  position: relative;
  height: auto;
  min-height: 100vh;
  width: 100%;
  padding: 32px 16px;
  text-align: center; }
  .m-modal .close-area {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%; }
  .m-modal .wrap {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .m-modal .window {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding: 48px 16px;
    border-radius: 2px;
    background-color: #fff; }
    .m-modal .window .close-button {
      position: absolute;
      top: 8px;
      right: 8px;
      cursor: pointer; }
      .m-modal .window .close-button .material-icons {
        color: #1F2933;
        font-size: 32px; }
  .m-modal .l-loader {
    display: none; }

.m-success {
  display: none;
  margin: 0 0 32px;
  color: #1F2933; }
  .m-success strong {
    display: block;
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600; }
  .m-success .message {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 36px; }
    .m-success .message p {
      color: #1F2933;
      font-size: 13px;
      width: 100%;
      max-width: 700px;
      margin: 0 auto 36px; }
      @media (min-width: 480px) {
        .m-success .message p {
          font-size: 14px; } }
  .m-success small {
    display: block;
    margin: 0 0 12px;
    font-size: 13px; }
    @media (min-width: 480px) {
      .m-success small {
        font-size: 14px; } }
  .m-success a {
    display: block;
    margin: 0 0 36px;
    text-decoration: underline; }
  .m-success button {
    position: relative;
    width: 100%;
    max-width: 160px;
    padding: 4px 24px;
    border-radius: 4px;
    background-color: #242320;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px; }
    .m-success button:active {
      top: 1px; }

/*# sourceMappingURL=style.css.map */