@charset "utf-8";

/*=====================================
トップページ 英語版　お取引の流れ
=====================================*/
#transaction-box {
	padding: 0 1em 60px;
}
#transaction-box h3 {
	font-size: 45px;
	color: #172A88;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	transform: rotate(0.03deg);
	line-height: 1.25;
}
#transaction-box h3:first-letter {
	font-size: 70px;
}
#transaction-box .transaction-stepbox {
	max-width: 800px;
	margin: 50px auto;
	border: solid 3px #5a6fd5;
	padding: 20px;
	border-radius: 10px;
}
#transaction-box .step-box {
	background: #e1f2f8;
	border-radius: 5px;
	padding: 1em;
}
#transaction-box .text-step {
	font-weight: bold;
	font-size: 130%;
	background: linear-gradient(#3f54b9, #5a6fd5);
	display: inline-block;
	color: #fff;
	padding: 10px;
	margin: 0 1em 10px 0;
	border-radius: 5px;
	float: left;
}
#transaction-box .text-title {
	font-weight: bold;
	font-size: 150%;
	color: #de377e;
	margin: 10px 0;
	float: left;
}
#transaction-box .text {
	text-align: left;
	clear: both;
}
#transaction-box .triangle {
	font-size: 50px;
	color: #5a6fd5;
	margin: 30px 0;
}
#transaction-box p.bottom-text {
	text-align: center;
	font-size: 140%;
	color: #3f54b9;
	line-height: 1.5;
}

/*=====================================
「トップページに戻る」不可視化
=====================================*/
.btn-back {
	display: none;
}