@import url('https://fonts.googleapis.com/css?family=Montserrat:700');

#title a,
#box2-inner .hatena-module-title,
.archive-entry-header .date,
.entry-date {
  font-family: 'Montserrat', cursive;
}

html {
  font-size: 16px;
}

@media (max-width: 767px) {
  html {
    font-size: 15px;
  }
}

body {
  font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Droid Sans,Helvetica Neue,Hiragino Sans,Hiragino Kaku Gothic Pro,Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  font-weight: 400;
  line-height: 1rem;
  color: #495057;
  word-break: break-all;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1rem;
}

a {
  color: #63c0e3;
}

p {
  margin: 0 auto;
}

#container {
  padding: 0;
}

#container-inner {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

#top-box,
#content-inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 46rem;
}

#content::after {
  display: block;
  content: '';
  clear: both;
}

#wrapper {
  box-sizing: border-box;
}

#box2 {
  box-sizing: border-box;
}

.header-image-enable #blog-title #blog-title-inner {
  margin-bottom: 2rem;
  background-repeat: repeat !important;
  text-align: center;
  height: initial !important;
}

@media (max-width: 767px) {
  .header-image-enable #blog-title #blog-title-inner {
    margin-bottom: 1rem;
  }
}

.page-index.header-image-enable #blog-title #blog-title-inner {
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .page-index.header-image-enable #blog-title #blog-title-inner {
    margin-bottom: 2rem;
  }
}

.header-image-enable #blog-title #blog-title-inner #blog-title-content {
  padding: 8rem 0;
}

@media (max-width: 767px) {
  .header-image-enable #blog-title #blog-title-inner #blog-title-content {
    padding: 4rem 0;
  }
}

#title a {
  font-size: 3rem;
  line-height: 3rem;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 767px) {
  #title a {
    font-size: 2rem;
    line-height: 2rem;
  }
}

#blog-description {
  margin-top: 1rem;
  font-size: .8rem;
  color: #fff;
}

#top-box .breadcrumb {
  font-size: .8rem;
  color: #cfd8dc;
}

#top-box .breadcrumb-inner {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 767px) {
  #top-box .breadcrumb {
    margin-bottom: 1rem;
  }
}

#top-box .breadcrumb a {
  text-decoration: none;
  color: #90a4ae;
}

#top-box .breadcrumb .breadcrumb-link::before,
#top-box .breadcrumb .breadcrumb-child::before {
  content: '›';
  margin: 0 .25rem;
  color: #495057;
}

#top-box .breadcrumb .breadcrumb-link:first-child::before,
#top-box .breadcrumb .breadcrumb-child:first-child::before {
  display: none;
}

#top-box .breadcrumb .breadcrumb-gt {
  display: none;
}

.archive-header-category {
  margin: 2rem 0;
  text-align: center;
}

#footer {
  padding: 1rem 0;
  font-size: .8rem;
  line-height: 1.5rem;
  text-align: center;
}

#footer a {
  text-decoration: underline;
  color: #495057;
}

#box2-inner::after {
  display: block;
  content: '';
  clear: both;
}

#box2-inner .hatena-module {
  margin-bottom: 4rem;
  font-size: .8rem;
  line-height: 1rem;
}

#box2-inner .hatena-module-title {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.25rem;
  font-weight: 700;
}

#box2-inner .hatena-module-title a {
  color: #495057;
}

#box2-inner .hatena-module-body ul,
#box2-inner .hatena-module-body ol {
  padding-left: 1.5rem;
}

#box2-inner .hatena-module-body li {
  margin-bottom: .5rem;
  line-height: 1.25rem;
}

#box2-inner .hatena-module-body li:last-child {
  margin-bottom: 0;
}

#box2-inner .hatena-module-category .hatena-module-body ul,
#box2-inner .hatena-module-category .hatena-module-body ol {
  padding-left: 0;
}

.hatena-module-category .hatena-urllist li {
  display: inline
}

.archive-entry .categories a,
.hatena-module-category .hatena-urllist a,
.entry-categories.categories a {
  display: inline-block;
  margin: 0 .25rem .5rem 0;
  padding: .25rem .5rem;
  line-height: 1rem;
  font-size: .8rem;
  background-color: #eff8fc;
  color: #63c0e3;
  border-radius: 4px;
  text-decoration: none;
}

.search-result .archive-heading {
  margin-bottom: .5rem;
  font-size: .8rem;
}

.search-result-form {
  border: 0;
  max-width: 100%;
}

.search-result-form .search-result-input,
.search-form input {
  box-sizing: border-box;
  display: block;
  padding: 1rem;
  width: 100%;
  border-radius: 4px;
  border: 0;
  border: 1px solid #eff8fc;
  border-bottom-width: 2px;
  font-size: .8rem;
  font-weight: 700;
  height: initial;
}

.search-result-form .search-result-input:focus,
.search-form input:focus {
  outline: none;
}

.search-result-form input[type=submit],
.search-form input[type=submit] {
  display: none;
}

.hatena-module-profile::after {
  display: block;
  content: '';
  clear: both;
}

.hatena-module-profile .id {
  display: block;
  line-height: 2rem;
}

.profile-icon-link {
  display: block;
  float: left;
  margin-right: .5rem;
  max-width: 2rem;
}

.profile-icon-link img {
  display: block;
  width: 100%;
}

.profile-description {
  margin-top: 1rem;
}

