@charset "UTF-8";
.sp {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

.hearder {
  padding: 16px 24px;
  border-bottom: 2px solid #66b821;
}
.hearder.modal {
  box-sizing: border-box;
  position: fixed;
  z-index: 99999;
  background-color: #fff;
  width: 100%;
}

a:hover {
  opacity: 0.9;
  text-decoration: none;
}

.headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.headerInner .userGadget ul {
  display: flex;
}
.headerInner .userGadget ul li {
  height: 44px;
  width: 58px;
  margin: 0 8px;
}
.headerInner .userGadget ul li a {
  font-size: 11px;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  padding: 4px;
  font-feature-settings: "palt" 1;
  white-space: nowrap;
}
.headerInner .userGadget ul li a img {
  margin-bottom: 4px;
  height: 24px;
  width: 24px;
}
.headerInner .userGadget ul li.green a {
  background-color: #d6e9c7;
  color: #255500;
}

#grpLocationArea {
  font-size: 12px;
  background-color: #f5f5f5;
  padding: 16px;
}
#grpLocationArea a {
  color: #54822b;
}

#wrapper {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #333;
  background-color: #f5f5f5;
}
#wrapper .main__text {
  font-size: 28px;
  text-align: center;
  padding-bottom: 32px;
}
#wrapper .holder {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 16px;
}

.parts {
  padding: 64px;
  background-color: #fff;
  margin-bottom: 64px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.parts h2 {
  font-size: 22px;
  text-align: center;
  padding-bottom: 24px;
}
.parts.p40 {
  padding: 40px 64px;
}

.info__modal .info__list {
  overflow-y: auto;
  max-height: 70vh;
}
.info__modal .info__modal__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d1d1d1;
}
.info__modal .info__item {
  display: block !important;
  margin-bottom: 16px;
  line-height: 24px;
}
.info__modal .close {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.info__modal .close img {
  width: 100%;
}

.info__list .info__item:not(:nth-child(-n+2)) {
  display: none;
}
.info__list .info__item.info__item-red a {
  color: #8c0000;
}
.info__list .info__item.info__item-red a::before {
  background-image: url(../images/suprise_red.svg);
}
.info__list .info__item a {
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 400;
}
.info__list .info__item a::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/suprise.svg) no-repeat;
  background-size: cover;
}
.info__list .info__item a::after {
  display: block;
  margin-left: auto;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/right.svg) no-repeat;
}

.info_more {
  cursor: pointer;
  font-weight: 700;
  margin-top: 24px;
  text-align: right;
}
.info_more a {
  color: #333;
}

.faq__text {
  animation: 800ms ease-in-out 0s 1 normal none running slideInUp;
  background-color: #eef3ff;
  padding: 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 24px;
}
.faq__text span {
  height: 24px;
  width: 24px;
}
.faq__text span img {
  width: 100%;
}
.faq__text span:hover {
  cursor: pointer;
}

