@charset "UTF-8";
html{
-webkit-scroll-behavior:smooth;
scroll-behavior:smooth;
}

*{
	box-sizing: border-box;
}

img{
	max-width:100%;
}
section { 
	display:inline-block;
	width: 100%;
}
#Frame #mainV {
	background: url(../images/frame/main.jpg) top center no-repeat;
	display: table;
	width: 100%;
	padding-top: 24%;
	background-size: cover;
	position: relative;
}
#mainV .inner {
	display: table-cell;
	vertical-align: middle;
	width: 22%;
	text-align: left;
    position: absolute;
    top: 38%;
    left: 22%;
}
#mainV .inner h1 {
	margin: 0 auto;
	max-width: 1000px;
	width: 94%;
}
#mainV .inner p {
	color: #818080;
	font-size: 0.9vw;
	letter-spacing: .5pt;
	line-height: 1.3;
	margin: 6% auto 0;
	max-width: 1000px;
	width: 94%;
}
/* ---------- contents ---------- */
#bList {
	list-style: none;
	margin: 0 auto 130px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#bList li {

}
#bList li a {
	color: #010100;
	text-decoration: none;
	font-size: 14px;
}
#bList li.logo-only img,#bList li div {
	width: 100%;
}
#bList li div {
	height: 105%;
}
	
#bList li div{
	border: 1px solid #010100;
	position: relative;
}
#bList li.logo-description div img:last-of-type{
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#bList li.logo-description  > p{
	text-align: right;
}
#bList li.logo-only:last-of-type{
	margin-right: 49%;
}
@media screen and (min-width: 768px) {

	#bList li.logo-description {
		/*margin: 0 2% 2% 0;
		width: 31.3%;*/
		margin-bottom: 5%;
	}

	#bList li.logo-description div p {
	    font-size: 10px;
	    margin: 5% 4%;
	}

	#bList li.logo-description:nth-of-type(5) div img {
		/*margin-top: 1%;*/
	}
	#bList li.logo-only {
		/*margin: 0 2% 3% 0;
		width: 23%;*/
		text-align: left;
		margin-bottom: 3%;
	}

	#bList li.logo-only:nth-child(4n+1) {
		clear: both;
	}
}
@media screen and (max-width: 768px) {
	#Frame #mainV {
		background: url(../images/frame/main-sp.jpg) top center no-repeat;
		display: block;
		width: 100%;
		padding-top: 97%;
		background-size: contain;
		position: relative;
	}
	#bList {
		margin: 0 auto 15%;
	}
	#bList li.logo-description{
		margin: 0 0% 20% 0%;
		width: 49%;
	}
	#bList li.logo-only {
		margin: 0 0% 5% 0%;
		width: 49%;
	}
	#bList li:nth-child(2n+1) {
		clear: both;
	}
	#bList li a {
		font-size: 10px;
	}
	#bList li div {
		height: 120%;
	}
	#bList li.logo-description  > p{
		text-align: right;
		font-size: 3vw;
	}
	#bList li.logo-description div p {
	    font-size: 3vw;
	    margin: 5% 4%;
	}
	#bList li.logo-description:nth-of-type(2) div p,#bList li.logo-description:nth-of-type(5) div p{
	    margin: 9% 4%;
	}
	#bList li.logo-only:last-of-type{
		margin-right: -2%;
	}
}:;