/*  01.  policy
--------------------------------*/
/*  pc  */
@media screen and (min-width: 980px){
/*  policy  */
#policy {float: left; width: 90%; height: auto; margin-left: 5%; margin-right: 5%; margin-top: 100px; margin-bottom: 100px;}
#policy h2 {line-height: 30px; margin-bottom: 20px; font-size: 12px; font-weight: normal;}
#policy h2 span {margin-right: 10px;font-size: 30px; font-family: 'Oswald', sans-serif;}
#policy p {line-height: 20px; margin-bottom: 50px; font-size: 14px; font-weight: normal;}
#policy_body {float: left; width: 90%; height: auto; margin-left: 5%; margin-right: 5%;}
#policy_body h3 {line-height: 20px; margin-bottom: 20px; font-size: 14px; font-weight: bold;}
#policy_body p {line-height: 20px; margin-bottom: 50px; font-size: 14px; font-weight: normal;}
}

/*  sp  */
@media screen and (max-width: 979px){
/*  policy  */
#policy {float: left; width: 90%; height: auto; margin-left: 5%; margin-right: 5%; margin-top: 50px; margin-bottom: 50px;}
#policy h2 {line-height: 20px; margin-bottom: 20px; font-size: 12px; font-weight: normal;}
#policy h2 span {margin-right: 10px; font-size: 20px; font-family: 'Oswald', sans-serif;}
#policy p {line-height: 20px; margin-bottom: 50px; font-size: 14px; font-weight: normal;}
#policy_body {float: left; width: 100%; height: auto;}
#policy_body h3 {line-height: 20px; margin-bottom: 20px; font-size: 14px; font-weight: bold;}
#policy_body p {line-height: 20px; margin-bottom: 50px; font-size: 14px; font-weight: normal;}
}
