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

.ps_ {
	margin: 0;
	padding-left:1em; 
	text-indent:-1em;
}

.ps_s_ {
	margin: 0;
	font-size: 11px;
	padding-left:1em; 
	text-indent:-1em;
}

.ps_re_{
	margin: 0;
	padding-left:1.7em; 
	text-indent:-1.7em;
}

.block-guide-base--text a {
    text-decoration: underline !important;
    color: #ea458a !important;
}



.block-guide--shoppingguide-frame{
		display: flex;
		justify-content: center;
		gap: 0px 26px; /* 余白 */
		width: 100%;
		margin: 20px 0 0;
		overflow: hidden;
}

.block-guide--shoppingguide-smallframe{
	width: 328px;
	height: auto;
}

.block-guide--shoppingguide-item{
	margin: 0 0 25px;
	border: 1px solid #e8e8e8;
	font-size: 14px;
	line-height: 1.7;
}

.block-guide--shoppingguide-list {
	padding: 20px 20px 10px;
}

.block-guide--shoppingguide-list > li {
	margin: 0 0 10px;
}

.block-guide--shoppingguide-title a {
	display: block;
	position: relative;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	background: #f7f7f7;
}

.block-guide--shoppingguide-title a::after {
	position: absolute;
	top: calc(50% - 5px);
	right: 16px;
	display: block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	content: "";
}

