.voiceBody{
	margin: 0px auto 60px auto ;
	padding: 0px 25px;
	max-width: 780px;
}
.voiceBody .voiceContents{
	margin: 0px 0px 0px 0px;
	padding: 30px 60px;
	background: #FFF;
}
.voiceBody .voiceContents .comment {
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
	font-size: 16px;
}
.voiceBody .voiceContents .taglist{
 margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #999;
	/*text-align: center;*/
}

.voiceBody .voiceContents .voicetitle{
	margin: 0px 0px 20px 0px;
	padding: 10px;
	background-color: #ffdf00;
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
}

.voiceBody .voiceContents .imgBox{
 margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #999;
	/*display: flex;
	flex-wrap: wrap;
	align-items: center;*/
}
/*
.voiceBody .voiceContents .imgBox .index{
 margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	width: 200px;
	font-size: 16px;
}
*/
.voiceBody .voiceContents .imgBox .cont{
 margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
		font-size: 16px;
	width: auto;
 text-align: center;
}
.voiceBody .voiceContents .imgBox .cont img{
 display: inline-block;
}

.voiceBody .voiceContents .statusBox{
 margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #999;
	display: flex;
	flex-wrap: wrap;
}
.voiceBody .voiceContents .statusBox .index{
 margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	width: 150px;
	font-size: 16px;
}
.voiceBody .voiceContents .statusBox .cont{
 margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
		font-size: 16px;
	width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
}
.voiceBody .voiceContents .statusBox .cont a{
	 margin: 0px;
	padding: 0px;
	color: #00c;
 text-decoration: underline;
}
.voiceBody .voiceContents .faqList{
	margin: 50px 0px 30px 0px;
	padding: 20px;
	border: 1px solid #DEDEDE;
}
.voiceBody .voiceContents .faqList .faqBox{
	margin: 0px 0px 50px 0px;
	padding: 0px;
}
.voiceBody .voiceContents .faqList .faqBox:last-child{
 margin: 0px;
}
.voiceBody .voiceContents .faqList .faqBox .q{
	margin: 0px 0px 10px 24px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #ffdf00;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	text-indent: -24px;
}
.voiceBody .voiceContents .faqList .faqBox .q:before{
 content: "Q";
	color: #ffdf00;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 5px 0px 0px;
}
.voiceBody .voiceContents .faqList .faqBox .a{
	margin: 0px 0px 0px 24px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	text-indent: -24px;
}
.voiceBody .voiceContents .faqList .faqBox .a:before{
 content: "A";
	color: #666;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 5px 0px 0px;
}

.voiceBody .voiceContents .commentBox{
	margin: 0px;
	padding: 10px 20px;
	border: 1px solid #DEDEDE;
}
.voiceBody .voiceContents .commentBox .index{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-bottom: 1px solid #DEDEDE;
	font-size: 18px;
	line-height: 2;
	font-weight: bold;
	text-align: center;
}
.voiceBody .voiceContents .commentBox .cont{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 1.6;
}

.voiceBody .voiceContents .content{
	margin: 0px 0px 60px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #999;
	font-size: 1.6rem;
	text-align: left;
}
.voiceBody .voiceContents .content .mainImg{
	margin: 0px 0px 30px 0px;
	text-align: center;
}
.voiceBody .voiceContents .content .mainImg img{
 max-width: 100%;
	display: inline-block;
}
.voiceBody .voiceContents .content h2{
    margin: 30px 0px 10px 0px;
    padding: 5px 5px;
    font-size: 3rem;
				line-height: 1.2;
    color: #111;
    border-bottom: #ffdf00 2px solid;
				font-weight: bold;
				text-align: left;
}
.voiceBody .voiceContents .content h3{
	   margin: 30px 0px 10px 0px;
    padding: 2px 0px 2px 10px;
    font-size: 2.4rem;
				font-weight: bold;
				color: #111;
				border-left: #ffdf00 15px solid;
}
.voiceBody .voiceContents .content h4{
	   margin: 30px 0px 10px 0px;
    padding: 0px;
    font-size: 2rem;
				font-weight: bold;
				color: #ffdf00;
}
.voiceBody .voiceContents .content a{
 margin: 0px;
	padding: 0px;
	color: #00c;
 text-decoration: underline;
}
.voiceBody .voiceContents .content img{
 margin: 20px 0px 20px 0px;
}
.voiceBody .voiceContents .content ul{
 margin: 20px 0px;
	padding: 0px;
}
.voiceBody .voiceContents .content ul li{
 margin: 0px 0px 10px 0px;
	padding: 0px;
}
.voiceBody .voiceContents .content ul li:before{
 content: "●";
	margin: 0px 10px 0px 0px;
	color: #ffdf00;
}


.voiceBody .voiceContents .content #toc_container{
	width: 100%;
	margin: 30px 0px;
	border: 2px solid #ffdf00;
	background: #fff;
}
.voiceBody .voiceContents .content #toc_container .toc_title{
	padding: 0px 0px 5px 0px;
	border-bottom: 2px solid #ffdf00;
	text-align: left;
}

