@charset "euc-jp";
/*--------- CSS MENU ---------*/
/*------------------------------
/*  01.  policy
--------------------------------
------------------------------*/

/*  01.  policy
--------------------------------*/
/*  ps  */
@media screen and (min-width: 980px){
/*  policy  */
#page_privacy .content {width: 900px;}
#policy {float: left; width: 100%; height: auto; padding: 40px; box-sizing: border-box;}
#policy h2 {line-height: 30px; margin-bottom: 5px; font-size: 14px; font-weight: normal; letter-spacing: 2px; color: #A17843;}
#policy h2 span {margin-right: 20px; font-size: 30px;}
#policy p.text {line-height: 20px; font-size: 12px; font-weight: normal; letter-spacing: 2px; color: #777;}
#policy_body {float: left; width: 100%; height: auto; margin-top: 20px; box-sizing: border-box;}
#policy_body h3 {line-height: 30px; font-size: 16px; font-weight: normal; letter-spacing: 2px; color: #A17843;}
#policy_body p {line-height: 20px; font-size: 12px; font-weight: normal; letter-spacing: 1px; color: #333;}
}

/*  sp  */
@media screen and (max-width: 979px){
/*  policy  */
#policy {float: left; width: 100%; height: auto; padding: 20px; box-sizing: border-box;}
#policy h2 {line-height: 30px; font-size: 12px; font-weight: normal; letter-spacing: 1px; color: #A17843;}
#policy h2 span {margin-right: 10px; font-size: 24px;}
#policy p.text {line-height: 20px; font-size: 12px; font-weight: normal; letter-spacing: 1px; color: #777;}
#policy_body {float: left; width: 100%; height: auto; margin-top: 20px; box-sizing: border-box;}
#policy_body h3 {line-height: 30px; font-size: 14px; font-weight: normal; letter-spacing: 1px; color: #A17843;}
#policy_body p {line-height: 20px; font-size: 12px; font-weight: normal; letter-spacing: 1px; color: #333;}
}