@charset "UTF-8";

.section {
	margin-bottom: 60px;
}
.figures figure {
	float: left;
	width: 25%;
}
figure {
	padding: 5px;
	margin-bottom: 30px;
}
figure img {
	width: 100%;
}
figure figcaption {
	font-size: 14px;
	margin-top: 5px;
}
.voice {
	height: 100%;
	overflow: hidden;
}
.voice ul {
	list-style: none;
	float: left;
	width: 25%;
	padding: 0;
	margin: 0;
}
.voice figure {
	float: left;
	width: 50%;
}

.radius {
    border-radius: 10px;
	border: solid 2px #c00000;
    background: #fff;
    padding: 10px 30px;
}
.red {
	color: #c00000;
}
main a.btn {
    display: inline-block;
    background: #004386;
    color: #fff; 
    font-weight: bold;
    padding: 20px 80px;
}
main h4 {
	line-height: 1.25;
}

/* balloon */
.balloon-t-l,
.balloon-t-r,
.balloon-b-l,
.balloon-b-r {
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #ccc;
  border-radius: 7px;
  box-sizing: border-box;
}
.balloon-t-l,
.balloon-b-l {
  margin: 0.5em 15px 0.5em 0;
}
.balloon-t-r,
.balloon-b-r {
  margin: 0.5em 0 0.5em 15px;
}

.balloon-t-l:before,
.balloon-t-r:before,
.balloon-b-l:before ,
.balloon-b-r:before {
  content: "";
  position: absolute;
  border: 12px solid transparent;
  z-index: 2;
}
.balloon-t-l:before,
.balloon-t-r:before,
.balloon-t-l:after,
.balloon-t-r:after {
  top: 50%;
}
.balloon-b-l:before,
.balloon-b-r:before,
.balloon-b-l:after,
.balloon-b-r:after {
  top: 35%;
}

.balloon-t-l:before,
.balloon-t-r:before,
.balloon-b-l:before,
.balloon-b-r:before {
  margin-top: -12px;
}
.balloon-t-l:before,
.balloon-b-l:before {
  right: -24px;
  border-left: 12px solid #FFF;
}
.balloon-t-r:before,
.balloon-b-r:before {
  left: -24px;
  border-right: 12px solid #FFF;
}

.balloon-t-l:after,
.balloon-t-r:after,
.balloon-b-l:after,
.balloon-b-r:after {
  content: "";
  position: absolute;
  border: 14px solid transparent;
  z-index: 1;
}
.balloon-t-l:after,
.balloon-t-r:after,
.balloon-b-l:after,
.balloon-b-r:after {
  margin-top: -14px;
}
.balloon-t-l:after,
.balloon-b-l:after {
  right: -30px;
  border-left: 14px solid #ccc;
}
.balloon-t-r:after,
.balloon-b-r:after {
  left: -30px;
  border-right: 14px solid #ccc;
}

@media screen and (max-width: 768px) {
    .figures figure {
    	float: none;
    	width: 100%;
    }
	.voice ul,
	.voice figure {
		float: none;
		width: 100%;
	}
	.voice figure {
		margin-bottom: 0;
	}

}