@charset "UTF-8";
/* reset */
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
  margin: 0;
  padding: 0;
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

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

abbr, acronym, fieldset, img {
  border: 0;
}

img {
  vertical-align: top;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

q:after, q:before {
  content: '';
}

/*日本語(ゴシック)*/
@font-face {
  /* Regular */
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 400;
  src: url("/lp/assets/fonts/NotoSansJP-Regular.woff") format("woff"), url("/lp/assets/fonts/NotoSansJP-Regular.ttf") format("truetype");
}

@font-face {
  /* Medium */
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 500;
  src: url("/lp/assets/fonts/NotoSansJP-Medium.woff") format("woff"), url("/lp/assets/fonts/NotoSansJP-Medium.ttf") format("truetype");
}

@font-face {
  /* Bold */
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 700;
  src: url("/lp/assets/fonts/NotoSansJP-Bold.woff") format("woff"), url("/lp/assets/fonts/NotoSansJP-Bold.ttf") format("truetype");
}

@font-face {
  /* Black */
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 900;
  src: url("/lp/assets/fonts/NotoSansJP-Black.woff") format("woff"), url("/lp/assets/fonts/NotoSansJP-Black.ttf") format("truetype");
}

/** フォント周りの変数 **/
/*** サイズ ***/
/** メディアクエリ **/
/** ベースカラー **/
/*** マージン設定(PC) ***/
/*** マージン設定(SP) ***/
/***********************
* variableFontSize
*   指定したフォントサイズが何%になるのか
* 　を返す関数
*
* 　@param int 指定したいフォントサイズ
* 　@return %指定のフォントサイズ
*
***********************/
/***********************
* decimal-round
*
* 四捨五入(round)
* 切り上げ(ceil)
* 切り捨て(floor)
* を実装するもの(小数点第x位指定ができる)
* コピペした関数
***********************/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: NotoSansJP, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  line-height: 1.6;
  color: #242323;
  width: 100%;
}

a {
  text-decoration: none;
  color: #242323;
}

.primary {
  color: #f9600b;
}

.note {
  font-size: 12px;
  color: #808080;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.1em;
  line-height: 2;
}

.pcItem {
  display: block !important;
}

.spItem {
  display: none !important;
}

.wrapper#index {
  width: 100%;
  position: relative;
  padding: 173px 0 0 0;
  margin: 0 auto;
}

.wrapper#index main {
  display: block;
}

.wrapper#index main > section + section {
  margin-top: 80px;
}

.wrapper#index.sizemin main {
  width: 800px;
}

.header {
  width: 100%;
  min-width: 1200px;
  padding: 25px 14px 31px 39px;
  position: fixed;
  z-index: 1;
  background-color: #fff;
}

