@charset "utf-8";

.qa_Area{
    display: -webkit-flex;
    display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.qa_Box{
	/* width: 300px; */
	/* height: 300px; */
	/* 	width: calc(100% / 2);
	border: 1px solid #ddd;
	padding: 1%;
	margin: 1% 0.1%; */
	/* display: flex; */
	flex-wrap: wrap;
	border: 1px solid #eee;
	padding: 1.5em;
	margin: 1em 0.5% 1em;
	border-radius: 0 4em 2em;
	border-radius: 1.5em;
	/* 	background: #f9f9f9; */
}

.qa_Box_bg01{background: #e7f6ff;}
.qa_Box_bg02{background: #ffebeb;}
.qa_Box_bg03{background: #d4fbff;}
.qa_Box_bg04{background: #fffde6;}

.pla_col_1 {/* width: 100%; */}
.pla_col_2 {width: 48%;}
.pla_col_3 {width: 32%;}

.qa_Box .index_timg{
    object-fit: cover;
}



@media screen and (max-width: 600px) {
.pla_col_2 {width: 100%;}
.pla_col_3 {width: 100%;}
}



.voice_box{/* display:flex; *//* flex-wrap: wrap; *//* flex-wrap: wrap; */}

.voice_box img{/* max-width:160px; */padding:10px;width: 120px;height: 120px;}



.txt_q{
	font-size: 18px;
	border-bottom:1px solid #ddd;
	/* line-height: 1.8; */
	color: #b30000;
}

.txt_q span{
	/* content:'Ã¤Âºâ€¹Ã¥â€¹â„¢Ã¥Â±â‚¬'; */
	/* 	border:1px solid #ddd; */
	/* padding:5px 10px; */
	/* color:#fff; */
	/* background:#3c763d; */
	/* border-radius:1em; */
}



.txt_q .facebookBtn:before { content:"\e741"; color:#3765a3; }


.txt_a{font-size: 15px;width: calc(100% - 120px);width: 100%;}
.txt_a img{
/*   height:100%;
  height:100px */
}

.txt_a img,
.txt_q img{
    max-width: 150px;
    /* padding: 2%; */
    border-radius: 3%;
    margin: 1%;
    width:98%;
    padding:0.5%;
    /*     transform: rotate( -10deg ); */
    height: auto;
}


.inview_fx{display:flex;flex-wrap: wrap;margin-bottom: 20px;}
.line_b{padding-bottom:10px;border-bottom:1px solid #ddd}

 .fleft{
    float:left;
}
.fright{
    float:right;
}
