#voice .voice-content {
	padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
	#voice .voice-content {
		padding: 10.6vw 0 10.6vw;
	}
}
#voice .voice-step-ttl {
	font-size: 2rem;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	background-color: #81bf00;
	padding: 15px;
}
@media screen and (max-width: 767px) {
	#voice .voice-step-ttl {
		font-size: 4vw;
		margin-bottom: 5.3vw;
		height: auto;
		display: block;
	}
}
#voice .voice-step-ttl-num {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	background-color: #81bf00;
	width: 120px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	#voice .voice-step-ttl-num {
		width: 100%;
		padding: 2.6vw 4vw;
		font-size: 3rem;
	}
}
#voice .voice-step-ttl-txt {
	width: calc(100% - 120px);
	background-color: #f8f8f8;
	font-size: 2rem;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 28px;
}
@media screen and (max-width: 767px) {
	#voice .voice-step-ttl-txt {
		width: 100%;
		padding: 2.6vw 4vw;
		font-size: 3rem;
		text-align: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
#voice .voice-step02 {
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	#voice .voice-step02 {
		margin-top: 6.6vw;
	}
}
#voice .voice-step02 .voice-step-ttl {
	background-color: #319ce1;
}
#voice .voice-step02 .voice-step-list-item a:hover {
	color: #009ce1;
	border-color: #009ce1;
	background-color: #e3f6ff;
}
#voice .voice-step02 .voice-step-list-item input:checked + label::before {
	border-color: #009ce1;
}
#voice .voice-step03 {
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	#voice .voice-step03 {
		margin-top: 6.6vw;
	}
}
#voice .voice-step03 .voice-step-ttl {
	background-color: #f5a101;
}
#voice .voice-step03 .voice-step-list-item a:hover {
	color: #f5a101;
	border-color: #f5a101;
	background-color: #fff3db;
}
#voice .voice-step03 .voice-step-list-item a::before {
	border-color: #009ce1;
}
#voice .voice-step-list {
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	#voice .voice-step-list {
		padding: 0;
	}
}
#voice .voice-step-list-item {
	width: 18.4%;
	margin-right: 2%;
	margin-top: 28px;
}
@media screen and (max-width: 767px) {
	#voice .voice-step-list-item {
		width: 100%;
		margin-right: 0;
		margin-top: 2.6vw;
	}
	#voice .voice-step-list-item:first-of-type {
		margin-top: 0;
	}
}
@media screen and (min-width: 768px) {
	#voice .voice-step-list-item:nth-of-type(5n) {
		margin-right: 0;
	}
	#voice .voice-step-list-item:nth-of-type(-n+5) {
		margin-top: 0;
	}
}
#voice .voice-step-list-item input {
	opacity: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	display: none;
}
#voice .voice-step-list-item a {
	border: 2px solid #c2c2c2;
	cursor: pointer;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2777777778;
	text-align: center;
	/*color: #c2c2c2;*/
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	letter-spacing: -0.02em;
	padding: 12px 5px;
}
@media screen and (max-width: 767px) {
	#voice .voice-step-list-item a {
		font-size: 3rem;
	}
}
#voice .voice-step-list-item a:hover {
	border-color: #81bf00;
	color: #81bf00;
	background-color: #f3ffd9;
}
#voice .voice-step-list-item input:checked + label {
	border-color: #81bf00;
	color: #81bf00;
	background-color: #f3ffd9;
}
#voice .voice-step-list-item input:checked + label::before {
	border-color: #81bf00;
}
#voice .voice-btn {
	display: block;
	margin: auto;
	width: 300px;
	height: 60px;
	border: none;
	background-color: transparent;
	padding: 0;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media screen and (max-width: 767px) {
	#voice .voice-btn {
		width: 80%;
		height: 60px;
	}
}
@media screen and (min-width: 768px) {
	#voice .voice-btn:not(.btn-off):hover {
		opacity: 0.7;
	}
}
#voice .voice-btn > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	font-size: 1.8rem;
	font-weight: bold;
	background-color: #81bf00;
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
@media screen and (max-width: 767px) {
	#voice .voice-btn > span {
		font-size: 3rem;
	}
}
#voice .voice-btn .off {
	display: none;
}
#voice .voice-btn .on {
	display: block;
}
#voice .voice-btn.btn-off > span {
	color: #a9a9a9;
	background-color: #f8f8f8;
}
#voice .voice-btn.btn-off .on {
	display: none;
}
#voice .voice-btn.btn-off .off {
	display: block;
}

.p-voicelist02 {
	padding: 70px 0;
	background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
	.p-voicelist02 {
		padding: 10vw 0 10vw;
	}
}
.p-voicelist02-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.p-voicelist02-list {
		display: block;
	}
}
.p-voicelist02-list-item {
	border-radius: 5px;
	overflow: hidden;
	display: block;
	background-color: #fff;
	position: relative;
}
@media screen and (min-width: 768px) {
	.p-voicelist02-list-item {
		width: 31.3333333333%;
		margin-right: 3%;
		margin-top: 3%;
	}
	.p-voicelist02-list-item:nth-child(3n) {
		margin-right: 0;
	}
	.p-voicelist02-list-item:nth-child(-n+3) {
		margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-voicelist02-list-item {
		margin-top: 4vw;
	}
	.p-voicelist02-list-item:nth-child(-n+1) {
		margin-top: 0;
	}
}
.p-voicelist02-list-item::after {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-right: 25px solid #81bf00;
}
.p-voicelist02-list-item-img img {
	width: 100%;
	height: 17rem;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center center;
	   object-position: center center;
}
@media screen and (max-width: 767px) {
	.p-voicelist02-list-item-img img {
		height: 33rem;
	}
}
.p-voicelist02-list-item-box {
	padding: 30px 30px 35px;
}
@media screen and (max-width: 767px) {
	.p-voicelist02-list-item-box {
		padding: 5vw 5vw 6vw;
	}
}
.p-voicelist02-list-item-ttl {
	font-size: 1.8rem;
	line-height: 1.3333333333;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.p-voicelist02-list-item-ttl {
		font-size: 3.4rem;
	}
}
.p-voicelist02-list-item-txt {
	font-size: 1.6rem;
	line-height: 1.5625;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 24px;
}
@media screen and (max-width: 767px) {
	.p-voicelist02-list-item-txt {
		font-size: 3rem;
		margin-top: 4vw;
	}
}
.p-voicelist02-list-item-tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.p-voicelist02-list-item-tag {
		margin-top: 4vw;
	}
}
.p-voicelist02-list-item-tag-item {
	font-size: 1.2rem;
	color: #323232;
	border: 1px solid #e8e8eb;
	border-radius: 25px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 7px 10px;
	letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.p-voicelist02-list-item-tag-item {
		font-size: 2.4rem;
		border-radius: 5vw;
		margin-top: 1vw;
		padding: 0.4em 1em;
	}
}