@charset "UTF-8";
/* ////////////////////////////////////////
PC,SP
//////////////////////////////////////// */
#title-section .icon:before{
	background-image: url("../img/qa/icon-header.png");
}
/*詳細
------------------------------------------*/
#qa .more-btn{
	max-width:320px;
	margin-left:auto;
	margin-right:auto;
}
.qa-wrap{
	background-color: #fff;
	border:4px solid #E1E2E3;
	padding:20px;
	margin-bottom:10px;
}
.qa-wrap:last-of-type{
	margin-bottom:0;
}
.qa-wrap dt{
	color:#1B74CB;
	position: relative;
	padding-left:60px;
	min-height: 50px;
	display: flex;
	align-items: center;
	line-height: 1.5em;
}
.qa-wrap dt:before{
	position: absolute;
	content:'';
	background-image: url("../img/qa/icon-question.png");
	background-size: contain;
	width:50px;
	height:50px;
	top:0px;
	left:0;
}
.qa-wrap dd{
	position: relative;
	padding-left:60px;
	min-height: 50px;
	display: flex;
	align-items: center;
	margin-top:20px;
	margin-bottom:0;
}
.qa-wrap dd:before{
	position: absolute;
	content:'';
	background-image: url("../img/qa/icon-answer.png");
	background-size: contain;
	width:50px;
	height:50px;
	top:0px;
	left:0px;
}
.qa-wrap dd a[target="_blank"]{
    background-image:url('../../img/common/icon-target.png');
	background-repeat:  no-repeat;
	background-position: right center;
	background-size: 13px 12.5px;
	padding-right:18px;
	margin-right:5px;
}
.qa-wrap dd div>*:last-child{
	margin-bottom: 0;
}
/* ////////////////////////////////////////
PC・タブレットのみ
//////////////////////////////////////// */
@media screen and (min-width: 768px), print{
}
/* ////////////////////////////////////////
印刷時　PC以上
//////////////////////////////////////// */
@media screen and (min-width:1100px) , print{
}

/* ////////////////////////////////////////
タブレット・SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 1100px) {
}
/* ////////////////////////////////////////
タブレットのみ
//////////////////////////////////////// */
@media screen and (min-width: 767px) and (max-width: 1100px) {
}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 767px){
	.qa-wrap dt{
		padding-left:50px;
	}
	.qa-wrap dt:before{
		width:40px;
		height:40px;
	}
	.qa-wrap dd{
		padding-left:50px;
	}
	.qa-wrap dd:before{
		width:40px;
		height:40px;
	}
}
@media screen and (max-width: 500px){
}