@charset "UTF-8";
/*!
 * 全ルートの共通スタイリング
 */
* {
  font-family: Hiragino Sans, sans-serif;
}

body {
  width: 100vw;
  background-color: #f7f7f7;
  overflow-x: hidden;
}
body.app {
  background-color: #fff;
}
.flash-message-last {
  margin-bottom: 0;
}

#app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

#app .full-width {
  padding-left: 0px;
  padding-right: 0px;
}

main.pasch-main .min-area {
  padding-left: 0px;
  padding-right: 0px;
}

@media only screen and (min-width: 768px) {
  main.pasch-main .min-area {
    max-width: 400px;
  }
}
/**
  テキストフォントサイズ
 */
.fs-xxlarge {
  font-size: 18px;
}

.fs-xlarge {
  font-size: 16px;
}

.fs-large {
  font-size: 14px;
}

.fs-medium {
  font-size: 12px;
}

.fs-small {
  font-size: 10px;
}

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

.fw-lighter {
  font-weight: lighter;
}

.fw-bolder {
  font-weight: bolder;
}

.fs-subscribe-warning {
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .fs-subscribe-warning {
    font-size: 24px;
  }
}
/**
  テキストフォントカラー
 */
.fc-black {
  color: #000000;
}

.fc-white {
  color: #FFFFFF;
}

.fc-gray {
  color: #666666;
}

.fc-light-gray {
  color: #bcbcbc;
}

.fc-red {
  color: #C30000CC;
}

/**
  トップページテキストリンク
 */
a.top-link {
  text-decoration: none;
  color: #000000;
}

/**
  ルビ
 */
[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.5em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  font-weight: 300;
  text-align: center;
}

p.annotation {
  display: inherit;
  padding-left: 1em;
  position: relative;
}

p.annotation:before {
  content: "\203B";
  position: absolute;
  left: 0;
  top: 0;
}

/**
  pasch box
 */
div.pasch-box {
  color: #222222;
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 20px;
  padding: 20px 16px 35px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 2px #00000029;
          box-shadow: 0px 0px 2px #00000029;
  opacity: 1;
}
div.pasch-box .pasch-box-title {
  text-align: center;
  font-size: 14px;
  font-weight: 50px;
  margin-bottom: 20px;
}
div.pasch-box .pasch-box-sub-title {
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}
div.pasch-box .pasch-box-option {
  text-align: left;
  font-size: 10px;
  margin-bottom: 0;
  color: #666666;
  padding-left: 0.5rem;
  text-indent: -0.5rem;
}
div.pasch-box .pasch-box-option-center {
  text-align: center;
  font-size: 10px;
  margin-bottom: 0;
  color: #666666;
}
div.pasch-box .pasch-box-label {
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
}
div.pasch-box .pasch-box-label-option {
  text-align: left;
  font-size: 10px;
  color: #666666;
  margin-bottom: 0px;
}
div.pasch-box .position-center {
  text-align: center !important;
}
div.pasch-box .position-left {
  text-align: left !important;
}
div.pasch-box .position-right {
  text-align: right !important;
}
div.pasch-box .icon-small img {
  width: 44px;
  height: 44px;
  margin-bottom: 30px;
}
div.pasch-box .icon-medium img {
  width: 226.03px;
  height: 146.74px;
  margin-bottom: 30px;
}
div.pasch-box .unregister img {
  width: 203.54px;
  height: 140.04px;
  margin-bottom: 26px;
}
div.pasch-box .icon-credit-small img {
  width: 40px;
  height: auto;
}
div.pasch-box .icon-careers img {
  width: 80%;
}
div.pasch-box .pasch-radio-label {
  font-weight: 600;
}
div.pasch-box .career-img {
  width: auto;
  height: 16px;
}
div.pasch-box .career-img img {
  height: 100%;
  vertical-align: top;
}
div.pasch-box .career-img.au {
  width: auto;
  height: 12px;
}

@media only screen and (min-width: 768px) {
  div.pasch-box {
    padding: 40px 25px 30px;
    margin-top: 22px;
    margin-bottom: 20px;
  }
  div.pasch-box .pasch-box-title {
    font-size: 16px;
  }
  div.pasch-box .pasch-box-sub-title {
    font-size: 14px;
  }
  div.pasch-box .pasch-box-option {
    font-size: 10px;
  }
  div.pasch-box .pasch-box-option-center {
    font-size: 10px;
  }
  div.pasch-box .icon-small img {
    width: 69px;
    height: 69px;
    margin-bottom: 40px;
  }
  div.pasch-box .icon-medium img {
    width: 248px;
    height: 178.45px;
    margin-bottom: 40px;
  }
  div.pasch-box .unregister img {
    width: 382.01px;
    height: 262.82px;
    margin-bottom: 18px;
  }
  div.pasch-box .pc-center {
    text-align: center !important;
  }
  div.pasch-box .pc-position-left {
    padding: 0 14px 0 28px;
  }
  div.pasch-box .pc-position-right {
    padding: 0 28px 0 14px;
  }
  div.pasch-box .pc-position-bottom {
    padding: 0 28px 0 28px;
  }
}
div.pasch-box-header {
  margin: 20px 0;
}
div.pasch-box-header h2.content-title {
  color: #000000;
  font-size: 20px;
}
div.pasch-box-header h3.content-sub-title {
  color: #666666;
  font-size: 14px;
  margin: 10px 0;
}
div.pasch-box-header h3.content-warning {
  color: #C30000;
  font-size: 14px;
  margin: 10px 0;
}

