@charset "utf-8";
/*=================================
Q&Aとプライバシーのレイアウト
===================================*/
/*内容*/
.area p{
font-size: 15px;
line-height: 1.8em;
letter-spacing: 0em;
text-align:justify;

}
/*==========サービスエリアメイン==========*/
.qa-8 dt {
color: #265CFF;
margin-bottom: 1em;
font-weight: 600;
font-size: 16px;
	letter-spacing:0.2em
}

.qa-8 dt::before,
.qa-8 dd::before {
    margin-right: .4em;
}

.qa-8 dt::before {
    content: "Q.";
}

.qa-8 dd {
    margin: 0 0 50px;
    padding: 1em 1.5em;
    background-color: rgba(255, 255, 255, 0.6)
;
    color: #000;
	text-align:justify;
	font-size: 15px
}

.qa-8 dd::before {
    content: "A.";
	color: #265CFF;
	font-weight: 600
}

