@charset "utf-8";

#contact .privacy-list {
  padding-top: 15px;
}


/*-----------------------------------------------
スマホ向けスタイル（～768px）
-----------------------------------------------*/
@media only screen and (max-width: 768px) {
  #contact .privacy-list + .txt_center {
    margin-top: 15px;
  }
  
}

/*-----------------------------------------------
PC・タブレット向けスタイル（769px～）
-----------------------------------------------*/
@media only screen and (min-width: 769px), print {
  #contact .privacy-list + .txt_center {
    margin-top: 30px;
  }
}


