/*
プライバシーポリシー
*/

.contents {
	width: 90%;
	align-self: center;
}

section.faq .intro {
	margin-bottom: 30px;
}

section.faq .question {
    background-color: #E2E291;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #004900;
    padding: 8px 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

section.faq .question:before {
    content: "\3000";
    display: inline-block;
    background-color: #5D7F1C;
    width: 6px;
    height: auto;
    margin-right: 10px;
    border-radius: 10px;
}

section.faq .ask {
	margin-bottom: 30px;
}
