@charset "utf-8";


.disp_pc{display:block !important;}
.disp_sp{display:none !important;}
.disp_in_pc{display:inline-block;}
.disp_in_sp{display:none;}
img{ max-width:100%; vertical-align: bottom;}
html {font-size: 62.5%;}
body { font-size: 1.6em;}
.bold{ font-weight:bold;}
.dib{display: inline-block;}
.center{text-align:center;}

/*header*/
.head{
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9;
  text-align: center;
}

/*mv*/
.mv {
  background: #FFF799;
  padding: 30px 0 43px;
}
.mv_inner{
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 10px;
}

/*content01*/
.content01 {
  background: #CCEEFF;
  padding: 50px 0;
}
.cont_inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 10px;
}
.p_box {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 10px;
  align-items: flex-end;
}
.p_l {
  width: 38.5%;
}
.p_txt {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.5px;
}
.p_r {
  width: 57.7%;
  font-size: 59px;
  color: #005BAC;
  font-weight: 900;
  line-height: 100%;
}
.p_r span {
  font-size: 108px;
  font-weight: 900;
}

/*content02*/
.content02 {
  background: #FFF799;
  padding: 0 0 100px;
}
.content02 .cobg {
  padding-top: 130px;
  background: url("/kojin/visa_debit/kirikae/cam/2025/assets/images/contbg01.png") no-repeat scroll 102% -5%;
}
.coflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cf01 {
  width: 38.5%;
  min-width: 390px;
}
.cf01 h2{
  font-size: 54px;
  font-weight: 900;
  text-align: center;
}
.cf01 p{
  font-size: 36px;
  font-weight: 900;
  margin-top: 20px;
  text-align: center;
}
.cf01 p span {
  background: linear-gradient(transparent 50%, #CCEEFF 50%);
  text-align: center;
}
.cf02 {
  width: 60.5%;
  text-align: center;
}
.stepbox {
  margin: 150px auto 0;
  max-width: 780px;
}
.co_fu {
  text-align: center;
  width: 44.9%;
  margin: 0 auto;
}
.stepbox_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.stepbox_flex div {
  width: 45.5%;
  text-align: center;
}
.stepbox_flex div p {
  margin-top: 20px;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
}
.fumt {
  margin-top: 80px;
}
.btnarea {
  margin: 100px auto 0;
  max-width: 402px;
}
.btnarea a {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 27px 0;
  background: #005BAC;
  border-radius: 12px;
  border-bottom: 4px solid #004582;
  display: block;
  transition: all 0.3s ease 0s;
}
.btnarea a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
	transform: translateY(0.1875em);
  opacity: 0.9;
}
.arrow {
  position: relative;
	vertical-align: middle;
	text-decoration: none;
}
.arrow::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
  right: 20px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*content03*/
.content03 {
  padding: 60px 0 60px;
}
.cont_inner02 {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 10px;
}
.content03 h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.disp_table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 5px;
  margin-top: 60px;
}
.table_row {
  display:table-row;
}
.table_row div{
  display: table-cell;
}
.table_th {
  vertical-align: middle;
  text-align: center;
  background: #005BAC;
  padding: 18px 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 25.4%;
  min-width: 200px;
}
.table_td {
  vertical-align: middle;
  background: #CCEEFF;
  padding: 18px 20px;
  font-size: 16px;
}
.table_td li {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
}

/*footer*/
.foot {
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #005BAC;
}


@media screen and (max-width: 767px) {
.disp_pc{display:none !important;}
.disp_sp{display:block !important;}
.disp_in_pc{display:none;}
.disp_in_sp{display:inline-block;}

/*header*/
  .head{
    padding: 15px 0;
  }
  
/*mv*/
  .mv {
    background: #fff;
    padding: 4vw 0 0 0;
  }
  .mv_inner{
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .mv_inner img {
    width: 100%;
  }
  
  /*content01*/
  .content01 {
    padding: 4vw 0;
  }
  .cont_inner {
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .p_box {
    display: block;
    margin: 10px 2vw 10px;
  }
  .p_l {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .p_icon {
    width: 22.4%;
  }
  .p_txt {
    font-size: 4.266vw;
    letter-spacing: -0.5px;
    width: 72.4%;
    line-height: 125%;
  }
  .p_r {
    width: 100%;
    margin-top: 10px;
    font-size: 8vw;
  }
  .p_r span {
    font-size: 14.66vw;
  }
  
/*content02*/
  .content02 {
    padding: 20vw 0 19vw;
    background: url("/kojin/visa_debit/kirikae/cam/2025/assets/images/contbg01_sp.png") no-repeat scroll 0 -3% #FFF799;
    background-size: 100%;
  }
  .content02 .cobg {
    padding-top: 0;
    background: none;
  }
  .coflex {
    display: block;
  }
  .cf01 {
    width: 100%;
    min-width: 100%;
  }
  .cf01 h2{
    font-size: 8.5333vw;
  }
  .cf01 p{
    font-size: 5.3333vw;
    margin-top: 3vw;
  }
  .cf02 {
    width: 87.5%;
    margin: 5vw auto 0;
  }
  .stepbox {
    margin: 30vw auto 0;
    max-width: 87.5%;
  }
  .co_fu {
    width: 100%;
  }
  .stepbox_flex {
    display: block;
    margin-top: 0;
  }
  .stepbox_flex div {
    width: 100%;
    margin-top: 8vw;
  }
  .stepbox_flex div p {
    margin-top: 3vw;
    font-size: 5.3333vw;
  }
  .fumt {
    margin-top: 15vw;
  }
  .btnarea {
    margin: 14vw auto 0;
    max-width: 100%;
  }
  .btnarea a {
    font-size: 5.3333vw;
    padding: 5vw 0;
    border-bottom: 4px solid #004582;
  }
  .arrow::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 4%;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
/*content03*/
  .content03 {
    padding: 10vw 0 10vw;
  }
  .cont_inner02 {
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .content03 h2 {
    font-size: 6.4vw;

  }
  .disp_table {
    display: block;
    margin-top: 9vw;
  }
  .table_row {
    display:block;
  }
  .table_row div{
    display: block;
  }
  .table_th {
    padding: 4vw 3vw;
    font-size: 4.266vw;
    width: 100%;
    min-width: 100%;
    margin-bottom: 1vw;
  }
  .table_td {
    padding: 4vw 3vw;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .table_td li {
    font-size: 4vw;
  }
  .sp_center {text-align: center;}
  
  .foot {
    padding: 10px;
    font-size: 3.2vw;
  }
  
}
