@charset "utf-8";
/* CSS Document */

.preparation-box{
	border:dotted 1px #458fb1;
	padding: 1em;
}

.pre-ttl{
	font-size: 150%;
	font-weight:100;
	line-height: 1.5em;
	padding: 16px 0;
}

.preparation-item{
	}

.item-icon{
	width: 50px;
    height: 50px;
    border-radius: 25px;
    margin: 20px 16px;
	float:left;
}

.item-text{
	padding: 16px 16px 16px 0;
	margin-left:82px;
}

.circle-w{
	background-color:#FFF;
}

.circle-b{
	background-color:#458fb1;
}

.color-w{
	color:#FFF;
}




.voice-txt{
 
    padding: 32px 20px 32px 20px;
	position: relative;
	border-radius:5px;
}

.v-color-p{
	background-color: #f1d8d8;
}

.v-color-b{
	background-color: #A0DAE4;
}

.voice-content-icon{
    bottom: 0px;
        right: 8px;
    position: absolute;
	z-index: 1;
}

.voice-section {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.voice-info {
  
}




.voice-txt:after {
	content: '';
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	z-index: -1;
	background: #fff;
	bottom: -24px;
    right: 43px;
            }
			
 .v-color-p:before {
	content: '';
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	z-index: -1;
	background: #f1d8d8;
	bottom: -17px;
    right: 62px;
            }
			
.v-color-b:before {
	content: '';
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 25px;
	z-index: -1;
	background: #A0DAE4;
	bottom: -17px;
    right: 62px;
            }


.voice-item {
}

.voice-item h3 {
	border-bottom:1px solid #ccc;
	padding-bottom:8px;
	margin-bottom:16px;
}

.voice-item h3 .date {
	color:#999;
	font-weight:normal;
}

.voice-item h3 .name {
	margin-left:32px;
}

.voice-item .voice-info {
}

.voice-item .voice-info .img-1 {
	float:left;
	width:300px;
	height:200px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.voice-item .voice-info .img-1 a {
	display:block;
	height:100%;

}

.voice-item .voice-info .img-1 a img {
	
}

.voice-item .voice-info .img-2 {
	float:left;
	width:150px;
	height:200px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	margin-left:16px;
}

.voice-item .voice-info .img-2 a {
display:block;
	height:100%;
}

.voice-item .voice-info .img-2 a img {

}

.voice-item .voice-info .comment {
	margin-left:482px;
	min-height:200px;
	text-align:left;
}

.voice-item .voice-info .comment br {
}

.total-view{
	background:#efefef;
	padding:4px;
	font-weight:bold;
	}

@media (min-width: 768px) {

}

@media (min-width: 992px){

}
