/*================================*/
$blue: #0E1E42;
$red: #AF143C;
$white: #fff;

/*================================*/

*,
html,
body {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans", sans-serif;
}
body{
	background: none;
}
.wcm {
	max-width: 1160px;
	width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.wcm {
		width: 100%;
		padding: 0 20px;
	}
}
.wcm01 {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.wcm01 {
		width: 100%;
	}
}

.u-flex {
	display: flex;
}

@media screen and (max-width: 767px) {
	.u-flex {
		display: block;
	}
}

#container{
	font-size: 16px;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	#container{
		padding-top: 60px;
	}
}
.c-btn{
	display: block;
	max-width: 200px;
	width: 100%;
	border-radius: 30px;
	border: 1px solid #bf9a0b;
	color: #fff;
	padding: 15px 10px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	box-sizing: border-box;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.c-btn{
		max-width: 180px;
	}
}
.c-btn:hover {
	background-color: #bf9a0b;
	color: #000;
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(191, 154, 11, 0.4);
}
.p-sec{
	padding: 50px 0;
}

@media screen and (max-width: 767px) {
	.p-sec{
		padding: 25px 0;
	}
}
.c-ttl01{
	font-size: 32px;
	margin-bottom: 30px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.c-ttl01{
		font-size: 24px;
		margin-bottom: 20px;
	}
}
.u-line{
	text-decoration: underline;
	text-underline-offset: 9px;
	text-decoration-color: #bf9a0b;
}
.open-bar{
	padding: 10px 0;
	text-align: center;
	background: #F9EFD8;
	border-top: 2px solid #E7C7B4;	
	border-bottom: 2px solid #E7C7B4;	
	font-size: 12px;
	letter-spacing: 0.05rem;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.open-bar{
		font-size: 10px;
		padding: 6px 0;
		margin-bottom: 10px;
	}
}

/* Header */
.c-header{
	padding: 0 0 20px;
	border-bottom: 1px solid #bf9a0b;
	background: #fff;
}
@media screen and (max-width: 767px) {
	.c-header{
		padding: 0 0 5px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 990;
	}
}
.c-header .wcm{
	align-items: center;
}
@media screen and (max-width: 767px) {
	.c-header .wcm{
		padding: 0;
	}
}
.c-header__logo{
	width: 30%;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.c-header__logo{
		width: 80%;
		display: flex;
		margin-left: 10px;
	}
}
.c-header__logo a{
	display: block;
	margin-right: 10px;
}
@media screen and (max-width: 560px) {
	.c-header__logo a{
		margin-top: 5px;
	}
}
.c-header__logo a img{
}
@media screen and (max-width: 560px) {
	.c-header__logo a img{
		max-width: 100px;
	}
}
.c-header__logo-txt{
	font-size: 13px;
	color: #000;
}
@media screen and (max-width: 767px) {
	.c-header__logo-txt{
		font-size: 10px;
	}
}
.global-navi{
	width: 70%;
}
@media screen and (max-width: 767px) {
	.global-navi{
		width: 100%;
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 70%;
		overflow: auto;
		background-color: #fff;
		z-index: 1000;
		-webkit-transform: none;
		transform: none;
		padding: 80px 20px;
	}
	.global-navi.is_open{
		display: block;
	}
}
.global-navi ul{
	list-style-type: none;
	align-items: center;
	justify-content: flex-end;
}
.global-navi ul li{
	margin: 0 8px;
}
@media screen and (max-width: 767px) {
	.global-navi ul li{
		margin: 0 0 20px;
	}
}
.global-navi ul li a{
	text-decoration: none;
	font-size: 17px;
	letter-spacing: 0.02em;
	color: #000;
	padding: 7px 10px;
}
@media screen and (max-width: 767px) {
	.global-navi ul li a{

	}
}
.global-navi ul li.active a{
	color: #fff;
	border-radius: 15px;
	background: #000;
}
.global-navi ul li a:hover{
	color: #fff;
	border-radius: 15px;
	background: #000;
	opacity: .7;
}
.header-toggle-btn {
	display: none;
}
@media screen and (max-width: 767px) {
	.header-toggle-btn {
		position: fixed;
		z-index:1001;
		top: 38px;
		right: 10px;
		display:block;
		box-sizing:content-box;
		width: 30px;
		padding:15px 7px 15px;
		-webkit-transform:translateZ(0);
		transform:translateZ(0);
		border:0;
		outline:0;
		background-color:transparent;
	}
}
.header-toggle-btn-bar {
	background-color: #000;
	display: block;
	width: 100%;
	height: 2px;
	border: 0;
	-webkit-transition: background-color .35s ease, transform .35s ease;
	transition: background-color .35s ease, transform .35s ease;
}

