@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
.jcbcards {
  font-family: 'Noto Sans JP';
}
.main_area {
  max-width: 648px;
  margin: 0 auto;
}
.btn_area {
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}
.btn_area li {
  width: 49%;
}
.m_o:hover, .m_o:focus {
  opacity: 0.7;
}
.g_arrow{
  position: relative;
}
.g_arrow::before, .g_arrow::after {
  position: absolute; 
  top: 0;
  bottom: 0;
  rigt: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.g_ar::before {
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.num_btn01 {
  text-align: center;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 500;
  padding: 28px 0;
  background: #f66800;
  width: 100%;
  border-radius: 5px;
  display: block;
}
.num_btn02 {
  text-align: center;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 500;
  padding: 28px 0;
  background: #8abf0a;
  width: 100%;
  border-radius: 5px;
  display: block;
}
.note_txt {
  font-size: 1.6rem;
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
.bnr_area {
  margin-top: 35px;
}
.jcbcards_anclist {
  margin-top: 45px;
}
.jcbcards_anclist ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jcbcards_anclist ul li {
  width: 49%;
  margin-top: 15px;
}
.jcbcards_anclist ul li a {
  display: block;
  border: 1px solid #0773DD;
  border-radius: 5px;
  text-align: center;
  font-size: 1.7rem;
  color: #0773DD;
  padding: 24px 0;
}
.jcbcards_anclist .g_ar::before {
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0773DD;
  border-right: 2px solid #0773DD;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.jcbcards_anclist .g_ar:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}


.jcbcards_anclist ul li .ac_icon01 {
  background: url(/service/jcbcards/img/anc_icon01_off.png) no-repeat scroll 8% center;
}
.jcbcards_anclist ul li .ac_icon02 {
  background: url(/service/jcbcards/img/anc_icon02_off.png) no-repeat scroll 8% center;
}
.jcbcards_anclist ul li .ac_icon03 {
  background: url(/service/jcbcards/img/anc_icon03_off.png) no-repeat scroll 8% center;
}
.jcbcards_anclist ul li a:hover {
    color: #fff;
}
.jcbcards_anclist ul li .ac_icon01:hover {
    background: url(/service/jcbcards/img/anc_icon01_on.png) no-repeat scroll 8% center #0773DD;
}
.jcbcards_anclist ul li .ac_icon02:hover {
    background: url(/service/jcbcards/img/anc_icon02_on.png) no-repeat scroll 8% center #0773DD;
}
.jcbcards_anclist ul li .ac_icon03:hover {
    background: url(/service/jcbcards/img/anc_icon03_on.png) no-repeat scroll 8% center #0773DD;
}

/*JCBカードSの魅力*/
.jcbcards_box {
  margin-top: 60px;
}
.jcb_inner_box{
  margin-top: 30px;
  border:1px solid #0773dd;
  background: #f5f5f5;
}
.jcb_inner_box h3 {
  display: flex;
  overflow: hidden;
  border-bottom: 1px solid #0773dd;
}
.jcb_inner_box h3 .jcb_subttl01 {
  width: 10%;
  background: #EBF4FE;
  position: relative;
  text-align: center;
  font-size: 1.0rem;
  font-weight: bold;
  line-height: 230%;
  color: #0773DD;
  padding: 10px 0;
}
.jcb_inner_box h3 .jcb_subttl01:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top:-8px; right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #EBF4FE;
  border-width: 40px 0 40px 1em;
  z-index: 1;
}
.jcb_inner_box h3 .jcb_subttl01 b {
  display: block;
  text-align: center;
  font-size: 3.0rem;
}
.jcb_inner_box h3 .jcb_subttl02 {
  width: 90%;
  font-size: 2.2rem;
  padding: 18px 0 18px 85px;
  color: #fff;
}
.jcb_inner_box h3 .acicon01 {
  background: url(/service/jcbcards/img/icon01.png) no-repeat scroll 30px center #0773DD;
}
.jcb_inner_box h3 .acicon02 {
  background: url(/service/jcbcards/img/icon02.png) no-repeat scroll 30px center #0773DD;
}
.jcb_inner_box h3 .acicon03 {
  background: url(/service/jcbcards/img/icon03.png) no-repeat scroll 30px center #0773DD;
}
.jcb_inner_box .jcb_point_inner{
  padding: 30px 30px 40px;
}
.jcb_inner_box .jcb_point_inner h4{
  display: inline-block;
  position:relative;
  background:#f5f5f5;
  padding:0.5em;
  text-align:center;
  border:1px solid #0773dd;
  color:#0773dd;
  font-size:20px;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  margin-bottom: 20px;
}
.jcb_inner_box .jcb_point_inner h4:after,.jcb_inner_box .jcb_point_inner h4:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:15%;
}
.jcb_inner_box .jcb_point_inner h4:after{
    border-color: rgba(247, 247, 247, 0);
    border-top-width:10px;
    border-bottom-width:20px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#f5f5f5;
}
.jcb_inner_box .jcb_point_inner h4:before{
    border-color: rgba(30, 144, 255, 0);
    border-top-width:11px;
    border-bottom-width:24px;
    border-left-width:11px;
    border-right-width:11px;
    margin-left: -11px;
    margin-top: 0;
    border-top-color:#0773dd;
}
.jcb_inner_box .jcb_point_inner .jcb_point_ttl{
    font-size: 22px;
    margin-bottom: 40px;
}
.jcb_inner_box .jcb_point_inner .jcb_point_ttl span{
    font-size: 30px;
    color: #f66800;
}
.jcb_inner_box .jcb_point_inner .jcb_point_ttl .price{
    font-size: 22px;
    color: #f66800;
}
.jcb_inner_box .jcb_point_inner .jcb_point_ttl .price em{
    font-size: 30px;
}
.jcb_inner_box .jcb_point_inner .jcb_point_txt{
    font-size: 18px;
}
.jcb_inner_box .jcb_point_inner .wh_ttl{
    font-size: 22px;
    line-height: 1em;
    color: #0773dd;
    text-align: center;
    background: #fff;
    border: 2px solid #0773dd;
    border-radius: 30px;
    padding: 10px 0;
    margin-bottom: 20px;
}
.design-summary{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.design-summary li{
    width: 32%;
}
.design-summary li .design-ttl{
    margin-bottom: 15px;
}
.design-summary li .design-txt{
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}
.design-summary li .design-note{
    font-size: 14px;
}
.design-summary li:last-child .design-note{
    text-align: right;
}
.service-summary{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 20px;
}
.service-summary li{
    width: 32%;
}
.service-summary li .service-img{
    margin-bottom: 20px;
    text-align: center;
}
.service-summary li .service-txt{
    font-size: 18px;
    text-align: center;
}
.service-summary li .service-txt span{
    background: #fcdb34;
}
.service-save{
  margin: 40px 0 60px;
}  
.service-save li .service-img{
    margin-bottom: 0;
}
.service-use{
    margin: 40px 0;
}
.service-use li .use-ttl{
    text-align: center;
    font-size: 18px;
    color: #0773dd;
    margin-bottom: 20px;
}
.service-use li:nth-child(2) .use-ttl{
    padding-bottom: 1.5em;
}
.service-use li .service-img{
    margin-bottom: 20px;
}
.service-use li .use-txt{
    text-align: center;
    font-size: 18px;
}
.service-use li .use-txt span{
    color: #f66800;
}
.service-use li .use-txt span em{
    font-size: 28px;
}
.detail-btn{
    text-align: center;
    font-size: 16px;
}
.detail-btn a{
    color: #0773dd;
}
.detail-btn a span{
    text-decoration: underline;
}
.point-note{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #2a2a2a;
    margin-bottom: 20px;
}
.point-note span{
    display: inline;
    background-image: linear-gradient(transparent 60%, #fcdb34 60%);
}

/*選べるタイプとデザイン~安全・安心、信頼の️足利銀行×JCBブランド*/
.jcb_content_box {
    margin: 40px 0 80px;
    padding: 40px 30px;
    background: #f5f5f5;
}
.jcb_content_box .jcb_content_ttl{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.jcb_content_box .content_ttl_ul{
    text-align: center;
    margin-bottom: 30px;
    line-height: 0;
}
.select-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 60px;
}
.select-box li{
    width: 50%;
}
.select-box li .select-ttl{
    display: block;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    background: #0773dd;
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.select-box li .select-img{
    text-align: center;
    margin-bottom: 30px;
}
.select-box li .select-txt{
    text-align: center;
    font-size: 18px;
}
.select-box li .select-note{
    position: relative;
}
.select-box li .select-note .note-img{
    text-align: center;
}
.select-box li .select-note .note-txt{
    position: absolute;
    text-align: center;
    font-size: 16px;
    top: 15%;
    left: 25%;
}
.select-box li .select-note .note-txt a{
    text-decoration: underline;
    color: #0773dd;
}
.security-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
.security-box li{
    background: #fff;
    width: 32%;
    padding: 40px 0;
    border-radius: 10px;
}
.security-box li .security-img p{
    text-align: center;
    margin-bottom: 30px;
}
.security-box li .security-txt .security-txt-ttl{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.security-box li .security-txt .security-txt-txt{
    text-align: center;
    font-size: 18px;
}
.compensation{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.compensation li{
    background: #fff;
    width: 48%;
    padding: 40px 30px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.compensation li .compensation-img p{
    text-align: center;
    margin-bottom: 40px;
}
.compensation li .compensation-txt .compensation-txt-ttl{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.compensation li .compensation-txt .compensation-txt-txt{
    text-align: center;
    font-size: 18px;
}
.compensation li .compensation-txt .compensation-txt-note{
    text-align: center;
    font-size: 16px;
    margin-top: 25px;
}
.compensation-txt-txt-r{
  font-size: 14px;
  text-align: right;
}
.t-box tbody tr{
    border: 1px solid #c9c9c9;
}
.t-box tbody tr th{
    width: 30%;
    padding: 1em;
    background: #fafafa;
    font-size: 18px;
}
.t-box tbody tr td{
    width: 70%;
    padding: 1em;
    font-size: 18px;
}
.t-box tbody tr td a{
    color: #0773dd;
    text-decoration: underline;
}
.app-note{
    font-size: 16px;
    text-indent: -1em;
    padding-left: 1em;
}
.app-note a{
    color: #0773dd;
    text-decoration: underline;
}
.app-note-list li{
    font-size: 16px;
    text-indent: -1em;
    padding-left: 1em;
}
.app-note-list .ind02{
    font-size: 16px;
    text-indent: -2em;
    padding-left: 2em;
}
.app-note-list a{
    color: #0773dd;
    text-decoration: underline;
}
.induction{
    font-size: 18px;
}
.induction:last-child{
    margin-bottom: 95px;
}
.induction a{
    color: #0773dd;
}
.induction a span{
    text-decoration: underline;
}
.mb32 .contact_box02{
    margin-top: 90px;
    padding-top: 0;
    border-top: none;
}
.mb32 .contact_box02 .box_inner{
    padding: 20px 32px 50px;
}
.mb32 .contact_box02 .box_inner .mb32-ul{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
}
.goody_box_fix {
    position: sticky;
    width: 100%;
    bottom: 0;
    z-index: 1;
}
.goody_box_fix_inner {
    width: 1040px;
    margin: 0 auto;
}
.goody_box_fix .c_following_btn_g {
    display: flex;
    justify-content: space-between;
    width: 776px;
    left: 0;
    position: relative;
    margin-left: 0;
}
.goody_box_fix .c_following_btn_g a {
    width: 49%;
    display: block;
    border-radius: 5px;
    padding: 15px 3%;
    font-size: 1.8rem;
    color: #fff !important;
}
.goody_box_fix .c_following_btn_g a.g_bf01 {
    background: #f66800;
    background-size: 90px auto;
    text-align: center;
}
.goody_box_fix .c_following_btn_g a.g_bf02 {
    background: #8abf0a;
    background-size: 90px auto;
    text-align: center;
}

/*sp版*/
@media screen and (max-width: 767px) {
  
.main_area {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px
}
.btn_area {
  margin: 30px -20px 0;
  display: flex;
  justify-content: space-between;
}
.btn_area li {
  width: 49%;
}

.num_btn01 {
  font-size: 3.2vw;
  padding: 32px 0;
}
.num_btn02 {
  font-size: 3.2vw;
  padding: 32px 0;
}
.note_txt {
  font-size: 2.933vw;
}
.bnr_area {
  margin-top: 25px;
}
.jcbcards_anclist {
  margin-top: 35px;
}
.jcbcards_anclist ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.jcbcards_anclist ul li {
  width: 49%;
  margin-top: 15px;
}
.jcbcards_anclist ul li a {
  font-size: 3.2vw;
  padding: 10% 0;
}
.jcbcards_anclist .g_ar::before {
  right: 8px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0773DD;
  border-right: 2px solid #0773DD;
}

.jcbcards_anclist ul li .ac_icon01 {
  background-size: 27px auto;
  padding: 7.2% 0;
  line-height: 120%;
}
.jcbcards_anclist ul li .ac_icon02 {
  background-size: 27px auto;
}
.jcbcards_anclist ul li .ac_icon03 {
  background-size: 27px auto;
}
.jcbcards_anclist ul li .ac_icon01:hover {
  background-size: 27px auto;
}
.jcbcards_anclist ul li .ac_icon02:hover {
  background-size: 27px auto;
}
.jcbcards_anclist ul li .ac_icon03:hover {
  background-size: 27px auto;
}
/*JCBカードSの魅力*/

.jcb_inner_box{
  margin-top: 20px;
}
.jcb_inner_box h3 .jcb_subttl01 {
  width: 13%;
  background: #EBF4FE;
  position: relative;
  text-align: center;
  font-size: 2.4vw;
  font-weight: bold;
  line-height: 200%;
  color: #0773DD;
  padding: 5px 0;
}
.jcb_inner_box h3 .jcb_subttl01:after {
  top: -8px;
  right: -.8em;
  border-style: solid;
  border-color: transparent transparent transparent #EBF4FE;
  border-width: 8.7vw 0 8.7vw 1em;
  z-index: 1;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.jcb_inner_box h3 .jcb_subttl01 b {
  display: block;
  text-align: center;
  font-size: 5.4vw;
}
.jcb_inner_box h3 .jcb_subttl02 {
  width: 87%;
  font-size: 3.4vw;
  padding: 12px 0 10px 18%;
  color: #fff;
  letter-spacing: -0.5px;
}
.jcb_inner_box h3 .acicon01 {
  background-size: 9% auto;
  background-position: 8% center;
  padding: 4% 0 4% 18%;
}
.jcb_inner_box h3 .acicon02 {
  background-size: 9% auto;
  background-position: 8% center;
  padding: 4% 0 4% 18%;
}
.jcb_inner_box h3 .acicon03 {
  background-size: 9% auto;
  background-position: 8% center;
  padding: 4% 0 4% 18%;
}
.jcb_inner_box .jcb_point_inner{
  padding: 5.3vw 4vw 10.6vw;
}
.jcb_inner_box .jcb_point_inner h4 {
  font-size: 3.2vw;
}
.jcb_inner_box .jcb_point_inner .jcb_point_ttl {
  font-size: 3.7vw;
  margin-bottom: 8vw;
}
.jcb_inner_box .jcb_point_inner .jcb_point_ttl span{
  font-size: 5.3vw;
}
.jcb_inner_box .jcb_point_inner .jcb_point_ttl .price{
  font-size: 3.7vw;
}
.jcb_inner_box .jcb_point_inner .jcb_point_ttl .price em{
  font-size: 5.3vw;
}
.jcb_inner_box .jcb_point_inner .jcb_point_txt{
  font-size: 3.2vw;
}
.jcb_inner_box .jcb_point_inner .wh_ttl{
  font-size: 3.2vw;
  margin-bottom: 4vw;
}
.design-summary li{
  width: 100%;
  margin-bottom: 8vw;
}
.design-summary li:last-child{
  margin-bottom: 0;
}  
.design-summary li .design-ttl{
  margin-bottom: 4vw;
}
.design-summary li .design-txt{
  font-size: 4.2vw;
  margin-bottom: 3.2vw;
}
.design-summary li .design-note{
  font-size: 3.2vw;
}
.service-summary{
  margin: 8vw 0 4vw;
  justify-content: space-around;
}
.service-summary li{
  width: 48%;
  margin-bottom: 5.3vw;
}
.service-summary li:last-child{
  margin-bottom: 0;
}
.service-summary li .service-img{
  margin-bottom: 2.6vw;
}
.service-summary li .service-txt{
  font-size: 3.2vw;
}
.service-save{
  margin: 5.3vw 0 8vw;
}  
.service-save li .service-img{
    margin-bottom: 0;
}
.service-use{
    margin: 6.6vw 0 10.6vw;
}
.service-use li .use-ttl{
    font-size: 3vw;
    margin-bottom: 2.6vw;
}
.service-use li:nth-child(2) .use-ttl{
    padding-bottom: 0;
}
.service-use li .service-img{
    margin-bottom: 2.6vw;
}
.service-use li .use-txt{
    font-size: 3.2vw;
}
.service-use li .use-txt span em{
    font-size: 4.8vw;
}
.detail-btn{
    font-size: 3.2vw;
}
.point-note{
    font-size: 3.7vw;
    margin-bottom: 4vw;
}

/*選べるタイプとデザイン~安全・安心、信頼の️足利銀行×JCBブランド*/
.jcb_content_box {
    margin: 4vw 0 16vw;
    padding: 8vw 4vw 10.6vw;
}
.jcb_content_box .jcb_content_ttl{
    font-size: 3.7vw;
    margin-bottom: 2.6vw;
}
.jcb_content_box .content_ttl_ul{
    margin-bottom: 5.3vw;
}
.select-box{
    margin-bottom: 14.6vw;
}
.select-box li{
    width: 48%;
}
.select-box li .select-ttl{
    font-size: 3.2vw;
    margin-bottom: 2.6vw;
    width: 100%;
}
.select-box li .select-img{
    margin-bottom: 4vw;
}
.select-box li .select-txt{
    font-size: 3.2vw;
}
.select-box li .select-note .note-txt{
    font-size: 3.2vw;
    top: 20%;
    left: 5%;
}
.security-box{
    margin-bottom: 8vw;
}
.security-box li{
    width: 100%;
    padding: 5.3vw 4vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4vw;
}
.security-box li .security-img{
    width: 30%;
    display: grid;
    place-items: center;
}
.security-box li .security-img p{
    margin-bottom: 0;
}
.security-box li .security-txt{
    width: 68%;
    padding-left: 2%;
}
.security-box li .security-txt .security-txt-ttl{
    text-align: left;
    font-size: 3.2vw;
    margin-bottom: 5.3vw;
}
.security-box li .security-txt .security-txt-txt{
    text-align: left;
    font-size: 3.2vw;
}
.compensation li{
    width: 100%;
    padding: 5.3vw 4vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4vw;
}
.compensation li .compensation-img{
    width: 30%;
    display: grid;
    place-items: center;
}
.compensation li .compensation-img p{
    margin-bottom: 0;
}
.compensation li .compensation-img p img{
    width: 60%;
}
.compensation li .compensation-txt{
    width: 68%;
    padding-left: 2%;
}
.compensation li .compensation-txt .compensation-txt-ttl{
    text-align: left;
    font-size: 3.2vw;
    margin-bottom: 5.3vw;
}
.compensation li .compensation-txt .compensation-txt-txt{
    text-align: right;
    margin-top: 15px;
    font-size: 3.2vw;
}
.compensation li .compensation-txt .compensation-txt-note{
    text-align: left;
    font-size: 3.2vw;
    margin-top: 5.3vw;
}
.compensation-txt-txt-r{
  font-size: 3.2vw;
}
.t-box tbody tr{
    border: 1px solid #c9c9c9;
}
.t-box tbody tr th{
    font-size: 3.2vw;
}
.t-box tbody tr td{
    font-size: 3.2vw;
}
.app-note{
    font-size: 3.2vw;
}
.app-note-list li{
    font-size: 3.2vw;
}
.induction{
    font-size: 3.2vw;
}
.induction:last-child{
    margin-bottom: 18.6vw;
}
.mb32 .contact_box02{
    margin-top: 17.3vw;
}
.mb32 .contact_box02 .box_inner{
    padding: 4.8vw 3.4vw 8vw;
}
.mb32 .contact_box02 .box_inner .mb32-ul {
    padding-bottom: 5.3vw;
}
.customer-note{
    font-size: 3.2vw;
    margin-top: 5.3vw;
    text-indent: -1em;
    padding-left: 1em;
}
footer{
    margin-top: 20px;
}
.goody_box_fix {
    position: sticky;
    width: 100%;
    bottom: 0;
    z-index: 1;
}
.goody_box_fix_inner {
    width: 100%;
    margin: 0 auto;
}
.goody_box_fix .c_following_btn_g {
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0;
    position: relative;
    margin-left: 0;
}
.goody_box_fix .c_following_btn_g a {
    width: 49%;
    display: block;
    border-radius: 5px;
    padding: 17px 5px;
    font-size: 1.2rem;
    color: #fff;
}
footer .main_footer .page_top {
    bottom: 45px;
}
  
}

.service-save li .service-txt-right {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 5px;
}
.service-use li .service-txt-right{
    font-size: 1.4rem;
    text-align: right;
    margin-top: -15px;
}

@media screen and (max-width: 767px) {
  .service-save li .service-txt-right {
    font-size: 2.9vw;
    text-align: right;
    margin-top: 5px;
  }
  .service-use li .service-txt-right{
      font-size: 2.9vw;
      text-align: right;
      margin-top: -10px;
  }
}
