@charset "UTF-8";
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  font-family: "Gotham SSm A", sans-serif;
  background-color: #f6f5f6;
  -webkit-text-size-adjust: none;
  position: relative;
  letter-spacing: -0.045em;
}

a {
  text-decoration: none;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

main {
  display: block;
}

/**
 * 汎用style
 */
@media (max-width: 640px) {
  .pc-only {
    display: none;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: -100%;
    left: -100%;
  }
}

.sp-only, .sp-only-inline-block, .sp-only-inline {
  display: none;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: -100%;
  left: -100%;
}

@media (max-width: 640px) {
  .sp-only, .sp-only-inline-block, .sp-only-inline {
    display: block;
    width: auto;
    height: auto;
    visibility: visible;
    opacity: 1;
    position: static;
    top: auto;
    left: auto;
  }
}

@media (max-width: 640px) {
  .sp-only-inline-block {
    display: inline-block;
  }
}

@media (max-width: 640px) {
  .sp-only-inline {
    display: inline;
  }
}

.hover {
  -webkit-transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.hover:hover {
  opacity: .6;
}

@media (max-width: 640px) {
  .hover:hover {
    opacity: 1;
  }
}

/**
 * 共通ヘッダ
 */
.global-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  background: #000;
  /* スマホメニューを開いた状態 */
}

@media (max-width: 640px) {
  .global-header {
    display: block;
    height: auto;
    position: relative;
    background: transparent;
  }
}

.global-header img {
  display: block;
  height: auto;
}

@media (max-width: 640px) {
  .global-header img {
    width: 100%;
  }
}

.global-header__logo {
  width: 266px;
  margin: 0 auto;
  padding: 19px 0 0;
}

@media (max-width: 900px) {
  .global-header__logo {
    width: 177px;
    padding: 28px 0 0;
  }
}

@media (max-width: 640px) {
  .global-header__logo {
    width: 100%;
    height: 50px;
    padding: 11px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #000;
  }
}

.global-header__logo .logo-link {
  display: block;
}

@media (max-width: 640px) {
  .global-header__logo .logo-link {
    width: 133px;
    margin: 0 auto;
  }
}

.global-header__logo .logo-img {
  width: 100%;
}

.global-header .sp-menu-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 20;
  width: 30px;
  height: 30px;
  padding: 9px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #90c31f;
  border-radius: 50%;
}

.global-header .sp-menu-btn__bar {
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  margin: 0 auto 3px;
  -webkit-transition: 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.global-header .sp-menu-btn__bar:nth-last-child(1) {
  margin-bottom: 0;
}

.global-header .sp-menu-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.global-header .sp-menu-bg--open {
  display: block;
}

.global-header .menu {
  padding: 15px 0 0;
}

@media (max-width: 850px) {
  .global-header .menu {
    padding-top: 21px;
  }
}

@media (max-width: 640px) {
  .global-header .menu {
    position: absolute;
    z-index: 0;
    padding: 0;
  }
}

.global-header .menu-ico__global {
  display: block;
  position: relative;
  top: 7px;
  right: 20px;
  width: 50px;
}

.global-header .menu-ico__global img {
  width: 100%;
}

@media screen and (max-width: 850px) {
  .global-header .menu-ico__global {
    top: 15px;
    width: 18px;
    right: 5px;
  }
}

@media (max-width: 640px) {
  .global-header .menu-ico__global {
    position: absolute;
    top: 15px;
    width: 18px;
    right: 10px;
  }
}

.global-header .menu-list {
  font-size: 0;
}

.global-header .menu-item {
  display: inline-block;
  width: 50px;
  margin: 0 20px 0 0;
  vertical-align: top;
}

@media (max-width: 850px) {
  .global-header .menu-item {
    width: 40px;
    margin: 0 10px 0 0;
  }
}

@media (max-width: 640px) {
  .global-header .menu-item {
    display: block;
    width: 100%;
    border-bottom: solid 1px #333;
    margin: 0;
    position: relative;
  }
}

.global-header .menu-item__link {
  display: block;
}

.global-header .menu-item__icon {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 50%;
  background-color: #90c31f;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (max-width: 850px) {
  .global-header .menu-item__icon {
    height: 40px;
  }
}

@media (max-width: 640px) {
  .global-header .menu-item__icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 12px;
    left: 10px;
    background-color: #333;
  }
}

.global-header .menu-item__icon--signin {
  background-image: url(../img/common/icon_signin.png);
  background-size: 26px auto;
}

@media (max-width: 850px) {
  .global-header .menu-item__icon--signin {
    background-size: 21px auto;
  }
}

@media (max-width: 640px) {
  .global-header .menu-item__icon--signin {
    background-size: 16px auto;
  }
}

