@charset "utf-8";
/* CSS Document */

#section {
	padding-top: 40px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
#section h2 {
	margin-bottom: 25px;
}

/*━━━━━━━━━━━━
box01
━━━━━━━━━━━━*/
#box01 {
	width: 860px;
	margin: 0 auto 55px;
}

#box01 .caption {
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-bottom: 10px;
}
.privacy_text_link a {
    color: #000;
}
.privacy_text_link p {
    font-weight: bold;
    font-size: 13px;
}
.privacy_content {
    display: flex;
    width: 900px;
    margin: 0 auto;
    justify-content: space-between;
}
.btnScroll {
    width: 30%;
    overflow: hidden;
    margin: 0 0 22px;
}