.header-toggle-btn-bar + .header-toggle-btn-bar {
	margin-top: 7px;
}
.header-toggle-btn.toggle_active .top {
	-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
	transform: translateY(9px) translateX(0) rotate(45deg);
	width: 30px;	
}
.header-toggle-btn.toggle_active .middle{
	opacity: 0;
}
.header-toggle-btn.toggle_active .bottom {
	-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
	transform: translateY(-9px) translateX(0) rotate(-45deg);
	width: 30px;
	margin-left: 0;
}
.drawer_bg {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: rgba(51, 51, 51, 0.5);
}


.p-visual{
	padding: 140px 0 200px;
	position: relative;
	line-height: 1.2;
	background: #0E1E42;
	color: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%)
}
@media screen and (max-width: 767px) {
	.p-visual{
		padding: 60px 0 0;
		clip-path: unset;
	}
}
.p-visual-image{
	width: 45%;
	max-width: 550px;
	position: absolute;
	right: 0;
	top: 40%;
	transform: translateY(-50%);
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.p-visual-image{
		width: 95%;
		margin-left: auto;
		position: unset;
		transform: translateY(0);
	}
}
.p-visual-image:before{
	content:"";
	display: block;
	padding-top: 80%;
}
.p-visual-image img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.p-visual__head{
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.p-visual__head{
		font-size: 30px;
		margin-bottom: 10px;
	}
}
.p-visual__head span{
	color: #bf9a0b;
}
.p-visual__txt{
	font-size: 20px;
	margin-bottom: 40px;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-visual__txt{
		font-size: 16px;
		margin-bottom: 20px;
	}
}
.p-visual-cont{
	width: 55%;
	padding-right: 40px;
}
@media screen and (max-width: 767px) {
	.p-visual-cont{
		width: 100%;
		padding-right: 0;
		margin-bottom: 40px;
	}
}
.p-risk{
	padding: 50px 0 20px;
}
@media screen and (max-width: 767px) {
	.p-risk{
		padding: 30px 0;
	}
}
.p-trade{
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.p-trade{
		margin-bottom: 20px;
	}
}
.p-trade__cont{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
	.p-trade__cont{
		display: block;
	}
}
.p-trade__cont .item:first-of-type{
	padding-right: 30px;
	border-right: 1px solid rgba(191,154,11,0.7);
}
@media screen and (max-width: 767px) {
	.p-trade__cont .item:first-of-type{
		padding-right: 0;
		border: none;
		margin-bottom: 40px;
	}
}
.p-trade__cont .item:last-of-type{
	padding-left: 30px;
}
@media screen and (max-width: 767px) {
	.p-trade__cont .item:last-of-type{
		padding-left: 0;
	}
}
.p-trade__cont .item-head{
	font-size: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.p-trade__cont .item-head{
		font-size: 18px;
		margin-bottom: 10px;
	}
}