@media only screen and (min-width: 768px) {
  div.pasch-box-header {
    margin: 30px 0;
  }
  div.pasch-box-header h3.content-sub-title {
    margin: 20px 0;
  }
}
div.pasch-box-bottom {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
}
div.pasch-box-bottom div.pasch-box-bottom-text {
  margin-bottom: 5px;
}
div.pasch-box-bottom div.pasch-box-bottom-link {
  margin-bottom: 5px;
}
div.pasch-box-bottom div.pasch-box-bottom-option {
  text-align: left;
  font-size: 10px;
  margin-bottom: 0;
  color: #666666;
  padding-left: 0.5rem;
  text-indent: -0.5rem;
}

@media only screen and (min-width: 768px) {
  div.pasch-box-bottom-text {
    padding: 0;
  }

  div.pasch-box-bottom-link {
    padding: 0;
  }
}
/**
  pasch card
 */
div.title-main {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}

div.pasch-card {
  margin-top: 30px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 2px #00000029;
          box-shadow: 0 0 2px #00000029;
}
div.pasch-card .pasch-card-header {
  text-align: left;
  background-color: #FFFFFF;
  opacity: 1;
  padding: 15px 15px 20px;
  width: auto;
  height: 44px;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
div.pasch-card .pasch-card-header .actions {
  position: absolute;
  bottom: 7px;
  right: 20px;
}
div.pasch-card .pasch-card-body {
  text-align: left;
  background-color: #FFFFFF;
  padding: 16px 20px 20px 15px;
  width: auto;
  height: auto;
  font-size: 12px;
}
div.pasch-card .pasch-card-body.compact_mode {
  padding: 30px 20px 30px 20px;
}
div.pasch-card .pasch-card-body hr.amount {
  background-color: #000000;
  height: 1px;
}
div.pasch-box hr.amount {
  background-color: #000000;
  height: 1px;
}
div.pasch-card .pasch-card-body hr.payment {
  height: 1px;
}
div.pasch-card .pasch-card-body .right {
  text-align: right !important;
}
div.pasch-card .pasch-card-body .pasch-card-option {
  text-align: left;
  font-size: 10px;
  margin-bottom: 0;
  color: #666666;
  padding-left: 0.5rem;
  text-indent: -0.5rem;
}
div.pasch-card .pasch-card-body .line-gray-left {
  border-left: 5px solid #666666;
}
div.pasch-card .pasch-card-body .pasch-payment-info-btn {
  background-color: #222222;
  border-radius: 3px;
  height: 35px;
  width: 80px;
}
div.pasch-card .pasch-card-body .pasch-payment-info-btn a {
  height: 100%;
  width: 100%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.pasch-card .pasch-card-body .pasch-payment-info-btn a:hover {
  text-decoration: none;
}
div.pasch-card .pasch-card-body .pasch-payment-info-btn a.disabled {
  pointer-events: none;
  background-color: #BCBCBC;
}
div.pasch-card .pasch-card-body.compact_mode .fs-medium label {
  margin-top: 5px;
  margin-left: 25px;
}
div.pasch-card .pasch-card-body.compact_mode .fs-medium {
  font-size: 14px;
}


.account-payment .pasch-card .pasch-card-body.payment {
  padding: 20px 30px 30px 30px;
}
.account-payment .pasch-card img.au {
  width: auto;
  height: 16px;
  vertical-align: unset;
}
.account-payment .pasch-card img.career {
  width: auto;
  height: 20px;
  vertical-align: unset;
}
.account-payment .pasch-card:nth-of-type(n+1) {
  margin: 0 0 2px 0;
}
.account-payment .pasch-card:first-of-type {
  margin-top: 30px;
}
.account-payment .pasch-card:last-of-type {
  margin-bottom: 15px;
}

div.pasch-delete-payment .pasch-delete-payment-title {
  font-size: 14px;
  font-weight: 600;
}
div.pasch-delete-payment .pasch-card-body {
  padding: 20px;
}
div.pasch-delete-payment .pasch-card-body img {
  height: 35px;
}
div.pasch-delete-payment .pasch-card-body img.au {
  height: 22px;
}

.pasch-card-bottom {
  text-align: left;
  font-size: 10px;
  margin-bottom: 20px;
  color: #666666;
}

.pasch-card-bottom-btn {
  padding: 0 10px;
}

@media only screen and (min-width: 768px) {
  div.title-main {
    text-align: left;
    margin-top: 55px;
    border-left: 5px solid #D00070;
  }

  div.pasch-card .pasch-card-header {
    padding: 30px 28px 40px;
    height: 64px;
    font-size: 18px;
  }
  div.pasch-card .pasch-card-header .actions {
    position: absolute;
    bottom: 15px;
    right: 30px;
  }
  div.pasch-card .pasch-card-body {
    padding: 30px 30px 40px 30px;
    font-size: 14px;
  }
  div.pasch-card .pasch-card-body.compact_mode {
    padding: 40px 30px 40px 30px;
  }
  div.pasch-card .pasch-card-body hr.amount {
    background-color: #000000;
    height: 1px;
  }
  div.pasch-card .pasch-card-body hr.payment {
    height: 1px;
  }
  div.pasch-card .pasch-card-body .pc-center {
    text-align: center !important;
  }
  div.pasch-card .pasch-card-body .pc-right {
    text-align: right !important;
  }
  div.pasch-card .pasch-card-body .pasch-card-option {
    font-size: 12px;
  }

  div.pasch-delete-payment .pasch-card-body {
    padding: 30px;
  }
}
/**
  inlineコンテンツ
 */
div.inline-content {
  height: 47vh;
  overflow-y: scroll;
  background-color: #FFFFFF;
  padding: 20px 15px;
  margin-bottom: 10px;
  color: #222222;
}
div.inline-content.app {
  height: 100vh;
}
div.inline-content h3 {
  font-size: 18px;
  margin: 1rem 0;
}
div.inline-content h4 {
  font-size: 16px;
  margin: 1rem 0;
}
div.inline-content p {
  font-size: 12px;
  margin-bottom: 0;
}
div.inline-content li {
  font-size: 12px;
}
div.inline-content .policy-table {
  font-size: 12px;
}
div.inline-content .policy-table.table-width {
  min-width: 800px;
}
div.inline-content .policy-table.table-width th {
  white-space: nowrap;
  font-weight: 500;
}
div.inline-content .policy-table.table-width td {
  white-space: nowrap;
}
div.inline-content .policy-table th {
  font-weight: normal;
}
div.inline-content ol.parentheses {
  padding: 0 0 0 2.5em;
  margin: 0;
}
div.inline-content ol.parentheses li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}
div.inline-content ol.parentheses li::before {
  margin-left: -1.3rem;
  content: "(" counter(cnt) ")";
}
div.inline-content ol.parentheses-alpha {
  padding: 0 0 0 2.5em;
  margin: 0;
}
div.inline-content ol.parentheses-alpha li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}
div.inline-content ol.parentheses-alpha li::before {
  margin-left: -1.3rem;
  content: "(" counter(cnt, lower-alpha) ")";
}
div.inline-content ol.parentheses-alpha-upper li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}
div.inline-content ol.parentheses-alpha-upper li::before {
  margin-left: -1.3rem;
  content: "(" counter(cnt, upper-alpha) ")";
}
div.inline-content ol.parentheses-alpha-upper-roman li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}
div.inline-content ol.parentheses-alpha-upper-roman li::before {
  margin-left: -1.3rem;
  content: "(" counter(cnt, upper-roman) ")";
}
div.inline-content ol.parentheses-alpha-upper-roman.no_parentheses  li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
}
div.inline-content ol.parentheses-alpha-upper-roman.no_parentheses li::before {
  margin-left: -1.3rem;
  content: counter(cnt, upper-roman) ".";
}

