.-frame-on .l-mainContent {
  background-color: transparent;
}
.c-pageTitle__inner {
  text-align: center;
  color: #fff;
  font-size: 4rem;
}
.c-pageTitle__subTitle {
  display: none;
}
span.c-pageTitle__inner:before {
    display: none;
}
.u-termMainImage {
  max-width: 20rem;
  margin: 0 auto 5rem;
}
.p-archiveContent {
  border-top: 2px solid #fff;
  padding-top: 5rem;
}
.p-postList.p-postList {
	display: flex; 
 	flex-wrap: wrap;
  	align-items: flex-start;
}
.p-postList__item {
  width: 50%;
  padding: 0 0.75em;
}

.p-postList .p-postList__title{
  color: #fff;
}



@media (min-width: 600px) {
.p-postList .p-postList__title{
 font-size: 24px;
}
}

img {
  margin: auto;
  display: block;
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
  transition: 1.5s ease-in-out;
}




@media (max-width: 599px) {
img {
  width: 160px;
  margin: auto;
  display: block;
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  background: url(../img/ico-apple.svg) no-repeat center center / 60px auto;
  transition: 1.5s ease-in-out;
}
 .c-pageTitle__inner {
    font-size: 2.5rem;
}
}