@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese');
a:not(.nav-about):not(.nav-recruit):not(.header-nav-item),h1,h2,h3,h4,blockquote,p,div,section {
  font-family: 'Noto Sans JP', sans-serif !important;
}

a {
  color: #1133A2;
  text-decoration: none;
}

blockquote {
  margin: 0 1.75rem 1.75rem .2em;
  padding: 0 0 0 1.2188rem;
  font-size: 1.20112rem;
  line-height: 1.75rem;
  color: rgba(0,0,0,.59);
  font-style: italic;
  border-left: .32813rem solid rgba(0,0,0,.9);
}

.news-item-title {
  font-size: 18px !important;
  font-weight: 700;
}

.hansya-box, p, ol li {
  color: #5A5F62;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
}

body {
  width: 100%;
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans", "Noto Sans CJK JP","メイリオ","Meiryo","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana, Arial, Helvetica, sans-serif;
}

h1 {
  text-align: center;
  color: #5A5F62;
  margin-top: 110px;
  margin-bottom: 60px;
  margin: 55px 15.87% 50px 16.13%;
}

h2 {
  color: #5A5F62;
  font-weight: 700;
}

h3 {
  color: #5A5F62;
  font-weight: 700;
}

.hansya-box {
  margin: 0 19.78% 190px;
}

.hansya-box > p {
  margin-bottom: 40px;
}

.hansya-box > ol {
  padding-left: 2.28%;
  line-height: 1.9;
}

.signature {
  text-align: right;
}

.sticky-img {
  position: fixed;
  bottom: 10px;
  left: 20px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
  height: 170px;
  z-index: 1;
}

@media screen and ( max-width: 651px ) {
  h1 {
    margin: 55px 5.87% 50px 6.13%;
    font-size: 23px;
  }

  .hansya-box {
    margin: 0 4% 90px 8%;
    line-height: 1.75;
  }


  .sticky-img {
    display: none;
  }
}

/* news-list */
.news-item:not(:last-of-type) {
    border-bottom: 1px solid #E6E6E6;
}

.news-item {
    padding: 10px 0;
}
.mb5 {
    margin-bottom: 5px;
}

.news-item-date, .label-list {
    display: inline-block;
}

.news-item-date {
    margin-right: 10px;
    font-size: 0.8rem;
}

.text20 {
    font-size: 1rem;
}
