html {
  font-size: 18px;
}

body {
  font-family: Georgia, 游明朝, YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
  opacity: 0;
  transition: 0.1s;
}
.container {
  max-width: 1024px;
  margin: 0 auto;
}
a {
  color: #666;
  text-decoration: none;
}
.logo {
  color: #333;
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
.gnav {
  width: 100%;
  height: auto;
  margin-top: 3rem;
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
ul {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
.menu-area ul {
  display: flex;
  justify-content: space-between;
}
.menu-area li {
  padding: 1rem 1rem 0 1rem;
}

.menu-area a {
  font-size: .9rem;
}

.menu-area a i {
  font-size: .6rem;
  padding-left: .5rem;
}
html {
  font-size: 18px;
}

body {
  font-family: Georgia, 游明朝, YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

.container {
  max-width: 1024px;
  margin: 0 auto;
}

a {
  color: #666;
  text-decoration: none;
}

.logo {
  color: #333;
  display: block;
  font-size: 2rem;
  font-weight: bold;
}

.gnav {
  width: 100%;
  height: auto;
  margin-top: 3rem;
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

ul {
  list-style-type: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

.menu-area ul {
  display: flex;
  justify-content: space-between;
}

.menu-area li {
  padding: 1rem 1rem 0 1rem;
}

.menu-area a {
  font-size: .9rem;
}

.menu-area a i {
  font-size: .6rem;
  padding-left: .5rem;
}
article {
  display: flex;
  align-items: baseline;
  margin-bottom: 3rem;
}

article div:first-child {
  flex: 1;
}

article div:last-child {
  flex: 2;
}

article div:last-child a {
  font-size: 1.2rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 1rem;
}

article div:last-child p {
  font-size: .9rem;
  color: #666;
  margin-top: 1rem;
  line-height: 1.8;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 8rem;
  position: static;
}

.pagination ul{
  display: flex;
  justify-content: center;
}
.pagination ul li{
  display: flex;
  justify-content: center;
  align-items: center;
}


.pagination a {
  font-size: .9rem;
  border: solid 1px #ccc;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
}

.pagination a:first-child {
  background: #eee;
  font-weight: bold;
}

.pagination a:last-child i {
  font-size: small;
  color: #ccc;
  padding-left: 0.5rem;
}

footer {
  border-top: solid 1px #ddd;
}

footer a:hover {
  color: bisque;
}

.footer-top {
  display: flex;
  margin: 5rem 0;
}

.footer-top > div {
  flex: 1;
  padding-right: 30px;
}

.footer-top > div:nth-child(4n) {
  padding-right: 0;
}

.profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 1rem;
}

.profile-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.profile-name-block p {
  font-weight: bold;
}

.profile-name-block i {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  color: #aaa;
  font-size: 1.4rem;
}

.profile-area > p {
  margin-top: 1rem;
  font-size: .9rem;
  color: #666;
}
.footer-top .footer-title {
  font-size: .8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 2rem;
}

.footer-right p {
  font-size: .9rem;
  color: #666;
}

.resent-posts div {
  margin-bottom: 1rem;
}

.resent-posts a {
  text-decoration: underline;
  text-decoration-color: #ddd;
  font-size: .9rem;
}

.resent-posts p {
  font-size: .8rem;
  color: #666;
}

.category div {
  margin-bottom: 1rem;
}

.category a {
  text-decoration: underline;
  text-decoration-color: #ddd;
  font-size: .9rem;
}

.category input {
  width: 100%;
  margin-top: 4rem;
  border: 1px solid #ddd;
  padding: 0.3rem 0.5rem;
}

.footer-bottom {
  border-top: solid 1px #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 200px;
}

.footer-bottom div {
  width: 200px;
}

.footer-bottom::after {
  content: "";
  display: block;
  width: 200px;
}

.footer-bottom div i {
  margin-right: 1rem;
  color: #aaa;
  font-size: 1.4rem;
}

.footer-bottom small {
  color: #666;
}

.footer-bottom small a {
  color: #333;
}

.footer-bottom small a:hover {
  color: #111;
}

main.blog h2{
  margin-bottom: 3em;
}


