@charset "utf-8";
/* CSS Document */

/*ページカラー
=======================================*/
.main-top-title,.main-bottom-title {
  background-color: #004542;
}

.main-top-subtitle,.main-bottom-subtitle,.main-title,.top-lead-text {
  color: #004542;
}
/*=======================================*/

.voice-list-box, .donor-list-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.voice-list-box li, .donor-list-box li {
	display: flex;
	position: relative;
	width: 290px;
	margin-bottom: 60px;
}

.voice-list-box li:nth-of-type(1)::before,.voice-list-box li:nth-of-type(7)::before {
	position: absolute;
	content: url("/funds/voice/img/voice-icon01.png");
	top:-30px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}

.voice-list-box li:nth-of-type(2)::before, .voice-list-box li:nth-of-type(8)::before {
	position: absolute;
	content: url("/funds/voice/img/voice-icon02.png");
	top:-30px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}

.voice-list-box li:nth-of-type(3)::before, .voice-list-box li:nth-of-type(9)::before {
	position: absolute;
	content: url("/funds/voice/img/voice-icon03.png");
	top:-30px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}

.voice-list-box li:nth-of-type(4)::before, .voice-list-box li:nth-of-type(10)::before {
	position: absolute;
	content: url("/funds/voice/img/voice-icon04.png");
	top:-30px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}

.voice-list-box li:nth-of-type(5)::before, .voice-list-box li:nth-of-type(11)::before {
	position: absolute;
	content: url("/funds/voice/img/voice-icon05.png");
	top:-30px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}

.voice-list-box li:nth-of-type(6)::before, .voice-list-box li:nth-of-type(12)::before {
	position: absolute;
	content: url("/funds/voice/img/voice-icon06.png");
	top:-30px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}

.voice-list-box li:nth-of-type(n+12)::before {
	position: absolute;
	content: url("/funds/voice/img/voice-icon01.png");
	top:-30px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}

.donor-list-box li:nth-of-type(1)::before, .donor-list-box li:nth-of-type(5)::before, .donor-list-box li:nth-of-type(9)::before {
	position: absolute;
	content: url("/funds/voice/img/voice-icon07.png");
	top:-30px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}

.donor-list-box li:nth-of-type(2)::before, .donor-list-box li:nth-of-type(6)::before, .donor-list-box li:nth-of-type(10)::before {
	position: absolute;
	content: url("/funds/voice/img/voice-icon08.png");
	top:-30px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}

.donor-list-box li:nth-of-type(3)::before, .donor-list-box li:nth-of-type(7)::before, .donor-list-box li:nth-of-type(11)::before {
	position: absolute;
	content: url("/funds/voice/img/voice-icon09.png");
	top:-30px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}

.donor-list-box li:nth-of-type(4)::before, .donor-list-box li:nth-of-type(8)::before, .donor-list-box li:nth-of-type(12)::before {
	position: absolute;
	content: url("/funds/voice/img/voice-icon10.png");
	top:-30px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}

.donor-list-box li:nth-of-type(n+12)::before {
	position: absolute;
	content: url("/funds/voice/img/voice-icon07.png");
	top:-30px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}

.voice-box {
	background: #F1F1EF;
	position: relative;
}

.voice-txt {
	padding: 40px 30px 60px;
	line-height: 1.8;
	margin-bottom: 70px;
}

.voice-boder {
	position: absolute;
	right: 30px;
	bottom: 30px;
	padding-top: 30px;
	border-top: 1px solid #004542;
	width: 80%;
	text-align: right;
}

.voice-top-title {
    color: #004542;
    font-size: 2.2rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
    margin-bottom: 60px;
		font-weight: bold;
}

/* 20240201 */
.voice-new{
	padding-bottom: 60px;
}
.voice-title {
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 20px;
}
.voice-block{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #004542;
}
.voice-data{
	min-height: 350px;
	line-height: 2;
}
.voice-img {
	float: right;
	padding-left: 15px;
}
.voice-table {
	margin-top: 20px;
	max-width: 300px;
	width: 100%;
	margin-bottom: 20px;
	line-height: 1.5;
}
.voice-table th {
	width: 20%;
	text-align: center;
	border: 1px solid #ccc;
	background: #f1f1ef;
	padding: 2px;
}
.voice-table td {
	border: 1px solid #ccc;
	padding: 2px;
}
.text-wrap{
	display: inline-block;
}
@media screen and ( max-width: 767px ){
	.voice-img {
    float: none;
    padding: 0;
    text-align: center;
}
.voice-table {
	max-width: 100%;
}
.voice-table th {
	padding: 5px;
}
.voice-table td {
	padding: 5px;
	text-align: left;
}
}

.voice_list * {
  box-sizing: border-box;
}
.voice_list {
  box-sizing: border-box;
  max-width: 480px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto 100px;
  li {
    max-width: 230px;
    width: 100%;
    height: 54px;
  }
  a {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background: #004542;
    &::after {
      content: "";
      width: 20px;
      height: 20px;
      background: url(/funds/voice/img/arrow01.png) no-repeat center center;
    }
  }
  @media screen and ( max-width: 767px ){
    justify-content: center;
  }
}