.heading-001 {
    padding: 0 .4em .4em;
    border-bottom: 3px solid #007c78;
    background-color: #f4f5f7;
    color: #333333;
}

.route {
    text-align: center;
    /* 中央寄せ */
    color: #ffffff;
    margin: 2em 50px 0;
    font-size: 1.3rem;
    font-weight: normal;
    padding: 5px;
}

.centering_item {
    background-color: #FFEB3B;
    /* 背景色指定 */
}

table td {
    background: #eee;
}

table tr:nth-child(odd) td {
    background: #f8f9fc;
}

table {
    border-collapse: collapse;
    margin-bottom: 1rem;


}

table td {
    padding: 0.75rem;
}

p {
    font-family: sans-serif;
}

.result {
    background-color: #007c78;
    border-radius: 10px;
}

.content {
    width: 60%;
    margin: 0 auto;
    background-color: #fff;
    height: 100%;
    padding-bottom: 100%;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
}

.table1 {
    background: #f8f9fc;
}

.forminput {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

input {
    width: 250px;
}

button {
    width: 100%;
}

.a {
    width: 70%;
    margin: 0 auto;
    background-color: #fff;

}

.b {
    background-color: #fff;
    /* 背景色指定 */
}

body {
    background-color: #f4f5f7
}