@charset "UTF-8";
.txt-blue {
  color: #0091FF;
}
.txt-bold {
  font-weight: bold;
}
a.link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  height: 50px;
  background: #2aa6f8;
  border-radius: 25px;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  color: #ffffff;
  font-weight: bold;
}
a.link-btn.btn-large {
  width: 360px;
}
a.link-btn span::after {
  content: '';
  position: relative;
  display: inline-block;
}
.btn-area a {
  max-width: 360px;
  margin: 30px auto 0;
}
.section-area .btn-area a {
  max-width: 440px;
}
.btn-area a.link-btn {
  width: 100%;
  height: 48px;
  color: #0091FF;
  background: #fff;
  border: 2px solid #0091FF;
}
.btn-area a.link-btn.-blue {
  background: linear-gradient(135deg, rgba(0, 100, 230, 1) 0%, rgba(0, 145, 255, 1) 50%, rgba(130, 220, 255, 1) 100%);
  color: #fff;
  border: none;
}
.icon {
  width: 26px;
  height: 26px;
  position: relative;
  flex-shrink: 0;
  display: inline-block;
}
.icon::before,
.icon::after {
  content: "";
  position: absolute;
  background: #0091FF;
  border-radius: 3px;
  transition: all .3s ease;
}
.icon::before {
  width: 26px;
  height: 3px;
  top: 46%;
  left: 0;
}
.icon::after {
  width: 3px;
  height: 26px;
  left: 46.5%;
  top: 0;
  transform: scaleY(1);
  transform-origin: center;
}
@media (min-width: 835px) {
  .pc-none {
    display: none !important;
  }
}
@media (max-width: 834px) {
  .sp-none {
    display: none !important;
  }
  a.link-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 590px;
    width: calc(100% - 40px);
    height: 50px;
    background: #2aa6f8;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    color: #ffffff;
    font-weight: bold;
    margin: 0 auto;
  }
  a.link-btn span::after {
    content: '';
    position: relative;
    display: inline-block;
  }
  a.link-btn.hAu {
    line-height: 1.7;
    height: auto;
    padding: 10px 0;
    border-radius: 40px;
  }
  .icon {
    width: 14px;
    height: 14px;
  }
  .icon::before {
    width: 14px;
    height: 2px;
    top: 44%;
  }
  .icon::after {
    width: 2px;
    height: 14px;
    left: 45.5%;
  }
}

.page-jcbplazasupport {
  color: #3B4043;
  line-height: 1.7;
  background-color: #fff;
}
/* mv */
.mv-area {
  background: linear-gradient(135deg,  rgba(0,100,230,1) 0%,rgba(0,145,255,1) 50%,rgba(130,220,255,1) 100%);
  display: flex;
}
.mv-area .top-header {
  position: relative;
  width: calc(420 / 1320 * 100%);
  padding: 5px 1% 10px 5%;
  top: auto;
  left: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background: transparent;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mv-area .mv-image {
  width: calc(900 / 1320 * 100%);
}
.mv-area .top-header .title {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  padding-bottom: 0;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: left;
  text-shadow: 0 0 10px rgba(0,59,143,0.6), 0 0 10px rgba(0,59,143,0.6);
}
.mv-area .top-header .title::after {
  display: none;
}
.mv-area .top-header .description {
  font-size: 16px;
  font-weight: bold;
  margin-top: 14px;
  line-height: 1.7;
  color: #fff;
  text-align: left;
  text-shadow: 0 0 10px rgba(0,59,143,0.6), 0 0 10px rgba(0,59,143,0.6);
}

@media (max-width: 1366px) and (min-width: 835px) {
  .mv-area .top-header .title {
    font-size: 2.2vw;
  }
  .mv-area .top-header .description {
    font-size: 1.02vw;
  }
}

@media (max-width: 834px) {
  .mv-area {
    flex-direction: column;
    padding-top: 10px;
    height: auto !important;
  }
  .mv-area .top-header {
    width: 100%;
    padding: 13px 16px 14px;
    z-index: 2;
    order: 2;
  }
  .mv-area .mv-image {
    width: 100%;
    z-index: 1;
    order: 1;
  }
  .mv-area .mv-image img {
    width: 100%;
  }
  .mv-area .top-header .title {
    font-size: 7.47vw;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 59, 143, 0.6), 0 0 10px rgba(0, 59, 143, 0.6), 0 0 10px rgba(0, 59, 143, 0.6);
    padding-left: 0;
    padding-top: 5.6vw;
    letter-spacing: 0;
  }
  .mv-area .top-header .description {
    margin-top: 0;
    text-align: left;
    text-shadow: 0 0 10px rgba(0, 59, 143, 0.6), 0 0 10px rgba(0, 59, 143, 0.6), 0 0 10px rgba(0, 59, 143, 0.6);
    font-size: 3.73vw;
  }
}
.section-area {
  padding: 120px 0 60px;
}
.sec-inner {
  max-width: 1082px;
  margin: 0 auto;
  line-height: 1.7;
}
@media (max-width: 834px) {
  .section-area {
    padding: 80px 0;
  }
  .sec-inner {
    padding: 0 16px;
  }
}
.bottom-wrapper {
  max-width: 1020px;
  margin: 0 auto;
}

