@charset "euc-jp";

#info{
	margin-bottom: 60px;
}

.lawTitle01{
	font-size: 1.5rem;
	margin-bottom: 15px;
}

.lawTableBox{
	display: flex;
	justify-content: flex-start;
    flex-wrap: nowrap;
}

.lawTableBox dt{
	width: 30%;
	box-sizing: border-box;
	padding: 15px 15px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background-color: #fee7ea;
}

.lawTableBox dd{
	width: 70%;
	box-sizing: border-box;
	padding: 15px 15px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

#info .lawTableBox:last-child dt,
#info .lawTableBox:last-child dd{
	border-bottom: 1px solid #aaa;
}


#delivery{
	margin-bottom: 60px;
}

#delivery img{width: auto;}

#payment{}

#payment img{width: auto;}


/*--------------------------------------------------------------
メディアクエリ
--------------------------------------------------------------*/

@media (max-width: 768px) {

#info{
	margin-bottom: 50px;
}

.lawTitle01{
	font-size: 1.25rem;
	margin-bottom: 10px;
}

.lawTableBox{
	display: flex;
	justify-content: flex-start;
    flex-wrap: nowrap;
}

.lawTableBox dt{
	width: 35%;
	box-sizing: border-box;
	padding: 15px 15px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background-color: #fee7ea;
}

.lawTableBox dd{
	width: 65%;
	box-sizing: border-box;
	padding: 15px 15px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

#info .lawTableBox:last-child dt,
#info .lawTableBox:last-child dd{
	border-bottom: 1px solid #aaa;
}


#delivery{
	margin-bottom: 50px;
}

#delivery img{width: auto;}

#payment{}

#payment img{width: auto;}

}