body,select,input,textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
	line-height:1.5;
	font-weight: 500;
	color:#000;
	-webkit-text-size-adjust:none;
	padding: 0;
	margin: 0;
}
html{
  scroll-behavior: smooth;
}
img {
    image-rendering: -webkit-optimize-contrast;
}
figure{
	margin: 0;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px
  }
}

@media screen and (min-width: 769px) {
  html {
    font-size: 18px
  }
}
html {
  line-height: 1
}
h1,h2,h3,h4,h5,h6{
	box-sizing: border-box;
}
.maxw-340{
	max-width: 340px;
}
.maxw-450{
	max-width: 450px;
}
.maxw-700{
	max-width: 700px;
}
.maxw-800{
	max-width: 800px;
}
.maxw-900{
	max-width: 900px;
}
.maxw-1000{
	max-width: 1000px;
}
.maxw-1100{
	max-width: 1100px;
}
.maxw-1200{
	max-width: 1200px;
}
.w100{
	display: block;
	text-align: center;
}
.w100 img{
	height: auto;
	display: block;
	width: 100%;
}
.ttl_img{
	background: none;
	margin: 0;
}
.d-none{
	display: none;
}

.d-lg-inlineblock{
	display: inline-block;
	vertical-align: middle;
}
.d-inlineblock{
	display: inline-block;
}

@media screen and (min-width: 769px) {
}

.valign-middle{
	vertical-align: middle;
}
.black{
	color: #000 !important;
}

.px-0{ padding-right:0;padding-left: 0;}
.px-10{padding-right:10px;padding-left: 10px;}
.px-20{padding-right:20px;padding-left: 20px;}
.px-30{padding-right:10px;padding-left: 10px;}
.px-40{padding-right:40px;padding-left: 40px;}
.px-50{padding-right:50px;padding-left: 50px;}
.px-60{padding-right:60px;padding-left: 60px;}
.py-0{padding-top:0;padding-bottom: 0;}
.py-10{padding-top:10px;padding-bottom: 10px;}
.py-20{padding-top:20px;padding-bottom:20px;}
.py-30{padding-top:30px;padding-bottom: 30px;}
.py-40{padding-top:40px;padding-bottom: 40px;}
.py-50{padding-top:50px;padding-bottom: 50px;}
.py-60{padding-top:60px;padding-bottom: 10px;}