.faq__service__list {
  padding: 12px 0;
  display: flex;
  margin-bottom: 24px;
}
.faq__service__list .faq__service__item {
  border-radius: 50px;
  border: 1px solid #9c9c9c;
  position: relative;
  margin-right: 16px;
  padding: 8px 16px;
  width: auto !important;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.faq__service__list .faq__service__item::before {
  content: "";
  margin-right: 4px;
  width: 20px;
  height: 20px;
}
.faq__service__list .faq__service__item.active::before {
  filter: invert(100%) brightness(100);
}
.faq__service__list .faq__service__item.hotel::before {
  background: url(../images/hotel.svg) no-repeat;
}
.faq__service__list .faq__service__item.package::before {
  background: url(../images/package.svg) no-repeat;
}
.faq__service__list .faq__service__item.jr::before {
  background: url(../images/jr_hotel.svg) no-repeat;
}
.faq__service__list .faq__service__item.car::before {
  background: url(../images/car.svg) no-repeat;
}
.faq__service__list .faq__service__item.bus::before {
  background: url(../images/bus.svg) no-repeat;
}
.faq__service__list .faq__service__item.overseas::before {
  background: url(../images/overseas_hotel.svg) no-repeat;
}
.faq__service__list .faq__service__item.air::before {
  background: url(../images/package.svg) no-repeat;
}
.faq__service__list .faq__service__item.flight::before {
  background: url(../images/flight.svg) no-repeat;
}
.faq__service__list .faq__service__item.users::before {
  background: url(../images/users.svg) no-repeat;
}
.faq__service__list .faq__service__item.suitcase::before {
  background: url(../images/suitcase.svg) no-repeat;
}
.faq__service__list .faq__service__item.active {
  position: relative;
  border: 1px solid #54822b;
  background-color: #54822b;
  color: #fff;
}
.faq__service__list .faq__service__item.active::after {
  content: "";
  position: absolute;
  bottom: -16px;
  right: 50%;
  margin-right: -8px;
  width: 16px;
  height: 16px;
  background: url(../images/arrow_down.svg) no-repeat;
}
.faq__service__list .faq__service__item:hover {
  opacity: 0.9;
}

.faq__content__inner {
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  padding: 16px;
  margin-bottom: 24px;
}
.faq__content__inner .faq__content__title {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq__content__inner .faq__content__title:hover {
  color: #54822b;
}
.faq__content__inner .faq__content__title::before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background-size: cover;
  margin-right: 8px;
}
.faq__content__inner .faq__content__title .pr {
  color: #686868;
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding-top: 6px;
  background-repeat: no-repeat;
}
.faq__content__inner .faq__content__title.active::after {
  transform: rotate(270deg);
  position: relative;
  top: -3px;
  right: -3px;
}
.faq__content__inner .faq__content__title.reserved::before {
  background-image: url(../images/reserved.svg);
}
.faq__content__inner .faq__content__title.cancel::before {
  background-image: url(../images/cancel.svg);
}
.faq__content__inner .faq__content__title.price::before {
  background-image: url(../images/price.svg);
}
.faq__content__inner .faq__content__title.help::before {
  background-image: url(../images/help.svg);
}
.faq__content__inner .faq__content__title.coupon::before {
  background-image: url(../images/coupon.svg);
}
.faq__content__inner .faq__content__title.receipt::before {
  background-image: url(../images/receipt.svg);
}
.faq__content__inner .faq__content__title.hotel::before {
  background-image: url(../images/hotel_green.svg);
}
.faq__content__inner .faq__content__title.package::before {
  background-image: url(../images/package_green.svg);
}
.faq__content__inner .faq__content__title.jr::before {
  background-image: url(../images/jr_hotel_green.svg);
}
.faq__content__inner .faq__content__title.bus::before {
  background-image: url(../images/bus_green.svg);
}
.faq__content__inner .faq__content__title.car::before {
  background-image: url(../images/car_green.svg);
}
.faq__content__inner .faq__content__title.overseas_hotel::before {
  background-image: url(../images/overseas_hotel_green.svg);
}
.faq__content__inner .faq__content__title.flight::before {
  background-image: url(../images/flight_green.svg);
}
.faq__content__inner .faq__content__title.suitcase::before {
  background-image: url(../images/suitcase_green.svg);
}
.faq__content__inner .faq__content__title.users::before {
  background-image: url(../images/users_green.svg);
}
.faq__content__inner .faq__content__title::after {
  display: block;
  margin-left: auto;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/right.svg) no-repeat;
  transform: rotate(90deg);
}
.faq__content__inner .faq__content__inner__container {
  margin-top: 8px;
  border-top: 1px solid #d1d1d1;
  display: none;
}
.faq__content__inner .faq__content__inner__container.show {
  display: block;
}
.faq__content__inner .faq__content__inner__title {
  padding: 12px 0;
}
.faq__content__inner .faq__item__question {
  position: relative;
  height: 48px;
}
.faq__content__inner .faq__item__title {
  border-radius: 8px;
  padding: 8px 12px;
  padding-bottom: 0;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: self-start;
  flex-direction: column;
}
.faq__content__inner .faq__item__title li {
  margin-bottom: 12px;
  padding: 4px;
  width: 100%;
}
.faq__content__inner .faq__item__title li.hide {
  display: none;
}
.faq__content__inner .faq__item__title li:hover {
  background-color: #f5f5f5;
}
.faq__content__inner .faq__item__title.active {
  background-color: #fff;
  z-index: 999;
  position: absolute;
  width: calc(100% - 26px);
  overflow: hidden;
}
.faq__content__inner .faq__item__title.active::after {
  transform: rotate(270deg);
  top: 7px;
  right: 7px;
}
.faq__content__inner .faq__item__title.hide {
  display: none;
}
.faq__content__inner .faq__item__title::after {
  position: absolute;
  display: block;
  margin-left: auto;
  margin-bottom: auto;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/right.svg) no-repeat;
  top: 10px;
  right: 10px;
  transform: rotate(90deg);
}
.faq__content__inner .faq__item__answer {
  margin-top: 6px;
  padding: 6px;
  font-size: 14px;
  line-height: 1.5;
}
.faq__content__inner .faq__item__more {
  display: block;
  text-align: right;
  color: #54822b;
}
.faq__content__inner .faq__login {
  width: 680px;
  margin: 24px auto 12px;
  border-radius: 8px;
  padding: 12px;
  background-color: #f5f5f5;
  font-size: 14px;
}
.faq__content__inner .faq__login.pa {
  text-align: center;
}
.faq__content__inner .faq__login.pa a {
  color: #54822b;
  font-weight: 700;
}
.faq__content__inner .faq__login.pb {
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq__content__inner .faq__login.pb a {
  background-color: #bf0000;
  color: #fff;
  border-radius: 8px;
  padding: 10px;
  margin-left: 8px;
}
.faq__content__inner .resolved__box {
  margin-top: 48px;
  padding: 8px;
  padding-top: 16px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}
.faq__content__inner .resolved__box .resolved {
  display: flex;
  border-bottom: 1px dashed #d1d1d1;
  padding-bottom: 16px;
  margin-bottom: 12px;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}
.faq__content__inner .resolved__box .resolved.active::after {
  text-align: right;
  width: 100%;
  display: block;
  color: #767676;
  font-size: 14px;
  content: "フィードバックありがとうございました";
}
.faq__content__inner .resolved__title {
  font-size: 12px;
  padding-bottom: 16px;
  padding-right: 8px;
}
.faq__content__inner .ohter__approaches.active .ohter__approaches__title::after {
  transform: rotate(90deg);
  top: 0;
}
.faq__content__inner .ohter__approaches.active .ohter__approaches__btn {
  display: none;
}
.faq__content__inner .ohter__approaches__title {
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.faq__content__inner .ohter__approaches__title::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/help.svg) no-repeat;
  margin-right: 8px;
  filter: grayscale(100%);
}
.faq__content__inner .ohter__approaches__title::after {
  position: relative;
  display: block;
  top: -2px;
  margin-left: 8px;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/right.svg) no-repeat;
  transform: rotate(270deg);
}
.faq__content__inner .ohter__approaches__btn {
  display: flex;
  align-items: center;
  padding: 12px 0 4px;
  gap: 8px;
}
.faq__content__inner .ohter__approaches__btn a {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  color: #333;
  align-items: center;
  display: flex;
}
.faq__content__inner .ohter__approaches__btn a.robot::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/robot.png) no-repeat;
  margin-right: 8px;
  background-size: cover;
}
.faq__content__inner .ohter__approaches__btn a.hotel::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/hotel.svg) no-repeat;
  margin-right: 8px;
  background-size: cover;
  filter: brightness(180%);
}
.faq__content__inner .ohter__approaches__btn a.help {
  text-align: center;
}
.faq__content__inner .ohter__approaches__btn a.help::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/help.svg) no-repeat;
  margin-right: 8px;
  background-size: cover;
  filter: grayscale(100%);
}
.faq__content__inner .resolved__btn {
  width: 73px;
  border-radius: 50px;
  border: 1px solid #eaeaea;
  display: flex;
  padding: 6px 12px;
  margin-bottom: 16px;
}
.faq__content__inner .resolved__btn .resolved__good {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #54822b;
  color: #fff;
  height: 24px;
  width: 24px;
  background: url(../images/like.svg) no-repeat;
}
.faq__content__inner .resolved__btn .resolved__good:checked {
  background: url(../images/like_green.svg) no-repeat;
}
.faq__content__inner .resolved__btn span {
  border-right: 1px solid #8c8c8c;
  padding-left: 4px;
  margin-right: 4px;
  display: block;
}
.faq__content__inner .resolved__btn .resolved__bad {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #54822b;
  color: #fff;
  height: 24px;
  width: 24px;
  background: url(../images/like.svg) no-repeat;
  transform: rotate(180deg);
}
.faq__content__inner .resolved__btn .resolved__bad:checked {
  background: url(../images/like_green.svg) no-repeat;
}
.faq__content__inner .showMoreBtn {
  text-align: center;
  font-weight: 700;
  color: #54822b;
  display: block;
  cursor: pointer;
  margin-top: -16px;
  margin-bottom: 4px;
}

