#macy {
	width:100%; list-style:none;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	flex-wrap: wrap;
	row-gap: 80px;
}
#macy li {
	/*display: block;*/
    background-color: #eee;
    width: 32%;
    /*min-height: 550px;
    float: left;*/
    margin-left: 2%;
    margin-bottom: 20px;
    position: relative;
}

#macy li:first-of-type {
	margin-left: 0;
}

#macy li:nth-of-type(3n+1) {
	margin-left: 0;
}

#macy li .list_child {
	/*position: absolute;*/
    width: 100%;
}

.clear_fix::after{
	content: '';
	display: block;
	clear: both;
}



#koe_list{
	height: 300px;
}

#voice-sub-area h2.title-point {
	color: #000;
	font-size: 1.3em;
	position: relative;
	display: inline-block;
	margin: 50px 0 100px 0;
	width: 100%;
	text-align: center;
}

#voice-sub-area h2.title-point:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
}

#voice-sub-area {
	max-width: 1240px;
	padding: 20px;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
}

#voice-sub-area p.voice-staff-comment {
	border-top: solid 1px #ddd;
	padding-top: 30px;
	font-size: 20px !important;
	margin: 0 auto ;
	color: #888;
}

#voice-sub-area div#voice-eyecatch-area {
	width: 100%;
	text-align: center;
	position: relative;
	/* float: left; */
	margin-bottom: 50px;
}

#voice-sub-area .enquete {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	border: solid 2px #ccc;
	background-color: #fafafa;
	background-image: url(/m/cmn_files/img_rwd/icon-note-blk.svg);
	background-size: 34px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 100px;
	font-size: 12px;
	position: absolute;
	left: 60%;
	bottom: -30px;
}

#voice-sub-area img.voice-eyecatch {
	/* height: 300px; */
	/*object-fit: cover;*/
	/* object-fit: scale-down; */
	margin: 0 auto 50px auto;
	border-radius: 20px;
}

#voice-sub-area p {
    font-size: 1.5vw;
    line-height: 1.5em;
    margin: 50px auto;
    width: 70%;
}

#koe_list #voice-sub-area p {
	font-size: 14px;
    line-height: 1.5em;
    margin: 50px auto 30px;
    width: 80%;
    text-align: left;
    color: #000;

}

#voice-sub-area div#voice-list {
	width: calc(94% / 3);
    margin: 1%;
    height: auto;
    padding: 0;
    text-align: center;
    background-color: #ddd;
    float: left;
}

#voice-sub-area h3.voice-h3 {
	font-size: 14px;
    color: #fff;
    line-height: 1.8em;
    margin-bottom: 0px;
    text-align: left;
    background: #113d67;
    padding-left: 8px;
    padding-right: 10px;
    font-weight: lighter;
    position: absolute;
}

#voice-sub-area span.voice-area {
	color: #000;
	padding: 5px 12px;
	margin: 0;
	display: block;
}

/*#voice-sub-area .staff-voice-img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 25px;
}*/


#voice-sub-area .voice-staff-area {
	padding: 0;
    width: 80%;
    margin: 0 auto 30px;
}

#koe_detail #voice-sub-area .voice-staff-link {
	display: table;
    width: 300px;
    margin: 40px auto;
    background-color: #ddd;
}

/*#voice-sub-area span.voice-staff-name {
	color: #000;
	position: relative;
	top: -17px;
	left: 10px;
}*/

#voice-sub-area #voice-staff-area-in {
	margin: 30px auto 100px auto;
	height: 100px;
	display: block;
	width: 50%;
}

#voice-sub-area #staff-list img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

#voice-sub-area figure {
	width: calc(94% / 3);
	margin: 1%;
	float: left;
}

#voice-sub-area .my-gallery img {
	width: 100%;
	height: 130px;
	object-fit: cover;
	background-color: #f1f1f1;
}

#voice-sub-area figcaption {
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
	padding: 10px;
	height: 90px;
	display: none;
}

.paging1 {
	text-align: left;
	border-top: solid 1px #ddd;
	padding: 20px;
	color: #888;
	text-align: center;
}

.dl-multi-table {
	width: 100%;
	float: left;
}

.dl-multi-table dt, .dl-multi-table dd {
	padding: 12px 0;
	border-top: 1px solid #EEE;
}

.dl-multi-table dt {
	width: 30%;
	float: left;
}

.dl-multi-table dd {
	width: 70%;
	margin-left: 30%;
	line-height: 1.5em;
}

