html{
    scroll-behavior: smooth;
}

body{
    margin: 0;
}

bodys section{
    /*background-color: blue;*/
    color: white;
}

a{
    text-decoration: none !important;
    color: inherit !important;
}

.error_msg{
    width: 100%;
    color: white;
    background-color: rgb(255, 110, 110);
    text-indent: 10px;
    transition: max-height 0.5s ease;
    display: flex;
    align-items: center;
    height: fit-content;
}.error_msg_total{
    width: fit-content !important;
    margin: 1em auto 0 auto;
    border-radius: 10px;
}

.company_detail{
    background-color: #f79034;
    color: white;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 50px 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;

}.company_detail_sub{
    margin-top: 50px;

}

float {
    z-index: 1000;
}

.induction_footer{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    transition: transform 0.3s ease-in-out;
    bottom: 0px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.pc_container{

}

.sp_container{
    position: relative;
}


@media (min-width: 768px) {
    html{
        min-width: 1300px;
    }

    .sp_container {
        display: none;
    }

    .input_data{
        font-size: 1.0em;
    }

}@media (max-width: 767px) {
    .pc_container {
        display: none;
    }
    .input_data{
        font-size: 1.2em;
    }
}