@charset "UTF-8";

/* 背景画像 */
/* .wrapper {
    background: url(../../../../img/bg.png) repeat 50% 100px;
    background-size: 2880px auto ;
} */

main {
    padding: 0 20px 20px;
}

.top-img-type-a > img {
    background: url(../../img/internship-bg.png) repeat-x center bottom;
    background-size: 100% auto;
    /* height: 625px; */
    /* border: 1px solid green; */
}

.top-img-type-a > div {
    width: 960px;
    height: 300px;
    margin: -300px auto 0;
    position: relative;
    overflow: hidden;
    /* border: 1px solid green; */
}

.top-img-type-a > div > p {
    margin: 40px 0 0 50px;
}

.btn-typ-b {
    margin: 0;
}

/* ボタンの空き */
.btn-typ-d {
    margin: 50px auto 10px;
}

.btn-set {
    text-align: center;
    width: 400px;
    position: absolute;
    bottom: 10px;
    right: 0;
}

.btn-set > small {
    font-size: 0.8em;
    display: inline-block;
    padding: 10px 0;
    line-height: 1.5;
}

/* テーブル */
table {
    width: 100%;
    border-top: 1px dotted #333333;
}
th, td {
    padding: 15px 0;
    text-align: left;
    line-height: 1.5;
    vertical-align: top;
    border-bottom: 1px dotted #333333;
}
th {
    color: #743700;
	white-space: nowrap;
	width: 150px;
}

/*  */
.misc {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

/** --------------------------------
* sp
*/
@media screen and (max-width: 767px) {

    /* 背景画像 */
    /* .wrapper {
        background: url(../../../../img/bg.png) repeat 50% 100px;
        background-size: 300% auto;
    } */

    .top-img-type-a > img {
        background-size: 100% auto;
    }

    .top-img-type-a > div {
        width: 100%;
        height: inherit;
        margin: 0 auto;
        position: relative;
    }

    .top-img-type-a > img {
        display: none;
    }

    .top-img-type-a > div {
        background: url(../../img/internship-bg.png) repeat-x center bottom;
        background-size: auto 100%;
    }

    .top-img-type-a > div > p {
        margin: 0;
        padding: 20px;
    }

    .btn-set {
        width: 90%;
        margin: auto;
        position: inherit;
    }

    .btn-set > small {
        font-size: 0.8em;
    }

    /* テーブル */
    table {
        font-size: 0.9em;
    }

    tr {
        display: flex;
        flex-direction: column;
    }

    th {
        border-bottom: none;
        padding: 10px 0 0;
    }

    td {
        padding: 0 0 10px;
    }

    .misc {
        font-size: 0.8em;
        line-height: 1.5;
    }
    
}