@charset "UTF-8";
/*\*/

/*------------------------------
サイト名：ダイヤモンド・キッズ・カレッジ
作成日：2018.07.26
修正日：2018.07.26
ガイドライン：Ver.01
製作者：株式会社エムアップ
------------------------------*/



#form .wrap div {
	height:auto;
	padding:15px 5px;
	width:280px;
	margin:5px;
}

#form .flex {
	display:flex;
}

#form .pdf {
	background:#1fbb34;
}

#form .pdf a {
	background:#fff;
	text-indent:0;
	color:#1fbb34;
	font-weight:bold;
	border-radius:2px;
	vertical-align:middle;
	height:auto;
	font-size:115%;
	padding:20px 0;
}

#credit ul.bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top:1em;
}

#credit ul.bnr li {
	width:24%;
	/* display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center; */
	margin-bottom:1em;
	box-sizing: border-box;
	margin:0 .5% 1.5em;
}

#credit ul.bnr figure{
	width:100%;
	padding-top:35px;
	position:relative;
	overflow:hidden;
}

#credit ul.bnr figure img{
	position:absolute;
	transform:translate(-50%, -50%);
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	object-fit:contain;
}


/* #credit ul.bnr img {
	position:absolute;
	transform:translate(-50%, -50%);
	left:50%;
	top:50%;
	width:100%;
	height:100%;
	object-fit:contain;
} */

/* #credit ul.bnr img{
	width:100%;
	height:100%;
	object-fit:contain;
} */

#credit ul.bnr li.yazu img {
	width:100%;
}

.mb li{
margin-bottom: 40px;
}

.mb li{
margin-bottom: 35px !important;
}

.mb .mb0{
margin-bottom: 0px !important;
}