@charset "utf-8";

/*========================================================================================================================


  ◇◆◇ 施設基準 ◇◆◇
  
  
========================================================================================================================*/

#notice {
  text-align: left;
}

#notice .intro {
  text-align: center;
}

#notice h3 {
  border-bottom:2px dotted #f4c376;
  padding-bottom:1rem;
  line-height:1.5;
  color:#f0aa3c;
}

#notice .notice-item dl dt {
  font-weight: 500;
  margin-top: 1.5em;
}
#notice .notice-item dl dd {
  padding-left: 0;
  margin-left: 0;
}

@media print,screen and (min-width:641px) {
  #notice {
    max-width:1140px;
    padding-top:100px;
    padding-bottom:100px;
  }  
  #notice h3 {
    margin-bottom: 40px;
  }
  #notice .notice-item {
    margin-top:80px;
  }
}

@media screen and (max-width:640px) {
  #notice {
    padding-top:2.5rem;
    padding-bottom:3rem;
  }
  #notice h3 {
    margin-bottom: 2rem;
  }
  #notice .notice-item {
    margin-top:2rem;
  }
}

