/* CSS Document */

#qa{
	padding: 0;
	border-bottom: 1px solid #b3b3b3;
	}
	#qa header{
		padding-bottom: 0;
		}
	#qa section+section{
		padding-top: 0;
		}
	#qa section{}
		#qa section > h3{
			position: relative;
			padding-bottom: 0.6em;
			font-size: 1.75em;
			font-weight: bold;
			line-height: 1.5em;
			}
			#qa section > h3:before{
				content: "";
				position: absolute;
				left: 0;
				bottom: 0;
				width: 100%;
				height: 1px;
				background: linear-gradient(90deg, #9c1c29 20%, #b3b3b3 20%);
				}
	#qa h3+div{
		margin-top: 1.5em;
		}
		#qa h3+div > div+div{
			margin-top: 1em;
			}
		#qa h3+div > div{}
			#qa h3+div > div > h4{
				position: relative;
				padding: 0.8em  2em 0.8em 3em;
				border: 1px solid #b3b3b3;
				font-weight: bold;
				fill: #b3b3b3;
				line-height: 1.5em;
				cursor: pointer;
				}
				#qa h3+div > div > h4:before{
					content: "Q";
					position: absolute;
					top: 0.8em;
					left: 0.8em;
					color: #9c1c29;
					}
				#qa h3+div > div > h4 i{
					position: absolute;
					top: 0.8em;
					right: 0.8em;
					transform: translate(0,1px);
					}
				#qa h3+div > div > h4.open{}
					#qa h3+div > div > h4.open rect:nth-of-type(1){
						opacity: 0;
						}
			#qa h3+div > div:last-child{}
				#qa h3+div > div:last-child h4+div{
					margin-bottom: 0;
					}
	#qa h4+div{
		position: relative;
		margin: 1em 0 2em 0;
		padding-left: 3em;
		border: 1px solid transparent;
		transform-origin: center top;
		}
		#qa h4+div:before{
			content: "A";
			position: absolute;
			top: 0.4em;
			left: 0.8em;
			font-weight: bold;
			}
	#qa .fr-view{
		font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
		line-height: 1.7em;
		}

#qaList{
	background: #fff;
	}




/* for all */
@media (max-width: 1199.98px) {
/*1199px以下*/
}
@media (max-width: 991.98px) {
/*991px以下*/
}


/* for mobile */
@media (max-width: 767.98px) {
/*767以下px*/
#qaList{
	padding-bottom: 2em;
	}
}
@media (max-width: 767.98px) and (orientation:portrait) {
/*767px以下 縦向き*/
}
@media (max-width: 767.98px) and (orientation:landscape) {
/*767px以下 横向き*/
}
@media (max-width: 767.98px) and (orientation:landscape), (min-width: 768px) {
/*767px以下 横向き, 768px以上,*/
}
@media (max-width: 767.98px) and (orientation:landscape), (min-width: 768px) and (max-width: 991.98px) {
/*767px以下 横向き, 768px～991px*/
}


/* for tablet */
@media (min-width: 768px) {
/*768px以上*/
}
@media (min-width: 768px) and (max-width: 1199.98px) {
/*768px～1199px*/
}
@media (min-width: 768px) and (max-width: 991.98px) {
/*768px～991px*/
#qaList{
	padding-bottom: 3em;
	}
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
#qaList{
	padding-bottom: 4em;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
/*992px～1199px*/
}
@media (min-width: 1200px) {
/*1200px以上*/
}