.voiceBody .voiceContents .content #toc_container a{
	color: #000;
}
.voiceBody .voiceContents .content #toc_container ul li{
 line-height: 2;
}
.voiceBody .voiceContents .content #toc_container ul li span{
 color: #ffdf00;;
	font-weight: bold;
	margin-right: 5px;
 }
.voiceBody .voiceContents .content #toc_container ul li:before{
 display: none;
}
.voiceBody .voiceContents .voiceBox{
 margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #999;
}
.voiceBody .voiceContents .voiceBox .index{
 margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.voiceBody .voiceContents .voiceBox .img{
 margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
.voiceBody .voiceContents .voiceBox .img img{
 display: inline-block;
}



.voiceBody .voiceContents .writerArea{
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.voiceBody .voiceContents .writerArea .title {
    margin: 0px 0px 10px 0px;
    padding: 2px 0px;
    font-size: 2.4rem;
    color: #000;
}
.voiceBody .voiceContents .writerArea  .writerContents{
	padding:15px;
	border:2px solid #ffdf00;
}
.voiceBody .voiceContents .writerArea  .writerContents .img {
  width: 180px;
  margin: 0px 20px 0px 0px;
  padding: 0px !important;
  display: inline-block;
  vertical-align: middle;
}

.voiceBody .voiceContents .writerArea .writerContents .img img {
  width: 100%;
}

.voiceBody .voiceContents .writerArea .writerContents .textInfo {
  width: -webkit-calc(100% - 210px);
  width: calc(100% - 210px);
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
}

.voiceBody .voiceContents .writerArea .writerContents .textInfo .name {
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

.voiceBody .voiceContents .writerArea .writerContents .textInfo .text {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 1.8;
}

@media only screen and (max-width: 640px){
.voiceBody .voiceContents .writerArea .writerContents .img{
		width: 100%;
		display: block;
		margin: 0px 0px 20px 0px;
	}
.voiceBody .voiceContents .writerArea .writerContents .textInfo{
		width: 100%;
		display: block;
		margin: 0px 0px 0px 0px;
	}
}


.voiceBody .bloglistlink{
	width: 100%;
	padding: 20px 0px;
}
.voiceBody .bloglistlink a{
	   display: block;
    width: 250px;
    margin: 0 auto;
    border: solid 1px #b2b2b2;
    border-radius: 24px;
    background: url(/assets/img/common/arrow-right.svg)no-repeat 92% 50%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
}

.voiceBody .beforeafter{
	width: 100%;
	padding: 20px 0px;
}
.voiceBody .beforeafter .article-nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.voiceBody .beforeafter .article-nav li a{
 font-size: 18px;
	font-weight: bold;
}


.voiceBody .voiceArchive {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: -webkit-calc(100% - 310px);
    width: calc(100% - 310px);
}



section.sub .h2 {
    z-index: 1000;
    margin: 0 auto 2em;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.7em;
    letter-spacing: -.08em;
    text-align: center;
}
section.sub .h2 span{
	display: block;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: .02em;
}

@media only screen and (max-width: 640px){
 .voiceBody{
		padding: 0px 15px;
	}
	.voiceBody .voiceContents{
		padding: 20px 15px;
	}
	
	.voiceBody .voiceContents .comment{
		text-align: left;
	}
	
	.voiceBody .voiceContents .imgBox{
		display: block;
	}
	.voiceBody .voiceContents .imgBox .index{
		margin: 0px 0px 5px 0px;
		text-align: center;
		width: auto;
	}
	.voiceBody .voiceContents .imgBox .index br{
		display: none;
	}
	.voiceBody .voiceContents .imgBox .cont{
		margin: 0px;
		width: auto;
		text-align: center;
	}
		.voiceBody .voiceContents .imgBox .cont img{
		 max-width: 70%;
			display: inline-block;
		}
	.voiceBody .voiceContents .statusBox{
		display: block;
	}
	.voiceBody .voiceContents .statusBox .index{
		display: block;
		margin: 0px 0px 2px 0px;
		width: auto;
	}
	.voiceBody .voiceContents .statusBox .cont{
		width: auto;
	}
	.voiceBody .voiceContents .faqList .faqBox{
			margin: 0px 0px 30px 0px;
			padding: 0px;
		}
		.voiceBody .voiceContents .faqList .faqBox:last-child{
			margin: 0px;
		}
		.voiceBody .voiceContents .faqList .faqBox .q{
			font-size: 16px;
		}
		.voiceBody .voiceContents .faqList .faqBox .q:before{
			font-size: 20px;
		}
		.voiceBody .voiceContents .faqList .faqBox .a{
			font-size: 16px;
		}
		.voiceBody .voiceContents .faqList .faqBox .a:before{
			font-size: 20px;
		}

	
	
}
.voice .termName{
	margin: 0px 0px 20px 0px;
	text-align: center;
	    font-size: 2rem;
					font-weight: bold;
}


.voiceArchive{
	   margin: 0px auto;
    padding: 0px 25px;
    max-width: 1240px;
    display: flex;
    flex-wrap: wrap;
}
.voiceArchive .voiceBox{
		margin: 0px 30px 30px 0px;
		padding: 0px;
		    width: -webkit-calc(33.3% - 20px);
    width: calc(33.3% - 20px);
		background: #FFF;
		
}
.voiceArchive .voiceBox:nth-child(3n){
	margin: 0px 0px 30px 0px;
}
.voiceArchive .voiceBox .voiceBoxinner{
		margin: 0px;
		padding: 10px;
		/*
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		*/
}

.voiceArchive .voiceBox .voiceBoxinner .img{
		margin: 0px 0px 10px 0px;
		padding: 0px;
		font-size: 18px;
		line-height: 0px;
		width: auto;
		text-align: center;
}
.voiceArchive .voiceBox .voiceBoxinner .img img{
 width: 50%;
	margin: 0 auto;
}
.voiceArchive .voiceBox .voiceBoxinner .statusArea{
	/*width : -webkit-calc(70% - 10px) ;
   width : calc(70% - 10px) ;
			*/
}
.voiceArchive .voiceBox .voiceBoxinner .status{
 margin: 0px 0px 5px 0px;
 padding: 0px 0px 5px 0px;
 border-bottom: 1px solid #999;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.voiceArchive .voiceBox .voiceBoxinner .status.name{
	    font-size: 18px;
    font-weight: bold;
				border: none;
	margin: 0px 0px 10px 0px;
}

.voiceArchive .voiceBox .voiceBoxinner .status .index{
 margin: 0px 10px 0px 0px;
	padding: 3px 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
	width:120px;
	text-align: left;
}
.voiceArchive .voiceBox .voiceBoxinner .status .cont{
 margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	width : -webkit-calc(100% - 140px) ;
   width : calc(100% - 140px) ;
}

.voiceArchive .voiceBox .voiceBoxinner .status.name .cont{
 font-weight: bold;
}
.voiceArchive .voiceBox .voiceBoxinner .btn{
	text-align: center;
	padding: 10px 0px 0px 0px
}
.voiceArchive .voiceBox .voiceBoxinner .btn span{
	   display: block;
    width: 250px;
    margin: 0 auto;
    border: solid 1px #b2b2b2;
    border-radius: 20px;
    background: url(/assets/img/common/arrow-right.svg)no-repeat 92% 50%;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
}
.wp-pagenavi{
	padding: 0px 0px 30px 0px;
}
@media only screen and (max-width: 640px){
	.voiceArchive{
    display: block;
}
.voiceArchive .voiceBox{
		margin: 0px 0px 30px 0px;
		padding: 0px;
		width : auto;
}
.voiceArchive .voiceBox:nth-child(3n){
	margin: 0px 0px 30px 0px;
}
}


.cvarea{
 padding: 30px 0px;
	margin: 0px 0px 30px 0px;
display: flex;
justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: .015em;
    text-align: center;
				background: #fefcd4;
}
.cvarea a {
    display: block;
    width: 530px;
    height: 58px;
    padding-left: 2.8em;
    border-radius: 32px;
    line-height: 58px;
    pointer-events: auto;
    -webkit-filter: drop-shadow(3px 3px 0 rgba(0,0,0,.15));
    filter: drop-shadow(3px 3px 0 rgba(0,0,0,.15))
}

.cvarea a.service {
    width: 300px;
    background: url(/assets/img/common/shake-hand.svg)no-repeat 29px 50%/42px auto,url(/assets/img/common/arrow-right.svg)no-repeat calc(100% - 14px) 50%/8px auto;
    background-color: #fff
}

div.button-area.links ul li a:hover,.cvarea a.ceo:hover,.cvarea a.contact:hover,.cvarea a.service:hover {
    background-color: #fcee2a
}

.cvarea a.contact {
    width: 316px;
    margin-left: 25px;
    background: url(/assets/img/common/envelope.svg)no-repeat 32px 50%/28px auto,url(/assets/img/common/arrow-right.svg)no-repeat calc(100% - 14px) 50%/8px auto;
    background-color: #fff
}

.cvarea a.contact:hover span {
    transition-delay: 1s
}

.cvarea a.ceo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    margin-top: -40px;
    padding: 0 0 20px;
    border-radius: 80px;
    background-color: #ffdf00;
    line-height: initial
}

.cvarea,.cvarea a span,.cvarea a.ceo img {
    transition: all .3s
}

.cvarea a.ceo img.icon {
    width: 40px;
    margin: 0 0 15px 15px;
    transition: all .3s;
    transition-delay: .3s
}

.cvarea a.ceo img.text {
    width: 73px;
    margin: 0 auto
}

.cvarea a.ceo span {
    display: none
}

.cvarea a span {
    transition-delay: .3s
}

.cvarea a img {
    display: inline-block;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    margin-right: .5em
}
@media only screen and (max-width: 640px){
	.cvarea{
		padding: 10px;
		display: block;
		}
		.cvarea a {
						max-width: 100%;
						
						width: 100%;
		}
		.cvarea a.service{
						margin-left: 0px;
						margin-bottom: 20px;
						width: 100%;
		}
		.cvarea a.contact {
						margin-left: 0px;
						margin-bottom: 0px;
						width: 100%;
		}

}


