<figure class="cp_quote">
<blockquote>There are two means of refuge from the miseries of life: music and cats.</blockquote>
<div class="author">
<img src="img.jpg" />
<h5>Albert Schweitzer<span>French-German theologian</span></h5>
</div>
</figure>
*, *:before, *:after {
font-family: 'FontAwesome';
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_quote {
position: relative;
overflow: hidden;
width: 90%;
margin: 1em auto;
text-align: left;
color: #333333;
box-shadow: none !important;
}
/* 写真 */
.cp_quote img {
position: relative;
z-index: 1;
display: inline-block;
width: 120px;
max-width: 100%;
height: 120px;
border-radius: 50%;
object-fit: cover;
}
/* 引用 */
.cp_quote blockquote {
line-height: 1.6em;
position: relative;
display: block;
margin: 0 0 -50px 0;
padding: 30px 50px 65px 50px;
color: #ffffff;
border-radius: 8px;
background: #607d8b;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
/* アイコン */
.cp_quote blockquote:before,
.cp_quote blockquote:after {
font-size: 50px;
font-style: normal;
position: absolute;
content: '1C';
opacity: 0.3;
}
.cp_quote blockquote:before {
top: 35px;
left: 20px;
}
.cp_quote blockquote:after {
right: 20px;
bottom: 35px;
content: '1D';
}
/* 引用元名 */
.cp_quote .author {
margin: 0;
text-align: center;
color: #607d8b;
}
.cp_quote .author h5 {
font-weight: bold;
padding: 0px 5px 0px 5px;
margin: 0;
opacity: 0.8;
}
.cp_quote .author h5 span {
font-size: .6em;
font-weight: normal;
display: block;
margin: 0;
padding: 0 5px 0 5px;
}