.dl-multi-table dl {
	margin: -8px 0;
}

.dl-multi-table dd dl dt {
	font-weight: normal;
	color: #999;
	font-size: 12px;
}

.dl-multi-table dd dl dt:first-child, .dl-multi-table dd dl dd:nth-child(2) {
	border-top: none;
}

#voice-sub-area .staff-voice-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    display: table-cell;
    border-radius: 0px;
}

#koe_list #voice-sub-area .voice-staff-link {
    display: table;
    width: 100%;
    margin: auto;
    background-color: #fff;
}

/*#koe_list */#voice-sub-area span.voice-staff-name {
    display: table-cell;
    vertical-align: middle;
    position: static;
    width: 63%;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

#koe_list #voice-sub-area img.voice-eyecatch {
    margin: 0;
    border-radius: 0px;
    object-position: top;
	height: 300px;
    object-fit: scale-down;
}

#koe_list #voice-sub-area .small_text {
    line-height: 20px;
    color: #aaa;
    font-size: 14px;
}

#koe_list #voice-sub-area h3.voice-h3 {
    font-size: 14px;
    color: #fff;
    line-height: 1.8em;
    margin-bottom: 0px;
    text-align: left;
    background: #b8aa80;
    padding-left: 8px;
    padding-right: 10px;
    font-weight: lighter;
    position: absolute;
    top: 0;
}

#koe_list #voice-sub-area .voice-box {
    height: auto;
    width: 100%;
}

#koe_detail #voice-sub-area p {
	font-size: 17px;
    line-height: 2.5em;
    letter-spacing: 1px;
    width: 90%;
    max-width: 900px;
    text-align: left;
    display: block;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    filter: drop-shadow(2px 2px 4px #ddd);
    padding: 50px;
    margin: 0 auto 50px;
}

/*TOP用*/
#voice-sub-area-top{
	background-color:#F3F3F3;
	padding: 100px 0 50px;
}
#voice-sub-area-top .wrap{
	max-width: 1040px;
	margin: 50px auto;
	display: flex;
	gap: 20px;
}
#voice-sub-area-top .box_container{
	background-color: #36BDD1;
	border-radius: 10px;
	padding: 50px;
	box-sizing: border-box;
	flex: 1;
}
#voice-sub-area-top .img_box{
	text-align: center;
}
#voice-sub-area-top .img_box img{
	width: 100%;
	height: auto;
}
#voice-sub-area-top .voice-area{
	color: #000;
    text-align: center;
    display: block;
    padding: 10px 0 15px;
    font-size: 1.8rem;
}
#voice-sub-area-top .voice-h3{
    color: #000;
    font-size: 1.6rem;
    line-height: 30px;
}
#voice-sub-area-top img.photo{
	width: 100%;
    height: 300px;
    object-fit: cover;
}
#voice-sub-area-top img.sample{
	width: auto;
	height: 200px;
}
#voice-sub-area-top p{
    display: block;
    text-align: center;
    margin: 30px auto;
}