.partsB .faq__item__question {
  margin-top: 12px;
  font-size: 12px;
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  cursor: pointer;
}
.partsB .faq__item__question::before {
  content: "Q";
  display: block;
  color: #54822b;
  margin-left: 12px;
  margin-right: 10px;
  font-weight: bold;
}
.partsB .faq__item__answer__holder {
  position: relative;
  height: auto;
  overflow: hidden;
  margin-bottom: 0;
}
.partsB .faq__item__answer__holder.active::after {
  content: "もっと見る";
  position: absolute;
  display: block;
  bottom: 4px;
  left: 50%;
  margin-left: -30px;
  pointer-events: none;
  font-size: 12px;
}
.partsB .faq__item__answer__holder.active {
  cursor: pointer;
  height: 140px;
}
.partsB .faq__item__answer__holder.hide {
  display: none;
}
.partsB .faq__item__answer__holder.active .faq__item__answer:after {
  background-image: linear-gradient(to top, white 40%, transparent 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height: 60px;
}
.partsB .faq__item__answer {
  font-size: 14px;
}
.partsB .faq__item__list .more {
  font-size: 12px;
  text-align: center;
  margin-top: 12px;
  cursor: pointer;
}

.category__list {
  padding: 16px;
  padding-right: 0;
}
.category__list li {
  display: none;
  margin-bottom: 16px;
}
.category__list li:nth-child(-n+5) {
  display: list-item;
}
/*
.category__list li:not(:last-child) {
  margin-bottom: 16px;
}
*/
.category__list li a {
  margin-left: -4px;
  padding: 4px;
  padding-left: 8px;
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 400;
  font-size: 14px;
}
.category__list li a::after {
  display: block;
  margin-left: auto;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/right.svg) no-repeat;
  background-size: cover;
}
.category__list li a:hover {
  background: #f5f5f5;
}

