@charset "utf-8";
/* CSS Document */

.privacy {
	width: 800px;
    margin: 5% auto 10%;
    text-align: left;
	line-height: 1.6;
}
.privacy h2 {
    text-align: center;
    font-weight: 600;
    font-size: 1.1em;
    color: #434343;
    position: relative;
    background-color: #f5e828;
    padding: .75em 1em;
    margin: 0 0 4% 0;
	max-width: 800px;
}
.privacy h2::before, .privacy h2::after {
    content: '';
    position: absolute;
    top: 100%;
    border-style: solid;
    border-color: transparent;
}
.privacy h2::before {
    left: 0;
    border-width: 0 15px 15px 0;
    border-right-color: #e2d626;
}
.privacy h2::after {
    right: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-top-color: #e2d626;
}
.privacy h3 {
    font-size: 1.4em;
    font-weight: 600;
    color: #444444;
    padding: 1%;
	margin-bottom: 2%;
    border-left: 6px solid #B89A80;
}
.privacy p {
	margin-bottom: 5%;
}
.privacy ol {
	margin: 2% 3% 5%;
}
.privacy ol li {
	list-style: outside decimal;
	margin-bottom: 2%;
}
.privacy .form_btn {
	width: 60%;
	margin: 3% auto;
}
.privacy .form_btn a {
	display: block;
	color: #434343;
	text-align: center;
	font-size: 1.1em;
	font-weight: 600;
	background-color: #f5e828;
	border-radius: 30px;
	padding: 2%;
}