.p-why{
	padding: 60px 0 190px;
	background: #FFC247;
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}
@media screen and (max-width: 767px) {
	.p-why{
		padding: 50px 0;
		clip-path: unset;
	}
}
.p-why .c-ttl01{
	text-align: center;
	margin-bottom: 50px;
	text-decoration-color: #000;
}
@media screen and (max-width: 767px) {
	.p-why .c-ttl01{
		margin-bottom: 30px;
	}
}
.p-why__cont{
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-why__cont{
	}
}
.p-why__cont-image{
	width: 30%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
	.p-why__cont-image{
		width: 150px;
		position: unset;
		transform: unset;
		margin: 0 auto 30px;
	}
}
.p-why__cont-image img{
	display: block;
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
}
.p-why__cont-list{
	width: 100%;
	position: relative;
	min-height: 700px;
}
@media screen and (max-width: 767px) {
	.p-why__cont-list{
		min-height: unset;
	}
}
.p-why__cont-list .item{
	padding: 20px;
	width: 25%;
	text-align: center;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	position: absolute;
}
@media screen and (max-width: 767px) {
	.p-why__cont-list .item{
		width: 100%;
		margin-bottom: 20px;
		position: unset;
		box-sizing: border-box;
	}
}
.p-why__cont-list .item01{
	top: 0;
	left: 0;
}
.p-why__cont-list .item02{
	top: 15%;
	right: 0;
}
.p-why__cont-list .item03{
	top: 46%;
	left: 0;
}
.p-why__cont-list .item04{
	top: 61%;
	right: 0;
}
.p-why__cont-list .item05{
	top: 80%;
	left: 0;
}
.p-why__cont-list .item .item-icon{
	font-size: 32px;
}
@media screen and (max-width: 767px) {
	.p-why__cont-list .item .item-icon{
		font-size: 26px;
	}
}
.p-why__cont-list .item .item-head{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-why__cont-list .item .item-head{
		font-size: 16px;
		margin-bottom: 5px;
	}
}
.p-why__cont-list .item .item-txt{
	font-size: 15px;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.p-why__cont-list .item .item-txt{
		font-size: 13px;
	}
}
.fa-solid{
	color: #BF9A0B;
}
.p-platform {
	padding: 50px 0;
}
@media screen and (max-width: 767px) {
	.p-platform {
		padding: 30px 0;
	}
}
.p-plaform__item{
	margin-bottom: 80px;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.p-plaform__item{
		margin-bottom: 40px;
	}
	.p-plaform__item:last-of-type{
		margin-bottom: 0;
	}
}
.p-plaform__item.reverse{
	flex-direction: row-reverse;
}
.p-plaform__item-image{
	width: 40%;
}
@media screen and (max-width: 767px) {
	.p-plaform__item-image{
		margin: 0 auto 15px;
	}
}
.p-plaform__item-image img{
	display: block;
	width: 100%;
}
.p-plaform__item-cont{
	width: 60%;
	padding-left: 70px;
}
@media screen and (max-width: 767px) {
	.p-plaform__item-cont{
		width: 100%;
		padding-left: 0;
	}
}
.p-plaform__item.reverse .p-plaform__item-cont{
	padding-left: 0;
	padding-right: 70px;
}
@media screen and (max-width: 767px) {
	.p-plaform__item.reverse .p-plaform__item-cont{
		padding-right: 0;
	}
}
.p-plaform__item-cont .head{
	font-size: 35px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-plaform__item-cont .head{
		font-size: 20px;
		text-align: center;
	}
}
.p-plaform__item-cont .subhead{
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-plaform__item-cont .subhead{
		font-size: 16px;
		margin-bottom: 20px;
		text-align: center;
	}
}
.p-plaform__item-cont .desc{
	font-size: 16px;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	.p-plaform__item-cont .desc{
		font-size: 14px;
		line-height: 1.5;
	}
}
.p-plaform__item-cont .icon{
	text-align: center;
	margin-top: 20px;
}
.p-plaform__item-cont .icon .fa-brands{
	font-size: 25px;
}
.p-plaform__item-cont .icon a{
	display: inline-block;
	margin: 0 8px;
	color: #000;
}

