@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: #fafafa;
  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; }

.app-container {
  overflow: hidden;
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%; }
  .app-container.fixed {
    position: fixed; }

.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(25, 217, 110, 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 #4BB97B, 1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2), 2.5em 0em 0 0em rgba(75, 185, 123, 0.2), 1.75em 1.75em 0 0em rgba(75, 185, 123, 0.2), 0em 2.5em 0 0em rgba(75, 185, 123, 0.2), -1.8em 1.8em 0 0em rgba(75, 185, 123, 0.2), -2.6em 0em 0 0em rgba(75, 185, 123, 0.5), -1.8em -1.8em 0 0em rgba(75, 185, 123, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(75, 185, 123, 0.7), 1.8em -1.8em 0 0em #4BB97B, 2.5em 0em 0 0em rgba(75, 185, 123, 0.2), 1.75em 1.75em 0 0em rgba(75, 185, 123, 0.2), 0em 2.5em 0 0em rgba(75, 185, 123, 0.2), -1.8em 1.8em 0 0em rgba(75, 185, 123, 0.2), -2.6em 0em 0 0em rgba(75, 185, 123, 0.2), -1.8em -1.8em 0 0em rgba(75, 185, 123, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(75, 185, 123, 0.5), 1.8em -1.8em 0 0em rgba(75, 185, 123, 0.7), 2.5em 0em 0 0em #4BB97B, 1.75em 1.75em 0 0em rgba(75, 185, 123, 0.2), 0em 2.5em 0 0em rgba(75, 185, 123, 0.2), -1.8em 1.8em 0 0em rgba(75, 185, 123, 0.2), -2.6em 0em 0 0em rgba(75, 185, 123, 0.2), -1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(75, 185, 123, 0.2), 1.8em -1.8em 0 0em rgba(75, 185, 123, 0.5), 2.5em 0em 0 0em rgba(75, 185, 123, 0.7), 1.75em 1.75em 0 0em #4BB97B, 0em 2.5em 0 0em rgba(75, 185, 123, 0.2), -1.8em 1.8em 0 0em rgba(75, 185, 123, 0.2), -2.6em 0em 0 0em rgba(75, 185, 123, 0.2), -1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(75, 185, 123, 0.2), 1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2), 2.5em 0em 0 0em rgba(75, 185, 123, 0.5), 1.75em 1.75em 0 0em rgba(75, 185, 123, 0.7), 0em 2.5em 0 0em #4BB97B, -1.8em 1.8em 0 0em rgba(75, 185, 123, 0.2), -2.6em 0em 0 0em rgba(75, 185, 123, 0.2), -1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(75, 185, 123, 0.2), 1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2), 2.5em 0em 0 0em rgba(75, 185, 123, 0.2), 1.75em 1.75em 0 0em rgba(75, 185, 123, 0.5), 0em 2.5em 0 0em rgba(75, 185, 123, 0.7), -1.8em 1.8em 0 0em #4BB97B, -2.6em 0em 0 0em rgba(75, 185, 123, 0.2), -1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(75, 185, 123, 0.2), 1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2), 2.5em 0em 0 0em rgba(75, 185, 123, 0.2), 1.75em 1.75em 0 0em rgba(75, 185, 123, 0.2), 0em 2.5em 0 0em rgba(75, 185, 123, 0.5), -1.8em 1.8em 0 0em rgba(75, 185, 123, 0.7), -2.6em 0em 0 0em #4BB97B, -1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(75, 185, 123, 0.2), 1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2), 2.5em 0em 0 0em rgba(75, 185, 123, 0.2), 1.75em 1.75em 0 0em rgba(75, 185, 123, 0.2), 0em 2.5em 0 0em rgba(75, 185, 123, 0.2), -1.8em 1.8em 0 0em rgba(75, 185, 123, 0.5), -2.6em 0em 0 0em rgba(75, 185, 123, 0.7), -1.8em -1.8em 0 0em #4BB97B; } }

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

.l-mobile-navigation {
  display: block;
  position: fixed;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: calc(100vh - 56px);
  background-color: #19D96E;
  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; }

.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; }
  .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: 12px; }
      @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: 12px;
      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: 12px; }
      @media (min-width: 768px) {
        .m-information > .chapter ul {
          font-size: 14px; } }
      .m-information > .chapter ul.no-style {
        list-style: none; }
    .m-information > .chapter b {
      display: block;
      margin: 0 0 .5em;
      padding: 0 0 0 20px;
      font-size: 13px; }
      @media (min-width: 768px) {
        .m-information > .chapter b {
          font-size: 15px; } }
    .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: 11px;
      text-align: left; }
      @media (min-width: 768px) {
        .m-information > .chapter small {
          font-size: 12px; } }

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

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

