.pc-contents{
    width: 100%;
    padding-top: 8rem;
}

.pc-mail{
    width: 70%;
    margin: 0 auto;
    padding-top: .5rem;
    padding-bottom: 3rem;
}

/*メールフォームデザイン*/



/*名前*/
.text {
  padding-bottom: 20px;
  width: 100%;
    margin-bottom: 2rem;
}

.text input[type=text] {
  background: #fff;
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  padding: 10px;
  height: 40px;
  width: 100%;
     margin : .5rem 0;
}

input[type="text"] {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 5px;
}
input[type="text"]:focus {
  border: 1px solid #58CE91;
  outline: 0;
}


/*内容*/

.textarea {
  padding-bottom: 10px;
  width: 100%;
}

.textarea textarea {
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 13px;
  padding: 10px;
  height: 210px;
  width: 100%;
    margin : .5rem 0;
}

textarea {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 5px;
}
textarea:focus {
  border: 1px solid #58CE91;
  outline: 0;
}

/*例のテキスト*/

input::placeholder {
  color: #444;
    font-family: 'Quicksand', sans-serif;
}


textarea::placeholder {
  color: #444;
    font-family: 'Quicksand', sans-serif;
}



/*ボタン*/



input#submit_button{
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    margin: 0 auto;
    margin-bottom: -0.5em;
    text-decoration: none;
    color: #fff;
    background: #58CE91;
    transition: .4s;
    border: none;
    width: 20%;
    height: 3rem;
    font-size: 1rem;
  }

input#submit_button:hover {
    background: #fff;
    color: #58CE91;
    border: solid 1px #58CE91;
}

/*このページだけフッター固定*/
footer{
    position: relative;
    bottom: 0;
}