.mb-0{
	margin-bottom: 0px;
}
.mb-5{
	margin-bottom: 5px;
}
.mb-10{
	margin-bottom: 10px;
}
.mb-15{
	margin-bottom: 15px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-40{
	margin-bottom: 40px;
}
.mb-50{
	margin-bottom: 50px;
}
.mb-60{
	margin-bottom: 60px;
}

.mt-0{
	margin-top:0;
}
.mt-10{
	margin-top:10px;
}
.mt-15{
	margin-top:15px;
}
.mt-20{
	margin-top:20px;
}
.mt-30{
	margin-top:30px;
}
.mt-40{
	margin-top:40px;
}
.mt-50{
	margin-top:50px;
}
.mt-60{
	margin-top: 60px;
}

.mx-0{
	margin-left: 0;
	margin-right: 0;
}
.mx-10{
	margin-left: 10px;
	margin-right: 10px;
}
.mx-20{
	margin-left:20px;
	margin-right:20px;
}
.mx-30{
	margin-left:30px;
	margin-right:30px;
}
.mx-40{
	margin-left:40px;
	margin-right:40px;
}
.mx-50{
	margin-left:50px;
	margin-right:50px;
}
.mx-60{
	margin-left:60px;
	margin-right:60px;
}

.pt-40{
	padding-top: 40px;
}
.text-center{
text-align: center;
}
.text-left{
text-align: left;
}
.text-right{
text-align: right;
}

.white{color: #fff;
}
.yellow{color: yellow;
}

.red{color: #e60012;
}
.green{
	color: #00AB84;
}
.txt-small{
	font-size: 0.8em;
}

.txt-s{
	font-size: 0.9em;
}
.txt-ss{
	font-size: 0.7em;
}


.txt-l{
	font-size: 1.1em;
}
.txt-ll{
	font-size: 1.3em;
}
.txt-lll{
	font-size: 1.4em;
}
.txt-llll{
	font-size: 2.0em;
}
.txt-12{
	font-size:12px;
}
.txt-13{
	font-size:13px;
}
.txt-14{
	font-size:14px;
}
.bold {
	font-weight: bold;
}
.nowrap{
	white-space:nowrap;
	display: inline-block;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.w50{
	width: 49%;
	box-sizing: border-box;
}

.w33{
	width: 33%;
	box-sizing: border-box;
}
.w25{
	width: 24%;
	box-sizing: border-box;
}
.w66{
	width: 66%;
	box-sizing: border-box;
}
.w75{
	width: 75%;
	box-sizing: border-box;
}
.r-box{
	float: right;
}
.l-box{
	float: left;
}
table{
	width: 100%;
	border-collapse: collapse;
}
table td,
table th{
	padding: 0.2em;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #333; 
}
table th{
	background: #a4d4b9;
}
@media screen and (max-width: 769px) {
.w-sm-100{
	width: 100% !important;
	max-width: none;
	box-sizing: border-box;
	}
.w-sm-66{
	width: 66%;
	max-width: none;
	box-sizing: border-box;
	}
.w-sm-33{
	width: 33%;
	max-width: none;
	box-sizing: border-box;
	}
	.mx-sm-auto{
	margin-left: auto;
	margin-right: auto;
	}
	.px-sm-01{
		padding-left: 6% !important;
		padding-right: 6% !important;
	}
	.px-sm-02{
		padding-left: 2em !important;
		padding-right: 2em !important;
	}
	.float-sm-none{
		float: none;
	}
	.text-sm-center{
		text-align: center;
	}
	.text-sm-left{
		text-align: left;
	}
	.w-sm-50{
		width: 50%;
		box-sizing: border-box;
	}
	.p-sm-0{
		padding: 0;
	}
	.mb-sm-0{
		margin-bottom: 0 !important;
	}
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.flexbox {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
	list-style: none;
	justify-content: center;
}
.flexbox > * {
  box-sizing: border-box;
  width: 23%;
  margin: 1%;
  vertical-align: top;
  position: relative;
	list-style: none;
}
.flexbox > .flex50 {
  width: 49%;
}
.flexbox > .flex50:nth-child(even) {
	margin-left: 1%;
	margin-right: 0;
}

.flexbox > .flex50:nth-child(odd) {
	margin-right: 1%;
	margin-left: 0;
}
.flexbox > .flex30 {
  width: 31%;
	margin-left: 1%;
	margin-right: 1%;

}
.indent-1{
	display: inline-block;
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.4em;
}

ul.caution_list{
	font-size: 13px;
	line-height: 1.7em;
	list-style: none;
}
ul.asterisk{
	list-style: none;
	padding: 0;
}
ul.asterisk li,
ul.caution_list li,
ul.circle li,
ul.square li{
	padding-left: 1.4em;
	line-height: 1.4em;
	list-style: none;
	margin-bottom: 0.3em;
}
ul.asterisk li:before,
ul.caution_list li:before{
	content: '※';
	margin-left: -1.3em;
	margin-right: 0.25em
}
ul.asterisk2 li:before{
	content: '＊';
	margin-left: -1.3em;
	margin-right: 0.25em
}


ul.circle li:before{
	content: '○';
	margin-left: -1.3em;
	margin-right: 0.25em
}

ul.circle{
	padding: 0;
}
ul.square li{
	list-style-type: square;
}

ol.number{
	margin-top: 0.5em;
	list-style: none;
	padding: 0;
}
ol.number li{
	list-style-type: decimal;
}
.wrapper{
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.inc_btn{
	position: relative;
}
.inc_btn .btnbox{
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
}
.inc_btn .btnbox a{
	display: block;
	text-indent: 110%;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	margin: auto;
}


header#header {
	border-bottom: 5px solid #009a63;
	padding: 10px 0 10px ;
	margin-bottom: 0.5rem;
}
header#header .wrapper{
	max-width: 1200px;
}
header#header .wrapper #logo{
	max-width: 150px;
	
}

header#header .wrapper #logo + span{
	width: 100%;
	max-width: 400px;
}


