/* phoneヘッダー */

@charset "utf-8";
*,
*:after,
*:before {
    box-sizing: inherit;
}

header {
    background-color: #3c3c3c;
    margin-bottom: 1rem;
    padding: 0 1.5rem;
    position: relative;
    width: 100%;
  //  height: 50px;
}

header h1 {
    font-weight: 300;
    letter-spacing: -.1rem;
    font-size: 30px;
    line-height: 1.2;
    color: #FFFFFF;
    padding: 1rem;
    text-align: center;
}

.sp_question_table th,
.sp_question_table td{
    width: auto;
    display: block;
}