.wv-height {
  height: 100vh !important;
}

@media only screen and (min-width: 768px) {
  div.inline-content {
    height: calc( 100vh - 450px);
    padding: 40px 30px;
    margin-bottom: 30px;
  }
  div.inline-content h3 {
    font-size: 20px;
  }
  div.inline-content h4 {
    font-size: 16px;
  }
}
/**
  ヘルプ
 */

div.help {
  margin: 22px 0;
  -webkit-touch-callout: default !important;
  -webkit-user-select: text !important;
}
div.help h2 {
  color: #222222;
  font-size: 20px;
  text-align: center;
}
div.help h3 {
  color: #222222;
  font-size: 14px;
  text-align: left;
  margin: 50px 0px 20px;
}
div.help .top label {
  border-top: solid 1px #666666;
}
div.help .help-box {
  width: auto;
  font-size: 0px;
  border-bottom: solid 1px #666666;
  padding-top: 16px;
  margin-top: -16px;
}

div.help .help-box label {
  width: auto;
  font-size: 12px;
  text-align: left;
  position: relative;
  display: block;
  padding: 10px 30px 10px 10px;
  cursor: pointer;
  color: #222222;
  margin: 0;
}
div.help .help-box label:after {
  color: #3B3B3B;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F078";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}
div.help .help-box input {
  display: none;
}
div.help .help-box input:checked ~ label::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #3B3B3B;
  content: "\F077";
}
div.help .help-box div {
  height: 0px;
  overflow: hidden;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
div.help .help-box input:checked ~ div.help-box-under {
  height: auto;
  padding: 5px 0px;
}
div.help .help-box-under {
  font-size: 12px;
  color: #222222;
  margin: 0px 10px;
}
div.help .help-box-under p {
  margin: 0;
  padding: 0;
}
div.help .help-box-under ol {
  padding: 0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  div.help {
    margin: 40px 0;
  }
  div.help h2 {
    font-size: 26px;
  }
  div.help h3 {
    font-size: 22px;
  }
  div.help .help-box label {
    font-size: 16px;
  }
  div.help .help-box-under {
    font-size: 14px;
  }
}
/**
  ボタン設定
 */
.btn-apple {
  background-image: url(/static/front/img/sns/apple-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 44px;
  margin-bottom: 2rem;
}

.btn:focus {
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
.sns-box {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border: none;
  width: auto;
  max-height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.sns-box img {
  width: 40px;
  height: 40px;
}
.sns-box a {
  margin: 0 12px;
}

.pasch-btn {
  width: auto;
  height: auto;
  margin: 1rem auto;
}
.pasch-btn a {
  width: 100%;
  text-decoration: none;
  color: #ffffff;
  background-color: #000000;
  border-color: unset;
  border-radius: 5px;
  padding: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.pasch-btn a.disabled {
  pointer-events: none;
  background-color: #BCBCBC;
}

.pasch-submit {
  width: auto;
  height: auto;
  margin: 0 auto 2rem;
}
.pasch-submit [type=submit], .pasch-submit button {
  width: 100%;
  text-decoration: none;
  color: #ffffff;
  background-color: #000000;
  border-style: none;
  border-color: unset;
  border-radius: 5px;
  padding: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.pasch-submit [type=submit]:disabled, .pasch-submit button:disabled {
  pointer-events: none;
  background-color: #BCBCBC;
}
.pasch-submit .back {
  position: relative;
}
.pasch-submit .back::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F060";
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: large;
}
.pasch-submit .forward {
  position: relative;
}
.pasch-submit .forward::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F061";
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: large;
}

.pasch-btn-sp-nomargin {
  padding: 0 15px;
}

.pasch-btn-small a, button.pasch-btn-small, [type=submit].pasch-btn-small {
  height: 22px;
  font-size: 12px;
}

.pasch-btn-medium a, button.pasch-btn-medium, [type=submit].pasch-btn-medium {
  height: 36px;
  font-size: 14px;
}

.pasch-btn-medium-emphasis a, button.pasch-btn-medium-emphasis, [type=submit].pasch-btn-medium-emphasis {
  height: 36px;
  font-size: 16px;
}

.pasch-btn-large a, button.pasch-btn-large, [type=submit].pasch-btn-large {
  height: 48px;
  font-size: 14px;
}

.pasch-btn-xlarge a, button.pasch-btn-xlarge, [type=submit].pasch-btn-xlarge {
  height: 54px;
  font-size: 24px;
}

.pasch-btn-about a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 36px;
  font-size: 16px;
  border-radius: unset;
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .pasch-btn-sp-nomargin {
    padding: 0;
  }

  .pasch-btn-medium a, button.pasch-btn-medium, [type=submit].pasch-btn-medium {
    height: 48px;
    font-size: 16px;
  }

  button.return-page {
    height: 48px;
  }

  .pasch-btn-medium-emphasis a, button.pasch-btn-medium-emphasis, [type=submit].pasch-btn-medium-emphasis {
    height: 74px;
    font-size: 24px;
  }

  .pasch-btn-xlarge a, button.pasch-btn-xlarge, [type=submit].pasch-btn-xlarge {
    height: 74px;
    font-size: 24px;
  }

  .pasch-btn-about a {
    height: 74px;
    font-size: 24px;
    border-radius: 10px;
    padding: 10px 30px;
  }

  .pasch-submit .back::before {
    top: 7px;
    left: 10px;
    font-size: x-large;
  }
  .pasch-submit .forward::before {
    top: 7px;
    right: 10px;
    font-size: x-large;
  }
}
.pasch-btn-color-1 a, .pasch-btn-color-1 button {
  color: #ffffff;
  background-color: #000000;
  border-color: unset;
}
.pasch-btn-color-1 a.disabled, .pasch-btn-color-1 button.disabled {
  background-color: #BCBCBC;
}

[type=submit].pasch-btn-color-1 {
  color: #ffffff;
  background-color: #000000;
  border-color: unset;
}
[type=submit].pasch-btn-color-1 .disabled {
  background-color: #BCBCBC;
}

.pasch-btn-color-2 a, .pasch-btn-color-2 button {
  color: #ffffff;
  background-color: #000000;
  border-color: unset;
}
.pasch-btn-color-2 a.disabled, .pasch-btn-color-2 button.disabled {
  background-color: #BCBCBC;
}

[type=submit].pasch-btn-color-2 {
  color: #ffffff;
  background-color: #000000;
  border-color: unset;
}
[type=submit].pasch-btn-color-2 .disabled {
  background-color: #BCBCBC;
}

.pasch-btn-color-3 a, .pasch-btn-color-3 button {
  color: #ffffff;
  background-color: #000000;
  border-color: unset;
}
.pasch-btn-color-3 a.disabled, .pasch-btn-color-3 button.disabled {
  background-color: #BCBCBC;
}

[type=submit].pasch-btn-color-3 {
  color: #ffffff;
  background-color: #000000;
  border-color: unset;
}
[type=submit].pasch-btn-color-3 .disabled {
  background-color: #BCBCBC;
}

.pasch-btn-color-4 a, .pasch-btn-color-4 button {
  color: #ffffff;
  background-color: #000000;
  border-color: unset;
}
.pasch-btn-color-4 a.disabled, .pasch-btn-color-4 button.disabled {
  background-color: #BCBCBC;
}

[type=submit].pasch-btn-color-4 {
  color: #ffffff;
  background-color: #000000;
  border-color: unset;
}
[type=submit].pasch-btn-color-4 .disabled {
  background-color: #BCBCBC;
}

.pasch-btn-color-5 a, .pasch-btn-color-5 button {
  color: #000000;
  background-color: #FFFFFF;
  border-color: unset;
}
.pasch-btn-color-5 a.disabled, .pasch-btn-color-5 button.disabled {
  background-color: #BCBCBC;
}

[type=submit].pasch-btn-color-5 {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #000000;
}
[type=submit].pasch-btn-color-5 .disabled {
  background-color: #BCBCBC;
}

.pasch-btn-color-6 a, .pasch-btn-color-6 button {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #000000;
}
.pasch-btn-color-6 a.disabled, .pasch-btn-color-6 button.disabled {
  background-color: #BCBCBC;
}

[type=submit].pasch-btn-color-6 {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #000000;
}
[type=submit].pasch-btn-color-6 .disabled {
  background-color: #BCBCBC;
}
.pasch-btn-color-6 a:hover {
  background-color: #000000;
  border-color: #000000;
}
.pasch-btn-color-6 a:active {
  color: #fff;
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.pasch-btn-color-6 a, .pasch-btn-color-6 button {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #000000;
}
.withdrawal-btn a {
  border-color: #000000;
  color: var(--white);
  background-color: #000000;
}

.withdrawal-btn a {
  border-color: #000000;
}

.withdrawal-btn a:hover {
  color: #000000;
  background-color: #fff;
  border-color: #000000;
}
.withdrawal-btn a:active {
  color: #000000;
  background-color: #fff !important;
  border-color: #000000 !important;
}
.withdrawal-btn a:focus {
  color: #000000;
  background-color: #fff !important;
  border-color: #000000 !important;
}

/**
  入力項目系
 */
.pasch-main input::-webkit-input-placeholder {
  color: #A3A3A3;
}

.pasch-main input::-moz-placeholder {
  color: #A3A3A3;
}

.pasch-main input:-ms-input-placeholder {
  color: #A3A3A3;
}

.pasch-main input::-ms-input-placeholder {
  color: #A3A3A3;
}

.pasch-main input::placeholder {
  color: #A3A3A3;
}

.pasch-main .form-control {
  border-radius: 3px;
  height: calc(1.5em + 0.75rem + 14px);
}

.pasch-main .form-control:focus {
  color: #495057;
  border: 1px solid #ced4da;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pasch-main .ta-height {
  height: calc(10rem + 14px) !important;
  resize: none;
}

.pasch-main .pasch-form-select select {
  display: inline-block;
  position: relative;
  width: 100%;
  height: calc(1.5em + 0.75rem + 14px);
  line-height: 1.5;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  vertical-align: middle;
  background: #FFFFFF;
  border: 1px solid #ced4da;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.pasch-main .pasch-form-select select.is-invalid {
  border-color: #e3342f;
}

.pasch-main .pasch-form-select::after {
  height: calc(1.5em + 0.75rem + 14px);
  line-height: 1.5;
  font-size: 14px;
  position: absolute;
  top: 13px;
  right: 30px;
  content: "\f078";
  font-family: "FontAwesome";
  font-weight: 900;
  pointer-events: none;
}

.pasch-main .pasch-form-select select:disabled {
  background: #999999;
}

.pasch-main .pasch-form-email,
.pasch-main .pasch-form-password {
  position: relative;
  color: #E3E3E3;
  font-size: 12px;
}

.pasch-main .pasch-form-email:before {
  content: "\F0E0";
}

.pasch-main .pasch-form-password:before {
  content: "\F084";
}

.pasch-main .pasch-form-email:before,
.pasch-main .pasch-form-password:before {
  font-family: "FontAwesome";
  font-weight: 900;
  left: 15px;
  position: absolute;
  top: 10px;
  font-size: 20px;
}

.pasch-main .pasch-form-email input,
.pasch-main .pasch-form-password input {
  padding-left: 46px;
}

.pasch-main .invalid-feedback {
  font-size: 12px;
  color: #C30000CC;
}

.pasch-main [type=radio]:checked,
.pasch-main [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.pasch-main [type=radio]:checked + label,
.pasch-main [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #212529;
}

.pasch-main [type=radio]:checked + label:before,
.pasch-main [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.pasch-main [type=radio]:checked + label:after,
.pasch-main [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #3490dc;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.pasch-main [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.pasch-main [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.pasch-main label.required:after {
  font-size: 10px;
  color: #C30000CC;
  margin-left: 3px;
  content: "\203B\5FC5\9808";
}

.pasch-main input[type=number]::-webkit-outer-spin-button,
.pasch-main input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pasch-main input[type=number] {
  -moz-appearance: textfield;
}

/**
  チェックボックス
 */
.agreement {
  color: #222222;
  font-size: 14px;
  text-align: left;
  margin-left: 35px;
  padding-left: 0px;
}

@media only screen and (min-width: 768px) {
  .agreement {
    text-align: center;
    margin-left: 0px;
  }
}
/**
  ヘッダーの設定
 */
.simple-header {
  height: 60px;
}
.simple-header #header-logo {
  background-size: 120px;
}

nav {
  background-color: #ffffff;
  width: 100vw;
  height: 58px;
}

.navbar {
  position: relative;
  padding: 0px 18px 0px;
}

.navbar-brand {
  max-width: 77px;
  width: 100%;
  height: 31px;
  padding: 0;
  margin: 0 auto;
}

.nav-item > a {
  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;
  font-size: 14px;
  max-height: 28px;
  max-width: 86px;
}

.btn-regist a {
  border-radius: 4px;
}

.btn-regist a:hover {
  opacity: 1;
  color: #000000;
  background-color: #ffffff;
}

.btn-login a {
  border-radius: 4px;
}

.btn-login a:hover {
  opacity: 1;
  color: #000000;
  background-color: #ffffff;
}

.btn-nickname {
  height: 28px;
  color: #000000;
}
.btn-nickname img {
  vertical-align: middle;
}
.btn-nickname .nickname {
  position: absolute;
  right: 0;
  color: #000000;
}

@media only screen and (min-width: 768px) {
  nav {
    height: 100px;
  }

  .navbar {
    position: relative;
    padding: 0px 60px 0px;
  }

  .navbar-brand {
    max-width: 155px;
    height: 64px;
  }

  .nav-item a {
    max-height: 34px;
  }
}
/**
  sp向けメニュー
 */
#sp-menu-area {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 0px;
}

#sp-menu {
  position: absolute;
  width: 100%;
  height: 30px;
  display: none;
}
#sp-menu ul {
  background-color: #000000;
  list-style: none;
  padding: 0;
}
#sp-menu ul a {
  text-decoration: none;
}
#sp-menu ul li {
  height: 40px;
  color: #FFFFFF;
  padding: 10px;
  border-top: solid 1px #666666;
}
#sp-menu ul li:hover {
  background-color: #666666;
}

