@charset "utf-8";
/*page style*/

.statement-box {
    clear: both;
    z-index: 97;
    position: relative;
}

.st-box-title h1 {
    font-size: 30px;
    color: #d33336;
    text-align: center;
    line-height: 60px;
}

.st-box-title {
    padding: 90px 0 48px;
}

.statement-box .safe-width .st-box .st-box-title h1{
	color: black;
}

.st-box-cont p {
    font-size: 20px;
    line-height: 48px;
    text-indent: 2em;
}

.st-box-foot {
    margin-top: 200px;
    text-align: center;
    margin-bottom: 110px;
}

.st-box-foot .btn {
    width: 170px;
    height: 42px;
    font-size: 20px;
    line-height: 40px;
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 0;
    margin: 0 78px;
    background: #c0c0c0;
    transition: 0.3s;
}

.st-box-foot .btn:hover {
    background: #d1353b;
}






