@charset "utf-8";

.post-thumbnail { 
  display: none;
}

/*****************/
/* Contactページ */
/*****************/
.cntct-cntnr input {
  width: 100%;
}

.cntct-cntnr .submit-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}  
.cntct-cntnr .submit-wrapper input {
  width: 10rem;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .cntct-cntnr {
    width: 100%;
  }
}  