.robot__answer {
  border-radius: 6px;
  border: 1px solid #b6b6b6;
  background: #fff;
  box-shadow: 0px 5.033px 10.066px 0px rgba(0, 0, 0, 0.08);
  padding: 22px 10px 10px;
  box-sizing: border-box;
  width: 98px;
  font-size: 12px;
  text-align: center;
  animation: 800ms ease-in-out 0s 1 normal none running slideInUp;
  position: fixed;
  z-index: 999;
  right: 8px;
  bottom: 60px;
}
.robot__answer a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #333;
}
.robot__answer b {
  font-size: 15px;
}
.robot__answer .robot__img {
  width: 32px;
  height: 32px;
  filter: invert(100%) brightness(30%);
}
.robot__answer .close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.robot__answer .close img {
  width: 100%;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.gotop {
  width: 98px;
  height: 50px;
  border-radius: 6px 6px 0 0;
  background-color: #54822b;
  position: fixed;
  right: 8px;
  bottom: 0;
  cursor: pointer;
  z-index: 999;
}
.gotop a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gotop a:after {
  display: block;
  border-color: #fff;
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform: rotate(-135deg);
  position: relative;
  top: 7px;
}

/*modal*/
.no-scroll-help {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
}

.blackCover {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.65);
}

.modal-container {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  top: 10vh;
  display: none;
  position: fixed;
  width: 800px;
  margin: 0 auto;
  left: 50%;
  margin-left: -400px;
  overflow: hidden;
  max-height: 80vh;
  z-index: 99999;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
}

/*help__search*/
.help__search__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #fff;
}
.help__search__container .close {
  display: none;
}
.help__search__container.modal {
  width: calc(100% - 64px);
  padding: 32px;
  position: fixed;
  animation: 800ms ease-in-out 0s 1 normal none running slideInDown;
  display: flex !important;
}
.help__search__container.modal .help__search__list {
  max-width: none;
}
.help__search__container.modal h2 {
  width: 750px;
  text-align: left;
  padding-bottom: 0;
  font-size: 16px;
}
.help__search__container.modal .help__search {
  margin-top: 12px;
}
.help__search__container.modal .close {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 16px;
  right: 16px;
}
.help__search__container.modal .close img {
  width: 100%;
}

.help__search {
  width: 750px;
  margin: 24px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #b6b6b6;
  background: #fff;
  height: 48px;
}
.help__search .input__inner {
  width: 450px;
  height: 46px;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  border-right: 1px solid #b6b6b6;
}
.help__search .input__inner .clear {
  height: 24px;
  width: 24px;
  margin-right: 8px;
  cursor: pointer;
}
.help__search .input__inner::before {
  content: "";
  padding-left: 8px;
  padding-right: 8px;
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/search.svg) no-repeat center;
}
.help__search .input__inner input {
  cursor: pointer;
  flex: auto;
  height: 46px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.help__search .input__inner input:focus {
  outline: none;
}
.help__search .select__inner {
  flex: auto;
  position: relative;
}
.help__search .select__inner::after {
  position: absolute;
  border-color: #686868;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  right: 14px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  transform: rotate(45deg);
  top: 13px;
}
.help__search .select__inner select {
  width: 100%;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  box-sizing: border-box;
  padding: 8px 16px;
  height: 46px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  font-size: 16px;
}
.help__search .select__inner select:focus {
  outline: none;
}
.help__search .help__search__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
  border: none;
  width: 80px;
  height: 48px;
  border-radius: 0 8px 8px 0;
  background: #54822b;
}

