@charset "UTF-8";
/* --- 全体 --- */
.myteiki-wrap {
  margin-inline: -64px;
  font-size: 1.8rem;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  .myteiki-wrap {
    margin-inline: -1.6rem;
    font-size: 1.6rem;
  }
}

#main_rn .offerContents .myteiki-mv img,
#main_rn .offerContents .myteiki-tips__image img {
  max-width: 100%;
}

#main_rn .offerContents.myteiki-subpage {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  #main_rn .offerContents.myteiki-subpage {
    margin-top: 40px;
  }
}
#main_rn .offerContents.myteiki-subpage ol > li {
  list-style: none;
}

.contents.-myteiki {
  padding-bottom: 0;
}

/* --- PC/SP --- */
.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

/* --- MV --- */
.myteiki-mv__title {
  letter-spacing: 0;
  font-size: 4.4rem;
  font-weight: 900;
  text-align: center;
  color: #0068B7;
}
@media screen and (max-width: 767px) {
  .myteiki-mv__title {
    font-size: 2.2rem;
  }
}
.myteiki-mv__image {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .myteiki-mv__image {
    padding-top: 24px;
  }
}
.myteiki-mv__image img {
  max-width: 100%;
  height: auto;
}

/* --- セクション --- */
.myteiki-section {
    padding-block: 30px;
    padding-block-end: 70px;
}
@media screen and (max-width: 767px) {
  .myteiki-section {
    padding-block: 48px;
    padding-inline: 15px;
  }
}
.myteiki-section__inner {
  margin-inline: auto;
  max-width: 1024px;
}
.myteiki-section.-blue {
  background-color: rgba(89, 195, 225, 0.24);
}
.myteiki-section.-yellow {
  background-color: rgba(255, 241, 0, 0.11);
}

.myteiki-section2__body {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .myteiki-section2__body {
    font-weight: bold;
    line-height: 1.6;
  }
}

/* --- 余白 --- */
.myteiki-section2 + .myteiki-section2,
.ordered-list__ol > li + li,
.myteiki-space-m {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .myteiki-section2 + .myteiki-section2,
  .ordered-list__ol > li + li,
  .myteiki-space-m {
    margin-top: 48px;
  }
}

.myteiki-space-l {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .myteiki-space-l {
    margin-top: 31px;
  }
}

/* --- 見出し --- */
.myteiki-heading {
  text-align: center;
}
.myteiki-heading__text {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .myteiki-heading__text {
    font-size: 2.4rem;
  }
}
.myteiki-heading__text::after {
  position: relative;
  left: -2px;
  content: "";
  display: block;
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  padding-inline: 4px;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: linear-gradient(to right, #59C3E1 50%, #FFF100 50%);
}
.myteiki-heading + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}

/* --- 見出し2 --- */
.myteiki-heading2 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .myteiki-heading2 {
    font-size: 2.2rem;
    text-align: center;
  }
}
.myteiki-heading2 + * {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
}

/* --- 見出し3 --- */
.myteiki-heading3 {
  font-size: 1.8rem;
  color: #004FB2;
  font-weight: bold;
}
.myteiki-heading3 + * {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .myteiki-heading3 + * {
    margin-top: 25px;
  }
}

/* --- 見出し4 --- */
.myteiki-heading4 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #004FB2;
}

