@charset "utf-8";
/*------------------------
会社概要
------------------------*/
.privacy {
	width: 800px;
	margin: 0 auto 120px;
}
.privacy .item {
    margin-bottom: 40px;
}
.privacy .item h2 {
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
}
.privacy .item h2::before{
    content: '';
    width: 5px;
    height: 1em;
    margin-right: 10px;
    border-radius: 10px;
    background-color: var(--orange);
    display: block;
}
.privacy .item p, .privacy .item ol li {
    line-height: 1.8;
}