/* 資料請求 */

@media screen and (min-width: 641px){

#req {
	line-height: 200%;
	}

#req .hel {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 130px auto;
	text-align: center;
	}

#req .hel h2 {
	font-size: 32px;
	line-height: 120%;
	margin: 0px 0px 40px 0px;
	}

#req .hel h2 br {
	display: none;
	}

#req .hel ol {
	width: 100%;
	margin: 40px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	}

#req .hel dl {
	width: 31.666%;
	border: 2px #111111 solid;
	font-size: 21px;
	font-weight: bold;
	line-height: 150%;
	margin: 0px 2.5% 0px 0px;
	padding: 50px 10px;
	}

#req .hel dl:last-child {
	margin: 0px;
	}

#req .hel dl img {
	height: 60px;
	margin: 0px auto 30px auto;
	display: block;
	}

}

@media screen and (max-width: 640px){

#req {
	line-height: 200%;
	}

#req .hel {
	width: 90%;
	margin: 0px auto 70px auto;
	}

#req .hel h2 {
	font-size: 21px;
	line-height: 120%;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#req .hel ol {
	width: 100%;
	margin: 30px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	}

#req .hel dl {
	width: 100%;
	border: 2px #111111 solid;
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	margin: 0px 0px 10px 0px;
	padding: 20px 0px;
	display: table;
	}

#req .hel dl:last-child {
	margin: 0px;
	}

#req .hel dt {
	width: 25%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	}

#req .hel dl img {
	height: 40px;
	}

#req .hel dd {
	width: 75%;
	padding: 0px 5% 0px 0px;
	display: table-cell;
	vertical-align: middle;
	}

#req .hel dd br {
	display: none;
	}

#req .hel dl:nth-child(1) dd br:nth-child(1) {
	display: block;
	}

}