/* --- 文章ボックス --- */
.text-box {
  line-height: 1.8;
  font-weight: bold;
}
.text-box > * + * {
  margin-top: 1em;
}
.text-box + * {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 767px) {
  .text-box + * {
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
}
.text-box .note-list {
  font-weight: normal;
  font-size: 13px;
  margin-top: 17px;
}

/* --- テキスト装飾 --- */
.text-bold {
  font-weight: bold;
}

/* --- テキストリンク --- */
.text-link {
  color: #1A1A1A;
}

/* --- ボタンリスト --- */
.btn-list {
  display: flex;
  width: 100%;
  max-width: 986px;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
  row-gap: 40px;
  margin-inline: auto;
  flex-wrap: wrap;
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .btn-list {
    flex-direction: column;
    row-gap: 20px;
    margin-top: 48px;
  }
}
.btn-list > li {
  flex-basis: 478px;
}
@media screen and (max-width: 767px) {
  .btn-list > li {
    flex-basis: 100%;
  }
}

/* --- ボタンwrap --- */
.btn-wrap {
  text-align: center;
}
.btn-wrap .basic-btn {
  margin-inline: auto;
}
.btn-wrap .basic-btn + p {
  margin-top: 8px;
}
.btn-wrap + .btn-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .btn-wrap + .btn-wrap {
    margin-top: 24px;
  }
}
.btn-wrap + .btn-list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .btn-wrap + .btn-list {
    margin-top: 20px;
  }
}

