@charset "utf-8";
.example-wrap{
	width:100%;
	margin-bottom:180px;
}
.example-index-wrap{
	display:flex;
	justify-content:space-between;
	gap:25px;
	flex-wrap:wrap;
}
.example-index{
	width:350px;
	margin-bottom:25px;
}
.example-index-wrap .spacer{
	width:350px;
}
.example-index .image{
	width:350px;
	height:250px;
	padding:0px;
	background:#D7D7D7;
	text-align:center;
	margin-bottom:10px;
}
.example-index .image img{
	width:350px;
	height:250px;
	object-fit:cover;
}
.example-index .text{
	font-size:1;
	font-weifht:500;
	line-height:1.5;
	color:#000;
}
@media only screen and (max-width:725px){
	
	.example-index{
	}
	.example-index-wrap{
		flex-direction:column;
		align-items:center;
		gap:30px;
	}


}


.image-list .slick-slide{
	margin:0 10px;
}

.example-detail-wrap{
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	margin-bottom:30px;
}
.example-detail{
	width:100%;
	padding-bottom:50px;
	margin-bottom:50px;
}
.example-detail:not(:last-child){
	border-bottom:3px dotted #0034C4;
}
.example-detail  h2{
	font-weight:700;
	margin-bottom:50px;
	font-size:1.87em;
	font-weifht:500;
	line-height:1.5;
	color:#090909;
}
.example-detail .image{
	width:100%;
	height:500px;
	padding: 0px;
	background:#fff;
	text-align:center;
	margin-bottom:30px;
}
.example-detail .image img{
	object-fit:contain;
	max-height:500px;
}

.example-detail .image-list ul{
	/*display:flex;
	gap:20px;*/
	margin-bottom:30px;
}
.example-detail  .image-list ul li{
	width:250px;
	height:150px;
	padding:0px;
	background:#D7D7D7;
	text-align:center;
}
.example-detail  .image-list ul li img{
	width:250px;
	height:150px;
	object-fit:contain;
}

.example-detail .text{
}
.example-detail .text h3{
	border-bottom:2px solid #00268F;
	font-weight:500;
	margin-bottom:30px;
	font-size:1.25em;
	font-weifht:500;
	line-height:1.5;
}
.example-detail .text table{
	border-top:1px solid #707070;
	width:100%;
}
.example-detail .text table tr{
	border-bottom:1px solid #707070;
}
.example-detail .text table th{
	padding:10px 25px;
	min-width:300px;
	background:#EBEBEB;
	font-size:1.25em;
	font-weight:500;
	line-height:2.65;
}
.example-detail .text table td{
	padding:10px 25px;
	font-size:1.25em;
	font-weight:500;
	line-height:2.65;
}

.example-detail .button-wrap{
	text-align:center;
	margin-top:50px;
}
.example-detail .button-wrap a.button{
	display:inline-block;
	text-align:center;
	padding:18px;
	color:#fff;
	background:#707070;
	font-size:1em;
	line-height:1.5;
	font-weight:500;
	min-width: 280px;
	text-decoration:none;
}

@media only screen and (max-width:725px){

	.example-detail .image{
		width:100%;
		height:auto;
		padding:0px;
		background:#fff;
		text-align:center;
		margin-bottom:30px;
	}
	.example-detail .image img{
		object-fit:contain;
		max-height:450px;
	}
	.example-detail .text table th{
		display:block;
		padding:5px 25px;
		min-width:300px;
		background:#EBEBEB;
		font-size:1em;
		font-weight:500;
		line-height:1.5;
	}
	.example-detail .text table td{
		display:block;
		padding:10px 25px;
		font-size:1em;
		font-weight:400;
		line-height:2.6;
	}
}