/*TYPE*/
.type_div{
	position: relative;
	background-image: url("bg-type.jpg");
	background-size: 100% 100%;
	background-repeat: repeat;
}
.type_h2{
	width: 80%;
	max-width: 429px;
	margin: 0 auto;
	margin-top:120px;
	margin-bottom: 50px;
	text-align: center;
	display: block;
}
.type_cs{
	width: 90%;
	max-width: 1000px;
	filter: drop-shadow(0 0 20px #000);
}
.type_oya{
	width: 90%;
	max-width:994px;
	gap:0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 4px 4px #FFF;
}
.type_oya a{
	width: 50%;
}
.type_oya a:hover{
	opacity: 1;
}
.type_a:hover{
	opacity: 0.9;
	filter: drop-shadow(0 0 10px yellow);
}
.type_oya img{min-height: 0%;
	font-size: 0;
	border: 1px solid #ccc;
	width: 100%;
	max-width: 497px;
	vertical-align:top;
}
@media screen and (max-width: 430px) {
.type_oya{
	width: 90%;
	display: block;
}
.type_oya a{width:100%;}
.type_a:hover{
	opacity: 1;
	filter: none;
}
}