.global-header .menu-item__icon--signout {
  background-image: url(../img/common/icon_signout.png);
  background-size: 33px auto;
}

@media (max-width: 850px) {
  .global-header .menu-item__icon--signout {
    background-size: 25px auto;
  }
}

@media (max-width: 640px) {
  .global-header .menu-item__icon--signout {
    background-size: 16px auto;
  }
}

.global-header .menu-item__icon--register {
  background-image: url(../img/common/icon_register.png);
  background-size: 23px auto;
}

@media (max-width: 850px) {
  .global-header .menu-item__icon--register {
    background-size: 19px auto;
  }
}

@media (max-width: 640px) {
  .global-header .menu-item__icon--register {
    background-size: 14px auto;
  }
}

.global-header .menu-item__icon--guide {
  background-image: url(../img/common/icon_guide.png);
  background-size: 24px auto;
}

@media (max-width: 850px) {
  .global-header .menu-item__icon--guide {
    background-size: 20px auto;
  }
}

@media (max-width: 640px) {
  .global-header .menu-item__icon--guide {
    background-size: 15px auto;
  }
}

.global-header .menu-item__icon--global {
  background-image: url(../img/common/icon_global.png);
  background-size: 28px auto;
}

@media (max-width: 850px) {
  .global-header .menu-item__icon--global {
    background-size: 23px auto;
  }
}

@media (max-width: 640px) {
  .global-header .menu-item__icon--global {
    background-size: 17px auto;
  }
}

.global-header .menu-item__icon--contact {
  background-image: url(../img/common/icon_contact.png);
  background-size: 28px auto;
}

@media (max-width: 850px) {
  .global-header .menu-item__icon--contact {
    background-size: 23px auto;
  }
}

@media (max-width: 640px) {
  .global-header .menu-item__icon--contact {
    background-size: 17px auto;
  }
}

.global-header .menu-item__txt {
  width: 60px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin: 9px 0 0 -5px;
}

@media (max-width: 850px) {
  .global-header .menu-item__txt {
    margin-left: -10px;
  }
}

@media (max-width: 640px) {
  .global-header .menu-item__txt {
    width: auto;
    font-size: 12px;
    line-height: 50px;
    text-align: left;
    padding: 0 0 0 55px;
    margin: 0;
  }
}

.global-header .menu-item__txt--sp-language {
  padding: 0 0 0 10px;
}

.global-header .menu-item--language {
  width: 170px;
}

@media (max-width: 850px) {
  .global-header .menu-item--language {
    width: 145px;
  }
}

@media (max-width: 640px) {
  .global-header .menu-item--language {
    display: block;
    width: 125px;
    margin: 10px auto 0;
  }
}