.hatena-follow-button-box {
  margin-top: 1rem;
}

.pager {
  margin: 4rem 0;
  text-align: center;
}

.pager a {
  padding: 1rem 1.25rem;
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  border-radius: 4px;
  background-color: #eff8fc;
  color: #63c0e3;
  text-decoration: none;
}

@media (max-width: 767px) {
  .pager a {
    display: block;
    margin-bottom: 1rem;
  }
}

section.archive-entry,
article.archive-entry {
  margin-bottom: 4rem;
}

.archive-entry-header,
.entry-header {
  margin-bottom: .5rem;
}

.archive-entry-header .date,
.entry-date {
  margin-bottom: .5rem;
}

.archive-entry-header .date a,
.entry-date a {
  font-weight: 700;
  text-decoration: none;
  color: #63c0e3;
}

.archive-entry .entry-thumb-link {
  display: none;
}

.entry-title a {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2rem;
  color: #495057;
  text-decoration: none;
}

@media (max-width: 767px) {
  .entry-title a {
    font-size: 1.3rem;
    line-height: 1.75rem;
  }
}

.entry-header-menu a {
  font-size: .8rem;
  line-height: 1rem;
  color: #495057;
}

.entry-categories.categories {
  margin-top: .5rem;
}

.archive-entry .categories {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .archive-entry .categories {
    margin-bottom: .5rem;
  }
}

.archive-entry .archive-entry-body p {
  margin-bottom: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  .archive-entry .archive-entry-body p {
    font-size: .8rem;
    line-height: 1.25rem;
    color: #90a4ae;
  }
}

.entry-footer {
  margin-top: 2rem;
  font-size: .8rem;
  line-height: 1rem;
}

.entry-footer-section {
  display: inline;
  margin-right: 1rem;
}

.hatena-star-container {
  display: inline;
}

.social-buttons {
  margin-top: 1rem;
}

.entry-content h2 {
  margin: 4rem 0 1rem;
  padding: 1.5rem;
  border-radius: 4px;
  background-color: #eff8fc;
  color: #63c0e3;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2.5rem;
}

.entry-content h3 {
  margin: 3rem 0 1rem;
  color: #63c0e3;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 2rem;
}

.entry-content h4 {
  margin: 3rem 0 1rem;
}

.entry-content p {
  margin: 1.5rem 0;
  line-height: 1.75rem;
}

@media (max-width: 767px) {
  .entry-content p {
    line-height: 1.75rem;
  }
}

.entry-content code {
  padding: .25rem;
  border-radius: 4px;
  border: 0;
  background-color: #eff8fc;
  font-size: .8rem;
  font-family: menlo, consolas, monospace;
}

.entry-content pre {
  padding: 1rem;
  border-radius: 4px;
  background-color: #495057;
  color: #fff;
  font-size: .7rem;
  line-height: 1rem;
  overflow: auto;
  font-family: menlo, consolas, monospace;
}

.entry-content ul,
.entry-content ol {
  padding-left: 2rem;
}

.entry-content li {
  margin: .5rem 0;
  line-height: 1.5rem;
}

.entry-content li:last-child {
  margin-bottom: 0;
}

.entry-content img {
  display: block;
  vertical-align: middle;
  border: 1px solid #eff8fc;
  border-radius: 4px;
}

.entry-content blockquote {
  margin: 0;
  padding: .5rem 1rem;
  border: 1px solid #eff8fc;
}

.entry-content blockquote p {
  margin: .5rem 0;
  line-height: 1.25rem;
  font-size: .8rem;
}

.custom-recruit {
  margin: 1.5rem 0;
  padding: .25rem;
  background-color: #ffc107;
}

.custom-recruit-inner {
  padding: .5rem 1rem;
  border: 1px dashed #fff;
}

@media (max-width: 767px) {
  .custom-recruit-inner {
    padding: 1rem;
    text-align: center;
  }
}

.custom-recruit-title {
  margin-right: .5rem;
  font-size: 1rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .custom-recruit-title {
    display: block;
    margin-right: 0;
    margin-bottom: .5rem;
  }
}

.custom-recruit-item:last-child {
  margin-right: 0;
}

.custom-recruit-item a {
  display: inline-block;
  color: #fff;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 4px;
  background-color: #ffa000;
  border-top: 1px solid #ff8f00;
  border-bottom: 1px solid #ffd54f;
  text-shadow: 0 -1px 0 #ff8f00;
  text-decoration: none;
}

.comment-box .comment {
  padding-left: 0;
  list-style: none;
  font-size: 1rem;
}

.comment-box .comment li {
  margin-bottom: 3rem;
}

.comment-user-name {
  margin-bottom: .5rem;
  padding: .75rem 1rem;
  border-left: .25rem solid #495057;
  background-color: #eff8fc;
}

.comment-content p {
  margin: 1.5rem 0;
  line-height: 1.5rem;
}

.leave-comment-title {
  display: inline-block;
  padding: 1rem 1.25rem;
  display: inline-block;
  font-size: .8rem;
  font-weight: 700;
  border-radius: 4px;
  background-color: #eff8fc;
  color: #63c0e3;
  text-decoration: none;
}

.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em
}

.entry-content table img {
  max-width: none
}

.entry-content table td, .entry-content table th {
  border: 1px solid #ddd;
  padding: 5px 12px
}

.entry-content table th {
  background: #f7f7f7
}