@charset "utf-8";

/* プライバシーポリシーページ */
.noto-sans-jp-400 {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body {
    margin: 0;
    background-color: #FFFDFD;
}

/* ヘッダー */
header {
    width: 100%;
    height: 60px;
    background-color: #FFE9F5;
}

.header_logo_area {
    position: relative;
    height: 60px;
    text-align: center;
}

.logo_img {
    position: static;
    width: auto;
    height: 100%;
    margin: auto;
}
/* ヘッダーここまで */

/* プライバシーポリシーエリア */
.privacypolicy_area {
    position: relative;
    width: 70%;
    margin:  30px auto;
}

h1 {
    text-align: center;
    color: #FF97D6;
}

h1.title {
    font-size: 1.7rem;
}

h3 {
    margin-top: 40px;
    margin-bottom: 10px;
    color: #FF97D6;
}

h4{
    margin-top: 3px;
    margin-bottom: 3px;
    color: #5a5a5a;
}

p {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #5a5a5a;
}

ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

li {
    color: #5a5a5a;
}

ol{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-inline-start: 15px;
}

ol li {
	list-style-type: none;
	counter-increment: cnt;
}

ol li::before {
	content: "(" counter(cnt) ") ";
}

.manager_area {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* プライバシーポリシー リンク */
.policy_link{
    text-decoration: underline;
    color: #767BFF;
}
/* プライバシーポリシーエリアここまで */
