body {
    font-family: sans-serif;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

#vmap {
    width: 100%;
    height: 460px;
    margin-top: 20px;
    border: 1px solid #ccc;
}

.adr_input {    
    width: 400px;
    border: 1px solid #e2d4d4;
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 14px;
    max-width: calc(100% - 134px);
}

.adr_bt {
    background-color: #c25454;
    border: none;
    color: white;
    padding: 2px 11px 4px 11px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
}

.adr_auto_bt {
    background-color: #655bff;
    border: none;
    color: white;
    padding: 2px 11px 4px 11px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
}

.scope {
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 70px;
}

.scope li b {
    display: inline-block;
}

.scope li b:nth-child(2) {
    min-width: 60px;
}

.scope li:first-child b:first-child {
    min-width: 96px;
}

.scope li b:nth-child(3) {
    min-width: 100px;
}

.scope li:first-child b:nth-child(2) {
    min-width: 104px;
}

.header {
    display: flex;
    align-items: flex-start;
    padding: 10px 0 40px 0;
    flex-direction: column;
}

.header-cell1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.header-cell2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.header_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 42px;
    font-weight: bold;
}

.header_logo  {
    width: 75px;
    display: inline-block;
    border-radius: 28px;
    margin-right: 40px;
    margin-left: 20px;
}

.header_info {
    padding-right: 30px;
    font-family: serif;
    font-size: 14px;
}

.header_info_img {
    width: 142px;
    margin-right: 30px;
}

.result_table {
    min-height: 300px;
}

.footer {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 25px 3% 40px 3%;
    border-top: 1px solid #ccc;
    margin-top: 30px;
    color: #616161;
}

.footer_logo {
    margin-right: 30px;
}

.footer_logo img {
    width: 260px;
}

.footer_info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: #c25454;
    text-decoration: underline;
}

@media screen and (max-width: 490px) and (min-width: 401px) {
    .scope {
        font-size: 14px;
    }
    
    .scope li b:nth-child(2) {
        min-width: 50px;
    }
    .scope li:first-child b:first-child {
        min-width: 85px;
    }
    
    .scope li b:nth-child(3) {
        margin-left: 20px!important;
    }
    .scope li:first-child b:nth-child(2) {
        margin-left: 20px!important;
    }
    
    .scope li b:nth-child(4) {
        margin-left: 20px!important;
    }
    .scope li:first-child b:nth-child(3) {
        margin-left: 20px!important;
    }
}

@media screen and (max-width: 400px) {
    .scope {
        font-size: 12px;
    }
    
    .scope li b:nth-child(2) {
        min-width: 40px;
    }
    .scope li:first-child b:first-child {
        min-width: 75px;
    }
    
    .scope li b:nth-child(3) {
        margin-left: 15px!important;
        min-width: 80px;
    }
    .scope li:first-child b:nth-child(2) {
        margin-left: 15px!important;
        min-width: 47px;
    }
    
    .scope li b:nth-child(4) {
        margin-left: 15px!important;
    }
    .scope li:first-child b:nth-child(3) {
        margin-left: 31px!important;
        width: fit-content;
        min-width: unset;
    }
}

@media screen and (max-width: 870px) and (min-width: 661px) {
    .header_title {
        font-size: 32px;
    }
    
    .header_logo {
        width: 60px;
        margin-right: 20px;
        margin-left: 10px;
        border-radius: 20px;
    }
    
    .header_info {
        padding-right: 20px;
    }
    
    .header_info_img {
        width: 120px;
    }
    
    .footer_logo img {
        width: 200px;
    }
}

@media screen and (max-width: 660px) and (min-width: 459px) {
    .header_title {
        font-size: 4.84vw;
    }
    
    .header_logo {
        width: 60px;
        margin-right: 20px;
        margin-left: 10px;
        border-radius: 20px;
    }
    
    .header_info {
        padding-right: 20px;
    }
    
    .header_info_img {
        width: 12vw;
    }
    
    .footer_logo img {
        width: 180px;
    }

    .footer{
        font-size: 14px;
    }

    @media screen and (max-width: 480px) {
        .footer{
            font-size: 12px;
        }
        .footer_logo img {
            width: 165px;
        }
        .footer_logo {
            margin-right: 20px;
        }
    }
}

@media screen and (max-width: 458px) and (min-width: 1px) {
    .header_title {
        font-size: 4.84vw;
    }
    
    .header_logo {
        width: 40px;
        margin-right: 10px;
        margin-left: 10px;
        border-radius: 13px;
    }
    
    .header_info {
        padding-right: 20px;
    }
    
    .header_info_img {
        width: 12vw;
    }
    
    .footer_logo img {
        width: 200px;
    }

    .footer{
        font-size: 12px;
    }

    .footer_logo img {
        width: 150px;
    }
    .footer_logo {
        margin-right: 20px;
    }

    @media screen and (max-width: 403px) {
        .footer{
            font-size: 10px;
        }
        .footer_logo img {
            width: 130px;
        }
        .footer_logo {
            margin-right: 10px;
        }
    }
}