.help__search__list {
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.help__search__list dt {
  flex: 0 0 auto;
  margin-right: 5px;
}
.help__search__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.help__search__list ul li a {
  font-size: 15px;
  color: #333;
  padding: 8px 16px;
  border-radius: 50px;
  text-align: center;
  display: block;
  border: 1px solid #b6b6b6;
}

.shortcut {
  margin-bottom: 64px;
}
.shortcut ul {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.shortcut ul li {
  background-color: #fff;
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
}
.shortcut ul li:first-child {
  background: url(../images/infoCard.jpg) no-repeat center;
  background-size: cover;
}
.shortcut ul li:first-child a::before {
  content: "";
  margin-right: 6px;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/user.svg) no-repeat center;
  background-size: cover;
}
.shortcut ul li:last-child a::before {
  content: "";
  margin-right: 6px;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/robot.png) no-repeat;
  background-size: cover;
  background-position: top 2px left 0;
}
.shortcut ul li a {
  display: flex;
  height: 112px;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 8px;
  color: #333;
  font-size: 22px;
  align-items: center;
}
.shortcut ul li a span {
  font-size: 16px;
  color: #54822b;
}

.collapse-button {
  display: block;
  cursor: pointer;
  background-image: url(../images/plus.svg);
  height: 32px;
  width: 32px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.collapse-button.close {
  background-image: url(../images/minus.svg);
}

.settings__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.settings__list li {
  width: calc((100% - 48px) / 3);
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.settings__list li.user a::before {
  background-image: url(../images/user.svg);
}
.settings__list li.mypage a::before {
  background-image: url(../images/mypage.svg);
}
.settings__list li.coupon a::before {
  background-image: url(../images/coupon_grey.svg);
}
.settings__list li.mail a::before {
  background-image: url(../images/mail.svg);
}
.settings__list li.comment a::before {
  background-image: url(../images/comment.svg);
}
.settings__list li a {
  padding: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1.5;
  color: #333;
  font-weight: 700;
  box-sizing: border-box;
}
.settings__list li a::before {
  content: "";
  width: 32px;
  height: 32px;
  margin-right: 8px;
  margin-left: -4px;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 32px;
}
.settings__list li a span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #767676;
}

.faqSwiper .swiper-button-next,
.faqSwiper .swiper-button-prev {
  position: absolute;
  top: calc(50% + 6px);
  display: inline-block;
  width: 30px !important;
  height: 30px !important;
  background-image: url(https://img.travel.rakuten.co.jp/share/pctop/images/slide_arrow_svg.svg) !important;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 0;
  cursor: pointer;
  z-index: 30;
  right: -14px !important;
  box-shadow: 0px 1.52925px 6.117px #cccccc;
}
.faqSwiper .swiper-button-prev {
  left: -14px !important;
}
.faqSwiper .swiper-button-next {
  transform: scaleX(-1);
}
.faqSwiper .swiper-button-next:after,
.faqSwiper .swiper-button-prev:after {
  content: "";
}
.faqSwiper .swiper-button-disabled {
  display: none;
}

.swiperMask {
  margin-left: -16px;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
}

.swiperMask .swiper {
  overflow: initial;
  padding-left: 4px;
}

.swiperMask .swiper::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  width: 16px;
  left: -16px;
  top: -8px;
  height: calc(100% + 12px);
  z-index: 10;
}

.swiperMask .swiper:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff;
  width: 16px;
  right: -16px;
  top: -8px;
  height: calc(100% + 18px);
  z-index: 1;
}

.help__search__dropdown {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  min-width: 120px;
  z-index: 100000;
}
.help__search__dropdown ul {
  padding: 8px;
  padding-bottom: 0;
}
.help__search__dropdown ul li {
  padding: 8px 16px;
  margin-bottom: 8px;
  cursor: pointer;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}
.help__search__dropdown ul li:hover {
  background: #f5f5f5;
}/*# sourceMappingURL=contents_pc.css.map */