.global-header .menu-item--language .language-txt {
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #90c31f;
  -webkit-transition: background-color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (max-width: 850px) {
  .global-header .menu-item--language .language-txt {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .global-header .menu-item--language .language-txt {
    border-radius: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    -webkit-box-shadow: 0 3px 7px rgba(204, 204, 204, 0.35);
            box-shadow: 0 3px 7px rgba(204, 204, 204, 0.35);
  }
}

.global-header .menu-item--language .menu-item__txt {
  margin: 9px auto 0;
}

.global-header .menu-item--language:hover .language-txt {
  background-color: #aadf36;
}

@media (max-width: 640px) {
  .global-header .menu-item--language:hover .language-txt {
    background-color: #90c31f;
  }
}

@media (max-width: 640px) {
  .global-header .menu-item--global {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 45px;
    margin: 0;
  }
  .global-header .menu-item--global .menu-item__txt {
    display: none;
  }
}

@media (max-width: 640px) {
  .global-header .menu-item--contact {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
  }
}

.global-header .menu-item:nth-last-child(1) {
  margin-right: 0;
}

.global-header .menu-item:hover .menu-item__icon {
  background-color: #aadf36;
}

@media (max-width: 640px) {
  .global-header .menu-item:hover .menu-item__icon {
    background-color: #333;
  }
}

.global-header .menu--left {
  margin: 0 0 0 30px;
}

@media (max-width: 850px) {
  .global-header .menu--left {
    margin-left: 20px;
  }
}

@media (max-width: 640px) {
  .global-header .menu--left {
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 0;
    margin: 0;
    overflow: hidden;
    background: #000;
  }
}

@media (max-width: 640px) {
  .global-header .menu--left .menu-list {
    border-top: solid 1px #90c31f;
  }
}

.global-header .menu--right {
  margin: 0 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 850px) {
  .global-header .menu--right {
    margin-right: 20px;
  }
}

@media (max-width: 640px) {
  .global-header .menu--right {
    display: block;
    position: static;
    margin: 0 auto;
    border-bottom: solid 1px #dedede;
    padding: 0 0 10px;
  }
}

@media (max-width: 640px) {
  .global-header .menu--right .menu-item {
    border-bottom: none;
  }
}

.global-header .menu--right .menu-item__icon {
  position: static;
}

@media (max-width: 640px) {
  .global-header .menu--right .menu-item__icon--global {
    background-color: #90c31f;
  }
}

@media (max-width: 640px) {
  .global-header .menu--right .menu-item__icon--contact {
    background-color: #90c31f;
  }
}

@media (max-width: 640px) {
  .global-header .menu--right .menu-item:hover .menu-item__icon {
    background-color: #90c31f;
  }
}

.global-header--open .sp-menu-btn__bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate3d(2px, -1px, 0);
          transform: rotate(45deg) translate3d(2px, -1px, 0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.global-header--open .sp-menu-btn__bar:nth-child(2) {
  opacity: 0;
}

.global-header--open .sp-menu-btn__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate3d(2px, 1px, 0);
          transform: rotate(-45deg) translate3d(2px, 1px, 0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

/**
 * 共通フッタ
 */
.global-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  background: #000;
  margin: 45px auto 0;
  position: relative;
}

@media (max-width: 640px) {
  .global-footer {
    display: block;
    margin: 25px auto 0;
    height: auto;
    padding-bottom: 15px;
  }
}

.global-footer img {
  display: block;
  height: auto;
}

@media (max-width: 640px) {
  .global-footer img {
    width: 100%;
  }
}

.global-footer .cookie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background: rgba(213, 61, 39, 0.9);
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 640px) {
  .global-footer .cookie {
    font-size: 10px;
  }
}

.global-footer .cookie__message {
  vertical-align: middle;
  line-height: 1.1;
  color: #fff;
  padding: 0 0 0 120px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 640px) {
  .global-footer .cookie__message {
    padding: 0 0 0 54px;
  }
}

.global-footer .cookie__btn {
  display: block;
  border-radius: 15px;
  background: #fff;
  width: 60px;
  height: 30px;
  line-height: 30px;
  color: #000;
  margin: 0 30px;
}

@media (max-width: 640px) {
  .global-footer .cookie__btn {
    width: 34px;
    height: 20px;
    line-height: 20px;
    margin: 0 10px;
  }
}

.global-footer .cookie--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global-footer__logo {
  display: block;
  width: 114px;
  margin: 0 0 0 30px;
  padding: 15px 0 0;
}

@media (max-width: 640px) {
  .global-footer__logo {
    width: 85px;
    margin: 0 auto;
    padding: 10px 0 0;
  }
}

.global-footer__logo .global-footer-logo__img {
  width: 100%;
}

.global-footer__copyright {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #666;
  margin: 0 30px 0 0;
  padding: 35px 0 0;
}

@media (max-width: 640px) {
  .global-footer__copyright {
    font-size: 10px;
    margin: 0 auto;
    padding: 13px 0 0;
    text-align: center;
  }
}

.global-footer .btn-footer__pagetop {
  position: fixed;
  bottom: 60px;
  right: 30px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #90c31f;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-image: url(../img/common/icon_pagetop.png);
  background-size: 22px auto;
  display: none;
  z-index: 1000;
}

@media (max-width: 640px) {
  .global-footer .btn-footer__pagetop {
    width: 30px;
    height: 30px;
    bottom: 55px;
    right: 10px;
    background-size: 15px auto;
  }
}

.sign-modal {
  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;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sign-modal__txt {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  padding: 30px;
  background: rgba(0, 0, 0, 0.85);
  text-shadow: 0 0 1px #000;
  margin: -7.8125% auto 0;
}

@media (max-width: 640px) {
  .sign-modal__txt {
    font-size: 26px;
    padding: 15px;
  }
}

.sign-modal--show {
  z-index: 100;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

.sign-modal--show--signout .signin-txt {
  display: none;
}

.sign-modal--show--signin .signout-txt {
  display: none;
}

#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  opacity: 0;
  font-size: 0;
  white-space: nowrap;
}

#modal::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

@media (max-width: 640px) {
  #modal {
    position: absolute;
  }
}

@media (max-width: 640px) {
  #modal::after {
    display: none;
  }
}

#modal .modal-container {
  display: none;
  width: 100%;
  vertical-align: middle;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  white-space: normal;
}

@media (max-width: 640px) {
  #modal .modal-container {
    width: auto;
    margin: 60px 10px 0;
  }
}

#modal .modal-container__inr {
  padding: 35px 45px 0;
}

@media (max-width: 640px) {
  #modal .modal-container__inr {
    padding: 15px 20px 0;
  }
}

