@charset "utf-8";
/* Copyright 2023 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

お客様の声

------------------------------------------------------------ */

/* 一覧
---------------------------------------------- */
.wrap_voice01{
	max-width: 1200px;
	margin: 0 auto;
}

.voice_list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -60px;
}

.voice_list .item{
	width: calc((100% - 60px)/3);
	margin: 0 30px 60px 0; 
}

.voice_list .item:nth-of-type(3n){margin-right: 0;}

.voice_list .item a{display: block;}

.voice_list .item a .image{
	position: relative;
	padding-top: 65.789%;
	overflow: hidden;
}

.voice_list .item a .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	transition: transform .3s;
}

.voice_list .item a .image .noimage{
	border: 1px solid #EDEFED;
	border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.voice_list .item a .image .noimage img{
	max-width: 300px;
    height: auto;
    position: unset;
}

.voice_list .item a:hover .image img{transform: scale(1.05);}

.voice_list .item a .txt{
	background: #EDEFED;
	padding: 30px;
}

.voice_list .item a .txt p{
	color: #333333;
	margin-bottom: 5px;
}

.voice_list .item a .txt h2{
	color: #737973;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

/* 詳細
---------------------------------------------- */
.wrap_voice02{
	max-width: 1100px;
	margin: 0 auto;
}


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	お客様の声

	------------------------------------------------------------ */
	
	/* 一覧
	---------------------------------------------- */
	
	/* 詳細
	---------------------------------------------- */
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	お客様の声

	------------------------------------------------------------ */
	
	/* 一覧
	---------------------------------------------- */
	.voice_list{
		display: block;
		margin-bottom: 0;
		border-top: 1px solid #CDD3CD;
	}

	.voice_list .item{
		width: 100%;
		margin: 0; 
	}

	.voice_list .item a{
		padding: 25px 0;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #CDD3CD;
	}

	.voice_list .item a .image{
		width: 90px;
		padding-top: 90px;
		flex: none;
	}

	.voice_list .item a .image .noimage{border-bottom: 1px solid #EDEFED;}

	.voice_list .item a .txt{
		background: none;
		padding: 0;
		width: calc(100% - 90px);
		padding-left: 15px;
	}

	.voice_list .item a .txt p{
		font-size: 1.3rem;
		letter-spacing: 0.1em;
		margin-bottom: 5px;
	}

	.voice_list .item a .txt h2{
		font-size: 1.2rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	/* 詳細
	---------------------------------------------- */
	

}/*--@media--*/

