@charset "UTF-8";
body,
h1, h2, h3, h4, h5, h6,
p, ol, ul, dl, dt, dd, form {
  margin: 0;
  padding: 0;
}

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

table, td, th, tr, thead, tbody {
  border: none;
}

table th {
  text-align: left;
  font-weight: normal;
}

ul ol, ul li {
  list-style: none;
  list-style-type: none;
}

address {
  font-style: normal;
}

*:first-child + html img { /* IE7 */
  vertical-align: bottom;
}

a {
  display: block;
  text-decoration: none;
}

a img {
  border: none;
}

textarea {
  font-size: 1em;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  color: #333333;
}

html {
  scroll-behavior: smooth;
}

a {
  cursor: pointer;
}

body {
  width: 100vw;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  color: #333333;
  size-adjust: 100%;
}
body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.l-layout {
  padding: 0 14px;
  max-width: 640px;
  margin: 0 auto;
}

.l-header {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.l-header__wrap {
  position: relative;
}
.l-header__common {
  border-top: 3px solid #FFCD36;
  border-bottom: 1px solid #cccccc;
  background-color: #FFFFFF;
  padding: 15px 5px 2px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__common__sitelogo {
  max-width: 150px;
  width: 150px;
  height: 30px;
  display: block;
}
.l-header__common__sitelogo img {
  min-width: 100%;
  max-width: 100%;
}
.l-header__common__rightCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  position: relative;
}
.l-header__common__mypage {
  font-size: 12px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header__common__mypage div {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.l-header__common__mypage div img {
  max-width: 100%;
  width: 100%;
}
.l-header__common__register {
  font-size: 12px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header__common__register div {
  width: 28px;
  height: 20px;
  margin: 0 auto;
}
.l-header__common__register div img {
  max-width: 100%;
  width: 100%;
}
.l-header__common__login {
  font-size: 12px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header__common__login div {
  width: 28px;
  height: 20px;
  margin: 0 auto;
}
.l-header__common__login div img {
  max-width: 100%;
  width: 100%;
}
.l-header__common__navMenu {
  cursor: pointer;
  font-size: 12px;
}
.l-header__common__navMenu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25px;
  height: 21px;
  margin: 0 auto;
}
.l-header__common__navMenu-wrap span {
  display: inline-block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #434340;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__common__navMenu-wrap.open span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-315deg);
          transform: translateY(8px) rotate(-315deg);
}
.l-header__common__navMenu-wrap.open span:nth-of-type(2) {
  opacity: 0;
}
.l-header__common__navMenu-wrap.open span:nth-of-type(3) {
  -webkit-transform: translateY(-3px) rotate(315deg);
          transform: translateY(-3px) rotate(315deg);
}
.l-header__info {
  padding: 10px 14px;
  background-color: #F5F5F5;
}
.l-header__info p {
  font-size: 12px;
  display: inline-block;
  border-right: 1px solid #cccccc;
  padding-right: 10px;
}
.l-header__info p:last-of-type {
  border-right: none;
  padding-left: 10px;
}
.l-header__info p.adjustment {
  border-right: none;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 5px;
  margin-right: 10px;
  padding-bottom: 10px;
  padding-right: 0px;
}
.l-header__info p.adjustment + p:last-of-type {
  margin-top: 5px;
  padding-left: 0px;
}
.l-header__info p.c-links__arrow__right::after {
  right: -10px;
}
.l-header__info a {
  display: inline-block;
}
.l-header__info a p {
  border-right: none;
}
.l-header__info a::after {
  right: 0;
}
.l-header__info span {
  font-size: 14px;
  font-weight: bold;
}
.l-header__top-banner {
  background-color: #BBBBBB;
  height: 18vw;
  max-height: 105px;
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
}
.l-header__nav {
  max-width: 640px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  background-color: #FFFFFF;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
  height: 100vh;
  overflow-y: scroll;
  opacity: 1;
  pointer-events: none;
  display: none;
}
.l-header__nav__top {
  padding: 15px 16px 14px 12px;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav__top__navMenu-wrap {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25px;
  height: 20px;
  margin: 0;
}
.l-header__nav__top__navMenu-wrap span {
  display: inline-block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #434340;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #333333;
}
.l-header__nav__top__navMenu-wrap span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-315deg);
          transform: translateY(8px) rotate(-315deg);
}
.l-header__nav__top__navMenu-wrap span:nth-of-type(2) {
  -webkit-transform: translateY(0px) rotate(315deg);
          transform: translateY(0px) rotate(315deg);
}
.l-header__nav__list {
  border-top: 1px solid #cccccc;
  padding-bottom: 7.5rem;
}
.l-header__nav__list__item {
  border-bottom: 1px solid #cccccc;
}
.l-header__nav__list__item:last-of-type {
  border-bottom: 1px solid #cccccc;
}
.l-header__nav__list__item__lower {
  padding: 12px 8px 12px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.l-header__nav__list__item__lower p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.l-header__nav__list__item__lower-btnWrap {
  position: relative;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  right: 7px;
  cursor: pointer;
}
.l-header__nav__list__item__lower-btnWrap span {
  position: absolute;
  top: 50%;
  height: 3px;
  width: 16px;
  border-radius: 3px;
  background-color: #333333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header__nav__list__item__lower-btnWrap span:first-of-type {
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.l-header__nav__list__item__lower-btnWrap span:last-of-type {
  left: 0%;
  -webkit-transform: rotate(-90deg) translateX(10%) translateY(260%);
          transform: rotate(-90deg) translateX(10%) translateY(260%);
}
.l-header__nav__list__item__lower-btnWrap.open span:first-of-type {
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.l-header__nav__list__item__lower-btnWrap.open span:last-of-type {
  left: 25%;
  -webkit-transform: rotate(-180deg) translateX(0%) translateY(50%);
          transform: rotate(-180deg) translateX(0%) translateY(50%);
}
.l-header__nav__list__item__lower__list {
  display: none;
}
.l-header__nav__list__item__lower__list.open {
  display: block;
}
.l-header__nav__list__item__lower__list li:first-of-type a {
  border-top: 1px solid #cccccc;
}
.l-header__nav__list__item__lower__list li:last-of-type a {
  border-bottom: none;
}
.l-header__nav__list__item__lower__list a {
  font-size: 15px;
  padding: 16px 28px;
  background-color: #FFFAEC;
  border-bottom: 1px solid #cccccc;
}
.l-header__nav__list__item__lower__list a::after {
  right: 16px;
  width: 9px;
  height: 17px;
}
.l-header__nav__list__item > a.c-links__arrow__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 13px 12px 10px;
}
.l-header__nav__list__item > a.c-links__arrow__right::after {
  right: 16px;
  width: 10px;
  height: 18px;
}
.l-header__nav__list__item > a.c-links__arrow__right p {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav.open {
  display: block;
  pointer-events: auto;
}

.l-footer {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.l-footer__common {
  margin-top: 35px;
}
.l-footer__common ul {
  background-color: #F5F5F3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.l-footer__common ul li {
  border-top: 1px solid #cccccc;
  display: inline-block;
  font-size: 13px;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (min-width: 450px) {
  .l-footer__common ul li:nth-child(odd) {
    border-left: 1px solid #cccccc;
  }
  .l-footer__common ul li:nth-child(even) {
    border-right: 1px solid #cccccc;
    margin-left: -1px;
  }
}
.l-footer__common ul li:nth-child(odd) {
  border-right: 1px solid #cccccc;
}
.l-footer__common ul li:nth-child(n+3) {
  margin-top: -1px;
}
.l-footer__common ul li:nth-child(n+7) {
  border-bottom: 1px solid #cccccc;
}
.l-footer__common ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333333;
  padding: 10px 20px 10px 12px;
  width: 100%;
  height: 100%;
  max-height: 54px;
  min-height: 46px;
  font-size: 13px;
}
.l-footer__common ul li a::after {
  right: 10px;
}
.l-footer__common__ancTop {
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #F5F5F3;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 450px) {
  .l-footer__common__ancTop {
    border: 1px solid #cccccc;
  }
}
.l-footer__common__ancTop a {
  font-size: 13px;
}
.l-footer__common__ancTop a::after {
  right: 0;
  left: 6px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 22%;
}
.l-footer__common__logout {
  text-align: center;
  padding: 10px;
}
.l-footer__common__logout a {
  color: #333333;
  font-size: 15px;
  text-decoration: underline;
}
.l-footer__common__copyright {
  background-color: #434340;
  text-align: center;
  padding: 16px 0;
}
.l-footer__common__copyright div {
  display: inline-block;
}
.l-footer__common__copyright div:first-of-type {
  width: 115px;
  margin-right: 14px;
}
.l-footer__common__copyright div:last-of-type {
  width: 224px;
}
.l-footer__common__copyright div img {
  width: 100%;
}
.l-footer__servicewrap h3 {
  margin: 0 0 10px 14px;
}
.l-footer__servicewrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.l-footer__servicewrap ul li {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 450px) {
  .l-footer__servicewrap ul li {
    height: 70px;
    border: 1px solid #cccccc;
  }
}
.l-footer__servicewrap ul li:nth-child(odd) {
  border-right: 1px solid #cccccc;
}
@media (min-width: 450px) {
  .l-footer__servicewrap ul li:nth-child(even) {
    margin-left: -1px;
  }
}
.l-footer__servicewrap ul li:nth-child(n+3) {
  margin-top: -1px;
}
.l-footer__servicewrap ul li a {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.l-footer__servicewrap__img {
  width: 32px;
  min-width: 32px;
  height: 32px;
  display: inline-block;
  background-size: cover;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__servicewrap__img:has(img) {
  width: 100%;
  height: auto;
  min-height: 32px;
  margin-right: 0px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__servicewrap__img.timesParking {
  background-image: url("../images/il_footer_service001.png");
}
.l-footer__servicewrap__img.timesCar {
  background-image: url("../images/il_footer_service002.png");
}
.l-footer__servicewrap__img.timesCarRental {
  background-image: url("../images/il_footer_service003.png");
}
.l-footer__servicewrap__img.timesParkingB {
  background-image: url("../images/il_footer_service004.png");
}
.l-footer__servicewrap__img.benefit {
  background-image: url("../images/il_footer_service005.png");
}
.l-footer__servicewrap__img.monthlyParking {
  background-image: url("../images/il_footer_service001.png");
}
.l-footer__servicewrap__img.reserveParking {
  background-image: url("../images/il_footer_service006.png");
}
.l-footer__servicewrap__img.pandc {
  background-image: url("../images/il_footer_service007.png");
}
.l-footer__servicewrap__img.usedCar {
  background-image: url("../images/il_footer_service008.png");
}
.l-footer__servicewrap__img.roadservice {
  background-image: url("../images/il_footer_service009.png");
}
.l-footer__servicewrap__img.resta {
  background-image: url("../images/il_footer_service010.png");
}
.l-footer__servicewrap__img.tcl {
  background-image: url("../images/il_footer_service011.png");
}
.l-footer__servicewrap__img.tanomachi {
  background-image: url("../images/il_footer_service012.png");
}
.l-footer__servicewrap__img.tsp {
  background-image: url("../images/il_footer_service013.png");
}

.u-mauto {
  margin: 0 auto !important;
}

.u-m-non {
  margin: 0 !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt4 {
  margin-top: 4px !important;
}

.u-mt6 {
  margin-top: 6px !important;
}

.u-mt8 {
  margin-top: 8px !important;
}

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

.u-mt12 {
  margin-top: 12px !important;
}

.u-mt14 {
  margin-top: 14px !important;
}

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

.u-mt16 {
  margin-top: 16px !important;
}

.u-mt18 {
  margin-top: 18px !important;
}

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

.u-mt22 {
  margin-top: 22px !important;
}

.u-mt24 {
  margin-top: 24px !important;
}

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

.u-mt28 {
  margin-top: 28px !important;
}

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

.u-mt32 {
  margin-top: 32px !important;
}

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

.u-mt36 {
  margin-top: 38px !important;
}

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

.u-mt44 {
  margin-top: 44px !important;
}

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

.u-mt48 {
  margin-top: 48px !important;
}

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

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

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

.u-mr4 {
  margin-right: 4px !important;
}

.u-mr6 {
  margin-right: 6px !important;
}

.u-mr8 {
  margin-right: 8px !important;
}

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

.u-mr12 {
  margin-right: 12px !important;
}

.u-mr14 {
  margin-right: 14px !important;
}

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

.u-mr16 {
  margin-right: 16px !important;
}

.u-mr18 {
  margin-right: 18px !important;
}

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

.u-mr22 {
  margin-right: 22px !important;
}

.u-mr24 {
  margin-right: 24px !important;
}

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

.u-mr28 {
  margin-right: 28px !important;
}

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

.u-mr32 {
  margin-right: 32px !important;
}

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

.u-mr36 {
  margin-right: 38px !important;
}

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

.u-mr44 {
  margin-right: 44px !important;
}

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

.u-mr48 {
  margin-right: 48px !important;
}

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

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

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

.u-mb4 {
  margin-bottom: 4px !important;
}

.u-mb6 {
  margin-bottom: 6px !important;
}

.u-mb8 {
  margin-bottom: 8px !important;
}

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

.u-mb12 {
  margin-bottom: 12px !important;
}

.u-mb14 {
  margin-bottom: 14px !important;
}

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

.u-mb16 {
  margin-bottom: 16px !important;
}

.u-mb18 {
  margin-bottom: 18px !important;
}

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

.u-mb22 {
  margin-bottom: 22px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

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

.u-mb28 {
  margin-bottom: 28px !important;
}

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

.u-mb32 {
  margin-bottom: 32px !important;
}

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

.u-mb36 {
  margin-bottom: 38px !important;
}

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

.u-mb44 {
  margin-bottom: 44px !important;
}

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

.u-mb48 {
  margin-bottom: 48px !important;
}

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

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

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

.u-ml4 {
  margin-left: 4px !important;
}

.u-ml6 {
  margin-left: 6px !important;
}

.u-ml8 {
  margin-left: 8px !important;
}

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

.u-ml12 {
  margin-left: 12px !important;
}

.u-ml14 {
  margin-left: 14px !important;
}

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

.u-ml16 {
  margin-left: 16px !important;
}

.u-ml18 {
  margin-left: 18px !important;
}

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

.u-ml22 {
  margin-left: 22px !important;
}

.u-ml24 {
  margin-left: 24px !important;
}

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

.u-ml28 {
  margin-left: 28px !important;
}

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

.u-ml32 {
  margin-left: 32px !important;
}

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

.u-ml36 {
  margin-left: 38px !important;
}

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

.u-ml44 {
  margin-left: 44px !important;
}

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

.u-ml48 {
  margin-left: 48px !important;
}

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

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

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

.u-pt4 {
  padding-top: 4px !important;
}

.u-pt6 {
  padding-top: 6px !important;
}

.u-pt8 {
  padding-top: 8px !important;
}

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

.u-pt12 {
  padding-top: 12px !important;
}

.u-pt14 {
  padding-top: 14px !important;
}

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

.u-pt16 {
  padding-top: 16px !important;
}

.u-pt18 {
  padding-top: 18px !important;
}

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

.u-pt22 {
  padding-top: 22px !important;
}

.u-pt24 {
  padding-top: 24px !important;
}

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

.u-pt28 {
  padding-top: 28px !important;
}

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

.u-pt32 {
  padding-top: 32px !important;
}

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

.u-pt36 {
  padding-top: 38px !important;
}

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

.u-pt44 {
  padding-top: 44px !important;
}

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

.u-pt48 {
  padding-top: 48px !important;
}

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

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

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

.u-pr4 {
  padding-right: 4px !important;
}

.u-pr6 {
  padding-right: 6px !important;
}

.u-pr8 {
  padding-right: 8px !important;
}

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

.u-pr12 {
  padding-right: 12px !important;
}

.u-pr14 {
  padding-right: 14px !important;
}

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

.u-pr16 {
  padding-right: 16px !important;
}

.u-pr18 {
  padding-right: 18px !important;
}

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

.u-pr22 {
  padding-right: 22px !important;
}

.u-pr24 {
  padding-right: 24px !important;
}

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

.u-pr28 {
  padding-right: 28px !important;
}

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

.u-pr32 {
  padding-right: 32px !important;
}

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

.u-pr36 {
  padding-right: 38px !important;
}

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

.u-pr44 {
  padding-right: 44px !important;
}

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

.u-pr48 {
  padding-right: 48px !important;
}

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

.u-pr60 {
  padding-right: 60px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-p-none {
  padding: 0 !important;
}

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

.u-pb4 {
  padding-bottom: 4px !important;
}

.u-pb6 {
  padding-bottom: 6px !important;
}

.u-pb8 {
  padding-bottom: 8px !important;
}

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

.u-pb12 {
  padding-bottom: 12px !important;
}

.u-pb14 {
  padding-bottom: 14px !important;
}

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

.u-pb16 {
  padding-bottom: 16px !important;
}

.u-pb18 {
  padding-bottom: 18px !important;
}

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

.u-pb22 {
  padding-bottom: 22px !important;
}

.u-pb24 {
  padding-bottom: 24px !important;
}

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

.u-pb28 {
  padding-bottom: 28px !important;
}

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

.u-pb32 {
  padding-bottom: 32px !important;
}

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

.u-pb36 {
  padding-bottom: 38px !important;
}

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

.u-pb44 {
  padding-bottom: 44px !important;
}

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

.u-pb48 {
  padding-bottom: 48px !important;
}

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

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

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

.u-pl4 {
  padding-left: 4px !important;
}

.u-pl6 {
  padding-left: 6px !important;
}

.u-pl8 {
  padding-left: 8px !important;
}

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

.u-pl12 {
  padding-left: 12px !important;
}

.u-pl14 {
  padding-left: 14px !important;
}

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

.u-pl16 {
  padding-left: 16px !important;
}

.u-pl18 {
  padding-left: 18px !important;
}

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

.u-pl22 {
  padding-left: 22px !important;
}

.u-pl24 {
  padding-left: 24px !important;
}

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

.u-pl28 {
  padding-left: 28px !important;
}

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

.u-pl32 {
  padding-left: 32px !important;
}

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

.u-pl36 {
  padding-left: 38px !important;
}

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

.u-pl44 {
  padding-left: 44px !important;
}

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

.u-pl48 {
  padding-left: 48px !important;
}

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

.u-pl60 {
  padding-left: 60px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-disp_inline {
  display: inline;
}

.u-disp_inblock {
  display: inline-block;
}

.u-disp_block {
  display: block;
}

.u-disp_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-disp_grid {
  display: grid;
}

.u-flex_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-flex_sbetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-flex_saround {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.u-flex_sevenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.u-flex_dir-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.u-flex_dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.u-flex_dir-colReverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.u-flex_dir-rowReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.u-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-w20 {
  width: 20%;
}

.u-w25 {
  width: 25%;
}

.u-w30 {
  width: 30%;
}

.u-w40 {
  width: 40%;
}

.u-w45 {
  width: 45%;
}

.u-w48 {
  width: 45%;
}

.u-w49 {
  width: 49%;
}

.u-w50 {
  width: 50%;
}

.u-w60 {
  width: 60%;
}

.u-w70 {
  width: 70%;
}

.u-w75 {
  width: 75%;
}

.u-w80 {
  width: 80%;
}

.u-w90 {
  width: 90%;
}

.u-w100 {
  width: 100%;
}

.u-minw100 {
  min-width: 100%;
}

.u-maxw100 {
  max-width: 100%;
}

.u-bg__none {
  background-color: inherit !important;
}

.u-bg__001 {
  background-color: #FFFFFF !important;
}

.u-bg__002 {
  background-color: #E4E4E0 !important;
}

.u-bg__gray001 {
  background-color: #F5F5F5 !important;
}

.u-bg__gray002 {
  background-color: #E4E4E4 !important;
}

.u-bg__yellow001 {
  background-color: #FFFAEC !important;
}

.u-bg__maron001 {
  background-color: #D08b2a !important;
}

.u-shdow__none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.u-border__none {
  border: none !important;
}

.u-border__top-gray {
  border-top: 1px solid #cccccc;
}

.u-bdr__none {
  border-radius: 0px !important;
}

.u-sp__only {
  display: block;
}
@media (min-width: 450px) {
  .u-sp__only {
    display: none !important;
  }
}

.u-pc__only {
  display: none;
}
@media (min-width: 450px) {
  .u-pc__only {
    display: block !important;
  }
}

.p-news {
  margin-top: 40px;
}
.p-news h3 {
  margin: 14px;
}
.p-news a {
  border-bottom: 1px solid #cccccc;
  padding: 14px 37px 10px 16px;
  color: #333333;
  display: block;
}
.p-news a:first-of-type {
  border-top: 1px solid #cccccc;
}
@media (min-width: 450px) {
  .p-news a {
    border: 1px solid #cccccc;
  }
  .p-news a:nth-of-child(n+2) {
    border-top: 0px;
  }
}
.p-news a dt {
  margin-bottom: 10px;
  font-weight: bold;
}
.p-news a::after {
  right: 5%;
  width: 8px;
  height: 15px;
}
.p-news ~ a {
  margin: 25px auto 45px;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.3019607843);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.p-news ~ a::after {
  right: 5%;
}
.p-news ~ .p-news__btn {
  margin: 25px 14px 0;
}
.p-news ~ .p-news__btn a {
  width: 88.5%;
}
.p-news ~ .p-news__btn a::after {
  right: 5%;
}

.p-InfoDetails {
  margin: 0 14px;
}
.p-InfoDetails__wrap {
  margin: 23px 0 14px;
}
.p-InfoDetails__wrap .c-button__point, .p-InfoDetails__wrap .c-button__ticket {
  border-radius: 12px;
}
.p-InfoDetails__wrap__point {
  padding: 20px 14px 30px;
}
.p-InfoDetails__wrap__error {
  padding: 20px 14px;
  margin: 0 8px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  font-size: 14px;
  background-color: #E4E4E4;
}
.p-InfoDetails__wrap > a::after {
  right: 15px;
}

.p-InfoAlert {
  padding: 14px;
  margin: 15px 14px 0;
  border: 2px solid #DD0000;
}
.p-InfoAlert dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #DD0000;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-InfoAlert dl dt span {
  background-color: #DD0000;
  padding: 10px 8px;
  white-space: nowrap;
  color: #FFFFFF;
  font-size: 15px;
  display: inline-block;
  max-height: 42px;
  margin-right: 10px;
  font-weight: normal;
}
.p-InfoAlert dl dd {
  margin-top: 6px;
}
.p-InfoAlert a::after {
  right: 21px;
}

.p-InfoCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.p-InfoCategory a {
  width: 48.5%;
  padding: 20px 20px 16px;
  margin: 0;
}
.p-InfoCategory a::after {
  right: 16px;
}
.p-InfoCategory a div {
  width: 40%;
  margin: 0 auto 15px;
}
.p-InfoCategory a div img {
  width: 100%;
  min-width: 100%;
}
.p-InfoCategory a p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.p-service {
  margin-top: 30px;
}
.p-service.top {
  background-color: #F5F5F5;
  padding: 20px 10px 30px;
  margin: 0 14px;
}
.p-service.top .p-service__title {
  text-align: center;
  margin-bottom: 25px;
}
.p-service.top .p-service__title__ilBox {
  position: absolute;
  top: -7px;
  right: 0;
  width: 22px;
  height: 15px;
  display: inline-block;
}
.p-service.top .p-service__title__ilBox span {
  height: 2px;
  width: 8px;
  position: absolute;
  background-color: #333333;
  border-radius: 4px;
}
.p-service.top .p-service__title__ilBox span:first-of-type {
  -webkit-transform: rotate(80deg) translateY(11px);
          transform: rotate(80deg) translateY(11px);
}
.p-service.top .p-service__title__ilBox span:nth-of-type(2) {
  -webkit-transform: rotate(110deg) translateX(3px);
          transform: rotate(110deg) translateX(3px);
}
.p-service.top .p-service__title__ilBox span:last-of-type {
  -webkit-transform: rotate(1400deg) translateY(11px);
          transform: rotate(1400deg) translateY(11px);
}
.p-service.top .p-service__list {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.p-service.top .p-service__list__item {
  background-color: #FFFFFF;
  padding: 17px 8px 17px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 1px 0px 0px #CCCCCC;
          box-shadow: 0px 1px 0px 0px #CCCCCC;
}
.p-service.top .p-service__list__item:first-of-type {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.p-service.top .p-service__list__item:last-of-type {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.p-service.top .p-service__list__item:not(:first-of-type) {
  border-top: 1px solid #cccccc;
}
.p-service.top .p-service__list__item p {
  font-size: 15px;
  font-weight: bold;
  display: inline;
}
.p-service.top ~ a {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2392156863);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2392156863);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2509803922);
}
.p-service.top ~ .p-service__btn {
  background-color: #F5F5F5;
  margin: 0 14px;
  padding-bottom: 30px;
}
.p-service.top ~ .p-service__btn a {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2392156863);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2392156863);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2509803922);
  width: 88.5%;
}
.p-service.top ~ .p-service__btn a::after {
  right: 5%;
}
.p-service.servicePage .p-service__title {
  text-align: center;
  margin-bottom: 25px;
}
.p-service.servicePage .p-service__title__ilBox {
  position: absolute;
  top: -2px;
  right: -8px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  width: 22px;
  height: 15px;
  display: inline-block;
}
.p-service.servicePage .p-service__title__ilBox span {
  height: 2px;
  width: 8px;
  position: absolute;
  background-color: #333333;
  border-radius: 4px;
}
.p-service.servicePage .p-service__title__ilBox span:first-of-type {
  -webkit-transform: rotate(80deg) translateY(11px);
          transform: rotate(80deg) translateY(11px);
}
.p-service.servicePage .p-service__title__ilBox span:nth-of-type(2) {
  -webkit-transform: rotate(110deg) translateX(3px);
          transform: rotate(110deg) translateX(3px);
}
.p-service.servicePage .p-service__title__ilBox span:last-of-type {
  -webkit-transform: rotate(1400deg) translateY(11px);
          transform: rotate(1400deg) translateY(11px);
}
.p-service.servicePage .p-service__list {
  margin: 20px 0 0 0;
}
.p-service.servicePage .p-service__list__item {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.p-service.servicePage .p-service__list__item:not(:first-of-type) {
  margin-top: 16px;
}
.p-service.servicePage .p-service__list__item.yellow {
  border-left: 5px solid #FFCD36;
}
.p-service.servicePage .p-service__list__item.blue {
  border-left: 5px solid #58C3D6;
}
.p-service.servicePage .p-service__list__item.purple {
  border-left: 5px solid #CB61DE;
}
.p-service.servicePage .p-service__list__item.pink {
  border-left: 5px solid #FF7FCA;
}
.p-service.servicePage .p-service__list__item__wrap {
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.p-service.servicePage .p-service__list__item__title {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-service.servicePage .p-service__list__item__title p {
  font-weight: 600;
  font-size: 15px;
  text-align: left;
  display: inline;
  word-break: break-word;
  white-space: normal;
}
.p-service.servicePage .p-service__list__item__title p .c-links__window__right, .p-service.servicePage .p-service__list__item__title p .c-links__arrow__right {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
}
.p-service.servicePage .p-service__list__item__title p .c-links__window__right {
  margin-left: 2px;
}
.p-service.servicePage .p-service__list__item__title p .c-links__arrow__right {
  margin-left: 0px;
}
.p-service.servicePage .p-service__list__item__fragment {
  width: 15%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.025em;
}
.p-service.servicePage .p-service__list__item__fragment.non-registerd {
  color: #7C7C7C;
}
.p-service.servicePage .p-service__list__item__error {
  padding: 20px 14px;
  background-color: #E4E4E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.p-service.servicePage .p-service__list__item__error:not(:first-of-type) {
  margin-top: 16px;
}
.p-service.servicePage .p-service__list.moreService .p-service__list__item {
  -webkit-box-shadow: 0px 1px 0px 0px #CCCCCC;
          box-shadow: 0px 1px 0px 0px #CCCCCC;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.p-service.servicePage .p-service__list.moreService .p-service__list__item__title {
  width: 85%;
}
.p-service.servicePage .p-service__list.moreService .p-service__list__item__title p {
  font-size: 15px;
  text-align: left;
  font-weight: 600;
  display: inline;
  word-break: break-word;
  white-space: normal;
}
.p-service.servicePage .p-service__list.moreService .p-service__list__item__fragment {
  width: 13%;
}
@media (min-width: 450px) {
  .p-service.servicePage .p-service__list.moreService .p-service__list__item__fragment {
    width: 15%;
  }
}
.p-service.servicePage .p-service__list.moreService .p-service__list__item__wrap {
  padding: 15px 8px 15px 10px;
  gap: 0px;
}
@media (min-width: 450px) {
  .p-service.servicePage .p-service__list.moreService .p-service__list__item__wrap {
    padding: 15px 14px;
  }
}

.p-ticketDetail {
  background-color: #F5F5F5;
  padding: 0 14px;
}
.p-ticketDetail__group {
  padding: 20px 0px 40px;
}
.p-ticketDetail__group:not(:first-of-type) {
  padding: 0 0 40px;
}
.p-ticketDetail__group__item {
  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;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  position: relative;
  margin-top: 16px;
}
.p-ticketDetail__group__item__title {
  padding: 28px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 78%;
  position: relative;
  border-right: 2px dashed #CCCCCC;
}
.p-ticketDetail__group__item__title-text {
  font-size: 12px;
}
.p-ticketDetail__group__item__title-text p {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 2px;
}
.p-ticketDetail__group__item__title-text span {
  font-size: 12px;
  display: inline-block;
}
.p-ticketDetail__group__item__title > span {
  min-width: 40px;
}
.p-ticketDetail__group__item__title::before {
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  top: -1%;
  right: -7px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 50%/0 0 100% 100%;
  background-color: #F5F5F5;
  border: 0px;
  z-index: 10;
}
.p-ticketDetail__group__item__title::after {
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  bottom: -1%;
  right: -7px;
  background-color: #F5F5F5;
  border-radius: 50%/100% 100% 0 0;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1019607843);
}
.p-ticketDetail__group__item__possession {
  width: 25%;
  position: relative;
}
.p-ticketDetail__group__item__possession p {
  font-size: 18px;
  text-align: center;
  margin-right: 8px;
  font-weight: bold;
}
.p-ticketDetail__group__item__possession p span {
  font-size: 22px;
}
.p-ticketDetail__group__item.yellow {
  border-left: 6px solid #FFCD36;
}
.p-ticketDetail__group__item.blue {
  border-left: 6px solid #58C3D6;
}
.p-ticketDetail__group__item.pink {
  border-left: 6px solid #E66979;
}
.p-ticketDetail__group__item.orange {
  border-left: 6px solid #EF9A1A;
}
.p-ticketDetail__group__item.purple {
  border-left: 6px solid #C86FC9;
}
.p-ticketDetail__group__item-error {
  background-color: #E4E4E4;
  padding: 20px 14px;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.p-ticketDetail__group__item-none {
  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;
  background-color: #FFFFFF;
  border-radius: 3px;
  position: relative;
  margin-top: 16px;
  border: 1px solid #CCC;
}
.p-ticketDetail__group__item-none .p-ticketDetail__group__item__title {
  padding: 28px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 78%;
  position: relative;
  border-right: 2px dashed #CCCCCC;
}
.p-ticketDetail__group__item-none .p-ticketDetail__group__item__title-text {
  font-size: 12px;
  color: #cccccc;
}
.p-ticketDetail__group__item-none .p-ticketDetail__group__item__title-text p {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 2px;
  color: #cccccc;
}
.p-ticketDetail__group__item-none .p-ticketDetail__group__item__title-text span {
  font-size: 12px;
  color: #cccccc;
}
.p-ticketDetail__group__item-none .p-ticketDetail__group__item__title > span {
  min-width: 40px;
}
.p-ticketDetail__group__item-none .p-ticketDetail__group__item__title::before {
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  top: -1%;
  right: -7px;
  background-color: #F5F5F5;
  border-radius: 50%/0 0 100% 100%;
  border-bottom: 1px solid #CCC;
}
.p-ticketDetail__group__item-none .p-ticketDetail__group__item__title::after {
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  bottom: -1%;
  right: -7px;
  background-color: #F5F5F5;
  border-radius: 50%/100% 100% 0 0;
  border-top: 1px solid #CCC;
}
.p-ticketDetail__group__item-none .p-ticketDetail__group__item__possession {
  width: 25%;
  position: relative;
}
.p-ticketDetail__group__item-none .p-ticketDetail__group__item__possession p {
  font-size: 18px;
  text-align: center;
  margin-right: 8px;
  font-weight: bold;
  color: #cccccc;
}
.p-ticketDetail__group__item-none .p-ticketDetail__group__item__possession p span {
  font-size: 22px;
  color: #cccccc;
}
.p-ticketDetail__group__item-none.yellow {
  border-left: 6px solid #FFCD36;
}
.p-ticketDetail__group__item-none.blue {
  border-left: 6px solid #58C3D6;
}
.p-ticketDetail__group__item-none.pink {
  border-left: 6px solid #E66979;
}
.p-ticketDetail__group__item-none.orange {
  border-left: 6px solid #EF9A1A;
}
.p-ticketDetail__group__item-none.purple {
  border-left: 6px solid #C86FC9;
}
.p-ticketDetail__history {
  margin-top: 42px;
  padding: 0 14px 40px;
}
.p-ticketDetail__history__item {
  border: 1px solid #C0C0C0;
  border-radius: 4px;
  margin-bottom: 16px;
}
.p-ticketDetail__history__item:first-of-type {
  margin-top: 20px;
}
.p-ticketDetail__history__item dt {
  font-size: 15px;
  padding: 9px 14px;
  background-color: #E9F4F6;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-ticketDetail__history__item dt.bg-blue {
  background-color: #E9F4F6;
}
.p-ticketDetail__history__item dt.bg-orange {
  background-color: #FFEFD6;
}
.p-ticketDetail__history__item dt.bg-pink {
  background-color: #FFEAED;
}
.p-ticketDetail__history__item dt.bg-purple {
  background-color: #FCEFFC;
}
.p-ticketDetail__history__item dd {
  background-color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
}
.p-ticketDetail__history__item dd a {
  padding: 14px 16px 14px 14px;
  position: relative;
}
.p-ticketDetail__history__item dd a::after {
  content: "";
  position: absolute;
  background-image: url("../images/ic_arrow_bk.svg");
  width: 6px;
  height: 12px;
  background-size: cover;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-ticketDetail__history__item dd:last-of-type {
  border-right: none;
}
.p-ticketDetail__history__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
  background-color: #FFFFFF;
}
.p-ticketDetail__history__item > div dd {
  width: 50%;
  border-right: 1px solid #C0C0C0;
}
.p-ticketDetail__history__item > div dd a {
  padding: 6px 16px 6px 14px;
}

#p-modalContent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}
#p-modalContent.is-active {
  opacity: 1;
  visibility: visible;
}
#p-modalContent.is-active .p-modal__wrap {
  padding-bottom: 30px;
}

.p-modal__overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.5;
  z-index: 10;
}
.p-modal__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background: #fff;
  z-index: 11;
  opacity: unset;
  width: 90%;
  min-width: 300px;
  max-width: 544px;
  border-radius: 5px;
}
.p-modal__wrap__title {
  background-color: #F5F5F5;
  padding: 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-left: none;
}
.p-modal__wrap__description {
  padding: 15px 20px 0px;
  text-align: center;
}
.p-modal__wrap__description dl {
  margin-bottom: 20px;
  text-align: left;
}
.p-modal__wrap__description dl dt {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 7px;
  position: relative;
}
.p-modal__wrap__description dl dt span {
  min-width: 32px;
}
.p-modal__wrap__description dl dd {
  margin-top: 8px;
  font-size: 16px;
}
.p-modal__wrap__description-close {
  border: 1px solid #C0C0C0;
  padding: 10px;
  border-radius: 25px;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

/* braze_toggle */
.braze_toggle {
  width: 95px;
  padding: 6px 1px 6px 6px;
  background-color: rgba(255, 205, 54, 0.8);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px 0 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 85px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.braze_toggle.nav-menu-open {
  z-index: -1;
}

.braze_toggle img {
  display: block;
  width: 65%;
  height: auto;
  margin-left: 17px;
  margin-bottom: 10px;
}

.braze_toggle p {
  font-size: 8px;
  position: relative;
  padding-left: 2px;
}

.braze_toggle p::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
  width: 0;
  height: 0;
  border-left: 4px solid #000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.parent {
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  background: #f30000;
  top: -10px;
  left: -10px;
  border-radius: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
}

.p-pointLog__inner {
  border: 3px solid #D2D2D0;
  padding: 24px 18px 40px;
}
.p-pointLog__inner__result {
  max-height: 338px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin-top: 15px;
}
.p-pointLog__inner__result::-webkit-scrollbar {
  width: 10px;
  display: block;
}
.p-pointLog__inner__result::-webkit-scrollbar-track {
  background-color: transparent;
}
.p-pointLog__inner__result::-webkit-scrollbar-thumb {
  background-color: #9E9E9E;
  border-radius: 30px;
}
.p-pointLog__inner__result::-webkit-scrollbar-button:vertical:start {
  width: 10px;
  height: 10px;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 10px solid #9E9E9E;
  border-top: 0;
}
.p-pointLog__inner__result::-webkit-scrollbar-button:vertical:end {
  width: 10px;
  height: 10px;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #9E9E9E;
  border-bottom: 0;
}
.p-pointLog__inner__result table {
  border-collapse: collapse;
  height: 100%;
  width: 100%;
}
.p-pointLog__inner__result table tr:nth-child(odd) {
  background-color: #F5F5F3;
}
.p-pointLog__inner__result table tr:nth-child(even) {
  background-color: #FBFBFB;
}
.p-pointLog__inner__result table td {
  padding: 10px 10px 14px;
}
.p-pointLog__inner__result table td span {
  font-size: 15px;
}
.p-pointLog__inner__result table td:first-of-type {
  width: 65%;
}
.p-pointLog__inner__result table td:last-of-type {
  width: 35%;
  text-align: center;
}
.p-pointLog__inner__result__date {
  display: block;
}
.p-pointLog__inner__result__none {
  margin-top: 15px;
  border: 1px solid #cccccc;
  text-align: center;
  padding: 24px;
}
.p-pointLog__inner__result__error {
  padding: 22px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  font-size: 14px;
  background-color: #E4E4E4;
}

.p-campaign {
  margin: 0 0 46px 0;
  position: relative;
  overflow: hidden;
  min-width: 100%;
  max-width: 640px;
}
.p-campaign h2 {
  margin-bottom: 16px;
}
.p-campaign ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transition: transfrom 0.5s ease-in-out;
  transition: transfrom 0.5s ease-in-out;
}
.p-campaign ul li {
  width: 33.3333333333%;
  height: 88px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 450px) {
  .p-campaign ul li {
    width: 20%;
  }
}
.p-campaign ul li a {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-campaign__navigation {
  text-align: center;
  margin-top: 10px;
}
.p-campaign__navigation span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #D9D9D9;
  border-radius: 50%;
  margin: 0 5px;
  text-align: center;
  cursor: pointer;
}
.p-campaign__navigation span.active {
  background-color: #666666;
}
.p-campaign.is-none {
  display: none;
}

.c-button__headline {
  padding: 10px;
  border-radius: 5px;
  display: inline;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  max-height: 40px;
}
.c-button__rounded {
  font-weight: bold;
  border: 1px solid #C0C0C0;
  border-radius: 50px;
  text-align: center;
  padding: 14px 0;
  display: block;
  margin: 0 auto;
}
.c-button__rounded.shadow {
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2392156863);
          box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2392156863);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2509803922);
}
.c-button__rounded.long {
  width: 80%;
  min-width: 307px;
}
.c-button__rounded.medium {
  width: 50%;
  min-width: 180px;
}
.c-button__rounded.yellow {
  background-color: #FFCD36;
  border: none;
}
.c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5%;
  background-image: url("../images/ic_arrow_bk.svg");
  width: 4.5px;
  height: 8px;
  background-size: cover;
}
.c-button__point, .c-button__ticket {
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 12px;
  border: 2px solid #cccccc;
  background-color: #FFFFFF;
}
.c-button__point-title, .c-button__ticket-title {
  font-size: 17px;
  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-weight: bold;
}
.c-button__point.mypageTOP {
  margin-top: 15px;
  padding: 25px 20px;
  margin: 20px 0 16px;
}
.c-button__point .c-button__point__possession {
  text-align: center;
  font-size: 20px;
  margin: 11px 0 7px;
}
.c-button__point .c-button__point__possession span {
  font-size: 48px;
  font-weight: bold;
  margin-right: 6px;
}
.c-button__point .c-button__point__expiretion {
  padding: 5px 20px 5px 14px;
  margin: 0 8px 0 0;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-radius: 3px;
}
.c-button__point .c-button__point__expiretion.red .c-button__point__expiretion-date {
  color: #FF0000;
}
.c-button__point .c-button__point__expiretion.red .c-button__point__expiretion-date span {
  color: #FF0000;
}
.c-button__point .c-button__point__expiretion.red .c-button__point__expiretion-point {
  color: #FF0000;
}
.c-button__point .c-button__point__expiretion.red .c-button__point__expiretion-point span {
  color: #FF0000;
}
.c-button__point .c-button__point__expiretion-date {
  font-size: 14px;
}
.c-button__point .c-button__point__expiretion-date span {
  font-size: 14px;
}
.c-button__point .c-button__point__expiretion-point {
  font-size: 15px;
}
.c-button__point .c-button__point__expiretion-point span {
  margin-right: 2px;
  font-size: 20px;
  font-weight: bold;
}
.c-button__point .c-button__point__expiretion-wrap {
  padding: 0 16px;
  background: #E4E4E4;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-radius: 3px;
}
.c-button__point .c-button__point__expiretion-wrap-date span {
  font-size: 14px;
}
.c-button__point .c-button__point__expiretion-wrap-point {
  font-size: 15px;
}
.c-button__point .c-button__point__expiretion-wrap-point span {
  font-size: 20px;
  font-weight: bold;
}
.c-button__point.pointDetailPage {
  border: none;
  background-color: #F5F5F5;
  padding: 15px 20px;
  margin: 0 0 16px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
}
.c-button__point.pointDetailPage .c-button__point__possession {
  margin-top: 0px;
  margin-bottom: 5px;
}
.c-button__point.pointDetailPage .c-button__point__possession span {
  font-size: 40px;
}
.c-button__point.pointDetailPage .c-button__point__expiretion {
  background-color: #FFFFFF;
  padding: 3px 0 3px 0;
  margin-right: 0px;
}
.c-button__point.pointDetailPage .c-button__point__expiretion-date {
  font-size: 14px;
}
.c-button__point.pointDetailPage .c-button__point__expiretion-point {
  font-size: 14px;
}
.c-button__point.pointDetailPage .c-button__point__expiretion-point span {
  font-size: 15px;
}
.c-button__point.pointDetailPage .c-button__point__expiretion.red {
  color: #FF0000;
}
.c-button__point.pointDetailPage .c-button__point__expiretion.red .c-button__point__expiretion {
  color: #FF0000;
}
.c-button__point.pointDetailPage .c-button__point__expiretion.red .c-button__point__expiretion-point {
  color: #FF0000;
}
.c-button__point.pointDetailPage .c-button__point__expiretion.red .c-button__point__expiretion-point span {
  color: #FF0000;
}
.c-button__point.pointDetailPage .c-button__point__expiretion__wrap {
  padding: 9px 16px 9px;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.c-button__point.pointDetailPage .c-button__point__expiretion + .c-button__point__expiretion {
  position: relative;
}
.c-button__point.pointDetailPage .c-button__point__expiretion + .c-button__point__expiretion::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #cccccc;
}
.c-button__point.pointDetailPage .c-button__point__expiretion:not(.c-button__point.pointDetailPage .c-button__point__expiretion + .c-button__point__expiretion) {
  border-radius: 5px;
}
.c-button__ticket {
  margin: 0 0 30px 0;
  padding: 20px 20px 15px;
}
.c-button__ticket__possession {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}
.c-button__ticket__possession li {
  text-align: center;
  padding-top: 2px;
  font-size: 13px;
  color: #666666;
}
.c-button__ticket__possession li > p {
  font-size: 15px;
  padding: 2px 6px 0;
  border-radius: 3px;
  font-weight: bold;
}
.c-button__ticket__possession li > p span {
  font-size: 26px;
  margin-right: 2px;
}
.c-button__ticket__possession li > span {
  font-size: 14px;
  padding: 2px 6px;
}
.c-button__ticket__possession li:first-of-type > span {
  background-color: #FFF6D9;
}
.c-button__ticket__possession li:nth-of-type(2) > span {
  background-color: #E7F6F9;
}
.c-button__ticket__possession li:last-of-type > span {
  background-color: #F6E7F6;
}
.c-button__ticket__possession li:not(:last-of-type) {
  border-right: 1px solid #E4E4E0;
}

.c-icon__mypage {
  min-width: 40px;
  height: 40px;
  background-image: url("..//images/ic_common001.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.c-icon__mypage.nav {
  width: 32px;
  min-width: 32px;
  height: 32px;
}
.c-icon__about {
  width: 40px;
  height: 40px;
  background-image: url("../images/ic_common002.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.c-icon__about.nav {
  width: 32px;
  height: 32px;
}
.c-icon__point {
  width: 30px;
  height: 30px;
  background-image: url("../images/ic_common003.png");
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}
.c-icon__point.nav {
  width: 32px;
  height: 32px;
  background-image: url("../images/ic_common003.png");
  margin-right: 10px;
}
.c-icon__point.title {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
}
.c-icon__tcapp {
  width: 40px;
  height: 40px;
  background-image: url("../images/ic_common004.png");
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}
.c-icon__tcapp.nav {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.c-icon__benefit {
  width: 40px;
  height: 40px;
  background-image: url("../images/ic_common005.png");
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}
.c-icon__benefit.nav {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.c-icon__campaign {
  width: 40px;
  height: 40px;
  background-image: url("../images/ic_common006.png");
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}
.c-icon__campaign.nav {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.c-icon__other-service {
  width: 40px;
  height: 40px;
  background-image: url("../images/ic_common007.png");
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}
.c-icon__other-service.nav {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.c-icon__rec-content {
  width: 40px;
  height: 40px;
  background-image: url("../images/ic_common008.png");
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}
.c-icon__rec-content.nav {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.c-icon__faq {
  width: 40px;
  height: 40px;
  background-image: url("../images/ic_common009.png");
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}
.c-icon__faq.nav {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.c-icon__notice {
  width: 40px;
  height: 40px;
  background-image: url("../images/ic_common010.png");
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}
.c-icon__notice.nav {
  width: 32px;
  height: 32px;
}
.c-icon__logout {
  width: 40px;
  height: 40px;
  background-image: url("../images/ic_common011.png");
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}
.c-icon__logout.nav {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.c-icon__rewrite {
  width: 20px;
  height: 20px;
  background-image: url("../images/il_rewrite.svg");
  display: inline-block;
  background-size: cover;
}
.c-icon__rewrite__002 {
  width: 40px;
  max-width: 40px;
  height: 40px;
  background-image: url("../images/ic_rewrite.png");
  display: inline-block;
  background-size: cover;
  margin-right: 8px;
}
.c-icon__ticket {
  width: 30px;
  height: 30px;
  background-image: url("../images/ic_ticket.png");
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}
.c-icon__ticket-headline {
  width: 40px;
  height: 40px;
  background-image: url("../images/ic_ticket.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.c-icon__eticket__parking {
  width: 40px;
  height: 40px;
  background-image: url("../images/il_service_stop001.png");
  background-size: cover;
  display: inline-block;
  margin-right: 16px;
}
.c-icon__eticket__parking.small {
  width: 32px;
  height: 32px;
}
.c-icon__eticket__carshare {
  width: 40px;
  height: 40px;
  background-image: url("../images/il_service_rent001.png");
  background-size: cover;
  display: inline-block;
  margin-right: 12px;
}
.c-icon__eticket__carshare.small {
  width: 32px;
  height: 32px;
}
.c-icon__eticket__rental {
  width: 40px;
  height: 40px;
  background-image: url("../images/il_service_rent002.png");
  background-size: cover;
  display: inline-block;
  margin-right: 12px;
}
.c-icon__eticket__rental.small {
  width: 32px;
  height: 32px;
}
.c-icon__voucher {
  width: 40px;
  height: 40px;
  background-image: url("../images/ic_voucher.png");
  background-size: cover;
  display: inline-block;
  margin-right: 12px;
}
.c-icon__voucher.small {
  width: 32px;
  height: 32px;
}
.c-icon__pointplazza-001 {
  width: 40px;
  height: 40px;
  background-image: url("../images/ic_pointplaza001.png");
  background-size: cover;
  display: inline-block;
  margin-right: 12px;
}
.c-icon__pointplazza-001.small {
  width: 32px;
  height: 32px;
}
.c-icon__pointplazza-002 {
  width: 40px;
  height: 40px;
  background-image: url("../images/ic_pointplaza002.png");
  background-size: cover;
  display: inline-block;
  margin-right: 12px;
}
.c-icon__pointplazza-002.small {
  width: 32px;
  height: 32px;
}
.c-icon__check {
  width: 21px;
  height: 21px;
  background-image: url("../images/ic_check001.svg");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.c-icon__question {
  width: 18px;
  height: 18px;
  background-image: url("../images/ic_question.png");
  background-size: cover;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.c-icon__close {
  width: 16px;
  height: 16px;
  background-image: url("../images/il_close.svg");
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-icon__exclamation {
  width: 24px;
  height: 24px;
  background-image: url("../images/ic_excl.png");
  background-size: cover;
  display: inline-block;
}
.c-icon__history {
  width: 24px;
  height: 24px;
  background-image: url("../images/ic_history.png");
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}
.c-icon__error {
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-image: url("../images/ic_error.png");
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}
.c-icon__error-red {
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-image: url("../images/ic_error_red.png");
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}
.c-icon__service {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  background-image: url("../images/ic_service_top.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.c-icon__service__stop__001 {
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  background-image: url("../images/il_service_stop001.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.c-icon__service__stop__002 {
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  background-image: url("../images/il_service_stop002.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.c-icon__service__stop__003 {
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  background-image: url("../images/il_service_stop003.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.c-icon__service__stop__004 {
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  background-image: url("../images/il_service_stop004.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.c-icon__service__stop__004.small {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
}
.c-icon__service__stop__005 {
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  background-image: url("../images/il_service_stop005.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.c-icon__service__stop__005.small {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
}
.c-icon__service__stop__006 {
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  background-image: url("../images/il_service_stop006.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.c-icon__service__stop__006.small {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
}
.c-icon__service__stop__007 {
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  background-image: url("../images/il_service_stop007.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.c-icon__service__stop__007.small {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
}
.c-icon__service__rent__001 {
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  background-image: url("../images/il_service_rent001.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.c-icon__service__rent__002 {
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  background-image: url("../images/il_service_rent002.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.c-icon__service__rent__003 {
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  background-image: url("../images/il_service_rent003.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.c-icon__service__rent__003.small {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
}
.c-icon__service__rent__004 {
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  background-image: url("../images/il_service_rent004.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.c-icon__service__rent__004.small {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
}
.c-icon__service__rent__005 {
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  background-image: url("../images/il_service_rent005.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.c-icon__service__rent__005.small {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
}
.c-icon__service__use__001 {
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  background-image: url("../images/il_service_use-rs001.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.c-icon__service__use__002 {
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  background-image: url("../images/il_service_use-tpay001.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.c-icon__service__others__001 {
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  background-image: url("../images/il_service_others001.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.c-icon__service__others__002 {
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  background-image: url("../images/il_service_others002.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.c-icon__service__others__003 {
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  background-image: url("../images/il_service_others003.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.c-icon__service__others__004 {
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  background-image: url("../images/il_service_others004.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.c-icon__service__others__005 {
  width: 54px;
  min-width: 54px;
  max-width: 54px;
  height: 54px;
  background-image: url("../images/il_service_others005.png");
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.c-icon__service__check__registerd {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  background-size: cover;
  display: inline-block;
  margin-top: 6px;
  background-image: url("../images/ic_service__check_registerd.png");
}
.c-icon__service__check__non-registerd {
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  height: 26px;
  background-image: url("../images/ic_service__check_non-registerd.png");
  background-size: cover;
  display: inline-block;
  margin-top: 6px;
  margin-left: 4px;
}

.c-label__member {
  background-color: #5f5f59;
  color: #FFFFFF;
  padding: 0 8px;
}
.c-label__check {
  border-radius: 10px;
  font-size: 12px;
  font-weight: normal;
}
.c-label__check.registerd {
  background-color: #07A807;
  color: #FFFFFF;
  padding: 0 6px 0 14px;
  position: relative;
}
.c-label__check.registerd::before {
  content: "";
  width: 8px;
  height: 6px;
  background-image: url("../images/ic_check002.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-label__check.non-registerd {
  padding: 0 3px;
  border: 1px solid #434340;
  color: #434340;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 20px;
  padding-left: 10px;
  border-left: 5px solid #FFCD36;
}
h2.c-text__serviceTitle {
  position: relative;
  padding-left: 0;
  border-left: none;
  text-align: center;
  display: inline-block;
  padding: 4px 0;
}
h2.c-text__serviceTitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: #434340;
  border-radius: 6px;
}
h2.c-text__serviceTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #434340;
  border-radius: 6px;
}
h2.blue {
  border-left: 5px solid #58C3D6;
}
h2.purple {
  border-left: 5px solid #CB61DE;
}
h2.pink {
  border-left: 5px solid #FF7FCA;
}

h3 {
  font-size: 20px;
}
h3.c-text__serviceTitle {
  position: relative;
  padding-left: 0;
  border-left: none;
  text-align: center;
  display: inline-block;
  padding: 4px 0;
  font-size: 16px;
}

.c-headline {
  padding: 17px 14px 13px;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.c-headline h1 {
  font-size: 20px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-headline.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-headline.col-2 h1 {
  width: 90%;
}
.c-headline.col-2 h1 .c-headline__memberName {
  font-size: 20px;
  padding-right: 4px;
}
.c-headline.col-2 h1 .c-headline__memberName__sm {
  font-size: 14px;
}
.c-headline.col-2 h1 .c-headline__memberName__number {
  display: block;
  color: #5F5F59;
}
.c-headline.col-2 h1 .c-headline__memberName__lastLogin {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.c-headline.col-2 h1 .c-headline__memberName__lastLogin span {
  font-size: 14px;
}

.c-text__large-2x {
  font-size: 26px;
}

.c-text__large-1x {
  font-size: 22px;
}

.c-text__large {
  font-size: 20px;
}

.c-text__midium {
  font-size: 18px;
}

.c-text__base-l {
  font-size: 17px;
}

.c-text__base {
  font-size: 16px;
}

.c-text__base-s {
  font-size: 15px;
}

.c-text__small {
  font-size: 14px;
}

.c-text__small-1x {
  font-size: 13px;
}

.c-text__small-2x {
  font-size: 12px;
}

.c-text__bold {
  font-weight: bold;
}

.c-text__normal {
  font-weight: normal;
}

.c-text__center {
  text-align: center;
}

.c-text__left {
  text-align: left;
}

.c-text__right {
  text-align: right;
}

.c-text__red {
  color: #FF0000 !important;
}

.under_yellow {
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: #FFD965;
}

.under_blue {
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: #ABE0EA;
}

.c-links__arrow__right {
  position: relative;
}
.c-links__arrow__right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/ic_arrow_bk.svg");
  width: 7px;
  height: 13px;
  background-size: cover;
}
.c-links__arrow__right.adjust001::after {
  right: 20px;
}
.c-links__arrow__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10%;
}
.c-links__arrow__bottom::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background-image: url("../images/ic_arrow_bk.svg");
  width: 6px;
  height: 11px;
  background-size: cover;
}
.c-links__arrow__before {
  padding-left: 14px;
  position: relative;
  margin-top: 5px;
}
.c-links__arrow__before::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #F27100;
  border-right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.c-links__window__right {
  position: relative;
}
.c-links__window__right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/ic_window_bk.svg.svg");
  width: 12px;
  height: 13px;
  background-size: cover;
}

.c-form__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.c-form__pullDown {
  width: 100%;
  padding: 10px 0 10px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-appearance: none;
       appearance: none;
  border-radius: 5px;
  font-size: 15px;
  border: 1px solid #7A7A7A;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../images/ic_arrow_bk_bottom.svg");
  background-repeat: no-repeat;
  background-size: 11px 13px;
  background-position: right 11px center;
}

.c-list__item {
  padding: 16px 14px;
  border-top: 1px solid #cccccc;
}
@media (min-width: 450px) {
  .c-list__item {
    border: 1px solid #cccccc;
  }
}
.c-list__item.bb-none {
  border-bottom: none;
}
.c-list__item.dashed {
  border-top: 1px dashed #cccccc;
}
@media (min-width: 450px) {
  .c-list__item.dashed {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }
}
.c-list__item:last-of-type {
  border-bottom: 1px solid #cccccc;
}
.c-list.info-change {
  margin-bottom: 40px;
}
.c-list.point-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 48px;
}
.c-list.point-check li:first-of-type {
  margin-bottom: 8px;
}
.c-list.point-check li a.c-button__point {
  padding: 15px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #cccccc;
  margin: 0;
}
.c-list.point-check li a.c-button__point::after {
  right: 16px;
}/*# sourceMappingURL=style.css.map */