@media screen and (max-width: 550px) {
header#header .wrapper #logo + span{
	width:calc( 100% - 130px); 
}
}
@media screen and (max-width: 767.98px) {
header#header .wrapper #logo{
	max-width: 100px;
}
	header#header .wrapper #logo + span{
		padding-right: 1rem;
	}
}
/*  Footer */
footer {
	background-color: #11974b;
	padding: 10px 0;
	text-align: center;
}

footer p {
	color: #ffffff;
	font-size: 12px;
}
footer[role="contentinfo"] {
    margin-bottom: 0;
    padding: 8px 0!important;
    line-height: 1!important;
    background: #049849;
    color: #fff!important;
    text-align: center;
}

#pageTop{
position: fixed;
z-index: 4;
bottom: -60px;
	opacity: 0;
left: 20px;
transition: .5s;
}
#pageTop.fixed{
bottom: 20px;
	opacity: 1;
}
#pageTop a{
	display: block;
	width: 40px;
	height: 40px;
}
/*main*/

#eyecatch{
	background: url("/static/cp/cpandsp/kokyoryokin2023/images/00_pc_koukin_cp_tophakei.png") no-repeat center top;
	background-size: cover;
	overflow: hidden;
	position: relative
}
.tweak08 img{
	width: 100%;
	height: auto;
	max-width: 280px;
	position:absolute;
	top: 10px;
	margin-left: 5px;
	}	

@media (max-width: 767.98px) {
#eyecatch{
	background: none;
}
	
}
	
#intro{
	background: #bfdda2;
}

#intro .wrapper{
	max-width: 800px;
}
.row > *{
	box-sizing: border-box;
	
}

/*tweak*/

.tweak01{
	margin-bottom: 0.5rem;
	font-weight: bold;
}
.tweak01 > span{
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	color: #005814;
	font-size: clamp(0.875rem, 0.636rem + 0.65vw, 1.125rem);
}


.tweak01 .ttl.box{
	max-width: 10em;
	padding: 0.5em 1em 0.4em;
	background: #005814;
	color: #fff;
	line-height: 1.2em;
	text-align: center;
}


.tweak01 .ttl.box + span{
	width: calc( 100% - 10em);
	padding-left: 0.5em;
}
.tweak01 .ttl.box + span span{
	font-size: clamp(1.125rem, 0.75rem + 1.88vw, 1.688rem);
}
@media (max-width: 575.98px) {
	.tweak01 > span{
		max-width:none !important; 
		text-align: left;
		margin-bottom: 0.3rem;
	}
.tweak01 .ttl.box + span{
	display: block;
	padding: 0;
	width: 100%;
	}
}


.tweak02{
	background: #fff;
	border-radius: 0.5rem;
	padding: 1rem;
}

.tweak02 .w100{
	max-width: 100px;
	margin: auto;
}
.tweak02 .ttl.square{
	padding-left: 1.1em;
	text-indent: -1.1em;
}
.tweak02 .ttl.square:before{
	content: '\025a0';
	color: #21b182;
	margin-right: 0.1em;
}

