@charset "UTF-8";

.select_box {
    position: absolute;
    top: 40px;
    display: inline-block;
    right: 0;
    vertical-align: middle;
}

.select_box p {
    vertical-align: middle;
    margin-right: 10px;
    padding-top: 5px;
}

.selector {
    width: 130px;
    font-size: 16px;
    color: #fff;
    padding: 5px;
    background: #009d94 url("../../img/web_production/arrow.png") no-repeat right 10px top 50%;
    background-size: 10px;
}

.web_production_box {
    position: relative;
    margin-top: 50px;
}

.web_production_box ul li:nth-of-type(n+2) {
    display: none;
}

option p {
    padding: 10px;
}

.web_title {
    font-size: 17px;
    color: #009d94;
    margin-bottom: 10px;
}

.web_production_box table {
    width: 100%;
    border: solid 1px #009d94;
}

.web_production_box .h2 {
    padding-left: 0;
}


@media screen and (max-width: 768px) {
    .select_box {
        top: 75px;
    }

    .web_production_box {
        position: relative;
        margin-top: 0px;
    }


    .web_production_box table td:first-child {
        width: 7em;
    }

    .web_title {
        font-size: 3.75vw;
    }
}