@media only screen and (min-width: 768px) {
  div.sp-menu {
    display: none;
  }
}
/**
  フッターの設定
 */
.footer {
  bottom: 0;
  width: 100vw;
  text-align: center;
}

.footer-top {
  width: auto;
  height: auto;
  padding: 5px 0px;
  background-color: #999999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-top ul {
  padding: 0px 15px;
  margin-bottom: 0;
  text-align: left;
}
.footer-top ul li {
  border-top: solid 1px #666666;
  margin-bottom: 5px;
  list-style: none;
}
.footer-top ul li a {
  font-size: 12px;
  color: #ffffff;
}
.footer-top ul .border-none {
  border: none !important;
}

.footer-bottom {
  width: auto;
  height: auto;
  padding: 5px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-bottom ul {
  padding: 10px;
  margin-bottom: 0;
  text-align: left;
}
.footer-bottom ul li {
  font-size: 16px;
  width: auto;
  height: 39px;
  border: solid 1px #FFFFFF;
  margin: 10px;
  list-style: none;
  text-align: center;
}
.footer-bottom ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 7px;
  /* vertical-align: text-top; */
  text-decoration: none;
  opacity: 1;
}

.footer-powered-by {
  margin: 1rem;
  padding: 6px 0;
}
.footer-powered-by img {
  width: 277px;
  height: auto;
}