@media (max-width: 834px) {
  .bottom-wrapper {
    padding: 0 15px;
  }
}

.bottom-wrapper .bottom-text {
  font-size: 12px;
}

.bottom-wrapper .bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 600px;
  margin: 40px auto 0;
}

@media (max-width: 834px) {
  .bottom-wrapper .bottom-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bottom-wrapper .bottom-wrap .customized {
  color: #2aa6f8;
  background: white;
  border: solid 2px #2aa6f8;
}

@media (max-width: 834px) {
  .bottom-wrapper .bottom-wrap .customized {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 834px) {
  .bottom-wrapper .bottom-wrap .origin {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.intro-area {
  padding: 60px 20px;
  background: linear-gradient(135deg, rgba(0, 100, 230, 1) 0%, rgba(0, 145, 255, 1) 50%, rgba(130, 220, 255, 1) 100%);
}
.intro-area .intro-contents {
  max-width: 886px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intro-area .intro-contents .title01 {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  position: relative;
  width: calc(400 / 886 * 100%);
  padding-bottom: 20px;
  letter-spacing: 0.05em;
  position: relative;
}
.intro-area .intro-contents .title01::after {
  content: "";
  width: 89%;
  height: 10px;
  background-color: #F5E100;
  position: absolute;
  left: 0;
  bottom: 10px;
  border-radius: 10px;
}
.intro-area .intro-contents .text {
  width: calc(466 / 886 * 100%);
  background: #fff;
  border-radius: 10px;
  padding: 33px 20px 50px;
}
.intro-area .intro-contents .text .title02 {
  text-align: center;
}
.intro-area .intro-contents .text .title02 span {
  display: inline-block;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #3B4043;
}
.intro-area .intro-contents .text .btn-area a.link-btn {
  margin-top: 17px;
}
@media (max-width: 1366px) and (min-width: 835px) {
  .intro-area .intro-contents .title01 {
    font-size: 2.49vw;
  }
}
@media (max-width: 834px) {
  .intro-area {
    padding: 20px 16px 32px;
  }
  .intro-area .intro-contents {
    flex-wrap: wrap;
  }
  .intro-area .intro-contents .title01 {
    font-size: 25px;
    line-height: 1.6;
    width: 100%;
    padding-bottom: 14px;
    text-align: center;
  }
  .intro-area .intro-contents .title01::after {
    width: 80%;
    left: calc(50% - 131px);
    max-width: 254px;
    height: 8px;
    bottom: 8px;
  }
  .intro-area .intro-contents .text {
    width: 100%;
    padding: 12px 16px 30px;
    margin-top: 15px;
  }
  .intro-area .intro-contents .text .title02 span {
    text-align: center;
    font-size: 18px;
  }
  .intro-area .intro-contents .text .btn-area a.link-btn {
    margin-top: 9px;
  }
}
.sec-list > li:nth-child(n+2) {
  margin-top: 80px;
}
.top-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -5px;
}
.top-list .ttl {
  width: calc(300 / 1087 * 100%);
  display: flex;
  align-items: center;
}
.top-list .ttl span {
  display: block;
  color: #fff;
  padding: 17px 44px;
  background: url('/sites/default/files/media/free_content/img/18_jcbplazasupport/bg_01_pc.png') left top/ 100% 100% no-repeat;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
.top-list .img {
  width: calc(140 / 1087 * 100%);
}
.top-list .txt {
  width: calc(592 / 1087 * 100%);
  display: flex;
  align-items: center;
}
.top-list .txt span {
  display: flex;
  align-items: center;
  color: #0091FF;
  padding: 10px 32px;
  font-size: 16px;
  font-weight: bold;
  background-color: #EDF7FE;
  border-radius: 6px;
  height: 120px;
  width: 100%;
}
@media (max-width: 1366px) and (min-width: 835px) {
  .top-list .ttl span {
    font-size: 1.61vw;
  }
  .top-list .txt span {
    font-size: 1.17vw;
    height: 8.78vw;
  }
}
@media (max-width: 834px) {
  .sec-list > li:nth-child(n+2) {
    margin-top: 76px;
  }
  .top-list {
    margin-left: 0;
  }
  .top-list .ttl {
    width: calc(100% + 8px);
    margin: 0 -4px;
  }
  .top-list .ttl span {
    padding: 20px 10px 33px;
    text-align: center;
    background: url('/sites/default/files/media/free_content/img/18_jcbplazasupport/bg_01_sp.png') left top/ 100% 100% no-repeat;
    font-size: 18px;
    width: 100%;
  }
  .top-list .img {
    width: calc(110 / 343 * 100%);
  }
  .top-list .txt {
    width: calc(213 / 343 * 100%);
    padding-right: 3px;
    margin-top: -4px;
  }
  .top-list .txt span {
    color: #3B4043;
    padding: 0;
    font-size: 14px;
    background-color: #fff;
  }
}
.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 60px;
}
.accordion-header.active .icon::after {
  transform: scaleY(0);
}
.accordion-content {
  display: none;
  margin: 0 60px 30px;
  padding-top: 25px;
  border-top: 1px solid #A2D5FA;
}
.accordion-content .flex-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(20 / 958 * 100%);
}
.accordion-content .flex-box .img {
  width: calc(90 / 958 * 100%);
}
.accordion-content .flex-box .text:not(.pc-none) {
  width: calc(848 / 958 * 100%);
}
.accordion-content .flex-box .ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
.accordion-content .flex-box .txt {
  font-size: 16px;
  margin-top: 10px;
}
@media (min-width: 835px) {
  .accordion-header {
    cursor: pointer;
  }
}
@media (max-width: 834px) {
  .accordion-content .flex-box {
    gap: calc(12 / 299 * 100%);
  }
  .accordion-content .flex-box .img {
    width: calc(60 / 299 * 100%);
  }
  .accordion-content .flex-box .ttl {
    font-size: 18px;
  }
  .accordion-content .flex-box .text:not(.pc-none) {
    width: calc(227 / 299 * 100%);
  }
  .accordion-content .flex-box .text.pc-none {
    width: 100%;
  }
  .accordion-content .flex-box .txt {
    font-size: 14px;
  }
  .accordion-content .btn-area {
    margin-top: 25px;
  }
}
.acc-list {
  margin-top: 30px;
}
.acc-list > li {
  border-radius: 12px;
  border: 2px solid #0091FF;
}
.acc-list > li:nth-child(n+2) {
  margin-top: 20px;
}
.acc-list > li .accordion-header span {
  color: #0091FF;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
.acc-list > li .accordion-header.lg span {
  font-size: 27px;
}
.acc-list > li .accordion-header span.txt-box {
  font-size: 27px;
  padding: 5px 15px;
  border-radius: 6px;
  background-color: #DEF1FF;
  display: inline-block;
  margin-right: 15px;
}
.box-text {
  background-color: #EDF7FE;
  margin-top: 28px;
  padding: 20px 40px 23px;
  border-radius: 6px;
}
.box-text .ttl {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  color: #0091FF;
}
.box-text-list li {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}
.box-text-list li span {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 1366px) and (min-width: 835px) {
  .acc-list > li .accordion-header span,
  .accordion-content .flex-box .ttl,
  .btn-area a.link-btn {
    font-size: 1.61vw;
  }
  .acc-list > li .accordion-header.lg span,
  .acc-list > li .accordion-header span.txt-box {
    font-size: 1.98vw;
  }
  .accordion-content .flex-box .txt {
    font-size: 1.17vw;
  }
}
@media (max-width: 834px) {
  .acc-list {
    margin-top: 15px;
  }
  .accordion-header {
    padding: 20px;
  }
  .accordion-content {
    margin: 0 20px 27px;
  }
  .acc-list > li .accordion-header span {
    font-size: 16px;
  }
  .acc-list > li .accordion-header.lg span {
    font-size: 22px;
  }
  .acc-list > li .accordion-header span.txt-box {
    font-size: 22px;
    padding: 0;
    border-radius: 0;
    background-color: #fff;
    display: block;
    margin-right: 0;
  }
  .box-text {
    margin-top: 24px;
    padding: 20px 14px 23px;
  }
  .box-text .ttl {
    font-size: 18px;
  }
  .box-text-list li {
    font-size: 14px;
    margin-top: 7px;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
  .box-text-list li span {
    display: inline;
    margin-right: 10px;
  }
}
.bottom-wrapper {
  margin-top: 60px;
}
.bottom-wrapper .bottom-wrap {
  margin: 15px auto 30px;
  max-width: 621px;
  width: 100%;
}
.bottom-wrapper .bottom-text {
  width: 590px;
  margin: 0 auto;
  font-size: 14px;
  color: #555;
}
.bottom-wrapper .bottom-wrap a.link-btn {
  width: 303px;
  height: 56px;
  border-radius: 30px;
}
.bottom-wrapper .bottom-wrap .customized {
  border: none;
  color: #fff;
  background: linear-gradient(135deg, rgba(0, 100, 230, 1) 0%, rgba(0, 145, 255, 1) 50%, rgba(130, 220, 255, 1) 100%);
}
.bottom-wrapper .bottom-wrap .origin {
  color: #0091FF;
  border: 2px solid #0091FF;
  background: #fff;
}

@media (max-width: 834px) {
  .bottom-wrapper {
    margin-top: 74px;
  }
  .bottom-wrapper .bottom-text {
    width: 100%;
    font-size: 10px;
  }
  .bottom-wrapper .bottom-wrap {
    margin: 16px auto 30px;
    max-width: 100%;
  }
  .bottom-wrapper .bottom-wrap a.link-btn {
    width: calc(311 / 345 * 100%);
    max-width: 360px;
    height: 48px;
  }
  .bottom-wrapper .bottom-wrap .customized {
    order: 1;
    margin-bottom: 15px;
  }
  .bottom-wrapper .bottom-wrap .origin {
    order: 2;
    margin-bottom: 0;
  }
}
