@charset "utf-8";
/* CSS Document */

* { box-sizing: border-box; }
 #contentsArea{
	width: 100%;
	padding: 0;
}
#voice .section {
	width: 100%;
	margin: 0 auto 6.666666666666667vw auto;	
}
#voice .section .inner{
	width: 90%;
	margin: 0 auto;	
}
#voice .section h2 {
	width: 100%;
	font-size: 4.8vw;
	font-weight: bold;
	line-height: 1.4;
	background: #f0f0f0;
	border-bottom: 2px solid #71b244;
	padding: 3% 5%;
	margin-bottom: 6.666666666666667vw;
}
#voice .section .text {
	width: 90%;
	font-size: 4vw;
	margin: 0 auto 6.666666666666667vw auto;
}
#voice #blk01 {
	width: 100%;
	background: #fcf5e8;
	margin: 0 auto;
	padding: 5% 0;
}
/*boxInfo
------------------------------------------------*/
#voice .section .boxInfo {
	width: 100%;      
	margin: 0 auto 9.375vw auto;	
}
#voice .section .boxInfo dt{
	width: 100%;
	font-size: 4.533333333333333vw;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #71b244;
	padding: 3%;
}
#voice .section .boxInfo dd{
	width: 100%;
	background: #fff;
	padding: 5%;
	font-size: 4vw;
}
#voice .section .boxInfo dd .bg{
	width: 100%;
	background: url(../images/voice_bg_01.png) center top repeat-y;
	background-size: 100%;
	padding: 0 2% 3% 2%;
}
#voice .section .boxInfo dd .img{
	width: 30%;
	float: left;
	margin-right: 3%;
}
#voice .section .boxInfo dd .text{
	width: 100%;
	margin-bottom: 0;
	line-height: 2.35;
}
#voice .section .boxInfo dd .text span {
	color: #71b244;
	font-weight: bold;
	line-height: 2.35;
}
/*boxComments
------------------------------------------------*/
#voice .section .boxComments {
	width: 100%;  
	border-bottom: 1px solid #dddddd;
	margin: 0 auto 10.25vw auto;	
}
#voice .section .boxComments .row {
	width: 100%;  
	border-bottom: 1px solid #dddddd;
	margin: 0 auto;	
	padding: 5%;
}
#voice .section .boxComments .row .ttl{
	width: 100%;  
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
#voice .section .boxComments .row .icon {
	width: 22%;
}
#voice .section .boxComments .row .cmt {
	width: 78%;
	font-size: 4vw;
	padding-left: 5%;
	color: #71b244;
	font-weight: bold;
}
#voice .section .boxComments .row .text {
	width: 100%;
	font-size: 4vw;
	margin-bottom: 0;
}
/*boxLink
------------------------------------------------*/
#voice .section .boxLink {
	width: 100%;
	background: #ffa955;
	padding: 5%;
	margin-bottom: 6.666666666666667vw;
}
#voice .section .boxLink .boxLinkInner {
	width: 100%;
	background: #fff;
	padding: 5%;
	border-radius: 10px;
	margin-bottom: 6.666666666666667vw;
}
#voice .section .boxLink .boxLinkInner .ttl {
	font-size: 6.8125vw;
	color: #fd451c;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2.0625vw;
}
#voice .section .boxLink .boxLinkInner .cap {
	font-size: 4vw;
	margin-bottom: 3.733333333333333vw;
}
#voice .section .boxLink a {
	width: 100%;
	border: 1px solid #ff7c00;
	background: #ff7c00;
	display: block;
	border-radius: 5px;
	margin: 0 auto 6.666666666666667vw auto;
}
#voice .section .boxLink a:hover {
	text-decoration: none;
	color: inherit;
}
#voice .section .boxLink .textNote {
	font-size: 3.733333333333333vw;
	text-indent: -3.733333333333333vw;
	margin-left: 3.733333333333333vw;;
	color: #fff;
}
#voice .section  .textNote02 {
	font-size: 3.733333333333333vw;
}
#voice .section .boxLink .boxLinkInner .btn a {
	width: 100%;
	font-size: 4.25vw;
	color: #fff;
	text-align: center;
	line-height: 1;
	border-radius: 5px;
	display: block;
	padding: 4% 2%;
	margin: 0;
	position: relative;
	border: 1px solid #fc3516;
	background: #ff8539; /* Old browsers */
	background: -moz-linear-gradient(top, #ff8539 0%, #fc3616 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff8539 0%,#fc3616 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff8539 0%,#fc3616 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8539', endColorstr='#fc3616',GradientType=0 ); /* IE6-9 */
}
#voice .section .boxLink .boxLinkInner .btn a span {
	font-size: 5.333333333333333vw;
	display: block;
	font-weight: bold;
}
#voice .section .boxLink .boxLinkInner .btn a:hover {
	text-decoration: none;
}
#voice .section .boxLink .boxLinkInner .btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	border-width: 1.875vw;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}
/*boxContact
------------------------------------------------*/
#voice .section .boxContact {
	width: 100%;
	padding: 5%;
}
#voice .section .boxContact .boxContactInner {
	width: 100%;
	background: #f96d8d;
	padding: 1%;
	border-radius: 10px;
	margin-bottom: 6.666666666666667vw;
	box-shadow: 0 0 6px 2px #c6c6c6;
}
#voice .section .boxContact .boxContactInner .bg {
	width: 100%;
	padding: 2% 5%;
	border-radius: 0 0 9px 9px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e2e2e2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#e2e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}
#voice .section .boxContact .boxContactInner .ttl {
	font-size: 4.266666666666667vw;
	color: #fff;
	text-align: center;
	padding: 2%;
	font-weight: bold;
}
#voice .section .boxContact .boxContactInner .des {
	font-size: 3.733333333333333vw;
	margin-bottom: 2.25vw;
}
#voice .section .boxContact .boxContactInner .tel {
	margin-bottom: 2.25vw;
}
#voice .section .boxContact .boxContactInner .cap {
	font-size: 3.733333333333333vw;
	text-align: center;
	color: #f96d8d;
}
/*listNote
------------------------------------------------*/
#voice .section .listNote li {
	font-size: 3.733333333333333vw;
	text-indent: -3.733333333333333vw;
	margin-left: 3.733333333333333vw;
	margin-top: 3.733333333333333vw;
}
#voice .section .listNote li:nth-of-type(2) {
	color: #cf0a06;
}
#voice .section  .textNote {
	font-size: 3.733333333333333vw;
}
#voice .section .text02 {
	width: 100%;
	font-size: 4vw;
	margin-bottom: 3.733333333333333vw;
	font-weight: bold;
}



