.mainBlue {
	color: #004492;
}

.lightBlue {
	color: #CBE1EC;
}

.percent{
	margin-top: -13rem;
}

.boxPercent {
    color: #A65622;
    position: absolute;
    font-size: 25rem;
    font-weight: bold;
    bottom: 13rem;
    left: 19rem;
    text-align: center;
    font-family: 'Zen Old Mincho';
}

.tbPrice {
	padding: 5rem 0 4.5rem 0;
	background-image: url('../img/tbPriceBg.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.tbPriceTT {
	height: 12.5rem;
	width: 50.2rem;
	background-image: url('../img/tbPriceLbl.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0.8rem;
    margin: 0 auto;
    margin-bottom: -5rem;
    position: relative;
}

.tbPriceContent {
	padding: 7.5rem 2rem 5rem 2rem;
	width: 67rem;
	background-image: url('../img/tbPriceBorder.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}

.step {
	padding: 6rem 0 13.5rem 0;
	background-color: #CBE1EC;
}

.stepLineTT {
	width: 49.5rem;
	height: 2.5rem;
	display: block;
	margin: 0 auto;
	margin-bottom: 5.5rem;
}

.lstStep {
	width: 63rem;
	margin: 0 auto;
}

.stepLbl {
	width: 10.5rem;
	height: 10.5rem;
	display: block;
	margin: 0 auto;
	margin-bottom: 2rem;
}

.stepArrow {
	display: block;
	width: 2.7rem;
	height: auto;
	margin: 3.5rem auto 4rem auto;
}

.lstStep .btnshine {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.qa {
	padding: 6rem 0 0 0;
}

.qaBox {
	width: 67rem;
	margin: 0 auto;
}

.qaItem{
	margin-bottom: 3.5rem;
}

.qa_q{
    position: relative;
    padding: 2.8rem 7rem 2rem 0;
    background-color: #CBE1EC;
    height: 15rem;
    display: flex;
    padding: 0 6rem;
    align-items: center;
    font-weight: bold;
	cursor: pointer;
}

.qa_q::after{
    content: "";
    display: block;
    background: url(../img/qa_arrow.webp) no-repeat;
    background-size: 100% 100%;
    border-radius: 0.2rem;
    position: absolute;
    width: 4.6rem;
    height: 2.7rem;
    top: 50%;
    right: 2rem;
    transition: 0.3s;
    transform: translate(0, -50%);
}

.qa_q.close::after{
    transition: .3s;
    transform: translate(0, -50%) rotate(-180deg) !important;
}

.qa_a{
    padding: 4rem 6rem 1rem;
   display: none; 
}

/* footer */
footer {
	padding: 0 0 5.5rem 0;
}

.ftLink {
	font-size: 1.8rem;
	line-height: 1.75;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 3rem;
}

.ftLink a{
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}

.ftLink span{
	cursor: pointer;
}

.ftCopy {
	font-weight: 500;
	line-height: 2.5;
	color: #231815;
	text-align: center;
}

/* end footer */