@charset "utf-8";
/* CSS Document */

.mainimg {
    display: none;
}

.sp-mainimg {
    display: inherit;
}

.box {
    width: 90%;
}

.sp {
    display: inherit;
}

.pc {
    display: none;
}

h1 {
    font-size: 12px;
}

.greeting {
    font-size: 90%;
    padding-bottom: 15px;
}

tr {
    font-size: 100%;
}

th {
    padding-left: 15px;
}

td {
    text-align: left;
    padding-right: 15px;
    width: 40%;
}

.menu {
    flex-direction: column
}

small {
    font-size: 65%;
    display: block;
}