/*-------------------------------------------------------------*/
*{
	box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	scroll-behavior: smooth;
}
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
body {
	font-family: sans-serif,system-ui;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
	-webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
	text-size-adjust: none;
}
a{text-decoration: none;}
.space10{height:10px;width:100%;}.space20{height:20px;width:100%;}.space30{height:30px;width:100%;}
.space40{height:40px;width:100%;}.space50{height:50px;width:100%;}.space60{height:60px;width:100%;}
.space70{height:70px;width:100%;}.space80{height:80px;width:100%;}.space90{height:90px;width:100%;}
.space100{height:100px;width:100%;}.space120{height:120px;width:100%;}.space140{height:140px;width:100%;}
.space160{height:160px;width:100%;}.space180{height:180px;width:100%;}.space200{height:200px;width:100%;}
/*-------------------------------------------------------------*/



/*-------------------------------------------------------------*/
.Ltext01 {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 2.2em;
	font-weight: bold;
	padding-top: 200px;
	padding-bottom: 200px;
	color: #2976CB;
}
.Ltext02 {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 2.2em;
	font-weight: bold;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #2976CB;
	line-height: 2;
}
@media screen and (max-width:768px) {
.Ltext01 {
	display: none;
}
.Ltext02 {
	display: block;
}
}
@media screen and (min-width:769px) {
.Ltext01 {
	display: block;
}
.Ltext02 {
	display: none;
}
}
/*-------------------------------------------------------------*/



/*-------------------------------------------------------------*/
.footer {
	width: 100%;
	height: auto;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #111111;
}
.footer .text1 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	color: #CCCCCC;
	text-align: left;
	font-size: 1.2em;
	line-height: 30px;
}
/*-------------------------------------------------------------*/



