/* stylelint-disable */

.status .off {
  opacity: 0.2;
}
body.no-scroll {
  overflow: hidden;
}
.inner {
  position: relative;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 1040px) {
  .inner {
    padding: 0 40px;
    max-width: 1040px;
  }
  .handling-list__contents {
    transform-origin: top left;
    width: 960px;
  }
  .popup-box {
    margin: 0 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
  .inner {
    padding: 0 25px;
    max-width: 1039px;
  }
  .handling-list__contents {
    transform-origin: top left;
    width: 989px;
  }
  .popup-box {
    margin: 0 25px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
  .popup-box {
    margin: 0 20px;
  }
  .handling-list-button2 br {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .inner {
    padding: 0 14px;
  }
  .popup-box {
    margin: 0 14px;
  }
}

@media screen and (min-width: 768px) {
  .pankuzu-nav {
    padding: 25px 10px;
    margin: auto;
    max-width: 980px;
  }
  .pankuzu-nav ul {
    font-size: 0;
  }
  .pankuzu-nav li {
    display: inline;
    font-size: 14px;
  }
  .pankuzu-nav li a {
    color: #203d95;
  }
  .pankuzu-nav li a:hover {
    text-decoration: underline;
  }
  .pankuzu-nav li:after {
    content: ">";
    padding: 0 6px 0 7px;
    display: inline;
    font-size: 14px;
  }
  .pankuzu-nav li:last-child:after {
    display: none;
  }

  section {
    padding: 60px 0;
    border-top: 1px solid #eee;
  }

  .bd-item a {
    position: relative;
    display: block;
    text-align: center;
    border: 2px solid #203d95;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.3);
  }
  .sh-item {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  }

  .contents-title {
    padding: 0 0 20px;
    font-size: 24px;
    font-weight: bold;
    color: #003f98;
  }

  /* store
  ===============================================================*/

  #store {
    padding-top: 0;
  }
  #store a:hover {
    opacity: 0.7;
    transition: opacity 300ms ease;
  }

  .store-news {
    display: none;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .store-news a {
    color: #003f98;
    text-decoration: underline;
  }

  .store-name {
    padding: 25px 0;
    background-color: #f5f5f5;
  }
  .store-name__category {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin: 0;
  }
  .store-name__title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.25;
    margin-top: 8px;
    margin-bottom: 14px;
  }
  .store-name__point {
    margin: 0;
    font-size: 13px;
    display: block;
    flex-wrap: wrap;
    gap: 12px 26px;
    line-height: 1;
  }
  .store-name__point__one {
    margin: 0;
    display: flex;
    align-items: center;
  }
  .store-name__point .store-name__point__one + .store-name__point__one {
    margin-top: 10px;
  }
  .store-name__point .store-name__point__one p {
    font-weight: bold;
    font-size: 13px;
  }

  .store-name__point__wrapper {
    display: flex;
    align-items: baseline;
    white-space: pre-line;
  }
  .store-name__point__wrapper a {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #203d95;
  }
  .store-name__point__wrapper a span {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    background: #203d95;
  }
  .store-name__point__wrapper a span:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 7px;
    height: 1px;
    background: #fff;
  }
  .store-name__point__wrapper a span:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 7px;
    background: #fff;
  }

  .store-name__point__tag {
    min-width: 60px;
    height: 20px;
    padding: 0 10px;
    margin-right: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: white;
    white-space: nowrap;
    background-color: #203d95;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .store-name__point__num {
    font-size: 13px;
    font-weight: bold;
    color: #203d95;
  }

  /* availability__contents__use-list
  ===============================================================*/

  .availability {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 26px 26px;
  }
  .availability__logo__img {
    margin-bottom: 16px;
    border: 1px solid #eeeeee;
    border-radius: 1px;
    position: relative;
  }
  .availability__logo__img::before {
    content: "";
    display: block;
    padding-top: 66%;
  }
  .availability__logo__img img {
    width: 50%;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .availability__logo__text {
    display: block;
  }
  .availability__logo__text .logo-text {
    white-space: pre-line;
  }
  .availability__logo__text a {
    font-weight: bold;
    color: #003f98;
    text-decoration: underline;
    position: relative;
  }
  .availability__logo__text a::after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    right: -20px;
    bottom: 0;
    width: 12px;
    height: 10px;
    background: url(/assets/img/common/icon_blank_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .availability__contents__title {
    color: #003f98;
  }
  .availability__contents__use-list {
    margin-bottom: 30px;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #eeeeee;
  }
  .availability__contents__use-list .one {
    height: 60px;
    padding: 12px 12px;
    display: flex;
    align-items: center;
    font-size: 13px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
  }
  .availability__contents__use-list .one:nth-child(-n + 3)::after {
    content: "";
    width: 1px;
    height: 36px;
    border-right: 1px solid #eeeeee;
    position: absolute;
    right: 0;
  }
  .availability__contents__use-list .one img {
    width: 30px;
    margin-right: 10px;
  }
  .availability__contents__use-list .one .check-mark {
    margin-left: auto;
    margin-right: 12px;
    margin-bottom: 8px;
    width: 8px;
    height: 15px;
    border-bottom: 3px solid #203d95;
    border-right: 3px solid #203d95;
    transform: rotate(45deg);
  }
  .availability__contents__use-list .one.disabled img,
  .availability__contents__use-list .one.disabled p {
    opacity: 0.2;
  }
  .availability__contents__use-list .one.disabled .check-mark {
    visibility: hidden;
  }
  .availability__contents__use-list2 {
    grid-template-rows: 1fr 1fr 1fr;
  }

  .availability__contents__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 26px 26px;
  }
  .availability__contents__links .one {
    margin: 0;
    width: 100%;
  }
  .availability__contents__links .one.after-route a::after {
    transform: rotate(90deg);
  }

  /* handling-list
  ===============================================================*/

  .handling-list {
    margin-top: 60px;
  }
  .handling-list__contents {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 26px 26px;
  }
  .handling-list-one {
    padding: 30px 30px 25px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  }

  .handling-list-one__title {
    display: flex;
    align-items: center;
    min-height: 60px;
  }
  .handling-list-one__title__img {
    width: 40px;
    margin-right: 20px;
  }
  .handling-list-one__title__text {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    word-break: break-all;
  }

  .handling-list__contents_w .handling-list-one + .handling-list-one {
    margin-top: 24px;
  }
  .handling-list__contents_w .handling-list-one .handling-list-one__bottom {
    margin-top: 0;
    height: auto;
    min-height: inherit;
  }
  .handling-list__contents_w .handling-list-one .handling-list-one__bottom .btn-link {
    margin: 0 auto 0;
  }

  .handling-list__contents_w + .handling-list__contents__wrap {
    margin-top: 24px;
  }

  .handling-list-one__text {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 14px;
    word-break: break-all;
    flex-grow: 1;
    white-space: pre-line;
  }
  .handling-list-one__text a {
    position: relative;
    color: #203d95;
    font-weight: bold;
    text-decoration: underline;
  }
  .handling-list-one__txtbox {
    margin: 30px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #eeeeee;
  }
  .handling-list-one__txtbox h3 {
    font-size: 17px;
    font-weight: bold;
  }
  .handling-list-one__txtbox p {
    margin: 20px 0 0;
  }

  .handling-list-one__bottom {
    height: 68px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
  }

  .handling-list-one__bottom + .handling-list-one__cap {
    position: relative;
    top: 4px;
    text-align: center;
  }
  .handling-list-one__bottom + .handling-list-one__cap a {
    font-weight: bold;
    color: #003f98;
    text-decoration: underline;
  }
  #store .handling-list-one__bottom + .handling-list-one__cap a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .handling-list-one__bottom .no-bold {
    display: contents;
    font-weight: normal;
  }

  .handling-list-button {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003f98;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #003f98;
    border-radius: 22.5px;
    box-sizing: border-box;
  }
  .handling-list-button2.blankr:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    right: 6px;
    bottom: 0;
    width: 12px;
    height: 10px;
    background: url(/assets/img/common/icon_blank_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .handling-list-button2 {
    position: relative;
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003f98;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    border: 2px solid #003f98;
    border-radius: 30px;
  }

  .handling-list-one .pd-box {
    width: 100%;
    position: relative;
    display: block;
  }
  .handling-list-one .pd-txt {
    padding: 20px 0 0;
    display: none;
  }
  .handling-list-one .pd-txt p {
    font-weight: normal;
    text-align: left;
    white-space: pre-line;
  }
  .handling-list-one .pd-txt p a {
    position: relative;
    color: #203d95;
    font-weight: bold;
    text-decoration: underline;
  }

  .btn-pd {
    width: 100%;
  }
  .btn-pd a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #203d95;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .btn-pd a span {
    position: relative;
    display: inline-block;
    width: 320px;
  }
  .btn-pd a span:after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 12px;
    background: url(/assets/img/common/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
    transform: rotate(90deg);
  }
  .btn-pd.on a span:after {
    display: none;
  }
  .btn-pd-close {
    margin: 20px 0 0;
    padding: 20px 0 0;
    width: 100%;
    border-top: 1px solid #eee;
  }
  .btn-pd-close a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #203d95;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .btn-pd-close a span {
    position: relative;
    display: inline-block;
    width: 320px;
  }
  .btn-pd-close a span:after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 12px;
    background: url(/assets/img/common/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
    transform: rotate(-90deg);
  }

  .handling-list-one .link-more {
    position: relative;
    display: inline-block;
    padding: 0 15px 0 0;
    color: #203d95;
    font-weight: bold;
    text-decoration: underline;
  }
  .handling-list-one .link-more:after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 12px;
    background: url(/assets/img/common/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
    transform: rotate(90deg);
  }

  .handling-list-info {
    margin-top: 60px;
  }
  .handling-list-info__one {
    display: grid;
    grid-template-columns: 218px 1fr;
    border-top: 1px solid #eeeeee;
  }
  .handling-list-info__one:last-child {
    border-bottom: 1px solid #eeeeee;
  }
  .handling-list-info__one__title {
    margin: 0;
    padding: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    position: relative;
  }

  .handling-list-info__one__title::after {
    content: "";
    width: 1px;
    height: calc(100% - 52px);
    border-right: 1px solid #eeeeee;
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .handling-list-info__one__text {
    margin: 0;
    padding: 32px;
    font-size: 14px;
    word-break: break-all;
    white-space: pre-line;
  }
  .handling-list-info__one__text a {
    text-decoration: underline;
    color: #203d95;
    font-weight: bold;
  }
  #store .handling-list-info__one__text a:hover {
    text-decoration: none;
    opacity: 1;
  }

  /* app-info
  ===============================================================*/

  .app-info {
    margin-top: 60px;
  }
  .app-info-contents {
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr calc(350px + 28px);
    align-items: center;
    grid-gap: 0 28px;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .app-info-contents__logo-link {
    display: grid;
    grid-template-columns: 150px 200px;
    grid-gap: 0 28px;
  }
  .app-info-contents__logo {
    width: 100%;
  }
  .app-info-contents__info__title {
    margin: 0;
    padding-bottom: 22px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #eeeeee;
  }
  .app-info-contents__info__text {
    margin: 0;
    padding-top: 22px;
    font-size: 14px;
    word-break: break-all;
    white-space: pre-line;
  }
  .app-info-contents__info__text a {
    color: inherit;
    text-decoration: inherit;
    position: relative;
    font-weight: bold;
  }
  .app-info-contents__info__text a::after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 4px;
    right: -20px;
    width: 8px;
    height: 12px;
    background: url(/assets/img/common/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .app-info-contents__link {
    width: 200px;
  }
  .app-info-contents__link__item {
    display: block;
  }
  .app-info-contents__link__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .app-info-contents__link__item img {
    width: 100%;
  }

  /* campaign-info
  ===============================================================*/

  .campaign-info {
    margin-top: 60px;
  }
  .campaign-info__title {
    color: #003f98;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    word-break: break-all;
  }

  .campaign-info-contents {
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 345px;
    grid-gap: 0 28px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .campaign-info-contents:not(:last-of-type) {
    margin-bottom: 26px;
  }
  .campaign-info-contents__info__title {
    margin: 0;
    padding-bottom: 22px;
    font-size: 18px;
    font-weight: bold;
    word-break: break-all;
    border-bottom: 1px solid #eeeeee;
  }
  .campaign-info-contents__info__text {
    margin: 0;
    padding-top: 22px;
    font-size: 14px;
    word-break: break-all;
  }
  .campaign-info-contents__info__text a {
    color: inherit;
    text-decoration: inherit;
    position: relative;
    font-weight: bold;
  }
  .campaign-info-contents__info__text a::after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 4px;
    right: -20px;
    width: 8px;
    height: 12px;
    background: url(/assets/img/common/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .campaign-info-contents__img img {
    width: 345px;
    height: auto;
  }

  .campaign-bnr {
    margin-top: 60px;
  }
  .campaign-bnr__title {
    color: #003f98;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    word-break: break-all;
  }
  .campaign-bnr-inner {
    padding: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .campaign-bnr-list figure {
    margin: auto;
    width: 580px;
  }
  .campaign-bnr-list figure + figure {
    margin-top: 30px;
  }
  .campaign-bnr-list img {
    max-width: 100%;
  }

  /* store-info
  ===============================================================*/

  .store-info {
    margin-top: 60px;
  }
  .store-info__title {
    color: #003f98;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    word-break: break-all;
  }

  .store-info-contents {
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 345px;
    grid-gap: 0 28px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .store-info-contents:not(:last-of-type) {
    margin-bottom: 26px;
  }
  .store-info-contents__info__title {
    margin: 0;
    padding-bottom: 22px;
    font-size: 18px;
    font-weight: bold;
    word-break: break-all;
    border-bottom: 1px solid #eeeeee;
  }
  .store-info-contents__info__text {
    margin: 0;
    padding-top: 22px;
    font-size: 14px;
    word-break: break-all;
  }
  .store-info-contents__info__text a {
    color: inherit;
    text-decoration: inherit;
    position: relative;
    font-weight: bold;
  }
  .store-info-contents__info__text a::after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 4px;
    right: -20px;
    width: 8px;
    height: 12px;
    background: url(/assets/img/common/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .store-info-contents__img img {
    width: 345px;
    height: auto;
  }

  /* service-list
  ===============================================================*/
  .service-list {
    margin-top: 60px;
  }
  .service-item {
    padding: 25px;
  }
  .service-item + .service-item {
    margin-top: 30px;
  }

  /* connection-list
  ===============================================================*/

  .connection-list {
    margin-top: 60px;
  }

  /*========*/

  .connection-list__contents {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 24px 24px;
  }
  .connection-list-item {
    display: flex;
  }
  .connection-list-item a {
    width: 100%;
    display: flex;
  }
  .connection-list-item .list-item-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  }
  .connection-list-item a:hover {
    opacity: 0.7;
  }
  .connection-list-item figure {
    position: relative;
    padding-top: 100%;
  }
  .connection-list-item figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }

  .connection-list-item i {
    padding: 10px;
    display: flex;
    flex-grow: 1;
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: 1rem;
    word-break: break-all;
    border-top: 1px solid #eee;
  }
  .connection-list-item i span {
    display: block;
    width: 100%;
  }

  /* convenient-list
  ===============================================================*/

  #convenient {
    margin-top: 60px;
  }
  .convenient-list__title {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
  }
  #convenient-list {
    margin: auto;
    width: 580px;
  }

  .convenient-item + .convenient-item {
    margin-top: 30px;
  }
  .convenient-item a {
    position: relative;
    width: 100%;
    padding: 25px 0 0;
    height: 220px;
  }
  .convenient-item span {
    margin: 15px 0 0;
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
  }

  /* btn
  ===============================================================*/
  .btn-link-box {
    margin-top: 60px;
    padding-top: 60px;
  }
  .btn-link-box .btn-link {
    margin: 0 auto;
  }
  .handling-list__contents_w .btn-link-r,
  .handling-list__contents_w .btn-blank-r {
    margin: 0 auto;
    width: 500px;
  }
  .handling-list-one__txtbox .btn-link-r,
  .handling-list-one__txtbox .btn-blank-r {
    margin: 30px auto 0;
  }

  .btn-link-r a,
  .btn-blank-r a {
    position: relative;
    display: block;
    height: 45px;
    line-height: 41px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #203d95;
    border: 2px solid #203d95;
    border-radius: 22.5px;
    box-sizing: border-box;
  }
  .btn-blank-r a:after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 12px;
    height: 10px;
    background: url(/assets/img/common/icon_blank_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  /* popup
  ===============================================================*/

  .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100500;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
  }
  .popup.on {
    opacity: 1;
    visibility: visible;
  }
  .popup-box {
    position: relative;
    height: 100%;
  }
  .popup-overlay {
    position: fixed;
    left: 0;
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    background: rgba(255, 255, 255, 0.8);
  }
  .popup-inner {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 840px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
  }

  .popup-contents {
    position: absolute;
    display: block;
    padding: 60px 30px 30px;
    width: 100%;
  }
  .popup-txt {
    overflow: auto;
  }
  .popup-txt-inner p {
    white-space: pre-line;
  }
  .btn-close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 36px;
    height: 36px;
    border: 2px solid #203d95;
    border-radius: 18px;
    box-sizing: border-box;
  }
  .btn-close-popup i {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 16px;
    height: 2px;
    background: #203d95;
  }
  .btn-close-popup i:nth-child(1) {
    transform: rotate(45deg);
  }
  .btn-close-popup i:nth-child(2) {
    transform: rotate(-45deg);
  }

  .btn-close {
    padding: 30px 0 0;
    margin: 0 auto;
    width: 320px;
  }
  .btn-close a {
    position: relative;
    display: block;
    height: 45px;
    line-height: 41px;
    text-align: center;
    font-size: 14x;
    font-weight: bold;
    color: #203d95;
    border: 2px solid #203d95;
    border-radius: 22.5px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 870px) {
  .availability__contents__use-list {
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    border-top: 1px solid #eeeeee;
  }
  .availability__contents__use-list .one:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pankuzu-nav {
    padding: 18px 10px;
  }
  .pankuzu-nav ul {
    font-size: 0;
  }
  .pankuzu-nav li {
    display: inline-block;
  }
  .pankuzu-nav li a {
    color: #203d95;
    font-size: 12px;
  }
  .pankuzu-nav li span {
    font-size: 12px;
  }
  .pankuzu-nav li:after {
    content: ">";
    padding: 0 4px 0 6px;
    display: inline;
    font-size: 12px;
  }
  .pankuzu-nav li:last-child:after {
    display: none;
  }

  section {
    padding: 30px 0;
    border-top: 1px solid #eee;
  }

  .btn-link,
  .btn-blank {
    margin: 15px auto 0;
    width: 100%;
  }

  .bd-item a {
    position: relative;
    display: block;
    text-align: center;
    border: 2px solid #203d95;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.3);
  }
  .sh-item {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }

  .contents-title {
    font-size: 22px;
    padding: 0 0 10px 10px;
    color: #003f98;
    font-size: 22px;
    font-weight: bold;
  }

  /* store
  ===============================================================*/

  #store {
    padding-top: 0;
  }

  .store-news {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .store-news a {
    color: #003f98;
    text-decoration: underline;
  }

  .store-name {
    display: block;
    padding: 25px 0;
    background-color: #f5f5f5;
  }
  .store-name__category {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin: 0;
  }
  .store-name__title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.25;
    margin-top: 8px;
    margin-bottom: 14px;
  }
  .store-name__point {
    margin: 0;
    font-size: 13px;
    display: block;
    flex-wrap: wrap;
    gap: 12px 26px;
    line-height: 1;
  }
  .store-name__point .store-name__point__one {
    position: relative;
    margin: 0;
    display: flex;
    top: 2px;
    align-items: flex-start;
  }
  .store-name__point .store-name__point__one + .store-name__point__one {
    margin-top: 10px;
  }
  .store-name__point .store-name__point__one p {
    font-weight: bold;
    font-size: 13px;
    display: block;
    line-height: 1.8;
  }

  .store-name__point__wrapper {
    display: flex;
    align-items: baseline;
    white-space: pre-line;
  }
  .store-name__point__tag {
    min-width: 60px;
    height: 20px;
    padding: 0 10px;
    margin-right: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: white;
    white-space: nowrap;
    background-color: #203d95;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .store-name__point__num {
    font-size: 13px;
    font-weight: bold;
    color: #203d95;
  }
  .store-name__point__wrapper a {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #203d95;
  }
  .store-name__point__wrapper a span {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    background: #203d95;
  }
  .store-name__point__wrapper a span:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 7px;
    height: 1px;
    background: #fff;
  }
  .store-name__point__wrapper a span:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 7px;
    background: #fff;
  }

  /* availability__contents__use-list
  ===============================================================*/

  .availability {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 26px 26px;
  }
  .availability__logo__img {
    margin-bottom: 16px;
    border: 1px solid #eeeeee;
    border-radius: 1px;
    position: relative;
  }
  .availability__logo__img::before {
    content: "";
    display: block;
    padding-top: 66%;
  }
  .availability__logo__img img {
    width: 50%;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .availability__logo__text {
    display: block;
    line-height: 1.8;
  }
  .availability__logo__text .logo-text {
    white-space: pre-line;
  }
  .availability__logo__text a {
    font-weight: bold;
    color: #003f98;
    text-decoration: underline;
    position: relative;
  }
  .availability__logo__text a:after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    right: -20px;
    bottom: 0;
    width: 12px;
    height: 10px;
    background: url(/assets/img/common/icon_blank_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .availability__contents__use-list {
    margin-bottom: 30px;
    display: grid;
    grid-auto-flow: row;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    border-top: 1px solid #eeeeee;
  }
  .availability__contents__use-list .one {
    height: 60px;
    padding: 12px 12px;
    display: flex;
    align-items: center;
    font-size: 13px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
  }
  .availability__contents__use-list .one img {
    width: 30px;
    margin-right: 10px;
  }
  .availability__contents__use-list .one .check-mark {
    margin-left: auto;
    margin-right: 12px;
    margin-bottom: 8px;
    width: 8px;
    height: 15px;
    border-bottom: 3px solid #203d95;
    border-right: 3px solid #203d95;
    transform: rotate(45deg);
  }
  .availability__contents__use-list .one.disabled img,
  .availability__contents__use-list .one.disabled p {
    opacity: 0.2;
  }
  .availability__contents__use-list .one.disabled .check-mark {
    visibility: hidden;
  }
  .availability__contents__links {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px 10px;
  }
  .availability__contents__links .one {
    margin: 0;
    width: 100%;
  }
  .availability__contents__links .one.after-route a::after {
    transform: rotate(90deg);
  }

  /* handling-list
  ===============================================================*/

  .handling-list {
    margin-top: 40px;
  }
  .handling-list__contents {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px 10px;
  }

  .handling-list-one {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }

  .handling-list-one__title {
    display: flex;
    min-height: 38px;
    padding: 0 10px;
    align-items: center;
  }
  .handling-list-one__title__img {
    width: 30px;
    margin-right: 20px;
  }

  .handling-list-one__title__text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5rem;
    margin: 0;
    word-break: break-all;
  }
  .handling-list__contents_w .handling-list-one + .handling-list-one {
    margin-top: 10px;
  }
  .handling-list__contents_w .handling-list-one .handling-list-one__bottom .btn-link {
    margin: 0 auto 0;
  }
  .handling-list-one__title__text br {
    display: none;
  }
  .handling-list__contents_w + .handling-list__contents__wrap {
    margin-top: 10px;
  }

  .handling-list-one__text {
    margin: 20px 0 0;
    padding: 0 10px;
    font-size: 14px;
    word-break: break-all;
    white-space: pre-line;
  }
  .handling-list-one__text a {
    position: relative;
    color: #203d95;
    font-weight: bold;
    text-decoration: underline;
  }

  .handling-list-one__txtbox {
    margin: 15px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #eeeeee;
  }
  .handling-list-one__txtbox h3 {
    padding: 0 10px;
    font-size: 15px;
    font-weight: bold;
  }

  .handling-list-one__bottom {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border-top: 1px solid #eeeeee;
    padding-top: 22px;
    margin-top: 18px;
  }
  .handling-list-one__bottom + .handling-list-one__cap {
    margin: 15px 0 0;
    text-align: center;
  }
  .handling-list-one__bottom + .handling-list-one__cap a {
    font-weight: bold;
    color: #003f98;
    text-decoration: underline;
  }
  .handling-list-one__bottom .no-bold {
    display: contents;
    font-weight: normal;
  }

  .handling-list-button {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003f98;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #003f98;
    border-radius: 22.5px;
    box-sizing: border-box;
  }

  .handling-list-button2 {
    position: relative;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003f98;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    border: 2px solid #003f98;
    border-radius: 30px;
  }

  .handling-list-button2.blankr:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 12px;
    height: 10px;
    background: url(/assets/img/common/icon_blank_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .handling-list-one .pd-box {
    width: 100%;
    position: relative;
    display: block;
  }
  .handling-list-one .pd-txt {
    padding: 15px 10px 0;
    display: none;
  }
  .handling-list-one .pd-txt p {
    font-weight: normal;
    text-align: left;
    white-space: pre-line;
  }
  .handling-list-one .pd-txt p a {
    position: relative;
    color: #203d95;
    font-weight: bold;
    text-decoration: underline;
  }

  .btn-pd {
    width: 100%;
  }
  .btn-pd a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #203d95;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .btn-pd a span {
    position: relative;
    display: block;
    width: 100%;
  }
  .btn-pd a span:after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 8px;
    height: 12px;
    background: url(/assets/img/common/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
    transform: rotate(90deg);
  }
  .btn-pd.on a span:after {
    display: none;
  }
  .btn-pd-close {
    margin: 15px 0 0;
    padding: 15px 0 0;
    width: 100%;
    border-top: 1px solid #eee;
  }
  .btn-pd-close a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #203d95;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .btn-pd-close a span {
    position: relative;
    display: block;
    width: 100%;
  }
  .btn-pd-close a span:after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 8px;
    height: 12px;
    background: url(/assets/img/common/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
    transform: rotate(-90deg);
  }
  .handling-list-one .link-more {
    position: relative;
    display: inline-block;
    padding: 0 15px 0 0;
    color: #203d95;
    font-weight: bold;
    text-decoration: underline;
  }
  .handling-list-one .link-more:after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 8px;
    height: 12px;
    background: url(/assets/img/common/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
    transform: rotate(90deg);
  }

  .handling-list-info {
    margin-top: 60px;
    border-top: 1px solid #eeeeee;
  }
  .handling-list-info__one {
    display: grid;
    padding: 20px 0;
    grid-template-columns: 1fr;
    border-bottom: 1px solid #eeeeee;
  }
  .handling-list-info__one__title {
    margin: 0;
    padding: 0 0 15px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    position: relative;
  }
  .handling-list-info__one__title:after {
    content: "";
    width: 1px;
    height: calc(100% - 52px);
    border-right: 1px solid #eeeeee;
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .handling-list-info__one__text {
    margin: 0;
    font-size: 14px;
    word-break: break-all;
    white-space: pre-line;
  }
  .handling-list-info__one__text a {
    text-decoration: underline;
    color: #203d95;
    font-weight: bold;
  }

  /* app-info
  ===============================================================*/

  .app-info {
    margin-top: 60px;
  }
  .app-info-contents {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .app-info-contents__logo-link {
    display: flex;
  }
  .app-info-contents__logo {
    width: 35%;
    height: 35%;
  }
  .app-info-contents__info__title {
    margin: 0;
    padding-bottom: 22px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #eeeeee;
  }
  .app-info-contents__info__text {
    margin: 0;
    padding-top: 22px;
    font-size: 14px;
    word-break: break-all;
    white-space: pre-line;
  }
  .app-info-contents__info__text a {
    color: inherit;
    text-decoration: inherit;
    position: relative;
    font-weight: bold;
  }
  .app-info-contents__info__text a::after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 4px;
    right: -20px;
    width: 8px;
    height: 12px;
    background: url(/assets/img/common/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .app-info-contents__link {
    width: 100%;
    margin: 0 0 0 30px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0 4px;
    grid-column: 1;
  }
  .app-info-contents__link__item {
    display: block;
  }
  .app-info-contents__link__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .app-info-contents__link__item img {
    width: 100%;
  }

  .app-info-contents__info {
    width: 100%;
    margin: 0 0 30px;
  }
  .app-info-contents__info + a {
    width: 110px;
  }

  /* campaign-info
  ===============================================================*/

  .campaign-info {
    margin-top: 60px;
  }
  .campaign-info__title {
    color: #003f98;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    word-break: break-all;
  }

  .campaign-info-contents {
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0 28px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .campaign-info-contents:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .campaign-info-contents__info__title {
    margin: 0;
    padding-bottom: 22px;
    font-size: 18px;
    font-weight: bold;
    word-break: break-all;
    border-bottom: 1px solid #eeeeee;
  }
  .campaign-info-contents__info__text {
    margin: 0;
    padding-top: 22px;
    font-size: 14px;
    word-break: break-all;
  }
  .campaign-info-contents__info__text a {
    color: inherit;
    text-decoration: inherit;
    position: relative;
    font-weight: bold;
  }
  .campaign-info-contents__info__text a::after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 4px;
    right: -20px;
    width: 8px;
    height: 12px;
    background: url(/assets/img/common/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .campaign-info-contents__img {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .campaign-info-contents__img img {
    width: 100%;
    height: auto;
  }

  .campaign-bnr {
    margin-top: 40px;
  }
  .campaign-bnr__title {
    color: #003f98;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    word-break: break-all;
  }
  .campaign-bnr-inner {
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .campaign-bnr-list figure + figure {
    margin-top: 10px;
  }
  .campaign-bnr-list img {
    max-width: 100%;
  }

  /* store-info
  ===============================================================*/

  .store-info {
    margin-top: 60px;
  }
  .store-info__title {
    color: #003f98;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    word-break: break-all;
  }

  .store-info-contents {
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0 28px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .store-info-contents:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .store-info-contents__info__title {
    margin: 0;
    padding-bottom: 22px;
    font-size: 18px;
    font-weight: bold;
    word-break: break-all;
    border-bottom: 1px solid #eeeeee;
  }
  .store-info-contents__info__text {
    margin: 0;
    padding-top: 22px;
    font-size: 14px;
    word-break: break-all;
  }
  .store-info-contents__info__text a {
    color: inherit;
    text-decoration: inherit;
    position: relative;
    font-weight: bold;
  }
  .store-info-contents__info__text a::after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 4px;
    right: -20px;
    width: 8px;
    height: 12px;
    background: url(/assets/img/common/arrow_r_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .store-info-contents__img {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .store-info-contents__img img {
    width: 100%;
    height: auto;
  }

  /* service-list
  ===============================================================*/

  .service-list {
    margin-top: 50px;
  }
  .service-list__title {
    color: #003f98;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    word-break: break-all;
  }
  .service-item {
    padding: 25px;
  }
  .service-item + .service-item {
    margin-top: 30px;
  }

  /* connection-list
  ===============================================================*/

  .connection-list {
    margin-top: 60px;
  }
  .connection-list__contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 28px 12px;
  }

  .connection-list-one__img {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .connection-list-one__img::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .connection-list-one__img img {
    width: 75%;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .connection-list-one__title {
    font-size: 14px;
    margin-top: 18px;
    margin-bottom: 0;
  }

  /*========*/

  .connection-list__contents {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px 12px;
  }
  .connection-list-item {
    display: flex;
  }
  .connection-list-item a {
    width: 100%;
    display: flex;
  }
  .connection-list-item .list-item-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
  .connection-list-item figure {
    position: relative;
    padding-top: 100%;
  }
  .connection-list-item figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }

  .connection-list-item i {
    padding: 10px;
    display: flex;
    flex-grow: 1;
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: 1rem;
    word-break: break-all;
    border-top: 1px solid #eee;
  }
  .connection-list-item i span {
    display: block;
    width: 100%;
  }

  /* convenient-list
  ===============================================================*/

  #convenient {
    margin-top: 50px;
  }
  .convenient-list__title {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  .convenient-item + .convenient-item {
    margin-top: 20px;
  }
  .convenient-item a {
    position: relative;
    width: 100%;
    padding: 25px 0 0;
    height: 220px;
  }
  .convenient-item span {
    margin: 10px 0 0;
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
  }
  .convenient-item img {
    max-width: 100%;
  }

  /* btn
  ===============================================================*/
  .btn-link-box {
    margin-top: 30px;
    padding-top: 30px;
  }
  .btn-link-box .btn-link {
    margin: 0 auto;
  }
  .handling-list__contents_w .btn-link-r,
  .handling-list__contents_w .btn-blank-r {
    margin: 0 auto;
    width: 100%;
  }
  .handling-list-one__txtbox .btn-link-r,
  .handling-list-one__txtbox .btn-blank-r {
    margin: 18px auto 0;
  }

  .btn-link-r a,
  .btn-blank-r a {
    position: relative;
    display: block;
    height: 45px;
    line-height: 41px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #203d95;
    border: 2px solid #203d95;
    border-radius: 22.5px;
    box-sizing: border-box;
  }
  .btn-blank-r a:after {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 12px;
    height: 10px;
    background: url(/assets/img/common/icon_blank_bl.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .btn-close {
    padding: 20px 0 0;
    margin: auto;
    max-width: 320px;
  }
  .btn-close a {
    position: relative;
    display: block;
    height: 45px;
    line-height: 41px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #203d95;
    border: 2px solid #203d95;
    border-radius: 22.5px;
    box-sizing: border-box;
  }

  /* popup
  ===============================================================*/

  .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100500;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
  }
  .popup.on {
    opacity: 1;
    visibility: visible;
  }
  .popup-box {
    position: relative;
    height: 100%;
  }
  .popup-overlay {
    position: absolute;
    left: 0;
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    background: rgba(255, 255, 255, 0.8);
  }
  .popup-inner {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 840px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
  }

  .popup-contents {
    position: absolute;
    display: block;
    width: 100%;
    padding: 60px 20px 20px;
    box-sizing: border-box;
  }
  .popup-txt {
    overflow: auto;
  }
  .popup-txt p {
    line-height: 1.8;
  }
  .btn-close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 36px;
    height: 36px;
    border: 2px solid #203d95;
    border-radius: 18px;
    box-sizing: border-box;
  }
  .btn-close-popup i {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 16px;
    height: 2px;
    background: #203d95;
  }
  .btn-close-popup i:nth-child(1) {
    transform: rotate(45deg);
  }
  .btn-close-popup i:nth-child(2) {
    transform: rotate(-45deg);
  }
}