.header .headerInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .headerInner h1 {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .headerInner h1 a {
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 900;
}

.header .headerInner nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .headerInner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .headerInner nav ul li a {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.header .headerInner nav ul li a:hover {
  color: #f9600b;
}

.header .headerInner nav ul li + li {
  margin-left: 33px;
}

.header .headerInner nav ul li .btnCv {
  display: block;
  margin-top: -3%;
  padding: 7px 17px;
  color: #fff;
  background-color: #f9600b;
  background-image: url(/lp/assets/images/btn_decoration_left.png);
  background-size: 49px 29px;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.header .headerInner nav ul li .btnCv:hover {
  color: #fff;
  opacity: 0.7;
}

.header .headerInner nav ul li .btn {
  position: relative;
  display: block;
  text-align: center;
  margin-top: -3%;
  padding: 7px 30px 7px 17px;
  font-weight: bold;
  border: 1px solid #f9600b;
}

.header .headerInner nav ul li .btn:hover {
  color: #fff;
  background-color: #f9600b;
}

.header .headerInner nav ul li .btn:hover::after {
  background-image: url(/lp/assets/images/icon_window_w.png);
}

.header .headerInner nav ul li .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(/lp/assets/images/icon_window.png);
  background-size: 100%;
}

.header .headerInner nav .nav1 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .headerInner nav .nav2 {
  margin-top: 25px;
}

.header .headerInner .logo {
  width: 100px;
  height: 20px;
}

.header .headerInner .logo img {
  width: 100%;
  height: auto;
}

.header .headerInner .logo:hover {
  opacity: 0.7;
}

.header .headerInner .spTrigger {
  display: none;
}

.footer {
  min-width: 1200px;
  width: 100%;
  background-color: #463f35;
  padding: 47px 0 24px;
}

.footer .inner {
  width: 1200px;
  margin: 0 auto;
}

.footer .inner dl dt {
  color: #fff;
  font-weight: bold;
}

.footer .inner dl dd {
  margin-top: 16px;
  letter-spacing: 0.06em;
}

.footer .inner dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .inner dl dd ul li {
  margin-right: 48px;
}

.footer .inner dl dd ul li:last-child a:after {
  display: none;
}

.footer .inner dl dd + dt {
  margin-top: 41px;
}

.footer .inner dl dd:last-child ul li:nth-child(n + 6) {
  margin-top: 7px;
}

.footer .inner a {
  position: relative;
  color: #fff;
  padding-right: 15px;
  font-size: 14px;
  background-image: url(/lp/assets/images/icon_window_footer.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 12px 12px;
}

.footer .inner a:after {
  position: absolute;
  top: 3px;
  right: -20px;
  display: block;
  content: "";
  width: 1px;
  height: 17px;
  background-image: url(/lp/assets/images/line.png);
  background-size: 100%;
}

.footer .inner a:hover {
  text-decoration: underline;
}

.footer .inner > a {
  display: inline-block;
  margin-top: 41px;
}

.footer .inner > a::after {
  display: none;
}

.footer .inner .copy {
  margin-top: 38px;
  color: #808080;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.06em;
}

.footer.simple {
  padding-top: 0;
}

.footer .footerLinkList {
  width: 1143px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .footerLinkList li {
  margin-left: 22px;
}

.footer .footerLinkList li:first-child {
  margin-left: 0;
}

.footer .footerLinkList li a {
  color: #fff;
  position: relative;
  font-size: 1.3rem;
  padding-right: 8px;
  letter-spacing: 0.12em;
}

.footer .footerLinkList li a:hover {
  text-decoration: underline;
}

.footer .footerLinkList li a[target="_blank"] {
  padding-right: 24px;
}

.footer .footerLinkList li a[target="_blank"]:after {
  content: "";
  display: block;
  background: url(/genzousho/assets/images/ico_blank_w.svg) no-repeat left top;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 9px;
  top: calc(50% - 5px);
  background-size: contain;
}

.footer .footerInner {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 20px 27px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .footerInner .footerLogo {
  width: 107px;
}

.footer .footerInner .copy {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.1rem;
  color: #fff;
  padding-top: 8px;
  letter-spacing: 0.12em;
}

.followArea {
  display: none;
}

@media screen and (min-width: 1400px) {
  .wrapper#index {
    padding: 10.3% 0 0 0;
  }
}

@media screen and (max-width: 599px) {
  html.drawerMenuOpen {
    height: 100%;
    overflow: hidden;
  }
  body {
    min-width: 320px;
    font-size: 3.73333vw;
    line-height: 1.6;
    height: 100%;
  }
  .note {
    font-size: 85.71%;
    letter-spacing: 0.03em;
  }
  .pcItem {
    display: none !important;
  }
  .spItem {
    display: block !important;
  }
  .wrapper {
    width: 100%;
    position: relative;
    padding: 60px 20px;
  }
  .wrapper#index {
    padding-top: 17.8%;
    padding-bottom: 27.2%;
  }
  .wrapper main {
    width: 100%;
    padding-bottom: 14.7%;
  }
  .wrapper main > section + section,
  .wrapper main > nav + section,
  .wrapper main > div + section,
  .wrapper main > p + section {
    margin-top: 80px;
  }
  .wrapper.np {
    padding: 60px 0;
  }
  .wrapper.np main > section,
  .wrapper.np main > nav,
  .wrapper.np main > div,
  .wrapper.np main > p {
    padding: 0 20px;
  }
  .wrapper.np main > section.np,
  .wrapper.np main > nav.np,
  .wrapper.np main > div.np,
  .wrapper.np main > p.np {
    padding: 0;
  }
  .header {
    padding: 0;
    padding-bottom: 3.4%;
    min-width: 100%;
  }
  .header .headerInner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .headerInner h1 {
    line-height: 1;
    margin-top: 3.8%;
    letter-spacing: 0.1em;
    padding-left: 4%;
  }
  .header .headerInner h1 a {
    font-size: 89.29%;
  }
  .header .headerInner nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    position: fixed;
    width: 100%;
    height: 100%;
    margin-top: 0;
    background-color: #fff;
    padding: 0 4.266%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    top: 7.3%;
  }
  .header .headerInner nav.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header .headerInner nav ul {
    display: block;
  }
  .header .headerInner nav ul li {
    position: relative;
  }
  .header .headerInner nav ul li:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    content: "";
    display: block;
    width: 9px;
    height: 15px;
    background-image: url(/lp/assets/images/btn_arrow4.png);
    background-size: cover;
  }
  .header .headerInner nav ul li + li {
    margin-left: 0;
    border-top: 1px solid #f0f0f0;
  }
  .header .headerInner nav ul li a {
    display: block;
    padding: 4.6% 0;
    font-size: 100%;
    font-weight: normal;
  }
  .header .headerInner nav ul li a:hover {
    color: #242323;
  }
  .header .headerInner nav ul li .btnCv {
    position: relative;
    font-size: 114.29%;
    text-align: center;
    padding: 6.5% 1.2vw;
    background-size: 56.5px;
  }
  .header .headerInner nav ul li .btnCv:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    content: "";
    display: block;
    width: 10px;
    height: 16.5px;
    background-image: url(/lp/assets/images/btn_arrow3.png);
    background-size: cover;
  }
  .header .headerInner nav ul li .btn {
    padding: 6.5% 1.2vw;
    font-size: 114.29%;
  }
  .header .headerInner nav ul li .btn:after {
    width: 14px;
    height: 14px;
  }
  .header .headerInner nav ul li .btn:hover {
    background-color: #fff;
    color: #f9600b;
  }
  .header .headerInner nav ul li .btn:hover::after {
    background-image: url(/lp/assets/images/icon_window.png);
  }
  .header .headerInner .nav1 {
    margin-top: 12%;
  }
  .header .headerInner .nav1 li::after {
    display: none;
  }
  .header .headerInner .nav1 li + li {
    margin-top: 12%;
    border-top: none;
  }
  .header .headerInner .logo {
    position: static;
    width: 43.73%;
    display: block;
    margin: 0 auto;
  }
  .header .headerInner .logo img {
    width: 100%;
    height: auto;
  }
  .header .headerInner .logo:hover {
    opacity: 1;
  }
  .header .headerInner .spTrigger {
    margin-right: 4.2%;
    margin-top: 4%;
    display: block;
    position: relative;
    z-index: 1;
    width: 37px;
    cursor: pointer;
  }
  .header .headerInner .spTrigger span {
    position: relative;
    display: block;
    background-color: #000;
    width: 78.37%;
    height: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: auto;
  }
  .header .headerInner .spTrigger span:before {
    position: absolute;
    top: 0;
    left: -8px;
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background-color: #000;
  }
  .header .headerInner .spTrigger span + span {
    margin-top: 7px;
  }
  .header .headerInner .spTrigger.open span {
    width: 100%;
  }
  .header .headerInner .spTrigger.open span:before {
    display: none;
  }
  .header .headerInner .spTrigger.open span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-30deg);
            transform: translateY(10px) rotate(-30deg);
  }
  .header .headerInner .spTrigger.open span:nth-child(2) {
    opacity: 0;
  }
  .header .headerInner .spTrigger.open span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(30deg);
            transform: translateY(-9px) rotate(30deg);
  }
  .footer {
    min-width: 100%;
    padding-top: 9.4%;
  }
  .footer .inner {
    width: 91.46666666%;
  }
  .footer .inner dl dd {
    margin-top: 2.2%;
  }
  .footer .inner dl dd + dt {
    margin-top: 9%;
  }
  .footer .inner dl dd ul li {
    margin-right: 9%;
  }
  .footer .inner dl dd:nth-of-type(1) ul li:last-child {
    margin-top: 3%;
  }
  .footer .inner dl dd:nth-of-type(2) ul li + li {
    margin-top: 2.7%;
  }
  .footer .inner dl dd:nth-of-type(3) ul li:nth-child(n + 3) {
    margin-top: 2.7%;
  }
  .footer .inner dl dd:nth-of-type(3) ul li:nth-child(4), .footer .inner dl dd:nth-of-type(3) ul li:nth-child(6) {
    margin-right: 0;
  }
  .footer .inner a {
    font-size: 85.71%;
    background-size: 9px 9px;
    background-position: right 2px;
    padding-right: 12px;
  }
  .footer .inner a:after {
    right: -15px;
    top: 9%;
    height: 100%;
  }
  .footer .inner a:hover {
    text-decoration: none;
  }
  .footer .inner .copy {
    font-size: 85.71%;
  }
  .followArea {
    padding: 4.266%;
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
  }
  .followArea .btnCv {
    position: relative;
    text-align: center;
    display: block;
    padding: 6.5% 0;
    width: 100%;
    font-size: 114.29%;
    font-weight: bold;
    color: #fff;
    background-color: #f9600b;
    background-image: url(/lp/assets/images/btn_decoration_left.png);
    background-size: 56.5px;
    background-repeat: no-repeat;
    background-position: left bottom;
  }
  .followArea .btnCv:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    content: "";
    display: block;
    width: 10px;
    height: 16.5px;
    background-image: url(/lp/assets/images/btn_arrow3.png);
    background-size: cover;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*z-index: 1042;*/
  z-index: 1000;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-content {
  z-index: 1045;
}

.modal-wrap {
  z-index: 1046;
}

.resetBold {
  font-weight: normal;
  font-family: 'NotoSansJP-Bold';
}

.bold {
  font-weight: bold;
}