#modal .modal-container .modal-ttl {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-ttl {
    font-size: 19px;
    line-height: 1.21;
  }
}

#modal .modal-container .modal-order {
  margin: 15px auto 0;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-order {
    margin: 10px auto 0;
    font-size: 10px;
    line-height: 1.5;
  }
}

#modal .modal-container .modal-order__item {
  padding-left: 1em;
  text-indent: -1em;
}

#modal .modal-container .modal-order__prefix {
  display: inline-block;
  width: 1em;
  font-style: normal;
  text-indent: 0;
}

#modal .modal-container .modal-btn {
  display: block;
  width: 280px;
  height: 75px;
  line-height: 75px;
  border-radius: 37.5px;
  background: #90c31f;
  -webkit-transition: -webkit-box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  text-align: center;
  font-size: 0;
  font-weight: 500;
  color: #fff;
  -webkit-box-shadow: 0 3px 7px rgba(204, 204, 204, 0.35);
          box-shadow: 0 3px 7px rgba(204, 204, 204, 0.35);
  margin: 30px auto 0;
}

@media (max-width: 800px) {
  #modal .modal-container .modal-btn {
    width: 220px;
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 640px) {
  #modal .modal-container .modal-btn {
    width: 165px;
    height: 37px;
    line-height: 37px;
    border-radius: 18.75px;
    -webkit-box-shadow: 0 1.5px 3.5px rgba(204, 204, 204, 0.35);
            box-shadow: 0 1.5px 3.5px rgba(204, 204, 204, 0.35);
    margin: 14px auto 0;
  }
}

#modal .modal-container .modal-btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-btn::before {
    margin: 0 10px 0 0;
  }
}

#modal .modal-container .modal-btn__txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
}

@media (max-width: 800px) {
  #modal .modal-container .modal-btn__txt {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  #modal .modal-container .modal-btn__txt {
    font-size: 13px;
  }
}

#modal .modal-container .modal-btn:hover {
  -webkit-box-shadow: 0 3px 3px rgba(187, 187, 187, 0.6), 0 5px 5px rgba(204, 204, 204, 0.5);
          box-shadow: 0 3px 3px rgba(187, 187, 187, 0.6), 0 5px 5px rgba(204, 204, 204, 0.5);
}

@media (max-width: 640px) {
  #modal .modal-container .modal-btn:hover {
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
  }
}

#modal .modal-container .modal-btn--signin::before {
  background-image: url(../img/common/icon_signin.png);
  width: 36px;
  height: 32px;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-btn--signin::before {
    width: 18px;
    height: 16px;
  }
}

#modal .modal-container .modal-btn--register::before {
  background-image: url(../img/common/icon_register.png);
  width: 32px;
  height: 32px;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-btn--register::before {
    width: 16px;
    height: 16px;
  }
}

#modal .modal-container .modal-btn--contact {
  height: 60px;
  line-height: 60px;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-btn--contact {
    width: 140px;
    height: 30px;
    line-height: 30px;
  }
}

#modal .modal-container .modal-btn--contact::before {
  background-image: url(../img/common/icon_contact.png);
  width: 28px;
  height: 21px;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-btn--contact::before {
    width: 14px;
    height: 10px;
  }
}

#modal .modal-container .modal-btn--contact .modal-btn__txt {
  font-size: 16px;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-btn--contact .modal-btn__txt {
    font-size: 10px;
  }
}

#modal .modal-container .modal-btn--contact:hover {
  -webkit-box-shadow: 0 3px 3px rgba(68, 68, 68, 0.6), 0 5px 5px rgba(85, 85, 85, 0.5);
          box-shadow: 0 3px 3px rgba(68, 68, 68, 0.6), 0 5px 5px rgba(85, 85, 85, 0.5);
}

@media (max-width: 640px) {
  #modal .modal-container .modal-btn--contact:hover {
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
  }
}

#modal .modal-container .modal-btn--forgot {
  width: 182px;
  height: 36px;
  line-height: 36px;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-btn--forgot {
    width: 128px;
    height: 22px;
    line-height: 22px;
  }
}

#modal .modal-container .modal-btn--forgot::before {
  display: none;
}

#modal .modal-container .modal-btn--forgot .modal-btn__txt {
  font-size: 11px;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-btn--forgot .modal-btn__txt {
    font-size: 10px;
  }
}

#modal .modal-container .modal-btn--forgot:hover {
  -webkit-box-shadow: 0 3px 3px rgba(68, 68, 68, 0.6), 0 5px 5px rgba(85, 85, 85, 0.5);
          box-shadow: 0 3px 3px rgba(68, 68, 68, 0.6), 0 5px 5px rgba(85, 85, 85, 0.5);
}

