@import "https://www.hatena.ne.jp/css/hatenaportal/company-media.css";

html {
  font-size: 62.5%;
}
.siteCategory, .categoryNavWrapper {
  font-family: -apple-system,
    BlinkMacSystemFont,
    "Hiragino Sans",
    "Noto Sans Japanese",
    sans-serif;
  letter-spacing: 0.05em;
}

/* Header */
.siteHeader {
  letter-spacing: 0.05em;
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 64px;
}
.siteTitle {
  flex-grow: 1;
  flex-shrink: 0;
  height: 36px;
}
.siteTitle a {
  display: block;
  height: 36px;
}
.siteCategory {
  display: flex;
  margin-right: 72px;
}
.siteCategory li {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 4px;
  font-weight: bold;
  list-style: none;
}
.siteCategory li a {
  color: #111;
  display: block;
  box-sizing: border-box;
  padding: 12px calc(16px - 0.05em) 12px 16px;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}
.siteCategory li a:hover {
  color: #00a0f0;
}
.siteCategory li a.Header_active {
  color: #00a0f0;
  padding: 10px calc(14px - 0.05em) 10px 14px;
  border: 2px solid #00a0f0;
  border-radius: 20px;
  color: #00a0f0;
}
@media (max-width: 600px) {
  .siteHeader {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #EFEFEF;
    background-color: #FFF;
  }
  .siteTitle {
    margin: 0 72px 0 16px;
  }
  .siteCategory {
    display: none;
  }
}
@media (min-width: 601px) {
  .siteTitle {
    margin: 0 0 0 32px;
  }
}

/* CategoryNav*/
.categoryNav {
  margin: 0;
  letter-spacing: 0.05em;
}
.categoryNav li {
  list-style: none;
}
.categoryNav a {
  color: #111;
}
@media (max-width: 600px) {
  .categoryNavWrapper {
    position: fixed;
    z-index: 2;
    top: 65px;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 601px) {
  .categoryNavWrapper {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .categoryNav {
    display: flex;
    padding: 0 0 0 8px;
    overflow-x: scroll;
    overflow-y: hidden;
    border-bottom: 1px solid #EFEFEF;
    background-color: #FFF;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .categoryNav::-webkit-scrollbar {
    scrollbar-width: none;
    display: none;
  }
}
@media (min-width: 601px) {
  .categoryNav {
    display: flex;
    max-width: 100%;
    padding: 24px 32px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  @-moz-document url-prefix() {
    .categoryNav {
      scrollbar-width: thin;
      scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
    }
  }
  .categoryNav::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: transparent;
  }
  .categoryNav::-webkit-scrollbar-track {
    margin-right: 64px;
    margin-left: 64px;
  }
  .categoryNav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.04);
  }
}
@media (max-width: 600px) {
  .categoryNav li {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    display: flex;
    align-items: center;
    height: 44px;
    margin: 0 12px;
  }
  .categoryNav li:first-child::after {
    content: '';
    width: 2px;
    height: 16px;
    background-color: #DDD;
    margin-left: 16px;
  }
  .categoryNav li:last-child {
    margin: 0 0 0 12px;
  }
  .categoryNav li:last-child a::after {
    content: '';
    display: inline-block;
    padding-right: 20px;
  }
}
@media (min-width: 601px) {
  .categoryNav li {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
  }
  .categoryNav li:first-child::after {
    content: '/';
    margin-left: 16px;
  }
  .categoryNav li:not(:last-child) {
    margin-right: 24px;
  }
}
@media (max-width: 600px) {
  .categoryNav a {
    display: flex;
    align-items: center;
    height: 44px;
    text-decoration: none;
    white-space: nowrap;
  }
}
@media (min-width: 601px) {
  .categoryNav a {
    padding: 10px 0;
  }
  .categoryNav a:hover {
    color: #00a0f0;
  }
}
@media (max-width: 600px) {
  .categoryNav .active a {
    position: relative;
    color: #00a0f0;
  }
  .categoryNav .active a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #00a0f0;
  }
  .categoryNav .active:not(:last-child) a::before {
    width: 100%;
  }
  .categoryNav .active:last-child a::before {
    width: calc(100% - 20px);
  }
}
@media (min-width: 601px) {
  .categoryNav .active a {
    position: relative;
    color: #00a0f0;
  }
  .categoryNav .active a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00a0f0;
  }
}

/* siteNav */
.siteNav {
  position: fixed;
  z-index: 10;
  top: 12px;
  right: 16px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #FFF;
  cursor: pointer;
  transition: transform 200ms ease-out;
}