.t_center {
  text-align: center !important;
}

.t_right {
  text-align: right !important;
}

.t_left {
  text-align: left !important;
}

.icoCaution {
  content: "";
  width: 34px;
  height: 31px;
  display: block;
  background-size: contain;
}

sup {
  margin-top: -12px;
  font-size: 13px;
}

sub {
  top: -0.5em;
  font-size: 50%;
  position: relative;
}

small {
  font-size: 1.2rem;
  line-height: 1.6;
}

.pcBlock {
  display: block;
}

.spBlock {
  display: none;
}

pre {
  padding: 10px;
  margin-top: 40px;
}

@media screen and (max-width: 599px) {
  sup {
    margin-top: -1%;
    font-size: 71.43%;
  }
  .pcBlock {
    display: none;
  }
  .spBlock {
    display: block;
  }
  .t_centerSp {
    text-align: center !important;
  }
  .t_rightSp {
    text-align: right !important;
  }
  .t_leftSp {
    text-align: left !important;
  }
}

/*=== margin+padding+fontsize+line-height ===*/
/**** margin+padding 0～50pxまで 5刻み ****/
/**** font-size 0.8rem～3remまで ****/
/**** line-height 1～3まで ****/
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.fs0_8 {
  font-size: 0.8rem;
}

.fs0_9 {
  font-size: 0.9rem;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.fs1_0 {
  font-size: 1.0rem;
}

.fs1_1 {
  font-size: 1.1rem;
}

.fs1_2 {
  font-size: 1.2rem;
}

.fs1_3 {
  font-size: 1.3rem;
}

.fs1_4 {
  font-size: 1.4rem;
}

.fs1_5 {
  font-size: 1.5rem;
}

.fs1_6 {
  font-size: 1.6rem;
}

.fs1_7 {
  font-size: 1.7rem;
}

.fs1_8 {
  font-size: 1.8rem;
}

.fs1_9 {
  font-size: 1.9rem;
}

.lh1_0 {
  line-height: 1.0;
}

.lh1_1 {
  line-height: 1.1;
}

.lh1_2 {
  line-height: 1.2;
}

.lh1_3 {
  line-height: 1.3;
}

.lh1_4 {
  line-height: 1.4;
}

.lh1_5 {
  line-height: 1.5;
}

.lh1_6 {
  line-height: 1.6;
}

.lh1_7 {
  line-height: 1.7;
}

.lh1_8 {
  line-height: 1.8;
}

.lh1_9 {
  line-height: 1.9;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.fs2_0 {
  font-size: 2.0rem;
}

.fs2_1 {
  font-size: 2.1rem;
}

.fs2_2 {
  font-size: 2.2rem;
}

.fs2_3 {
  font-size: 2.3rem;
}

.fs2_4 {
  font-size: 2.4rem;
}

.fs2_5 {
  font-size: 2.5rem;
}

.fs2_6 {
  font-size: 2.6rem;
}

.fs2_7 {
  font-size: 2.7rem;
}

.fs2_8 {
  font-size: 2.8rem;
}

.fs2_9 {
  font-size: 2.9rem;
}

.lh2_0 {
  line-height: 2.0;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.fs3_0 {
  font-size: 3.0rem;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

#index .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#index .window {
  position: relative;
}

#index .window:after {
  position: absolute;
  top: 0;
  right: -10px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(/lp/assets/images/icon_window.png);
  background-size: 100%;
}

#index main .mv {
  min-width: auto;
  padding: 0 0 0 10.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#index main .mv .mvText .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.6vw;
  font-weight: bold;
}

#index main .mv .mvText .top .text .large {
  margin-top: 4%;
  font-size: 3vw;
  letter-spacing: 0.01em;
}

#index main .mv .mvText .top .text .large span {
  font-size: 2.5vw;
}

#index main .mv .mvText .top .text .small {
  margin-top: -2%;
  letter-spacing: 0.1em;
  font-size: 1.15vw;
  padding-left: 1%;
}

#index main .mv .mvText .top .img {
  width: 19%;
  margin-left: 1%;
}

#index main .mv .mvText .top .img img {
  width: 100%;
  height: auto;
}

#index main .mv .mvText .bottom {
  font-size: 3.7vw;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin-top: 2%;
}

#index main .mv .mvText .bottom .underLine {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #ff850a));
  background: linear-gradient(transparent 75%, #ff850a 0%);
}

#index main .mv .mvText .bottom .small {
  font-size: 3vw;
  letter-spacing: 0;
}

#index main .mv .mvText .bottom sup {
  font-size: 2.8rem;
}

#index main .mv .mvText .bottom .register {
  position: relative;
  margin-right: 8px;
}

#index main .mv .mvText .bottom .register:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20%;
  right: -6%;
  font-size: 2.4rem;
  background-image: url(/lp/assets/images/icon_register.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 10.24%;
  height: 100%;
}

#index main .mv .mvText .note {
  margin-top: 0.5%;
  font-size: 0.86vw;
}

#index main .mv .listCheckbox {
  margin-top: 4.5%;
  padding-left: 0.5%;
}

#index main .mv .listCheckbox li {
  font-weight: 900;
  letter-spacing: 0.2em;
  font-size: 1.15vw;
}

#index main .mv .listCheckbox li + li {
  margin-top: 1.3%;
}

#index main .mv .listCheckbox li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-right: 10px;
  background-image: url(/lp/assets/images/checkbox.png);
}

#index main .mv .listCrown {
  margin-top: 4%;
}

#index main .mv .listCrown .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#index main .mv .listCrown .left ul li {
  width: 25%;
}

#index main .mv .listCrown .left ul li img {
  width: 100%;
  height: auto;
}

#index main .mv .listCrown .left ul li + li {
  margin-left: 5%;
}

#index main .mv .listCrown .left .note {
  margin-top: 2%;
}

#index main .mv .note {
  margin-top: 0;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

#index main .mv .mvImg {
  margin-top: 2.4%;
  width: 86%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#index main .mv .mvImg img {
  width: 100%;
  height: auto;
}

#index main .mv .mvImg .note {
  text-align: center;
  padding-left: 3%;
  font-size: 0.9vw;
  line-height: 1.5;
}

#index main > section {
  min-width: 1200px;
}

#index main > section .headingLv2 {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
}

#index main > section .headingLv3 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}

#index main > section .headingLv3 span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  color: #5c534e;
  margin-top: 6px;
}

#index main > section .headingLv3 .pcItem {
  display: inline-block !important;
  font-size: inherit;
}

#index main > section .inner {
  width: 1200px;
  margin: 0 auto;
}

#index main > section.about {
  margin-top: 53px;
}

#index main > section.about .inner .flex {
  margin-top: 85px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#index main > section.about .inner .flex .text {
  width: 575px;
}

#index main > section.about .inner .flex .text .bold {
  margin-top: -12px;
  letter-spacing: 0.02em;
  font-size: 2rem;
  line-height: 2;
}

#index main > section.about .inner .flex .text .note {
  margin-top: 13px;
}

#index main > section.about .inner .cryptocurrency {
  margin-top: 88px;
}

