/*----------------

PCレイアウト
width:769 以上

-----------------*/


@media screen and (min-width: 769px)
{
	
	
	nav li a,
    nav li span
    {
        z-index: 200;

        color: #000 !important;
    }

    /*----------------MAIN VISUAL-----------------*/

    .main-v .image-sub
    {
        overflow: hidden;

        width: 100vw;
        height: 798px;

        background: url(../img/joblist2/main_visual.jpg) no-repeat top center;
        background-position: center;
        background-size: cover;
    }

    .main-v ul
    {
        width: 1100px;
        margin: 0 auto;
    }


    .main-v .copy .big
    {
        font-size: 260%;
        font-weight: bold;
        line-height: 1.6;
        display: block;
        color: #000;
        text-align: center;
        position: relative;
        top:200px;
    }

.main-v .copy .small {
    font-size: 40%;
    display: block;
    text-align: center;
}

#article {
    line-height: 2.2;
    width: 1100px;
    margin: 60px auto;
    color: #000;
}

    /*----------------CONTENTS-----------------*/

    #content
    {
    clear: both;
    margin: auto;
    width: 1200px;
    margin: -300px auto 0px;
    background-color: rgba(255,255,255,0.9);

    }
 
.main-cop {
    font-size: 120%;
    text-align: center;
    font-weight: bold;
    margin-bottom:0px;
}
.main-cop span {
    display: block;
    font-size: 31px;
    position: relative;
    top: -15px;
}

.head-copy {
    font-size: 26px;
    text-align: center;
    position: relative;
    top: -25px;
    font-weight: bold;
}

.head-copy + p {
    position: relative;
    top: -25px;
    text-align: center;
    padding-bottom: 50px;
}

.p-box ul li{
    float: left;
    width: 31%;
    margin-left: 30px;
    margin-bottom: 50px;
}

.p-box ul li:first-child {
    margin-left: 0px;
}

.p-box ul li p {
    font-size: 16px;
    padding: 0 10px;
    line-height: 1.4;
}

        #joblist .detail-box {
margin-bottom: 100px;
/*201803*/
	font-size: 90%;
    clear: both;
        }

        #joblist .detail-box .ttl {
            font-size: 150%;
            font-weight: bold;
            background-color: #EAEAEA;
            padding: 10px 20px 5px;
            margin-bottom: 25px;
            -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
        }

         #joblist .detail-box p {
            display: block;
            padding: 0px 10px 0 0;
            font-size: 16px;
            margin-bottom:30px;
            line-height: 1.8;
         }

        #joblist .detail-box .p-ttl {
            font-weight: bold;
            font-size: 20px;
           padding: 0px 5px;
        }

        #joblist .detail-box .p-box {
            margin-bottom: 25px;
            margin-top: 10px;
        }

         #joblist .detail-box .p-box .box-ttl {
            font-weight: bold;
            font-size: 16px;
         }


       #joblist .detail-box table 
       {
        width: 100%;
            border-bottom: 1px solid #ccc;
            border-left: 1px solid #ccc;
       }  

        #joblist .detail-box table th {
            border-top: 1px solid #ccc;
            border-right: 1px solid #ccc;
            padding: 10px 20px;
            text-align: left;
                        -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
vertical-align: middle;
width: 17%;
        }
         #joblist .detail-box table td {
            border-top: 1px solid #ccc;
            border-right: 1px solid #ccc;
            padding: 10px 20px;
            text-align: left;
                        -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
vertical-align: middle;
        }
#joblist .btn {
    background-color: #000;
    width: 461px;
    height: 92px;
    text-align: center;
    line-height: 92px;
    margin: 0 auto;
}

#joblist a .btn {
    color: white;
}

#joblist a .btn img {
    position: relative;
    top: 10px;
    left: 5px;
}