.m-headline {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto 32px;
  padding: 0 10px;
  color: #1F2933;
  text-align: center; }
  .m-headline .title {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .2em; }
    @media (min-width: 768px) {
      .m-headline .title {
        display: inline-block;
        font-size: 36px; } }
    .m-headline .title:after {
      display: block;
      height: 4px;
      width: 160px;
      border-radius: 3px;
      margin: 0 auto .5em;
      background-color: #fff;
      content: ""; }
    .m-headline .title.green:after {
      background-color: #19D96E; }
  .m-headline .sub-title {
    display: block;
    font-size: 13px;
    letter-spacing: .1em; }
    @media (min-width: 480px) {
      .m-headline .sub-title {
        font-size: 14px; } }

.m-sub-headline {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 880px;
  text-align: left;
  margin: 0 0 24px; }
  .m-sub-headline .ball {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 32px;
    width: 32px;
    background-image: url(../img/icon-ball.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle; }
  .m-sub-headline .text {
    font-size: 20px;
    font-weight: 600px;
    vertical-align: middle; }

.m-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 80%;
  max-width: 360px;
  padding: 0 24px;
  border-radius: 32px;
  background-color: #5A7081;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  text-align: center; }
  @media (min-width: 480px) {
    .m-button {
      padding: 0 12px;
      font-size: 20px;
      line-height: 60px; } }
  .m-button:active {
    top: 1px; }
  .m-button .material-icons {
    position: relative;
    top: -.1em;
    vertical-align: middle; }
  .m-button.end {
    background-color: #9CADA5; }

.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 #19D96E 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%;
  margin: 0 0 48px;
  text-align: center; }
  @media (min-width: 768px) {
    .m-sns-icons {
      padding: 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 12px;
    font-size: 16px;
    font-weight: 700;
    padding: 8px; }
    @media (min-width: 768px) {
      .m-sns-icons .title {
        margin: 0 0 12px;
        padding: 8px; } }
    .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-header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #95EAAE; }

.m-logo {
  height: 48px;
  width: 100%;
  margin: 0;
  padding: 4px 16px;
  background-color: #fff;
  border-bottom: 1px solid rgba(37, 53, 67, 0.1); }
  @media (min-width: 600px) {
    .m-logo {
      height: 60px; } }
  .m-logo .contents {
    display: block;
    height: 100%;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    background-image: url(../img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

.m-header {
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  text-align: center; }
  .m-header:before {
    display: block;
    overflow: hidden;
    padding: calc(5 / 3 * 100%) 0 0;
    content: ""; }
    @media (min-width: 600px) {
      .m-header:before {
        padding: calc(1 / 2 * 100%) 0 0; } }
  .m-header .main-visual {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/main-visual-sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 600px) {
      .m-header .main-visual {
        background-image: url(../img/main-visual.png);
        background-size: cover; } }
    .m-header .main-visual.end {
      background-image: url(../img/main-visual-sp-end.png); }
      @media (min-width: 600px) {
        .m-header .main-visual.end {
          background-image: url(../img/main-visual-end.png); } }
  .m-header .goto {
    display: block;
    position: absolute;
    left: calc(50% - 180px);
    top: calc(100% - 100px);
    width: 90%;
    height: 80px;
    padding: 0 24px;
    outline: none; }
    @media (min-width: 768px) {
      .m-header .goto {
        width: 32%;
        left: 3%;
        top: calc(100% - 120px); } }
    .m-header .goto:active, .m-header .goto:focus, .m-header .goto:hover {
      outline: none; }

.l-nav {
  display: block;
  position: relative;
  width: 100%;
  background-color: #2B475E; }

.m-nav {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 12px;
  text-align: center; }
  .m-nav > .item {
    display: inline-block;
    line-height: 40px; }
    @media (min-width: 600px) {
      .m-nav > .item {
        line-height: 60px; } }
    .m-nav > .item a {
      padding: 0 6px;
      color: #fff;
      font-size: 13px; }
      @media (min-width: 600px) {
        .m-nav > .item a {
          font-size: 16px; } }
      .m-nav > .item a:hover {
        text-decoration: underline; }

.l-about {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 32px 4px;
  background-color: rgba(251, 252, 255, 0.8);
  background-image: url(../img/cloud.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 6px rgba(31, 41, 51, 0.25); }
  @media (min-width: 480px) {
    .l-about {
      padding: 32px 12px; } }

.m-about {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
  border-radius: 4px;
  text-align: center; }
  @media (min-width: 768px) {
    .m-about {
      margin: 0 auto;
      max-width: 880px; } }
  .m-about p {
    max-width: 480px;
    margin: 0 auto 1em;
    font-weight: 500;
    font-size: calc( (100vw * 17) / 480);
    letter-spacing: -0.5px;
    line-height: 1.8; }
    @media (min-width: 480px) {
      .m-about p {
        font-size: 17px;
        letter-spacing: 0; } }
    @media (min-width: 768px) {
      .m-about p {
        font-size: 18px; } }
  .m-about strong {
    display: block;
    width: 85%;
    margin: 0 auto .5em;
    padding: 8px 0 0;
    font-size: calc( (100vw * 32) / 480);
    font-weight: 800; }
    @media (min-width: 480px) {
      .m-about strong {
        width: 100%;
        font-size: 28px; } }
    @media (min-width: 540px) {
      .m-about strong {
        font-size: 32px; } }
    @media (min-width: 768px) {
      .m-about strong {
        font-size: 36px; } }
    .m-about strong > span {
      display: block; }
      .m-about strong > span:first-child {
        margin: 0 0 .2em;
        text-align: left; }
      .m-about strong > span:last-child {
        text-align: right; }
      @media (min-width: 480px) {
        .m-about strong > span {
          display: inline;
          text-align: inherit; } }

.l-wallpaper {
  position: relative;
  width: 100%;
  margin: 0; }

.l-main {
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 32px 0;
  background-color: #95EAAE;
  background-image: url(../img/wallpaper.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.l-campaign {
  position: relative;
  width: 100%;
  margin: 0 auto 32pxr;
  padding: 32px 16px; }

.m-campaign {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  font-size: 0; }
  .m-campaign .title {
    display: block;
    margin: 0 0 .5em;
    font-size: 28px;
    font-weight: bold;
    text-align: center; }
    @media (min-width: 768px) {
      .m-campaign .title {
        display: inline-block;
        width: 60%;
        font-size: 40px; } }
  .m-campaign .description {
    display: inline-block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 24px;
    font-size: 14px;
    text-align: center; }
    @media (min-width: 768px) {
      .m-campaign .description {
        font-size: 16px; } }
    .m-campaign .description p {
      margin: 0 0 .7em; }

.l-presents {
  margin: 0 auto;
  padding: 0 16px; }

.m-presents {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 96px; }
  .m-presents .contents {
    display: flex;
    flex-wrap: wrap; }

.m-present {
  display: block;
  width: 100%;
  margin: 0 auto 32px;
  padding: 0 16px; }
  @media (min-width: 768px) {
    .m-present {
      width: 50%; } }
  .m-present img {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto; }

.l-howto {
  position: relative;
  width: 100%;
  margin: 0 auto 32px;
  padding: 32px 0; }

.m-howto {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px; }
  .m-howto .contents {
    display: flex;
    flex-wrap: wrap; }
    .m-howto .contents > .image {
      width: 100%;
      margin: 0 auto 32px; }
      @media (min-width: 768px) {
        .m-howto .contents > .image {
          width: 50%; } }
      .m-howto .contents > .image > img {
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 0 auto; }
    .m-howto .contents > .steps {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: 100%;
      margin: 0 auto 32px; }
      @media (min-width: 768px) {
        .m-howto .contents > .steps {
          width: 50%; } }
      .m-howto .contents > .steps > .contents {
        display: block;
        width: 100%;
        max-width: 380px;
        margin: 0 auto; }
  .m-howto .abstract {
    margin: 0 0 48px;
    text-align: center; }
    .m-howto .abstract p,
    .m-howto .abstract small {
      font-size: 13px; }
      @media (min-width: 768px) {
        .m-howto .abstract p,
        .m-howto .abstract small {
          font-size: 14px; } }

.m-step {
  position: relative;
  width: 100%;
  margin: 0 0 24px;
  padding: 0 8px;
  text-align: left; }
  .m-step .title {
    font-size: 20px; }
  .m-step .description {
    width: 100%;
    font-size: 13px;
    text-align: left; }
    @media (min-width: 768px) {
      .m-step .description {
        font-size: 14px; } }
    .m-step .description small {
      display: block; }
    .m-step .description p {
      margin: 0 0 .5em; }
    .m-step .description a:hover {
      text-decoration: underline; }

.l-information {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 32px 16px; }

.m-download {
  margin: 0 auto 16px;
  display: block; }
  .m-download > .title {
    display: block;
    margin: 0 0 8px;
    font-size: 16px; }
  .m-download > .banner {
    width: 100%;
    margin: 0 0 24px;
    padding: 8px 0; }
    .m-download > .banner .ios,
    .m-download > .banner .android {
      display: inline-block;
      padding: 0 8px; }
  .m-download .joynup {
    padding: 8px 0; }
    .m-download .joynup img {
      display: block;
      max-width: 160px;
      margin: 0 auto; }

.l-messages {
  padding: 32px 0; }

.l-message {
  display: block;
  float: left;
  width: calc(100%);
  padding: 8px; }
  @media (min-width: 640px) {
    .l-message {
      width: calc(100% / 2); } }
  @media (min-width: 768px) {
    .l-message {
      width: calc(100% / 3); } }
  @media (min-width: 1020px) {
    .l-message {
      width: calc(100% / 4); } }

.m-messages {
  display: block;
  padding: 0 16px; }
  .m-messages .contents {
    display: flex;
    flex-wrap: wrap; }

.m-message {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
  margin: 0 0 12px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  text-align: left; }
  .m-message .image {
    display: block;
    position: relative;
    width: 100%; }
    .m-message .image:after {
      display: block;
      padding: 66.666% 0 0;
      content: ""; }
    .m-message .image .wrap {
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      .m-message .image .wrap .img {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        cursor: pointer; }
        .m-message .image .wrap .img .zoom {
          display: block;
          position: absolute;
          right: 0;
          bottom: 0;
          color: #fff; }
  .m-message .contents {
    display: block;
    margin: 0 0 8px;
    padding: 8px 12px 16px; }
  .m-message .title {
    display: block;
    margin: 0 0 .5px;
    font-size: 14px; }
  .m-message .description {
    display: block;
    font-size: 13px;
    white-space: pre-wrap; }
  .m-message .footer {
    position: absolute;
    left: 12px;
    bottom: 0;
    width: calc(100% - 24px);
    margin: 0;
    padding: 0 0 0 48px;
    border-top: 1px dotted #878E98;
    text-align: right; }
  .m-message .name {
    display: inline-block;
    color: #1F2933;
    font-size: 13px;
    line-height: 28px; }
  .m-message .like {
    position: absolute;
    top: 0;
    left: 0;
    color: #19D96E;
    cursor: pointer; }
    .m-message .like.active {
      color: #de5c4d; }
    .m-message .like .material-icons {
      font-size: 18px;
      line-height: 28px;
      vertical-align: middle; }
    .m-message .like .count {
      font-size: 14px;
      line-height: 28px;
      vertical-align: middle; }

.l-modal {
  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: block;
  position: relative;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  padding: 30px 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: flex;
    align-items: center;
    height: 100%;
    width: 100%; }
  .m-modal .window {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: auto;
    max-height: 100%;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 36px 8px;
    border-radius: 8px;
    background-color: #fafafa; }
  .m-modal .image-window {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    max-width: 640px;
    margin: 0 auto; }
    .m-modal .image-window img {
      display: block;
      width: 100%;
      margin: 0; }
    .m-modal .image-window .close-button .material-icons {
      color: #fff; }
  .m-modal .close-button {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
    cursor: pointer; }
    .m-modal .close-button .material-icons {
      color: #1F2933;
      font-size: 32px; }
  .m-modal .m-headline {
    height: 54px; }
    .m-modal .m-headline .title {
      display: inline-block;
      position: relative;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      letter-spacing: .2em; }
      @media (min-width: 768px) {
        .m-modal .m-headline .title {
          display: inline-block;
          font-size: 24px; } }
      .m-modal .m-headline .title:after {
        width: 80px; }

.m-form {
  display: block;
  overflow: scroll;
  position: relative;
  height: calc(100vh - 200px);
  height: calc(100dvh - 200px);
  width: 100%;
  margin: 0 auto; }
  .m-form > .title {
    display: block;
    margin: 0 0 48px;
    color: #1F2933;
    font-size: 28px;
    font-weight: 700; }
  .m-form .contents {
    padding: 0 20px; }
  .m-form input[type="text"],
  .m-form input[type="email"],
  .m-form textarea,
  .m-form select {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 10px 16px;
    border-radius: 4px;
    background-color: #e2e2e2;
    font-size: 14px;
    outline-color: #19D96E; }
  .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: 40px;
    line-height: 20px;
    vertical-align: middle;
    cursor: pointer; }
    .m-form input ~ .fa-caret-down,
    .m-form select ~ .fa-caret-down {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 30px;
      height: 40px;
      font-size: 16px;
      line-height: 40px; }
    .m-form input.hidden,
    .m-form select.hidden {
      display: none; }
  .m-form textarea {
    min-height: 240px; }
  .m-form label {
    display: block;
    width: 100%;
    text-align: left;
    color: #1F2933;
    font-size: 13px; }
  .m-form > .form-item {
    position: relative;
    margin: 0 0 32px; }
    .m-form > .form-item.last {
      margin: 0 0 16px; }
  .m-form .annotation {
    color: #fff;
    font-size: 12px;
    text-align: left; }
    .m-form .annotation > small {
      display: block;
      margin: 0 0 12px; }
      .m-form .annotation > small > a {
        color: #fff;
        text-decoration: underline; }
  .m-form .form-group {
    margin: 0 0 16px;
    text-align: left; }
    .m-form .form-group.checkbox {
      position: relative; }
      .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: inline-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 .message {
      font-size: 12px; }
  .m-form .form-button {
    padding: 16px 0; }
    .m-form .form-button .button {
      position: relative;
      width: 100%;
      max-width: 160px;
      padding: 4px 24px;
      border: 2px solid #fff;
      border-radius: 6px;
      background-color: #01A6EA;
      color: #fff;
      font-size: 14px;
      line-height: 32px; }
      .m-form .form-button .button:active {
        top: 1px; }
  .m-form .error-message {
    position: relative;
    color: #E60012;
    font-size: 11px; }
    .m-form .error-message.file {
      top: -16px; }
  .m-form #grade-select.high li:nth-of-type(4),
  .m-form #grade-select.high li:nth-of-type(5),
  .m-form #grade-select.high li:nth-of-type(6), .m-form #grade-select.junior li:nth-of-type(4),
  .m-form #grade-select.junior li:nth-of-type(5),
  .m-form #grade-select.junior li:nth-of-type(6) {
    display: none; }
  .m-form #grade-select.college li:nth-of-type(5),
  .m-form #grade-select.college li:nth-of-type(6) {
    display: none; }
  .m-form #grade-select.other, .m-form #grade-select.adult {
    display: none; }
  .m-form .m-button {
    background-color: #19D96E; }

.m-radio {
  list-style: none; }
  .m-radio > .radio-button {
    padding: 2px 4px;
    text-align: left; }
    .m-radio > .radio-button > .circle {
      display: inline-block;
      position: relative;
      height: 16px;
      width: 16px;
      margin: 0 .2em 0 0;
      border: 2px solid #fff;
      border-radius: 50%;
      background-color: transparent;
      vertical-align: middle;
      cursor: pointer; }
    .m-radio > .radio-button > .title {
      color: #fff;
      font-size: 14px;
      line-height: 16px;
      vertical-align: middle;
      cursor: pointer; }
    .m-radio > .radio-button > .option {
      display: none;
      padding: 0 0 0 12px; }
      .m-radio > .radio-button > .option small {
        color: #fff;
        font-size: 12px; }
    .m-radio > .radio-button.active > .circle:after {
      display: block;
      position: absolute;
      top: 2px;
      left: 2px;
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background-color: #fff;
      content: ""; }
    .m-radio > .radio-button.active.other > .option {
      display: block; }

.m-success {
  margin: 0 0; }
  .m-success strong {
    font-size: 20px; }
  .m-success p {
    font-size: 13px;
    margin: 0 0 .5em; }
    @media (min-width: 480px) {
      .m-success p {
        font-size: 16px; } }
    .m-success p:last-of-type {
      margin: 0 0 24px; }
  .m-success button {
    position: relative;
    width: 100%;
    max-width: 160px;
    padding: 4px 24px;
    background-color: #5A7081;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px; }
    .m-success button:active {
      top: 1px; }

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