.p-plaform__item-cont p+p{
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.linkbox table{
		display: block;
	}
	.linkbox table td{
		display: block;
		width: 100%;
		padding-left: 0 !important;
		text-align: center;
	}
}
.p-cfa{
	margin: 40px 0 20px;
}
.p-cfa__cont{
	border-radius: 20px;
	padding: 20px 30px;
	font-size: 16px;
	line-height: 1.7;
	background: #F5F5F5;
}
@media screen and (max-width: 767px) {
	.p-cfa__cont{
		font-size: 14px;
		line-height: 1.5;
		padding: 20px;
	}
}
a.u-link{
	text-decoration: underline;
	color: #4A76C5;
}

.p-warning{
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.p-warning{
		margin-bottom: 50px;
	}
}
.p-warning__cont{
	border-radius: 20px;
	padding: 20px 30px;
	font-size: 16px;
	line-height: 1.7;
	background: #F5F5F5;
}
@media screen and (max-width: 767px) {
	.p-warning__cont{
		font-size: 14px;
		line-height: 1.5;
		padding: 20px;
	}
}
.p-warning__cont p+p{
	margin-top: 10px;
}

footer{
	padding: 20px 0;
	background: #0E1E42;
}
@media screen and (max-width: 767px) {
	footer{
		padding: 13px 0;
	}
}

footer p{
	color: #fff;
	font-size: 13px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	footer p{
		font-size: 10px;
	}
}
#pageup {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}
@media screen and (max-width: 767px) {
	#pageup {
		width: 35px;
		height: 35px;
	}
}
#pageup a img.img_pageup {
	width: 100%;
	height: 100%;
}

.modal-btn{
	width: 60px;
	height: 60px;
	position: fixed;
	top: 60px;
	right: 20px;
	z-index: 100;
	border: none;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	.modal-btn{
		width: 35px;
		height: 35px;
		top: 46px;
		right: 57px;
		z-index: 9999;
	}
}
.modal-btn img{
	width: 100%;
	height: 100%;
}

.modal-content {
	width: 100%;
    height: 100%;
    border: none;
    background-color: rgba(0,0,0,0.8);
}
.modal-content-inner {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	padding: 50px 50px 40px;
	border-radius: 50px;
	width: 45%;
	background-color: #fff;	
	max-width: 500px;
}
@media screen and (max-width: 767px) {
	.modal-content-inner {
		width: 90%;
		padding: 40px 30px 20px;
		box-sizing: border-box;
		border-radius: 30px;
	}
}
.modal-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.modal-title {
		font-size: 22px;
		margin-bottom: 12px;
	}
}
.modal-btn.btn-close{
	width: 260px;
	height: auto;
	position: unset;
	text-align: center;
	color: #fff;
	background: #000;
	border-radius: 10px;
	padding: 16px 0;
	margin: 50px auto 0;
	display: block;
	font-weight: 500;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.modal-btn.btn-close{
		width: 230px;
		margin-top: 35px;
	}
}
.modal-btn.btn-x{
	width: 30px;
	height: 30px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	background: #000;
	border-radius: 5px;
	top: 40px;
	right: 40px;
}
@media screen and (max-width: 767px) {
	.modal-btn.btn-x{
		top: 30px;
		right: 30px;
	}
}
.modal-content-inner .txt01{
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {

}
.modal-content-inner .txt02{
	color: #808080;
}
.modal-content-inner .txt01 a{
	text-decoration: none;
	color: #000;
}


/* Platforms
=====================================*/
.c-head01{
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.c-head01{
		font-size: 18px;
		margin-bottom: 25px;
	}
}
.l-platform{

}
@media screen and (max-width: 767px) {
	.l-platform .p-platform{
		padding-top: 0;
	}
	.p-platform .c-head01{
		margin-top: 30px;
	}
}


/* Legal
=====================================*/
.p-legal{

}

.p-legal__pageName{
	padding: 150px 0;
	background: url(../images/renew/bg-legal.png) no-repeat center;
	background-size: cover;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-legal__pageName{
		padding: 60px 0;
	}
}
.p-legal__pageName:before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	left: 0;
}
.p-legal__pageName h2{
	font-size: 44px;
	font-weight: bold;
	color: #fff;
	position: relative;
	z-index: 9;
}
@media screen and (max-width: 767px) {
	.p-legal__pageName h2{
		font-size: 30px;
	}
}
.p-legal__cont{
	margin: 80px 0;
}
@media screen and (max-width: 767px) {
	.p-legal__cont{
		margin: 50px 0;
	}
}
.p-legal__cont ul{
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	list-style-type: none;
}
@media screen and (max-width: 767px) {
	.p-legal__cont ul{
		gap: 10px;
	}
}
@media screen and (max-width: 580px) {
	.p-legal__cont ul{
		display: block;
	}
	.p-legal__cont ul li{
		margin-bottom: 12px;
	}
}
.p-legal__cont ul li a{
	display: flex;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
	text-decoration: none;
	color: #0E1E42;
	padding: 12px 10px 12px 20px;
  background: linear-gradient(90deg,
      rgba(14,30,66,0.03) 0%,
      rgba(214,0,16,0.04) 100%);
  border: 1.5px solid rgba(14,30,66,0.18);
  border-radius: 40px;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
	.p-legal__cont ul li a{
		padding: 12px 20px;
	}
}
.p-legal__cont ul li a:hover{
  background: linear-gradient(90deg,
      rgba(14,30,66,0.10) 0%,
      rgba(214,0,16,0.12) 100%);
  border-color: rgba(14,30,66,0.30);
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(14,30,66,0.12);
}



