@charset "utf-8";
/*------------------------------------------------------------
	salesup thanks
------------------------------------------------------------*/

/* ---------------------------- */
#main .salesup .detail {
    padding: 16px 20px;
    margin-bottom: 30px;
	display: flex;
}
#main .salesup .contactThanks{
	text-align: center;
}

#main .salesup .detail p {
    line-height: 1.5;
    margin-bottom: 2em;
}
#main .salesup .detail h3 {
    text-align: center;
    color: #2874C6;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.5;
    margin-bottom: 1em;
	display: flex;
	justify-content: center;
}

