@charset "UTF-8";

.queation{
	background-color:#F6F5FC;
	padding:25px 65px 25px 35px;
	position:relative;
	margin-top:20px;
	position: relative;
	display: flex;
	align-items:center;
	cursor:pointer;
}
.queation .toggle{
	position: absolute;
    right: 20px;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);	
	-ms-transform: translateY(-50%);
    width: 46px;
    height: 46px;
}
.queation:before{
	content:"Q.";
	font-family: "Figtree", sans-serif;
	color:#0067cd;
	font-weight:bold;
	font-size:1.6em;
	padding-right:10px;
	
}
.queation .toggle span:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -1px;
    width: 14px;
    height: 2px;
    background: #0067CD;
}
.queation .toggle span:after {
    content: '';
    position: absolute;
    right: 21px;
    top: 50%;
    margin-top: -7px;
    width: 2px;
    height: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #0067CD;
}
.queation.accbtn_on .toggle span:after{
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.answer{
	padding:20px 35px;
	margin-bottom:30px;
}

.article{
	margin-bottom:50px;
}
.article.btnarea{
	margin-top:30px;
}
article .btn{
	border:1px solid #ccc;
	padding:15px;
}
.form-check  label{
	padding-right:20px;
}
fieldset{
	margin-bottom:30px;
}


