/*!
 * Bootstrap Reboot v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  text-size-adjust: 100%;
}
hr {
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 1;
}
hr:not([size]) {
  min-height: 1px;
}
h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
}
button,
select {
  text-transform: none;
}
[role='button'] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::file-selector-button {
  font: inherit;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
@keyframes loading {
  0% {
  }
  100% {
  }
}
@keyframes name {
  to {
  }
}
@keyframes sample {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(0%);
  }
}
html {
  scroll-padding-top: 68px;
}
html:has(body#contract) {
  scroll-padding-top: 212px;
}
html:has(body#faq) {
  scroll-padding-top: 212px;
}
body {
  scroll-behavior: smooth;
  color: #232324;
  font-family: 'BIZ UDPGothic', 'Noto Sans', 'Hiragino Sans', 'Meiryo', sans-serif;
  width: 100%;
  overflow-x: hidden;
  padding-top: 44px;
}

body#contract,
body#faq {
  padding-top: 212px;
}

body.noScroll {
  overflow: hidden;
}
[tabindex='-1']:focus {
  outline: 0;
}
#cmnHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
}
*::focus {
  outline: 1px solid #e57e08;
}
*::focus-visible {
  outline: 1px solid #08dae5;;
}
img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
  line-height: 1;
  pointer-events: none;
}
a {
  color: #232324;
  transition-duration: 0.3s;
  text-decoration: none;
}
a:hover {
  color: #232324;
}
a.colored {
  color: #0017c1;
}
a.external {
  color: #0017c1;
  text-decoration: underline;
}
a.external:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 17px;
  margin-left: 8px;
  background-image: url(../images/Icon/external.svg);
  background-size: 16px 17px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
a:focus {
  border-radius: 8px;
  outline: 2px solid #e57e08;
}
button {
  position: relative;
  transition-duration: 0.3s;
}
button.modal {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  margin-top: 20px;
  color: #0017c1;
  text-decoration: underline;
  text-align: left;
}
button.help:before {
  flex-shrink: 0;
  content: '';
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background-image: url(../images/Icon/help.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
button:focus {
  border-radius: 8px;
  outline: 2px solid #e57e08;
}
.-bordered {
  border-top: 1px solid #c7c7cc;
}
figure {
  position: relative;
}
select {
  height: 48px;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #fff;
  background-image: none;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: border-box;
  box-shadow: none;
}
h1 {
  margin: 0;
  padding: 0;
  color: #232324;
  font-family: 'BIZ UDPGothic', 'Noto Sans', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-size: 1.625rem;
  line-height: 1.25;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  word-break: auto-phrase;
}
h1.subject {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.68;
  line-height: 1.5;
}

.main > h1:not(.hidden) {
  padding: 40px 20px 40px;
}
h2 {
  margin: 0;
  padding-bottom: 12px;
  font-family: 'BIZ UDPGothic', 'Noto Sans', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 400;
}
h3 {
  position: relative;
  margin: 0 0 22px 0;
  padding-bottom: 11px;
  color: #232324;
  font-family: 'BIZ UDPGothic', 'Noto Sans', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
}
h4 {
  margin: 0;
  padding: 0 0 22px 0;
  color: #232324;
  font-family: 'BIZ UDPGothic', 'Noto Sans', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 400;
}
h5 {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: bold;
}
h6 {
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: bold;
}
.wrap h1,
.wrap h2,
.wrap h3,
.wrap h4 {
  margin: 0;
  padding-bottom: 8px;
}
.wrap h3 {
  border-bottom: none;
}
.wrap h3:after {
  display: none;
}
.wrap .btn {
  margin-left: auto;
  margin-bottom: 8px;
}
p,
summary {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #232324;
  font-family: 'BIZ UDPGothic', 'Noto Sans', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-style: normal;
  font-weight: 400;
}
p.asterisk,
span.asterisk,
summary.asterisk {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
}
p.em,
summary.em {
  color: #c91b1b;
}
button {
  font-family: 'BIZ UDPGothic', 'Noto Sans', 'Hiragino Sans', 'Meiryo', sans-serif;
}
.hidden {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
iframe {
  width: 100%;
}
.registration__note > h1 {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  h1.subject {
    max-width: 600px;
    margin: 0 auto;
    padding: 60px 0 20px !important;
  }
  .registration__note + h1 {
    padding-top: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 2.25rem;
    line-height: 1.68;
    line-height: 1.13636;
    font-weight: 300;
  }
  h1.subject {
    max-width: 840px;
    padding: 60px 0 20px !important;
    font-size: 1.625rem;
    line-height: 1.68;
    line-height: 1.5;
  }
  h2 {
    font-size: 1.5rem;
    line-height: 1.68;
    line-height: 1.33333;
    font-weight: 300;
  }
  h3:after {
    width: 230px;
  }
  .bordered:after {
    width: 360px;
  }
}
@media screen and (min-width: 520px) {
  .lead {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .main > h1:not(.hidden) {
    padding: 60px 20px 60px;
  }
}
.blockSkip {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
}
.blockSkip a {
  position: absolute;
  display: inline-block;
  top: -50px;
  left: 50%;
  z-index: 999999;
  padding: 2px 12px;
  border: 1px solid #232324;
  background-color: #fff;
  color: #232324;
  text-decoration: none;
  transform: translateX(-50%);
}
.blockSkip a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  width: 8px;
  height: 8px;
  margin-top: -8px;
  border-top: solid 1px #232324;
  border-right: solid 1px #232324;
  transform: rotate(135deg);
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  transition-duration: 0.3s;
}
.blockSkip a:hover {
  background-color: #46484a;
  color: #fff;
}
.blockSkip a:hover:after {
  border-color: #fff;
}
.blockSkip a.focus {
  top: 16px;
}
.globalHeader {
  border-bottom: 1px solid #e5e5ea;
  background-color: #fafafa;
}
.ghNav__scroller {
  background-color: #000;
}
.hamburger button {
  border: none;
  background-color: transparent;
  transition-duration: 0.3s;
}
.hamburger button .label {
  width: 4rem;
  color: #6e6e6f;
}
.hamburger button .line {
  background: #6e6e6f;
}

/* PCサイズメニュー閉じる */
.hamburger button .lines .line {
  transition: all 0s ease!important;
}

.noScroll {
  .hamburger button .label {
    display: none;
  }
  .hamburger button::after{
    content: "閉じる";
    display: block;
    width: 4rem;
  }

  .hamburger button .lines .line:nth-child(1) {
    transform: rotate(45deg);
    transform-origin:center center;
    top: 50%;
  }
  .hamburger button .lines .line:nth-child(2) {
    display: none;
  }
  .hamburger button .lines .line:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin:center center;
    top: 50%;
  }
}


.globalHeader__drawerInner {
  background-color: #fafafa;
}
.globalHeader__drawerInner .primary,
.globalHeader__drawerInner .secondary {
  padding-top: 0;
}
.globalHeader__drawerInner .primary li,
.globalHeader__drawerInner .secondary li {
  border-bottom: 1px solid #e5e5ea;
}
.drawer__inner:before {
  color: #fff;
}
.drawer__close {
  background-color: #fafafa;
}
.drawer__close button {
  background-color: #fafafa;
}
.drawer__close button .lines .line {
  background-color: #6e6e6e;
}
@media screen and (min-width: 768px) {
  .ghNav__scroller {
    background-color: transparent;
  }
}
.container {
  padding: 0 20px 32px;
}
.container > .container {
  padding: 0;
}
.container.-ftrFaqLink {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #c7c7cc;
  background-color: #f2eee9;
}
.container.-noPadding {
  padding-right: 0;
  padding-left: 0;
}
.container.-bgBeige {
  background-color: #f2eee9;
}
.container.-noticeTop {
  padding-bottom: 0 !important;
}
.container.-proctop {
  padding-bottom: 48px;
}
.container.-contract {
  padding-bottom: 48px;
}
.-bordertop {
  border-top: 1px solid #e5e5ea;
}
.container:first-child {
  padding-top: 40px;
}
.container__ttlwrap {
  display: flex;
}
.container__ttlwrap.-default {
  height: 66px;
}
.container__ttlwrap.-customize {
  height: 44px;
}
.container__ttlwrap .ttllink {
  display: flex;
}
.container__ttl {
  padding-bottom: 0;
  color: #232324;
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 400;
}
.container__ttl.-image {
  background-repeat: no-repeat;
  background-size: contain;
}
.container__ttl.-nhkplus {
  width: 82.5px;
  height: 20px;
  margin-right: 12px;
  background-image: url(/sports/olympics/images/logos/nhkplus.svg);
}
.container__content {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 688px;
    margin: 0 auto;
    padding: 0 0 32px;
    box-sizing: content-box;
  }
  .container.-bordertop {
    max-width: 100%;
  }
  .container.-w100 {
    max-width: 100%;
  }
  .container.-noticeTop {
    padding-bottom: 32px !important;
  }
  .container.-proctop {
    padding-bottom: 60px;
  }
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 44px);
  min-height: calc(100dvh - 44px);
}
.wrapper.fixed {
  padding-top: 68px;
}
#contract .wrapper {
  min-height: calc(100vh - 220px);
  min-height: calc(100dvh - 220px);
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper {
    padding-bottom: 0;
  }
}

.statusHeadings {
  padding: 10px;
  text-align: center;

  &.is-login {
    color: #fff;
    background-color: #909091;
  }
  &.is-nhkplus {
    background-color: #FFD92F;
    font-weight: bold;
  }
}



