@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #FFF;
  font-size: 1em;
  line-height: 1.5;
  font-family: Helvetica Neue, Helvetica, Roboto, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Noto, "メイリオ", Meiryo, sans-serif;
  color: #000;
}

img {
  border: none;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, section, figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: underline;
  color: #005eac;
}

a:hover {
  text-decoration: none;
}

a img {
  transition: opacity 300ms;
}

a:hover img {
  opacity: 0.85;
}

.cap {
  font-family: sans-serif;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-2 {
  padding-left: 2em;
  text-indent: -2em;
}

.indent-num {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.indent-in-indent {
  padding-left: 2em;
  text-indent: -1em;
}

.modal-open {
  overflow: hidden;
}

@media (min-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }
  .sp-view {
    display: none;
  }
  .inner {
    margin: 0 auto;
    width: 1000px;
  }
  .header {
    background: #FFF;
    width: 100%;
    min-width: 1000px;
    height: 80px;
  }
  .header-inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1000px;
  }
  .header-text {
    flex: 1;
    text-align: right;
  }
  .title {
    padding: 0 0 60px 0;
    background: #004888;
    width: 100%;
    min-width: 1000px;
  }
  .title-head {
    margin: 0 auto;
    background: url("../images/pc/title_head_back.png") 50% 50% no-repeat, #004888;
    background-blend-mode: multiply;
    width: 1000px;
  }
  .title-cp {
    margin: 34px 0 0 0;
  }
  .title-cp-head {
    text-align: center;
  }
  .title-cp-box {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 16px 0;
    background: #fffbda;
    width: 980px;
    border-radius: 12px;
    overflow: hidden;
  }
  .title-cp-box-label {
    background: #9f122c;
    text-align: center;
  }
  .title-cp-box-present {
    text-align: center;
  }
  .title-cp-box-notice {
    padding: 3px 0 0 0;
    text-align: center;
  }
  .title-cp-box-notice p {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #0068b6;
  }
  .title-cp-box-period {
    padding: 5px 0 0 0;
    text-align: center;
  }
  .title-cp-box-btn {
    margin: 12px 0 0 0;
    text-align: center;
  }
  .title-benefits {
    box-sizing: border-box;
    margin: 20px auto 0 auto;
    padding: 0 0 14px 0;
    width: 980px;
    border: 2px solid #FFF;
    border-radius: 12px;
    overflow: hidden;
  }
  .title-benefits-point {
    text-align: center;
  }
  .title-benefits-notice {
    padding: 0 0 0 97px;
  }
  .title-benefits-notice p {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #FFF;
  }
  .title-benefits-btn {
    margin: -20px 0 0 0;
    text-align: center;
  }
  .cp {
    padding: 70px 0 65px 0;
    background: #FFF;
    width: 100%;
    min-width: 1000px;
  }
  .cp-new {
    margin: 0 auto;
    padding: 0 0 40px 0;
    width: 980px;
    background: repeating-linear-gradient(to right, #004888 0, #004888 4px, transparent 4px, transparent 10px) 50% 100% no-repeat;
    background-size: 100% 4px;
  }
  .cp-new-head {
    text-align: center;
  }
  .cp-new-body {
    width: 980px;
  }
  .cp-new-notice {
    margin: 20px auto 0 auto;
    width: 400px;
  }
  .cp-new-notice p {
    font-size: 12px;
    line-height: 1.7;
  }
  .cp-benefits {
    margin: 48px auto 0 auto;
    width: 980px;
  }
  .cp-benefits-head {
    text-align: center;
  }
  .cp-benefits-top {
    display: flex;
    flex-wrap: wrap;
    width: 980px;
  }
  .cp-benefits-schedule {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 10px 0 0 0;
  }
  .cp-benefits-schedule-head {
    margin: 50px 0 0 0;
    text-align: center;
  }
  .cp-benefits-schedule-head p {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    color: #004888;
  }
  .cp-benefits-schedule-table {
    border-collapse: collapse;
    width: 485px;
  }
  .cp-benefits-schedule-table th {
    box-sizing: border-box;
    padding: 7px 5px;
    background: #dddeec;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #004888;
    border-bottom: 1px solid #004888;
    border-left: 1px solid #004888;
  }
  .cp-benefits-schedule-table th p {
    margin-block: calc((1em - 1lh) / 2);
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #004888;
  }
  .cp-benefits-schedule-table td {
    box-sizing: border-box;
    padding: 10px 5px;
    background: #FFF;
    width: 192px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #004888;
    border-bottom: 1px solid #004888;
  }
  .cp-benefits-schedule-table td p {
    margin-block: calc((1em - 1lh) / 2);
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #004888;
  }
  .cp-benefits-schedule-table thead th {
    border-top: 1px solid #004888;
  }
  .cp-benefits-schedule-table tbody th {
    background: #FFF;
  }
  .cp-benefits-notice {
    padding: 12px 0 0 0;
  }
  .cp-benefits-notice p {
    font-size: 12px;
    line-height: 1.7;
  }
  .point {
    padding: 0 0 70px 0;
    background: #004888;
    width: 100%;
    min-width: 1000px;
  }
  .point-head {
    text-align: center;
  }
  .point-top {
    margin: 0 auto;
    width: 610px;
  }
  .point-top-notice {
    padding: 10px 0 0 0;
  }
  .point-top-notice p {
    font-size: 12px;
    line-height: 1.7;
    color: #FFF;
  }
  .point-shop {
    margin: 25px auto 0 auto;
    width: 610px;
  }
  .point-use {
    margin: 34px auto 0 auto;
    width: 610px;
  }
  .card {
    padding: 65px 0 70px 0;
    background: #FFF;
    width: 100%;
    min-width: 1000px;
  }
  .card-head {
    display: block;
    margin: 0 auto;
    padding: 0 0 6px 0;
    width: 980px;
    font-weight: bold;
    font-size: 23px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #004888;
    text-align: center;
    background: repeating-linear-gradient(to right, #004888 0, #004888 2px, transparent 2px, transparent 4px) 50% 100% no-repeat;
    background-size: 100% 2px;
  }
  .card-apply {
    display: flex;
    justify-content: space-between;
    margin: 37px auto 0 auto;
    width: 932px;
  }
  .card-apply-box {
    width: 436px;
  }
  .card-apply-box-top {
    display: flex;
  }
  .card-apply-box-top-image {
    box-sizing: border-box;
    padding: 0 0 0 7px;
    width: 252px;
  }
  .card-apply-box-top-name {
    flex: 1;
    padding: 42px 0 0 0;
  }
  .card-apply-box-top-name p {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #004888;
  }
  .card-apply-box-top-name .small {
    font-size: 15px;
    letter-spacing: normal;
  }
  .card-apply-box-btn {
    margin: 10px 0 0 0;
  }
  .footer {
    padding: 25px 0 140px 0;
    background: #def1fb;
    width: 100%;
    min-width: 1000px;
  }
  .footer-head {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    color: #004888;
    text-align: center;
  }
  .footer-inquiry {
    display: flex;
    margin: 12px auto 0 auto;
    width: 980px;
  }
  .footer-inquiry-text {
    box-sizing: border-box;
    padding: 0 0 0 40px;
    width: 374px;
  }
  .footer-inquiry-text p {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.7;
  }
  .footer-inquiry-text .head {
    font-weight: bold;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
  .footer-inquiry-text .small {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: normal;
  }
  .footer-inquiry-tel {
    display: flex;
    gap: 0 25px;
  }
  .footer-inquiry-tel dl {
    display: flex;
    align-items: center;
  }
  .footer-inquiry-tel dt {
    padding: 5px 10px;
    background: #004888;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #FFF;
  }
  .footer-inquiry-tel dd {
    flex: 1;
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #000;
  }
  .footer-inquiry-tel dd a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
  }
  .footer-notice {
    margin: 0 auto;
    padding: 10px 0 0 0;
    width: 900px;
  }
  .footer-notice p {
    font-size: 12px;
    line-height: 1.7;
  }
  .footer-notice a {
    display: inline;
    color: #005eac;
  }
  .footer-notice a[target=_blank]:after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 1px;
    background: url("../images/icon_link_ext_blue.svg") 50% 50% no-repeat;
    width: 13px;
    height: 13px;
    vertical-align: -2px;
  }
  .fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 17px 0 18px 0;
    background: rgba(0, 0, 0, 0.48);
    width: 100%;
    z-index: 100;
    text-align: center;
  }
  .fixed-bottom ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 932px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 2.8vw;
    line-height: 1.5;
  }
  img {
    width: 100%;
    height: auto;
  }
  .pc-view {
    display: none;
  }
  .header {
    background: #FFF;
    width: 100%;
  }
  .header-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header-logo {
    width: calc(348 / 750 * 100vw);
  }
  .header-text {
    width: calc(402 / 750 * 100vw);
  }
  .title {
    padding: 0 0 calc(62 / 750 * 100vw) 0;
    background: #004888;
    width: 100%;
  }
  .title-head {
    background: url("../images/sp/title_head_back.png") 50% 0 no-repeat, #004888;
    background-size: 100% auto;
    background-blend-mode: multiply;
    width: 100%;
  }
  .title-cp {
    box-sizing: border-box;
    margin: 0 auto;
    padding: calc(16 / 750 * 100vw) 0;
    width: calc(670 / 750 * 100vw);
    border: calc(3 / 750 * 100vw) solid #FFF;
    border-radius: calc(18 / 750 * 100vw);
    overflow: hidden;
  }
  .title-cp-head {
    text-align: center;
  }
  .title-cp-box {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 calc(28 / 750 * 100vw) 0;
    background: #fffbda;
    width: calc(638 / 750 * 100vw);
    border-radius: calc(12 / 750 * 100vw);
    overflow: hidden;
  }
  .title-cp-box-label {
    background: #9f122c;
  }
  .title-cp-box-notice {
    padding: calc(6 / 750 * 100vw) 0 0 0;
    text-align: center;
  }
  .title-cp-box-notice p {
    font-size: 2.7vw;
    line-height: 1.5;
    color: #0068b6;
  }
  .title-cp-box-period {
    padding: calc(10 / 750 * 100vw) 0 0 0;
  }
  .title-cp-box-btn {
    margin: calc(18 / 750 * 100vw) auto 0 auto;
    width: calc(360 / 750 * 100vw);
  }
  .title-benefits {
    box-sizing: border-box;
    margin: calc(30 / 750 * 100vw) auto 0 auto;
    padding: 0 0 calc(25 / 750 * 100vw) 0;
    width: calc(670 / 750 * 100vw);
    border: calc(3 / 750 * 100vw) solid #FFF;
    border-radius: calc(18 / 750 * 100vw);
    overflow: hidden;
  }
  .title-benefits-point {
    text-align: center;
  }
  .title-benefits-notice {
    margin: calc(-35 / 750 * 100vw) 0 0 0;
    padding: 0 0 0 calc(70 / 750 * 100vw);
  }
  .title-benefits-notice p {
    font-size: 2.6vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #FFF;
  }
  .title-benefits-btn {
    margin: calc(38 / 750 * 100vw) auto 0 auto;
    width: calc(360 / 750 * 100vw);
  }
  .cp {
    padding: calc(60 / 750 * 100vw) 0 calc(60 / 750 * 100vw) 0;
    background: #FFF;
    width: 100%;
  }
  .cp-new {
    margin: 0 auto;
    width: calc(680 / 750 * 100vw);
  }
  .cp-new-notice {
    box-sizing: border-box;
    margin: 0 auto;
    padding: calc(25 / 750 * 100vw) calc(20 / 750 * 100vw) calc(54 / 750 * 100vw) calc(60 / 750 * 100vw);
    width: calc(668 / 750 * 100vw);
  }
  .cp-new-notice p {
    font-size: 2.4vw;
    line-height: 1.6;
  }
  .cp-new-notice {
    background: repeating-linear-gradient(to right, #004888 0, #004888 calc(8 / 750 * 100vw), transparent calc(8 / 750 * 100vw), transparent calc(20 / 750 * 100vw)) 50% 100% no-repeat;
    background-size: 100% calc(8 / 750 * 100vw);
  }
  .cp-benefits {
    margin: calc(54 / 750 * 100vw) auto 0 auto;
    width: calc(680 / 750 * 100vw);
  }
  .cp-benefits-schedule {
    margin: calc(15 / 750 * 100vw) 0 0 0;
  }
  .cp-benefits-schedule-head {
    padding: calc(55 / 750 * 100vw) 0 0 0;
    text-align: center;
  }
  .cp-benefits-schedule-head p {
    font-weight: bold;
    font-size: 3.8vw;
    line-height: 1.5;
    color: #004888;
  }
  .cp-benefits-schedule-table {
    border-collapse: collapse;
    margin: 0 auto;
    width: calc(670 / 750 * 100vw);
  }
  .cp-benefits-schedule-table th {
    box-sizing: border-box;
    padding: calc(7 / 750 * 100vw) calc(5 / 750 * 100vw);
    background: #dddeec;
    text-align: center;
    vertical-align: middle;
    border-right: calc(2 / 750 * 100vw) solid #004888;
    border-bottom: calc(2 / 750 * 100vw) solid #004888;
    border-left: calc(2 / 750 * 100vw) solid #004888;
  }
  .cp-benefits-schedule-table th p {
    margin-block: calc((1em - 1lh) / 2);
    font-weight: normal;
    font-size: 3vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #004888;
  }
  .cp-benefits-schedule-table td {
    box-sizing: border-box;
    padding: calc(10 / 750 * 100vw) calc(5 / 750 * 100vw);
    background: #FFF;
    width: calc(257 / 750 * 100vw);
    text-align: center;
    vertical-align: middle;
    border-right: calc(2 / 750 * 100vw) solid #004888;
    border-bottom: calc(2 / 750 * 100vw) solid #004888;
  }
  .cp-benefits-schedule-table td p {
    margin-block: calc((1em - 1lh) / 2);
    font-weight: normal;
    font-size: 3vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #004888;
  }
  .cp-benefits-schedule-table td:last-child {
    width: calc(268 / 750 * 100vw);
  }
  .cp-benefits-schedule-table thead th {
    border-top: calc(2 / 750 * 100vw) solid #004888;
  }
  .cp-benefits-schedule-table tbody th {
    background: #FFF;
  }
  .cp-benefits-notice {
    margin: 0 auto;
    padding: calc(15 / 750 * 100vw) 0 0 0;
    width: calc(670 / 750 * 100vw);
  }
  .cp-benefits-notice p {
    font-size: 2.4vw;
    line-height: 1.6;
  }
  .point {
    padding: 0 0 calc(60 / 750 * 100vw) 0;
    background: #004888;
    width: 100%;
  }
  .point-top {
    margin: 0 auto;
    width: calc(670 / 750 * 100vw);
  }
  .point-top-notice {
    padding: calc(15 / 750 * 100vw) 0 0 0;
  }
  .point-top-notice p {
    font-size: 2.4vw;
    line-height: 1.6;
    color: #FFF;
  }
  .point-shop {
    margin: calc(30 / 750 * 100vw) auto 0 auto;
    width: calc(670 / 750 * 100vw);
  }
  .point-use {
    margin: calc(36 / 750 * 100vw) auto 0 auto;
    width: calc(670 / 750 * 100vw);
  }
  .card {
    padding: calc(60 / 750 * 100vw) 0 calc(70 / 750 * 100vw) 0;
    background: #FFF;
    width: 100%;
  }
  .card-head {
    margin: 0 auto;
    padding: 0 0 calc(10 / 750 * 100vw) 0;
    width: calc(674 / 750 * 100vw);
    font-weight: bold;
    font-size: 4.4vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #004888;
    text-align: center;
    background: repeating-linear-gradient(to right, #004888 0, #004888 calc(4 / 750 * 100vw), transparent calc(4 / 750 * 100vw), transparent calc(10 / 750 * 100vw)) 50% 100% no-repeat;
    background-size: 100% calc(4 / 750 * 100vw);
  }
  .card-apply {
    display: flex;
    justify-content: space-between;
    margin: calc(43 / 750 * 100vw) auto 0 auto;
    width: calc(674 / 750 * 100vw);
  }
  .card-apply-box {
    width: calc(332 / 750 * 100vw);
  }
  .card-apply-box:last-child .card-apply-box-top-image {
    margin: 0 0 0 auto;
    width: calc(328 / 750 * 100vw);
  }
  .card-apply-box-top-image {
    width: calc(328 / 750 * 100vw);
  }
  .card-apply-box-top-name {
    padding: calc(10 / 750 * 100vw) 0 0 0;
    text-align: center;
  }
  .card-apply-box-top-name p {
    font-weight: bold;
    font-size: 4vw;
    line-height: 1.25;
    letter-spacing: 0.02em;
    color: #004888;
  }
  .card-apply-box-top-name .small {
    font-size: 3.3vw;
  }
  .card-apply-box-btn {
    margin: calc(20 / 750 * 100vw) 0 0 0;
  }
  .footer {
    padding: calc(35 / 750 * 100vw) 0 calc(200 / 750 * 100vw) 0;
    background: #def1fb;
    width: 100%;
  }
  .footer-head {
    font-weight: bold;
    font-size: 3.4vw;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #004888;
    text-align: center;
  }
  .footer-inquiry {
    display: flex;
    margin: calc(18 / 750 * 100vw) auto 0 auto;
    width: 100%;
  }
  .footer-inquiry-text {
    box-sizing: border-box;
    padding: 0 0 0 calc(33 / 750 * 100vw);
    width: calc(336 / 750 * 100vw);
  }
  .footer-inquiry-text p {
    font-weight: bold;
    font-size: 3.1vw;
    line-height: 1.4;
  }
  .footer-inquiry-text .head {
    font-weight: bold;
    font-size: 3.8vw;
    line-height: 1.3;
    letter-spacing: 0.02em;
  }
  .footer-inquiry-text .small {
    padding-top: calc(4 / 750 * 100vw);
    font-weight: normal;
    font-size: 2.4vw;
    line-height: 1.6;
    letter-spacing: normal;
  }
  .footer-inquiry-tel dl {
    display: flex;
    align-items: center;
    margin: calc(12 / 750 * 100vw) 0 0 0;
  }
  .footer-inquiry-tel dl:first-child {
    margin: 0;
  }
  .footer-inquiry-tel dt {
    padding: calc(6 / 750 * 100vw) calc(15 / 750 * 100vw);
    background: #004888;
    font-weight: bold;
    font-size: 3.4vw;
    line-height: 1.5;
    letter-spacing: 0.14em;
    color: #FFF;
  }
  .footer-inquiry-tel dd {
    flex: 1;
    padding: 0 0 0 calc(20 / 750 * 100vw);
    font-weight: bold;
    font-size: 5.2vw;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #000;
  }
  .footer-inquiry-tel dd a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
  }
  .footer-notice {
    margin: 0 auto;
    padding: calc(15 / 750 * 100vw) 0 0 0;
    width: calc(684 / 750 * 100vw);
  }
  .footer-notice p {
    font-size: 2.4vw;
    line-height: 1.6;
  }
  .footer-notice a {
    display: inline;
    color: #005eac;
  }
  .footer-notice a[target=_blank]:after {
    content: "";
    display: inline-block;
    margin-left: calc(6 / 750 * 100vw);
    margin-right: calc(6 / 750 * 100vw);
    margin-bottom: calc(-1 / 750 * 100vw);
    background: url("../images/icon_link_ext_blue.svg") 50% 50% no-repeat;
    background-size: contain;
    width: calc(19 / 750 * 100vw);
    height: calc(19 / 750 * 100vw);
  }
  .fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: calc(26 / 750 * 100vw) 0 calc(26 / 750 * 100vw) 0;
    background: rgba(0, 0, 0, 0.48);
    width: 100%;
    z-index: 100;
    text-align: center;
  }
  .fixed-bottom ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: calc(682 / 750 * 100vw);
  }
  .fixed-bottom li {
    width: calc(332 / 750 * 100vw);
  }
}