@charset "UTF-8";
/****************************************
       CSS レイアウト (共有)
*****************************************/
/************************************
お客様の声
************************************/
.voice{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: top;
    align-items: top;
	margin-bottom:5px;
}

.voice_col1{
	width:128px;
	margin:5px;
	padding:5px;
}
.voice_col2{
	width:auto;
	margin:5px;
	padding:5px;
	max-width:70%;
}

.voice_address{
	font-size:1.1em;
	line-height:1.774;
}

.voice_word{
	position: relative;
	display: inline-block;
	margin: 0.5em 0 0 5px;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #fcfcfc;
	font-size: 16px;
	background: #ff8c33;/* 好みで色を変えてください */
	border-radius:8px;
}

.voice_word:before {
	content: "";
	position: absolute;
	top: 40%;
	left:0px;
	transform: translateX(-12px);
	border: 5px solid transparent;
	border-right: 8px solid #ff8c33;   /* 好みで色を変えてください */
}

.voice_word p {
	margin: 0;
	padding: 0;
	font-size:0.8em;
	color:#fcfcfc;
}
.voice_txt_contents{
	position: relative;
	padding:18px !important;
	line-height:1.447;
	background:#f2f2f2;
	font-size:1.0em !important;
	border-radius:8px;
}
.voice_txt_contents::before{
	content: "“";
	display: block;
	font-size: 200%;
	color: #ff8c33;/* 好みで色を変えてください */
	position: absolute;
	top: 0px;
	left: 5px;
}

.voice_txt_contents::after {
	content: "”";
	display: block;
	font-size: 200%;
	color: #ff8c33;/* 好みで色を変えてください */
	position: absolute;
	bottom: 0px;
	right: 5px;
}


/****************************************
       CSS レイアウト (PC)
*****************************************/
/*PCのみの表示*/
@media (min-width: 481px) {

}

/****************************************
       CSS レイアウト (モバイル)
*****************************************/
/*モバイルのみの表示*/
@media (max-width: 481px) {

/************************************
お客様の声
************************************/
.voice img{
	width:80px;
	height:80px;
}
.voice_address{
	font-size:0.9em;
}
.voice_word p {
	font-size:0.7em !important;
}
}

@media (max-width: 321px) {

}

