/* lp ---------------------*/


.lp-content {
	margin-bottom: 60px;
}

.lp-text{
	margin-bottom: 20px;
	text-align: center;
}

.lp-title {
	color: #0D84DF;
	font-size: 40px;
	margin-bottom: 20px;
	text-align: center;
}
.lp-content .merit-title-block{
	border-bottom:1px solid;
	color: #050505;
	font-size: 27px;
	margin-top: 20px;
	text-align: left;
	max-width: 700px;
	display: flex;
    align-items: center;
}

.lp-content .title-block{
	margin-top: 20px;
	text-align: left;
	max-width: 450px;
}

.lp-content-text {
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 15px;
	text-align: left;
}

.lp-content-image-wrapper{
	margin: 0 auto;
	width: 100%;
}

.lp-btn-wrapper{
	text-align: center;
}

.lp-btn-wrapper .btn:first-of-type{
	margin-right: 60px;
}

.lp-img-wrapper{
	text-align: center;
}

.lp-img-wrapper .lp-img-space{
	margin-right: 150px;
}

.lp-support-detail {
	margin-right: 30px;
}

.lp-support-detail-title {
	color: #0D84DF;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}

.lp-image {
	width: 56px;
	height: 56px;
	margin-right: 10px;
}

.transfer-button {
    display: inline-block;
    width:  600px;
    height: 100px;
	line-height: 100px;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    background-color: #EE8A26;
    color: white;
	margin-top: 20px;
	font-size: 40px;
	border-width: 3px;
	border-style: solid;
	border-color: #ffe5bd;
}

.transfer-button:hover {
    background-color: #ee8a26da;
}

.transfer-button-sp {
    display: inline-block;
    width:  300px;
    height: 80px;
	line-height: 80px;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    background-color: #EE8A26;
    color: white;
	margin-top: 20px;
	font-size: 24px;
	border-width: 3px;
	border-style: solid;
	border-color: #ffe5bd;
}