.main {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.headline2-blue {
  display: block;
  color: #1566a7;
  font-size: 1.125rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
  word-break: auto-phrase;
}
.headline2-green {
  display: block;
  color: #005539;
  font-size: 1.125rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
  /* word-break: auto-phrase; */
}
.headline2-green.-bordered {
  position: relative;
  padding-top: 16px;
  padding-bottom: 24px;
  border-top: 2px solid #f2eee9;
}
.headline2-green.-bordered:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 34%;
  height: 2px;
  background-color: #005539;
}
.headline2-black {
  display: block;
  color: #232324;
  font-size: 1.125rem;
  line-height: 1.5;
  font-style: normal;
  font-weight: 700;
  word-break: auto-phrase;
}
.headline2-black.-confirm {
  padding-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}
.headline2-black.-confirm a {
  font-weight: 400;
}
.form__parts {
  padding-bottom: 32px;
}
.form__parts:last-child {
  padding-bottom: 0;
}
.form__parts.-confirm {
  margin-bottom: 32px;
  padding-bottom: 0;
}
.form__parts.-confirm:last-child {
  margin-bottom: 0;
}
.el-input_wrap {
  position: relative;
  word-break: break-all;
}
.el-input_wrap.-confirm {
  padding: 24px 20px;
  border-radius: 0 0 8px 8px;
  border: 1px solid #c7c7cc;
  border-top: none;
}
.no-tel-link {
  user-select: none;
  text-decoration: none;
}
.no-tel-link a[href^='tel:'] {
  pointer-events: none;
  text-decoration: none;
  color: #000;
}
.el-input_normal {
  width: 100%;
  padding: 4px 8px;
  border-radius: 8px;
  border: 1px solid #c7c7cc;
  background-color: #fff;
  font-size: 1.125rem;
  line-height: 2;
}
.el-input_normal.-password {
  padding-right: 40px;
}
.el-input_normal.-password::-ms-reveal {
  display: none;
}
.el-input_normal.-onedigit {
  margin: 0 2px;
  width: 14%;
  max-width: 50px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
}
.el-input_normal.-onedigit:nth-child(3) {
  margin-right: 8px;
}
.el-input_normal.-short {
  width: 100px;
}
.el-input_normal.-middle {
  width: 130px;
}
.el-input_normal.-zip {
  width: 140px;
}
.el-input_normal:valid {
  border-color: #1566a7;
  outline: none;
}
.el-input_normal:placeholder-shown {
  border: 1px solid #c7c7cc;
  outline: none;
}
.el-input_normal.-contractBorder {
  border-color: #005539;
}
.el-input_normal.-contractBorder:valid {
  outline: 1px solid #005539;
}
.el-input_normal.-contractYborder {
  padding: 22px 16px;
  border-radius: 0;
  border-top: 2px solid #005539;
  border-bottom: 2px solid #005539;
  border-right: none;
  border-left: none;
  outline: 1px solid #fff;
  text-align: center;
}
.el-input_normal.-contractYborder:valid {
  outline: 1px solid #fff;
}
.el-input_normal:focus {
  border-radius: 8px;
  border-color: #e57e08;
  outline: 1px solid #e57e08;
  background-color: #fff;
}
.el-input_normal:disabled {
  background-color: #f0f0f0;
}
.el-input_normal[readonly] {
  border-color: #1566a7;
  outline: none;
  background-color: #f0f0f0;
}
.el-input_noborder {
  display: block;
  width: 100%;
  padding: 4px 16px;
  border-radius: 8px;
  border: 1px solid #fff;
  background-color: #fff;
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
}
#contract [readonly],
#faq [readonly] {
  border-color: #c7c7cc;
  outline: 1px solid #c7c7cc;
}
.el-input_radio {
  margin-right: 8px;
  transform: scale(1.5, 1.5);
}
.el-input_textarea {
  width: 100%;
  height: 120px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #c7c7cc;
  background-color: #fff;
  color: #232324;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.el-input_textarea:valid {
  border-color: #1566a7;
  outline: 1px solid #1566a7;
}
.el-input_textarea:focus {
  border-radius: 8px;
  border-color: #e57e08;
  outline: 1px solid #e57e08;
}
.el-input_textarea[readonly] {
  border-color: #1566a7;
  outline: 1px solid #1566a7;
}
.el-input_textarea[disabled] {
  background-color: #f0f0f0;
}
.el-button_pwShowHide {
  position: absolute;
  right: 16px;
  top: 12px;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  background-image: url(../images/Icon/eye_hide.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}
.el-button_pwShowHide.-show {
  background-image: url(../images/Icon/eye_show.svg);
}
.el-button_before {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 12px 8px;
  border-radius: 8px;
  border: 2px solid #1566a7;
  background-color: #1566a7;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  word-break: auto-phrase;
}
.el-button_before:active {
  color: #fff;
}
.el-button_before:hover {
  border-color: #0f4672;
  background-color: #0f4672;
  color: #fff;
}
.el-button_before:visited {
  color: #fff;
}
.el-button_before:focus {
  border-color: #fff;
  outline: 2px solid #e57e08;
}
.el-button_before:disabled {
  border-color: #909091;
  background-color: #909091;
}
.el-button_beforeSecondary,
.el-button_beforeSecondary {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 14px 8px;
  border-radius: 8px;
  border: 1px solid #1566a7;
  background-color: #fff;
  color: #1566a7;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  word-break: auto-phrase;
}
.el-button_beforeSecondary:hover,
.el-button_beforeSecondary:hover {
  background-color: #e0f1ff;
  color: #1566a7;
}
.el-button_beforeSecondary:focus,
.el-button_beforeSecondary:focus {
  border: 1px solid #fff;
  outline: 2px solid #e57e08;
}
.el-button_beforeSecondary:disabled,
.el-button_beforeSecondary:disabled {
  border-color: #909091;
  background-color: #fff;
  color: #909091;
}
.el-button_after {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 12px 8px;
  border-radius: 8px;
  border: 2px solid #005539;
  background-color: #005539;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  word-break: auto-phrase;
}
.el-button_after:active {
  color: #fff;
}
.el-button_after:hover {
  border-color: #003120;
  background-color: #003120;
  color: #fff;
}
.el-button_after:visited {
  color: #fff;
}
.el-button_after:focus {
  border-color: #fff;
  outline: 2px solid #e57e08;
}
.el-button_after:disabled {
  border-color: #909091;
  background-color: #909091;
}
.el-button_after.-hdr {
  padding: 8px 16px;
}
.el-button_after.-s {
  display: inline-block;
  width: auto;
  padding: 8px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.el-button_after.-delete {
  display: flex;
  align-items: center;
  width: 240px;
}
.el-button_after.-delete:before {
  content: '';
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background-image: url(../images/Icon/dust2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(358deg) brightness(103%) contrast(103%);
}
.el-button_afterSecondary {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 14px 8px;
  border-radius: 8px;
  border: 1px solid #005539;
  background-color: #fff;
  color: #005539;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  word-break: auto-phrase;
}
.el-button_afterSecondary:hover {
  background-color: #e6f2ee;
  color: #005539;
}
.el-button_afterSecondary:focus {
  border-radius: 8px;
  border: 2px solid #fff;
  outline: 2px solid #e57e08;
}
.el-button_afterSecondary:disabled {
  border-color: #909091;
  background-color: #fff;
  color: #909091;
}
.el-button_afterMinimal {
  position: relative;
  display: block;
  min-width: 92px;
  max-width: 100px;
  min-height: 40px;
  border-radius: 8px;
  border: none;
  background: #005539;
  color: #fff;
  text-align: center;
  line-height: 40px;

  /* &:has(select) {
    max-width:fit-content;
    background-color: transparent;
  } */
}
.el-button_afterMinimal:hover {
  color: #fff;
  background-color: #003120;
}
.el-button_afterMinimal:focus {
  border-radius: 8px;
  outline: 2px solid #e57e08;
}
.el-button_afterMinimal:disabled {
  background-color: #909091;
  cursor: default;
}
.el-button_afterMinimal:has(select):after {
  position: absolute;
  right: 8px;
  top: 16px;
  width: 10px;
  height: 7px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}
.el-button_afterMinimal select {
  display: block;
  /* width: 100%; */
  min-width: 92px;
  max-width: 100px;
  min-height: 40px;
  border-radius: 8px;
  border: none;
  background: #005539;
  color: #fff;
  text-align: center;
  line-height: 40px;
  appearance: none;
  width: 90px;
  height: 40px;
  /* padding: 0 0 0 12px; */
  padding: 0 24px 0 12px;
  text-align: left !important;
  white-space: nowrap;
}
.el-button_afterMinimal select option {
  display: block;
  padding: 12px 0;
  color: #232324;
  background-color: #fff;
  text-overflow: ellipsis;
}
.el-button_afterMinimal select hr {
  display: none;
}
.el-button_text {
  border: none;
  background-color: transparent;
  padding-top: 20px;
  color: #0017c1;
  text-decoration: underline;
}



.firstTimeHere {
  padding: 40px 32px;
  background: #f0f0f0;
}
input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  flex-shrink: 0;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  margin-right: 8px;
  vertical-align: -0.8rem;
  transition: all 0.15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  border-radius: 10%;
  background-color: #fff;
  border: 2px solid #232324;
  border-radius: 4px;
}
input[type='checkbox']:checked {
  border: 2px solid #1566a7;
  background-color: #1566a7;
}
input[type='checkbox']:before,
input[type='checkbox']:after {
  position: absolute;
  content: '';
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
input[type='checkbox']:before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
input[type='checkbox']:after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transition-delay: 0.2s;
}
input[type='checkbox']:checked:before {
  left: 1px;
  top: 10px;
  width: 6px;
  height: 2px;
}
input[type='checkbox']:checked:after {
  right: 5px;
  bottom: 1px;
  width: 2px;
  height: 14px;
}
input[type='checkbox'].-contract:checked {
  border: 2px solid #232324;
  background-color: #232324;
}
select {
  padding: 12px 16px;
  border-radius: 8px;
  border: 2px solid #c7c7cc;
  background: #f0f0f0;
  font-size: 1rem;
  line-height: 1.25;
}
select#pref_select {
  background-color: #fff;
}
select.prefSelected {
  background-color: #fff;
}
select.el-select_situation {
  width: 100%;
  background-color: #fff;
}
select.-bgWhite {
  background-color: #fff;
}
select.-w100 {
  width: 100%;
}
select:focus {
  outline: 2px solid #e57e08;
}
.validatecheck {
  display: block;
}
.validatecheck p {
  display: flex;
  color: #c91b1b;
  font-size: 0.875rem;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
}
.validatecheck p:before {
  flex-shrink: 0;
  content: '';
  width: 24px;
  height: 24px;
  margin-top: -2px;
  margin-right: 2px;
  background-image: url(../images/Icon/error.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.error-message {
  display: flex;
  color: #c91b1b;
  font-size: 0.875rem;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
}
.error-message:before {
  flex-shrink: 0;
  content: '';
  width: 24px;
  height: 24px;
  margin-top: -2px;
  margin-right: 2px;
  background-image: url(../images/Icon/error.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.is-hide {
  display: none !important;
}
.form__item {
  position: relative;
  width: 100%;
  padding: 60px 120px;
  border-radius: 8px;
  border: 1px solid #c7c7cc;
  background-color: #fff;
}
.form__item.-contract {
  padding: 0;
  border: none;
}
.form__item.-contract.disabled:after {
  content: '';
  position: absolute;
  left: -2px;
  right: -2px;
  top: 0;
  width: calc(100% + 4px);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .el-input_normal.-onedigit {
    margin: 0 2px;
  }
  .el-input_normal.-onedigit:nth-child(3) {
    margin-right: 12px;
  }
}
.box_error {
  display: flex;
  justify-content: center;
  padding: 12px;
  border: 1px solid #c91b1b;
}
.box_error:before {
  flex-shrink: 0;
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(../images/Icon/error.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.box_error.-noicon:before {
  display: none;
}
.error__text {
  color: #c91b1b;
  /* word-break: auto-phrase; */
}
.payment__error {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .error {
    display: flex;
    justify-content: center;
  }
  .payment__error {
    max-width: 688px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) {
  .payment__error {
    max-width: 840px;
  }
}
.widthIllust {
  background-size: 80px auto;
  background-repeat: no-repeat;
}
.widthIllust.-woman {
  background-image: url(../images/Illust/woman.svg);
}
.widthIllust.-man {
  background-image: url(../images/Illust/man.svg);
}
.widthIllust__text {
  margin-left: 96px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #c7c7cc;
  background-color: #fff;
}
.box-noborder-graybg {
  padding: 40px 20px;
  background: #f0f0f0;
}
.box-grayborder-whitebg {
  width: 100%;
  padding: 24px;
  border: 1px solid #c7c7cc;
  background-color: #fff;
}
.box-noborder-whitebg {
  width: 100%;
  background-color: #fff;
}
.box-blueborder-graybg {
  width: 100%;
  border: 1px solid #0f4672;
  background: #f0f0f0;
}
.box-blueYborder {
  border-top: 2px solid #1566a7;
  border-bottom: 2px solid #1566a7;
}
.box-grayTborder {
  margin: 0;
  padding: 0;
  border-top: 1px solid #c7c7cc;
}
.box-grayTborder:last-child {
  border-bottom: 1px solid #c7c7cc;
}
.box-checkboxWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-checkbox {
  display: flex;
  align-items: center;
  margin-right: 16px;
  padding-bottom: 12px;
}
.box-grayborder4-noradius {
  padding: 32px 16px;
  border: 4px solid #c7c7cc;
  text-align: center;
}
.box-paymentHis {
  padding: 16px 0;
  border-top: 1px solid #c7c7cc;
}
.box-paymentHis:last-child {
  border-bottom: 1px solid #c7c7cc;
}
.box-paymentHis .amountWrap {
  position: relative;
  min-height: 22px;
}
.box-paymentHis .amountWrap .status {
  position: absolute;
  left: 0;
  top: 0;
}
.box-paymentHis .history__items {
  padding: 8px 20px;
  border: 1px solid #e5e5ea;
  border-radius: 8px;
}
.box-inputsearch {
  position: relative;
}
.box-inputsearch input {
  width: 100%;
  height: 56px;
  padding: 4px 80px 4px 4px;
  border: 1px solid #c7c7cc;
  border-radius: 8px;
  background: #fff;
  font-size: 1.5rem;
  line-height: 1;
}
.box-inputsearch button {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 56px;
  border: none;
  border-radius: 0 8px 8px 0;
  background-color: #005539;
  color: #fff;
  color: var(--Colors_Text-color-text-w, #fff);
  text-align: center;
  font-size: 1rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .box-paymentHis {
    margin-bottom: 16px;
    padding: 24px 40px;
    border-radius: 8px;
    border: 1px solid #c7c7cc;
  }
}
.arrow-right:after {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  border-top: solid 2px #0017c1;
  border-right: solid 2px #0017c1;
  transform: rotate(45deg);
  content: '';
}
.arrow-left:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-top: solid 2px #0017c1;
  border-right: solid 2px #0017c1;
  transform: rotate(-135deg);
  content: '';
}
.flowOuter {
  max-width: 342px;
  margin: 0 auto;
}
.flow,.flow_sid,.flow_fromnpl,.flow_fromplus {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 25%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.flow {
  background-image: url(../images/flow.png);
}
.flow_sid {
  background-image: url(../images/flow_sid.png);
}
.flow_fromnpl {
  background-image: url(../images/flow_fromnpl.png);
}
.flow_fromplus {
  background-image: url(../images/flow_fromplus.png);
}
.flow.flow-1,
.flow_sid.flow-1,
.flow_fromnpl.flow-1,
.flow_fromplus.flow-1 {
  background-position: 0 0;
}
.flow.flow-2,
.flow_sid.flow-2 {
  background-position: 0 33%;
}
.flow_fromnpl.flow-2,
.flow_fromplus.flow-2 {
  background-position: 0 50%;
}
.flow.flow-3,
.flow_sid.flow-3 {
  background-position: 0 66.5%;
}
.flow.flow-4,
.flow_sid.flow-4,
.flow_fromnpl.flow-3,
.flow_fromplus.flow-3 {
  background-position: 0 bottom;
}
.flow ol,
.flow_sid ol,
.flow_fromnpl ol,
.flow_fromplus ol {
  width: 0;
  height: 0;
  overflow: hidden;
}
.flow2 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 25%;
  background-image: url(../images/flow2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.flow2.flow2-1 {
  background-position: 0 0;
}
.flow2.flow2-2 {
  background-position: 0 96%;
}
.flow2 ol {
  width: 0;
  height: 0;
  overflow: hidden;
}
.termsWrap {
  color: #232324;
}
.termsWrap ol {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.termsWrap p {
  padding-top: 4px;
}
.iconConfirm {
  display: inline-block;
  margin-left: 8px;
  padding: 4px 8px;
  background-color: #0f4672;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
  vertical-align: middle;
}
.iconRequired {
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 4px 8px;
  background-color: #c91b1b;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
  vertical-align: middle;
}
.confirm__ttl {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 8px 8px 0 0;
  border: 1px solid #c7c7cc;
  background: #f0f0f0;
}
.confirm__ttl a {
  font-weight: 400;
}
.confirm__item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5ea;
}
.confirm__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.confirm__item dt {
  padding-bottom: 4px;
  font-weight: 400;
}
.confirm__item dd {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.5;
}
.imgFront {
  display: block;
  max-width: 360px;
  margin: 0 auto 24px;
}
.imgResult {
  display: block;
  max-width: 240px;
  margin: 0 auto 24px;
}
.modal[open] {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  height: 100vh;
  height: 100dvh;
  max-width: 100%;
  max-height: 100%;
  max-height: 100vh;
  max-height: 100dvh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.75);
}
.modal__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 0 12px;
}
.modal__container {
  position: relative;
  width: 100%;
  max-width: 800px;
}
.modal__content {
  max-height: calc(100dvh - 126px);
  overflow: auto;
  padding: 48px 24px;
  background-color: #fff;
}
.modal__content.transparent {
  padding: 0;
  background-color: transparent;
}
.modal__close {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.modal__close:before {
  content: '';
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-image: url(../images/Icon/close.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.modal__close.el-button_after:before,
.modal__close.el-button_before:before {
  filter: brightness(0) saturate(100%) invert(98%) sepia(98%) saturate(8%) hue-rotate(129deg) brightness(102%) contrast(104%);
}
.modal__close.el-button_beforeSecondary:before {
  filter: brightness(0) saturate(100%) invert(29%) sepia(99%) saturate(1017%) hue-rotate(181deg) brightness(87%) contrast(89%);
}
.modal__close.el-button_beforeSecondary:disabled:before {
  filter: brightness(0) saturate(100%) invert(42%) sepia(9%) saturate(1%) hue-rotate(235deg) brightness(99%) contrast(94%);
}
.modal__close.el-button_afterSecondary:before {
  filter: brightness(0) saturate(100%) invert(23%) sepia(84%) saturate(536%) hue-rotate(113deg) brightness(92%) contrast(105%);
}
.modal__close.el-button_afterSecondary:disabled:before {
  filter: brightness(0) saturate(100%) invert(42%) sepia(9%) saturate(1%) hue-rotate(235deg) brightness(99%) contrast(94%);
}
@media screen and (min-width: 768px) {
  .modal__inner {
    padding: 0 50px;
  }
  .modal__content {
    max-height: 480px;
    padding: 44px 50px;
  }
}
@media screen and (min-width: 1024px) {
  .modal__inner {
    padding: 0 112px;
  }
}
.settingOFF {
  display: block;
  width: 100%;
  padding: 16px;
  border: none;
  border-top: 1px solid #c7c7cc;
  background-color: transparent;
  color: #0017c1;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
.btnAgree {
  display: flex;
  align-items: flex-start;
  padding: 20px 26px;
  color: #232324;
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
}
.bgBeige {
  padding-bottom: 28px;
  background-color: #f2eee9;
}
.bgBeige h1 {
  padding: 40px 20px 40px;
}
@media screen and (min-width: 768px) {
  .bgBeige {
    padding-bottom: 40px;
  }
  .bgBeige h1 {
    padding: 60px 20px 60px;
  }
}
.card {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: #fff;
}
.card.-pttn2 {
  overflow: hidden;
  border: 1px solid #c7c7cc;
}
.card.-pttn3 {
  border-top: 8px solid #005539;
}
.card p {
  word-break: break-all;
}
.card__ttlWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 20px;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #c7c7cc;
  background-color: #f0f0f0;
  color: #232324;
  font-size: 1rem;
  line-height: 1.25;
  text-align: left;
}
.card__ttl {
  padding: 8px 16px 16px;
  background-color: #005539;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.card__ttlinner {
  margin: 0;
  padding: 0 8px 0 0;
  color: #232324;
  font-size: 1rem;
  line-height: 1.25;
  text-align: left;
}
.card__cont {
  padding: 32px 20px;
}
.card__cont.-borderd {
  border-radius: 0 0 8px 8px;
  border: 1px solid #c7c7cc;
  border-top: none;
}
.card__cont.-situation {
  padding: 32px 20px;
}
.card__cont.-sub {
  padding: 16px 20px;
}
.cardcont__item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c7c7cc;
}
.cardcont__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.cardcont__item dt {
  margin: 0;
  padding: 0;
  color: #6e6e6f;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
}
.cardcont__item dd {
  margin: 0;
  padding: 0;
  color: #232324;
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal;
  font-weight: 700;
}
.cardcont__subitem {
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.cardcont__subitem:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cardcont__subitem dt {
  margin: 0;
  padding: 0;
  color: #6e6e6f;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
}
.cardcont__subitem dd {
  margin: 0;
  padding: 0;
  color: #232324;
  font-size: 1rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
}
.card__cont2 {
  padding: 16px 20px;
  word-break: break-all;
}
.textLink {
  display: flex;
  justify-content: flex-end;
}
.textLink a {
  color: #0017c1;
  text-decoration: underline;
  font-size: 0.875rem;
  line-height: 1.25;
}
.card__pttn1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pttn1__ttl {
  color: #232324;
  font-size: 1rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
}
.pttn1__amount {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 4px;
  color: #232324;
}
.pttn1__amount .amount {
  font-size: 1.75rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
}
.pttn1__amount .status {
  margin-top: 2px;
  margin-right: 8px;
  padding: 4px;
  border: 1px solid #232324;
  font-size: 0.75rem;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}
.pttn1__amount .status.unsettled {
  border-color: #232324;
  background-color: #fff;
  color: #232324;
}
.pttn1__amount .status.settled {
  border-color: #c91b1b;
  background-color: #c91b1b;
  color: #fff;
}
.pttn1__amount .yen {
  padding-top: 6px;
  font-size: 1.125rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
}
.pttn1__amount .local {
  padding-top: 6px;
  font-size: 0.875rem;
  line-height: 1.25;
}
.pttn8__amount {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin-left: auto;
  padding-bottom: 4px;
  color: #232324;
}
.pttn8__amount .status {
  margin-top: 2px;
  margin-left: 8px;
  padding: 4px;
  border: 1px solid #232324;
  font-size: 0.75rem;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}
.pttn8__amount .status.unsettled {
  border-color: #232324;
  background-color: #fff;
  color: #232324;
}
.pttn8__amount .status.settled {
  border-color: #c91b1b;
  background-color: #c91b1b;
  color: #fff;
}
.pttn8__amount .status.payed {
  border-color: #003120;
  background-color: #003120;
  color: #fff;
}
.pttn8__amount .local {
  padding-top: 6px;
  font-size: 0.875rem;
  line-height: 1.25;
}
.card__pttn2 {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: right;
}
.card__pttn3 {
  margin-top: 24px;
  margin-bottom: 8px;
  padding: 4px;
  background: #e6f2ee;
  color: #005539;
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.card__pttn3 p {
  color: #005539;
}
.card__pttn4 p {
  padding-bottom: 4px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.card__pttn6 {
  padding: 40px 0;
}
.card__pttn6 p {
  font-size: 1rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.card__pttn7 {
  padding: 0;
}
.card__pttn8 {
  padding: 0;
}
.telNumber {
  padding-bottom: 12px;
  color: #232324;
  font-size: 1.75rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
}
.situationCards .card {
  margin-bottom: 0;
  padding-bottom: 0;
  border-radius: 0 0 8px 8px;
  border: 1px solid #c7c7cc;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .card {
    max-width: 688px;
    margin-right: auto;
    margin-left: auto;
  }
  .card__cont {
    padding: 32px 60px;
  }
  .card__cont.-sub {
    padding: 20px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .card {
    width: 840px;
    max-width: 840px;
  }
  .card__cont {
    padding: 40px 48px;
  }
  .card__contWrap {
    display: flex;
    justify-content: space-between;
    align-items: strech;
  }
  .card__contLayout {
    width: 50%;
  }
  .card__contLayout:first-child {
    padding-right: 40px;
    border-right: 1px solid #e5e5ea;
  }
  .card__contLayout:last-child {
    padding-left: 40px;
  }
  .card__contLayout .el-button_after {
    width: 100%;
  }
}
label.contract {
  display: flex;
  align-items: center;
  color: #005539;
}
.notice__tab {
  border: 1px solid #c7c7cc;
}
.notice__tab {
  display: flex;
}
.tab__item {
  position: relative;
  width: 50%;
  padding: 0 4px;
}
.tab__item button {
  width: 100%;
  height: 60px;
  border-radius: 0;
  border: 0;
  border-bottom: 4px solid #fff;
  background-color: transparent;
  color: #232324;
  font-size: 1rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
}
.tab__item button[aria-selected='true'],
.tab__item button:hover {
  border-bottom-color: #005539;
}
.tab__item button .breakSP {
  display: block;
}
@media screen and (min-width: 480px) {
  .tab__item button .breakSP {
    display: inline;
  }
}
.tab__item:first-child {
  border-right: 1px solid #c7c7cc;
}
.tab__item .badge {
  left: auto;
  right: 8px;
  top: 4px;
  transform: translateX(0);
}
.notice__tabpanelWrap {
  padding: 24px 20px 0;
  border-top: none;
  background-color: #f2eee9;
}
.notice__tabpanelWrap [aria-hidden='true'] {
  display: none;
}
.noticelistWrap {
  padding-bottom: 20px;
}
.noticelistWrap__noNotice {
  display: block;
  width: 100%;
  padding: 52px 8px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
.tabpanel__ttl {
  padding: 16px;
  border-radius: 8px 8px 0 0;
  background-color: #005539;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}
.noticelist {
  list-style-type: none;
  max-height: 640px;
  overflow: auto;
  margin: 0;
  padding: 0 16px 16px;
  background-color: #fff;
}
.noticelist__item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 16px 0 16px 32px;
  border-bottom: 1px solid #c7c7cc;
}
.noticelist__item .el-input_check {
  position: absolute;
  left: 0;
  top: 18px;
}
.noticelist__date {
  order: 1;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
}
.noticelist__date .noticeBadge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 26px;
  margin-right: 8px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
}
.noticeNew {
  margin-left: 8px;
  color: #c91b1b;
  font-size: 0.75rem;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}
.noticelist__tag {
  order: 2;
  padding-bottom: 8px;
}
.noticelist__tag .tag__item {
  display: inline-block;
  margin-right: 4px;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.75rem;
  line-height: 1;
}
.noticelist__subject {
  order: 3;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
}
.noticelist__subject a,
.noticelist__subject p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.noticelist__subject a {
  text-decoration: underline;
}
.unread .noticeBadge {
  background-color: #c91b1b;
}
.unread .tag__item {
  border: 1px solid #e6f2ee;
  background-color: #e6f2ee;
  color: #005539;
}
.unread .noticelist__subject a {
  color: #0017c1;
}
.read .noticeBadge {
  background-color: #909091;
}
.read .tag__item {
  border: 1px solid #c7c7cc;
  background-color: #fff;
  color: #6e6e6f;
}
.mainText {
  padding-bottom: 16px;
  word-wrap: break-word;
}
.mainText a {
  color: #0017c1;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .notice__tabpanelWrap {
    padding: 24px 48px 0;
    border: 1px solid #c7c7cc;
  }
  .tab__item .badge {
    left: 50%;
    right: auto;
    transform: translateX(80px);
  }
  .noticelist {
    padding: 0 40px 24px;
  }
}
.accountDetails h2 {
  margin: 0;
  padding: 40px 0;
  color: #232324;
  font-family: 'BIZ UDPGothic', 'Noto Sans', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-size: 1.625rem;
  line-height: 1.25;
  text-align: center;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .accountDetails h2 {
    font-size: 2.25rem;
    line-height: 1.68;
    line-height: 1.13636;
    font-weight: 300;
  }
}
.loginDevice {
  font-size: 0.75rem;
  line-height: 1;
}
.sliderWrap {
  position: relative;
  padding: 48px 0 64px !important;
  background-color: #f0f0f0;
}
.swiperCont {
  display: flex;
  align-items: stretch;
}
.swiperCont__item {
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  color: #232324;
  text-decoration: none;
}
.swiperCont__description {
  order: 2;
}
.swiper__ttlwrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  padding: 16px 20px;
}
.swiper__ttl {
  order: 2;
  margin: 0;
  padding: 0;
  color: #232324;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 400;
}
.swiperCont__thumb {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.swiperCont__thumb img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.swiperCont__pic {
  position: relative;
  order: 1;
  overflow: hidden;
}
.hanrei__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.hanrei__item {
  display: flex;
  padding-bottom: 8px;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
}
.hanrei__item:before {
  content: '';
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 4px;
  background-color: #005539;
  background-repeat: no-repeat;
  background-size: contain;
}
.hanrei__item.-hanrei01:before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2019C16.1421%2019%2019.5%2015.6421%2019.5%2011.5C19.5%207.35786%2016.1421%204%2012%204C7.85786%204%204.5%207.35786%204.5%2011.5C4.5%2015.6421%207.85786%2019%2012%2019Z%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M12%2019C13.933%2019%2015.5%2015.6421%2015.5%2011.5C15.5%207.35786%2013.933%204%2012%204C10.067%204%208.5%207.35786%208.5%2011.5C8.5%2015.6421%2010.067%2019%2012%2019Z%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M4.5%209.5H19.5%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.2%22%2F%3E%3Cpath%20d%3D%22M4.5%2013.5H19.5%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.2%22%2F%3E%3C%2Fsvg%3E');
}
.hanrei__item.-hanrei02:before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.125%2015.25H4.5V8.6875C4.5%206.1%206.6%204%209.1875%204H14.8125%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M14.8125%204C17.4%204%2019.5%206.1%2019.5%208.6875V15.25H10.125V8.6875C10.125%206.1%2012.225%204%2014.8125%204Z%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M12%2019.9375V15.25%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M12.9375%209.625H16.6875%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fsvg%3E');
}
.hanrei__item.-hanrei03:before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.5%204H7.5C6.94772%204%206.5%204.44772%206.5%205V18C6.5%2018.5523%206.94771%2019%207.5%2019H16.5C17.0523%2019%2017.5%2018.5523%2017.5%2018V5C17.5%204.44772%2017.0523%204%2016.5%204Z%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.5%2015H17.5V19H6.5V15ZM13%2017.2002C13%2017.7525%2012.5523%2018.2002%2012%2018.2002C11.4477%2018.2002%2011%2017.7525%2011%2017.2002C11%2016.6479%2011.4477%2016.2002%2012%2016.2002C12.5523%2016.2002%2013%2016.6479%2013%2017.2002Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E');
}
.searchCategory {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 20px 0 0 0;
}
.searchCategory li {
  width: 100%;
  margin-bottom: 8px;
}
.searchCategory a {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .searchCategory {
    justify-content: space-between;
  }
  .searchCategory li {
    width: 49.4%;
  }
}
@media screen and (min-width: 1024px) {
  .searchCategory li {
    width: 32.6%;
  }
  .searchCategory::after {
    content: '';
    display: block;
    width: 32.6%;
  }
}
.proctop__dl {
  margin: 0;
  padding: 0;
  padding-bottom: 24px;
}
.proctop__dl:nth-child(2) {
  padding-top: 20px;
}
.proctop__dl:last-child {
  padding-bottom: 0;
}
.proctop__dl dt {
  margin: 0;
  padding: 0 0 7px 0;
  padding-bottom: 8px;
  font-size: 1.125rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
}
.proctop__dl dt.-situation {
  font-weight: 400;
}
.proctop__dl.-situation {
  padding: 0 0 16px 0;
}
.proctop__dl.-situation dt {
  font-size: 1rem;
  line-height: 1.25;
}
.proctop__dl dd {
  margin: 0;
  padding: 0 0 7px 0;
}
.proctop__dl a {
  display: inline-block;
  width: auto;
  font-size: 1rem;
  line-height: 1.5;
}
.proctop__dl a:after {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  border-radius: 4px;
  background-color: #005539;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.proctop__dl a.-hanrei01:after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2019C16.1421%2019%2019.5%2015.6421%2019.5%2011.5C19.5%207.35786%2016.1421%204%2012%204C7.85786%204%204.5%207.35786%204.5%2011.5C4.5%2015.6421%207.85786%2019%2012%2019Z%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M12%2019C13.933%2019%2015.5%2015.6421%2015.5%2011.5C15.5%207.35786%2013.933%204%2012%204C10.067%204%208.5%207.35786%208.5%2011.5C8.5%2015.6421%2010.067%2019%2012%2019Z%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M4.5%209.5H19.5%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.2%22%2F%3E%3Cpath%20d%3D%22M4.5%2013.5H19.5%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.2%22%2F%3E%3C%2Fsvg%3E');
}
.proctop__dl a.-hanrei02:after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.125%2015.25H4.5V8.6875C4.5%206.1%206.6%204%209.1875%204H14.8125%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M14.8125%204C17.4%204%2019.5%206.1%2019.5%208.6875V15.25H10.125V8.6875C10.125%206.1%2012.225%204%2014.8125%204Z%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M12%2019.9375V15.25%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M12.9375%209.625H16.6875%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fsvg%3E');
}
.proctop__dl a.-hanrei03:after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.5%204H7.5C6.94772%204%206.5%204.44772%206.5%205V18C6.5%2018.5523%206.94771%2019%207.5%2019H16.5C17.0523%2019%2017.5%2018.5523%2017.5%2018V5C17.5%204.44772%2017.0523%204%2016.5%204Z%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%221.2%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.5%2015H17.5V19H6.5V15ZM13%2017.2002C13%2017.7525%2012.5523%2018.2002%2012%2018.2002C11.4477%2018.2002%2011%2017.7525%2011%2017.2002C11%2016.6479%2011.4477%2016.2002%2012%2016.2002C12.5523%2016.2002%2013%2016.6479%2013%2017.2002Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E');
}
.history__amount {
  padding-bottom: 8px;
}
.history__amount .amountWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
.history__amount .amount {
  padding-bottom: 0;
  font-size: 1.75rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
}
.history__amount .status {
  margin-top: 2px;
  margin-right: 16px;
  padding: 4px;
  border: 1px solid #232324;
  font-size: 0.75rem;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}
.history__amount .status.unsettled {
  border-color: #232324;
  background-color: #fff;
  color: #232324;
}
.history__amount .status.settled {
  border-color: #c91b1b;
  background-color: #c91b1b;
  color: #fff;
}
.history__amount .status.overpayed {
  border-color: #c91b1b;
  background-color: #c91b1b;
  color: #fff;
}
.history__amount .status.payed {
  border-color: #003120;
  background-color: #003120;
  color: #fff;
}
.history__amount .status.exempt {
  border-color: #4a158f;
  background-color: #4a158f;
  color: #fff;
}
.history__amount .yen {
  padding-top: 6px;
  font-size: 1.125rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
}
.history__amount .local {
  padding-top: 6px;
  font-size: 0.875rem;
  line-height: 1.25;
}
.history__period {
  margin-bottom: 8px;
  padding: 4px;
  background: #e6f2ee;
  color: #005539;
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.history__period p {
  color: #005539;
}
.history__memo ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.history__memo li {
  padding-bottom: 4px;
}
.history__items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 4px;
  padding: 8px 0;
  border-top: 1px solid #e5e5ea;
  border-bottom: 1px solid #e5e5ea;
  background: #fff;
}
.history__items h3 {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5ea;
  font-size: 0.875rem;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.history__items dl {
  margin: 0;
  padding: 0;
  padding-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  font-style: normal;
}
.history__items dt {
  float: left;
  font-weight: 400;
  width: 12em;
}
.history__items dd {
  margin-bottom: 4px;
  overflow: hidden;
  text-align: right;
}
.tblBillingStatus {
  width: 100%;
  border: 1px solid #c7c7cc;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.tblBillingStatus td,
.tblBillingStatus th {
  padding: 4px;
  border: 1px solid #c7c7cc;
  word-break: auto-phrase;
}
.tblBillingStatus td.inputCheckBox,
.tblBillingStatus th.inputCheckBox {
  text-align: center;
  vertical-align: middle;
}
.tblBillingStatus td input,
.tblBillingStatus th input {
  vertical-align: -0.3rem;
}
.tblBillingStatus td:nth-child(3),
.tblBillingStatus th:nth-child(3) {
  width: 7em;
}
.tblBillingStatus thead {
  background-color: #005539;
  color: #fff;
}
.notfound {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
}
.notfound h1 {
  order: 2;
  padding: 40px 20px 40px;
}
.notfound img {
  order: 1;
  max-width: 240px;
  margin: 0 auto;
}
.footer {
  width: 100%;
  margin-top: auto;
}
.iframe-rules {
  height: 100%;
  overflow: hidden;
}
.toggleSwitch {
  position: relative;
  font-size: 60px;
}
.toggleSwitch > input {
  position: absolute;
  left: 0;
  top: 0;
  width: 51px;
  height: 31px;
  border-radius: 15px;
}
.toggleSwitch > input:focus {
  outline: 2px solid #e57e08;
}
.toggleSwitch > input:checked + label {
  border: 1px solid #007a51;
  background-color: #007a51;
}
.toggleSwitch > input:checked + label::before {
  left: 22px;
}
.toggleSwitch > label {
  display: block;
  position: relative;
  width: 51px;
  height: 31px;
  border-radius: 15px;
  border: 1px solid #757577;
  background-color: #757577;
  cursor: pointer;
}
.toggleSwitch > label::before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  border: 1px solid #fff;
  background-color: #fff;
  transition: 0.3s;
  content: '';
  filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.06)) drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.15));
}
.toggleSwitch input:disabled + label {
  border: 1px solid #b1b1b2;
  background-color: #fff;
  cursor: default;
}
.toggleSwitch input:disabled + label::before {
  border: 1px solid #b1b1b2;
}
.border {
  background-color: #c7c7cc;
}
.authConf__box {
  padding: 20px 0 0 0;
}
.authConf__boxtext {
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .authConf__lead {
    text-align: center;
  }
  .authConf__box {
    position: relative;
    width: 100%;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #c7c7cc;
    background-color: #fff;
  }
}
.loadSlideiframeWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(56.054279% + 112px);
  background-color: #f0f0f0;
}
.loadSlideiframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .loadSlideiframeWrap {
    padding-bottom: calc(32% + 112px);
  }
}
@media screen and (min-width: 1024px) {
  .loadSlideiframeWrap {
    padding-bottom: calc(21% + 112px);
  }
}
.swiper {
  overflow: visible;
}
.swiper-slide {
  height: auto !important;
}
.swiper-pagination {
  bottom: 24px !important;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 10px !important;
  border: 1px solid #005539;
  background-color: #fff !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  border: 1px solid #005539;
  background-color: #005539 !important;
}
.swiper-button-prev,
.swiper-button-next {
  width: 40px !important;
  height: 64px !important;
  margin: -16px 0 0 0 !important;
  padding: 0 !important;
  border: none;
  transform: translateY(-50%) !important;
}
.swiper-button-prev {
  left: 0 !important;
}
.swiper-button-next {
  right: 0 !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: block;
  width: 40px;
  height: 64px;
  background-image: url(../images/slider-navigation.svg);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0 !important;
}
.swiper-button-next:after {
  transform: scale(-1, 1);
}
.contractHdr {
  position: relative;
  border-bottom: 1px solid #e5e5ea;
  background-color: #fff;
}
.contractHdr.-oshirase {
  padding: 4px 20px;
  background: var(--color-color-red-50, #fce9e9);
}
.contractHdr.-oshirase p {
  color: #c91b1b;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  font-style: normal;
  font-weight: 400;
}
.contractHdr.-status {
  margin: 0 auto;
  padding: 12px 20px;
}
.contractHdr .status__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.contractHdr.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
#globalNav {
  z-index: 1000;
}
.contractHdr__list {
  display: flex;
  justify-content: center;
  padding: 0 8px;
}
.contractHdr__item {
  width: 80px;
}
.contractHdr__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
}
.contractHdr__item a .inline-block {
  display: block;
}
.contractHdr__item a:before {
  position: relative;
  z-index: 10;
  content: '';
  width: 100%;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(40%) sepia(6%) saturate(6%) hue-rotate(220deg) brightness(105%) contrast(87%);
}
.contractHdr__item a:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 4px;
  width: 56px;
  height: 32px;
  border-radius: 9999px;
  background-color: transparent;
  transform: translateX(-50%);
  transition-duration: 0.3s;
}
.contractHdr__item a:hover .nav__text {
  color: #005539;
  word-break: auto-phrase;
}
.contractHdr__item a:hover:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.contractHdr__item a:hover:after {
  background-color: #005539;
}
.nav__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 29px;
  color: #6e6e6f;
  font-size: 0.625rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
}


