/* CSS Document */

/*----------------------------------------
ピュアハートキッズランド　ショップページ拡充コンテンツ　スタイルシート
PC/SP共通
----------------------------------------*/

.shopboxlist{
	padding: 0 0 30px;
	width: 100%;
	box-sizing: border-box;
    text-align: center;
}
.shopbox.fee_plan{
	border-bottom: 1px dashed #BDBDBD;
	margin: 0 auto 20px;
}

.shopbox h5{
	margin: 0 auto 20px ;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 6px solid #FFA3BA;
}
.shopbox p.btn a{
	display: block;
	margin: 10px auto 26px;
	width: 290px;
	box-sizing: border-box;
	padding: 10px;
	border: 4px solid #E7E7E7;
	border-radius: 10px;
	font-weight: bold;
	position: relative;
}
.shopbox p.btn a:after{
	font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f054";
    position: absolute;
    right: 10px;
	top: 9px;
	color: #ffa5bc;
}
.shopbox ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.shopbox ul.ptlist li {
    flex-shrink: 0;
    width: calc(100%/4 - 16px);
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #D1D1D1;
    display: block;
    margin-right: 16px;
}
.shopbox ul.atlist li:nth-child(2n){
	margin-left: 12px;
}
.shopbox ul.atlist li:nth-child(n+3){
	margin-top: 12px;
}
.shopbox ul.ptlist li p {
    padding-top: 10px;
    text-align: left;
}


.sp .shopbox ul.ptlist li{
    width: 100%;
    padding: 6px;
	margin-right: 0;
	margin-bottom: 6px;
	display: flex;
	font-size: 12px;
	line-height: 1.6em;
}
.sp .shopbox ul.ptlist li:last-child{
	margin: 0;
}
.sp .shopbox ul.ptlist li p{
	padding-top: 0;
	padding-left: 6px;
	text-align: left;
}
.sp .shopbox ul.ptlist p{
	width: 90%;
}

