@charset "utf-8";

/* -----------------------------
	mv-area
-------------------------------- */
.mv-area{
	height: 558px;
	min-height: 558px;
	position: relative;
	background: url("../img/top-mv-bg.jpg") no-repeat top center / cover;
	margin: 110px 0 0;
}
.mv-area::before{
	content: '';
	position: absolute;
	min-width: 1020px;
	height: 558px;
	top: 0;
	right: 0;
	background: url("../img/sguard-mv.jpg") no-repeat center right / cover;
	width: 60vw;
}

.mv-area .txt-area{
	width: 800px;
	padding: 80px 0 0 80px;
    z-index: 1;
	position: relative;
}
.ordermade-mv-txt{
	padding: 0 0 0;
	position: relative;
	left: 30px;
}
.mv-area .txt-area::after{
	content: '';
	position: absolute;
	width: 128px;
	height: 142px;
	right: 140px;
	bottom: 90px;
	background: url("../img/survey-free-ill.png") no-repeat top center / contain;
}


.mv-area .item4 {
	width: 530px;
	margin: 30px 0 0;
}

.elements-ttl{
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
}
.mv-area .item4 .elements-ttl::before {
	width: 90px;
}

.mv-area .item4 .elements-ttl::after {
	position: absolute;
	top: 50%;
	width: 90px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mv-area .item4 .elements-ttl small {
	font-size: 1.6rem;
	margin: 0 0 0 20px;
	color: #787067;
}

.mv-area .item4 .item4-box {
	display: flex;
	justify-content: space-between;
}

.mv-area .item4 .item4-box .elements-box:first-of-type {
	width: 240px;
	border-color: #f091bb;
	background: #fff;
	border-radius: 15px;
	padding: 20px;
}

.mv-area .item4 .item4-box .elements-box:first-of-type .subttl {
	color: #f06ca7;
	color: #F39800;
}

.mv-area .item4 .item4-box .elements-box:first-of-type .txt span {
	color: #f06ca7;
	color: #F39800;
}

.mv-area .item4 .item4-box .elements-box:last-of-type {
	width: 265px;
	border-color: #7f87da;
	background: #fff;
	border-radius: 15px;
	padding: 20px;
}

.mv-area .item4 .item4-box .elements-box:last-of-type .subttl {
	color: #545cb2;
	color: #F39800;
}

.mv-area .item4 .item4-box .elements-box:last-of-type .txt span {
	color: #545cb2;
	color: #F39800;
}

.mv-area .item4 .item4-box .subttl {
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
}

.mv-area .item4 .item4-box .txt {
	font-size: 2.3rem;
	margin: 10px 0 0 0;
	text-align: center;
}

.mv-area .item4 .item4-box .txt span {
	font: bold 4.2rem/1 'Open Sans', sans-serif;
	margin: 0 3px 0 0;
	letter-spacing: .05em;
}


@media screen and (max-width: 768px){
	.mv-area{
		margin: 70px 0 0;
		height: 100%;
        min-height: 100%;
		padding: 0 0 20px;
	}
	.mv-area::before{
		height: 200px;
        min-width: auto;
        width: 100%;
        border-radius: 0;
        top: 0;
		background: url("../img/sguard-mv-sp.jpg") no-repeat center right / cover;
	}

	.mv-area .txt-area{
		width: 100%;
        margin: 0;
        padding: 30px 20px 0 20px;
        height: 100%;
	}
	.mv-area .txt-area::before{
		display: none;
	}
	.mv-area .txt-area::after{
		width: 88px;
		height: 102px;
		right: 0;
		bottom: 110px;
	}
	.mv-area .txt-area img{
		width: 100%;
		margin: 120px 0 0;
	}
	
	.mv-area .item4 {
		width: 100%;
		padding: 0 0;
		margin: 10px 0 0;
	}

	.elements-ttl{
		font-size: 2rem;
		margin: 0 0 10px;
	}
	.mv-area .item4 .elements-ttl::before {
	}

	.mv-area .item4 .elements-ttl::after {
	}

	.mv-area .item4 .elements-ttl small {
		display: block;
		font-size: 1.5rem;
		padding: 5px 0 0;
	}

	.mv-area .item4 .item4-box {
		border-radius: 5px;
	}

	.mv-area .item4 .item4-box .elements-box:first-of-type {
		width: calc((100% / 2) - 5px);
		border-radius: 5px;
		padding: 10px;
	}

	.mv-area .item4 .item4-box .elements-box:last-of-type {
		width: calc((100% / 2) - 5px);
		border-radius: 5px;
		padding: 10px;
	}
	.mv-area .item4 .item4-box .subttl {
		font-size: 1.8rem;
	}

	.mv-area .item4 .item4-box .txt {
		font-size: 1.8rem;
	}

	.mv-area .item4 .item4-box .txt span {
		font-size: 3rem;
		margin: 0;
		display: block;
	}


}

/* -----------------------------
	promise-area
-------------------------------- */
.promise-area{
	margin: 100px 0 0;
}
.promise-area .txt-area{
	text-align: center;
}
.promise-area .txt-area .catch{
	padding: 30px 0 0;
}
.promise-area .txt-area .basic-txt{
	padding: 30px 0 0;
	line-height: 2.4;
}

.promise-list{
	display: flex;
	justify-content: space-between;
	margin: 50px 0 0;
}
.promise-list li{
	width: calc((100% / 4) - 10px);
}
.promise-list li .problem{
	background: #fff;
	padding: 10px 10px 10px 15px;
	margin: 0 0 0 70px;
	border-radius: 5px;
	position: relative;
	border: solid 1px #ddd;
}
.promise-list li .problem::before{
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	top: 10px;
	left: -70px;
	background: url("../img/sguard-problem01.png") no-repeat top center / contain;
	border: solid 1px #ddd;
	border-radius: 50%;
}
.promise-list li:nth-child(2) .problem::before{
	background: url("../img/sguard-problem02.png") no-repeat top center / contain;
}
.promise-list li:nth-child(3) .problem::before{
	background: url("../img/sguard-problem03.png") no-repeat top center / contain;
}
.promise-list li:nth-child(4) .problem::before{
	background: url("../img/sguard-problem04.png") no-repeat top center / contain;
}
/*
.promise-list li .problem::after{
	content: '';
	position: absolute;
	width:0;
	height:0;
	border-style:solid;
	border-width: 10px 10px 0 10px;
	border-color: #e8f6ff transparent transparent transparent;
	bottom: -10px;
	left: 30px;
}*/
.promise-list li .answer{
	background: #FFFAE6;
	padding: 10px;
	border: solid 3px #FBE21F;
	margin: 10px 0 0;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
}
@media screen and (max-width: 768px){
	.promise-area{
		margin: 40px 0 0;
	}
	.promise-area .txt-area{
	}
	.promise-area .txt-area .catch img{
		width: 100%;
	}
	.promise-area .txt-area .basic-txt{
		padding: 20px 0 0;
		line-height: 1.75;
			text-align: left;

	}

	.promise-list{
		display: block;
		margin: 0 0 0;
	}
	.promise-list li{
		width:100%;
		margin: 20px 0 0;
	}
	.promise-list li .problem{
	}
	.promise-list li .problem::before{
		width: 65px;
		height: 65px;
		top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
		left: -75px;
	}
	.promise-list li:nth-child(2) .problem::before{
	}
	.promise-list li:nth-child(3) .problem::before{
	}
	.promise-list li:nth-child(4) .problem::before{
	}
	.promise-list li .problem::after{
	}
	.promise-list li .answer{
		text-align: left;
		font-size: 1.8rem;
	}
}

/* -----------------------------
	about-area
-------------------------------- */
.about-area{
	margin: 100px 0 0;
	background: #F8F8F8;
	padding: 100px 0;
}

.about-area .txt-area{
	text-align: center;
}
.about-area .txt-area .basic-txt{
	padding: 30px 0 0;
	line-height: 2.4;
}
.about-area img{
	margin: 30px auto 0;
	display: block;
}
@media screen and (max-width: 768px){
	.about-area{
		margin: 40px 0 0;
		padding: 40px 0;
	}

	.about-area .txt-area{
		text-align: left;
	}
	.about-area .txt-area .basic-txt{
		padding: 20px 0 0;
		line-height: 1.75;
	}
	.about-area img{
		margin: 20px auto 0;
		display: block;
		width: 100%;
	}
}

/* -----------------------------
	certification-area
-------------------------------- */
.certification-area{
	background: url("../img/acquisition-bg.jpg") no-repeat top center / cover;
	padding: 60px 0 70px;
}

.certification-area .title{
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
}
.certification-area ul{
	display: flex;
	justify-content: space-between;
	margin: 50px 90px 0;
}
.certification-area ul li{
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding: 0 30px;
}
.certification-area ul li span{
	font-size: 1.6rem;
	font-weight: 500;
	display: block;
	padding: 0 0 15px;
}
.certification-area ul li span.note{
	padding: 10px 0 0;
}
.certification-area ul li::before{
	content: '';
	position: absolute;
	width: 35px;
	height: 116px;
	left: 0;
	background: url("../img/gekkeiju01.png") no-repeat top center / contain;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.certification-area ul li::after{
	content: '';
	position: absolute;
	width: 35px;
	height: 116px;
	right: 0;
	background: url("../img/gekkeiju02.png") no-repeat top center / contain;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media screen and (max-width: 768px){
	.certification-area{
		padding: 20px 0;
		background: url("../img/acquisition-bg-sp.jpg") no-repeat top center / cover;
	}

	.certification-area .title{
	font-size: 2.6rem;
		line-height: 1.5;
	}
	.certification-area ul{
		display: block;
		margin: 20px auto 0;
	}
	.certification-area ul li{
		font-size: 2rem;
		margin: 30px 35px 0;
	}
	.certification-area ul li span{
		padding: 0 0 5px;
	}
	.certification-area ul li span.note{
	}
	.certification-area ul li::before{
		width: 20px;
        height: 64px;
	}
	.certification-area ul li::after{
		width: 20px;
        height: 64px;
	}
}

/* -----------------------------
	reason-area
-------------------------------- */
.reason-area{
	margin: 100px 0 0;
}
.reason-area .txt-area{
	text-align: center;
}
.reason-area .txt-area .basic-txt{
	padding: 30px 0 0;
	line-height: 2.4;
}
.reason-block{
	margin: 50px 0 0;
}
.reason-wrap{
	border: solid 5px #FBE21F;
	border-radius: 15px;
	margin: 30px 0 0;
	padding: 30px 30px 30px 30px;
	position: relative;
    box-shadow: 0 2px 17px -4px #b6b499;
}
.reason-wrap .num{
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: .05em;
	font-style: italic;
	background: #FBE21F;
	border-radius: 0 5px 5px 0;
	display: block;
	line-height: 1;
	padding: 10px;
	position: relative;
	left: -30px;
}
.reason-wrap .num span{
	font-size: 4.5rem;
}

.reason-wrap .title{
	font-size: 4.5rem;
	font-weight: bold;
	letter-spacing: .05em;
}

/*reason01*/
.reason01{
	display: flex;
	justify-content: space-between;
}
.reason01 .title,
.reason01 .txt{
	width: 500px;
	padding: 20px 0 0;
}

.reason01 ul{
	display: flex;
}
.reason01 ul li{
	background: #FFFAE6;
	flex: 1;
	margin: 0 0 0 10px;
	padding: 15px;
	max-width: 330px;
	border-radius: 5px;
}
.reason01 .sub-title{
	font-weight: bold;
	text-align: center;
	font-size: 2rem;
	letter-spacing: .05em;
}
.reason01 ul li img{
	margin: 0 auto;
	display: block;
}

/*reason01*/
.reason02{
	display: flex;
	justify-content: space-between;
}
.reason02 .title,
.reason02 .txt{
	padding: 20px 0 0 0;	
	width: 500px;
}
.reason02 .co2{
	background: #FFFAE6;
	padding: 30px;
	border-radius: 5px;
	width: 600px;
}
.reason02 .co2 ul{
}
.reason02 .co2 ul li{
	background: #fff;
	padding: 10px;
	display: flex;
	margin: 10px 0 0;
	align-items: center;
	justify-content: flex-start;
	border-radius: 5px;
}
.reason02 .co2 ul li.sguard{
	border: solid 3px #FA4032 ;
	background: #ffe6e4;
}
.reason02 .co2 ul li .co2-subtitle{
	font-size: 2.3rem;
	display: flex;
	width: 200px;
}
.reason02 .co2 ul li .co2-subtitle img{
	width: 80px;
	height: 100%;
}
.reason02 .co2 ul li .co2-txt{
	font-size:1.8rem;
}
.reason02 .co2 ul li.sguard .co2-txt{
	font-size:2.6rem;
	font-weight: bold;
	color: #FA4032 ;
}

/* reason03*/
.reason-area .box-body .elements {
    padding: 30px;
    border-radius: 10px;
    background: #FFFAE6;
	margin: 30px 0 0;
}
.reason-area table {
	line-height: 1.5;
	min-width: 1000px;
	margin: 20px auto 0 auto;
	border-collapse: collapse;
	border-top: 1px solid #dfd8cf;
	border-left: 1px solid #dfd8cf;
}

.reason-area table thead th {
	background: #c6c4b4;
}

.reason-area table tbody tr td:nth-child(n+2) {
	text-align: center;
}

.reason-area table th {
	padding: 15px 20px;
	border-right: 1px solid #dfd8cf;
	border-bottom: 1px solid #dfd8cf;
	background: #fff;
}

.reason-area table td {
	padding: 15px 20px;
	border-right: 1px solid #dfd8cf;
	border-bottom: 1px solid #dfd8cf;
	background: #fff;
}

.reason-area table .sg {
	font-size: 1.8rem;
	font-weight: bold;
	color: #FA4032;
	border-right: 4px solid #FA4032;
	border-left: 4px solid #FA4032;
}

.reason-area table .sg-top {
	color: #fff;
	border-top: 4px solid #FA4032;
	background: #FA4032;
}

.reason-area table .sg-last {
	border-bottom: 4px solid #FA4032;
}
.reason-subttl{
	font-size: 2rem;
	font-weight: bold;
}

.reason03 .txt-box{
	display: flex;
	padding: 90px 0 0;
	justify-content: space-between;
}
.reason03 .txt-box .num{
	position: absolute;
	left: 0;
	top: 30px;
	width: 500px;
}
.reason03 .txt-box .title{
	white-space: nowrap;
}

/* reason04 */
.reason04 .first-box{
	display: flex;
	justify-content: space-between;
}
.reason04 .title,
.reason04 .txt{
	padding: 20px 0 0 0;	
	width: 500px;
}
.reason04 .box1 iframe{
	padding: 5px;
	background: #333;
}
.reason04 .box2{
	margin: 30px 0 0;
    padding: 30px;
    border-radius: 10px;
    background: #FFFAE6;
}
.reason04 .box2 ul{
	display: flex;
}
.reason04 .box3{
	    padding: 30px;
    border-radius: 10px;
    background: #FFFAE6;
	margin: 30px 0 0;
}
.reason-area .reason04 .box1-image {
	display: flex;
	margin: 30px 0 0 0;
	justify-content: center;
}

.reason-area .reason04 .box1-image li {
	position: relative;
	width: 210px;
	height: 160px;
	margin: 0 60px 0 0;
	flex-shrink: 0;
}

.reason-area .reason04 .box1-image li::before {
	position: absolute;
	top: 50%;
	right: -40px;
	width: 0;
	height: 0;
	content: '';
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-width: 45px 0 45px 25px;
	border-style: solid;
	border-color: transparent transparent transparent #aca878;
}

.reason-area .reason04 .box1-image li:last-child {
	margin-right: 0;
}

.reason-area .reason04 .box1-image li:last-child::before {
	display: none;
}

.reason-area .reason04 .box1-image li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reason04 .elements{
	display: flex;
	justify-content: space-between;
	    padding: 30px;
    border-radius: 10px;
    background: #FFFAE6;
	margin: 30px 0 0;
}
.reason04 .elements > div{
	width: calc((100% / 2) - 10px);
}

.reason-area .reason04 .box4 .img {
	display: flex;
	min-height: 192px;
	margin: 20px 0 0 0;
	padding: 20px 10px;
	background: #fff;
	align-items: center;
	justify-content: center;
}

.reason-area .reason04 .box4 .img img {
	width: 100%;
}

.reason-area .reason04 .box4 .txt {
}

@media screen and (max-width: 768px){
	.reason-area{
		margin: 40px 0 0;
	}
	.reason-area .txt-area{
		text-align: left;
	}
	.reason-area .txt-area .basic-txt{
		padding: 20px 0 0;
		line-height: 1.75;
	}
	.reason-block{
		margin: 20px 0 0;
	}
	.reason-wrap{
		padding: 20px 15px;
	}
	.reason-wrap .num{
		font-size: 1.8rem;
		left: -20px;
	}
	.reason-wrap .num span{
		font-size: 2.3rem;
	}

	.reason-wrap .title{
		font-size: 2.6rem;
	}

	/*reason01*/
	.reason01{
		display: block;
	}
	.reason01 .title,
	.reason01 .txt{
		width: 100%;
		padding: 10px 0 0;
	}

	.reason01 ul{
		display: block;
	}
	.reason01 ul li{
		margin: 0;
		margin: 10px 0 0;
		        max-width: 100%;
	}
	.reason01 ul li:nth-child(2){
		margin: 10px 0 0;
	}
	.reason01 .sub-title{
	}
	.reason01 ul li img{
	}

	/*reason01*/
	.reason02{
		display: block;
	}
	.reason02 .title,
	.reason02 .txt{
		width: 100%;
	}
	.reason02 .co2{
		width: 100%;
		padding: 10px;
	}
	.reason02 .co2 ul{
	}
	.reason02 .co2 ul li{
		display: block;
	}
	.reason02 .co2 ul li.sguard{

	}
	.reason02 .co2 ul li .co2-subtitle{
		font-size: 1.8rem;
	}
	.reason02 .co2 ul li .co2-subtitle img{
	}
	.reason02 .co2 ul li .co2-txt{
		text-align: center;
        border-top: dashed 1px #a7a7a7;
        margin: 5px 0 0;
	}
	.reason02 .co2 ul li.sguard .co2-txt{
	}

	/* reason03*/
	.reason-area .box-body .elements {
		padding: 15px;
		margin: 10px 0 0;
	}
	.reason-area table {
		min-width: 1000px;
	}

	.reason-area table thead th {
	}

	.reason-area table tbody tr td:nth-child(n+2) {
	}

	.reason-area table th {
		padding: 10px 5px;
	}

	.reason-area table td {
	}

	.reason-area table .sg {
	}

	.reason-area table .sg-top {
	}

	.reason-area table .sg-last {
	}
	.reason-subttl{
		line-height: 1.5;
	}

	.reason3-table{
		overflow-x: scroll;
	}
	.reason03 .txt-box{
		display: block;
		padding: 0;
	}
	.reason03 .txt-box .num{
		position: relative;
		left: -20px;
		top: auto;
		width: 100%;
	}
	.reason03 .txt-box .title{
		padding: 20px 0 0;
	}
	.reason03 .txt-box .txt{
		padding: 20px 0 0;
	}

	/* reason04 */
	.reason04 .first-box{
		display: block;
	}
	.reason04 .title,
	.reason04 .txt{
		padding: 20px 0 0 0;	
		width: 100%;
	}
	.reason04 .box1 iframe{
		width: 100%;
		height: 200px;
		margin: 10px 0 0;
	}
	.reason04 .box2{
		padding: 15px;
	}
	.reason04 .box2 ul{
		display: block;
	}
	.reason4-box2-table table{
		width: 100%;
		min-width: 100%;
	}
	.reason04 .box3{
		padding: 15px;
		margin: 20px 0 0;
	}
	.reason-area .reason04 .box1-image {
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px 0 0;
	}

	.reason-area .reason04 .box1-image li {
		width: calc((100% / 2) - 10px);
		height: auto;
		margin: 0;
	}

	.reason-area .reason04 .box1-image li::before {
		border-width: 15px 0 15px 10px;
		right: -15px;
	}
	.reason-area .reason04 .box1-image li:nth-child(n + 3){
		margin: 10px 0 0;}

	.reason-area .reason04 .box1-image li:last-child {
	}

	.reason-area .reason04 .box1-image li:last-child::before {
	}

	.reason-area .reason04 .box1-image li img {
	}

	.reason04 .elements{
		display: block;
		padding: 15px;
	}
	.reason04 .elements > div{
		width:100%;
	}
	.reason-area .reason04 .box4:nth-child(2){
		margin: 20px 0 0;
	}
	.reason-area .reason04 .box4 .img {
		display: block;
		min-height: auto;
		margin: 0;
	}

	.reason-area .reason04 .box4 .img img {
		width: 100%;
	}

	.reason-area .reason04 .box4 .txt {
		margin: 0;
		padding: 10px 0 0;
	}	
}

/* -----------------------------
	works-area
-------------------------------- */
.works-area{
	margin: 100px 0 0;
    background: #FDF1EA;
    padding: 80px 0;
}

.works-area .btn-more{
	margin: 50px auto 0;
}
@media screen and (max-width: 768px){
	.works-area{
		margin: 40px 0 0;
		background: #FDF1EA;
		padding: 40px 0;
	}
	.works-list{
		margin: 20px 0 0;
	}
	
	.works-area .btn-more{
		margin: 30px auto 0;
	}
}

/* -----------------------------
	voice-area
-------------------------------- */
.voice-area{
	padding: 100px 0 ;
}

.voice-block{
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
	
}
.voice-block > div{
	width: calc((100% / 2) - 10px);
	background: #FFFAE6;
	padding: 30px;
	border-radius: 5px;
	position: relative;
}
.voice-block > div::before{
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	top: 15px;
	right: 50px;
	background: url("../img/sguard-voice01.png") no-repeat top center / contain;
}
.voice-block > div:nth-child(2)::before{
	background: url("../img/sguard-voice02.png") no-repeat top center / contain;
}
.voice-block > div .name{
	background: #f39800;
    color: #fff;
	font-weight: bold;
	font-size: 2rem;
	padding: 10px 20px;
	border-radius: 3px;
}
.voice-block > div .catch{
	font-size: 2.6rem;
	font-weight: bold;
	padding: 10px 0 0;
}
.voice-block > div .basic-txt{
	padding: 10px 0 0;
}
.voice-list{
	margin: 0 0 0;
	display: flex;
	flex-wrap: wrap;
}
.voice-list li{
	width: calc((100% / 4) - 10px);
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 20px;
	background: #FFFAE6;
	border-radius: 5px;
	margin: 12px 13px 0 0;
	/*border: solid 1px #ccc;*/
}
.voice-list li:nth-child(4n){
	margin: 12px 0 0;
}

.voice-area .orange{
	font-weight: bold;
}
@media screen and (max-width: 768px){
	.voice-area{
		padding: 40px 0;
	}

	.voice-block{
		display: block;
	}
	.voice-block > div{
		width: 100%;
		padding: 15px;
	}
	.voice-block > div::before{
		top: 10px;
		width: 60px;
		height: 60px;
		right: 20px;
	}
	.voice-block > div:nth-child(2){
		margin: 20px 0 0;
	}
	.voice-block > div:nth-child(2)::before{
	}
	.voice-block > div .name{
		font-size: 1.8rem;
	}
	.voice-block > div .catch{
		font-size: 2.3rem;
	}
	.voice-block > div .basic-txt{
	}
	.voice-list{
        display: block;
		margin: 20px 0 0;
	}
	.voice-list li{
		width: 100%;
		font-size: 1.6rem;
		padding: 10px;
		border-radius: 5px;
		margin: 10px 0 0;
	}
	.voice-list li:nth-child(4n){
		margin: 10px 0 0;
	}
}