@media screen and (min-width: 360px) {
  .contractHdr__item:first-child {
    .nav__text {
      font-size: 0.54rem;
      text-align: center;
    }
  }
}
@media screen and (min-width: 768px) {
  .contractHdr__item:first-child {
    .nav__text {
      font-size: 0.9rem;
      text-align: center;
    }
  }
}
.badge {
  position: absolute;
  left: 50%;
  top: 4px;
  z-index: 20;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #c91b1b;
  color: #fff;
  text-align: center;
  font-size: 0.625rem;
  line-height: 1.68;
  line-height: 18px;
  font-weight: 700;
  transform: translateX(10px);
}
.nav-mypage:before {
  background-image: url(../images/Icon/home.svg);
}
.nav-notice:before {
  background-image: url(../images/Icon/oshirase.svg);
}
.nav-customerinfo:before {
  background-image: url(../images/Icon/account.svg);
}
.nav-procedure:before {
  background-image: url(../images/Icon/edit.svg);
}
.nav-payment:before {
  background-image: url(../images/Icon/payment.svg);
}
.billing:not(.paymentHis) .nav-mypage:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.billing:not(.paymentHis) .nav-mypage:after {
  background-color: #005539;
}
.billing.paymentHis .nav-payment:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.billing.paymentHis .nav-payment:after {
  background-color: #005539;
}
.notice .nav-notice:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.notice .nav-notice:after {
  background-color: #005539;
}
.details .nav-customerinfo:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.details .nav-customerinfo:after {
  background-color: #005539;
}
.proc:not(.proctop) .nav-procedure:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.proc:not(.proctop) .nav-procedure:after {
  background-color: #005539;
}
.proc.proctop .nav-procedure:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.proc.proctop .nav-procedure:after {
  background-color: #005539;
}
@media screen and (min-width: 768px) {
  .contractHdr.-status {
    padding: 12px 40px;
  }
  .contractHdr.-status .status__inner {
    width: 600px;
  }
  .contractHdr__list {
    margin: 0 auto;
    padding: 0;
  }
  .contractHdr__item {
    width: auto;
    margin: 0 8px;
  }
  .contractHdr__item a {
    flex-direction: row;
    height: 68px;
    padding-right: 8px;
  }
  .contractHdr__item a .inline-block {
    display: inline;
  }
  .contractHdr__item a:before {
    flex-shrink: 0;
    width: 32px;
    height: 68px;
    margin-right: 4px;
  }
  .contractHdr__item a:after {
    left: 0;
    top: auto;
    bottom: 0px;
    width: 100%;
    height: 4px;
    border-radius: 0;
    transform: translateX(0);
    transition-duration: 0.3s;
  }
  .contractHdr__item a:hover .nav__text {
    color: #005539;
  }
  .contractHdr__item a:hover:before {
    filter: brightness(0) saturate(100%) invert(25%) sepia(15%) saturate(5167%) hue-rotate(129deg) brightness(88%) contrast(101%);
  }
  .contractHdr__item a:hover:after {
    background-color: #005539;
  }
  .nav__text {
    flex-direction: row;
    height: 68px;
    font-size: 1rem;
    line-height: 1.25;
    white-space: nowrap;
  }
  .badge {
    left: 18px;
    top: 10px;
    transform: translateX(0);
  }
  .billing:not(.paymentHis) .nav-mypage .nav__text {
    color: #005539;
  }
  .billing:not(.paymentHis) .nav-mypage:before {
    filter: brightness(0) saturate(100%) invert(25%) sepia(15%) saturate(5167%) hue-rotate(129deg) brightness(88%) contrast(101%);
  }
  .billing.paymentHis .nav-payment .nav__text {
    color: #005539;
  }
  .billing.paymentHis .nav-payment:before {
    filter: brightness(0) saturate(100%) invert(25%) sepia(15%) saturate(5167%) hue-rotate(129deg) brightness(88%) contrast(101%);
  }
  .notice .nav-notice .nav__text {
    color: #005539;
  }
  .notice .nav-notice:before {
    filter: brightness(0) saturate(100%) invert(25%) sepia(15%) saturate(5167%) hue-rotate(129deg) brightness(88%) contrast(101%);
  }
  .details .nav-customerinfo .nav__text {
    color: #005539;
  }
  .details .nav-customerinfo:before {
    filter: brightness(0) saturate(100%) invert(25%) sepia(15%) saturate(5167%) hue-rotate(129deg) brightness(88%) contrast(101%);
  }
  .proc:not(.proctop) .nav-procedure .nav__text {
    color: #005539;
  }
  .proc:not(.proctop) .nav-procedure:before {
    filter: brightness(0) saturate(100%) invert(25%) sepia(15%) saturate(5167%) hue-rotate(129deg) brightness(88%) contrast(101%);
  }
  .proc.proctop .nav-procedure .nav__text {
    color: #005539;
  }
  .proc.proctop .nav-procedure:before {
    filter: brightness(0) saturate(100%) invert(25%) sepia(15%) saturate(5167%) hue-rotate(129deg) brightness(88%) contrast(101%);
  }
}
@media screen and (min-width: 1024px) {
  .contractHdr.-status {
    padding: 12px 0;
  }
  .contractHdr.-status .status__inner {
    width: 840px;
  }
  .contractHdr__item {
    margin: 0 20px;
  }
}
.breadcrumbs {
  padding: 20px 20px 12px 20px;
  border-top: 1px solid #c7c7cc;
}
.breadcrumbs__list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
}
.breadcrumbs__item {
  padding-bottom: 8px;
  color: #232324;
  font-size: 0.75rem;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}