/* About
=====================================*/
.p-about{

}
.p-about__pageName{
	height: 280px;
	background: url(../images/renew/bg-about.png) bottom center;
	background-size: cover;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.p-about__pageName{
		height: 150px;
		margin-bottom: 25px;
	}
}
.p-about__intro{
	max-width: 1000px;
	margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
	.p-about__intro{
		margin-bottom: 40px;
	}
}
.p-about__intro .wcm{
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-about__intro .wcm{
		display: block;
	}
}
.p-about__intro-desc{
	width: 70%;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.p-about__intro-desc{
		width: 100%;
		margin-bottom: 20px;
	}
}
.p-about__intro-desc h2{
	margin-bottom: 15px;
	font-size: 26px;
	color: #003489;
}
@media screen and (max-width: 767px) {
	.p-about__intro-desc h2{
		font-size: 20px;
	}
}
.p-about__intro-image{
	width: 30%;
}
@media screen and (max-width: 767px) {
	.p-about__intro-image{
		width: 100%;
	}
}
.p-about__intro-image img{
	display: block;
	max-width: 200px;
	width: auto;
	margin: 0 auto;
}

.p-about__list{
	max-width: 1000px;
	margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
	.p-about__list{
		margin-bottom: 50px;
	}
}
.p-about__list-item{
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #000;
}
@media screen and (max-width: 767px) {
	.p-about__list-item{
		display: block;
		font-size: 16px;
		margin-bottom: 20px;
	}
}
.c-head{
	width: 25%;
	border-left: 4px solid #003489;
	padding: 3px 0 3px 12px;
	line-height: 1;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.c-head{
		width: 100%;
		margin-bottom: 5px;
		padding-left: 10px;
	}
}
.p-about__list-item .txt{
	width: 65%;
	padding-left: 20px;
}
@media screen and (max-width: 767px) {
	.p-about__list-item .txt{
		width: 100%;
		padding-left: 15px;
	}
}
.p-about__list-item .txt a{
	text-decoration: none;
	color: #000;
}
.p-about__list-item .txt a.txt-link{
	text-decoration: underline;
	color: #003489;
	font-weight: bold;
}
.p-about__list-item .txt a.txt-link:hover{
	opacity: .7;
	text-decoration: none;
}

