@charset "UTF-8";
@import url(../common/common.css);
@import url(../common/base.css);


/*----- プライバシーポリシーページ 設定 ----------------------------------------------------*/

div#privacy_wrap { width:96%; max-width:1100px; padding:0 2% 50px 2%; margin:0 auto; overflow:hidden; }

div#privacy_wrap h3{ width:98%; padding:20px 0 0 0; margin:20px 1%; font-size:1.8em; font-weight:normal; color:#777; letter-spacing:0.3em; text-align:center; border-bottom:solid 1px #aaa; overflow:hidden; }

div#privacy_wrap > p{ width:98%; padding:10px 1% 0 1%; font-size:1.1em; color:#555; line-height:1.8em; letter-spacing:0.2em; }

section.agreement { width:100%; padding:5px 0 20px 0; overflow:hidden; }

section.agreement h4{ width:96%; margin:30px 2% 10px 2%; font-size:1.3em; font-weight:normal; line-height:35px; color:#0b8355; letter-spacing:0.1em; border-bottom:dotted 1px #aaa; }
section.agreement p{ width:96%; margin:5px 2%; font-size:1.0em; color:#555; line-height:1.8em; letter-spacing:0.2em; }

section#privacy_policy p a{ color:#555; }
section#privacy_policy p a:hover{ color:#555; text-decoration:underline; }

ol.purpose { width:86%; padding:5px 7%; overflow:hidden; }
ol.purpose li{ width:100%; margin:0 0 3px 0; font-size:1.0em; color:#555; list-style-type:decimal; letter-spacing:0.1em; float:left; }


/*----- 800px以下の画面設定 ----------------------------------------------------*/

@media screen and (max-width:800px) {



}


/*----- 650px以下の画面設定 ----------------------------------------------------*/

@media screen and (max-width:650px) {

	div#privacy_wrap h3{ font-size:1.6em; letter-spacing:0.1em; }



}


