@charset "UTF-8";


.heroHeading.charm_qa .heroHeading_image {
	background: url("../images/charm_qa/main.jpg") no-repeat center center;
	background-size: cover;
}

@media print, screen and (min-width: 800px) {
	.heroHeading.charm_qa .heroHeading_image {
		background: url("../images/charm_qa/main.jpg") no-repeat center center;
		background-size: cover;
	}
}



.cont-txt {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.7;
}


@media print, screen and (min-width: 800px) {
	.cont-txt {
		font-size: 1.5rem;
		line-height: 1.9;
	}
		
}


.qa-wrap {
	width: 100%;
	margin: 30px auto 0;
}

.qa-ttl {
	color: #fff;
	font-size: 1.2rem;
	padding: 9px 60px 9px 34px;
	margin-left: 15px;
	background: #119ee2;
	position: relative;
	cursor: pointer;
}

.qa-ttl span.plus {
	color: #fff;
}

.qa-cont {
	display: none;
	padding: 15px 15px 15px 15px;
}

.qa-cont p {
	font-size: 1.2rem;
	line-height: 1.7;
}

.qa-list+.qa-list {
	margin-top: 30px;
}

.qa-cont p+p {
	margin-top: 30px;
}

.num {
	font-size: 1.7rem;
	color: #119ee2;
	background: #fff;
	border: 3px solid #119ee2;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	position: absolute;
	left: -15px;
	top: 0;
    line-height: 30px;
	text-align: center;
}

.num img {
	height: 10px;
    width: auto;
    vertical-align: top;
    margin-top: 8px;
}

.plus::before {
	content: '';
	height: 2px;
	width: 14px;
	background: #fff;
	position: absolute;
	right: 18px;
	top: 50%;
	transition: .4s;
	
}


.active .plus::before {
	content: '';
	opacity: 0;
}

.plus::after {
	content: '';
	height: 2px;
	width: 14px;
	background: #fff;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: .4s;
}

.active .plus::after {
	content: '';
	height: 2px;
	width: 14px;
	background: #fff;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

@media print, screen and (min-width: 800px) {
	.qa-wrap {
		width: 870px;
		margin: 80px auto 0;
	}
	
	.qa-ttl {
		color: #fff;
		font-size: 1.8rem;
		padding: 20px 100px 20px 45px;
		margin-left: 35px;
		background: #119ee2;
		position: relative;
		cursor: pointer;
	}
	
	.qa-ttl span.plus {
		color: #fff;
	}
	
	.qa-cont {
		display: none;
		padding: 30px 30px 30px 80px;
	}
	
	.qa-cont p {
		font-size: 1.4rem;
		line-height: 1.7;
	}
	
	.qa-list+.qa-list {
		margin-top: 30px;
	}
	
	.qa-cont p+p {
		margin-top: 30px;
	}
	
	.num {
		font-size: 3.4rem;
		color: #119ee2;
		background: #fff;
		border: 3px solid #119ee2;
		border-radius: 50%;
		width: 59px;
		height: 59px;
		position: absolute;
		left: -35px;
		top: 0;
	    line-height: 59px;
		text-align: center;
	}
	
	.num img {
		height: auto;
	    vertical-align: top;
	    padding-top: 15px;
	    margin: 0;
	}
	
	.plus::before {
		content: '';
		height: 3px;
		width: 27px;
		background: #fff;
		position: absolute;
		right: 36px;
		top: 30px;
		transition: .4s;
		
	}
	
	.active .plus::before {
		content: '';
		opacity: 0;
	}
	
	.plus::after {
		content: '';
		height: 3px;
		width: 27px;
		background: #fff;
		position: absolute;
		right: 36px;
		top: 30px;
		transform: rotate(90deg);
	    -webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    transition: .4s;
	}
	
	.active .plus::after {
		content: '';
		height: 3px;
		width: 27px;
		background: #fff;
		position: absolute;
		right: 36px;
		top: 30px;
		transform: rotate(0deg);
	    -webkit-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	}
	
}