@charset "UTF-8";
/************************************************************
　　　　コンテンツ
************************************************************/
#tax-free #pageContainer .top__header {
	width: 100%;
}

#tax-free #pageContainer .top__header img {
	width: 100%;
}

#tax-free #pageContainer section{
	margin-top: 20px;
}

#tax-free #list .storeLinst {
	margin: 0 0 50px;
}

#tax-free #list dl {
	border-left: 3px solid #eee;
	padding-left: 15px;
}

#tax-free #list dl + dl {
	margin-top: 25px;
}

#tax-free #list dl dt {
	font-weight: bold;
	margin-bottom: 0.25em;
}

#tax-free #list dl dt a {
	color: #000;
	text-decoration: underline;
}

#tax-free #list dl dt span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #D0121B;
}

#tax-free #list .btn a {
	display: block;
	background-color: #000000;
	text-align: center;
	color: #ddd;
	margin: 30px auto 10px ;
	padding: 14px 0;
	max-width: 400px;
}

#tax-free #list .btn a span {
	position: relative;
	padding-left: 20px;
}

#tax-free #list .btn a span:before{
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border: 1px solid transparent;
	border-right-color: #fff;
	border-bottom-color: #fff;
	position: absolute;
	top:50%;left: 0;
	margin-top: -4px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	     -ms-transform: rotate(-45deg);
	        -o-transform: rotate(-45deg);
	            transform: rotate(-45deg);
}

#tax-free #foxfire_corner {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}

/*****************************************************************/
	@media print, screen and (min-width: 920px) {
		#tax-free #pageContainer #pageTitle {
			margin-bottom: 0;
		}

		#tax-free #pageContainer .top__header {
			text-align: center;
			background-color: #df2c39;
		}

		#tax-free #pageContainer .top__header img {
			height: 100%;
			object-fit: cover;
			max-width: 1200px;
			vertical-align: bottom;
		}

		#tax-free #pageContainer section{
			margin-top: 60px;
		}

		#tax-free #list .storeLinst {
			display: flex;
			flex-wrap: wrap;
		}

		#tax-free #list dl {
			border-left: 5px solid #eee;
			padding-left: 15px;
			width: calc(50% - 40px);
			margin: 0 0 30px;
		}
		
		#tax-free #list dl + dl {
			margin-top: 0;
		}

		#tax-free #list dl:nth-of-type(even) {
			margin-left: 20px;
		}

		#tax-free #list dt {
			font-size: 16px;
		}

		#tax-free #list dl dt span {
			display: inline;
       		margin-left: 1em;
		}

		#tax-free #list .btn a:hover {
			background-color:#3e3e3e;
			text-decoration: none;
		}

		#tax-free #foxfire_corner {
			margin-top: 80px;
			padding-top: 80px;
		}

	}