/* --- ボタン --- */
.basic-btn {
  position: relative;
  display: block;
  padding-block: 16px;
  padding-inline: 60px;
  background-color: #004FB2;
  max-width: 478px;
  width: 100%;
  border: 2px solid #004FB2;
  border-radius: 36px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .basic-btn {
    padding-inline: 40px;
    max-width: none;
    font-size: 1.6rem;
  }
}
.basic-btn::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 35px;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("../img/arrow_right_white.svg"), url("../img/arrow_right_blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto, 0;
}
@media screen and (max-width: 767px) {
  .basic-btn::after {
    right: 20px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
}
.basic-btn.-blank::after {
  background-image: url("../img/icon_blank_white.svg"), url("../img/icon_blank_blue.svg");
  background-size: 16px 16px;
}
.basic-btn.-blank.-white::after {
  background-image: url("../img/icon_blank_blue.svg"), url("../img/icon_blank_white.svg");
  background-size: 16px 16px;
}
.basic-btn.-blank:hover::after {
  background-size: 0, 16px 16px;
}
.basic-btn.-bottom::after {
  background-image: url("../img/arrow_bottom_white.svg"), url("../img/arrow_bottom_blue.svg");
}
@media screen and (max-width: 767px) {
  .basic-btn.-bottom:hover::after {
    background-size: 0, 16px 16px;
  }
}
.basic-btn.-white {
  border-color: #004FB2;
  background-color: #fff;
  color: #004FB2;
}
.basic-btn.-white::after {
  background-image: url("../img/arrow_right_blue.svg"), url("../img/arrow_right_white.svg");
}
.basic-btn.-white:hover {
  background-color: #004FB2;
  color: #fff;
}
.basic-btn:hover {
  background-color: #fff;
  color: #004FB2;
}
.basic-btn:hover::after {
  background-size: 0, auto;
}

/* --- 下層ページナビ --- */
.local-navi-wrap {
  margin-inline: auto;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .local-navi-wrap {
    padding-inline: 15px;
  }
}

.local-navi {
  border: 2px solid #004FB2;
  border-radius: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  gap: 2px;
  background-color: #004FB2;
}
@media screen and (max-width: 767px) {
  .local-navi {
    grid-template-columns: repeat(1, 1fr);
  }
}
* + .local-navi {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  * + .local-navi {
    margin-top: 48px;
  }
}
.local-navi__link {
  display: block;
  text-decoration: none;
  color: #004FB2;
  font-size: 2rem;
  font-weight: bold;
  background-color: #fff;
  text-align: center;
  padding-block: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .local-navi__link {
    font-size: 1.6rem;
  }
}
.local-navi__link::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("../img/arrow_right_blue.svg"), url("../img/arrow_right_lightblue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto, 0;
}
@media screen and (max-width: 767px) {
  .local-navi__link::after {
    right: 18px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
}
.local-navi__link.-blank::after {
  background-image: url("../img/icon_blank_blue.svg");
  background-size: 16px 16px;
}
.local-navi__link.-blank:hover::after {
  background-size: 16px 16px;
}
.local-navi__link:hover, .local-navi__link.is-active {
  background-color: #CDEDF6;
  color: #3D7EC6;
}
.local-navi__link:hover::after, .local-navi__link.is-active::after {
  background-size: 0, 22px 22px;
}
@media screen and (max-width: 767px) {
  .local-navi__link:hover::after, .local-navi__link.is-active::after {
    background-size: 16px 16px;
  }
}

/* --- 注釈リスト --- */
.note-list > li {
  display: flex;
  line-height: 1.8;
}
.note-list > li::before {
  flex-shrink: 0;
  display: inline-block;
  margin-right: 0.1em;
  content: "※";
  font-weight: normal;
}

/* --- ● リスト --- */
.circle-list > li {
  display: flex;
  line-height: 1.8;
}
.circle-list > li + li {
  margin-top: 4px;
}
.circle-list > li::before {
  flex-shrink: 0;
  display: inline-block;
  margin-right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #59C3E1;
  border-radius: 50%;
  margin-top: 0.75em;
}
@media screen and (max-width: 767px) {
  .circle-list > li::before {
    margin-right: 4px;
    width: 10px;
    height: 10px;
    margin-top: 0.6em;
  }
}

/* --- 連番リスト --- */
.ordered-list {
  counter-reset: number 0;
}
.ordered-list > li {
  list-style: none;
}
.ordered-list > li + li {
  margin-top: 27px;
}
.ordered-list__heading {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  display: flex;
  align-items: baseline;
}
.ordered-list__heading::before {
  counter-increment: number 1;
  content: counter(number);
  display: inline-block;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.7rem;
  line-height: 1.45;
  color: #0068B7;
  width: 40px;
  text-align: center;
  flex-shrink: 0;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (max-width: 767px) {
  .ordered-list__heading::before {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
.ordered-list__body {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .ordered-list__body {
    margin-top: 11px;
    line-height: 1.6;
    font-weight: bold;
  }
}
.ordered-list__body .note-list {
  margin-top: 8px;
}
.ordered-list__body .note-list:not(.fz-normal) {
  font-size: 13px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .ordered-list__body .note-list:not(.fz-normal) {
    font-weight: normal;
  }
}
.ordered-list__text_box > * + * {
  margin-top: 12px;
}

/* --- 1カラム --- */
.center-box {
  max-width: 472px;
  margin-inline: auto;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .center-box {
    margin-top: 32px;
  }
}
.center-box.-full {
  max-width: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .center-box.-full img {
    width: 100%;
    height: auto;
  }
}
.center-box > * + * {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .center-box > * + * {
    margin-top: 32px;
  }
}

/* --- 2カラム --- */
.column-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  row-gap: 40px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .column-two {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 32px;
    margin-top: 32px;
  }
}
.column-two img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .column-two.-arrow {
    row-gap: 57px;
  }
}
.column-two.-arrow > * + * {
  position: relative;
}
.column-two.-arrow > * + *::before {
  position: absolute;
  content: "";
  display: block;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #59c3e1;
  left: -52px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .column-two.-arrow > * + *::before {
    left: 50%;
    border-right: 24px solid transparent;
    border-left: 24px solid transparent;
    border-top: 24px solid #59c3e1;
    border-bottom: 0;
    top: -40px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* --- ここが便利 --- */
.myteiki-tips-container {
  display: grid;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  row-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(472px, 1fr));
}
@media screen and (max-width: 767px) {
  .myteiki-tips-container {
    row-gap: 32px;
    grid-template-columns: 1fr;
  }
}

.myteiki-tips {
  display: grid;
  grid-row: span 5;
  grid-template-rows: subgrid;
  row-gap: 0;
}
@media screen and (max-width: 767px) {
  .myteiki-tips {
    grid-template-rows: 1fr;
  }
}
.myteiki-tips__heading {
  display: flex;
  align-items: center;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .myteiki-tips__heading {
    font-size: 1.8rem;
  }
}
.myteiki-tips__heading span {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  -webkit-margin-end: 12px;
          margin-inline-end: 12px;
  -webkit-padding-after: 8px;
          padding-block-end: 8px;
  border-radius: 10px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  background-color: #0068B7;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: 6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .myteiki-tips__heading span {
    width: 5.4rem;
    height: 5.4rem;
    line-height: 5.4rem;
    font-size: 5rem;
  }
}
.myteiki-tips__image {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}
.myteiki-tips__image img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .myteiki-tips__image img {
    max-width: none;
    width: 100%;
  }
}
.myteiki-tips__text {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .myteiki-tips__text {
    font-size: 1.6rem;
  }
}
.myteiki-tips__note {
  -webkit-margin-before: 4px;
          margin-block-start: 4px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .myteiki-tips__info {
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}
.myteiki-tips__info-inner {
  padding: 12px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .myteiki-tips__info-inner {
    padding-block: 16px;
    padding-inline: 10px;
  }
}
.myteiki-tips__text {
  line-height: 1.8;
}
.myteiki-tips__table {
  border-collapse: collapse;
}
.myteiki-tips__table tr th {
  width: 64px;
  border-top: 14px solid #fff;
  background-color: #0068B7;
  font-size: 1.4rem;
  color: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .myteiki-tips__table tr th {
    border-top-width: 10px;
    font-size: 1.3rem;
  }
}
.myteiki-tips__table tr td {
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
  border-top: 14px solid #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .myteiki-tips__table tr td {
    border-top-width: 10px;
    font-size: 1.4rem;
  }
}
.myteiki-tips__table tr td .note-list {
  font-weight: normal;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .myteiki-tips__table tr td .note-list {
    font-size: 1.4rem;
  }
}
.myteiki-tips__table tr:first-child th,
.myteiki-tips__table tr:first-child td {
  border-top: none;
}

/* --- 「通学定期券」の予約から購入までの流れ --- */
.myteiki-flow-box {
  padding-block: 24px;
  padding-inline: 18px;
  background-color: #fff;
}
.myteiki-flow-box .note-list {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  font-size: 1.4rem;
  font-weight: bold;
}
.myteiki-flow-box + .btn-wrap {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}

.myteiki-flow-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}
@media screen and (max-width: 767px) {
  .myteiki-flow-list {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    row-gap: 4px;
  }
}
@media screen and (max-width: 767px) {
  .myteiki-flow-list > li img {
    max-width: none;
    width: 100%;
  }
}

/* --- 画像キャプション --- */
.img-caption {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .img-caption {
    font-size: 1.4rem;
  }
}
.img-caption + * {
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .img-caption + * {
    margin-top: 8px;
  }
}

/* --- 虫眼鏡アイコンつき画像 --- */
@media screen and (min-width: 768px) {
  .modal-open {
    position: relative;
    cursor: pointer;
  }
  .modal-open::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../img/icon-open.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
  }
  .modal-open:hover {
    opacity: 0.7;
  }
}
.modal-open img {
  width: 100%;
  height: auto;
}

