@charset 'UTF-8';
.voice .inner{
	margin-bottom: 60px;
}
.voice .image {
	width: 200px;
}
.voice .image > div{
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 1px #E2E2E2;
}
.square img{
	padding: 0;
}
.square .inner:last-child{
	margin-bottom: 50px;
}


.headding {
    background: #fff;
    border: solid 1px #032C4C;
    padding: 12px 20px 13px;
    font-size: 2.1rem;
    line-height: 1.4;
}
.headding:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 35px;
    bottom: -20px;
    top: auto;
    left: 60px;
    background: #032C4C;
    transform: rotate(-45deg);
}


.headding:after {
	display: none;
}