@charset "UTF-8";
/* font
----------------------------------------------- */
:root { --mincho: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", serif; --gothic: 游ゴシック体, YuGothic, 'Yu Gothic', "游ゴシック Medium", "Yu Gothic Medium", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

/* default sp
----------------------------------------------- */

/* =============================================
sp
================================================*/

.privacy {text-align: justify;line-height: 1.6;  padding: 4%; }
.privacy p { font-size: 12px;margin-bottom: 5%; }
.privacy dl{ margin-bottom: 5%;}
.privacy dt{font-size: 12px;margin-bottom: 2%;background: #fff;padding: 1% 2% 1%;}
.privacy dd{font-size: 12px; margin-bottom: 4%;}


/* =============================================
pc-size 
================================================*/
@media screen and (min-width: 736px) {

.privacy { padding: 0 30px;}
.privacy p{font-size: 14px; margin-bottom: 30px; }
.privacy dl{margin-bottom: 30px; }
.privacy dt{font-size: 14px;margin-bottom: 10px;padding: 8px 14px;}
.privacy dd{font-size: 14px;margin-bottom: 20px;}

}