.footer-copyright {
  color: #ffffff;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .footer-top {
    min-height: 66px;
    padding: 0px;
  }
  .footer-top ul {
    padding-left: 0;
    text-align: center;
  }
  .footer-top li {
    display: inline-block;
    width: auto;
    height: 50px;
    padding: 10px;
    margin: 10px;
    border: none !important;
  }
  .footer-top li a {
    font-size: 14px;
  }

  .footer-bottom {
    min-height: 66px;
  }
  .footer-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-bottom ul li {
    display: inline-block;
    width: 400px;
    height: 50px;
    margin: 10px;
    font-size: 20px;
  }

  .footer-copyright {
    color: #000000;
    font-size: 14px;
  }
}
/**
  エラーページの設定
 */
.error-image {
  margin-top: 48px;
}

.error-image img {
  max-width: 140px;
}

.error-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

.error-sub-text {
  color: #ffffff;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .error-image img {
    max-width: 410px;
  }

  .error-text {
    font-size: 30px;
  }

  .error-sub-text {
    font-size: 16px;
  }
}
/**
  トップ
 */
div.top div.main-img {
  text-align: center;
}
div.top div.main-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) {
  div.top div.main-img img {
    width: 100%;
    height: auto;
    max-height: 60vh;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: auto;
    margin-left: auto;
  }
}

