﻿@charset "UTF-8";

@import url("/tourist12/assets/css/font_Roboto.css");

/**
 * common.css
 *
 * 1.0 - Setting
 *   1.1 - Reset
 *   1.2 - Fonts
 *   1.3 - Base
 *
 * 2.0 - Modules
 *
 * 3.0 - Layout
 *
 * 9.0 - Vendor
 *
 */

/* 1.0 - Setting
========================================================== */

/* 1.1 - Reset
  ======================================================== */

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  -webkit-box-sizing: border-box;
  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 */
  -webkit-box-sizing: inherit;
  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 */

/* 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 */

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 1.2 - Fonts
  ======================================================== */

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: normal;
  src: local("Noto Sans CJK JP Regular"), url("/tourist12/assets/fonts/NotoSansJP/v5/NotoSansJP-Regular.woff2") format("woff2"), url("/tourist12/assets/fonts/NotoSansJP/v5/NotoSansJP-Regular.woff") format("woff"), url("/tourist12/assets/fonts/NotoSansJP/v5/NotoSansJP-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url("/tourist12/assets/fonts/NotoSansJP/v5/NotoSansJP-Medium.woff2") format("woff2"), url("/tourist12/assets/fonts/NotoSansJP/v5/NotoSansJP-Medium.woff") format("woff"), url("/tourist12/assets/fonts/NotoSansJP/v5/NotoSansJP-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: bold;
  src: local("Noto Sans CJK JP Bold"), url("/tourist12/assets/fonts/NotoSansJP/v5/NotoSansJP-Bold.woff2") format("woff2"), url("/tourist12/assets/fonts/NotoSansJP/v5/NotoSansJP-Bold.woff") format("woff"), url("/tourist12/assets/fonts/NotoSansJP/v5/NotoSansJP-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'YuMincho';
  font-weight: normal;
  src: local("Yu Mincho");
  /* Windows8.1 */
}

@font-face {
  font-family: 'WindowsYuGothic';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("Yu Gothic"), local("YuGothic-Regular");
  /* Mediumがない場合（Windows8.1） */
}

@font-face {
  font-family: 'WindowsYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
  /* for Chrome */
}

@font-face {
  font-family: 'MacHiramin';
  font-weight: normal;
  src: local("HiraMinPro-W3"), local("HiraMinProN-W3");
}

@font-face {
  font-family: 'MacHiramin';
  font-weight: bold;
  src: local("HiraMinPro-W6"), local("HiraMinProN-W6");
}

@font-face {
  font-family: 'MacHirakaku';
  font-weight: normal;
  src: local("HiraKakuPro-W3"), local("HiraKakuProN-W3");
}

@font-face {
  font-family: 'MacHirakaku';
  font-weight: bold;
  src: local("HiraKakuPro-W6"), local("HiraKakuProN-W6");
}

/* 1.3 - Base
  ======================================================== */

html {
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  color: #3e3a39;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77778;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

[lang="ja"] body,
[lang="en"] body {
  font-family: "Noto Sans JP", "WindowsYuGothic", "YuGothic", "MacHirakaku", "源ノ角ゴシック", "Meiryo", "HGゴシックE", "MS PGothic", "MS Gothic", sans-serif;
}

[lang="kr"] body {
  font-family: "Noto Sans KR", serif;
}

[lang="cn"] body,
[lang="tw"] body {
  font-family: "Noto Sans SC", serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

iframe {
  max-width: 100%;
}

a {
  display: inline-block;
  color: #3e3a39;
  text-decoration: none;
  word-break: break-all;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: .8;
}

hr {
  margin: 80px auto;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  border: none;
}

ul,
ol {
  margin-left: 3rem;
}

table {
  border-collapse: collapse;
}

.mt-5 {
  margin-top: -5px !important;
}

.mb-5 {
  margin-bottom: -5px !important;
}

.ml-5 {
  margin-left: -5px !important;
}

.mr-5 {
  margin-right: -5px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mb-10 {
  margin-bottom: -10px !important;
}

.ml-10 {
  margin-left: -10px !important;
}

.mr-10 {
  margin-right: -10px !important;
}

.mt-15 {
  margin-top: -15px !important;
}

.mb-15 {
  margin-bottom: -15px !important;
}

.ml-15 {
  margin-left: -15px !important;
}

.mr-15 {
  margin-right: -15px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mb-20 {
  margin-bottom: -20px !important;
}

.ml-20 {
  margin-left: -20px !important;
}

.mr-20 {
  margin-right: -20px !important;
}

.mt-25 {
  margin-top: -25px !important;
}

.mb-25 {
  margin-bottom: -25px !important;
}

.ml-25 {
  margin-left: -25px !important;
}

.mr-25 {
  margin-right: -25px !important;
}

.mt-30 {
  margin-top: -30px !important;
}

.mb-30 {
  margin-bottom: -30px !important;
}

.ml-30 {
  margin-left: -30px !important;
}

.mr-30 {
  margin-right: -30px !important;
}

.mt-35 {
  margin-top: -35px !important;
}

.mb-35 {
  margin-bottom: -35px !important;
}

.ml-35 {
  margin-left: -35px !important;
}

.mr-35 {
  margin-right: -35px !important;
}

.mt-40 {
  margin-top: -40px !important;
}

.mb-40 {
  margin-bottom: -40px !important;
}

.ml-40 {
  margin-left: -40px !important;
}

.mr-40 {
  margin-right: -40px !important;
}

.mt-45 {
  margin-top: -45px !important;
}

.mb-45 {
  margin-bottom: -45px !important;
}

.ml-45 {
  margin-left: -45px !important;
}

.mr-45 {
  margin-right: -45px !important;
}

.mt-50 {
  margin-top: -50px !important;
}

.mb-50 {
  margin-bottom: -50px !important;
}

.ml-50 {
  margin-left: -50px !important;
}

.mr-50 {
  margin-right: -50px !important;
}

.mt-55 {
  margin-top: -55px !important;
}

.mb-55 {
  margin-bottom: -55px !important;
}

.ml-55 {
  margin-left: -55px !important;
}

.mr-55 {
  margin-right: -55px !important;
}

.mt-60 {
  margin-top: -60px !important;
}

.mb-60 {
  margin-bottom: -60px !important;
}

.ml-60 {
  margin-left: -60px !important;
}

.mr-60 {
  margin-right: -60px !important;
}

.mt-65 {
  margin-top: -65px !important;
}

.mb-65 {
  margin-bottom: -65px !important;
}

.ml-65 {
  margin-left: -65px !important;
}

.mr-65 {
  margin-right: -65px !important;
}

.mt-70 {
  margin-top: -70px !important;
}

.mb-70 {
  margin-bottom: -70px !important;
}

.ml-70 {
  margin-left: -70px !important;
}

.mr-70 {
  margin-right: -70px !important;
}

.mt-75 {
  margin-top: -75px !important;
}

.mb-75 {
  margin-bottom: -75px !important;
}

.ml-75 {
  margin-left: -75px !important;
}

.mr-75 {
  margin-right: -75px !important;
}

.mt-80 {
  margin-top: -80px !important;
}

.mb-80 {
  margin-bottom: -80px !important;
}

.ml-80 {
  margin-left: -80px !important;
}

.mr-80 {
  margin-right: -80px !important;
}

.mt-85 {
  margin-top: -85px !important;
}

.mb-85 {
  margin-bottom: -85px !important;
}

.ml-85 {
  margin-left: -85px !important;
}

.mr-85 {
  margin-right: -85px !important;
}

.mt-90 {
  margin-top: -90px !important;
}

.mb-90 {
  margin-bottom: -90px !important;
}

.ml-90 {
  margin-left: -90px !important;
}

.mr-90 {
  margin-right: -90px !important;
}

.mt-95 {
  margin-top: -95px !important;
}

.mb-95 {
  margin-bottom: -95px !important;
}

.ml-95 {
  margin-left: -95px !important;
}

.mr-95 {
  margin-right: -95px !important;
}

.mt-100 {
  margin-top: -100px !important;
}

.mb-100 {
  margin-bottom: -100px !important;
}

.ml-100 {
  margin-left: -100px !important;
}

.mr-100 {
  margin-right: -100px !important;
}

.mt-105 {
  margin-top: -105px !important;
}

.mb-105 {
  margin-bottom: -105px !important;
}

.ml-105 {
  margin-left: -105px !important;
}

.mr-105 {
  margin-right: -105px !important;
}

.mt-110 {
  margin-top: -110px !important;
}

.mb-110 {
  margin-bottom: -110px !important;
}

.ml-110 {
  margin-left: -110px !important;
}

.mr-110 {
  margin-right: -110px !important;
}

.mt-115 {
  margin-top: -115px !important;
}

.mb-115 {
  margin-bottom: -115px !important;
}

.ml-115 {
  margin-left: -115px !important;
}

.mr-115 {
  margin-right: -115px !important;
}

.mt-120 {
  margin-top: -120px !important;
}

.mb-120 {
  margin-bottom: -120px !important;
}

.ml-120 {
  margin-left: -120px !important;
}

.mr-120 {
  margin-right: -120px !important;
}

.mt-125 {
  margin-top: -125px !important;
}

.mb-125 {
  margin-bottom: -125px !important;
}

.ml-125 {
  margin-left: -125px !important;
}

.mr-125 {
  margin-right: -125px !important;
}

.mt-130 {
  margin-top: -130px !important;
}

.mb-130 {
  margin-bottom: -130px !important;
}

.ml-130 {
  margin-left: -130px !important;
}

.mr-130 {
  margin-right: -130px !important;
}

.mt-135 {
  margin-top: -135px !important;
}

.mb-135 {
  margin-bottom: -135px !important;
}

.ml-135 {
  margin-left: -135px !important;
}

.mr-135 {
  margin-right: -135px !important;
}

.mt-140 {
  margin-top: -140px !important;
}

.mb-140 {
  margin-bottom: -140px !important;
}

.ml-140 {
  margin-left: -140px !important;
}

.mr-140 {
  margin-right: -140px !important;
}

.mt-145 {
  margin-top: -145px !important;
}

.mb-145 {
  margin-bottom: -145px !important;
}

.ml-145 {
  margin-left: -145px !important;
}

.mr-145 {
  margin-right: -145px !important;
}

.mt-150 {
  margin-top: -150px !important;
}

.mb-150 {
  margin-bottom: -150px !important;
}

.ml-150 {
  margin-left: -150px !important;
}

.mr-150 {
  margin-right: -150px !important;
}

.mt-1 {
  margin-top: -1px !important;
}

.mb-1 {
  margin-bottom: -1px !important;
}

.ml-1 {
  margin-left: -1px !important;
}

.mr-1 {
  margin-right: -1px !important;
}

.mt-2 {
  margin-top: -2px !important;
}

.mb-2 {
  margin-bottom: -2px !important;
}

.ml-2 {
  margin-left: -2px !important;
}

.mr-2 {
  margin-right: -2px !important;
}

.mt-3 {
  margin-top: -3px !important;
}

.mb-3 {
  margin-bottom: -3px !important;
}

.ml-3 {
  margin-left: -3px !important;
}

.mr-3 {
  margin-right: -3px !important;
}

.mt-4 {
  margin-top: -4px !important;
}

.mb-4 {
  margin-bottom: -4px !important;
}

.ml-4 {
  margin-left: -4px !important;
}

.mr-4 {
  margin-right: -4px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mt105 {
  margin-top: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mt115 {
  margin-top: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mt125 {
  margin-top: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.mt135 {
  margin-top: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.mt145 {
  margin-top: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pt105 {
  padding-top: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pt115 {
  padding-top: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pt125 {
  padding-top: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pt135 {
  padding-top: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pt145 {
  padding-top: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.mt {
  margin-top: auto !important;
}

.mb {
  margin-bottom: auto !important;
}

.ml {
  margin-left: auto !important;
}

.mr {
  margin-right: auto !important;
}

/* display */

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-table-row {
  display: table-row !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
}

@-webkit-keyframes loading-hide {
  0% {
    opacity: 1;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes loading-hide {
  0% {
    opacity: 1;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

@-webkit-keyframes loading-show {
  0% {
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes loading-show {
  0% {
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes koma {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -600px;
  }
}

@keyframes koma {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -600px;
  }
}

.wrap {
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
}

.outer {
  position: relative;
  margin: 40px 0;
}

.outer[class*="bg-"] {
  padding: 20px 0;
}

.inner {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 920px;
  margin: 0 auto;
}

.scroll,
.scroll-x,
.scroll-y {
  -webkit-overflow-scrolling: touch;
  text-align: left;
}

.scroll::-webkit-scrollbar,
.scroll-x::-webkit-scrollbar,
.scroll-y::-webkit-scrollbar {
  width: 6px;
}

.scroll::-webkit-scrollbar-thumb,
.scroll-x::-webkit-scrollbar-thumb,
.scroll-y::-webkit-scrollbar-thumb {
  background-color: #c3c3c3;
  border-radius: 3px;
}

.scroll-x {
  overflow-x: scroll;
  overflow-y: hidden;
}

.scroll-y {
  margin-right: -20px;
  padding-right: 20px;
  max-height: 270px;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* 2.0 - Modules
========================================================== */

.btn,
button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}

.btn small,
button small {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77778;
}

.btn.is-disabled,
button.is-disabled,
button:disabled {
  background: #c3c3c3 !important;
  color: #e5e5e5 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: not-allowed;
}

.btn-badge {
  display: inline-block;
}

.btn-badge img {
  width: auto;
  height: 44px;
}

.btn-submit,
button[type="submit"] {
  min-height: 80px;
  width: 100%;
  max-width: 500px;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 15px #c3c3c3;
  box-shadow: 0 0 15px #c3c3c3;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
  background: #41dda7;
  background: linear-gradient(135deg, #29c7d3 0%, #34d1bf 59.6%, #41dda7 100%);
  color: #fff;
}

[data-pagetype="step2"] .btn-submit,
[data-pagetype="step2"] button[type="submit"] {
  min-height: 100px;
  border-radius: 50px;
}

[data-pagetype="step2"] .btn-submit span,
[data-pagetype="step2"] button[type="submit"] span {
  line-height: 1.2;
}

.browser-ie [data-pagetype="step2"] .btn-submit span,
.browser-ie [data-pagetype="step2"] button[type="submit"] span {
  margin-top: 5px;
}

[lang="ja"] [data-pagetype="step2"] .btn-submit span,
[lang="ja"] [data-pagetype="step2"] button[type="submit"] span {
  margin-top: -16px;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: between !important;
  -ms-flex-pack: between !important;
  justify-content: between !important;
}

.justify-content-around {
  -webkit-box-pack: around !important;
  -ms-flex-pack: around !important;
  justify-content: around !important;
}

.justify-self-start {
  justify-self: flex-start !important;
}

.justify-self-end {
  justify-self: flex-end !important;
}

.justify-self-center {
  -ms-grid-column-align: center !important;
  justify-self: center !important;
}

.justify-self-between {
  -ms-grid-column-align: beet !important;
  justify-self: beet !important;
}

.justify-self-around {
  -ms-grid-column-align: around !important;
  justify-self: around !important;
}

@-webkit-keyframes onAutoFillStart {
  from {

  }

  to {

  }
}

@keyframes onAutoFillStart {
  from {

  }

  to {

  }
}

button,
input,
textarea {
  outline: none;
}

button:-webkit-autofill,
input:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
  animation-name: onAutoFillStart;
  -webkit-transition: all 50000s ease-in-out 0s;
  transition: all 50000s ease-in-out 0s;
}

button[readonly]:not(.input-datepicker),
input[readonly]:not(.input-datepicker),
textarea[readonly]:not(.input-datepicker) {
  border-color: transparent;
}

button[readonly]:not(.input-datepicker):focus,
input[readonly]:not(.input-datepicker):focus,
textarea[readonly]:not(.input-datepicker):focus {
  border-color: transparent;
}

input,
textarea,
select {
  padding: 0;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.18182;
  -webkit-transition: all .5s;
  transition: all .5s;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input,
textarea,
.l-select {
  border-bottom: 2px solid #888;
}

input:placeholder-shown,
textarea:placeholder-shown,
.l-select:placeholder-shown {
  color: #c3c3c3;
  font-weight: normal;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.l-select::-webkit-input-placeholder {
  color: #c3c3c3;
  font-weight: normal;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
.l-select:-moz-placeholder {
  color: #c3c3c3;
  opacity: 1;
  font-weight: normal;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
.l-select::-moz-placeholder {
  color: #c3c3c3;
  opacity: 1;
  font-weight: normal;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.l-select:-ms-input-placeholder {
  color: #c3c3c3;
  font-weight: normal;
}

.l-select-lang {
  border: 1px solid #c3c3c3;
  border-radius: 20px;
}

.l-select select {
  width: 100%;
}

.l-form {
  margin: 0 auto;
  max-width: 580px;
}

.l-form .form-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -45px;
}

.l-form .form-list + .form-list {
  margin-top: 40px;
}

.l-form .form-list .btn,
.l-form .form-list button,
.l-form .form-list button {
  width: calc(100% - 90px);
}

.l-form .form-item {
  margin: 0 45px;
  text-align: left;
}

.l-form .form-item label {
  display: block;
  padding-bottom: 10px;
  color: #888;
  font-weight: bold;
}

.l-form .form-half {
  width: 50%;
}

.ico {
  display: inline-block;
  vertical-align: middle;
}

.ico-check {
  width: 13px;
  height: 30px;
  border-right: 3px solid #29c7d3;
  border-bottom: 3px solid #29c7d3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link-underline {
  text-decoration: underline !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.fs10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.fs11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.fs12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.fs13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.fs14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.fs15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.fs16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.fs17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

.fs18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.fs19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}

.fs20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.fs21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}

.fs22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.fs23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}

.fs24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.fs25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}

.fs26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}

.fs27 {
  font-size: 27px !important;
  font-size: 2.7rem !important;
}

.fs28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}

.fs29 {
  font-size: 29px !important;
  font-size: 2.9rem !important;
}

.fs30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}

.lh10 {
  line-height: 1 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh20 {
  line-height: 2 !important;
}

[lang="ja"] .ff-gothic,
[lang="en"] .ff-gothic {
  font-family: "Noto Sans JP", "WindowsYuGothic", "YuGothic", "MacHirakaku", "源ノ角ゴシック", "Meiryo", "HGゴシックE", "MS PGothic", "MS Gothic", sans-serif;
}

[lang="kr"] .ff-gothic {
  font-family: "Noto Sans KR", serif;
}

[lang="cn"] .ff-gothic,
[lang="tw"] .ff-gothic {
  font-family: "Noto Sans SC", serif;
}

[lang="ja"] .ff-mincho,
[lang="en"] .ff-mincho {
  font-family: "Noto Sans JP", "YuMincho", "MacHiramin", "HG明朝E", "MS PMincho", serif;
}

[lang="kr"] .ff-mincho {
  font-family: "Noto Sans KR", serif;
}

[lang="cn"] .ff-mincho,
[lang="tw"] .ff-mincho {
  font-family: "Noto Sans SC", serif;
}

.ff-number {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-regular {
  font-weight: normal;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-bold {
  font-weight: bold;
}

.fc-white {
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.fc-white-dark {
  color: #f8f8f8 !important;
}

.bg-white-dark {
  background-color: #f8f8f8 !important;
}

.fc-gray-light {
  color: #e5e5e5 !important;
}

.bg-gray-light {
  background-color: #e5e5e5 !important;
}

.fc-gray {
  color: #c3c3c3 !important;
}

.bg-gray {
  background-color: #c3c3c3 !important;
}

.fc-gray-dark {
  color: #888 !important;
}

.bg-gray-dark {
  background-color: #888 !important;
}

.fc-black-light {
  color: #3e3a39 !important;
}

.bg-black-light {
  background-color: #3e3a39 !important;
}

.fc-black {
  color: #000 !important;
}

.bg-black {
  background-color: #000 !important;
}

.fc-cyan {
  color: #29c7d3 !important;
}

.bg-cyan {
  background-color: #29c7d3 !important;
}

.fc-gradient-start {
  color: #29c7d3 !important;
}

.bg-gradient-start {
  background-color: #29c7d3 !important;
}

.fc-gradient-middle {
  color: #34d1bf !important;
}

.bg-gradient-middle {
  background-color: #34d1bf !important;
}

.fc-gradient-end {
  color: #41dda7 !important;
}

.bg-gradient-end {
  background-color: #41dda7 !important;
}

.bg-gradient {
  background: #41dda7;
  background: linear-gradient(135deg, #29c7d3 0%, #34d1bf 59.6%, #41dda7 100%);
  color: #fff;
}

h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4375;
  font-weight: normal;
  letter-spacing: 0.07em;
}

h2 span {
  color: #29c7d3;
}

h2 + .hint {
  margin-top: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.45455;
  font-weight: bold;
}

h4 {
  margin-bottom: 40px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.61905;
  font-weight: 500;
}

h4 small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.28571;
}

h5 {
  margin-top: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77778;
  font-weight: bold;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: normal;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.text-line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.text-line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.list-indent {
  list-style: none;
  margin: 0;
}

.list-indent > li {
  margin-left: 1.2em;
  text-indent: -1.2em;
}

[lang="en"] .list-indent > li {
  margin-left: 1.4em;
  text-indent: -1.4em;
}

.success {
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: bold;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-family: Roboto;
  letter-spacing: 0.07em;
  line-height: 1.2;
}

.success-check {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}

.success-check .ico {
  position: absolute;
  margin: auto;
  top: -3px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 22px;
}

/* 3.0 - Layout
========================================================== */

.l-header {
  padding-top: 40px;
}

.l-header .header-content {
  position: relative;
}

.l-header .site-title {
  line-height: 0;
}

.l-header .site-title .logo {
  width: 200px;
  height: 117px;
}

.l-content .information-area {
  margin-top: 40px;
  color: #888;
}

.l-content .l-step {
  margin: 0 -50px;
}

.l-content .l-step .step-list {
  position: relative;
  list-style: none;
  display: inline-block;
  margin: 0 auto;
}

.l-content .l-step .step-list:before {
  position: absolute;
  content: '';
  margin: 0 auto;
  top: 35px;
  left: 0;
  right: 0;
  width: calc(100% - 200px);
  height: 1px;
  background-color: #29c7d3;
}

.l-content .l-step .step-item {
  display: inline-block;
  margin: 0 40px;
  width: 120px;
  vertical-align: top;
}

.l-content .l-step .step-item.is-active .step-number {
  background: #41dda7;
  background: linear-gradient(135deg, #29c7d3 0%, #34d1bf 59.6%, #41dda7 100%);
  border-color: transparent;
  color: #fff;
}

.l-content .l-step .step-number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  background-color: #fff;
  border: 1px solid #29c7d3;
  border-radius: 50%;
  color: #29c7d3;
}

.l-content .l-step .step-number-check .ico {
  margin-top: -5px;
}

.l-content .l-step .step-title {
  margin-top: 10px;
  color: #29c7d3;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.41176;
  font-weight: 500;
}

.l-content .l-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-content .l-app .app-icon {
  width: 151px;
}

.l-content .l-app .app-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 80px;
  text-align: left;
}

.l-content .l-app .app-detail .badge {
  margin: 40px 0;
}

.l-content .l-app .app-detail .hint {
  color: #888;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.63636;
}

.l-footer {
  margin: 70px auto;
}

.l-footer .footer-content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.28571;
}

.l-footer .footer-content span {
  display: inline-block;
}

/* 9.0 - Vendor
========================================================== */

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */

.ms-parent {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  vertical-align: middle;
}

.ms-parent .ms-choice {
  display: block;
  padding: 0;
  width: 100% !important;
  height: 26px;
  background-color: #fff;
  text-align: left;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.18182;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.ms-parent .ms-choice.disabled {
  background-color: #f8f8f8;
  border: 1px solid #e5e5e5;
  cursor: default;
}

.ms-parent .ms-choice > span {
  display: block;
  font-weight: normal;
}

.ms-parent .ms-choice > span.placeholder {
  color: #c3c3c3;
}

.ms-parent .ms-choice > div {
  position: absolute;
  content: '';
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #888 transparent transparent transparent;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.ms-parent .ms-choice > div.open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ms-parent .ms-drop {
  display: none;
  position: absolute;
  z-index: 50;
  width: 100%;
  max-height: 250px;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  -webkit-box-shadow: 0 0 15px rgba(195, 195, 195, 0.5);
  box-shadow: 0 0 15px rgba(195, 195, 195, 0.5);
  color: #3e3a39;
  overflow: hidden;
}

.ms-parent .ms-drop.bottom {
  top: calc(100% + 10px);
}

.ms-parent .ms-drop.top {
  bottom: calc(100% + 10px);
}

.ms-parent .ms-drop ul {
  margin: 0;
  overflow: auto;
}

.ms-parent .ms-drop ul > li {
  list-style: none;
}

.ms-parent .ms-drop ul > li.multiple {
  display: block;
  float: left;
}

.ms-parent .ms-drop ul > li.multiple label {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ms-parent .ms-drop ul > li.group {
  clear: both;
}

.ms-parent .ms-drop ul > li .disabled {
  color: #c3c3c3;
}

.ms-parent .ms-drop ul > li label {
  display: block;
  padding: 9px 10px;
  color: #3e3a39;
  font-weight: normal;
  white-space: nowrap;
}

.ms-parent .ms-drop ul > li label.optgroup {
  font-weight: bold;
}

.ms-parent .ms-drop ul > li label:not(.disabled):hover {
  background-color: #e5e5e5;
}

.ms-parent .ms-drop input[type="radio"] {
  display: none;
}

.ms-parent .ms-drop input[type="checkbox"] {
  vertical-align: middle;
  margin: 5px;
}

.ms-parent .ms-drop .ms-no-results {
  display: none;
}

.ms-parent .ms-search {
  display: inline-block;
  position: relative;
  z-index: 50;
  padding: 4px;
  width: 100%;
  min-height: 26px;
  white-space: nowrap;
}

.ms-parent .ms-search input {
  margin: 0;
  padding: 0 20px 0 5px;
  width: 100%;
  height: auto !important;
  min-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 768px) {
  .for-sp {
    display: none !important;
  }

  .btn:hover,
  button:hover {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }

  .l-select-lang {
    width: 180px;
  }

  .l-select-lang .ms-parent {
    padding-bottom: 0;
  }

  .l-select-lang .ms-parent .ms-choice {
    padding: 0 40px 0 20px;
    height: 40px;
    background-color: transparent;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }

  .l-select-lang .ms-parent .ms-choice > span {
    color: #888;
  }

  .l-select-lang .ms-parent .ms-choice > div {
    right: 20px;
  }

  .l-select-lang .ms-parent .ms-drop {
    text-align: left;
  }

  .l-select-lang .ms-parent .ms-drop > ul > li:first-child {
    visibility: hidden;
    height: 0;
  }

  [data-pagetype="step1"] h4 {
    margin-top: -20px;
    margin-bottom: 20px;
  }

  .l-header .header-content {
    max-width: 100%;
  }

  .l-header .l-select-lang {
    position: absolute;
    top: 0;
    right: 40px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.73333;
  }

  .outer {
    margin: 20px 0;
  }

  .outer[class*="bg-"].bg-gradient {
    padding: 15px 0;
  }

  .outer[class*="bg-"]:not(.bg-gradient) {
    padding: 10px 0;
  }

  .for-pc {
    display: none !important;
  }

  .scroll-y {
    max-height: 430px;
  }

  .btn,
  button {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.2381;
  }

  .btn small,
  button small {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.14286;
  }

  .btn-badge img {
    height: 40px;
  }

  .btn-submit,
  button[type="submit"] {
    min-height: 60px;
  }

  [data-pagetype="step2"] .btn-submit,
  [data-pagetype="step2"] button[type="submit"] {
    margin-bottom: 30px;
    min-height: 80px;
  }

  input,
  textarea,
  select {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.77778;
  }

  .l-select {
    position: relative;
  }

  .l-select:after {
    position: absolute;
    content: '';
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: #888 transparent transparent transparent;
  }

  .l-select-lang {
    width: 114px;
  }

  .l-select-lang:after {
    right: 10px;
    border-width: 6px 5px 0 5px;
  }

  .l-select-lang select {
    padding: 0 30px 0 20px;
    color: #888;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.22222;
  }

  .l-select:not(.l-select-lang) select {
    padding-bottom: 10px;
  }

  .l-select:not(.l-select-lang) select:not(.is-selected) {
    color: #c3c3c3;
  }

  .l-form .form-list {
    margin: 0 -30px;
  }

  .l-form .form-list .btn,
  .l-form .form-list button,
  .l-form .form-list button {
    width: calc(100% - 60px);
  }

  .l-form .form-item {
    margin: 0 30px;
  }

  .l-form .form-item label {
    padding-bottom: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.46154;
  }

  .ico-check {
    width: 10px;
    height: 22px;
  }

  h2 {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.61905;
  }

  h2 + .hint {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.83333;
  }

  [data-pagetype="step1"] h2 + .hint {
    margin-top: 8px;
  }

  [data-pagetype="step3"] h2 + .hint {
    margin-top: 2px;
  }

  h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.77778;
  }

  h4 {
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.73333;
  }

  [data-pagetype="step1"] h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.88889;
  }

  h4 small {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.66667;
  }

  h5 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2.13333;
  }

  .success {
    font-size: 30px;
  }

  .success-check {
    width: 35px;
    height: 35px;
  }

  .success-check .ico {
    width: 8px;
    height: 16px;
  }

  .l-header {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .l-header .site-title .logo {
    width: 145px;
    height: auto;
  }

  .l-header .l-select-lang {
    margin-left: auto;
    margin-right: -20px;
    margin-bottom: 4px;
  }

  .l-content .information-area {
    margin-top: 20px;
  }

  .l-content .information-area > .inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .l-content .l-step .step-list {
    margin: 0 -20px;
  }

  .l-content .l-step .step-list:before {
    top: 25px;
    width: calc(100% - 140px);
  }

  .l-content .l-step .step-item {
    margin: 0 5px;
    width: 90px;
  }

  .l-content .l-step .step-number {
    width: 50px;
    height: 50px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.23077;
  }

  .l-content .l-step .step-title {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.38462;
  }

  .l-content .l-app .app-icon {
    width: 60px;
  }

  .l-content .l-app .app-detail {
    padding-left: 20px;
  }

  .l-content .l-app .app-detail .badge,
  .l-content .l-app .app-detail .hint {
    width: calc(100% + 80px);
    margin-left: -80px;
  }

  .l-content .l-app .app-detail .badge {
    text-align: center;
  }

  .l-content .l-app .app-detail .hint {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .l-footer {
    margin: 40px auto;
  }

  .l-footer .footer-content {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .ms-parent .ms-choice {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.44444;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-select-lang select {
    padding: 0 20px 0 15px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.76923;
  }
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}