<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.red {
  color: #EF1414;
}

.pink {
  color: #FF1E63;
}

.useTopLink {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.useTopLink a {
  display: block;
  min-width: 260px;
  width: 30%;
}
.inpagelink {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.inpagelink a {
  display: block;
  width: calc((100% - 60px) / 4);
}
.inpagelink .kari {
  display: none;
  width: calc((100% - 60px) / 4);
}
.caseTitle {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  border-radius: 5px;
  padding: 10px 15px;
  margin: 0 0 25px;
}
.caseTitleNoruca {
  background-color: #ff9c54;
}
.caseTitleCredit {
  background-color: #42C5E3;
}
.caseTitleEmoney {
  background-color: #FF9292;
}
.caseTitleCash {
  background-color: #8fc647;
}

.busHtP { /*(How to Pay)*/
  display: flex;
  justify-content: left;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.busHtP .busHtPBlock {
  width: calc((100% - 60px) / 3);
  min-width: 280px;
}
.busHtP .busHtPBlock .busHtPBlock#norucamomo {
  width: 10%;
}
/*「回数券の金額が不足していたら…」一部A氏作流用*/
.short {
  border: 3px solid #ff9c54;
  padding: 40px 25px 25px;
  position: relative;
  margin-bottom: 40px;
}

.shortTitle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  border: 3px solid #ff9c54;
  border-radius: 100px;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 12px 10px;
  text-align: center;
  min-width: 340px;
}

.shortIntro {
  display: grid;
  gap: 25px;
  align-items: center;
  background-color: #fff1f1;
  padding: 15px;
  margin: 0 0 25px;
}

.shortIntroPicCaption {
  text-align: center;
  display: block;
  margin: 10px 0 0;
}

.shortIntroBodyText {
  font-size: 1.6rem;
  font-weight: bold;
}

/*流用ここまで*/
.shortBody {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.shortBody .shortBodyBlock {
  width: calc((100% - 40px - 12%) / 2);
}
.shortBody .shortBodyBlock img {
  margin-bottom: 10px;
}
.shortBody .shortBodyOr {
  width: 12%;
  padding-top: 10%;
}
.norucamo_msg {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
.norucamo_msg .msg01 {
  width: 80%;
  aspect-ratio: 1801/398;
  height: auto;
}
.norucamo_msg .msg02 {
  width: 20%;
}
.cardBrand {
  width: 100%;
  border: solid 7px #ECECEC;
  padding: 20px;
}
.cardBrand .cardBrandTitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cardBrand .cardBrandP {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 3px;
  margin-bottom: 20px;
}
.cardBrand .cardBrandP img {
  width: 18px;
}
.cardBrand .cardBrandP p {
  font-size: 16px;
}
.cardBrand .cardBrandLine {
  border-bottom: solid 1px #ECECEC;
  margin-bottom: 20px;
}
.cardBrand .cardBrandImg {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
}
.cardBrand .cardBrandImg img {
  width: 80px;
}
.bold {
  font-weight: bold;
}

.qmove {
  padding: 30px 0;
  background-color: #EFF8F9;
}
.qmove p {
  text-align: center;
}
.qmove a {
  display: block;
  width: 175px;
  height: 52px;
  margin-left: auto;
  margin-right: auto;
}
.qmove p.p14 {
  font-size: 12px;
  text-align: center;
}

/*以下電車のみ*/
.shortIntrotrain {
  display: grid;
  align-items: center;
  background-color: #fff1f1;
  padding: 15px;
  margin: 0 0 10px;
}

.trainCreditLast {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.trainCreditLast .trainCreditLastText {
  font-size: 26px;
  font-weight: bold;
}
.eqsub {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px;
  background: #DFF6FF;
}
.eqsub .eqsubImg {
  width: calc((55% - 70px) / 2);
}
.eqsub .eqsubImg small {
  display: block;
  text-align: center;
}
.eqsub .eqsubText {
  width: 45%;
  padding: 20px;
  color: #0639BD;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 960px){
  .caseTitle {
    font-size: 2.8rem;
    border-radius: 10px;
    padding: 10px 25px;
    margin: 0 0 42px;
  }
  .short {
    padding: 70px 30px 35px;
  }
  .shortTitle {
    font-size: 2.4rem;
    min-width: 480px;
  }
  .shortIntro {
    grid-template-columns: 228px 1fr;
    padding: 35px 25px;
    margin: 0 0 40px;
  }
  .shortIntroPic img {
    margin-left: auto;
    margin-right: auto;
  }
  .shortIntroBodyText {
    font-size: 2rem;
  }
  .norucamo_msg {
    gap: 20px;
    justify-content: center;
  }
  .norucamo_msg .msg01 {
    width: 60%;
  }
  .norucamo_msg .msg02 {
    width: 16%;
  }
  .qmove p.p14 {
    font-size: 14px;
  }
  .shortIntrotrain {
    padding: 35px 25px;
    margin: 0 0 20px;
  }
}
@media (max-width: 960px){
  .busHtP {
    padding-left: 20px;
    padding-right: 20px;
    gap: 20px;
  }
  .busHtP .busHtPBlock {
    min-width: calc((100% - 60px) / 2);
  }
  .shortBody {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
  }
  .shortBody .shortBodyBlock {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .shortBody .shortBodyOr {
    width: 25%;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .cardBrand {
    border: solid 5px #ECECEC;
  }
  .cardBrand .cardBrandTitle {
    font-size: 16px;
  }
  .cardBrand .cardBrandP {
    align-items: flex-start;
  }
  .cardBrand .cardBrandP img {
    width: 16px;
    padding-top: 3px;
  }
  .cardBrand .cardBrandP p {
    font-size: 14px;
  }
  .cardBrand .cardBrandImg {
    flex-wrap: wrap;
    gap: 10px;
  }
  .cardBrand .cardBrandImg img {
    width: 60px;
  }
  .trainCreditLast .trainCreditLastText {
    font-size: 18px;
  }
  .eqsub {
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .eqsub .eqsubImg {
    width: calc((100% - 55px) / 2);
  }
  .eqsub .eqsubText {
    width: 100%;
    padding: 30px;
    font-size: 14px;
  }
}
@media (max-width: 640px){
  .busHtP {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }
  .busHtP .busHtPBlock {
    min-width: 100%;
  }
  .shortTitle {
    min-width: 70%;
  }
  .shortIntroBodyText {
    font-size: 14px;
  }
  .eqsub .eqsubImg {
    width: calc(100% - 60px);
  }
  .eqsub .eqsubText {
    width: 100%;
    padding: 30px;
    font-size: 14px;
  }
}
@media (max-width: 639px){
  .useTopLink {
    flex-direction: column;
    gap: 10px;
  }
  .useTopLink a {
    width: 65%;
    min-width: 65%;
  }
  .inpagelink {
    gap: 10px;
  }
  .inpagelink a {
    width: calc((100% - 60px) / 2);
  }
  .inpagelink .kari {
    display: block;
    width: calc((100% - 60px) / 2);
  }
}
@media (max-width: 405px){
  .shortTitle {
    min-width: 80%;
  }
}
@media (max-width: 399px){
  .qmove p {
    font-size: 13px;
  }
}

/*# sourceMappingURL=bus.css.map*/</pre></body></html>