.voice {
 margin-bottom:40px
}
.voice-img-left {
 margin-left:4px;
 margin-top:-1px;
 float:left;
 width:70px;
 height:70px
}
.voice-img-right {
 margin-right:4px;
 margin-top:-1px;
 float:right;
 width:70px;
 height:70px
}
.voice figure img {
 width:100%;
 height:100%;
 border:2px solid #eee;
 border-radius:50%;
 margin:0
}
.voice-img-description {
 padding:5px 0 0;
 font-size:13px;
 font-weight:bold;
 text-align:center
}
.voice-text-right {
 color:#444;
 position:relative;
 margin-left:100px;
 margin-right:100px;
 padding:1.2em;
 border:3px solid #eee;
 background-color:#fff;
 border-radius:5px
}
.voice-text-right:before {
 position:absolute;
 content:'';
 border:10px solid transparent;
 border-right:10px solid #eee;
 top:21px;
 left:-23px
}
.voice-text-right:after {
 position:absolute;
 content:'';
 border:10px solid transparent;
 border-right:10px solid #fff;
 top:21px;
 left:-19px
}
.voice-text-left {
 position:relative;
 margin-left:100px;
 margin-right:100px;
 padding:1.2em;
 border:3px solid #eee;
 background-color:#fff;
 border-radius:5px
}
.voice-text-left:before {
 position:absolute;
 content:'';
 border:10px solid transparent;
 border-left:10px solid #eee;
 top:21px;
 right:-23px
}
.voice-text-left:after {
 position:absolute;
 content:'';
 border:10px solid transparent;
 border-left:10px solid #fff;
 top:21px;
 right:-19px
}
p.voice-text {
 margin:0 0 8px
}
p.voice-text:last-child {
 margin-bottom:0px
}
.voice:after,
.voice:before {
 clear:both;
 content:"";
 display:block
}

/* Qの吹き出し */
.voice-text-right-Q {
 color:#ff1493;
 position:relative;
 margin-left:20px;
 margin-right:50px;
 padding:1.2em;
 border:3px solid #eee;
 background-color:#fff;
 border-radius:5px;
 font-size:19px;
}


.voice-text-right-Q:before {
 position:absolute;
 content:'';
 border:10px solid transparent;
 border-right:10px solid #eee;
 top:21px;
 left:-23px
}
.voice-text-right-Q:after {
 position:absolute;
 content:'';
 border:10px solid transparent;
 border-right:10px solid #fff;
 top:21px;
 left:-19px
}


/* ////////////////// */
.writerinfo {
 padding: 40px;
 background-color: #ffffff;
 margin: 10px 0px -36px 0px!important;
}
.writerinfo .inner {
 width: 680px;
 margin: 0 auto;
 font-family: 'Noto Sans Japanese',sans-serif;
 font-size: 15px;
 color: #000000;
 line-height: 1.6;
}
.writerinfo .left {
    width: 160px;
    margin-right: 30px;
    float: left;
}
.writerinfo .right {
    width: 490px;
    float: right;
}

.cf:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.cf{
    display: inline-block;
} 
/* ////////////////// */


/* 下のまとめ */
.box17{
    margin:2em 0;
    position: relative;
    padding: 2.5em 3.5em;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 1px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}