@charset "UTF-8";
/*****************************************************************
★★様用 正社員（紹介）で探す　設定ファイル （style-shoukai.css）
      - Version: 1.0.0 (2016/03/25)
      - Create:  (2017/05/26)
      - Release: (yyyy/mm/dd)
*****************************************************************/
#smartworks #main .main-ttl{
    background-image: url(../img/smartworks/ph_mainv_shoukai.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#smartworks #main .main-ttl:before{
    position: absolute;
    top: 0;
    content: ' ';
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.3);
}

/*** SP ***/
@media screen and (max-width: 736px) {
    #smartworks #main .main-ttl {
        height: auto;
    }
    #main .main-ttl-shoukai {
        padding: 56px 16px;
    }
    #main .contents.topvisual{
        position: relative;
    }
    #main .contents .multiple-form-wrap{
        margin: 0;
        padding: 32px 16px;
    }
    #main #load-list .layout-box a {
        min-height: initial;
    }
    #main .list-more{
        width: auto;
        margin: 0 16px 16px;
        padding:0;
    }
    #main .list-more a {
        display: inline-block;
        font-size: .14rem;
        background: #8a9099;
        width: 100%;
        padding: 8px;
        text-align: center;
        text-decoration: none;
        font-weight: normal;
        color: #FFFFFF;
        float: right;
    }
    #main #aboutbank dl {
        padding: 30px 20px;
        margin-bottom: 20px;
        border: solid 4px #003f97;
    }
    #main #aboutbank dl dt {
        color: #003f97;
        margin: 0 0 16px 0;
        font-size: 20px;
    }
    #main #aboutbank dl dd {
        font-size: 16px;
    }

    #main #successflow dl {
        padding:24px 16px;
    }
    #main #successflow dl:nth-child(2n+1) {
        background: #f8f8f8;
    }
    #main #successflow dl dt {
        font-size: 16px;
        color: #003f98;
        margin: 0 0 8px 0;
        font-weight: bold;
        overflow: hidden;
    }
    #main #successflow dl dt span.step-box {
        padding: 4px 8px;
        background: #4389fa;
        margin: 0 8px 0 0;
        color: #ffffff;
        /*display: inline-block;*/
        float: left;
        font-size: 12px;
    }
    #main #successflow dl dt span.font-s {
        font-size: 12px;
    }
    #main #structure aside {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.4;
    }
}

/*** PC **/
@media screen and (min-width: 737px) {
    #wrap #main {
        position: relative;
    }
    #smartworks #main .main-ttl {
        padding: 160px 0;
        height: 680px;
    }
    #smartworks #main .contents{
        width: 1200px;
        position: relative;
    }
    #main .topvisual {
        margin-bottom: 90px;
        position: relative;
    }
    #main .main-ttl-shoukai {
        padding: 150px 0;
        float: left;
        width: 60%;
    }
    #main .main_ttl {
        padding: 150px 0;
        float: left;
        width: 50%;
    }
    #main .contents-inner.multiple-form-wrap {
        float: left;
        width: 40%;
        padding: 42px 66px;
    }
    #main .contents-inner.multiple-form-wrap .rabel_tit {
        padding: 9px 0;
    }
    #main .contents-inner.multiple-form-wrap .wrap-pref,
    #main .contents-inner.multiple-form-wrap .wrap-free {
        clear: both;
        margin-bottom: 20px;
        overflow: hidden;
    }
    #main #load-list .contents-inner {
        text-align: center;
    }
    #main #load-list .contents-inner li {
        text-align: left;
    }

    #main #load-list .more {
        text-align: right;
    }
    #main #load-list .layout-box a {
    min-height: initial;
    min-height: 128px;
    }
    #main .list-more {
        padding:0;}
    #main .list-more a {
        display: inline-block;
        font-size: .14rem;
        background: #8a9099;
        width: 180px;
        padding: 8px;
        text-align: center;
        text-decoration: none;
        font-weight: normal;
        color: #FFFFFF;
        float: right;
    }
    #main #structure .contents-inner figure {
        text-align: center;
    }
    #main #structure .contents-inner figure img {
        width: 960px;
        height: auto;
    }
    #main #structure aside {
        margin-top: 16px;
        margin-left: 120px;
    }
    #main #aboutbank .layout-block {
        /* margin-right: -72px; */
        display: flex;
        justify-content: space-between;
    }
    #main #aboutbank dl {
        /* width: calc((100% - 216px) / 3); */
        /* margin-right: 72px; */
        flex: 1;
        padding: 30px 20px;
        border: solid 4px #003f97;
    }
    #main #aboutbank dl + dl {
        margin-left: 76px;
    }
    #main #aboutbank dl dt {
        color: #003f97;
        margin: 0 0 40px 0;
        font-size: 20px;
    }
    #main #aboutbank dl dd {
        font-size: 16px;
        min-height: 120px;
    }

    #main #successflow dl {
        width: 1200px;
        padding: 30px 50px;
        overflow: hidden;
        display: table;
    }
    #main #successflow dl:nth-child(2n+1) {
        background: #f8f8f8;
    }
    #main #successflow dl dt {
        font-size: 24px;
        color: #003f98;
        display: table-cell;
        width: 480px;
        vertical-align: middle;
        font-weight: bold;
    }
    #main #successflow dl dt span.step-box {
        padding: 8px 24px;
        background: #4389fa;
        margin: 0 30px 0 0;
        color: #ffffff;
        display: inline-block;
    }
    #main #successflow dl dt span.font-s {
        font-size: 14px;
    }
    #main #successflow dl dd {
        display: table-cell;
        vertical-align: middle;
    }
    #main #structure figure{
        text-align: center;
    }
}
