@charset "utf-8";
.brands {
	padding: 40px 0;
	background: #ecf0fa;
}
.brands .inner1 {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
ul.list{
	list-style: none;
	display:flex;
}
.list li {
	margin: 0 0 30px 30px;
}
.list li:nth-child(3n+1) {
	margin-left: 0;
}
.list li a {
	display: block;
	transition: opacity .3s;
}
.list li img{
width: 313px;
}
.list li a:hover {
	opacity: .7;
}
.col2 {
	display: flex;
	gap: 20px;
	justify-content: center;
	list-style: none;
}
.col2 li{
	width: 49%;
}
.col2 li img{
	max-width: 100%;
}

.bg{
	background: #ecf0fa;
}
.text-main-color{
	color: #142474;
}
.text-center{
	text-align: center;
}
.mt-30{
	margin-top: 30px;
}
.article{
	padding: 50px 0;
}
.article_inner{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 20px;
	box-sizing: border-box;
}

@media screen and (min-width: 768px){
	.article_inner{
		padding: 0px 0px;
	}
}

.article h3{
	font-size: 200%;
	margin: 20px 0 40px 0;
}
.newsBox{
	background: #FFF;
	padding: 30px;
	border-radius: 10px;
}
table.newsTbl {
	width: 100%;
}
table.newsTbl th,
table.newsTbl td{
	padding: 10px 16px;
	border-bottom: solid 1px #CCC;
	display: block;
	width: 100%;
}

@media screen and (min-width: 768px) {
table.newsTbl th,
	table.newsTbl td{
		display: table-cell;
		width: auto;
	}
	table.newsTbl th{
		width: 32%;
	}
}


.text{
	line-height: 1.8;
}
.normalBtn,
a.normalBtn{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border-radius: 30px;
	background: #142474;
	color: #FFF;
	padding: 10px 16px;
	text-decoration: none;
	line-height: 2;
	min-width: 260px;
}
.normalBtn:visited,
.normalBtn:focus,
.normalBtn:hover{
	color: #FFF;
	text-decoration: none;
}
.normalBtn:hover{
	opacity: 0.8;
}



.topItemList {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.topItemCard {
    width: calc((100% / 3) - 14px);
}
.cartTitle{
	text-align: center;
	font-size: 1em;
}
.itemBoxBottom{
	text-align: center;
}
.cardPrice{
	font-size: 20px;
	font-weight: bold;
}


.topItemCardInner{
	position: relative;
}
.topItemCardInner .souldout{
	position: absolute;
	top: 0;
	left: 0;
}