#detail h2.ttl{
	color: #005814;
	font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem); 
	text-align: center;
	border-bottom: 2px solid #005814;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.ul_yellow{
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-color: #f5cb1e;
text-decoration-thickness: 3px;
}
.orange{
	color: #ea5526;
}
.tweak03{
	font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
	background: #fdebe2;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: stretch;	
}
.tweak03 > span{
	display: block;
	box-sizing: border-box;
}
.tweak03 > .num{
	width: 4em;
	text-align: center;
	background: #66be97;
	position: relative;
}
.tweak03 > .num span{
	background: #fff;
	border-radius: 0.2em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50% , -50%);
	line-height: 1.8em;
	width: 1.8em;
	font-weight: bold;
	color: #66be97;
}
.tweak03 > .num + span{
	padding: 1em;
	width: calc( 100% - 3.5em);
	font-weight: bold;
}
.tweak07{
	letter-spacing: 0.5em;
}
#detail h3.ttl{
	margin-bottom: 0.5rem;
}
#detail h3.ttl span{
	display: inline-block;
	color: #fff;
	background: #21b182;
	border-radius: 0.2em;
	font-weight: bold;
	padding: 0.1em 0.7em 0;
}

.tweak06{}

.tweak06 th,
.tweak06 td{
	border: 2px solid #21b182;
	line-height: 1.4em;
}

.tweak06 th{
	background: #fdebe2;
	color: #21b182;
	font-weight: bold;
}
.tweak06 th:nth-child(2){
	background: transparent;
	border: 0 !important;
}
.tweak06 tr:nth-child(2) td{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.tweak06 tr:nth-child(3) td{
	border-top: 1px solid #000;
}
.tweak06 tr:nth-child(1) th{
	border-bottom: 1px solid #000;
}
.tweak06 span.ttl{
	background: #21b182;
	display: inline-block;
	padding: 0 0.5em ;
	color: #fff;
	line-height: 1.4em;
	
}

@media (max-width: 575.98px) {
.tweak02 .w100{
	max-width: 70px;
}
.tweak06 th,
.tweak06 td{
	border: 1px solid #21b182;
}
.tweak06 td{
	text-align: left;
	}
}

.tweak04{
	margin-left: -6px;
	margin-right: -6px;
}
.tweak04 > div{
	text-align: center;
	position: relative;
	padding: 1rem 0;
}
.tweak04 > div:before{
	content: "";
	display: block;
	position: absolute;
	background: #f0f6de;
	left: 6px;
	right: 6px;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.tweak04 figure.w100,
.tweak04 span.w100{
	display: inline-block;
	vertical-align: top;
	width: 41%;
	margin: 0 1.5% 0.3rem;
}
.tweak04 a,
.tweak04 label{
	font-size: clamp(1rem, 0.727rem + 0.11vw, 0.813rem);
	text-decoration: underline;
	cursor: pointer;
	color: #005814;
}
.tweak04 label span,
.tweak04 a span{
	display: block;
}

a,label{
	transition: .3s;
}

#eyecatch2{
	background: #d2e5e0;
}

@media (max-width: 991.98px) {
	
}
@media (min-width: 992px) {
}
@media (max-width: 1399.98px) {
}
@media (max-width: 991.98px) {
footer {
	padding-bottom: 4rem;
}
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
footer {
	padding-bottom: 5rem;
}
}

#detail{
	
}
#detail .kikan{
	font-size: 1.4em;
	font-weight: bold;
}
#detail .card{
	font-size: 1.2em;
	font-weight: bold;
}

#contents-block .ttl{
	font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem); 
	color: #fff;
	background: #21b182;
	text-align: center;
	padding: 0.3em 0;
	line-height: 1.3em;
	font-weight: bold;
}



@media (max-width: 479.98px) {
#contents-block .ttl{
	font-size: 5vw;
	padding: 0.3em 0;
}
	#entry > header .ttl.txt-l{
		font-size: 6vw;
	}
	#entry .entry_box > .ttl{
		font-size: 4.5vw !important;
	}
}


