@charset "UTF-8";

/* 吹き出し */
.voice-answer {
	padding: 20px 0 0;
}

.voice-question-img {
	float: left;
	width: 60px;
}

.voice-answer-img {
	float: right;
	width: 70px;
}

.voice-question-img img, 
.voice-answer-img img {
	width: 100%;
	height: auto;
}

.voice-question-balloon, 
.voice-answer-balloon {
	border: solid 1px #cdcdcd;
	border-radius: 0;
	padding: 20px 10px;
	position: relative;
	font-size: 14px;
	color: #333;
}

.voice-question-balloon {
	margin: 0 0 0 68px;
}

.voice-answer-balloon {
	margin: 0 93px 0 0;
	background-color: #fdeee6;
}

.voice-question-balloon:before {
	content: "";
	position: absolute;
	top: 20px;
	left: -10px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 12px 8px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 1;
}

.voice-question-balloon:after {
	content: "";
	position: absolute;
	top: 20px;
	left: -12px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 12px 8px 0;
	border-color: transparent #cdcdcd transparent transparent;
	z-index: 0;
}

.voice-answer-balloon:before {
	content: "";
	position: absolute;
	top: 20px;
	right: -10px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #fdeee6;
	z-index: 1;
}

.voice-answer-balloon:after {
	content: "";
	position: absolute;
	top: 20px;
	right: -12px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #cdcdcd;
	z-index: 0;
}

.voice-question a,
.voice-answer a {
	display: inline;
}

.example2 { 
	word-break: break-all;
}

/* アンケ―ト */
.action_vote_box {
	position: relative;
	border: 1px solid #e5e5e5;
	box-shadow: 0 2px 0 #d1d1d1;
}
.action_vote_title {
	margin: 0 20px;
	padding-top: 23px;
	padding-bottom: 23px;
	text-align: center;
	border-bottom: 2px solid #d1d1d1;
}
.action_vote_heading_ttl {
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
}
.action_vote_text {
	margin: 0 20px;
	padding: 20px;
	text-align: center;
}
.action_vote_list {
	margin: 0;
	padding: 0;
	text-align: center;
}
.action_vote_btn {
	display: inline-block;
	padding: 10px 20px 15px;
	width: 30%;
}
.action_vote_btn input {
	width: 100%;
	min-width: 100%;
	font-size: 16px;
}

@media (max-width: 980px) {
	
	.voice-question, 
	.voice-answer {
		clear: both;
	}
	
	.voice-question-img {
		width: 60px;
	}
	
	.voice-answer-img {
		width: 60px;
	}
}

@media (max-width: 767px) {
	
/* 吹き出し */
	.voice-question {
		padding: 10px 0 0;
	}

	.voice-answer-balloon {
		min-height: 115px;
		margin: 0 0 0 60px;
	}
	
	.voice-answer-balloon {
		margin: 0 75px 0 0;
	}
	
	.voice-answer-balloon-txt {
		display: inline;
		padding: 0;
	}	
	.voice-question-img {
		width: 50px;
	}

	.voice-answer-img {
		width: 60px;
	}
	
/* アンケート */
	.action_vote_title {
		padding: 10px;
		text-align: left;
	}
	.action_vote_text {
		margin: 0;
	}
	.action_vote_list {
		overflow: hidden;
	}
	.action_vote_btn {
		float: left;
		padding: 10px 0 15px;
		width: 50%;
	}
	.action_vote_btn:first-child {
		padding-right: 10px;
	}
	.action_vote_btn:last-child {
		padding-left: 10px;
	}
}