@media (max-width: 640px) {
  #modal .modal-container .modal-btn--forgot:hover {
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
  }
}

#modal .modal-container .modal-btn--forgot--large {
  width: 225px;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-btn--forgot--large {
    width: 180px;
  }
}

@media (max-width: 640px) {
  #modal .modal-container .modal-btn--forgot--sp-large {
    width: 180px;
  }
}

#modal .modal-container .modal-btn--simple {
  width: 220px;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-btn--simple {
    width: 125px;
  }
}

#modal .modal-container .modal-btn--simple::before {
  display: none;
}

#modal .modal-container .modal-entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin: 40px auto 0;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-entries {
    display: block;
    margin: 15px auto 0;
  }
}

#modal .modal-container .modal-entries .modal-entry {
  width: 48.19277%;
  border-radius: 5px;
  padding: 35px 50px 145px;
  background: #fff;
  text-align: center;
  position: relative;
}

@media (max-width: 800px) {
  #modal .modal-container .modal-entries .modal-entry {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 640px) {
  #modal .modal-container .modal-entries .modal-entry {
    width: 100%;
    border-radius: 2.5px;
    padding: 18px 45px 0;
    height: 174px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#modal .modal-container .modal-entries .modal-entry__ttl {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.277;
  color: #000;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-entries .modal-entry__ttl {
    font-size: 18px;
    line-height: 1.111;
  }
}

#modal .modal-container .modal-entries .modal-entry__txt {
  font-size: 18px;
  line-height: 1.444;
  color: #333;
  margin: 18px auto 0;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-entries .modal-entry__txt {
    font-size: 10px;
    line-height: 1.3;
    margin: 13px auto 0;
  }
}

#modal .modal-container .modal-entries .modal-entry .modal-btn {
  position: absolute;
  bottom: 45px;
  left: 50%;
  margin: 0 0 0 -140px;
}

@media (max-width: 800px) {
  #modal .modal-container .modal-entries .modal-entry .modal-btn {
    margin: 0 0 0 -110px;
  }
}

@media (max-width: 640px) {
  #modal .modal-container .modal-entries .modal-entry .modal-btn {
    bottom: 20px;
    margin: 0 0 0 -82.5px;
  }
}

#modal .modal-container .modal-entries .modal-entry--left {
  margin: 0 30px 0 0;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-entries .modal-entry--left {
    margin: 0 0 10px;
  }
}

#modal .modal-container .modal-form {
  background: #fff;
  border-radius: 5px;
  padding: 60px 50px 50px;
  margin: 40px auto 0;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-form {
    border-radius: 2.5px;
    padding: 27px 20px 25px;
    margin: 13px auto 0;
  }
}

#modal .modal-container .modal-form .input {
  position: relative;
  margin: 0 0 35px;
  letter-spacing: .035em;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-form .input {
    margin: 0 0 21px;
  }
}

#modal .modal-container .modal-form .input::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #dbdbdb;
  -webkit-transition: 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#modal .modal-container .modal-form .input__placeholder, #modal .modal-container .modal-form .input__body {
  font-size: 18px;
  font-weight: 500;
  color: #999;
  width: 100%;
  cursor: text;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-form .input__placeholder, #modal .modal-container .modal-form .input__body {
    font-size: 12px;
  }
}

#modal .modal-container .modal-form .input__placeholder {
  position: absolute;
  top: 14px;
  left: 0;
  line-height: 1;
  -webkit-transition: 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (max-width: 640px) {
  #modal .modal-container .modal-form .input__placeholder {
    top: 6px;
  }
}

#modal .modal-container .modal-form .input__body {
  display: block;
  line-height: 50px;
  height: 50px;
  color: #000;
  border: none;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-form .input__body {
    line-height: 28px;
    height: 28px;
  }
}

#modal .modal-container .modal-form .input--focus::before {
  background: #90c31f;
  height: 2px;
}

#modal .modal-container .modal-form .input--focus .input__placeholder {
  top: -1em;
  font-size: 16px;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-form .input--focus .input__placeholder {
    font-size: 10px;
  }
}

#modal .modal-container .modal-form .input:nth-last-child(1) {
  margin-bottom: 0;
}

#modal .modal-container .modal-form .login-err-message {
  color: #f00;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

#modal .modal-container .modal-form .login-err-message span {
  display: none;
}

#modal .modal-container .modal-form--forgot {
  margin: 30px auto 0;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-form--forgot {
    margin: 15px auto 0;
  }
}

#modal .modal-container .modal-form--forgot .forgot-result {
  display: none;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  padding: 0 0 10px;
  color: #90c31f;
  text-align: center;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-form--forgot .forgot-result {
    font-size: 20px;
    padding: 0 0 2px;
  }
}

