@charset "utf-8";

article{
    margin: 0 0 100px;
}



/*---

mainImg

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

.mainImg{
    background: url(../images/part-time-job-main-img01.jpg) no-repeat center 0;
    max-width: 1800px;
    height: 830px;
    margin: 0 auto;
    position: relative;
}

.mainImg p,
.mainImg h1,
.mainImg ul{
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}

.mainImg p{
    top: 40px;
}

.mainImg h1{
    top: 160px;
}

.mainImg ul{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    background: url(../images/part-time-job-text02.png) no-repeat center 0;
    height: 228px;
    width: 100%;
    bottom: 70px;
    max-width: 1155px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}


/*---

btnBox

----------------------------------------*/
.btnBox{
    width: 766px;
    margin: 50px auto 100px;
    
}

.btnBox a{
    background: url(../images/part-time-job-btn01.png) no-repeat center 0;
    display: block;
    width: 766px;
    height: 177px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}


.btnBox button {
    width: 760px;
    height: 115px;
    background: url(../images/part-time-job-btn03.png) no-repeat 0 0;
    margin: 0 auto;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    box-shadow: none;
    border:none;
}

.entryBtn{
    margin-bottom: 50px;
}


/*---

partTimeJobCont

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

.partTimeJobCont{
    background-color: #fff2f2;
}

.partTimeJobCont h2{
    background:#800000;
    text-align: center;
    background: url(../images/part-time-job-title-bg01.gif) repeat-x 0 bottom;
    position: relative;
    height: 121px;
    
}

.partTimeJobCont h2:after{
    content: '';
    width: 194px;
    height: 43px;
    background: url(../images/part-time-job-title01-decoration.png) no-repeat center 0;
    position: absolute;
    bottom: -32px;;
    left: 0px;
    right: 0;
    text-align: center;
    margin: 0 auto;
}


.partTimeJobBox02 h2:before{
    content: '';
    background: url(../images/part-time-job-title02-decoration.png) no-repeat left 0;
    width: 1080px;
    display: block;
    height: 209px;
    position: absolute;
    top: -105px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.partTimeJobBox02 h2{
    margin-top: 155px;
    padding-left: 130px;
}




/*---

partTimeJobBox01

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


.partTimeJobBox01 ul{
    padding: 30px 0 80px;
}

.partTimeJobBox01 li{
    text-indent: 100%;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    background: url(../images/part-time-job-img01.jpg) no-repeat center 0;
    height: 309px;
    margin: 50px auto 0;
    text-align: center;
}

.partTimeJobBox01 li:nth-child(1){
    background: url(../images/part-time-job-img01.jpg) no-repeat center 0;
}

.partTimeJobBox01 li:nth-child(2){
    background: url(../images/part-time-job-img02.jpg) no-repeat center 0;
}

.partTimeJobBox01 li:nth-child(3){
    background: url(../images/part-time-job-img03.jpg) no-repeat center 0;
}

/*---

partTimeJobBox02

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


.partTimeJobBox02 ul{
    padding: 30px 0 80px;
}

.partTimeJobBox02 li{
    text-indent: 100%;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    background: url(../images/part-time-job-img01.jpg) no-repeat center 0;
    margin: 50px auto 0;
    text-align: center;
}

.partTimeJobBox02 li:nth-child(1){
    background: url(../images/part-time-job-img04.jpg) no-repeat center 0;
    height: 350px;
}

.partTimeJobBox02 li:nth-child(2){
    background: url(../images/part-time-job-img05.jpg) no-repeat center 0;
    height: 347px;
}

.partTimeJobBox02 li:nth-child(3){
    background: url(../images/part-time-job-img06.jpg) no-repeat center 0;
    height: 464px;
}


/*---

essentialPoint

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

.essentialPoint{
    width: 1080px;
    margin: 0 auto;
}

.essentialPointImg{
    float: left;
}

.essentialPointText{
    overflow: hidden;
    padding-left: 35px;
}

.essentialPoint table{
    width: 100%;
    margin: 15px 0;
}

#form{
    width: 1020px;
    margin: 80px auto;
    padding: 30px;
    padding-top: 0;
    background-color: #ff4c4c;
}

#form .entryBox{
    background-color: #fff;
}

#form .entryBox p{
    padding: 10px ;
}

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

required

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

.required {
    margin: 0 0 3px 3px;
    padding: 2px 5px;
    color: #FFF;
    text-align: center;
    font-size: 11px;
    line-height: 1;
    display: inline-block;
    border-radius: 2px;
    vertical-align: middle;
    background: #F00; 
}

#form table th{
    width: 13em;
}


#form table td .coution:before{
    content: '※1';
    position: absolute;
    top: 0;
    left: 0;
    
}

#form table td .coution{
    color: #e00;
    position: relative;
    padding-left: 2em;
    font-size: 12px;
    line-height: 1.3;
    display: block;
    margin-top: 5px;
}

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

 フォーム 入力欄

------------------------------ */
select,
textarea {
    margin: 3px 2px;
    padding: 5px;
    border: 1px solid #ccc; 
}

textarea{
    width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
    padding: 7px;
    box-sizing: content-box;
    border: 1px solid #ccc; }

.inputSm {
    width: 3em; }

.inputMd {
    width: 25em; }

.inputLg {
    width: 99%; 
}


.textareaLg {
    width: 99%;
    height: 10em; 
}

input[type="radio"]{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 8px;
    padding: 5px;
}

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

privacy box

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

.privacyBox {
    margin: 0 auto 50px;
    padding: 10px;
    width: 630px;
    border: 1px solid #DDD;
}

.privacyBox h3 {
    margin: 0 0 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #CCC; 
    font-size: 16px;
    font-weight: normal;
}

.privacyBox p {
    line-height: 1.5;
}


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

SSl

------------------------------ */
        
#ssl {
    margin:0 auto 50px;
    text-align: center;
}

#ssl figure ,
#ssl p {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

#ssl p{
    padding-left: 15px;
}

footer{
    background-color: #f5f5f5;
}

footer dl {
    margin: 0 auto;
    width: 1080px;
    height: 60px;
    background: url(../images/footer-img01.gif) no-repeat 50% 0;
    text-indent: 100%;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
}

.copyright{
    background-color: #444444;
}

.copyright p{
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 10px 0;
}