@charset "UTF-8";

.org {
    font-weight: bold;
    font-size: 1.1em;
}

.address {
    border-left: solid var(--gray_color) 5px;
    padding: 5px 10px;
    margin-top: 16px;
    margin-bottom: 15px;
}

.zipcode {
    /* font-size: 0.96em; */
    margin-bottom: 4px;
}

.email {
    width: 100%;
    overflow-x: scroll;
    font-size: 0.94em;
}

.for_circle {
    width: min(100%, 710px);
    border: solid var(--main_color) 2px;
    padding: 10px;
}

table {
    /* margin-top: 20px; */
    width: max(710px, 100%);
    border: solid var(--text_color) 1px;
    border-collapse: collapse;
    /* white-space: nowrap; */
}

thead {
    background-color: var(--gray_color);
    border-bottom: solid var(--text_color) 2px;
}

tbody td {
    text-align: left;
}

#tantou {
    font-size: 0.9em;
}