.blogContainer {
  width: 90%;
  max-width: 900px;
  margin: 100px auto 0;
}

.pageName {
  font-size: 28px;
  color: var(--primaryColor);
  text-align: center;
}






.blogContents {
  width: 90%;
  max-width: 900px;
  margin: 30px auto 150px;
}

.date {
  font-size: 18px;
}

.blog {
  margin-top: 20px;
}

h1, h2, h3, h4 {
  font-weight: 500;
  line-height: 1.4;
}

h1 {
  margin: 15px 0;
  font-size: 30px;
  color: var(--primaryColor);
}

.blogContents h2 {
  margin: 15px 0;
  font-size: 26.7px;
  font-style: normal;
	font-weight: 500;
}

h3 {
  margin: 10px 0;
  font-size: 20px;
}

h4 {
  margin: 5px 0;
}

img {
  width: 100%;
  vertical-align: bottom;
  margin: 15px 0;
}






.navigation {
  width: 100%;
  margin-top: 60px;
}

.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}

.post-navigation .nav-previous {
  flex: 0 1 155px;
}

.post-navigation .nav-next {
  flex: 0 1 155px;
}

.nav-subtitle {
  width: 100%;
  position: relative;
  border-bottom: 2px solid var(--primaryColor);
  font-size: 20px;
  color: var(--primaryColor);
}

.nav-subtitle::before {
  content: "";
  display: block;
  width: 17px;
  height: 2px;
  background: var(--primaryColor);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.nav-subtitle::after {
  content: "";
  width: 9px;
  height: 9px;
  border-bottom: 2px solid var(--primaryColor);
  border-right: 2px solid var(--primaryColor);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}

.nav-links .nav-previous {
  text-align: right;
}

.nav-links .nav-next {
  text-align: left;
  margin: 0 0 0 auto;
}

.nav-previous .nav-subtitle::before, .nav-previous .nav-subtitle::after {
  left: 0;
}

.nav-next .nav-subtitle::before, .nav-next .nav-subtitle::after {
  right: 0;
}

.nav-next .nav-subtitle::after {
  transform: translateY(-50%) rotate(-45deg);
}




.blogContents .moreBtn {
  margin-top: 50px;
}







@media (max-width: 1024px) {
#fvContainer {
  width: 95%;
  margin: 130px 0 0 auto;
}

#fvContainer div span:first-of-type {
  display: block;
  font-size: 80px;
  letter-spacing: 2px;
  line-height: 1.2;
  /* color: var(--primaryColor); */
}
#fvContainer div span:last-of-type {
  font-size: 28px;
  margin-left: 0;
}

  
  
  
  
  
.blogContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 50px auto 150px;
}

.date {
  font-size: 20px;
  color: var(--primaryColor);
}

/* .blog {
  margin-top: 20px;
} */

/* h1, h2, h3, h4 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1.4;
} */

h1 {
  margin: 15px 0;
  font-size: 32px;
}

h2 {
  margin: 15px 0;
  font-size: 24px;
}

h3 {
  margin: 10px 0;
  font-size: 18px;
}

h4 {
  margin: 5px 0;
}

img {
  width: 100%;
  vertical-align: bottom;
  margin: 15px 0;
}





.navigation {
  /* width: 100%; */
  margin-top: 60px;
}

/* .post-navigation .nav-links {
  justify-content: space-between;
}

.post-navigation .nav-previous {
  flex: 0 1 155px;
}

.post-navigation .nav-next {
  flex: 0 1 155px;
}

.nav-subtitle {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #000;
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.nav-subtitle::before {
  content: "";
  display: block;
  width: 17px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.nav-subtitle::after {
  content: "";
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}

.nav-links .nav-previous {
  text-align: right;
}

.nav-links .nav-next {
  text-align: left;
  margin: 0 0 0 auto;
}

.nav-previous .nav-subtitle::before, .nav-previous .nav-subtitle::after {
  left: 0;
}

.nav-next .nav-subtitle::before, .nav-next .nav-subtitle::after {
  right: 0;
}

.nav-next .nav-subtitle::after {
  transform: translateY(-50%) rotate(-45deg);
} */
}







@media (max-width: 560px) {
#fvContainer {
  /* width: 95%; */
  margin: 100px 0 0 auto;
}

#fvContainer div span:first-of-type {
  /* display: block; */
  font-size: 60px;
  letter-spacing: 1.5px;
  /* line-height: 1.2; */
  /* color: var(--primaryColor); */
}
#fvContainer div span:last-of-type {
  font-size: 26px;
  /* margin-left: 0; */
}

  
  
  
  
  
.blogContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 20px auto 100px;
}

.date {
  font-size: 18px;
  /* color: var(--primaryColor); */
}

.blog {
  margin-top: 15px;
}

/* h1, h2, h3, h4 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1.4;
} */

h1 {
  margin: 10px 0;
  font-size: 28px;
}

h2 {
  margin: 15px 0;
  font-size: 22px;
}

/* h3 {
  margin: 10px 0;
  font-size: 18px;
}

h4 {
  margin: 5px 0;
}

img {
  width: 100%;
  vertical-align: bottom;
  margin: 15px 0;
} */





/* .navigation { */
  /* width: 100%; */
  /* margin-top: 60px;
} */

/* .post-navigation .nav-links {
  justify-content: space-between;
} */

.post-navigation .nav-previous {
  flex: 0 1 105px;
}

.post-navigation .nav-next {
  flex: 0 1 105px;
}

/* .nav-subtitle {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #000;
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.nav-subtitle::before {
  content: "";
  display: block;
  width: 17px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.nav-subtitle::after {
  content: "";
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}

.nav-links .nav-previous {
  text-align: right;
}

.nav-links .nav-next {
  text-align: left;
  margin: 0 0 0 auto;
}

.nav-previous .nav-subtitle::before, .nav-previous .nav-subtitle::after {
  left: 0;
}

.nav-next .nav-subtitle::before, .nav-next .nav-subtitle::after {
  right: 0;
}

.nav-next .nav-subtitle::after {
  transform: translateY(-50%) rotate(-45deg);
} */
}