@charset "UTF-8";
/*-------------------------------------------------------
unique style
-------------------------------------------------------*/

/* spFinancial
------------------------*/
.spFinancial + .spFinancial {
	margin-top: 18px;
}
.spFinancial__btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	background-color: #013F65;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
}
.spFinancial__btn::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 26px;
	width: 14px;
	height: 10px;
	background: url(https://www.nissan-global.com/EN/IR/FINANCIAL_RESULTS/ASSETS/IMG/arrow_01.svg) no-repeat 0 0 / contain;
	transform: rotate(180deg);
	margin: auto;
}
.spFinancial__btn + * {
	margin-top: 0;
}
/* s_close */
.spFinancial.s_close .spFinancial__contents {
	display: none;
}
.spFinancial.s_close .spFinancial__btn::after {
	transform: rotate(0);
}

/* financialSelect
------------------------*/
.financialSelect {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px){
	.financialSelect {
		margin-bottom: 20px;
	}
}

/* financialText01
------------------------*/
.financialText01 {
	display: block;
	font-size: 1.4rem;
}
@media screen and (max-width: 767px){
	.financialText01 {
		font-size: 1.0rem;
	}
}
