@charset "UTF-8";

.result_box {
	margin: 100px auto !important;
}

.result_gp {
	text-align: center;
    margin: 20px auto !important;
}

.result_box_inner {
	width: 100%;
	margin: 0;
}

.result_title {
	font-weight: 900;
    font-size: 26px;
    line-height: 1.2307692308;
    color: #e90058;
    letter-spacing: 0.05em;
    position: relative;
}

.result_text_product {
	font-weight: bold;
    color: #3d3d95;
    font-size: 20px;
}

.result_text_creator {
	font-weight: bold;
    color: #3d3d95;
    font-size: 19px;
}

.border_product {
	border: 1px solid #9696e4;
	margin: 15px 150px;
}

.result_title_nyusho {
	color: #00a0e9 !important;
}

.result_txt {
	width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 26px 0;
    color: #fe0198;
	line-height: 35px;
}

.result_gold {
	color: #c7ae26;
}

.result_silver {
	color: #808080;
}