.breadcrumbs__item a {
  display: flex;
  align-items: center;
  color: #232324;
  text-decoration: underline;
}
.breadcrumbs__item a:after {
  content: '';
  width: 24px;
  height: 24px;
  margin: 0 8px;
  background-image: url(../images/Icon/chevron-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.breadcrumbs__item a:hover {
  color: #0017c1;
}
@media screen and (min-width: 1024px) {
  .breadcrumbs {
    padding: 20px 40px 12px 40px;
  }
}
.spacing3 {
  padding-bottom: 3px !important;
}
.spacing4 {
  padding-bottom: 4px !important;
}
.spacing8 {
  padding-bottom: 8px !important;
}
.spacing9 {
  padding-bottom: 9px !important;
}
.spacing11 {
  padding-bottom: 11px !important;
}
.spacing16 {
  padding-bottom: 16px !important;
}
.spacing17 {
  padding-bottom: 17px !important;
}
.spacing22 {
  padding-bottom: 22px !important;
}
.spacing30 {
  padding-bottom: 30px !important;
}
.spacing44 {
  padding-bottom: 44px !important;
}
.list-disc {
  list-style-type: disc;
  margin: 0;
  padding: 0 0 0 1em;
}
.list-disc li {
  position: relative;
  padding-left: 0;
  padding-bottom: 4px;
  font-size: 1rem;
  line-height: 1.5;
  color: #232324;
  font-family: 'BIZ UDPGothic', 'Noto Sans', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.list-disc.bluedisc {
  list-style-type: none;
  padding: 0;
}
.list-disc.bluedisc li {
  padding-left: 20px;
}
.list-disc.bluedisc li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 50%;
  background-color: #1566a7;
}
.list-disc.contractdisc {
  list-style-type: none;
  padding: 0;
}
.list-disc.contractdisc li {
  padding-left: 20px;
}
.list-disc.contractdisc li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 50%;
  background-color: #005539;
}
.list-decimal {
  list-style-type: decimal;
  margin: 0;
  padding: 0 0 0 1.42em;
  font-size: 0.875rem;
  line-height: 1.7;
}
.list-decimal li {
  padding-bottom: 8px;
  color: #232324;
  font-family: 'BIZ UDPGothic', 'Noto Sans', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.list-none {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-none li {
  padding-bottom: 8px;
  color: #232324;
  font-size: 0.875rem;
  line-height: 1.7;
  font-family: 'BIZ UDPGothic', 'Noto Sans', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.horizontal li {
  display: inline-block;
}
.branch-number {
  counter-reset: section;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.7;
}
.branch-number li {
  margin-left: 2px;
  padding-bottom: 8px;
}
.branch-number li:before {
  counter-increment: section;
  content: counters(section, '-') '. ';
}
.branch-number li .branch-number {
  padding-left: 2em;
}
.branch-number li .branch-number li {
  padding-bottom: 0;
  padding-top: 8px;
}
.faq__list2 {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.faq__list2 li {
  margin: 0 8px 8px 0;
}
.faq__list2 a {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 0;
}
.fig {
  display: flex;
  margin-bottom: 19px;
}
.fig img {
  border-radius: 4px;
}
.fig .fig__caption {
  order: 2;
  padding-bottom: 0;
  color: #232324;
  font-size: 0.875rem;
  line-height: 1.7;
  font-family: 'BIZ UDPGothic', 'Noto Sans', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.fig figure {
  order: 1;
  margin-bottom: 8px;
}
.sizeL-textBttm {
  flex-direction: column;
}
.sizeL-textBttm img {
  width: 100%;
}
.sizeM-textRight {
  align-items: flex-start;
}
.sizeM-textRight figure {
  flex-shrink: 0;
  width: 50%;
  margin-right: 11px;
  margin-bottom: 0;
}
.sizeM-textLeft {
  align-items: flex-start;
}
.sizeM-textLeft .fig__caption {
  order: 1;
}
.sizeM-textLeft figure {
  flex-shrink: 0;
  order: 2;
  width: 50%;
  margin-left: 11px;
  margin-bottom: 0;
}
.figWrap {
  padding: 22px;
  border: 1px solid #e5e5ea;
}
.figinner {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.figinner.-video:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14%;
  min-width: 40px;
  max-width: 120px;
  height: 100%;
  background-image: url(/sports/olympics/images/icons/play-thumb_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
.sizeM-textRight {
  align-items: flex-start;
}
.sizeM-textRight figure {
  flex-shrink: 0;
  min-width: 135px;
  width: 47.87%;
  margin-right: 12px;
}
.sizeM-textRight figure .-video:after {
  width: 14%;
  min-width: 18px;
  max-width: 80px;
}
.sizeM-textLeft {
  align-items: flex-start;
  justify-content: space-between;
}
.sizeM-textLeft figure {
  order: 2;
  flex-shrink: 0;
  min-width: 135px;
  width: 47.87%;
  margin-left: 12px;
}
.sizeM-textLeft figure .-video:after {
  width: 14%;
  min-width: 18px;
  max-width: 80px;
}
.sizeM-textLeft .fig__caption {
  order: 1;
}
.sizeS-textRight {
  flex-direction: column;
  margin-bottom: 0;
}
.sizeS-textRight figure {
  display: block;
  width: 100%;
  max-width: 55.6%;
  margin: 0 auto 12px auto;
}
.sizeS-textRight img {
  margin-bottom: 0;
}
.sizeS-textLeft {
  flex-direction: column;
  margin-bottom: 0;
}
.sizeS-textLeft figure {
  display: block;
  width: 100%;
  max-width: 55.6%;
  margin: 0 auto 12px auto;
}
.sizeS-textLeft img {
  margin-bottom: 0;
}
.recommendFigWrap .fig:first-child {
  display: flex;
  flex-direction: column;
}
.recommendFigWrap .fig:first-child .figinner {
  width: 100%;
  margin-right: 0;
  margin-bottom: 12px;
}
.recommendFigWrap .fig:nth-child(n + 2) figure {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  min-width: 135px;
  width: 47.87%;
  margin-right: 12px;
  margin-bottom: 0;
}
.recommendFigWrap .fig:nth-child(n + 2) .figinner.-video:after {
  width: 14%;
  min-width: 18px;
  max-width: 80px;
}
.recommend__ttl {
  order: 2;
  margin: 0;
  padding: 0;
  color: #232324;
  font-size: 0.875rem;
  line-height: 1.7;
  font-family: 'BIZ UDPGothic', 'Noto Sans', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.recommend__fig {
  order: 1;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .sizeM-textLeft {
    justify-content: space-between;
  }
  .sizeM-textRight figure {
    width: 49.2%;
    margin-right: 19px;
  }
  .sizeM-textLeft figure {
    width: 49.2%;
    margin-left: 19px;
  }
  .sizeS-textRight {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sizeS-textRight .fig__caption {
    flex-shrink: 2;
  }
  .sizeS-textRight figure {
    flex-shrink: 0;
    display: block;
    width: auto;
    max-width: 55.6%;
    height: 159px;
    margin: 0 22px 0 0;
  }
  .sizeS-textRight figure img {
    width: auto;
    height: 159px;
  }
  .sizeS-textLeft {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sizeS-textLeft .fig__caption {
    order: 1;
    flex-shrink: 2;
  }
  .sizeS-textLeft figure {
    order: 2;
    flex-shrink: 0;
    display: block;
    width: auto;
    max-width: 55.6%;
    height: 159px;
    margin: 0 0 0 22px;
  }
  .sizeS-textLeft figure img {
    width: auto;
    height: 159px;
  }
  .sizeS-textLeft .fig__caption {
    order: 1;
  }
}
@media screen and (min-width: 1024px) {
  .recommendFigWrap:after {
    content: '';
    display: block;
    clear: both;
  }
  .recommendFigWrap .recommend {
    width: 50%;
    float: left;
  }
  .recommendFigWrap .fig:first-child {
    padding-right: 12px;
  }
  .recommendFigWrap .fig:first-child .figinner.-video:after {
    max-width: 45px;
  }
  .recommendFigWrap .fig:nth-child(n + 2) {
    padding-left: 12px;
  }
  .recommendFigWrap .fig:nth-child(n + 2) figure {
    flex-shrink: 0;
    min-width: 179px;
    width: 29.98%;
    margin-right: 12px;
    margin-bottom: 0;
  }
  .recommendFigWrap .fig:nth-child(n + 2) .figinner.-video:after {
    width: 14%;
    min-width: 18px;
    max-width: 80px;
  }
}
hr.line {
  width: 100%;
  height: 1px;
  margin-bottom: 22px;
  border: none;
  background-color: #e5e5ea;
}
hr.line-bold {
  width: 100%;
  height: 2px;
  margin-bottom: 22px;
  border: none;
  background-color: #e5e5ea;
}
hr.line-dot {
  width: 100%;
  height: 1px;
  margin-bottom: 22px;
  border: 1px dashed #e5e5ea;
  background-color: transparent;
}
.toggle[data-show='false'] {
  display: none;
}
details {
  position: relative;
  margin: 48px 0;
}
details summary {
  display: block;
  border: none;
  width: 100%;
  margin: 0;
  padding: 40px 16px;
  border-radius: 8px 8px 0 0;
  border: 1px solid #005539;
  border-bottom: none;
  background-color: #005539;
  color: #fff;
  text-align: center;
  font-size: 1.625rem;
  line-height: 1.25;
  font-weight: 700;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary .toggleBtn {
  position: absolute;
  left: 0;
  bottom: -32px;
  width: 100%;
  height: 32px;
  border-radius: 0 0 8px 8px;
  border: 1px solid #005539;
  border-top: none;
  background-color: #003120;
  text-indent: -9999px;
}
details summary .toggleBtn:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 18px;
  height: 18px;
  left: 50%;
  bottom: 12px;
  margin-left: -9px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(135deg);
}
details summary:hover {
  background-color: #003120;
}
details[open] summary .toggleBtn:after {
  bottom: 2px;
  transform: rotate(-45deg);
}
details .detail {
  border-left: 1px solid #005539;
  border-right: 1px solid #005539;
}
.detail__box .confirm__item {
  margin-bottom: 0;
  padding: 20px;
}
.detail__subttl {
  padding: 20px;
  background-color: #f0f0f0;
  font-size: 1rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
}
.detail__txt {
  padding: 20px;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
}
.detail__boxbottom {
  padding: 24px 20px;
  border-top: 1px solid #e5e5ea;
}
.wating {
  padding: 40px 24px;
  background: #f0f0f0;
}
.wating__ttl {
  padding-bottom: 32px;
  color: #6e6e6f;
  text-align: center;
  font-size: 1.625rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
}
.wating__text {
  color: #6e6e6f;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal;
  font-weight: 700;
}
.p-s {
  padding: 12px 0;
}
.p-m {
  padding: 22px 0;
}
.p-l {
  padding: 44px 0;
}
.pt-s {
  padding-top: 12px;
}
.pt-m {
  padding-top: 22px;
}
.pt-l {
  padding-top: 44px;
}
.pt-xl {
  padding-top: 90px;
}
.pb-s {
  padding-bottom: 12px;
}
.pb-m {
  padding-bottom: 22px;
}
.pb-l {
  padding-bottom: 44px;
}
.pb-xl {
  padding-bottom: 90px;
}
.m-s {
  margin: 12px 0;
}
.m-m {
  margin: 22px 0;
}
.m-l {
  margin: 44px 0;
}
.mt-s {
  margin-top: 12px;
}
.mt-m {
  margin-top: 22px;
}
.mt-l {
  margin-top: 44px;
}
.mb-s {
  margin-bottom: 12px;
}
.mb-m {
  margin-bottom: 22px;
}
.mb-l {
  margin-bottom: 44px;
}
.mb-xl {
  margin-bottom: 90px;
}
.ttlWithBtn {
  position: relative;
}
.btnAsideTtl {
  position: absolute;
  right: 0;
  top: 0;
}
.rounded-none {
  border-radius: 0;
}
.rounded-sm {
  border-radius: 2px;
}
.rounded {
  border-radius: 4px;
}
.rounded-md {
  border-radius: 6px;
}
.rounded-lg {
  border-radius: 8px;
}
.rounded-xl {
  border-radius: 10px;
}
.rounded-2xl {
  border-radius: 12px;
}
.rounded-3xl {
  border-radius: 16px;
}
.rounded-full {
  border-radius: 9999px;
}
.items-stretch {
  align-items: stretch;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.mb8 {
  margin-bottom: 8px;
}
.mt16 {
  display: block;
  margin-top: 16px;
}
.mb8 {
  margin-bottom: 8px;
}
.mt16 {
  display: block;
  margin-top: 16px;
}
.flexboxWrap {
  padding: 20px 0 0 0;
}
.flexbox {
  display: flex;
  position: relative;
}
.flexbox.-center {
  justify-content: center;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flexboxWrap {
  padding: 20px 0 0 0;
}
.flexbox {
  display: flex;
  position: relative;
}
.flexbox.-center {
  justify-content: center;
}
.mb8 {
  margin-bottom: 8px;
}
.mt16 {
  display: block;
  margin-top: 16px;
}
.ib,
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.dn,
.hidden {
  display: none;
}
.flex {
  display: flex;
}
.overflow-auto {
  overflow: auto;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-visible {
  overflow-x: visible;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}
.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}
@media screen and (min-width: 768px) {
  .hiddenPC {
    display: none;
  }
}
.max-w-screen {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.w-middle {
  display: block;
  width: 80%;
  max-width: 320px;
  margin: 0 auto;
}
.h-240 {
  height: 240px;
}
.mw-s {
  max-width: 320px !important;
  margin: 0 auto;
  box-sizing: border-box;
}
.mw-m {
  max-width: 528px !important;
  margin: 0 auto;
  box-sizing: border-box;
}
.mw-l {
  max-width: 840px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .mw-l {
    max-width: 688px;
  }
}
@media screen and (min-width: 1024px) {
  .mw-m {
    max-width: 600px !important;
  }
  .mw-l {
    max-width: 840px;
  }
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.ml-auto {
  margin-left: auto;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.mb-0 {
  margin-bottom: 0;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0-5 {
  margin-bottom: 2px;
}
.mb-1 {
  margin-bottom: 4px;
}
.mt-1 {
  margin-top: 4px;
}
.mb-1-5 {
  margin-bottom: 6px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mt-2 {
  margin-top: 8px;
}
.mr-2 {
  margin-right: 8px;
}
.ml-2 {
  margin-left: 8px;
}
.pt-2 {
  padding-top: 8px;
}
.mb-2-5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 12px;
}
.mt-3 {
  margin-top: 12px;
}
.pt-3 {
  padding-top: 12px;
}
.py-3 {
  padding: 12px 0;
}
.mb-3-5 {
  margin-bottom: 14px;
}
.mb-4 {
  margin-bottom: 16px;
}
.ml-4 {
  margin-left: 16px;
}
.mt-4 {
  margin-top: 16px;
}
.mb-5 {
  margin-bottom: 20px;
}
.mb-5-5 {
  margin-bottom: 22px;
}
.mb-6 {
  margin-bottom: 24px;
}
.mb-7 {
  margin-bottom: 28px;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-8 {
  margin-right: 32px;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mt-10 {
  margin-top: 40px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.pb-1 {
  padding-bottom: 4px !important;
}
.p-2 {
  padding: 8px;
}
.pb-2 {
  padding-bottom: 8px;
}
.pt-2 {
  padding-top: 8px;
}
.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.pb-3 {
  padding-bottom: 12px;
}
.pb-4 {
  padding-bottom: 16px;
}
.pt-4 {
  padding-top: 16px !important;
}
.px-4 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.py-4 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.mt-5 {
  margin-top: 20px;
}
.pb-5 {
  padding-bottom: 20px;
}
.py-5 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.px-5 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.mx-5 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.pt-5 {
  padding-top: 20px;
}
.pb-5 {
  padding-bottom: 20px !important;
}
.pt-6 {
  padding-top: 24px;
}
.pb-6 {
  padding-bottom: 24px;
}
.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}
.py-6 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.pb-7 {
  padding-bottom: 28px !important;
}
.mt-8 {
  margin-top: 32px;
}
.pt-8 {
  padding-top: 32px;
}
.pb-8 {
  padding-bottom: 32px;
}
.py-8 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.pb-10 {
  padding-bottom: 40px;
}
.pb-12 {
  padding-bottom: 48px;
}
.pt-12 {
  padding-top: 48px;
}
.pb-15 {
  padding-bottom: 60px !important;
}
.pb-16 {
  padding-bottom: 64px !important;
}
.py-16 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .mid-px-12 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
}
.mb8 {
  margin-bottom: 8px;
}
.mt16 {
  display: block;
  margin-top: 16px;
}
.mb8 {
  margin-bottom: 8px;
}
.mt16 {
  display: block;
  margin-top: 16px;
}
.mb8 {
  margin-bottom: 8px;
}
.mt16 {
  display: block;
  margin-top: 16px;
}
.mb8 {
  margin-bottom: 8px;
}
.mt16 {
  display: block;
  margin-top: 16px;
}
.xl {
  font-size: 1.5em;
}
.lg {
  font-size: 1.2em;
}
.small {
  font-size: 0.9em;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.underline {
  text-decoration: underline;
}
.underline:hover,
.underline:focus {
  color: #0017c1;
}
.underline:active,
.underline:visited {
  color: #090979;
}

.activeline:active,
.activeline:focus {
  color: #0017c1;
  text-decoration: underline;
}
.activeline:visited {
  color: #090979;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1.5;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.5;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.text-gray-500 {
  color: #6e6e6f;
}
.text-green {
  color: #005539;
}
.leading-normal {
  line-height: 1.5;
}
.auto-phrase {
  word-break: auto-phrase;
}
.text-red {
  color: #c91b1b;
}
.text-black {
  color: #232324;
}
.w-100 {
  width: 100%;
}
.text-break {
  word-break: break-all;
}
.text-en {
  font-family: Consolas, 'Courier New', monospace;
}