@charset "utf-8";
/*excerpt*/
.excerpt{display:flex;align-items:center;background-color:#D9D9D933;box-shadow:0 4px 4px 0 #0000001A;}

/*txt*/
.excerpt_data{padding:18px 33px 18px 33px;}
.excerpt_txt p{color:#737373;font-size:20px;font-weight:400;line-height:1.2;text-align:justify;margin:18px 0;}
.excerpt_txt p b{font-weight:600;}

/*form*/
.excerpt_search{max-width:374px;height:42px;background-color:#fff;box-shadow:0 4px 4px 0 #0000001F;margin:38px auto 0;}
.excerpt_search:hover{box-shadow: 0 8px 10px 0 #00000029;}

.excerpt_search form{display:flex;justify-content:center;width:100%;height:inherit;margin:0 auto;}
.excerpt_search input[type=submit]{width:42px;height:inherit;background:url(/tmp/img/index/excerpt/search.svg) center no-repeat;cursor:pointer;}
.excerpt_search input[type=text]{width:200px;height:inherit;color:#9A9B99;font-size:22px;font-weight:400;}

/*img*/
.excerpt_img img{display:block;width:596px;height:495px;}

@media(max-width:1330px){
	/*img*/
	.excerpt_img img{width:400px;}
}

@media(max-width:1030px){
	.excerpt{display:block;padding:22px 20px;}
	
	/*txt*/
	.excerpt_data{padding:0;}
	.excerpt_data p{text-align:justify;}
	
	/*img*/
	.excerpt_img img{max-width:100%;width:auto;height:495px;object-fit:cover;aspect-ratio:596 / 495;margin:35px auto 0;}
}

@media(max-width:570px){
	/*img*/
	.excerpt_img img{width:100%;max-width:545px;max-height:453px;height:auto;object-fit: contain;aspect-ratio: 545 / 453;}
}

@media(max-width:800px){
	/*txt*/
	.excerpt_data p{font-size:17px;margin:13px 0;}
	
	/*form*/
	.excerpt_search input[type=text]{width:180px;font-size:19px;}
}
/*-*/