.by_goo {
	display:inline-block;
	position:relative;
	overflow:hidden;
	text-indent: 9999px;
	padding-left: 0;
	box-sizing:content-box;
	width:149px;
	height:18px;
	background:url(oshietegoo_logo.png) right bottom no-repeat;
	background-size:contain;
}
.goo_qa_hl {
	background-image:url(icon_hl_biginner.png);
}
.container.container_goo_qa.box{
	background-color: #EAEAEA;
	padding: 8vw 2.6% 7vw;
	margin-top: -9vw;
}
.container.container_goo_qa.page{
	background-color: #EAEAEA;
	padding-top: 7vw;
	padding-bottom: 7vw;
	margin-bottom: 0;
}
.container.container_goo_qa .headline{
	line-height: 1;
}
.goo_qa_cont{
	padding: 1.2em 2vw;
	background-color: #fff;
}
.goo_qa_cont:last-child{
	border-top: 1px solid #AEB2B4;
}
.q_icon{
	background:url(icon_circle_q.svg) left top 0.2rem no-repeat;
	background-size: 3.4vw;
	padding-left: 5.4vw;
	max-height: 4em;
	overflow: hidden;
}
.goo_qa_cont a {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.75;
	color: #00a6c9;
	text-decoration: underline;
}
.goo_qa_attention{
	color: #999999;
	background-color: #EAEAEA;
	font-size: 1.1rem;
	padding-top: 1.5rem;
	line-height: 1.5;
}

.btn_pickup.btn_goo_qa {
	width:27.6vw;
}

.headline.left_border{
	border-left: 3px solid #C7042D;
	padding-left: 1em;
}
.goo_qa_cont_wrapper, .goo_qa_more{
	background-color: #fff;
}

.goo_qa_cont{
padding: 3vw 2.6vw;
	border-top: 1px solid #AEB2B4;
}
.goo_qa_cont:first-child{
	border-top: none;
	padding-top: 4vw;
}
.qa_ttl{
	margin-bottom: 2vw;
	line-height: 1.75;
}
.qa_ttl a{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
	color: #00a6c9;
	text-decoration: underline;
}
.qa_txt{
	position:relative;
	overflow: hidden;
	max-height: 3em;
	margin-bottom: 2vw;
	line-height: 1.5;
	font-size: 1.4rem;
}
.qa_interest{
	font-size: 1.2rem;
	padding-left: 4vw;
	position: relative;
}
.qa_interest::before {
	content: "";
	background: url(icon_circle_exclamation.svg) no-repeat;
	background-size: contain;
	width: 3.6vw;
	height: 3.6vw;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
}
.goo_qa_more a{
	display: block;
	padding: 1.5em 0;
	border-top: 1px solid #AEB2B4;
	text-align: center;
}

/* twoline */
.q_icon {
	position: relative;
	/*line-height:1.1em;
	max-height:2.1em;
	overflow:hidden;*/
}

.qa_txt::before,
.q_icon::before {
	display:block;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.75;
	color: #00a6c9;
	position:absolute;
	content:"…";
	text-align:right;
	width:2em;
	height:2em;
	right:0;
	bottom:0;
	background: #fff;
	background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,1) 50%);
}

.qa_txt::before {
	font-weight:normal;
	color:#000;
	line-height: 1.5;
	font-size: 1.4rem;
	height:1.5em;
}

.qa_txt::after,
.q_icon::after {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background: #fff;
}

@media screen and (min-width: 1000px){
	.pc_none {
		display: none;
	}
	.by_goo {
		padding-left: 1em;
	}
	.container.container_goo_qa.box,
	.container.container_goo_qa.page {
		background-color: #fff;
		margin-top: 0;
		padding:0;
	}
	.btn_pickup.btn_goo_qa {
		width:170px;
	}
	.goo_qa_cont{
		padding: 1.2em 0;
		border-top: 1px solid #AEB2B4;
		border-bottom: none;
	}
	.goo_qa_cont:last-child{
		border-bottom: 1px solid #AEB2B4;
	}
	.goo_qa_cont a {
		font-size: 15px;
	}
	.q_icon {
		background-size: 16px 16px;
		padding-left: 20px;
	}
	.goo_qa_attention{
		font-size: 11px;
		background:#fff;
	}

	.goo_qa_cont{
		padding: 1.5em 0;
	}
	.goo_qa_cont:first-child{
		border-top: 1px solid #AEB2B4;
		padding-top: 1.5em;
	}
	.qa_txt{
		margin-bottom: 1em;
		font-size: 15px;
	}
	.qa_ttl{
		margin-bottom: 1em;
	}
	.qa_ttl a{
		font-size: 16px;
	}
	.qa_interest{
		font-size: 13px;
		padding-left: 20px;
	}
	.qa_interest::before {
		width: 16px;
		height: 17px;
		padding-left:20px;
	}
	.goo_qa_more a{
		border-bottom: 1px solid #AEB2B4;
	}
}


