/* CSS Document */

article{
    padding-bottom: 80px; 
}

#fv{
    margin-bottom: 50px; 
}
#fv h2{
    text-align: left;
    color: #fff;
    padding: 30px 0 30px 20px;
    background: rgba(89, 134, 198, .8);
    font-size: 140%;
    margin-bottom: 50px;
}

#qa{
    margin-bottom: 50px; 
}
#qa h3 {
    font-size: 140%;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    color: #5986C6;
    align-items: center;
    gap: 10px;
    padding: 0 5px 15px;
    position: relative;
    margin-bottom: 20px;
}
#qa h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #5986C6;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.QA dt {
	color:#5986C6;
	margin:1% 0 2%;
	font-size: 120%;
	font-weight: bold;
	text-indent: -2em;
	padding-left: 2em;
	padding-bottom:1%;
	border-bottom:1px solid #5986C6;
}
.QA dd {
	margin:0 0 5% 2%;
	text-indent: -2em;
	padding-left: 2em;
}
.QA dd a{
	text-decoration: underline;
}
.QA span {
	font-size:200%;
	font-family:Tahoma, Geneva, sans-serif;
	margin-right:15px;
    color:#5986C6;
}
@media screen and (max-width: 480px) {
   

	
}