/* Payment */
.c-ttl{
	margin-bottom: 15px;
	font-size: 26px;
	color: #003489;
}
@media screen and (max-width: 767px) {
	.c-ttl{
		font-size: 20px;
	}
}
.p-paymentTab{
	margin: 50px 0 100px;
}
@media screen and (max-width: 767px) {
	.p-paymentTab{
		margin: 30px 0 50px;
	}
}
.tabs {
	border: 4px solid #003489;
}
@media screen and (max-width: 767px) {
	.tabs {
		width: calc(100% - 30px);
		margin: 0 auto;
		padding: 0;
	}
}


.tab-list {
  display: flex;
  gap: 0;
  margin-bottom: 16px;
  background: #003489;
}
@media screen and (max-width: 767px) {
	.tab-list {
		gap: 0;
	}
}
.tab-list .tab,
.tab-list .js-tab {
    padding: 10px 16px;
    display: flex;
    align-items: center;
    margin: 0;
    border: none;
    color: #fff;
	  background: transparent;
	  font-size: 20px;
	  font-weight: bold;
}
/*.tab {
  padding: 10px 16px;
  cursor: pointer;
  color: #fff;
  background: transparent;
  font-size: 20px;
  font-weight: bold;
  border: none;
}*/
@media screen and (max-width: 767px) {
	.tab {
		font-size: 16px;
		padding: 10px;
	}
}

a.tab:hover{
	background: #7587c7;
}
.tab.active,
.tab[aria-selected="true"] {
	background: #fff;
	color: #000;
}
.tab-panel {
  display: none;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
		.tab-panel {
			padding: 15px 15px 0;
		}
}
.tab-panel.active {
  display: block;
}
@media (max-width: 560px) {
  .tab-list {
    /*flex-wrap: wrap;*/
  }
  .tab {
    /*flex: 1 1 48%;*/
  }
}
.tab-panel .c-head{
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.tab-panel .c-head{
		font-size: 16px;
	}
	.tab-panel .u-link{
		font-size: 14px;
	}
}
.mb10{
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.mb10{
		margin-bottom: 5px;
	}
}
.mb15{
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.mb15{
		margin-bottom: 10px;
	}
}
.mb20{
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.mb20{
		margin-bottom: 15px;
	}
}
.mb40{
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.mb40{
		margin-bottom: 25px;
	}
}
.c-table01{
	margin: 20px 0 35px;
}
@media screen and (max-width: 767px) {
	.c-table01{
		margin: 10px 0 20px;
	}
}
@media screen and (max-width: 460px) {
	.c-table01{
			border-bottom: 1px solid #ccc;
	}
}
.c-table01 table{
	width: 100%;
	font-size: 16px;
	border-collapse: collapse;
}
@media screen and (max-width: 767px) {
	.c-table01 table{
		font-size: 14px;
	}
}
.c-table01 table th{
	padding: 10px 15px;
	border: 1px solid #ccc;
	background: #ddd;
	font-weight: bold;
	width: 240px;
	text-align: left;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.c-table01 table th{
		width: 30%;
		padding: 10px;
	}
}
@media screen and (max-width: 460px) {
		.c-table01 table th{
			display: block;
			width: 100%;
		}
}
.c-table01 table td{
	padding: 10px 15px;
	border: 1px solid #ccc;
	text-align: left;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.c-table01 table td{
		width: 70%;
		padding: 10px;
	}
}
@media screen and (max-width: 460px) {
	.c-table01 table td{
		width: 100%;
		display: block;
		border-bottom: none;
		border-top: none;
	}
}
.link-contact{
	background: transparent;
	border: none;
	text-decoration: underline;
	color: #003489;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.link-contact{
		font-size: 14px;
	}
}
#panel-1{
	position: relative;
}
#panel-1 .logo-bank{
	max-width: 130px;
	width: 100%;
	position: absolute;
	right: 20px;
	top: 0;
}
@media screen and (max-width: 767px) {
	#panel-1 .logo-bank{
		max-width: 90px;
	}
}
#panel-1 .logo-bank img{
	display: block;
	width: 100%;
	height: auto;
}
.txt-note{
	font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.txt-note{
		font-size: 14px;
	}
}
.c-txt{
	font-size: 16px;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.c-txt{
		font-size: 14px;
	}
}
.txt-link01 a{
	color: #84A2D8;
}
.form-area{
	margin-bottom: 40px;
}
.form-area table > td{
	padding: 10px 15px;
	border: 1px solid #ccc;
	position: relative;
}
.form-area table td.nobzero{
	position: relative;
}
.form-area table  td .required{
	font-size: 12px;
	color: red;
	text-align: right;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}