#modal .modal-container .modal-form--forgot--success .modal-form-main--forgot {
  display: none;
}

#modal .modal-container .modal-form--forgot--success .forgot-result {
  display: block;
}

#modal .modal-container .modal-note {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  margin: 30px auto 0;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-note {
    font-size: 10px;
    line-height: 1.5;
    margin: 12px auto 0;
  }
}

#modal .modal-container .modal-close-btn {
  display: block;
  margin: 40px auto 0;
  border-top: solid 1px #333;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 0;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-close-btn {
    margin: 14px auto 0;
    height: 35px;
    line-height: 35px;
  }
}

#modal .modal-container .modal-close-btn::before, #modal .modal-container .modal-close-btn__txt {
  -webkit-transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#modal .modal-container .modal-close-btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_close.png) no-repeat 0 0;
  background-size: 100%;
  vertical-align: middle;
  margin: 0 8px 0 0;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-close-btn::before {
    width: 11px;
    height: 11px;
    margin: 0 3px 0 0;
  }
}

#modal .modal-container .modal-close-btn__txt {
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-close-btn__txt {
    font-size: 12px;
  }
}

#modal .modal-container .modal-close-btn:hover::before,
#modal .modal-container .modal-close-btn:hover .modal-close-btn__txt {
  opacity: .6;
}

@media (max-width: 640px) {
  #modal .modal-container .modal-close-btn:hover::before,
  #modal .modal-container .modal-close-btn:hover .modal-close-btn__txt {
    opacity: 1;
  }
}

#modal .modal-container--portal {
  max-width: 920px;
}

#modal .modal-container--signin, #modal .modal-container--forgot {
  max-width: 680px;
}

#modal .modal-container--method {
  max-width: 680px;
}

#modal .modal-container--method .modal-container__inr {
  padding-left: 0;
  padding-right: 0;
}

#modal .modal-container--method .degradation-area {
  display: none;
  margin: 0 0 18px;
  padding: 0 30px;
  color: #fff;
}

#modal .modal-container--method .degradation-area.title {
  margin: 0;
}

@media (max-width: 640px) {
  #modal .modal-container--method .degradation-area {
    margin: 0 0 10px;
    padding: 0 10px;
  }
}

#modal .modal-container--method .degradation-area .degradation-ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 640px) {
  #modal .modal-container--method .degradation-area .degradation-ttl {
    font-size: 12px;
  }
}

#modal .modal-container--method .degradation-area .degradation-ttl::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 22px;
  background: url(../img/common/icon_rating_w.png) no-repeat 0 0;
  background-size: 100%;
  margin: 0 10px 0 0;
}

@media (max-width: 640px) {
  #modal .modal-container--method .degradation-area .degradation-ttl::before {
    width: 14px;
    height: 18px;
  }
}

#modal .modal-container--method .degradation-area .degradation-ttl__txt {
  display: inline-block;
  vertical-align: middle;
}

#modal .modal-container--method .degradation-area .degradation-ttl--second {
  margin: 15px 0 0;
}

@media (max-width: 640px) {
  #modal .modal-container--method .degradation-area .degradation-ttl--second {
    margin: 10px 0 0;
  }
}

#modal .modal-container--method .degradation-area .degradation-ttl--second::before {
  display: none;
}

#modal .modal-container--method .degradation-area .degradation-txt {
  font-size: 12px;
  line-height: 1.75;
  margin: 13px 0 0;
}

@media (max-width: 640px) {
  #modal .modal-container--method .degradation-area .degradation-txt {
    font-size: 10px;
    margin: 8px 0 0;
  }
}

#modal .modal-container--method .degradation-area .degradation-txt .bold-txt {
  font-weight: 500;
}

#modal .modal-container--method .degradation-area--show {
  display: block;
}

#modal .modal-container--method .method-txt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
  color: #ccc;
  padding: 0 30px;
}

@media (max-width: 640px) {
  #modal .modal-container--method .method-txt {
    font-size: 10px;
    padding: 0 10px;
  }
}

#modal .modal-container--method .method-txt .method-txt {
  padding: 0 !important;
}

#modal .modal-container--method .method-txt.pd-0 {
  padding: 0 !important;
}

#modal .modal-container--method .method-txt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
  color: #ccc;
  padding: 0 30px;
}

#modal .modal-container--method .method-txt .title {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 640px) {
  #modal .modal-container--method .method-txt {
    font-size: 10px;
    padding: 0 10px;
  }
}

#modal .modal-container--method .method-table {
  font-size: 12px;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2em 0;
}

