/* CSS Document */
/*--------------------------------------
	PRIVACY
----------------------------------------*/
#privacy {
  width: 96%;
  max-width: 1000px;
  padding: 0 2%;
  margin: 0 auto; }
  #privacy .contents-area {
    background: #fff;
    padding: 60px; }
    @media only screen and (max-width: 1199px) {
      #privacy .contents-area {
        padding: 5%; } }
    #privacy .contents-area .lower-box {
      margin-bottom: 30px; }
      #privacy .contents-area .lower-box h3 {
        background: #f7b500;
        color: #fff;
        font-size: calc(clamp(1rem, .5vw + 1rem, 1.2rem));
        font-weight: normal;
        padding: .5em; }
      #privacy .contents-area .lower-box p {
        line-height: 1.5;
        padding: .5em; }
      #privacy .contents-area .lower-box ul {
        color: #333;
        font-size: 1.6em;
        line-height: 1.5;
        padding: .5em .5em .5em 1.5em; }
        @media only screen and (max-width: 1199px) {
          #privacy .contents-area .lower-box ul {
            font-size: 1.4em; } }
        #privacy .contents-area .lower-box ul li {
          list-style: square;
          margin-bottom: .5em; }
        #privacy .contents-area .lower-box ul.miniul {
          font-size: 1.4em; }
          @media only screen and (max-width: 1199px) {
            #privacy .contents-area .lower-box ul.miniul {
              font-size: 1.2em; } }
          #privacy .contents-area .lower-box ul.miniul li {
            list-style: circle; }
