@charset "UTF-8";

/*===================================
　SPここから
===================================*/
@media (max-width: 798px ){
/*  qaList
===================================*/
.qaList{
	width: 80%;
	margin: 0px auto 0;
}
.qaList>li{
	border-top: solid 1px #000;
	padding-top: 30px;
	margin-top: 63px;
	position: relative;
	/*padding-right: 100px;*/
}
/*.qaList>li>.openBtn{
	height: 40px;
	width: 40px;
	position: absolute;
	right: 10px;
	top: 20px;
	cursor: pointer;
}*/
/*.qaList>li>.openBtn>i{
	height: 1px;
	width: 15px;
	background: #000;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.qaList>li>.openBtn>i::after{
	content: "";
	height: 1px;
	width: 15px;
	background: #000;
	position: absolute;
	transform: rotate(90deg);
	-webkit-transition: 300ms ease-out;
	transition: 300ms ease-out;
}
.qaList>li>.openBtn.open>i::after{
	transform: rotate(0deg);
	-webkit-transition: 300ms ease-out;
	transition: 300ms ease-out;
}*/
.qaList .contHeight{
	/*height: 50px;*/
    /*overflow: hidden;*/
}
.qaList .contHeight.open{
	height: 100%;
}
.qaList .contHeight .question{
	font-size: 16px;
	position: relative;
	padding-bottom: 20px;
	line-height: 1.4;
}
.qaList .contHeight .answer:before{
	content: "";
	height: 1px;
	width: 50px;
	border-bottom: dotted 2px #000;
	position: absolute;
	top: 0;
	left: 0;
}
.qaList .contHeight .answer{
	padding-top: 20px;
	font-size: 14px;
	line-height: 1.8;
	/*display: none;*/
	position: relative;
}

.qaList .contHeight .answer .qa_answer_table th {
	border: solid 1px;
	padding: 5px;
}
.qaList .contHeight .answer .qa_answer_table td {
	border: solid 1px;
	padding: 5px;
}

.qaList .contHeight .answer a {
	text-decoration: underline;
}

}