/* --- 画像のモーダルウィンドウ --- */
.modal-box-wrap {
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .modal-box-wrap.is-active {
    display: block;
  }
  .modal-box-wrap.is-active.is-sp {
    display: none;
  }
}

.overlay {
  background-color: rgba(0, 36, 83, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}

.modal-box {
  background-color: #fff;
  border-radius: 16px;
  position: fixed;
  max-width: 1024px;
  width: 90%;
  margin-inline: auto;
  overflow: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 501;
  padding: 80px;
}
.modal-box__img {
  max-height: calc(100vh - 40px - 160px);
  overflow-y: auto;
  text-align: center;
}
.modal-box__btn_close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 56px;
  height: 56px;
  background-image: url("../img/btn-close.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.modal-box__btn_close:hover {
  opacity: 0.7;
}

/* --- よくある質問 --- */
.qa-box {
  margin-top: 0;
}
.qa-box + .qa-box {
  margin-top: 26px;
}
.qa-box > * {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 8px;
  align-items: first baseline;
  padding-left: 16px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .qa-box > * {
    padding-left: 10px;
  }
}
.qa-box > *::before {
  display: block;
  width: 40px;
  height: 54px;
  left: 16px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3.7rem;
  line-height: 1;
  color: #59C3E1;
  text-align: center;
  flex-shrink: 0;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}
@media screen and (max-width: 767px) {
  .qa-box > *::before {
    left: 10px;
  }
}
.qa-box__question {
  padding-bottom: 4px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .qa-box__question {
    font-weight: bold;
    padding-top: 17px;
    padding-bottom: 16px;
    line-height: 1.6;
  }
}
.qa-box__question::before {
  content: "Q";
}
.qa-box__answer {
  background-color: #FFFEF0;
  border-radius: 8px;
  padding-top: 23px;
  padding-bottom: 28px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .qa-box__answer {
    padding-top: 6px;
    padding-bottom: 24px;
  }
}
.qa-box__answer::before {
  content: "A";
}
.custom-text-box {
    text-align: center;
    margin: 20px 0; /* 上下に20pxのマージンを追加 */
}

.custom-text-box p {
    font-weight: bold;
    color: red;
    margin: 0; /* 行間の余白をリセット */
}

/* --- 背景ブルーのボックス --- */
.blue-box {
  background-color: #d7f1f8;
  text-align: center;  /* テキストを中央揃え */
  margin-top: 5rem;  /* トップのマージンを追加 */
  padding-block: 4rem 5.6rem;
}

@media screen and (max-width: 767px) {
  .blue-box {
  margin-top: 5rem;  /* トップのマージンを追加 */
  text-align: center;  /* テキストを中央揃え */
    padding-block: 4rem;
    padding-inline: 1.6rem;
  }
}

.blue-box + .blue-box {
  margin-top: 2.4rem;
}
.bnr-button {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.bnr-button li {
  width: 40.2%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .bnr-button li {
    width: 100%;
  }
}
.bnr-button li img {
  width: 100%;
}
.bnr-button li a:hover {
  opacity: 0.75;
}
.bnr-button.-button li {
  width: inherit;
  background-color: inherit;
}
.bnr-button.-button li img {
  width: 234px;
}
@media screen and (max-width: 767px) {
  .bnr-button.-button li img {
    padding-inline: 5rem;
    width: 100%;
  }
}
.bnr-button.-button li a:hover {
  opacity: 1;
}

/* フローティングバナー */
.p-fixed-banner {
  background: #fff;
  padding: 16px;
  border-radius: 16px 0 0 16px;
  box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 2;
}
.p-fixed-banner.is-none {
  animation: fadeOut .7s ease-out forwards;
}

.p-fixed-banner img{
  max-width: 100%;
  height: auto;
}

.p-fixed-banner a{
  transition: .3s;
}

.p-fixed-banner a:hover{
  opacity: .7;
}

.p-fixed-banner__close {
  display: block;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
}

.p-fixed-banner__close::before, .p-fixed-banner__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 20px;
  background: #111;
}

.p-fixed-banner__close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.p-fixed-banner__close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .p-fixed-banner {
    width: 150px;
    padding: 8px;
    border-radius: 8px 0 0 8px;
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 200px;
  }

  .p-fixed-banner__close {
    width: 25px;
    height: 25px;
    top: 4px;
    right: 4px;
  }
  
  .p-fixed-banner__close::before, .p-fixed-banner__close::after {
    width: 3px;
    height: 16px;
  }
}

@keyframes fadeOut {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(100%);
    opacity: 0;
    display: none;
  }
}