@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
#header {
  margin: 0 auto;
  min-height: 56px;
  max-width: 800px;
}
@media screen and (max-width: 600px) {
  #header {
    background-color: #37474f;
  }
}
#header h1 {
  padding: 1rem 1rem 0.5rem 1rem;
  font-size: 1.5rem;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #header h1 {
    padding-bottom: 0px;
  }
}
#header h1 img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  #header h1 img {
    margin: 0 10px;
    display: inline-block;
  }
}
#header h1 a {
  color: #37474f !important;
  line-height: 56px;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  #header h1 a {
    color: white !important;
    display: flex;
    align-items: center;
  }
}
#header nav {
  background-color: #37474f;
  padding: 0.7rem;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  #header nav {
    border-radius: 0px;
  }
}
#header nav ul {
  display: flex;
  justify-content: space-around;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none;
}
#header nav ul li {
  color: white;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  #header nav ul li {
    font-size: 1rem;
  }
}
#header nav ul li:not(:first-child) {
  margin-left: 20px;
}
#header nav ul li a {
  color: white;
}
#header nav ul li i {
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  #header nav ul li i {
    display: none;
  }
}

.content {
  padding: 1rem;
  background-color: white;
  margin: 0 auto;
  max-width: 800px;
}
@media screen and (max-width: 600px) {
  .content {
    padding: 1rem;
  }
}
.content a {
  color: #37474f;
  text-decoration: none;
}
.content time {
  color: #90a4ae;
}
.content header h1, .content header h2 {
  display: inline;
}
.content header time {
  display: inline-block;
  min-width: 7rem;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .content header h1, .content header h2 {
    font-size: 1rem;
  }
  .content header time {
    font-size: 0.8rem;
  }
}
.content section.articles article header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 0;
}
@media screen and (max-width: 600px) {
  .content section.articles article header {
    align-items: baseline;
    flex-direction: column;
  }
}
.content section.articles article header h2 {
  margin: 0;
}
.content section.articles article:not(:last-child) {
  border-bottom: 2px solid #90a4ae;
}
.content section.articles article:not(:last-child):hover {
  border-color: #a3e9a4;
  transition: border-color 1s;
}
.content article.post header, .content article.page header {
  padding-bottom: 10px;
  border-bottom: 1px solid #90a4ae;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem 0;
}
@media screen and (max-width: 600px) {
  .content article.post header, .content article.page header {
    align-items: baseline;
    flex-direction: column;
  }
}
.content article.post header h2, .content article.page header h2 {
  margin: 0;
}
.content article.post section h2, .content article.page section h2 {
  font-size: 1.2rem;
  background: #efefef;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  border-radius: 4px;
}
.content article.post img, .content article.page img {
  display: block;
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .content article.post img, .content article.page img {
    width: 100%;
  }
}
.content article.post a, .content article.page a {
  color: #2980b9;
  word-break: break-word;
  text-decoration: underline;
}
.content article.post section.social, .content article.page section.social {
  margin-top: 30px;
}
.content article.post p, .content article.page p {
  line-height: 2rem;
}
.content article.post .youtube, .content article.page .youtube {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.content article.post .youtube iframe, .content article.page .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

footer {
  height: 100px;
  width: 100%;
  text-align: center;
}
footer .powered-by {
  font-size: 80%;
}
footer .powered-by a {
  color: #2980b9;
}

* {
  box-sizing: border-box;
}

html {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background: white;
  color: #37474f;
  margin: 0px;
}

a {
  text-decoration: none;
}

pre {
  margin: 0px;
  white-space: pre-wrap;
}

code {
  word-wrap: break-word;
  border-radius: 4px;
  padding: 4px;
  background-color: #f8f8f8;
}

pre.highlight {
  border: 2px solid #efefef;
  border-radius: 4px;
  padding: 10px;
  background-color: #f8f8f8;
}
pre.highlight code {
  padding: 0;
}

blockquote {
  margin: 0;
  padding: 0.5rem 1rem;
  border-left: 2px solid #37474f;
  background-color: #f8f8f8;
  font-style: italic;
}
blockquote p {
  margin: 0;
}

table {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 2px solid #efefef;
  border-collapse: collapse;
}
table thead th {
  padding: 3px 5px;
  border: 1px solid #efefef;
  background-color: #f8f8f8;
}
table tbody tr td {
  padding: 3px 5px;
  border: 1px solid #efefef;
}

/*# sourceMappingURL=application.css.map */