@charset "UTF-8";

/* h, w */

.h-200 {
    height: 200px !important;
}

.w-160 {
    width: 160px !important;
}

.w-200 {
    width: 200px !important;
}

.w-400 {
    width: 400px !important;
}


/* page-header */

.page-header-wrap {
    width: 100%;
}

.page-header {
    position: relative;
    margin: 0 auto;
    padding-top: 34.68%;
    width: 100%;
    border-bottom: none;
}

.page-title {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
}


/* page-ex */

.page-ex {
    padding: 0 15px 22px;
    text-align: center;
}

.page-ex p {
    margin-bottom: 0;
    font-size: .875rem;
    margin-bottom: 20px;
    text-align: left;
}

.thanks .page-ex p {
    text-align: center;
}

/* contents-title-underline */

.contents-title-underline {
    display: inline-block;
    margin: 0 auto 18px;
    padding: 0 40px 6px;
    border-bottom: solid 4px #0566af;
    color: #000;
    font-weight: bold;
    font-size: 1.125rem;
}

/* entry */

.entry-link {
    padding: 25px 0 30px;
    /*background: #fff url(../img/common/entry-bg.gif) repeat top center;*/
    background-color: #dcebfa;
    margin-top: 80px;
}

.entry-tx {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 1rem;
}

.entry-link-bt {
    display: block;
    margin: 0 auto 14px;
    max-width: 370px;
    width: 78%;
}

.mynavi-link-bt {
    display: block;
    margin: 0 auto;
    max-width: 370px;
    width: 78%;
}

/* pagetop */

.pagetop {
    position: fixed;
    right: 0;
    bottom: -50;
    z-index: 40;
    overflow: hidden;
    width: auto;
}

.pagetop a {
    display: block;
    float: right;
    margin-right: 5px;
    width: 46px;
    height: 46px;
}

.pagetop a img {
    width: 100%;
}


/* table-wrap */

.table-wrap {
    overflow-x: auto;
    margin: 25px 0 20px;
    padding: 0 5px 5px 0;
    width: 95%;
}

.table-wrap::-webkit-scrollbar {
    width: 12px;
}

.table-wrap::-webkit-scrollbar:horizontal {
    height: 12px;
}

.table-wrap::-webkit-scrollbar-track,
.table-wrap::-webkit-scrollbar-track:horizontal {
    border: none;
    border-radius: 10px;
    background: #fff;
    box-shadow: inset 0 0 2px #777;
}

.table-wrap::-webkit-scrollbar-thumb,
.table-wrap::-webkit-scrollbar-thumb:horizontal {
    border-radius: 10px;
    background: #aaa;
    box-shadow: none;
}

.table-wrap table {
    border-top: solid 2px #ccc;
    border-right: solid 2px #ccc;
}

.table-wrap th,
.table-wrap td {
    padding: 5px;
    border-bottom: solid 2px #ccc;
    border-left: solid 2px #ccc;
}

.guidelines-wrap table td .table-wrap,
.outlinelist-wrap table td .table-wrap {
    width: 280px;
    height: auto;
}

.guidelines-wrap table td .table-wrap table,
.outlinelist-wrap table td .table-wrap table {
    margin-bottom: 10px;
}

.guidelines-wrap table td .table-wrap th,
.guidelines-wrap table td .table-wrap td,
.outlinelist-wrap table td .table-wrap th,
.outlinelist-wrap table td .table-wrap td {
    display: table-cell !important;
    padding: 5px;
    width: auto;
}

.guidelines-wrap .img-wrap,
.outlinelist-wrap .img-wrap {
    margin-top: 20px;
}


/* list-data */

dl.list {
    margin-top: 10px;
}

dl.list dd div {
    display: inline-block;
}

dl.list dt {
    padding-top: 2px;
    padding-right: 0;
    padding-bottom: 0;
    width: 100%;
    background: #eee;
    font-weight: normal;
}

dl.list dd {
    margin-bottom: 10px;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 0;
    width: 100%;
}


/* list-decimal */

ol.list-decimal {
    margin-bottom: 0 !important;
    padding-left: 20px;
    list-style: decimal;
}

ol.list-disc {
    margin-bottom: 0 !important;
    padding-left: 20px;
    list-style: disc;
}

ol.list-decimal li {
    padding-left: 8px;
}

/* bt */

.link-bt,
.page-back {
    display: block;
    margin: 30px auto 10px;
    padding: 10px 20px;
    min-width: 160px;
    background-color: #C5140A;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-weight: bold;
    font-size: .875rem;
}

a.link-bt,
a.page-back,
a.link-bt:link,
a.page-back:link,
a.link-bt:visited,
a.page-back:visited,
a.link-bt:hover,
a.page-back:hover,
a.link-bt:active,
a.page-back:active {
    color: #fff;
    background-color: #C5140A;
    box-shadow: none;
    text-decoration: none;
    border-radius: 5px;
}