#index main > section.about .inner .cryptocurrency .listCryptocurrency {
  width: 1060px;
  margin: 47px auto 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#index main > section.about .inner .cryptocurrency .listCryptocurrency li {
  text-align: center;
}

#index main > section.about .inner .cryptocurrency .listCryptocurrency li:first-child {
  margin-right: 195px;
  margin-left: 46px;
}

#index main > section.about .inner .cryptocurrency .listCryptocurrency li:nth-child(2) {
  margin-right: 154px;
}

#index main > section.about .inner .cryptocurrency .listCryptocurrency li:nth-child(3) {
  margin-right: 133px;
}

#index main > section.about .inner .cryptocurrency .listCryptocurrency li p {
  font-weight: bold;
  margin-top: 29px;
}

#index main > section.about .inner .cryptocurrency .note {
  margin-top: 13px;
  text-align: center;
}

#index main > section.about .inner .merit {
  margin-top: 82px;
}

#index main > section.about .inner .merit .headingLv3 {
  letter-spacing: 0;
}

#index main > section.about .inner .merit .listMerit {
  margin-top: 75px;
}

#index main > section.about .inner .merit .listMerit li {
  width: 383px;
}

#index main > section.about .inner .merit .listMerit li .wrapper {
  padding: 67px 0 51px;
  position: relative;
  background-color: #f5f5f5;
}

#index main > section.about .inner .merit .listMerit li .wrapper .img_num {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#index main > section.about .inner .merit .listMerit li .wrapper .img {
  margin: 0 auto;
  width: 271px;
  height: 130px;
  text-align: center;
}

#index main > section.about .inner .merit .listMerit li .wrapper h4 {
  margin-top: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.06em;
  text-align: center;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#index main > section.about .inner .merit .listMerit li .wrapper p {
  text-align: center;
  margin-top: 19px;
  letter-spacing: 0.06em;
}

#index main > section.about .inner .merit .listMerit li:nth-child(1) {
  padding-left: 7px;
}

#index main > section.about .inner .merit .listMerit li:nth-child(2) .img {
  padding-left: 33px;
  padding-top: 15px;
}

#index main > section.about .inner .merit .listMerit li:nth-child(3) .wrapper {
  padding-bottom: 24px;
}

#index main > section.about .inner .merit .listMerit li:nth-child(3) .img {
  padding-top: 13px;
}

#index main > section.about .inner .merit .listMerit li .note {
  margin-top: 12px;
}

#index main > section.about .inner .administrator {
  margin-top: 108px;
}

#index main > section.about .inner .administrator .headingLv3 {
  letter-spacing: 0.06em;
}

#index main > section.about .inner .administrator .flex {
  width: 886px;
  margin: 42px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(96px);
          transform: translateX(96px);
}

#index main > section.about .inner .administrator .flex .left {
  padding-top: 67px;
}

#index main > section.about .inner .administrator .flex .left ul {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#index main > section.about .inner .administrator .flex .left ul li + li {
  margin-left: 35px;
}

#index main > section.about .inner .administrator .flex .left .note {
  margin-top: 12px;
}

#index main > section.about .inner .administrator .flex .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 68px;
}

#index main > section.about .inner .administrator .flex .right .note {
  -webkit-transform: translateY(-13px);
          transform: translateY(-13px);
}

#index main > section.about .inner .administrator .flex .note {
  line-height: 1.5;
}

#index main > section.flow {
  background-color: #f5f5f5;
  margin-top: 0 !important;
  padding-top: 88px;
  padding-bottom: 108px;
}

#index main > section.flow .inner {
  margin-top: 85px;
  background-color: #fff;
  padding: 48px 50px 56px;
}

#index main > section.flow .inner ol li:first-child .text {
  display: block;
}

#index main > section.flow .inner ol li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#index main > section.flow .inner ol li dl dt {
  position: relative;
  padding-top: 21px;
  margin-right: 25px;
}

#index main > section.flow .inner ol li dl dt::after {
  position: absolute;
  top: 118px;
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: block;
  content: "";
  width: 2px;
  height: 120px;
  background-color: #f9600b;
}

#index main > section.flow .inner ol li dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#index main > section.flow .inner ol li dl dd .img {
  width: 299px;
  margin-right: 76px;
  text-align: center;
}

#index main > section.flow .inner ol li dl dd .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#index main > section.flow .inner ol li dl dd .text p {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}

#index main > section.flow .inner ol li dl dd .text .note {
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0em;
}

#index main > section.flow .inner ol li dl dd .text .btnCv {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  letter-spacing: 0.06em;
  font-weight: bold;
  width: 295px;
  padding: 15px 0;
  color: #fff;
  background-color: #f9600b;
  background-image: url(/lp/assets/images/btn_decoration_left.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 49px 29px;
}

#index main > section.flow .inner ol li dl dd .text .btnCv::after {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  width: 9px;
  height: 14px;
  background-image: url(/lp/assets/images/btn_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#index main > section.flow .inner ol li dl dd .text .btnCv:hover {
  opacity: 0.7;
}

#index main > section.flow .inner ol li:nth-child(1) dl dd .img {
  padding-top: 10px;
}

#index main > section.flow .inner ol li:nth-child(2) {
  margin-top: 30px;
}

#index main > section.flow .inner ol li:nth-child(2) dl dt {
  padding-top: 27px;
}

#index main > section.flow .inner ol li:nth-child(2) dl dt:after {
  top: 123px;
  height: 90px;
}

#index main > section.flow .inner ol li:nth-child(3) {
  margin-top: 59px;
}

#index main > section.flow .inner ol li:nth-child(3) dl dt {
  padding-top: 44px;
}

#index main > section.flow .inner ol li:nth-child(3) dl dt:after {
  top: 140px;
  height: 90px;
}

#index main > section.flow .inner ol li:nth-child(3) dl dd .img {
  padding-top: 23px;
}

#index main > section.flow .inner ol li:nth-child(4) {
  margin-top: 53px;
}

#index main > section.flow .inner ol li:nth-child(4) dl dt {
  padding-top: 36px;
}

#index main > section.flow .inner ol li:nth-child(4) dl dt::after {
  display: none;
}

#index main > section.flow .inner ol li:nth-child(4) dl dd .img {
  padding-top: 18px;
}

#index main > section.place {
  margin-top: 106px !important;
}

#index main > section.place .inner .img {
  position: relative;
  width: 701px;
  margin: 68px auto 0;
}

#index main > section.place .inner .img .note {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 9px;
}

#index main > section.place .inner ul {
  width: 923px;
  -webkit-transform: translateX(136px);
          transform: translateX(136px);
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#index main > section.place .inner ul li .prefecture {
  display: inline-block;
  padding: 0 12px;
  font-size: 1.4rem;
  background-color: #f0f0f0;
}

#index main > section.place .inner ul li .name {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.33;
  margin-top: 12px;
  letter-spacing: 0.02em;
}

#index main > section.place .inner ul li .address {
  margin-top: 9px;
  letter-spacing: 0.028em;
}

#index main > section.place .inner ul li .open {
  margin-top: 6px;
  color: #808080;
}

