.p-error__head{
  padding: 20px 20px 0;
}
.p-error__contents{
  padding: 55px 20px 0;
}
.p-error__head-logo{
  display: block;
  margin: 0 auto;
  width: 155px;
}
.p-error__icon{
  margin: 0 auto;
  width: 80px;
}
.p-error__icon img{
  width: 100%;
}
.p-error__heading{
  margin-top: 25px;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  letter-spacing: 0;
  text-align: center;
}
.p-error__text{
  margin-top: 20px;
  line-height: 1.875;
  letter-spacing: .02em;
}
.p-error__time{
  margin-top: 25px;
  border: 1px solid #09a7a8;
}
.p-error__time-item{
  background-color: #09a7a8;
  padding: 10px;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
.p-error__time-detail{
  padding: 15px;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: .02em;
  text-align: center;
}
@media (min-width:48em){
  .p-error__text{
    text-align: center;
  }
  .p-error__time{
    margin: 25px auto 0;
    width: 600px;
  }
  .c-page{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .c-main{
    flex: 1;
  }}