@charset "utf-8";
/* CSS Document */
.allpage_title{
	background: url("../img/img_titile-ew.png") right top no-repeat;
	background-size: cover;
	min-height: 32vh;
}

.ew-box{
	max-width: 1000px;
	width: 98%;
	border-radius: .5rem;
	box-shadow: 1px 1px 5px rgba(0,0, 0, 0.1);
	margin: 3rem auto;
	padding: 2rem;
}

.ew-list,
.ew-img{
	max-width: 1000px;
	width: 98%;
	margin: 3rem auto 0;
}

	.ew-listbox{
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 1rem;
	}
	
		.ew-listbox li{
			width: 46%;
			border-radius: .5rem;
			box-shadow: 1px 1px 5px rgba(0,0, 0, 0.1);
			padding: 2rem; 
			margin-bottom: 2rem
		}

		.ew-listbox li h2{
			color: #5896af;
			margin-bottom: 1.5rem;
		}


@media screen and (max-width:590px){

		.ew-listbox li{
			width: 90%;
            margin: 1rem auto;
       }
}