/**
  FC案内
 */
div.guidance {
  margin: 20px 0;
}
div.guidance .title {
  border-left: 5px solid #ffffff;
}
div.guidance .title h2 {
  font-size: 16px;
}
div.guidance .title h3 {
  font-size: 14px;
}
div.guidance .sub-title {
  font-size: 18px;
}
div.guidance div.main-img {
  text-align: center;
}
div.guidance div.main-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) {
  div.guidance div.main-img img {
    width: 100%;
    height: auto;
    max-height: 60vh;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: auto;
    margin-left: auto;
  }
}
div.guidance div.content-detail {
  width: 100%;
  margin: 10px 0;
  padding: 15px;
}
div.guidance div.content-detail .content-title {
  font-size: 18px;
  vertical-align: middle;
}
div.guidance div.content-detail img {
  float: left;
  vertical-align: middle;
  margin-right: 10px;
  width: 23px;
  height: 23px;
}
div.guidance .membership {
  font-size: 16px;
}
div.guidance .membership h3 {
  margin: 0;
}
div.guidance .membership .fee {
  font-size: 14px;
}
div.guidance .payment {
  margin-left: 2rem;
  border-right: 1px solid #ffffff;
}

@media only screen and (min-width: 768px) {
  div.guidance {
    margin: 60px 0;
  }
  div.guidance .title {
    border-left: 5px solid #ffffff;
  }
  div.guidance .title h2 {
    font-size: 26px;
  }
  div.guidance .title h3 {
    font-size: 24px;
  }
  div.guidance .sub-title {
    font-size: 26px;
  }
  div.guidance div.content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10px 0px;
  }
  div.guidance div.content-box:before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  div.guidance div.content-box:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
  }
  div.guidance div.content-detail {
    width: 24%;
    margin: 10px 0;
  }
  div.guidance div.content-detail .content-title {
    font-size: 18px;
    padding-left: 10px;
  }
  div.guidance div.content-detail img {
    width: 23px;
    height: 23px;
  }
  div.guidance .membership {
    font-size: 24px;
    border-radius: 5px;
  }
  div.guidance .membership .fee {
    color: #FFFFFF;
    font-size: 20px;
  }
}
div.app-download-wrapper {
  width: 100vw;
  background-color: #000000;
}
div.app-download-wrapper .app-download-title {
  margin: 2rem auto;
  font-size: 16px;
  color: #FFFFFF;
}
div.app-download-wrapper .store-img {
  width: 168px;
  max-width: 40vw;
  height: auto;
  margin: 5px 0;
}

