<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .section_box {
    padding-bottom: 50px;
  }
  .section_box__title {
    margin-bottom: 20px;
  }
  .section_box p {
    margin-bottom: 1em;
  }
  .section_box .btn.is_sink {
    width: 129px;
    height: 40px;
    line-height: 40px;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .section_box .btn span {
    padding-left: 40px;
    position: relative;
  }
  .section_box .btn span:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url("/common/images/icon_rss.png") center no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .staff_diary {
    padding-top: 7.8125vw;
  }
  .section_box {
    padding-bottom: 10.41667vw;
  }
  .section_box__title {
    margin-bottom: 3.90625vw;
  }
  .section_box p {
    margin-bottom: 1em;
  }
  .section_box .btn.is_sink {
    width: 31.25vw;
    height: 7.8125vw;
    line-height: 7.8125vw;
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
  }
  .section_box .btn span {
    padding-left: 7.8125vw;
    position: relative;
  }
  .section_box .btn span:before {
    content: '';
    display: block;
    width: 3.90625vw;
    height: 3.90625vw;
    background: url("/common/images/icon_rss.png") center no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
</pre></body></html>