/* CSS Document */
.main-img img {
  margin-bottom: 5rem; }

#header-img {
  background-image: url("../img/07-header-img.png");
  background-position: top center; }

.pdf-link {
  width: 350px;
  margin: auto; }
  @media screen and (max-width: 575px) {
    .pdf-link {
      width: 100%; } }

#absence-notification .pdf-link {
  width: 500px;
  margin: auto; }
  @media screen and (max-width: 991px) {
    #absence-notification .pdf-link {
      width: 400px; } }
  @media screen and (max-width: 767px) {
    #absence-notification .pdf-link {
      width: 400px; } }
  @media screen and (max-width: 575px) {
    #absence-notification .pdf-link {
      width: 100%; } }

#alarm-issued .pdf-link {
  width: 450px;
  margin: auto; }
  @media screen and (max-width: 991px) {
    #alarm-issued .pdf-link {
      width: 350px; } }
  @media screen and (max-width: 767px) {
    #alarm-issued .pdf-link {
      width: 350px; } }
  @media screen and (max-width: 575px) {
    #alarm-issued .pdf-link {
      width: 100%; } }

#health-room p {
  padding-bottom: 2rem; }
  @media screen and (max-width: 767px) {
    #health-room p {
      padding-bottom: 1rem; } }
#health-room ul li {
  margin-bottom: 1.5rem; }
  #health-room ul li .pdf-link {
    width: 100%; }

#disaster-prevention ul li {
  margin-bottom: 1.5rem; }
  #disaster-prevention ul li .pdf-link {
    width: 100%; }

#ict .d-flex {
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    #ict .d-flex {
      flex-wrap: wrap; } }
  #ict .d-flex ul {
    width: 50%; }
    @media screen and (max-width: 767px) {
      #ict .d-flex ul {
        width: 100%; } }
    #ict .d-flex ul li {
      margin-bottom: 1.5rem; }
      #ict .d-flex ul li .pdf-link {
        width: 100%; }
  #ict .d-flex div.modal-box {
    margin-left: 5%;
    width: 45%; }
    @media screen and (max-width: 767px) {
      #ict .d-flex div.modal-box {
        margin-left: 0;
        margin-top: 2rem;
        width: 100%; } }
    #ict .d-flex div.modal-box a:not(.form-button) {
      transition: 0.3s; }
      #ict .d-flex div.modal-box a:not(.form-button) img {
        width: 100%; }
      #ict .d-flex div.modal-box a:not(.form-button):hover {
        opacity: 0.5; }
    #ict .d-flex div.modal-box .form-button {
      background-color: #FF9150;
      border: 1px solid #FF9150;
      border-radius: 3rem;
      color: #fff;
      text-align: center;
      font-weight: bold;
      padding: 0.5rem 2rem;
      margin-top: 2rem;
      display: inline-block;
      transition: 0.3s; }
      #ict .d-flex div.modal-box .form-button:hover {
        background-color: #fff;
        color: #FF9150; }