/*-------------------------------------------------------------*/
.header {
	width: 100%;
	height: 85px;
	background-color: #111111;
}
.header .box01{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.header .logo{
	height: 85px;
	background-image: url(../image/logo_fcb_01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 35px;
}
/*-------------------------------------------------------------*/



/*-------------------------------------------------------------*/
.title {
	width: 100%;
	background-color: #444D80;
}
.title .box01{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:768px) {
.title .text01_pc{
	display:none;
}
.title .text01_sp{
	font-size: 1.8em;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	padding-top: 60px;
}
.title .text02_pc{
	display:none;
}
.title .text02_sp{
	font-size: 3.4em;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	padding-bottom: 60px;
}
}
@media screen and (min-width:769px) {
.title .text01_pc{
	font-size: 2.4em;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	padding-top: 60px;
}
.title .text01_sp{
	display:none;
}
.title .text02_pc{
	font-size: 4.2em;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
	padding-bottom: 60px;
}
.title .text02_sp{
	display:none;
}
}
/*-------------------------------------------------------------*/



/*-------------------------------------------------------------*/
.cont01 {
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.cont01 .box01{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	line-height: 2;
}
.cont01 .image01{
    width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
}
.cont01 .image02{
	height: auto;
	margin-top: 30px;
	margin-bottom: 40px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.cont01 .text01{
	color: #133854;
	font-weight: bold;
}
.cont01 .text02{
	color: #333333;
	font-size:1rem;
}
.cont01 .btn{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	font-size: 1.5em;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	background: linear-gradient(90deg, #FEC428 0%, #FEC428 50%, #212C6B 50%, #212C6B 100%);
	background: -webkit-linear-gradient(90deg, #FEC428 0%, #FEC428 50%, #212C6B 50%, #212C6B 100%);
	background-size: 100% 200%;
	background-position: 0 100%;
	cursor: pointer;
	border-radius: 10px;
	transition: 0.2s ease;
}
.cont01 .btn a{
	color: #333333;
	display: block;	
}
.cont01 .btn:hover{
	background-position: 0 0%;
	transition: 0.1s ease;
}
.cont01 .btn a:hover {
    color: #FFFFFF;
}
@media screen and (max-width:768px) {
.cont01 .text01{
	font-size: 1.6em;
}
.cont01 .text02{
	font-size: 1.4em;
}
.cont01 .image02{
	width: 100%;
}
.cont01 .btn{
	width: 100%;
}
}
@media screen and (min-width:769px) {
.cont01 .text01{
	font-size: 1.6em;
}
.cont01 .text02{
	font-size: 1.4em;
}
.cont01 .image02{
	width: 70%;
	border-radius: 10px;
}
.cont01 .btn{
	width: 70%;
}
}
/*-------------------------------------------------------------*/






/*-------------------------------------------------------------*/
.cont02 {
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	text-align: justify;
	background: #fff8e5;
	border-left: 5px solid #2775CA;
}
.cont02 .text01{
	color: #2976CB;
	font-weight: bold;
	line-height: 2;
}
.cont02 .text02{
	color: #2976CB;
	font-weight: bold;
	line-height: 1.2;
}
.cont02 .text03{
	color: #333333;
	line-height: 2;
}
.cont02 .text03 span{
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cont02 .text04{
	color: #133854;
	font-weight: bold;
	line-height: 2;
	padding-top: 20px;
}
.cont02 .box01{
	width: 100%;
	display: flex;
	gap: 20px;
}
.cont02 .box02{
	flex: 1;
}
.cont02 .image01{
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}
.cont02 .image02{
	height: auto;
	display: block;
}
.cont02 .rb{
	border-radius: 10px;
}
@media screen and (max-width:768px) {
.cont02 {
	padding: 10px 20px;	
}
.cont02 .text01{
	font-size: 2.0em;
}
.cont02 .text02{
	font-size: 3.0em;
}
.cont02 .text03{
	font-size: 1.4em;
}
.cont02 .text04{
	font-size: 1.6em;
}
.cont02 .image01{
	width: 100%;
}
.cont02 .image02{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.cont02 .box01{
	flex-direction: column;
}
}
@media screen and (min-width:769px) {
.cont02 {
	padding: 20px 30px 30px 20px;	
}
.cont02 .text01{
	font-size: 2.6em;
}
.cont02 .text02{
	font-size: 4.0em;
}
.cont02 .text02 span{
	display: none;
}
.cont02 .text03{
	font-size: 1.4em;
}
.cont02 .text04{
	font-size: 1.6em;
}
.cont02 .image01{
	width: 80%;
	max-width: 700px;
}
.cont02 .image02{
	width: 95%;
	margin-left: auto;
	max-width: 400px;
	margin-top: 30px;
}
}


.wallet-section {
  width: 100%;
  padding: 60px 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
.wallet-section h2 {
	font-size: 1.8rem;
	text-align: center;
	color: #2775CA;
	margin-bottom: 20px;
	line-height: 1.2;
}
.wallet-section p {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 25px;
}
.wallet-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.wallet-item {
  flex: 1 1 280px;
  border: 1px solid #d9e3f5;
  border-radius: 14px;
  padding: 10px 20px 20px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
  background-color: #f8faff;
  background-repeat: no-repeat;
  background-position: right 20px bottom 20px;
  background-size: 150px auto;
}
.wallet-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.wallet-item h3 {
  font-size: 1.2rem;
  color: #2775CA;
  margin-bottom: 10px;
}
.wallet-item p {
  font-size: 0.95rem;
  text-align: left;
  margin-bottom: 10px;
}
.wallet-item a {
  color: #2775CA;
  text-decoration: none;
  font-weight: bold;
}
.wallet-item a:hover {
  text-decoration: underline;
}
.wallet-section .attention {
  margin-top: 40px;
  background: #fff8e5;
  border-left: 5px solid #ffcc00;
  padding: 15px;
  font-size: 0.9rem;
  text-align: left;
  border-radius: 8px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .wallet-list {
    flex-direction: column;
  }
  .wallet-item {
    flex: 1 1 100%;
  }
  .wallet-section h2 {
    font-size: 1.5rem;
  }
  .wallet-section p {
    font-size: 0.95rem;
  }
}



.convert-section {
  padding: 0 0 40px 0;
}
.convert-section h2 {
  text-align: center;
  color: #2775CA;
  font-size: 1.6rem;
  margin-bottom: 18px;
}
.convert-section p {
  font-size: 1rem;
  text-align: center;
}
.convert-section .text01 {
	font-size: 1rem;
	text-align: left;
	margin-bottom: 30px;
	font-weight: normal;
}
.convert-grid {
  display: flex;
  gap: 22px;
  align-items: flex-start;
}
.convert-left {
    flex: 1 1 60%;
}
.convert-right {
    flex: 1 1 36%;
}
.convert-steps {
  counter-reset: step;
  margin: 0 0 12px 0;
  padding-left: 0;
  list-style: none;
}
.convert-steps li {
  position: relative;
  padding-left: 54px;
  margin-bottom: 18px;
  background: #f7fbff;
  border: 1px solid #e6f0fb;
  border-radius: 10px;
  padding: 14px 16px 14px 54px;
  box-shadow: 0 6px 14px rgba(18,52,86,0.04);
  font-size: 0.85rem;
}
.convert-steps li:before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px; height: 34px; line-height: 34px;
  text-align: center;
  border-radius: 50%;
  background: #2775CA;
  color: #fff;
  font-weight: 700;
}
.convert-section .attention {
  margin-top: 40px;
  margin-bottom: 20px;
  background: #fff8e5;
  border-left: 5px solid #ffcc00;
  padding: 15px;
  font-size: 0.9rem;
  text-align: left;
  border-radius: 8px;
  line-height: 1.6;
}
.convert-section .help {
  margin-bottom: 40px;
  background: #E8F1FB;
  border-left: 5px solid #5F9BDE;
  padding: 15px;
  font-size: 0.9rem;
  text-align: left;
  border-radius: 8px;
  line-height: 1.6;
}
.convert-right .card {
  background: #f7fbff;
  border: 1px solid #e6f0fb;
  border-radius: 12px;
  padding: 0px 10px 0px 10px;
  margin-bottom: 14px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(17,40,63,0.04);
}
.convert-right .card p{
  font-size: 0.95rem;
  margin-bottom: 10px;
}
.convert-right .card p a {
  color: #2775CA;
  text-decoration: none;
  font-weight: bold;
}
.convert-right .card p a:hover {
  text-decoration: underline;
}
.convert-right .card li {
  font-size: 0.85rem;
}
.convert-right .card.hover {
  transition: transform 0.2s, box-shadow 0.2s;
}
.convert-right .card.hover:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.convert-right .card.small 
{
  padding: 12px; 
}
.bank-logo {
  max-width: 160px;
  height: auto;
}
.convert-right ul { 
  list-style: disc; 
  padding-left: 18px; 
  text-align:left; 
  color:#23465f; 
}
.convert-cta {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-top: 20px;
}
.convert-cta .btn-primary {
    display: block;
	flex: 1;
	background:#2775CA;
	font-size: 0.85rem;
	color:#fff;
	padding: 10px 14px;
	border-radius:8px;
	text-decoration:none;
	font-weight: bold;
	border:1px solid #2775CA;
	text-align:center; 
}
.convert-cta .btn-primary:hover {
	background: transparent;
	color: #2775CA;
	border:1px solid #2775CA;
}
.convert-cta .btn-ghost {
    display: block;
	flex: 1;
    background: transparent;
	font-size: 0.85rem;
    color: #2775CA;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none;
	font-weight: bold;
    border:1px solid #2775CA;
	text-align:center;
}
.convert-cta .btn-ghost:hover {
    background:#2775CA;
	color:#fff;
	border:1px solid #2775CA;
}
@media (max-width: 768px) {
  .convert-section p { font-size: 0.95rem; }
  .convert-grid { flex-direction: column; align-items: stretch;}
  .convert-right { order: 2; flex: 0 0 100%;}
  .convert-left { order: 1; flex: 0 0 100%;}
  .convert-steps li { padding-left: 48px; }
  .convert-steps li:before { left: 10px; }
  .bank-logo { max-width: 120px; }
  .convert-cta { flex-direction: column; align-items: stretch;}
  .convert-cta .btn-primary { flex: 1; }
  .convert-cta .btn-ghost { flex: 1; }
}
.attentionb {
	margin-top: 40px;
	background: #FFDDDD;
	border-left: 5px solid #FF0000;
	padding: 15px;
	font-size: 0.9rem;
	text-align: left;
	border-radius: 8px;
	line-height: 1.6;
	margin-bottom: 40px;
}