@charset "UTF-8";
/* common
---------------------------------*/
.main_heading {
  margin-bottom: 0;
}

.main_wrap {
  margin-bottom: 60px;
}

.westqr_userguideCont {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

.blue {
  color: #0473bd;
}

.black {
  color: #000;
}

.red {
  color: #c00;
}

.bold {
  font-weight: bold;
}

/* common上書き
---------------------------------*/
.panel_default {
  margin-bottom: 0;
}
.panel_default p:not(.acc_btn) {
  line-height: 1.4375;
  font-size: 16px;
}
.panel_default .panel_heading .panel_title {
  margin-bottom: 25px;
  padding: 6px 0 0 2px;
  font-weight: bold;
}
.panel_default .panel_body p {
  padding: 0;
}

.attention_listWrap h2 {
  line-height: 1.4375;
  font-size: 16px;
  font-weight: bold;
}
.attention_listWrap + .swiper_contWrap {
  margin-top: 40px;
}

.attention_list li {
  padding-left: 0.7em;
  text-indent: -0.7em;
}
.attention_list.indent_half li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.attention_list li:has(dl) {
  text-indent: 0;
}
.attention_list li:has(dl) dl {
  display: flex;
}
.attention_list li:has(dl) dl dt {
  flex-shrink: 0;
}

h2.heading {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 16px;
}

/* mv
---------------------------------*/
.mv {
  padding: 30px 0 50px;
  text-align: center;
}

/* advanceAttention
---------------------------------*/
.advanceAttention {
  margin-bottom: 42px;
}
.advanceAttention ul + ul {
  margin-top: 18px;
}

/* use_steps
---------------------------------*/
.use_steps {
  margin-bottom: 60px;
}

.userguide_navWrap {
  position: relative;
}
.userguide_navWrap::before {
  content: "";
  display: block;
  width: 10px;
  height: calc(100% - 10px);
  position: absolute;
  top: 5px;
  left: 41px;
  background-color: #ccc;
  z-index: -1;
}
.userguide_navWrap a {
  display: flex;
  position: relative;
  padding: 14px;
  border: 1px solid #00458a;
  color: #000 !important;
  line-height: 1.3334;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none !important;
  background-color: #fff;
  gap: 30px;
  align-items: center;
}
.userguide_navWrap a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 30px;
  background-image: url(../images/arrow01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  translate: 0 -50%;
}
.userguide_navWrap a + a {
  margin-top: 10px;
}
.userguide_navWrap .navi_img {
  display: block;
  width: 150px;
}

/* accordion
---------------------------------*/
.userguide_wrap .panel_default {
  position: relative;
}
.userguide_wrap .panel_default::before {
  content: "";
  display: block;
  width: 10px;
  height: calc(100% - 270px);
  position: absolute;
  bottom: 5px;
  left: 70px;
  background-color: #ccc;
  z-index: 0;
}
.userguide_wrap .acc_cont {
  margin-bottom: 20px;
}
.userguide_wrap .acc_cont:last-child {
  margin-bottom: 80px;
}
.userguide_wrap .last .acc_contHead {
  margin-bottom: 0;
}

.information_wrap .acc_cont {
  margin-bottom: 20px;
}
.information_wrap .acc_cont:last-child {
  margin-bottom: 60px;
}

.acc_wrap + .acc_wrap {
  margin-top: 10px;
}

.acc_cont {
  position: relative;
  padding: 30px 19px;
  border: 1px solid #00458a;
  background-color: #fff;
}

.acc_contHead {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  gap: 40px;
}
.acc_contHead .navi_img {
  width: 150px;
}
.acc_contHead .acc_ttlWrap h3 {
  width: 76px;
  margin-bottom: 12px;
}
.acc_contHead .acc_ttlWrap p {
  font-weight: bold;
  font-size: 24px;
}

.acc_btn {
  position: relative;
  padding: 17px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #0473bd;
  cursor: pointer;
}
.acc_btn::before, .acc_btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 20px;
  background-color: #fff;
  transition: rotate ease 0.26s;
  translate: 0 -50%;
}
.acc_btn::after {
  rotate: 90deg;
}
.acc_btn.active::after {
  rotate: 0deg;
}
.acc_btn.small_btn {
  padding: 12px 20px;
  font-size: 16px;
}

.acc_body {
  padding-bottom: 40px;
  display: none;
}
.acc_body h2.heading + .acc_introTxt {
  margin-top: 0;
}
.acc_body .slide_ttl + .acc_introTxt {
  margin-top: 0;
}
.acc_body .acc_introTxt {
  margin-top: 25px;
  margin-bottom: 25px;
}
.acc_body .acc_introTxt .introTxt_note {
  display: block;
  padding-left: 0.6em;
  text-indent: -0.6em;
}
.acc_body .acc_centerImg {
  margin-right: auto;
  margin-left: auto;
}
.acc_body .attention_listWrap {
  margin-top: 15px;
}

/* swiper
---------------------------------*/
.swiper_contWrap {
  position: relative;
  padding: 30px 20px;
  background-color: #f5fcff;
}
.swiper_contWrap .attention_list {
  margin-bottom: 25px;
}
.swiper_contWrap + .swiper_contWrap {
  margin-top: 20px;
}
.swiper_contWrap .slide_ttl {
  margin-bottom: 24px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}

