/*--------- CSS MENU ---------*/
/*------------------------------
/*  01.  POLICY
--------------------------------
------------------------------*/

/*  01.  POLICY
------------------------------*/
/*  PC  */
@media screen and (min-width: 980px) {
/*  POLICY  */
#policy {float: left; width: 100%; height: auto; padding: 40px; box-sizing: border-box;}
#policy h2 {line-height: 30px; font-size: 14px; font-weight: bold; color: #000000;}
#policy h2 span {margin-right: 20px; font-size: 30px;}
#policy p {line-height: 20px; font-size: 14px; font-weight: normal;}

#policy_body {float: left; width: 100%; height: auto; margin-top: 40px;}
#policy_body h3 {line-height: 20px; margin-top: 20px; margin-bottom: 10px; font-size: 16px; font-weight: bold; color: #000000;}
#policy_body p {line-height: 20px; font-size: 12px; font-weight: normal;}
}

/*  SP  */
@media screen and (max-width: 979px) {
/*  GUIDE  */
#policy {float: left; width: 100%; height: auto; padding: 20px; box-sizing: border-box;}
#policy h2 {line-height: 20px; font-size: 14px; font-weight: bold; color: #000000;}
#policy h2 span {margin-right: 10px; font-size: 20px;}
#policy p {line-height: 20px; font-size: 12px; font-weight: normal;}

#policy_body {float: left; width: 100%; height: auto; margin-top: 20px;}
#policy_body h3 {line-height: 20px; margin-top: 20px; margin-bottom: 10px; font-size: 14px; font-weight: bold; color: #000000;}
#policy_body p {line-height: 20px; font-size: 12px; font-weight: normal;}
}