@media screen and (max-width: 768px) {
	#macy{
		row-gap: 30px;
	}
	#voice-sub-area {
		max-width: 100%;
		padding: 30px;
	}

	#macy li{
		width: 100%;
		margin: 30px 0;
		overflow: hidden;
		max-height: 400px;
	}
	#voice-sub-area h2.title-point {
		margin: 50px 0 50px 0;
	}
	#voice-sub-area p.voice-staff-comment {
		border-top: solid 1px #ddd;
		/*padding-top: 30px !important;*/
		/*font-size: 20px !important;*/
		/*margin: 0 auto !important;*/
		color: #888;
		font-size: 17px !important;
	}

	#voice-sub-area p {
		font-size: 16px;
		line-height: 1.5em;
		margin: 20px auto 20px;
		width: 100%;
		padding: 0 20px;
		float: left;
	}

	#voice-sub-area div#voice-eyecatch-area {
		width: 100%;
		text-align: center;
		position: relative;
		float: left;
		margin: 0 auto 50px auto;
		padding: 0 20px;
	}

	#voice-sub-area .enquete {
		width: 150px;
		height: 150px;
		border-radius: 75px;
		border: solid 2px #ccc;
		background-color: #fafafa;
		background-image: url(/m/cmn_files/img_rwd/icon-note-blk.svg);
		background-size: 34px;
		background-repeat: no-repeat;
		background-position: center;
		padding-top: 100px;
		font-size: 12px;
		position: absolute;
		bottom: 0;
		left: auto;
		right: 10px;
	}

	#voice-sub-area div#voice-list {
		width: calc(94% / 3);
		margin: 1%;
		height: 280px;
		padding: 6% 4%;
		text-align: center;
		float: left;
	}

	#voice-sub-area h3.voice-h3 {
		font-size: 18px;
		text-align: left;
		color: #fff;
		line-height: 1.7em;
	}

	#voice-sub-area span.voice-area {
		padding: 5px 12px;
		margin: 0;
		font-size: 3vw;
	}

	#voice-sub-area #staff-sub-area img {
		width: 50px;
		height: 50px;
		object-fit: cover;
		border-radius: 25px;
	}

	#voice-sub-area #voice-staff-area-in {
		margin: 30px auto 100px auto;
		border-top: solid 1px #fff;
		padding-bottom: 0;
		padding-top: 13px;
		height: 100px;
		display: block;
		float: left;
		width: 100%;
	}

	#voice-sub-area #voice-staff-area-in .staff-voice-img {
		width: 100px;
		height: 100px;
		object-fit: cover;
		border-radius: 50px;
	}

	#voice-sub-area #voice-staff-area-in span.voice-staff-name {
		color: #000;
		position: relative;
		top: -37px;
		left: 15px;
		font-size: 18px;
	}

	#voice-sub-area .voice-staff-area {
		margin: 30px auto 30px;
		padding-bottom: 0;
		padding-top: 13px;
	}

	#voice-sub-area span.voice-staff-name {
		color: #000;
		position: relative;
		top: -17px;
		left: 10px;
		font-size: 3vw;
	}

	#koe_list #voice-sub-area span.voice-staff-name {
	    top: 0px;
	    left: 10%;
	    font-size: 3vw;
	}

	#voice-sub-area figure {
		width: calc(99.333% / 3);
		margin: 0.1%;
		float: left;
	}

	#voice-sub-area .my-gallery img {
		width: 100%;
		height: 150px;
		object-fit: cover;
		background-color: #f1f1f1;
	}

	#voice-sub-area figcaption {
		display: none;
		font-size: 12px;
		line-height: 1.5em;
		text-align: left;
		padding: 5px;
		height: 90px;
	}

	#voice-sub-area span.setsubi-btn a {
		color: #333;
		padding: 12px 8px;
		background-color: #ffffff;
		border: solid 1px #888;
		border-radius: 3px;
		font-size: 14px;
		margin: 2px;
		display: inline-block;
	}

	.paging1 {
	    text-align: center;
	    border-top: solid 1px #ddd;
	    padding: 20px;
	    color: #888;
	}

	.dl-multi-table {
		width: 100%;
	}

	.dl-multi-table dt, .dl-multi-table dd {
		padding: 8px 0;
		border-top: 1px solid #EEE;
	}

	.dl-multi-table dt {
		width: 20%;
		float: left;
		font-size: 10px;
	}

	.dl-multi-table dd {
		width: 80%;
		margin-left: 20%;
		font-size: 3.5vw;
	}

	.dl-multi-table dl {
		margin: -8px 0;
	}

	.dl-multi-table dd dl dt {
		font-weight: normal;
		color: #999;
		font-size: 10px;
		width: 30%;
	}

	.dl-multi-table dd dl dt:first-child, .dl-multi-table dd dl dd:nth-child(2) {
		border-top: none;
	}

	#koe_list #voice-sub-area img.voice-eyecatch {
	    height: 190px;
	}

	#koe_detail #voice-sub-area h2.title-point {
		font-size: 20px;
	    margin: 50px 0 0px;
	}

	#koe_detail #voice-sub-area p {
	    font-size: 17px;
	    line-height: 1.8em;
	    width: 100%;
	    text-align: left;
	    margin-bottom: 50px;
	    display: block;
		padding: 30px;
	}

	#koe_detail #voice-sub-area span.voice-staff-name {
	    top: 0px;
    	left: 10px;
    	font-size: 16px;
	}

	#koe_list #voice-sub-area p {
	    padding: 0 30px;
	    margin: 10px 30px;
	}

	#voice-sub-area-top{
		padding: 50px 0;
	}
	#voice-sub-area-top .wrap{
		flex-wrap: wrap;
	}
	#voice-sub-area-top .box_container {
		flex: unset;
		width: 90%;
		margin: auto;
		padding: 30px;
	}
	#voice-sub-area-top p{
		line-height: 30px;
	}
}