@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
dd,
figure {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    vertical-align: bottom;
}

body {
    /* font-family: -apple-system, BlinkMacSystemFont, "小塚明朝 Pr6N", "メイリオ", Meiryo, Arial, "Helvetica Neue", "ＭＳ Ｐゴシック", YuGothic, "ヒラギノ角ゴ Pro N W3", "Hiragino Kaku Gothic ProN", sans-serif; */
    font-size: 16px;
    line-height: 21px;
    color: #000;
    background-color: #fff;
}

.suggest {
    background-image: url(../images/bg_company.jpg);
    height: 300px;
    position: relative;
    margin-bottom: 80px;
    padding-top: 130px;
}

.suggest h1 {
    position: absolute;
    font-size: 11vw;
    color: #fff;
    top: 85%;
    left: 46%;
}

main {
    width: 960px;
    margin: auto;
}


table {
    margin: auto;
    border-collapse: collapse;
    margin-bottom: 180px;
    border: 1px solid #d4d4d4;
}

tr {
    display: flex;
    justify-content: space-between;
}

th {
    width: 159px;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #fff;
    background: #d4d4d4;
}

td {
    width: 507px;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;

}

tr:last-of-type th {
    border-bottom: none;
}

tr:last-of-type td {
    border-bottom: none;
}

a.http {
    text-decoration: none;
    color: #000;
}

footer ul.right {
    background-image: url(../images/glass.png);
}

@media screen and (max-width:768px) {
    main {
        width: auto;
    }

    .suggest {
        width: auto;
        background-size: cover;
        background-repeat: no-repeat;
        margin: auto;
        height: auto;
        padding-top: 400px;
    }

    .suggest h1 {
        top: 85%;
        left: 53%;
    }

    table {
        width: 350px;
    }

    th {
        width: 30%;
    }

    td {
        width: 70%;
    }

    footer ul.right {
        background-image: url(../images/glass.png);
    }


}