@charset "UTF-8";

/*-------

.contents_width {
	width: 90%;
	max-width: 1080px;
	margin-left: 5%;
	margin-right: 5%;
}

@media only screen and (min-width:768px) {
	.contents_width {
		margin-left: auto;
		margin-right: auto;
	}
}

------*/
#index_new_work {
	padding: 50px 0;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	text-align: center;
}

.index_new_work__wrap {
	display: block;
	width: 100%;
	padding: 0 5%;
	margin: 0;
}

.index_new_work__cardbox {
	display: block;
}

.index_new_work__card{
	width: 100%;
	margin-top: 50px;
}

.index_new_work__cardfig img {
	width: 100%;
	height: 300px;
  object-fit: contain;
  background-color: #eee;
}

.index_new_work__card .slick-prev{
	left: 0;
}
.index_new_work__card .slick-next {
	right: 0;
}

.index_new_work__cardtxt {
	padding: 20px 0;
	text-align: left;
}

.index_new_work__cardtxt * {
	padding: 0;
	margin: 0;
}

.index_new_work__cardtxt p {
	margin-top: 8px;
	text-align: justify;
}

.index_new_work__cardtxt .works__single_link-index {
	text-align: right;
}

.index_new_work__cardtxt .works__single_link-index a {
	font-size: 14px;
	text-decoration: underline;
}

.index_new_work__cardtxt .works__single_link-index a:hover {
	color: #00a2ae;
}

.index-link-btn__works {
	margin: 50px 0;
}

.index-link-btn__works a {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	color: #fff;
	background-color: #00a2ae;
}

.index-link-btn__works a:hover {
	opacity: 0.5;
}

@media only screen and (min-width:768px) {
	.index_new_work__wrap {
		width: 90%;
		max-width: 1080px;
		padding: 0;
		margin: 0 auto;
	}
	
	.index_new_work__cardbox {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;

	}

	.index_new_work__card{
		width: calc( 33% - 25px );
		margin-top: 50px;
	}
}

/*
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
*/
