@charset "UTF-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Privacy Policy CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* Variables
-------------------------------------------- */
/* Content
-------------------------------------------- */
#container {
  /* ------------------------------------
  メインビジュアル
  ------------------------------------ */ }
  #container section.contents {
    max-width: 1000px;
    margin: 0 auto 100px; }
    #container section.contents h2 {
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 40px;
      opacity: 0;
      transform: translateY(5%);
      transition: all .5s; }
      #container section.contents h2.cc-anim-init {
        opacity: 1;
        transform: translateY(0); }
    #container section.contents p {
      line-height: 1.8;
      margin-bottom: 40px;
      opacity: 0;
      transform: translateX(5%);
      transition: all .5s; }
      #container section.contents p.cc-anim-init {
        opacity: 1;
        transform: translateX(0); }
      #container section.contents p.note {
        text-align: right;
        margin: 100px auto 40px; }
      #container section.contents p.contact img {
        max-width: 75px;
        margin-bottom: 30px; }
    #container section.contents h3 {
      margin-bottom: 10px;
      font-weight: bold;
      opacity: 0;
      transform: translateY(5%);
      transition: all .5s; }
      #container section.contents h3.cc-anim-init {
        opacity: 1;
        transform: translateY(0); }