.link-bt {
    background-color: #C5140A;
    background-image: url(../img/common/arrow-right.png);
    background-position: 98% center;
    background-position: -webkit-calc(100% - 10px) center;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: none;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .link-bt {
        background-color: #C5140A;
        background-image: url(../img/common/arrow-right@2x.png);
        background-position: 98% center;
        background-position: -webkit-calc(100% - 10px) center;
        background-position: calc(100% - 10px) center;
        background-size: 19px 21px;
        background-repeat: no-repeat;
        border-radius: 5px;
        box-shadow: none;
    }
}

/*.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
    background-color: #003686;
    box-shadow:none;
}*/

.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
    border: none;
}

.mfp_parent_error {
    border: none
}

div.mfp_err {
    clear: both;
    display: none;
    text-align: left;
    margin: 5px 0px 0px 0px;
    padding: 3px 0px 5px 17px;
    color: #F00;
    font-size: 12px;
    line-height: normal;
    background-image: url(../recruit/entry/form/mfp.statics/_images/mfp_error.gif);
    background-repeat: no-repeat;
    background-position: 0px 8px;
}

.cancel-bt {
    background: #ccc url(../img/common/arrow-left.png) no-repeat;
    background-position: 10px center;
    background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .cancel-bt {
        background: #ccc url(../img/common/arrow-left@2x.png);
        background-position: 10px center;
        background-size: 19px 21px;
        background-repeat: no-repeat;
    }
}

.page-back {
    background: #143C8B url(../img/common/arrow-left.png) no-repeat;
    background-position: 10px center;
    background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .page-back {
        background: #143C8B url(../img/common/arrow-left@2x.png);
        background-position: 10px center;
        background-size: 19px 21px;
        background-repeat: no-repeat;
    }
}

@media (min-width: 400px) {
    .page-title {
        margin-top: -50px;
        margin-left: -50px;
        width: 100px;
        height: 100px;
    }

    .guidelines-wrap table td .table-wrap,
    .outlinelist-wrap table td .table-wrap {
        width: 370px;
    }
}

@media (min-width: 576px) {
    .page-title {
        margin-top: -70px;
        margin-left: -70px;
        width: 140px;
        height: 140px;
    }

    .guidelines-wrap table td .table-wrap,
    .outlinelist-wrap table td .table-wrap {
        width: 500px;
    }

    /* list-data */
    dl.list {
        margin-top: 0;
    }

    dl.list dd div {
        display: inline-block;
    }

    dl.list dt {
        float: left;
        padding-top: 2px;
        padding-right: 0;
        padding-bottom: 0;
        width: 14em;
        background: transparent;
        font-weight: normal;
    }

    dl.list dd {
        margin-bottom: 0;
        margin-left: 14em;
        padding-top: 2px;
        padding-right: 10px;
        padding-bottom: 0;
        width: auto;
    }
}

@media (min-width: 768px) {

    /* page-header */
    .page-header-wrap {}

    .page-header {
        padding-top: 0;
        width: 768px;
        height: 266px;
    }

    .page-title {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -80px;
        margin-left: -80px;
        width: 160px;
        height: 160px;
    }

    /* page-ex */
    .page-ex {
        padding-bottom: 40px;
    }

    .page-ex p {
        display: inline-block;
        width: 80%;
        margin: 0 auto 20px;
        font-size: 1rem;
    }

    .thanks .page-ex p {
        text-align: center;
    }

    /* contents-title-underline */
    .contents-title-underline {
        margin-bottom: 30px;
        padding: 0 70px 6px;
        font-size: 1.375rem;
    }

    /* table */
    .guidelines-wrap table td .table-wrap,
    .outlinelist-wrap table td .table-wrap {
        width: 100%;
    }

    /* entry */
    .entry-link {
        padding: 40px 0 50px;
    }

    .entry-tx {
        font-size: 1.75rem;
    }


    /* pagetop */
    .pagetop a {
        width: 54px;
        height: 54px;
    }

    /* bt */

    .link-bt,
    .page-back {
        padding: 10px 60px;
    }
}

@media (min-width: 992px) {
    .page-header {
        position: relative;
        margin: 0 auto;
        width: 992px;
        height: 220px;
        border-bottom: none;
    }

    /* page-ex */
    .page-ex p {
        width: 770px;
        display: block;
    }

    /* contents-title-underline */
    .contents-title-underline {
        font-size: 1.75rem;
    }

    /* entry */
    .entry-link {
        margin-top: 120px;
    }

    .works .entry-link {
        margin-top: 80px;
    }

    .entry-link-bt {
        width: 370px;
        margin: 0 auto;
    }

    .mynavi-link-bt {
        width: 370px;
        margin: 0 0;
    }

    .entry-wrap {
        width: 770px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .entry-link2 .entry-wrap {
        width: 370px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {

    /* page-header */
    .page-title {
        bottom: -90px;
        margin-left: -77px;
        width: 154px;
        height: 158px;
    }
}