#joblist a:hover {
    text-decoration: none;

}
#joblist a:hover .btn {
        -webkit-transition: .3s ease-out;
           -moz-transition: .3s ease-out;
             -o-transition: .3s ease-out;
                transition: .3s ease-out;

        background-color: #333;

}
}


















/*----------------

スマホレイアウト
width:768 以下

-----------------*/


@media screen and (max-width: 768px)
{
    /*----------------MAIN VISUAL-----------------*/

    .main-v
    {
        position: relative;

        width: 100%;
    }
    .main-v .image-sub
    {
        background-size: cover;
    }

    .main-v .image-sub img
    {
    }

    .main-v .copy .big
    {
        font-size: 180%;
        font-weight: bold;
        line-height: 1.6;
        display: block;
        color: #000;
position: absolute;
  top: 30%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
    }

    .main-v .copy .small {
    font-size: 40%;
    display: block;
    text-align: center;
}



    /*----------------CONTENTS-----------------*/

#content {
    clear: both;
    width: 90%;
    margin: -145px auto 0;
    color: #000;
    background-color: rgba(255,255,255,0.9);
    position: relative;
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.main-cop span {
    display: block;
    font-size: 26px;
    position: relative;
    top: 15px;
}

.main-cop {
    font-size: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.8;
}


.main-cop span {
    display: block;
    font-size: 24px;
    position: relative;
    top: 0px;
}

.head-copy {
    font-size: 20px;
    text-align: center;
    position: relative;
    top: -5px;
    line-height: 1.6;
    font-weight: bold;
}

.head-copy + p {
    position: relative;
    top: 0px;
    line-height: 1.6;
    text-align: left;
    padding-bottom: 50px;
}
        #joblist .detail-box {
margin-bottom: 50px;
        }

        #joblist .detail-box .ttl {
            font-size: 130%;
            font-weight: bold;
            background-color: #EAEAEA;
            padding: 20px 20px 15px;
            margin-bottom: 25px;
            -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
        }

         #joblist .detail-box p {
            display: block;
            padding: 0 0px 30px;
           
         }

        #joblist .detail-box .p-ttl {
            font-weight: bold;
            font-size: 100%;
           padding: 0px 5px;
    line-height: 1.6;
        }

        #joblist .detail-box .p-box {
            margin-bottom: 25px;
            margin-top: 10px;
                    line-height: 1.8;
        }

         #joblist .detail-box .p-box .box-ttl {
            font-weight: bold;
         }

         #joblist .detail-box .p-box .box-ttl.indent {
            padding-left: 1em;
            text-indent: -1em;
         }

       #joblist .detail-box table 
       {
        width: 100%;
            border-bottom: 1px solid #ccc;
            border-left: 1px solid #ccc;
            line-height: 1.8;
       }  

        #joblist .detail-box table th {
            border-top: 1px solid #ccc;
            border-right: 1px solid #ccc;
            padding: 10px 20px;
            text-align: left;
                        -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
vertical-align: middle;
width: 30%;
        }
         #joblist .detail-box table td {
            border-top: 1px solid #ccc;
            border-right: 1px solid #ccc;
            padding: 10px 20px;
            text-align: left;
                        -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
vertical-align: middle;
        }
#joblist .btn {
    background-color: #000;
    width: 100%;
    height: 92px;
    text-align: center;
    line-height: 92px;
    margin: 0 auto;
}

#joblist a .btn {
    color: white;
}

#joblist a .btn img {
    position: relative;
    top: 10px;
    left: 5px;
}

#joblist a:hover {
    text-decoration: none;

}
#joblist a:hover .btn {
        -webkit-transition: .3s ease-out;
           -moz-transition: .3s ease-out;
             -o-transition: .3s ease-out;
                transition: .3s ease-out;

        background-color: #333;

}

}

.area {
    background-color: black;
    padding: 0px 10px;
    text-align: center;
    display: block;
    color: white;
    width: 150px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
.area {
    padding: 5px 10px;
}
}