@media (max-width: 640px) {
  #modal .modal-container--method .method-table {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
  }
}

#modal .modal-container--method .method-table table, #modal .modal-container--method .method-table td, #modal .modal-container--method .method-table th {
  border-collapse: collapse;
  border: 1px solid #fff;
}

#modal .modal-container--method .method-table td, #modal .modal-container--method .method-table th {
  padding: 5px;
}

#modal .modal-container--method .method-table__box {
  position: relative;
  width: 91%;
  max-width: 620px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #modal .modal-container--method .method-table__box {
    font-size: 10px;
    table-layout: fixed;
    width: 100%;
    padding: 0;
  }
}

#modal .modal-container--method .method-table .bg-c-red {
  background: #ff0000;
}

#modal .modal-container--method .method-table .bg-c-orenge {
  background: #ffc000;
}

#modal .modal-container--method .method-table .bg-c-yellow {
  background: #d9d90a;
}

#modal .modal-container--method .method-table .bg-c-green {
  background: #92d050;
}

#modal .modal-container--method .method-table .bg-a-1 {
  background: #00b050;
}

#modal .modal-container--method .method-table .bg-a-2 {
  background: #92d050;
}

#modal .modal-container--method .method-table .bg-a-3 {
  background: #d9d90a;
}

#modal .modal-container--method .method-table .bg-a-4 {
  background: #fabf8f;
}

#modal .modal-container--method .method-table .bg-a-5 {
  background: #f79646;
}

#modal .modal-container--method .method-table .bg-a-6 {
  background: #ff0000;
}

#modal .modal-container--method .method-table .bg-a-7 {
  background: #d99594;
}

#modal .modal-container--method .method-table .bg-a-8 {
  background: #c0504d;
}

#modal .modal-container--method .method-table .bg-a-9 {
  background: #943634;
}

#modal .modal-container--method .method-table .bg-a-10 {
  background: #bfbfbf;
}

#modal .modal-container--method .method-table .bg-a-11 {
  background: #a6a6a6;
}

#modal .modal-container--method .method-table .bg-b-1 {
  background: #c6d9f1;
}

#modal .modal-container--method .method-table .bg-b-2 {
  background: #8db3e2;
}

#modal .modal-container--method .method-table .bg-b-3 {
  background: #548dd4;
}

#modal .modal-container--method .method-table .bg-b-4 {
  background: #17365d;
}

#modal .modal-container--method .method-table .bg-b-5 {
  background: #bfbfbf;
}

#modal .modal-container--method .method-table .bg-b-6 {
  background: #a6a6a6;
}

#modal .modal-container--method .method-table .bg-status-1 {
  background: #ffff00 !important;
  color: #333 !important;
}

#modal .modal-container--type {
  max-width: 680px;
}

#modal .modal-container--type .modal-container__inr {
  padding-left: 0;
  padding-right: 0;
}

#modal .modal-container--type .method-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 640px) {
  #modal .modal-container--type .method-title {
    font-size: 14px;
  }
}

#modal .modal-container--type .method-logo {
  text-align: center;
  margin: 20px;
}

#modal .modal-container--type .method-logo img {
  width: 50%;
}

#modal .modal-container--type .method-txt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
  color: #ccc;
  padding: 0 30px;
}

#modal .modal-container--type .method-txt .title {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 640px) {
  #modal .modal-container--type .method-txt {
    font-size: 10px;
    padding: 0 10px;
  }
}

#modal .modal-container--type .method-table {
  font-size: 12px;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2em 0;
}

@media (max-width: 640px) {
  #modal .modal-container--type .method-table {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
  }
}

#modal .modal-container--type .method-table table, #modal .modal-container--type .method-table td, #modal .modal-container--type .method-table th {
  border-collapse: collapse;
  border: 1px solid #fff;
}

#modal .modal-container--type .method-table td, #modal .modal-container--type .method-table th {
  padding: 5px;
}

#modal .modal-container--type .method-table th {
  font-weight: bold;
}

#modal .modal-container--type .method-table .method-table__01 {
  width: 50%;
}

#modal .modal-container--type .method-table .method-table__02 {
  width: 50%;
}

#modal .modal-container--type .method-table__box {
  position: relative;
  width: 91%;
  max-width: 620px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #modal .modal-container--type .method-table__box {
    font-size: 10px;
    table-layout: fixed;
    width: 100%;
    padding: 0;
  }
}

#modal .modal-container--type .method-table .bg-c-red {
  background: #ff0000;
}

#modal .modal-container--type .method-table .bg-c-orenge {
  background: #ffc000;
}

#modal .modal-container--type .method-table .bg-c-yellow {
  background: #d9d90a;
}

#modal .modal-container--type .method-table .bg-c-green {
  background: #92d050;
}