#index main > section.place .inner ul li .linkMap {
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}

#index main > section.place .inner ul li .linkMap:after {
  top: 5px;
  right: -21px;
}

#index main > section.place .inner ul li .linkMap:hover {
  text-decoration: underline;
}

#index main > section.place .inner .btn {
  display: block;
  margin: 41px auto 0;
  text-align: center;
  width: 250px;
  padding: 14px 0;
  font-weight: bold;
  border: 1px solid #f9600b;
}

#index main > section.place .inner .btn:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
}

#index main > section.place .inner .btn:hover {
  color: #fff;
  background-color: #f9600b;
}

#index main > section.place .inner .btn:hover::after {
  background-image: url(/lp/assets/images/icon_window_w.png);
}

#index main > section.operation {
  margin-top: 109px !important;
  padding-top: 84px;
  padding-bottom: 97px;
  background-color: #f5f5f5;
}

#index main > section.operation .inner ol {
  margin-top: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#index main > section.operation .inner ol li {
  width: 280px;
}

#index main > section.operation .inner ol li + li {
  margin-left: 26px;
}

#index main > section.operation .inner ol li:nth-child(4n + 1) {
  margin-left: 0;
}

#index main > section.operation .inner ol li:nth-child(n + 5) {
  margin-top: 34px;
}

#index main > section.operation .inner ol li dl dt {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

#index main > section.operation .inner ol li dl dd {
  margin-top: 11px;
}

#index main > section.operation .inner ol li dl dd p {
  margin-top: 14px;
}

#index main > section.operation .inner ol li dl dd .note {
  margin-top: 0;
}

#index main > section.operation .inner .btn {
  display: block;
  margin: 47px auto 0;
  text-align: center;
  width: 354px;
  padding: 14px 0;
  font-weight: bold;
  border: 1px solid #f9600b;
}

#index main > section.operation .inner .btn:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
}

#index main > section.operation .inner .btn:hover {
  color: #fff;
  background-color: #f9600b;
}

#index main > section.operation .inner .btn:hover::after {
  background-image: url(/lp/assets/images/icon_window_w.png);
}

#index main > section.qa .inner {
  width: 900px;
}

#index main > section.qa .inner .listAc {
  margin-top: 60px;
}

#index main > section.qa .inner .listAc > li + li {
  border-top: 2px solid #f0f0f0;
}

#index main > section.qa .inner .listAc > li:last-child {
  border-bottom: 2px solid #f0f0f0;
}

#index main > section.qa .inner .listAc > li dl dt {
  font-weight: bold;
  position: relative;
  letter-spacing: 0.06em;
  background-image: url(/lp/assets/images/icon_q.png);
  background-repeat: no-repeat;
  background-size: 18px 25px;
  background-position: 0 center;
}

#index main > section.qa .inner .listAc > li dl dt a {
  display: block;
  position: relative;
  padding: 25px 0 25px 49px;
}

#index main > section.qa .inner .listAc > li dl dt a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  right: 0;
  display: block;
  content: "";
  width: 15px;
  height: 9px;
  background-image: url(/lp/assets/images/qa_arrow.png);
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#index main > section.qa .inner .listAc > li dl dt a.open:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

#index main > section.qa .inner .listAc > li dl dt sub {
  top: -0.3em;
  font-size: 1.2rem;
}

#index main > section.qa .inner .listAc > li dl > div {
  display: none;
}

#index main > section.qa .inner .listAc > li dl > div dd {
  padding-left: 49px;
  position: relative;
  margin-top: 20px;
  padding-bottom: 25px;
  letter-spacing: 0.02em;
  background-image: url(/lp/assets/images/icon_a.png);
  background-repeat: no-repeat;
  background-size: 16px 18px;
  background-position: 2px 4px;
}

#index main > section.qa .inner .listAc > li dl > div dd ul li, #index main > section.qa .inner .listAc > li dl > div dd ol li {
  padding-left: 1em;
  text-indent: -1em;
}

#index main > section.qa .inner .listAc > li dl > div dd ul.other, #index main > section.qa .inner .listAc > li dl > div dd ol.other {
  margin-top: 20px;
}

#index main > section.qa .inner .listAc > li dl > div dd ul.other li, #index main > section.qa .inner .listAc > li dl > div dd ol.other li {
  color: #808080;
  padding-left: 1.8em;
  text-indent: -1.8em;
}

#index main > section.qa .inner .listAc > li dl > div dd .window {
  font-weight: bold;
  margin-right: 15px;
}

#index main > section.qa .inner .listAc > li dl > div dd .window:after {
  top: 6px;
  right: -13px;
}

#index main > section.qa .inner .listAc > li dl > div dd .window:hover {
  text-decoration: underline;
}

#index main > section.conversion {
  margin-top: 103px !important;
  padding-top: 87px;
  padding-bottom: 100px;
  background-color: #f5f5f5;
}

#index main > section.conversion .inner {
  width: 1100px;
}

#index main > section.conversion .inner .headingLv2 span {
  font-size: 1.6rem;
}

#index main > section.conversion .inner .bold {
  margin-top: 30px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
}

#index main > section.conversion .inner .note {
  margin-top: 11px;
  text-align: center;
}

#index main > section.conversion .inner .btnCv {
  position: relative;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  width: 487px;
  padding: 27px 0;
  color: #fff;
  background-color: #f9600b;
  background-image: url(/lp/assets/images/btn_decoration_left.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 81px 48px;
  margin: 44px auto 0;
  letter-spacing: 0.06em;
}

#index main > section.conversion .inner .btnCv::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  width: 14px;
  height: 24px;
  background-image: url(/lp/assets/images/btn_arrow2.png);
  background-size: 100%;
}

#index main > section.conversion .inner .btnCv:hover {
  opacity: 0.7;
}

#index main > section.conversion .inner > .btn {
  position: relative;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  width: 487px;
  padding: 27px 0;
  color: #fff;
  margin: 44px auto 0;
  color: #f9600b;
  background-color: #fff;
  border: 1px solid #f9600b;
  letter-spacing: 0.06em;
}

#index main > section.conversion .inner > .btn:hover {
  background-color: #f9600b;
  color: #fff;
}

#index main > section.conversion .inner > .btn:hover::after {
  background-image: url(/lp/assets/images/icon_window_w.png);
}

#index main > section.conversion .inner > .btn::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  width: 18px;
  height: 18px;
}

#index main > section.conversion .inner h3 {
  margin-top: 88px;
}

#index main > section.conversion .inner .flex {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#index main > section.conversion .inner .flex > div {
  width: 525px;
  padding: 46px 50px 52px;
  background-color: #fff;
}

#index main > section.conversion .inner .flex > div h4 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

#index main > section.conversion .inner .flex > div .btn {
  border: 1px solid #f9600b;
  text-align: center;
  display: block;
  font-weight: bold;
  padding: 22.5px 0;
  margin-top: 21px;
}

#index main > section.conversion .inner .flex > div .btn::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
}

#index main > section.conversion .inner .flex > div .btn:hover {
  color: #fff;
  background-color: #f9600b;
}

