@charset "UTF-8";
/*==============================================================================
個人情報保護方針 CSS
==============================================================================*/
.sidebar{margin-top: 40px;}
.contents h3{
  margin: 35px 0;
  padding: 12px 25px;
  font-size: 17px;
  color: #1d1d1d;
  background-color: #ddd9d4;
  font-weight: bold;
}

.contents h3:first-child{margin-top: 0;}

.contents h4{
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
}


@media print , screen and (min-width:768px){/*768px以上のCSS PC用*/
.sidebar{margin-top: 0;}
}
