/* FAQtab縮合頁籤 */
	.QAtab{
	    cursor: default;
	    margin-bottom: 2.2%;
	    line-height: 1.7;
	    border-bottom: 0.0625rem solid #d8d8d8;
        padding-left: 3%;
    	padding-right: 3%;
	}
	.QAtab .problem{
		padding-right: 50px;
	}
	.QAtab .problem {
	   position: relative;
	   cursor: pointer;
	}
	.QAtab .problem:before,
	.QAtab .problem.openQA:before{
		content: '';
		position: absolute;
		z-index: 1;
		right: 0;
		top: 0;
	    width: 20px;
    	height: 20px;
	}
	.QAtab .problem:before{
		background: url('+.png') no-repeat center;
		background-size: 100%;
	}
	.QAtab .problem.openQA:before{
		background: url('-.png') no-repeat center;
		background-size: 100%;
	}
	.QAtab .answer {
	    display: none;
	}
	@media screen and (max-width: 1200px) {
		
	}


/*  */
	.QAtab .l-content__section p {
	    margin-bottom: 1.1275rem;
	}
	.l-content__section h3.h3_title{
		margin-top: 80px;
	    margin-bottom: 30px;
	    font-size: 27px;
	}
	@media screen and (max-width: 1200px) {
		.l-content__section h3.h3_title{
		    margin-bottom: 2%;
		}
	}
	.space1 {
		position: relative; 
	}

	.space2 {
		position: absolute; 
		top: -200px;
	}