@charset "UTF-8";

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 600px) {
  .m-h1-top.l-title {
    margin: 30px 0 30px 6px;
    font-size: 20px;
  }
}

#page-top {
  display: none;
}

@media screen and (min-width: 600px) {
  #page-top {
    display: block;
    text-align: right;
    margin-bottom: 44px;
  }
  #page-top a {
    font-size: 12px;
    background-color: #006bbb;
    color: white;
    width: 60px;
    padding: 10px 0;
    text-align: center;
    display: inline-block;
    font-family: "FOT-セザンヌ Pro M", YakuHanJP, Helvetica, Arial, FreeSans, san-serif;
  }
}
#contact-link p.l-title {
  font-size: 12px;
}

@media screen and (min-width: 600px) {
  #contact-link {
    display: none;
  }
  #contact-link p.l-title {
    font-family: "Georgia", "FOT-セザンヌ Pro DB", YakuHanJP, Helvetica, Arial, FreeSans, san-serif;
    font-weight: bold;
    font-size: 24px;
  }
}

.arti-list-title {
  font-family: "Georgia", "FOT-セザンヌ Pro DB", YakuHanJP, Helvetica, Arial, FreeSans, san-serif;
}

.arti-box-title {
  font-family: "Georgia", "FOT-セザンヌ Pro DB", YakuHanJP, Helvetica, Arial, FreeSans, san-serif;
}

.article-large a.link {
  border-bottom: 1px solid #006bbb;
  display: inline;
  color: #006bbb;
}
.article-large a.link:hover {
  border-bottom: none;
}
.article-large em.em {
  font-weight: bold;
  font-family: "Georgia", "FOT-セザンヌ Pro DB", YakuHanJP, Helvetica, Arial, FreeSans, san-serif;
}
.article-large span.quote {
  font-style: italic;
}
.article-large span.quote:after, .article-large span.quote:before {
  content: "”";
}