#entry .entry_box{
	border: 1px solid #6cbb5a;
	padding-bottom: 0.5em;
	width: 100%;
	text-align: center;
	background: #fff;
}
#entry .entry_box > .ttl{
	background: #6cbb5a;
	color: #fff;
	padding: 6px ;
	font-size: 1.3em;
	font-weight: bold;
}
.entry_box {
	margin-bottom: 2em;
}
/*
.entry_box .btn_entry{
	max-width: 260px;
	margin: 0.8em auto 2em;
}
.entry_box .btn_entry:hover{
	opacity: 0.8;
}
*/

.btn_entry a,
.btn_entry label{
	display: block;
	background: #ed6d00;
	color: #fff;
	text-align: center;
	width: 12em;
	padding:0.7em;
	line-height: 1.4em;
	text-decoration: none;
	font-weight: bold;
	margin: 0.5rem auto;
	box-sizing: border-box;
	border-radius: 0.3em;
	font-size: 1.2rem;
}
.btn_entry a:after,
.btn_entry label:after{
	content: "\03e";
	margin-left: 1.0em;
	font-weight: bold;
}
.btn_entry a:hover,
.btn_entry label:hover{
	opacity: 0.8;
	cursor: pointer;
}

.entry_box .t-number {
    margin: 0.5em auto;
    background: #fdebe2;
    padding: 2px 2em;
    display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
}
.entry_box .card_logo{
	padding-top: 0.5em;
}
.plus.entry_box .card_logo {
	max-width: 260px;
}
.vpass.entry_box .card_logo {
	max-width: 106px;
}
.jcb.entry_box .card_logo {
	max-width: 48px;
}

@media screen and (max-width: 500px) {
.entry_box .t-number{
	padding-left: 0 !important;
	padding-right:  0 !important;
	width: 100%;
}
}

@media screen and (max-width: 1029px) {
#about,
#detail,
#entry,
#caution,
#inquiry{
	padding-left: 15px !important;
	padding-right: 15px !important;
	}
}


#copyRight{
	color: #fff;
}


/*MODAL*/
.open-modal{
	cursor: pointer;
	text-decoration: underline;
}

/*  ポップアップウィンドウ  */
.modal{
	color: #323232;
	font-size: 14px;
	line-height: 180%;
}
.modal .ttl{
	background: transparent;
	text-align: left;
	padding: 10px 0;
	color: #323232;
}
.modal .open-modal{
    text-decoration: underline;
    color: #0000FF;
    cursor : pointer;
}
.modal .boxWrap{
    display: table;
    background-color: #BDE1C8;
    width: 100%;
}
.modal .boxWrap .titl {
    font-weight: bold;
    font-size: 24px;
    color: #149965;
    margin-top: 20px;
    margin-left: 20px;
}
.modal .boxCh {
    padding: 5px 20px 20px;
    display: inline-block;
    width: calc( 50% - 42px);
    vertical-align: top;
}
.modal .boxWrap2{
    display: table;
    width: 100%;
}
.modal .boxWrap2 .titl {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    margin-top: 20px;
    margin-left: 20px;
}

.modal .m-card {
    width: 98%;
}
	.modal .m-card .logo01 img {
    height: auto !important;
}
.modal .m-card .logo02 img {
    height: auto !important;
}
.modal .m-card .card-table {
    border: 1px solid #676260;
    background-color: #FFFFFF;
    font-size: 12px;
	line-height: 1.4em;
	padding: 0.4em 0 ;
	}

.modal .m-card .ttl img  {
    padding-right: 10px;
	vertical-align: bottom;
}
.modal .card-table ul li {
	margin: 0;
	padding: 0;
}
.modal .card-table ul li {
    padding: 0 0.4em 0.2em;
}

@media (max-width: 720px) {
/*  ポップアップウィンドウ  */
.modal .boxCh {
    padding: 8px;
    width: 95%;
}	
}
/* end */




