.content {
  box-sizing: border-box;
  padding-top: 100px;
  min-height: calc(100vh - 30px);
}
@media (max-width: 767px) {
  .content {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .content {
	margin-right: auto;
	margin-left: auto;
	padding-right: 16px;
	padding-bottom: 100px;
	padding-left: 16px;
	width: 768px;
	line-height: 20px;
  }
}
.content-header {
  margin-top: 0;
  margin-bottom: 48px;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .project-container {
  display: flex;
  justify-content: center; /* 水平方向の中央揃え */
  align-items: center;    /* 垂直方向の中央揃え */
  height: 100%;           /* 必要に応じて高さを指定 */
}
}
@media (max-width: 767px) {
  .project-item + .project-item {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .project-item {
	width: 350px;
	padding-bottom: 50px;
  }
.pageProject .content .project-container p {
	margin: 0px;
	padding: 0px;

}


  .project-item:nth-child(odd) {
    float: left;
  }
  .project-item:nth-child(even) {
    float: right;
  }
}
.project-item-header {
  margin-top: 0;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 0.025em;
  font-size: 13px;
  font-family: "Oswald", sans-serif;
  line-height: 23px;
}
.project-item-header::after {
  display: block;
  margin-top: 2px;
  height: 7px;
  background-image: url(../img/line.png);
  background-position: center center;
  background-size: auto 7px;
  content: "";
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .project-item-header::after {
    background-image: url(../img/line@2x.png);
  }
}
@media (max-width: 767px) {
  .project-item-inner {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .project-item-inner {
    margin-right: 25px;
    margin-left: 25px;
  }
}
.project-item-list {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 11px;
	line-height: 32px;
}
.project-item-list li {
	padding-right: 1.5em;
	padding-left: 1.5em;
	border-bottom: 1px dashed #b3b3b3;
}
.project-item-list li a .blank {
	line-height: 20px;
	margin-bottom: 8px;
	margin-top: 8px;
}
.pageProject .content .project-container .space {
	height: 50px;
}
