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

.main-content{
  font-family:"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
	margin: 0 auto;
  width: 1000px;
}
.main-content img,
.main-content a{
	transition: .3s;
}

/* title */
.title{
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-size: 20px;
  margin: 10px 0 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
.title-main{
	display: inline-block;
	font-size: 24px;
	margin-right: 16px;
}

.title-sub {
	font-size: 24px;
}

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

.brand-box{
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-bottom: 40px;
	padding: 0 0 70px;
	position: relative;
	width: 480px;
}
.brand-box img{
	max-width: 100%;
}
.brand-box .txt-box,
.brand-box .btn-box{
	border-top: 1px dotted #ccc;
}

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

.brand-logo{
  margin: 8px;
}

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

.txt-box h2{
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px;
	font-feature-settings: "palt";
  	letter-spacing: 0.05em;
}
.txt-box h2 > span{
	display: inline-block;
	margin-left: 10px;
}
.txt-box p{
	text-align: justify;
	font-size: 14px;
	font-feature-settings: "palt";
    letter-spacing: 0.07em;
}

ul.btn-box{
	font-size: 0;
	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;
}

ul.btn-box li a{
	background: #45423f;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
	font-size: 13px;
	display: block;
	letter-spacing: .05em;
	line-height: 1;
	padding: 8px 0;
	width: 100%;
	font-weight: bold;
}


@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: 20px;
}
.title-main {
  display: block;
  font-size: 20px;
	margin-right: 16px;
}

.title-sub {
	font-size: 20px;
}

/* SMP content */
.conteiner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 30px;
}
.brand-box{
	margin-bottom: 20px;
	padding: 0 0 74px;
	position: relative;
	width: 100%;
}
.img-box{
	text-align: center;
}

.brand-logo{
  width: 80px;
}

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

.txt-box h2{
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 10px;
}
.txt-box h2 > span{
	margin-left: 0;
}
.txt-box p{
	text-align: left;
}

ul.btn-box{
	font-size: 0;
	padding: 10px 0;
	text-align: center;
	width: 100%;

	bottom: 0;
}

ul.btn-box li{
	display: inline-block;
	margin: 0 1%;
	width: 30%;
}
ul.btn-box li a{
	background: #45423f;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	display: block;
	letter-spacing: .05em;
	line-height: 1;
	padding: 12px 0;
	width: 100%;
}
}/* end media */

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