.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up,
#pop-up2
{
/*	display: none;*/
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
}
.overlay {
/*	display: none;*/
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
}
#pop-up2:checked + .overlay,
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	visibility: visible;
	opacity: 1;
}
.window {
	width: 80%;
	max-width: 1000px;
	height: auto;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .5s;
}
.close{
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 40px;
  width: 40px;
  height: 30px;
	padding-top: 10px;
  color: #282c34;
		text-decoration: none;
	transition: .5s;
	cursor: pointer;
}

.modal-content{
		line-height: 180%;
}
.modal-content a img{
	max-height: 38vh;
	max-width: 100%;
	width: auto;
}



#cta{}
#cta .modal .boxWrap{
	background: #fff;
}
.fix_bnr{
	position: fixed;
	bottom: 0;
	right: 0;
}
.fix_bnr a{
	max-width: 120px;
}


@media (max-width: 767.98px) {
.fix_bnr a{
	max-width: 180px;
}
}

#cta .modal{
	line-height: 1.5em;
}
#cta .modal-wrap{
	width: 90%;
}
#cta .modal .boxWrap{
	padding: calc(30px + 0.2rem ) 2rem 1rem;
	display: block !important;
	width: auto;
}
#cta .modal-overlay .close {
  top: 0.2rem;
	color: #929292;
}
#cta .modal h2.ttl,
#cta .modal h3.ttl{
	color: #00805f;
}
#cta .modal h2.ttl{
font-weight: bold;
	font-size: clamp(1.375rem, 1.284rem + 0.45vw, 1.625rem);
	line-height: 1.6em;
}
#cta .modal h3.ttl{
font-weight: bold;
	font-size: clamp(1.188rem, 1.165rem + 0.11vw, 1.25rem);
	padding-left: 1.3em;
	text-indent: -1.3em;
}

#cta .modal h3.ttl:before{
  content: "\025a0";
  margin-right: 0.3em;
}

#cta .modal .row{
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
	
}
#cta .modal .row > div{ 
box-sizing: border-box !important;
position: relative;
z-index: 0;
}
#cta .modal .row > div{
}

#cta .modal .brand{
	display: block;
	padding: 0 1rem;
	height: 8rem;
	position: relative;
}
#cta .modal .brand img{
	position:absolute;
	transform: translate( -50%, -50% );
	top: 50%;
	left: 50%;
	height: auto;
}


.card-rankup .jcb .brand img{
	max-width: 80px;
}
.card-new .jcb .brand img{
	max-width: 70px;
}
	
.card-rankup .visa .brand img{
	max-width: 90px;
}
.card-new .visa .brand img{
	max-width: 80px;
}
	
.card-new .resona .brand img{
	width: 90%;
	max-width: 170px;
}
	
#cta a.card{
	color: #323232;
}
#cta a .arrow{
	color: #323232;
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-decoration: underline;
	text-align: left;
	padding-left: 1.3em;
	line-height: 1.3em;
}
#cta a .arrow:before{
	content: '＞';
	display: inline-block;
	margin-right: 0.3em;
	margin-left: -1.3em;
}

#cta .card.w100 img{
	width: 80%;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 0.5rem;
}


#cta .modal .row > div:before{
	content: "";
background: #d2e5e0;
	position: absolute;
	top: 0.5rem;
	bottom: 0.5rem;
	right: 0.5rem;
	left: 0.5rem;
	z-index: -1;
}

#cta .visa .arrow{
	font-size:clamp(0.75rem, 0.708rem + 0.22vw, 0.875rem);
	
}


@media (max-width: 767.98px) {
	#cta .jcb a.card .arrow,
	#cta .resona a.card .arrow	{
		text-align: center;
	}
	#cta .card.w100 img{
		width: 100%;
		max-width: 180px;
	}
}

#cta .modal row > div > div{ 
}
a[href^="tel:"] {
	color: #000;
	text-decoration: underline;
}
