@charset "utf-8";
/* CSS Document */


h2 {
	font-weight: 400;
    margin-bottom: 5px;
	font-size:1rem;
	padding-top:15px;
	color:#e47930;
}

.txtBlock p {
	font-size:0.9rem;
	line-height:1.6;
	margin-bottom:15px;
}
.txtBlock div {
	margin:0 30px;
}
.voiceCotents {
	width: 900px;
	margin:50px auto;
}
.Bflex {
	display:flex;
}
.orenge {
	border: 1px solid #e47930;
    color: #e47930;
    font-size: 81%;
    padding: 1px 12px;
    border-radius: 50px;
    margin-top: 10px;
    line-height: 3;
}
.txtBlock {
	clear:both;
	width:90%;
	margin:20px;
	position: relative;
	background: #ffffff;
	border: 2px solid #d9d9d9;
	border-radius: 20px;
    -moz-border-image: border-radius: 20px;
    -webkit-border-image: border-radius:20px;
	padding: 20px 30px;
}
.txtBlock:after, .txtBlock:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.txtBlock:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 17px;
	margin-left: -17px;
}
.txtBlock:before {
	border-color: rgba(217, 217, 217, 0);
	border-bottom-color: #d9d9d9;
	border-width: 20px;
	margin-left: -20px;
}


 @media all and (min-width: 0) and (max-width: 767px) {
	 .voiceCotents{
		 width:auto;
	 }
	 .Bflex {
		 display:block;
	 }
	 .man {
		 text-align:center;
	 }
 }