@charset "utf-8";

@import url('pc.css') screen and (min-width: 769px),print;
@import url('sp.css') screen and (max-width: 768px);

.wrapper ul,
.modal_block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wrapper .btn a,
.wrapper .btn a:visited,
.modal_block .btn a,
.modal_block .btn a:visited {
	min-width: 0px;
	width: auto;
	padding: 0;
	background: none;
	color: #fff;
	text-decoration: none;
	transition: none;
}
