@charset "utf-8";
/* CSS Document */

.mainvisual {
	background: url(../../../../images/tokyo/party/enkai/access/mainvisual.jpg) center center no-repeat;
	background-size: cover;
	margin-bottom: 70px;
}

.dl_list{ margin-bottom:30px; }

.dl_list li {
	position: relative;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	border-bottom: 1px solid #b6a98a;
	padding: 10px 0px;
}

.dl_list li .dl_list_btn {
	position: absolute;
	display: block;
	box-sizing: border-box;
	height: 32px;
	top: 10px;
	right: 0px;
	border-radius: 6px;
	background-color: #BD1A1C;
}
.dl_list li .dl_list_btn::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% - 10px);
	width: 1em;
	height: 1em;
	background: url(https://www.pasela.co.jp/akiba-party/img/icon_pdf.png) center/contain no-repeat;
}

.dl_list li .dl_list_btn::before {
	left: 1.5em;
}

.dl_list li .dl_list_btn .dl_list_btn_inner {
	display: block;
	height: 24px;
	padding: 0px 1.5em 0px 2.5em;
	border: solid 4px #DC5456;
	border-radius: 6px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
}

.box_lastcheck{
    width: 920px;
    padding: 20px;
    background: #fff;
    display: table;
    margin: 20px auto 0;
	border: solid 1px #7b7b7b;
	text-align: center;
}


.box_lastcheck li{
	display:inline-block;
	vertical-align:middle;
}

.box_lastcheck li:first-of-type{
	margin-right:20px;
}

.box_lastcheck li img{
	width:100px;
	height:100px;
}

.btn_lastcheck {
    display: table;
    width: 650px;
}
.btn_lastcheck a {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    background: #f5963a;
    color: #fff;
    font-size: 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.btn_lastcheck a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 7px solid transparent;
    margin-top: -7px;
}

@media screen and (max-width: 768px){
	.dl_list li {
		font-size: 4vw;
	}

	.dl_list li .dl_list_btn::before {
		left: 2.5vw;
	}
	.dl_list li .dl_list_btn .dl_list_btn_inner {
		font-size: 3vw;
	}
	.box_lastcheck{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
	    background: none;
    border: none;
	}
	.box_lastcheck li{
		width:100%;
	}
	.btn_lastcheck {
    display: table;
    width:100%;
}
	.btn_lastcheck a {
    display: table-cell;
	width:100%;
	font-size:18px;
}
}