.siteNav:hover {
  transform: scale(1.2);
}

.siteNav svg rect {
  fill: #666;
}

.siteNav svg line {
  stroke-width: 2px;
  stroke-linecap: round;
  stroke: #666;
  fill: none;
  stroke-miterlimit: 10;
}

/* company_press */
#top-editarea {
  padding-top: 0;
}

@media (max-width: 600px) {
  #category-header {
    padding-top: 32px;
    margin-top: 110px;
  }
}

@media (min-width: 601px) {
  #category-header {
    padding-top: 0;
    margin-top: 48px;
  }
}

.entry .date {
    border-top: 1px solid #ebebeb;
    padding-top: 25px;
    margin-top: 15px;
}
.entry .entry-title {
    font-size: 115%;
    margin-top: 0;
}
.entry .date a {
    color: #888888;
    font-weight: normal;
}
.entry .entry-title a {
    color: #1a1a1a;
}
.pager{
    display: none;
}
.entry .entry-content {
    margin: 0;
    padding-top: 5px;
}
.entry blockquote {
    border: 1px solid #ebebeb;
    margin: 1em 0;
    padding: 0 1em;
}
.entry-footer-section{
    display: none;
}
#header.fixed .h-ir a {
  border-top-width: 5px;
  padding-top: 25px;
}
.h-ir a {
  border-top: 10px solid #bedbf1;
  display: block;
  float: left;
  padding-top: 36px;
  width: 120px;
}
.h-ir a:hover {
  border-top-color: #0071c5;
}
.ir .h-ir a {
  border-top-color: #0071c5;
}
/* footer */
#footer {
  zoom: 1;
  padding: 20px 0 50px 0;
}
#footer:after {
  content: "";
  display: block;
  clear: both;
}
#footer a {
  color: #666668;
}
#footer a:hover {
  color: #005492;
}
#footer ul {
  list-style-type: none;
}
.f-top,
.f-information,
.f-ir,
.f-press,
.f-recruit,
.f-contact {
  float: left;
  width: 160px;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  #footer {
    border-left: 20px solid #f0f0f6;
    border-right: 20px solid #f0f0f6;
  }
  #footer-nav {
    height: auto;
    padding: 50px 0 15px;
    margin: 0;
  }
  .footer-nav-list {
    text-align: center;
  }
  .footer-nav-next {
    display: inline-block;
    float: none;
  }
  .footer-nav-prev {
    display: none;
  }
  .f-category  ul {
    margin-top: 0;
  }
  .f-category  a {
    display: inline-block;
    padding-right: 10px;
  }
  .f-category .f-contact {
    margin-bottom: -5px;
  }
  .f-category .f-contact a {
    display: block;
    margin-bottom: 5px;
  }
  .f-top,
  .f-information,
  .f-ir,
  .f-press,
  .f-recruit,
  .f-contact {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
  .f-contact ul {
    display: inline;
  }
  .f-contact li {
    display: inline;
  }
  .f-ir ul {
    padding-bottom: 0;
  }
  .f-ir li {
    display: inline;
  }
  .note {
    float: none;
    width: 100%;
  }
  .note-image {
    text-align: center;
  }
  .note-image img {
    max-width: 210px;
  }
}
@media screen and (max-width: 700px) {
  #footer {
    padding-bottom: 20px;
  }
  #footer-nav {
    display: none;
  }
  .f-category  a {
    display: block;
  }
  .f-category  li li a {
    display: inline-block;
  }
  #hatena-signature li.www, #hatena-signature li.copyright {
    display: block;
  }
  #header.fixed .h-ir a {
    padding-top: 20px;
  }
  #header h1 {
    margin: 0;
    padding: 15px 0;
  }
  #header img {
    height: 18px;
    width: auto;
  }
  #header.fixed h1 {
    margin: 0;
    width: auto;
  }
  #header.fixed .h-information a,
  #header.fixed .h-ir a,
  #header.fixed .h-press a,
  #header.fixed .h-recruit a {
    padding-top: 20px;
  }
  .index #header,
  .ads #header,
  .contact #header,
  .solutions #header,
  .rule #header {
    height: 49px;
  }
  #topcategory {
    font-size: 86%;
  }
  .h-information a,
  .h-press a,
  .h-recruit a {
    border-top: 5px solid #fff;
    padding: 20px 15px 20px 0;
    width: auto;
  }
  .h-ir a {
    border-top: 5px solid #0071c5;
    padding: 20px 15px 20px 0;
    width: auto;
  }
}