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

.main-content{
	font-weight: 500;
	margin: 0 auto;
  width: 1000px;
}

/* title */
.title{
  font-size: 20px;
  margin: 10px 0 20px;
}
.title b{
	display: inline-block;
  font-size: 36px;
	margin-right: 16px;
}

/* content */
.conteiner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 30px;
}

.brand-box{
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	margin-bottom: 40px;
	padding-bottom: 70px;
	position: relative;
	width: 480px;
}

.brand-box .txt-box,
.brand-box .btn-box{
	border-top: 1px dotted #e0e0e0;
}

.img-box{
  font-size: 0;
}
.img-box a{
  display: block;
}

.brand-logo{
  margin: 8px;
  max-width: 160px;
}
.st-img{
	max-width: 100%;
}

.txt-box{
	box-sizing: border-box;
	padding: 20px;
}

.txt-box h2{
	font-size: 14px;
	font-weight: 600;
}
.txt-box h2 > span{
	display: inline-block;
	margin-left: 10px;
}
.txt-box p{
  margin-top: 10px;
	text-align: justify;
}

ul.btn-box{
	padding: 20px 0;
	position: absolute;
	text-align: center;
	width: 100%;

	bottom: 0;
}
ul.btn-box li{
	display: inline-block;
	margin: 0 5px;
	width: 120px;
}
ul.btn-box li:nth-of-type(n+4){
  margin-top: 10px;
}



@media screen and (max-width: 640px) {
/* SMP stye */
.main-content{
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 2%;
  width: 100%;
}

/* SMP title */
.title{
  font-size: 14px;
}
.title b{
  display: block;
  font-size: 20px;
}

/* SMP content */
.brand-box{
	margin-bottom: 20px;
	padding: 0 0 74px;
	width: 100%;
}
.img-box{
	text-align: center;
}


.txt-box{
	padding: 6vw 4vw;
}

.txt-box h2{
	line-height: 1.6;
}

ul.btn-box{
	padding: 10px 0;
}

ul.btn-box li{
	margin: 0 1%;
	width: 30%;
}
}/* end media */

@media screen and (min-width: 641px) {
/* HOVER stye */
.img-box a:hover{
	opacity: .6;
}
}/* end media */