@media screen and (max-width: 767px) {
	.form-area table td{
		box-sizing: border-box;
		display: block;
		width: 100% !important;
		border-left: none !important;
		border-bottom: none !important;
		border-right: none !important;
		font-size: 14px;
	}
	.formbox-inner{
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;	
		border-bottom: 1px solid #ccc;	
	}
	.form-area table td input{
		width: 100% !important;
		font-size: 14px;
		box-sizing: border-box;
	}
	.form-area table  td .required{
		position: unset;
		transform: translateY(0);
		margin-left: 10px;
	}
}
.upload-wrapper{
	text-align: center;
}
.upload-wrapper img{
	max-width: 40px;
	margin: 0 auto;
}
.upload-wrapper.dragover {
  border-color: #007bff;
  background: #f0f8ff;
}
.upload-wrapper img {
  width: 40px;
  opacity: 0.6;
}
#bank_statement {
  display: none;
}
.upload-text {
  margin-top: 10px;
  font-size: 14px;
}
.upload-text a {
  cursor: pointer;
}
.upload-list {
  margin-top: 15px;
  font-size: 13px;
  text-align: left;
  max-width: 320px;
  margin: 15px auto 0 auto;
}
.upload-list div {
  margin-bottom: 5px;
}
.p-confirmInner{

}
@media screen and (max-width: 767px) {
	.p-confirmInner	 table{
		margin-bottom: 0;
	}
	.p-confirmInner td{
		display: block;
		width: 100% !important;
		border-left: none !important;
		border-right: none !important;
		border-bottom: none !important;
		box-sizing: border-box;
		font-size: 14px;
	}
}
.p-completeInner{
	margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.p-completeInner{
		margin-bottom: 50px;
	}
}
.p-completeInner .wcm{
	text-align: center;
}
.p-completeInner img{
	display: block;
	max-width: 50px;
	margin: 0 auto;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-complete, .p-confirm{
		padding-top: 80px !important;
	}
	.p-complete .c-header{
		padding-bottom: 15px;
	}
	.p-completeInner img{
		max-width: 35px;
	}
	
	.p-confirm .c-head{
		font-size: 18px;
	}
}
.p-completeInner a.c-btn{
	margin: 0 auto;
	max-width: 170px;
	padding: 10px;
	background: #2196F3;	
	color: #fff;
	border-color: #2196F3;
	box-shadow: none;
}
@media screen and (max-width: 767px) {
	.p-completeInner a.c-btn{
		max-width: 140px;
		padding: 5px;
		font-size: 15px;
	}
}
.p-completeInner a.c-btn:hover{
	box-shadow: none;
	opacity: .7;
}
.p-completeInner .head-complete{
	font-size: 25px;
	margin: 5px 0;
	color: #2196F3;
}
@media screen and (max-width: 767px) {
	.p-completeInner .head-complete{
		font-size: 20px;
	}
}
.p-completeInner .c-txt{
	color: #000;
	margin-bottom: 30px;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-completeInner .c-txt{
		margin-bottom: 20px;
	}
}