@media only screen and (min-width: 768px) {
  div.app-download-wrapper .app-download-title {
    font-size: 30px;
    color: #FFFFFF;
  }
  div.app-download-wrapper .store-img {
    width: auto;
    height: 56px;
  }
  div.app-download-wrapper .qrcode {
    width: 122px;
    height: 126px;
  }
}
/**
  FC入退会完了
 */
.subscribe-complete {
  text-align: center;
}
.subscribe-complete .app-icons img {
  width: 100%;
  padding: 35px 12px 25px 12px;
  text-align: center;
}
.subscribe-complete .subscribe-main-img {
  padding: 0;
  margin: 30px auto !important;
  height: 195px;
}
.subscribe-complete .subscribe-main-img img {
  border-radius: 5px;
  height: 100%;
  width: 100%;
}
.subscribe-complete h2 {
  font-size: 19px;
  color: #333333;
  text-align: center;
  margin-bottom: 35px;
}
.subscribe-complete h3 {
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-bottom: 25px;
}
.subscribe-complete table img {
  padding: 0;
}
.subscribe-complete .mb-25 {
  margin-bottom: 25px;
}
.subscribe-complete .mb-35 {
  margin-bottom: 35px;
}
.subscribe-complete .options {
  font-size: 10px;
  color: #666666;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .subscribe-complete .app-icons img {
    padding: 60px 0 49px 0;
  }
  .subscribe-complete .subscribe-main-img {
    width: auto;
    height: 35vh;
    padding: 0;
  }
  .subscribe-complete .subscribe-main-img img {
    width: auto;
  }
  .subscribe-complete h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .subscribe-complete h3 {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .subscribe-complete .options {
    margin-bottom: 98px;
  }
}
/**
  入会方法フロー
 */