#modal .modal-container--type .method-table .bg-a-1 {
  background: #00b050;
}

#modal .modal-container--type .method-table .bg-a-2 {
  background: #92d050;
}

#modal .modal-container--type .method-table .bg-a-3 {
  background: #d9d90a;
}

#modal .modal-container--type .method-table .bg-a-4 {
  background: #fabf8f;
}

#modal .modal-container--type .method-table .bg-a-5 {
  background: #f79646;
}

#modal .modal-container--type .method-table .bg-a-6 {
  background: #ff0000;
}

#modal .modal-container--type .method-table .bg-a-7 {
  background: #d99594;
}

#modal .modal-container--type .method-table .bg-a-8 {
  background: #c0504d;
}

#modal .modal-container--type .method-table .bg-a-9 {
  background: #943634;
}

#modal .modal-container--type .method-table .bg-a-10 {
  background: #bfbfbf;
}

#modal .modal-container--type .method-table .bg-a-11 {
  background: #a6a6a6;
}

#modal .modal-container--type .method-table .bg-b-1 {
  background: #c6d9f1;
}

#modal .modal-container--type .method-table .bg-b-2 {
  background: #8db3e2;
}

#modal .modal-container--type .method-table .bg-b-3 {
  background: #548dd4;
}

#modal .modal-container--type .method-table .bg-b-4 {
  background: #17365d;
}

#modal .modal-container--type .method-table .bg-b-5 {
  background: #bfbfbf;
}

#modal .modal-container--type .method-table .bg-b-6 {
  background: #a6a6a6;
}

#modal .modal-container--type .method-table .bg-status-1 {
  background: #ffff00 !important;
  color: #333 !important;
}

#modal .modal-container--show {
  display: inline-block;
}

@media (max-width: 640px) {
  #modal .modal-container--show {
    display: block;
  }
}

#modal .modal-container .keep-agree {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.95;
  color: #999;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
}

@media (max-width: 640px) {
  #modal .modal-container .keep-agree {
    font-size: 10px;
    line-height: 1.4;
    padding: 5px 0 0;
  }
}

#modal .modal-container .keep-check {
  display: inline-block;
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

.top-page-txt {
  margin: 0 10px;
}

.top-page-txt .txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.714;
  color: #999;
  text-align: center;
  max-width: 1620px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .top-page-txt .txt {
    font-size: 10px;
    line-height: 1.5;
    text-align: left;
  }
}

.top-page-txt .txt--second {
  padding: 30px 0 20px;
}

@media (max-width: 640px) {
  .top-page-txt .txt--second {
    padding: 22px 0 24px;
  }
}

.top-page-txt .txt--third {
  padding: 12px 0 34px;
}

@media (max-width: 640px) {
  .top-page-txt .txt--third {
    padding: 10px 0 20px;
  }
}

.top-page-txt .bold-txt {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-align: center;
}

@media (max-width: 640px) {
  .top-page-txt .bold-txt {
    font-size: 15px;
    line-height: 1.2;
  }
}

@media (max-width: 850px) {
  .lang-nl .global-header__logo {
    width: 155px;
  }
}

@media (max-width: 640px) {
  .lang-nl .global-header__logo {
    width: 100%;
  }
}

.lang-nl .global-header .menu-item__txt {
  width: 70px;
  margin: 9px 0 0 -10px;
}

@media (max-width: 850px) {
  .lang-nl .global-header .menu-item__txt {
    margin-left: -15px;
  }
}

@media (max-width: 640px) {
  .lang-nl .global-header .menu-item__txt {
    width: auto;
    margin: 0;
  }
}

.lang-nl .global-header .menu-item--language {
  margin: 0 20px 0 0;
}

@media (max-width: 640px) {
  .lang-nl .global-header .menu-item--language {
    margin: 10px auto 0;
  }
}

.lang-nl .global-header .menu-item--language .menu-item__txt {
  margin: 9px auto 0;
}

.lang-nl .global-header .menu-item--contact {
  margin: 0 20px 0 0;
}

@media (max-width: 640px) {
  .lang-nl .global-header .menu-item--contact {
    margin: 0;
  }
}

.lang-de .global-header .menu-item__txt {
  word-wrap: break-word;
}

.lang-ja .method-lead {
  margin-bottom: 1em;
}

.lang-ja .method-table .method-table__00 {
  width: 10%;
}

.lang-ja .method-table .method-table__01 {
  width: 45%;
}

.lang-ja .method-table .method-table__02 {
  width: 45%;
}

.lang-ja .method-table .method-table__20per {
  width: 20%;
}

.lang-ja .method-table .method-table__40per {
  width: 40%;
}
