@charset "UTF-8";

/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/

	
/* company
--------------------- */
#qa {
	margin-bottom: 100px;
}

	#qa dl {
		background: #fbf2fa;
		margin-bottom: 20px;
	}
	#qa dl:nth-last-child(1) {
		margin-bottom: 0;
	}
		#qa dl dt {
			color: #000;
			line-height: 1.4em;
			padding: 30px 80px 30px 60px;
			position: relative;
			cursor: pointer;
			text-indent: -32px;
		}
		#qa dl dt.active {
			color: #b7009f;
		}
		#qa dl dt:before {
			content: "";
			width: 23px;
			height: 1px;
			background: #b7009f;
			position: absolute;
			top: 50%;
			right: 20px;
			margin-top: -1px;
		}
		#qa dl dt:after {
			content: "";
			width: 1px;
			height: 23px;
			background: #b7009f;
			position: absolute;
			top: 50%;
			right: 31px;
			margin-top: -11.5px;
		}
		#qa dl dt.active:after {
			display: none;
		}

		#qa dl dd {
			display: none;
			padding: 20px 80px 20px 60px;
			text-indent: -32px;
		}
		#qa dl dd p {
			margin-bottom: 20px;
			font-size: 1rem;
			text-indent: -1.5em;
		}
		#qa dl dd p span {
			color: #b7009f;

		}


/* 1024px */
@media screen and (max-width: 1024px) {
	
	
}





/* max 768px */
@media screen and (max-width: 768px) {

	
/* company
--------------------- */
#qa {
	margin-bottom: 10%;
}

	#qa dl {
		background: #fbf2fa;
		margin-bottom: 5%;
	}
	#qa dl:nth-last-child(1) {
		margin-bottom: 0;
	}
		#qa dl dt {
			color: #000;
			line-height: 1.4em;
			padding: 30px 20px 30px 60px;
			position: relative;
			cursor: pointer;
			text-indent: -32px;
		}
		#qa dl dt.active {
			color: #b7009f;
		}
		#qa dl dt:before {
			display: none;
		}
		#qa dl dt:after {
			display: none;
		}
		#qa dl dt.active:after {
			display: none;
		}

		#qa dl dd {
			display: none;
			padding: 20px 20px 20px 60px;
			text-indent: -32px;
		}
		#qa dl dd p {
			margin-bottom: 20px;
			font-size: 1rem;
			text-indent: -1.5em;
		}
		#qa dl dd p span {
			color: #b7009f;

		}



}