#index main > section.conversion .inner .flex > div .btn:hover:after {
  background-image: url(/lp/assets/images/icon_window_w.png);
}

#index main > section.conversion .inner .flex > div .tel {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  display: block;
  letter-spacing: 0.06em;
  pointer-events: none;
}

#index main > section.conversion .inner .flex > div .tel + p {
  font-size: 1.4rem;
  text-align: center;
  margin-top: -5px;
}

#index main > div {
  min-width: 1200px;
}

#index main > div.noteArea {
  padding: 92px 0 97px;
  font-size: 1.4rem;
}

#index main > div.noteArea .inner {
  width: 1200px;
  margin: 0 auto;
}

#index main > div.noteArea .inner a {
  font-weight: bold;
  letter-spacing: 0.06em;
}

#index main > div.noteArea .inner a:hover {
  text-decoration: underline;
}

#index main > div.noteArea .inner a::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -18px;
}

#index main > div.noteArea .inner a + ul {
  margin-top: 23px;
}

#index main > div.noteArea .inner p {
  margin-top: 15px;
}

#index main > div.noteArea .inner p + ul {
  margin-top: 0;
}

#index main > div.noteArea .inner ul {
  margin-top: 15px;
}

@media screen and (min-width: 1400px) {
  #index main .mv {
    padding: 0 0 0 10.5%;
  }
  #index main .mv .mvText .top {
    font-size: 2.6vw;
  }
  #index main .mv .mvText .top .text .large {
    font-size: 3vw;
  }
  #index main .mv .mvText .top .text .large span {
    font-size: 2.5vw;
  }
  #index main .mv .mvText .top .text .small {
    font-size: 1.15vw;
  }
  #index main .mv .mvText .top .img {
    width: 19%;
    margin-left: 1%;
  }
  #index main .mv .mvText .top .img img {
    width: 100%;
    height: auto;
  }
  #index main .mv .mvText .bottom {
    font-size: 3.7vw;
  }
  #index main .mv .mvText .bottom .small {
    font-size: 3vw;
  }
  #index main .mv .mvText .note {
    font-size: 0.86vw;
  }
  #index main .mv .mvText .listCheckbox li {
    font-size: 1.15vw;
  }
  #index main .mv .mvText .listCrown li {
    width: 25%;
  }
  #index main .mv .mvText .listCrown li img {
    width: 100%;
    height: auto;
  }
  #index main .mv .mvImg {
    width: 86%;
  }
  #index main .mv .mvImg .img img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 599px) {
  #index .flex {
    display: block;
  }
  #index .img img {
    width: 100%;
    height: auto;
  }
  #index main .mv {
    min-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
  }
  #index main .mv .mvText .top .text {
    padding-left: 4%;
  }
  #index main .mv .mvText .top .text .large {
    margin-top: 0;
    font-size: 8vw;
  }
  #index main .mv .mvText .top .text .large span {
    font-size: 7vw;
  }
  #index main .mv .mvText .top .text .small {
    font-size: 3.1vw;
    margin-top: -1%;
  }
  #index main .mv .mvText .top .img {
    width: 20.26%;
    margin: -2% 0 0 3%;
  }
  #index main .mv .mvText .bottom {
    margin-top: 1.2%;
    padding-left: 4%;
    font-size: 9.9vw;
    letter-spacing: 0.04em;
  }
  #index main .mv .mvText .bottom .register {
    margin-right: 0;
  }
  #index main .mv .mvText .bottom .register:after {
    right: -6%;
    top: 24%;
    font-size: 4.5vw;
  }
  #index main .mv .mvText .bottom .small {
    font-size: 7.5vw;
  }
  #index main .mv .mvText .note {
    margin-top: 1%;
    padding-left: 5%;
    font-size: 2vw;
  }
  #index main .mv .mvImg {
    display: none !important;
  }
  #index main .mv .listCheckbox {
    margin-top: 3.2%;
    padding-left: 4%;
  }
  #index main .mv .listCheckbox li {
    font-size: 3vw;
    letter-spacing: 0.1em;
  }
  #index main .mv .listCheckbox li:before {
    background-image: url(/lp/assets/images/checkbox_sp.png);
    width: 13px;
    height: 13px;
    margin-right: 2%;
    background-size: contain;
  }
  #index main .mv .listCheckbox li + li {
    margin-top: 1.4%;
  }
  #index main .mv .listCrown {
    margin-top: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #index main .mv .listCrown .left {
    width: 26%;
    margin-left: 7%;
  }
  #index main .mv .listCrown .left ul {
    display: block;
  }
  #index main .mv .listCrown .left ul li {
    width: 100%;
  }
  #index main .mv .listCrown .left ul li img {
    width: 100%;
    height: auto;
  }
  #index main .mv .listCrown .left ul li + li {
    margin-left: 0;
    margin-top: 15%;
  }
  #index main .mv .listCrown .left .note {
    margin-top: 9%;
    font-size: 71.43%;
  }
  #index main .mv .listCrown .spImg {
    margin-top: -21%;
    width: 58.93%;
  }
  #index main .mv .listCrown .spImg .note {
    font-size: 71.43%;
    margin-top: 2%;
    text-align: center;
  }
  #index main > section {
    min-width: 100%;
  }
  #index main > section .headingLv2 {
    font-size: 200%;
  }
  #index main > section .headingLv3 {
    font-size: 142.86%;
  }
  #index main > section .inner {
    width: 91.46666666%;
  }
  #index main > section.about {
    margin-top: 15%;
  }
  #index main > section.about .inner .flex {
    margin-top: 6%;
  }
  #index main > section.about .inner .flex .text {
    width: 100%;
    margin-top: 6.1%;
  }
  #index main > section.about .inner .flex .text .bold {
    line-height: 1.9;
    font-size: 100%;
    letter-spacing: 0.01em;
  }
  #index main > section.about .inner .flex .text .note {
    margin-top: 1.2%;
    line-height: 1.6;
  }
  #index main > section.about .inner .cryptocurrency {
    margin-top: 15%;
  }
  #index main > section.about .inner .cryptocurrency .headingLv3 span {
    margin-top: 1%;
    font-size: 3vw;
  }
  #index main > section.about .inner .cryptocurrency .listCryptocurrency {
    margin-top: 8%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #index main > section.about .inner .cryptocurrency .listCryptocurrency li {
    width: 38.58%;
  }
  #index main > section.about .inner .cryptocurrency .listCryptocurrency li:first-child, #index main > section.about .inner .cryptocurrency .listCryptocurrency li:nth-child(2), #index main > section.about .inner .cryptocurrency .listCryptocurrency li:nth-child(3), #index main > section.about .inner .cryptocurrency .listCryptocurrency li:nth-child(4) {
    margin: 0;
  }
  #index main > section.about .inner .cryptocurrency .listCryptocurrency li:nth-child(n + 3) {
    margin-top: 8%;
  }
  #index main > section.about .inner .cryptocurrency .listCryptocurrency li:nth-child(2n) {
    margin-left: 12%;
  }
  #index main > section.about .inner .cryptocurrency .listCryptocurrency li .img {
    margin: 0 auto;
    width: 48.86%;
  }
  #index main > section.about .inner .cryptocurrency .listCryptocurrency li p {
    margin-top: 9%;
    font-size: 85.71%;
  }
  #index main > section.about .inner .cryptocurrency .note {
    margin-top: 6.2%;
    line-height: 1.6;
  }
  #index main > section.about .inner .merit {
    margin-top: 14%;
  }
  #index main > section.about .inner .merit .listMerit {
    margin-top: 16%;
  }
  #index main > section.about .inner .merit .listMerit li {
    padding-left: 0 !important;
    width: 100%;
  }
  #index main > section.about .inner .merit .listMerit li + li {
    margin-top: 17%;
  }
  #index main > section.about .inner .merit .listMerit li .wrapper {
    padding: 16% 0 6.4%;
  }
  #index main > section.about .inner .merit .listMerit li .wrapper .img_num {
    width: 19.82%;
  }
  #index main > section.about .inner .merit .listMerit li .wrapper .img_num img {
    width: 100%;
    height: auto;
  }
  #index main > section.about .inner .merit .listMerit li .wrapper .img {
    width: 70.69%;
    height: auto;
  }
  #index main > section.about .inner .merit .listMerit li .wrapper h4 {
    height: auto;
    margin-top: 5%;
    line-height: 1.6;
    font-size: 142.86%;
  }
  #index main > section.about .inner .merit .listMerit li .wrapper p {
    margin-top: 0;
    line-height: 1.8;
  }
  #index main > section.about .inner .merit .listMerit li:nth-child(2) .wrapper {
    padding-bottom: 7.5%;
  }
  #index main > section.about .inner .merit .listMerit li:nth-child(2) .wrapper .img_num {
    width: 23.82%;
  }
  #index main > section.about .inner .merit .listMerit li:nth-child(2) .wrapper .img {
    width: 58%;
    margin-top: 6%;
    padding-left: 8%;
    padding-top: 0;
  }
  #index main > section.about .inner .merit .listMerit li:nth-child(2) .wrapper h4 {
    margin-top: 15%;
  }
  #index main > section.about .inner .merit .listMerit li:nth-child(3) .wrapper {
    padding-bottom: 8%;
  }
  #index main > section.about .inner .merit .listMerit li:nth-child(3) .wrapper .img_num {
    width: 23.82%;
  }
  #index main > section.about .inner .merit .listMerit li:nth-child(3) .wrapper .img {
    width: 28%;
    margin-top: 6%;
  }
  #index main > section.about .inner .merit .listMerit li:nth-child(3) .wrapper h4 {
    margin-top: 9%;
  }
  #index main > section.about .inner .merit .listMerit li:nth-child(3) .wrapper p {
    margin-top: 1%;
  }
  #index main > section.about .inner .merit .listMerit li .note {
    margin-top: 2.4%;
    line-height: 1.7;
  }
  #index main > section.about .inner .administrator {
    margin-top: 15.1%;
  }
  #index main > section.about .inner .administrator .flex {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-top: 7%;
  }
  #index main > section.about .inner .administrator .flex .left {
    padding-top: 0;
  }
  #index main > section.about .inner .administrator .flex .left ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #index main > section.about .inner .administrator .flex .left ul li {
    width: 35.5%;
  }
  #index main > section.about .inner .administrator .flex .left ul li img {
    width: 100%;
    height: auto;
  }
  #index main > section.about .inner .administrator .flex .left ul li + li {
    margin-left: 9%;
  }
  #index main > section.about .inner .administrator .flex .left .note {
    text-align: center;
    margin-top: 3%;
  }
  #index main > section.about .inner .administrator .flex .right {
    margin-left: 0;
    margin-top: 8%;
    display: block;
    position: relative;
  }
  #index main > section.about .inner .administrator .flex .right .img {
    width: 54%;
    margin: 0 auto;
  }
  #index main > section.about .inner .administrator .flex .right .note {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #index main > section.about .inner .administrator .flex .right .note span {
    color: #fff;
  }
  #index main > section.about .inner .administrator .administratorImg {
    margin-top: 7%;
    position: relative;
    width: 100%;
  }
  #index main > section.about .inner .administrator .administratorImg .img {
    width: 90%;
  }
  #index main > section.about .inner .administrator .administratorImg .note {
    position: absolute;
    left: 18%;
    bottom: 1%;
    line-height: 1.7;
    padding: 0;
  }
  #index main > section.flow {
    padding-top: 13%;
    padding-bottom: 14.4%;
  }
  #index main > section.flow .inner {
    margin-top: 5%;
    padding: 5% 4.66% 7%;
  }
  #index main > section.flow .inner ol li dl dt {
    margin-right: 4.37%;
    width: 17%;
    padding-top: 7.5%;
  }
  #index main > section.flow .inner ol li dl dt img {
    width: 100%;
    height: auto;
  }
  #index main > section.flow .inner ol li dl dt:after {
    top: 26%;
    height: 85%;
  }
  #index main > section.flow .inner ol li dl dd {
    display: block;
    width: 80%;
  }
  #index main > section.flow .inner ol li dl dd .img {
    width: 90%;
    margin: 0 auto;
  }
  #index main > section.flow .inner ol li dl dd .text p {
    font-size: 100%;
    letter-spacing: 0.01em;
    margin-top: 10%;
  }
  #index main > section.flow .inner ol li dl dd .text .note {
    margin-top: 3%;
    font-size: 85.71%;
  }
  #index main > section.flow .inner ol li dl dd .text .btnCv {
    width: 100%;
    background-size: 40.5px;
  }
  #index main > section.flow .inner ol li dl dd .text .btnCv:hover {
    opacity: 1;
  }
  #index main > section.flow .inner ol li:nth-child(2) dl dt {
    padding-top: 8.5%;
  }
  #index main > section.flow .inner ol li:nth-child(2) dl dt:after {
    top: 73%;
    height: 63%;
  }
  #index main > section.flow .inner ol li:nth-child(2) dl dd .text p {
    margin-top: 4.2%;
  }
  #index main > section.flow .inner ol li:nth-child(3) {
    margin-top: 6%;
  }
  #index main > section.flow .inner ol li:nth-child(3) dl dt:after {
    top: 64%;
    height: 63%;
  }
  #index main > section.flow .inner ol li:nth-child(3) dl dd .img {
    width: 71%;
    margin-left: 17%;
    padding-top: 8%;
  }
  #index main > section.flow .inner ol li:nth-child(3) dl dd .text p {
    margin-top: 4.5%;
  }
  #index main > section.flow .inner ol li:nth-child(4) {
    margin-top: 8%;
  }
  #index main > section.flow .inner ol li:nth-child(4) dl dd .img {
    padding-top: 6%;
    width: 86%;
    padding-left: 0;
    margin-left: 10%;
  }
  #index main > section.flow .inner ol li:nth-child(4) dl dd p {
    margin-top: 4%;
  }
  #index main > section.place {
    margin-top: 14% !important;
  }
  #index main > section.place .inner .img {
    width: 100%;
    margin-top: 6%;
  }
  #index main > section.place .inner .img .note {
    padding-bottom: 0;
    font-size: 71.43%;
    line-height: 1.3;
    right: 3%;
  }
  #index main > section.place .inner ul {
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-top: 8%;
    display: block;
  }
  #index main > section.place .inner ul li {
    margin-left: 0 !important;
  }
  #index main > section.place .inner ul li + li {
    margin-top: 6.2%;
  }
  #index main > section.place .inner ul li .prefecture {
    font-size: 71.43%;
  }
  #index main > section.place .inner ul li .name {
    font-size: 142.86%;
    margin-top: 2%;
    line-height: 1.4;
  }
  #index main > section.place .inner ul li .address {
    font-size: 85.71%;
    margin-top: 2%;
  }
  #index main > section.place .inner ul li .open {
    font-size: 85.71%;
    margin-top: 2%;
  }
  #index main > section.place .inner ul li .linkMap {
    margin-top: 2.1%;
    font-size: 85.71%;
  }
  #index main > section.place .inner ul li .linkMap:hover {
    text-decoration: none;
  }
  #index main > section.place .inner ul li .linkMap:after {
    top: 2px;
    right: -12px;
    width: 0.7em;
    height: 0.7em;
    letter-spacing: 0.05em;
  }
  #index main > section.place .inner .btn {
    margin-top: 17%;
    width: 71.42%;
  }
  #index main > section.place .inner .btn:hover {
    color: #f9600b;
    background-color: #fff;
  }
  #index main > section.place .inner .btn:hover::after {
    background-image: url(/lp/assets/images/icon_window.png);
  }
  #index main > section.operation {
    margin-top: 16% !important;
    padding: 14% 0;
  }
  #index main > section.operation .inner ol {
    margin-top: 4%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #index main > section.operation .inner ol li {
    width: 47.66%;
  }
  #index main > section.operation .inner ol li + li {
    margin-left: 0;
  }
  #index main > section.operation .inner ol li:nth-child(n + 5) {
    margin-top: 0;
  }
  #index main > section.operation .inner ol li:nth-child(n + 3) {
    margin-top: 5%;
  }
  #index main > section.operation .inner ol li dl dt {
    font-size: 114.29%;
  }
  #index main > section.operation .inner ol li dl dd p {
    margin-top: 6%;
    line-height: 1.8;
  }
  #index main > section.operation .inner ol li dl dd .note {
    margin-top: 1%;
  }
  #index main > section.operation .inner .btn {
    margin-top: 17%;
    width: 71.42%;
    font-size: 92.86%;
  }
  #index main > section.qa {
    margin-top: 14% !important;
  }
  #index main > section.qa .inner {
    width: 91.46666666%;
  }
  #index main > section.qa .inner .listAc {
    margin-top: 0;
  }
  #index main > section.qa .inner .listAc > li dl dt {
    background-size: 11.5px 16px;
    background-position: left;
  }
  #index main > section.qa .inner .listAc > li dl dt a {
    padding: 5.5% 7%;
  }
  #index main > section.qa .inner .listAc > li dl dt sub {
    font-size: 85.71%;
  }
  #index main > section.qa .inner .listAc > li dl > div dd {
    padding: 0 7% 8%;
    margin-top: 0;
    background-size: 10px 12px;
    background-position: 2px 6px;
  }
  #index main > section.qa .inner .listAc > li dl > div dd .window:after {
    top: 3px;
    right: -11px;
    width: 0.7em;
    height: 0.7em;
  }
  #index main > section.qa .inner .listAc > li dl > div dd .window:hover {
    text-decoration: none;
  }
  #index main > section.qa .inner .listAc > li dl > div dd ul.other {
    margin-top: 5.4%;
  }
  #index main > section.qa .inner .listAc > li dl > div dd ul.other li {
    font-size: 85.71%;
  }
  #index main > section.conversion {
    margin-top: 16% !important;
    padding-top: 14%;
    padding-bottom: 8%;
  }
  #index main > section.conversion .inner {
    width: 91.46666666%;
  }
  #index main > section.conversion .inner .headingLv2 {
    letter-spacing: 0;
  }
  #index main > section.conversion .inner .bold {
    margin-top: 4%;
    line-height: 1.6;
    font-size: 100%;
    text-align: center;
  }
  #index main > section.conversion .inner .note {
    margin-top: 1%;
    text-align-last: left;
  }
  #index main > section.conversion .inner .btnCv, #index main > section.conversion .inner .btn {
    margin-top: 7.5%;
    padding: 6.5% 0;
    width: 100%;
    font-size: 114.29%;
    background-size: 56.5px;
  }
  #index main > section.conversion .inner .btnCv:after, #index main > section.conversion .inner .btn:after {
    width: 10px;
    height: 18px;
    right: 15px;
    background-size: cover;
  }
  #index main > section.conversion .inner .btn::after {
    width: 14px;
    height: 14px;
  }
  #index main > section.conversion .inner .btn:hover {
    background-color: #fff;
    color: #f9600b;
  }
  #index main > section.conversion .inner .btn:hover::after {
    background-image: url(/lp/assets/images/icon_window.png);
  }
  #index main > section.conversion .inner h3 {
    margin-top: 16%;
  }
  #index main > section.conversion .inner .flex {
    margin-top: 6.3%;
    display: block;
  }
  #index main > section.conversion .inner .flex > div {
    width: 100%;
    padding: 8% 4.66% 9%;
  }
  #index main > section.conversion .inner .flex > div h4 {
    font-size: 100%;
  }
  #index main > section.conversion .inner .flex > div .btn {
    padding: 5% 0;
    margin-top: 3%;
  }
  #index main > section.conversion .inner .flex > div .btn:hover {
    color: #f9600b;
    background-color: #fff;
  }
  #index main > section.conversion .inner .flex > div .btn:hover::after {
    background-image: url(/lp/assets/images/icon_window.png);
  }
  #index main > section.conversion .inner .flex > div .tel {
    font-size: 228.57%;
    pointer-events: auto;
  }
  #index main > section.conversion .inner .flex > div .tel + p {
    font-size: 85.71%;
  }
  #index main > section.conversion .inner .flex .right {
    margin-top: 8.5%;
  }
  #index main > div.noteArea {
    padding-top: 7%;
    padding-bottom: 0;
    min-width: 100%;
    font-size: 85.71%;
  }
  #index main > div.noteArea .inner {
    width: 91.46666666%;
  }
  #index main > div.noteArea .inner a:after {
    top: 4px;
    right: -11px;
    width: 0.7em;
    height: 0.7em;
  }
  #index main > div.noteArea .inner a:hover {
    text-decoration: none;
  }
  #index main > div.noteArea .inner a + ul {
    margin-top: 7%;
  }
  #index main > div.noteArea .inner p {
    margin-top: 6%;
  }
  #index main > div.noteArea .inner ul {
    margin-top: 7%;
  }
}
/*# sourceMappingURL=common.css.map */

/* 2022/06/13 ADD */
.text-left-margin-auto {
  display: table;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  padding: 0;
}