body {
    font-family: Arial;
	font-size: 1rem;
    line-height: 1.3em;
}

.guarantee-tabs {
    max-width: 600px;
    margin: 0 auto;
}

.guarantee-tabs .guarantee-check {
	padding: 20px;
    background: #fafafa;
    box-shadow: none;
    border: 1px solid #e9e7e7;
	margin-bottom: 15px;
}

#submitGuaranteeCheck {
	width: 100%;
}

label.required:after {
    color: red;
    content: "*";
    margin-left: 3px;
}

.load_check {
	display: none;
}

.processing .done_check {
	display: none;
}

.processing .load_check {
	display: block;
}

.guarantee-text {
	padding: 0 30px;
	margin-bottom: 50px;
}

.guarantee-text h2 {
	margin-top: 30px;
	margin-bottom: 20px;
    text-align: center;
    color: #db3f3b;
}

.guarantee-text h4 {
    color: #db3f3b;
    text-decoration: underline;
}

.guarantee-text img {
	max-width: 210px;
	height: auto;
	margin: 0 auto;
    display: table;
    margin-bottom: 50px;
}

.guarantee-text p {
    font-size: 1rem;
    margin-bottom: 5px;
	color: #232323;
}

.guarantee-check-text {
    text-decoration: underline;
	font-weight: 600;
	margin-bottom: 10px;
}

.guarantee-tabs .alert {
    font-size: 1rem;
	color: #232323;
}

.guarantee-tabs .alert span {
    color: #db3f3b;
}