﻿@charset "utf-8";
/* 吹き出しデザイン */
.voice {margin-bottom: 40px;}
.voice:after, .voice:before {box-sizing: border-box; clear: both; content: ""; display: block;}
figure {margin: 0;}
figcaption {display: block;}
.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;}
p.voice-text:last-child {margin-bottom: 0px;}
p.voice-text {margin: 0 0 8px;}

.voice-img-right {margin-right: 4px; margin-top: -1px; float: right; width: 70px; height: 70px;}
.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;}
@media (max-width: 480px) { .voice-text-right {margin-right: 0;}}
.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-img-left {margin-left: 4px; margin-top: -1px; float: left; width: 70px; height: 70px;}
.voice-text-left {position: relative; margin-left: 100px; margin-right: 100px; padding: 1.2em; border: 3px solid #eee; background-color: #fff; border-radius: 5px;}
@media (max-width: 480px) { .voice-text-left {margin-left: 0;}}
.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;}

