@charset "UTF-8";

/*--------PC表示設定--------*/
.sp {
  display: none;
}
.pc {
  display: block;
}
/*--------PC表示設定--------*/
/* post2 section-start */
#post2 {
    padding-top: 64px;
    padding-right: 9vw;
    padding-bottom: 64px;
    padding-left: 9vw;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #f9f7f7!important;
}
.post2-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.post2-title {
  font-size: 32px;
  font-weight: bold;
}
.post2-date {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
  margin-bottom: 32px;
  letter-spacing: 0.1em;
}
.PrevNextButton {
  margin-top:48px;
  display: flex;
  justify-content: space-between;
}
.post2-content {
  font-size: 16px;
  line-height: 1.75;
  background-color: #fff;
  padding: 48px 60px;
  border-radius: 16px;
}
.news-hr{
  margin-top: 32px;
}
.post2-thumbnail{
  margin-bottom: 30px;
}
.PrevNextButton div a {
  color: #ed1c24;
}
/* post section-end */





@media screen and (max-width: 980px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
#post2 {
    padding-top: 32px;
    padding-right: 5vw;
    padding-bottom: 32px;
    padding-left: 5vw;
}
.post2-content {
    padding: 32px;
}

  
}

@media screen and (max-width: 480px) {


}