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

.sec{
	margin-bottom: 30%;
}

h3{
	background-image: url("../img/ue.png");
	background-repeat: no-repeat;
	padding: 13% 0;
    background-size: contain;
	margin: 0 auto;
}

.bg{
	background-color: #e8eef8;
}

ul.kinou{
	margin: 0 auto;
	text-align: center;
	padding-left: 8%;
}

ul.kinou li{
	display: inline-block;
	margin-bottom: 0;
	position: relative;
	margin-right: 12%;
}

ul.kinou li:nth-child(3){
	margin-right: 0%;
}

ul.kinou li::before{
	content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background-position: center;
    background-size: contain;
	position: absolute;
	top: -5px;
	left: -40px;
}

ul.kinou li:nth-child(1)::before{
	background-image: url('../img/kinou01.png');
}

ul.kinou li:nth-child(2)::before{
	background-image: url('../img/kinou02.png');
}

ul.kinou li:nth-child(3)::before{
	background-image: url('../img/kinou03.png');
}

@media screen and (max-width: 460px) {
	ul.kinou li{
		font-size: 12px;
	}
	
	ul.kinou li::before{
		width: 25px;
		height: 25px;
		top: -4px;
		left: -30px;
	}
}


.outlet{
position: relative;
}

.outlet img{
	width: 90%;
	display: block; /* 追加 */
	margin: 0 auto;  /* 変更 */
}

.list img{
	display: block; /* 追加 */
	margin: 0 auto;  /* 変更 */
}
price{
margin-top: 50px	
}
