@charset "utf-8";

label,input,textarea,select,button{
  cursor: pointer;
}

/* 
sentence
*/

.p-contact-accept__sentence{

    margin: 20px;
}
      
.p-accept__sentence-thank{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

.p-accept__sentence-judge{
    text-align: center;
    font-size: 20px;
}




/* 
form 
*/
.p-accept__table{
    margin: 50px auto;
    min-width: 700px;
    border-collapse: collapse;
    border-spacing: 0;
}
/* form-table tr{} */
.p-accept__table th{
    padding: 10px;
    text-align: left;
    border-bottom: solid 1px #666;
}
.p-accept__table td{
    padding: 10px;
    border-bottom: solid 1px #666;
}
.p-accept__button{
    margin-top: 20px;
    text-align: center;
}



@media screen and (max-width: 768px) {
    .p-accept__table{
        display: block;
        min-width: 80%;
    }
    .p-accept__table tbody,
    .p-accept__table tr,
    .p-accept__table td{
        display: block;
    }
    .p-accept__table th{
        border-bottom: none;
        padding: 20px 10px 0;
    }

}