@charset "UTF-8";
/* =================================================================== use Contact Page =================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*_____ font weight _______________*/
.privacy p { font-size: 1.4rem; line-height: 24px; font-weight: 400; color: #000; }
.privacy .top_txt { padding: 53px 0 48px; }
.privacy .dl_lst { counter-reset: section; padding-bottom: 132px; }
.privacy .dl_lst dl { border-top: 1px solid #e8e8e8; padding: 39px 10px 30px; }
.privacy .dl_lst dl dt { font-size: 2rem; line-height: 18px; color: #27408c; position: relative; padding-left: 38px; letter-spacing: 2px; }
.privacy .dl_lst dl dt span { display: inline-block; position: relative; top: -2px; font-weight: 500; }
.privacy .dl_lst dl dt::before { content: ''; position: absolute; counter-increment: section; content: counter(section) "    -"; left: 0; font-family: 'Heebo', sans-serif; font-weight: 700; }
.privacy .dl_lst dl dd { padding: 20px 0 0 30px; }