.swiper-slide > div {
  display: flex;
  max-width: 640px;
  margin: 0 auto;
}
.swiper-slide .slide_img {
  max-width: 310px;
  width: 100%;
  flex-shrink: 0;
}
.swiper-slide .slide_img img {
  display: block;
  width: 74.19354839%;
  margin: 0 auto;
}
.swiper-slide .slide_txtBox {
  max-width: 325px;
  width: 100%;
  margin-top: 40px;
  margin-left: -10px;
}
.swiper-slide .slide_txtBox li {
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.swiper-slide .slide_txtBox li + li {
  margin-top: 20px;
}
.swiper-slide .slide_txtBox li:has(.attention_icon) {
  padding-left: 0;
  text-indent: 0;
}
.swiper-slide .slide_txtBox p + p {
  margin-top: 23px;
}

.attention_icon {
  display: block;
  padding-left: 1.7em;
  color: #c00;
  line-height: 1.4375;
  font-size: 16px;
  font-weight: bold;
  background-image: url(../images/attention_icon.png);
  background-repeat: no-repeat;
  background-position: 0 0.2em;
  background-size: 16px;
}
.attention_icon + .attention_icon {
  margin-top: 12px;
}

.swiper-container {
  overflow: hidden;
}

/* swiper arrow
---------------------------------*/
.swiper-button-next, .swiper-button-prev {
  width: 25px;
  height: 42px;
  top: 50%;
  margin-top: 0;
  background-image: url(../images/arrow02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: none;
}

.swiper-button-next {
  right: 40px;
}

.swiper-button-prev {
  left: 40px;
  rotate: 180deg;
}

/* swiper pagination
---------------------------------*/
.swiper-pagination {
  position: static;
  margin-top: 25px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #ccc;
}

.swiper-pagination-bullet-active {
  background-color: #2873bd;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.case_wrap dl + dl, .problems_wrap dl + dl {
  margin-top: 22px;
}
.case_wrap dt, .problems_wrap dt {
  font-weight: bold;
}
.case_wrap dl:last-child, .problems_wrap dl:last-child {
  margin-bottom: 40px;
}

.problems_wrap {
  margin-top: 30px;
}
.problems_wrap dt {
  margin-bottom: 13px;
}

.suspendedCase_list li {
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.suspendedCase_list li + li {
  margin-top: 24px;
}

.qr_subList {
  margin-top: 20px;
  margin-bottom: 30px;
}
.qr_subList li {
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.qr_subList li:has(.attention_icon) {
  padding-left: 0;
  text-indent: 0;
}

.qr_subInfo .swiper_contWrap {
  padding-top: 0;
  padding-bottom: 73px;
}
.qr_subInfo .swiper-button-next, .qr_subInfo .swiper-button-prev {
  top: 32%;
}

.qr_otherBox {
  display: flex;
  justify-content: space-between;
}
.qr_otherBox dl {
  max-width: 544px;
}
.qr_otherBox dt {
  font-weight: bold;
}
.qr_otherBox dd + dd {
  margin-top: 20px;
}
.qr_otherBox .qr_otherImg {
  max-width: 230px;
  width: 100%;
}
.qr_otherBox.box02 {
  margin-top: 30px;
}

.change_subBox {
  display: flex;
  padding-top: 10px;
  gap: 30px;
}
.change_subBox dt {
  font-weight: bold;
}
.change_subBox + .change_subBox {
  margin-top: 30px;
}

.change_subImg {
  max-width: 230px;
  width: 100%;
  margin-right: 20px;
}

.panel_default .panel_body p.storong_txt {
  margin-top: 50px;
  font-size: 20px;
}

.purchase_img01 {
  max-width: 800px;
}

.login_img01 {
  max-width: 230px;
}

.ticket_listImg01 {
  max-width: 230px;
}

.howto_img01 {
  max-width: 800px;
}

.icon_refresh {
  width: 62px;
  vertical-align: text-top;
}

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

.userguide_btnCont > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.userguide_btnCont a {
  display: block;
  max-width: 410px;
  width: 100%;
  position: relative;
  padding: 18px 10px;
  color: #fff !important;
  line-height: 1.3334;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  background-color: #0473bd;
}
.userguide_btnCont a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  transform: translateY(-50%);
}
.userguide_btnCont a:visited {
  color: #fff !important;
}

.directlybelow_cont {
  margin-top: 30px;
}

.adjust_ttl {
  margin-top: 30px;
  margin-bottom: 13px;
}


.modal_movieBtn {
  margin-bottom: 30px;
  cursor: pointer;
}

.modal_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}

#movie_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
  background-color: rgba(0, 0, 0, 0.4);
}
#movie_modal.is-active {
  display: block;
  opacity: 1;
}
#movie_modal .modal_content {
  max-width: 840px;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

#movie_modal .movie_frame {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 473px;
}

#movie_modal .movie_frame iframe {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#movie_modal button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

#movie_modal .modalBtn_close {
  display: block;
  width: 68px;
  height: 68px;
  position: absolute;
  top: -74px;
  right: 0;
  cursor: pointer;
  z-index: 50;
  transform: rotate(45deg);
}

#movie_modal .modalBtn_close::before, #movie_modal .modalBtn_close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  transform: translateY(-50%);
}

#movie_modal .modalBtn_close::after {
  transform: translateY(-50%) rotate(90deg);
}

.js_modalClose {
  cursor: pointer;
}