.subscribe-flow table {
  border-radius: 10px;
  width: 100%;
  height: auto;
  word-break: normal;
}
.subscribe-flow table tr {
  margin: 15px;
}
.subscribe-flow table tr th {
  font-size: 20px;
  width: 10%;
  text-align: center;
  padding: 15px 0 15px 15px;
  border: none;
}
.subscribe-flow table tr td {
  font-size: 12px;
  width: auto;
  text-align: left;
  padding: 10px 15px;
  border: none;
}
.subscribe-flow .arrow {
  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;
  font-size: 30px;
  text-align: center;
  width: 100%;
  height: 48px;
}

/**
  決済登録フォーム
 */
form#payment_form .pasch-box-sub-title {
  margin-bottom: 0;
}

.blog-news-wrapper {
  min-height: 100vh;
  height: 100%;
}
.blog-news-wrapper .blog-news-inner {
  min-height: calc(100vh - 100px);
}
.blog-news-wrapper .blog-news-inner .start-at {
  font-family: "Arial";
  font-size: 0.9rem;
  font-weight: bold;
}
.blog-news-wrapper .blog-news-inner .page-title {
  font-size: 1.2rem;
  font-weight: bold;
}
.blog-news-wrapper .blog-news-inner .head-line {
  font-size: 1rem;
  padding-left: 8px;
  font-weight: 600;
}
.blog-news-wrapper .blog-news-inner .title {
  border-left: 5px solid #ffffff;
}
.blog-news-wrapper .blog-news-inner .string-contents, .blog-news-wrapper .blog-news-inner .string-link {
  font-size: 14px;
}
.blog-news-wrapper .blog-news-inner .contents-media-wrapper {
  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: relative;
  width: 100%;
  margin: 0 auto;
}
.blog-news-wrapper .blog-news-inner .contents-media-wrapper:before {
  content: "";
  display: block;
  padding-top: 57%;
}
.blog-news-wrapper .blog-news-inner .contents-media {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
}
.blog-news-wrapper .blog-news-inner .content-thumbnail {
  padding-top: 56.25%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-news-wrapper .icon-arrows {
  background-color: #ffffff;
  height: 100px;
}
.blog-news-wrapper .icon-arrows a.icon-arrow-next div,
.blog-news-wrapper .icon-arrows a.icon-arrow-prev div {
  width: 50px;
  height: 50px;
}

/**
  画像拡大画面
 */
.zoom-image-wrapper {
  background-color: #ffffff;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.zoom-image-wrapper::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

#zoom-image .image-close-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#zoom-image .image-close-btn-icon {
  color: #fff;
}
#zoom-image .image-wrapper .content-image {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/**
  ダウンロードされたくないものに適応させる
 */
.can_not_download {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  /* touch-callout: none; */
  -ms-user-select: none;
      user-select: none;
}

/**
  お問い合わせフォーム
 */
.contact_form-category span, .contact_form-content span {
  font-size: 10px;
  color: #C30000CC;
  margin-left: 3px;
}

.contact_form-supplement p.annotation:before {
  content: "";
}
.show-count.error {
  color: #f66446;
}

#contact_content.error{
  border: solid 1px #f66446;
  -webkit-box-shadow: 0 0 0 0.1rem rgb(246 100 70 / 25%);
          box-shadow: 0 0 0 0.1rem rgb(246 100 70 / 25%);
}



/**
  アカウント画面
 **/
.shipping-info-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}




/* フォームのエラーメッセージ */
.invalid-feedback {
  font-size: 12px;
  color: rgba(195, 0, 0, .8);
}
.invalid-feedback ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}
/* QRコードのダウンロードボタン */
.download-button {
  background-color: #333;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
 }


/* 退会アンケート */
.withdrawal-survey-textarea {
  width: 95%;
  height: 10em;
}
.pasch-btn-color-6 #isSkipped:hover {
  color: #fff;
}
.withdrawal-btn #submitBtn {
  border-color: #000000;
  color: var(--white);
  background-color: #000000;
}
.withdrawal-btn #submitBtn:hover {
  color: #000000;
  background-color: #fff;
  border-color: #000000;
}
#closeBtnOutline:focus {
  outline: 0px dotted;
}
.form-control.withdrawal-survey-textarea.error {
  border: solid 1px #f66446;
  -webkit-box-shadow: 0 0 0 0.1rem rgb(246 100 70 / 25%);
  box-shadow: 0 0 0 0.1rem rgb(246 100 70 / 25%);
}