@charset "UTF-8";

#main .inner,
#main2 .inner {
	width: 850px;
}

/*----------main02----------*/
#main2 {
    background-image: url("../img/prize/bg_prize02_2025.png");
	background-color: #ececec;
    background-repeat: no-repeat;
	background-position: 100% 0;
    background-size: contain;
}

#main2 .contents{
    padding: 50px 0 100px;
}

#main2 .inner {
	background-color: #fff;
	padding: 25px 30px;
	box-sizing: border-box;
}
#main2 .inner .ttl {
	font-size: 14px;
	margin-bottom: 3px;
	line-height: 1.6;
}

.section .info{
    background-color: #ffffff;
    max-width: 1030px;
	width: 100%;
    margin: 0 auto;
}

.section .info .info_contents{
    padding: 0 50px 40px;
}

@media screen and (max-width: 767px) {
    #main2 {
        background-color: #e3e3e3;
    }    
    #main2 .contents{
        padding: 50px 0 60px;
    }    
	#main2 .inner {
		padding: 12px 17px;
		box-sizing: border-box;
	}
	#main2 .inner .ttl {
		font-size: 12px;
		margin-bottom: 3px;
		line-height: 1.6;
	}
    .section .info{
        width: 90%;
        margin: 0 auto 35px auto;
    }
    
    .section .info .info_contents{
        padding: 20px 30px;
    }
}

.tokuten_same .contents_area{
    width: 95%;
    margin: 0 auto;
    padding-top: 50px;
}

.tokuten_same .contents_area_sp{
    display: none;
    margin-top: 40px;
}

/*----------2025更新----------*/

.gold_txt{
    font-size: 18px;
    color: #ffffff;
    background-color: #00ab84;
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
	margin-bottom: 30px;
}

.kome{
    font-size: 11px;
    padding-top: 10px;
}

@media screen and (max-width: 767px){
    .tokuten_same .contents_area .gold_contents img{
        max-width: 342px;
        width: 100%;
    }
}



/*----------リスト----------*/

.item {
    margin-bottom: 10px;
	text-align: left;
}

table {
	width: 100%;
}

table,
 table tbody {
	line-height: 1.6;
	letter-spacing: 0.06em;
}

table + table:not(.sp) {
	margin-top: 2px;
}

table tr.head {
	border-bottom: 4px solid #FFF;
}

table tr > *:nth-child(1) {
	width: 60px;
}
table tr > *:nth-child(2) {
	width: 120px;
}
table tr > *:nth-child(3) {
	width: 280px;
}
table tr > *:nth-child(4) {
	width: 160px;
}
table tr.head {
	border-left: 1px solid #cccccc;
}
table tr.head + tr {
	border-left: 1px solid #ececec;
}
table th {
	font-size: 14px;
	border-right: 1px solid #cccccc;
	padding: 7px 10px;
}
table td {
	font-size: 14px;
	background-color: #ececec;
	padding: 20px 10px;
}
table td + td {
	border-left: 1px solid #FFF;
}
table td a {
	color: #74694a;
}

.txt_sm {
    text-align: right;
	font-size: 11px;
	color: #000;
	line-height: 1.8;
}

@media screen and (max-width: 1050px) {
	table + table:not(.sp) {
		margin-top: 0;
	}
	table tr.head {
		border-bottom: none;
	}

	table tr > *:nth-child(1) {
		width: 30%;
	}
	table tr > *:nth-child(2) {
		width: 35%;
	}
	table tr > *:nth-child(3) {
		width: 45%;
	}
	table tr > *:nth-child(4) {
		display: none !important;
	}

	table tr > *:nth-child(5) {
		display: none !important;
	}

	table tr.head {
		border-left: none;
	}
	table th {
		font-size: 10px;
		border-right: none;
		padding: 1px 0;
		padding-left: 5px
	}
	table td {
		font-size: 10px;
		background-color: #ececec;
		padding: 7px;
	}
	table td + td {
		border-left: 1px solid #FFF;
	}
}

table.sp,.sp_head {
	display: none;
}

@media screen and (max-width: 1050px) {
	table.sp {
		margin-top: 5px
	}
	table.sp,table.sp tbody {
		width: 100%;
		display: table;
	}
	.sp_head {
		display: table-row;
	}
	table + table:not(.sp) {
		margin-top: 40px;
	}
	.remodal.remodal_result .txt_sm{
		text-align: right;
		padding-left: 0;
	}
}

.award_ttl {
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	padding: 10px 20px;
	margin-bottom: 17px;
	background-color: #403c3b;
}
.award_ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 40px;
	background-image: url(/wnb/event/award/img/past/modal_ico.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 15px;
}

.award_ttl.gold {
	background-color: #7E6A49;
}
.award_ttl.silver {
	background-color: #848484;
}
.award_ttl.bronze {
	background-color: #7e5448;
}

@media screen and (max-width: 767px) {
	.award_ttl {
		font-size: 10px;
		padding: 6px 10px;
		margin-bottom: 10px;
	}
	.award_ttl::before {
		width: 12px;
		height: 24px;
		margin-right: 8px;
		margin-top: 0;
	}
}

.btn_area{
	text-align: center;
}

.btn_area .btn{
	width: 100%;
	background-color: #c79f62;
	border-radius: 30px;
	padding: 7px 0;
}

.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn a p{
	font-size: 12px;
	color :#ffffff;
}

.btn a img{
	width: 10px;
	margin-left: 5px;
}

@media screen and (max-width: 767px) {
	.btn_area .btn{
		width: 80%;
		border-radius: 30px;
		padding: 5px 0;
		margin: 0 auto;
	}
	.btn a p{
		font-size: 10px;
		color :#ffffff;
	}
	.btn a img{
		width: 10px!important;
		margin-left: 3px;
	}
	.tokuten_same .contents_area{
		padding-top: 0;
	}
}