@charset "utf-8";
@import url("common.css");
@import url("contents.css");

/**************   PC   **************/
/****** 各ページ共通 ******/
#maincontents_in div.right{
    margin-top: 3.1%;
}
#maincontents_in div.right h1{
    margin-bottom: 3.8%;
}
#maincontents_in div.right div.boxInner{
    margin-bottom: 3%;
    background-color: #FFFFFF;
    padding: 3.6% 3% 3% 3%;
    border: 1px solid #DDDDDD;
}
h2{
    font-size: 1.45em;
    font-weight: normal;
    margin-bottom: 3%;
    color: #ED8343;
    border-bottom: 1px solid #ED8343;
}
div.boxInner h3{
    font-size: 1.13em;
    font-weight: normal;
    margin-bottom: 1.2%;
    border-bottom: 1px solid #999999;
}
div.boxInner h3.top{
    margin-top: 2.2%;
}
div.boxInner p{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 2.2%;
}
div.boxInner p.n_btm{
    margin-bottom: 0;
    font-size: 13px;
    line-height: 150%;
}
div.boxInner ol li{
    font-size: 14px;
}
div.boxInner p.top{
    margin-top: 2%;
    margin-bottom: 0;
}
span.hid_pc{
    display: none;
}
/****** 募集要項ページ ******/
/* 新卒採用・中途採用共通 */
#reclist ul li{
    float: left;
    margin-right: 8%;
    list-style-type: none;
    background-image: url("/image/common2/arrow_bk.png");
    background-repeat: no-repeat;
    background-position: 0pt 3pt;
    text-indent: 16px;
    font-size: 14px;
}
#reclist ul li a{
    text-decoration: underline;
}
#reclist ul li a:hover{
    color: #ED8343;
}
#reclist ul li.nbtm{
    margin-right: 0;
}
div#career div#worktype ul li,div#newgraduate div#worktype ul li{
    margin-bottom: 0.8%;
    margin-left: 3.2%;
    font-size: 14px;
}
div#career div#worktype ul li.n_btm,div#newgraduate div#worktype ul li.n_btm{
    margin-bottom: 0;
}
div#career a,div#newgraduate a{
    text-decoration: underline;
}
div#career a:hover,div#newgraduate a:hover{
    color: #ED8343;
}
div#career ul,div#newgraduate ul{
    margin: 0;
    padding: 0;
}
div#career table,div#newgraduate table{
    width: 100%;
    border: 1px solid #DDDDDD;
    border-collapse: collapse;
    font-size: 13px;
    margin-bottom: 3.4%;
    line-height: 140%;
}
div#career table.nbtm,div#newgraduate table.nbtm{
    margin-bottom: 0;
}
div#career table tr.type_n th,div#newgraduate table tr.type_n th{
    background-color: #ED8343;
    color: #FFFFFF;
    text-align: left;
    padding: 1.4% 0 0.9% 4%;
    font-weight: normal;
    font-size: 15px;
}
div#career table th,div#newgraduate table th{
    width: 18%;
    text-align: center;
    background-color: #E6E5E1;
    font-weight: normal;
    border: 1px solid #BFBFBF;
}
div#career table td,div#newgraduate table td{
    background-color: #FFFFFF;
    border: 1px solid #BFBFBF;
    padding: 2.3%;
}
div#career table td ul,div#newgraduate table td ul{
    margin-left: 4%;
}
div#career table td ul.aste{
    list-style-type: none;
    margin-left: 0;
    margin-top: 2%;
}
div#career table td ul ul,div#newgraduate table td ul ul{
    margin-left: 4.2%;
    margin-bottom: 1%;
}
div#career table td ul li.wbtm,div#newgraduate table td ul li.wbtm{
    margin-bottom: 1.8%;
}
div#career table tr.entry td,div#newgraduate table tr.entry td{
    text-align: center;
    padding-top: 2%;
    padding-bottom: 1.9%;
}
/****** 採用の流れページ ******/
/* 新卒採用・中途採用共通 */
#flow,#flow_ng{
    width: 100%;
    font-size: 14px;
}
#flow table,#flow_ng table{
    width: 100%;
    border-collapse: collapse;
}
#flow th.num,#flow_ng th.num_ng{
    width: 50%;
    text-align: center;
    background-color: #EEEEEE;
    height: 30px;
    padding-top: 0.8%;
    font-weight: normal;
    font-size: 16px;
}
#flow th.category,#flow_ng th.category_ng{
    width: 50%;
    text-align: center;
    color: #FFFFFF;
    height: 70px;
    font-weight: normal;
    font-size: 16px;
}
#flow td.space,#flow_ng td.space_ng{
    width: 2%;
    background-color: #FFFFFF;
}
#flow td.detail,#flow_ng td.detail_ng{
    width: 48%;
    background-color: #FFFFFF;
    padding: 2.6%;
    line-height: 160%;
}
#flow td.arrow,#flow_ng td.arrow_ng{
    padding: 3% 0 3% 0;
    text-align: center;
}
/* 採用の流れ・新卒採用 */
#flow_ng th.num_ng{
    border: 1px solid #FF3333;
    color: #FF3333;
}
#flow_ng th.category_ng{
    border: 1px solid #FF3333;
    background-color: #FF3333;
}
#flow_ng td.space_ng{
    border-bottom: 1px solid #FF3333;
    border-top: 1px solid #FF3333;
}
#flow_ng td.detail_ng{
    border-top: 1px solid #FF3333;
    border-right: 1px solid #FF3333;
    border-bottom: 1px solid #FF3333;
}
#flow_ng .detail_ng a {
    text-decoration: underline;
    color: #FF3333;
}
/* 採用の流れ・中途採用 */
#flow th.num{
    border: 1px solid #5384DC;
    color: #5384DC;
}
th.category{
    border: 1px solid #5384DC;
    background-color: #5384DC;
}
#flow td.space{
    border-bottom: 1px solid #5384DC;
    border-top: 1px solid #5384DC;
}
#flow td.detail{
    border-top: 1px solid #5384DC;
    border-right: 1px solid #5384DC;
    border-bottom: 1px solid #5384DC;
}
#flow .detail a {
    text-decoration: underline;
    color: #5384DC;
}
/****** 応募方法 ******/
div#ap_method{
    width: 100%;
}
div#ap_method img#entry_box,div#ap_method img#entry_box_career{
    float: right;
    margin-right: 3.5%;
}
div#ap_method ul{
    margin-bottom: 2.2%;
}
div#ap_method ul li{
    margin-left: 3.2%;
    font-size: 14px;
    line-height: 150%;
}
div#ap_method img:hover{
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
    opacity: 0.7;
}
div#ap_method table{
    border: 1px solid #DDDDDD;
    border-collapse: collapse;
    width: 100%;
}
div#ap_method table th{
    border: 1px solid #DDDDDD;
    width: 30%;
    text-align: center;
    background-color: #F1F0EE;
    font-weight: normal;
    font-size: 17px;
}
div#ap_method table td{
    border: 1px solid #DDDDDD;
    padding: 1.8% 0px 1.8% 4%;
}
/****** U.Iターン支援制度ページ ******/
#uiturn{
    width: 100%;
    font-size: 14px;
}
#uiturn h4 {
    border-bottom: 1px #CCCCCC solid;
    width: 100%;
    font-weight: normal;
    margin-top: 3%;
    margin-bottom: 1.5%;
}
#uiturn p{
    margin-bottom: 0;
}
#uiturn table{
    width: 100%;
    border: 1px #DDDDDD solid;
    border-collapse: collapse;
    margin-top: 1.8%;
}
#uiturn table a{
    text-decoration: underline;
}
#uiturn table a:hover{
    color: #ED8343;
}
#uiturn table th{
    font-weight: normal;
    text-align: left;
    text-indent: 15px;
    border: 1px #DDDDDD solid;
    width: 25%;
}
#uiturn table td{
    border: 1px #DDDDDD solid;
    text-align: center;
    padding: 0.4% 0;
    width: 25%;
}
#uiturn ul{
    margin-left: 3.5%;
}
#uiturn #entrymethod{
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 2%;
}
#uiturn #entrymethod div#left{
    float: left;
    width: 50%;
}
#uiturn #entrymethod div#right{
    float: right;
    margin-right: 3.5%;
}
/****** 福利厚生ページ ******/
div#benefit{
    width: 100%;
}
div#benefit p{
    margin-bottom: 0;
}
div#benefit p.w_btm{
    margin-bottom: 4%;
}
.b_left{
    width: 64%;
    float: left;
}
.b_right{
    width: 30%;
    float: left;
    margin-left: 4%;
}
.b_right img {
    width: 100%;
    height: auto;
}
#benefit ul{
    margin-left: 3.5%;
}
#benefit ol{
    margin-left: 4.5%;
    margin-bottom: 3.2%;
}
#benefit ol li{
    margin-bottom: 0.8%;
}
#benefit ol ul{
    margin-left: 3.5%;
}
#benefit ol ul li{
    list-style-type: disc;
    margin-bottom: 0;
}
#benefit ul.example{
    margin-bottom: 3.5%;
    margin-left: 0;
}
#benefit ul.example li{
    list-style-type: none;
}

/****** FAQページ ******/
/*
div#faq{
    width: 100%;
}
#faq table{
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-collapse: collapse;
    width: 100%;
}
#faq table tr.question{
    background-color: #EEEEEE;
    font-weight: normal;
    color: #0066CC;
}
#faq table th{
    padding: 10px 0px 10px 5px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    width: 10%;
}
#faq table td{
    padding: 10px 5px 10px 10px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
/*

/****** 社内eventページ ******/
#event{
    width: 100%;
}
#event p.n_btm{
    margin-bottom: 0;
}
#event img.photo{
    width: 100%;
    height: auto;
    margin-bottom: 3%;
}
/****** 準備中ページ ******/
div.right div#temporary div.boxInner{
    height: 127px;
}



/**************   tablet   **************/
@media only screen and (min-width:541px) and (max-width: 768px){
    /****** 各ページ共通 ******/
    #maincontents_in div.right h1{
        margin-bottom: 3.3%;
    }
    #maincontents_in div.right div.boxInner{
        margin-bottom: 3.3%;
    }
    h2{
        font-size: 1.05em;
        margin-bottom: 3.3%;
    }
    div.boxInner h3{
        font-size: 0.9em;
    }
    div.boxInner p{
        font-size: 12px;
        line-height: 140%;
        margin-bottom: 3.3%;
    }
    div.boxInner p.n_btm{
        margin-bottom: 0;
        font-size: 12px;
        line-height: 140%;
    }
    div.boxInner ul li{
        font-size: 12px;
        line-height: 150%;
    }
    div.boxInner ol li{
        font-size: 12px;
    }
    /****** 準備中ページ ******/
    div.right div#temporary div.boxInner{
        height: 169px;
    }
    /****** 募集要項ページ ******/
    /* 新卒採用・中途採用共通 */
    #reclist ul li{
        margin-right: 6.2%;
        text-indent: 12px;
        font-size: 12px;
    }
    div#career div#worktype,div#newgraduate div#worktype{
        margin-bottom: 3.2%;
    }
    div#career div#worktype ul li,div#newgraduate div#worktype ul li{
        font-size: 12px;
    }
    div#career table,div#newgraduate table{
        font-size: 12px;
        margin-bottom: 3.5%;
        line-height: 145%;
    }   
    div#career table tr.type_n th,div#newgraduate table tr.type_n th{
        padding: 1.3% 0 1.2% 3.5%;
        font-size: 14px;
    }
    /****** 採用の流れページ ******/
    /* 新卒採用・中途採用共通 */
    #flow,#flow_ng{
        font-size: 12px;
    }
    #flow td.detail,#flow_ng td.detail_ng{
        padding: 2.3% 2.3% 2.3% 1.5%;
        line-height: 145%;
    }
    #flow th.num,#flow_ng th.num_ng{
        font-size: 15px;
    }
    #flow th.category,#flow_ng th.category_ng{
        font-size: 15px;
    }
    /****** 応募方法 ******/
    div#ap_method img#entry_box,div#ap_method img#entry_box_career{
        margin-right: 0;
        width: 30%;
        height: auto;
    }
    div#ap_method ul li{
        margin-left: 4.5%;
        font-size: 13px;
        line-height: 150%;
    }
    div#ap_method table th{
        font-size: 14px;
    }
    div#ap_method table td{
        border: 1px solid #DDDDDD;
        padding: 2.4% 0px 2.4% 2.4%;
        line-height: 160%;
        font-size: 12px;
    }
    /****** U.Iターン支援制度ページ ******/
    #uiturn{
        font-size: 12px;
    }
    #uiturn h4 {
        margin-top: 3.4%;
        margin-bottom: 2.3%;
    }
    #uiturn table th{
        text-indent: 5px;
        width: 27%;
    }
    #uiturn #entrymethod div#right{
        margin-right: 2%;
    }
    #uiturn #entrymethod div#right img{
        width: 100%;
        height: auto;
    }
    /****** 福利厚生ページ ******/
    div#benefit p.w_btm{
        margin-bottom: 3%;
    }
    /****** 社内eventページ ******/
    #event img.photo{
        margin-bottom: 3%;
    }    
    /****** FAQページ ******/
    /*
    div#faq{
        font-size: 12px;
    }
    */
}




/**************   smartphone   **************/
@media only screen and (max-width: 540px){
    /****** 各ページ共通 ******/
    #maincontents_in div.right h1{
        margin: 1% auto 3.8%;
    }
    #maincontents_in div.right div.boxInner{
        background-color: #FFFFFF;
        padding: 3.5% 2.5%;
        border: 1px solid #DDDDDD;
        width: 88%;
        margin: 0 auto 3.5%;
    }
    div.boxInner h2{
        font-size: 1em;
        margin-bottom: 4.5%;
    }
    div.boxInner h3{
        font-size: 0.9em;
    }
    div.boxInner p{
        line-height: 140%;
        margin-bottom: 3.5%;
    }
    div.boxInner h3.top{
        margin-top: 4.8%;
    }
    span.hid_pc{
        display: inline;
    }
    span.hid_sp{
        display: none;
    }
    /****** 準備中ページ ******/
    div#temporary{
        margin: 0 auto 7%;
    }
    div.right div#temporary div.boxInner{
        height: 100px;
    }
    /****** 募集要項ページ ******/
    /* 新卒採用・中途採用共通 */
    #reclist ul li{
        margin-right: 6.5%;
        font-size: 13px;
    }
    div#career,div#newgraduate{
        margin: 0 auto 7%;
    }
    div#career div#worktype,div#newgraduate div#worktype{
        margin-bottom: 1%;
    }
    div#career div#worktype ul li,div#newgraduate div#worktype ul li{
        font-size: 13px;
        margin-left: 6.5%;
    }
    div#career table,div#newgraduate table{
        margin-bottom: 3.5%;
    }
    div#career table th,div#newgraduate table th{
        width: 27%;
    }
    div#career table td,div#newgraduate table td{
        padding: 3.5% 2.5%;
        font-size: 12px;
        line-height: 140%;
    }
    div#career table td li,div#newgraduate table td li{
        margin-left: 5%;
    }
    div#career table tr.type_n th,div#newgraduate table tr.type_n th{
        padding: 1.5% 0 1.3% 3.5%;
        font-size: 14px;
    }
    /****** 採用の流れページ ******/
    div#flow,div#flow_ng{
        margin: 0 auto 7%;
    }
    #flow th.num,#flow_ng th.num_ng{
        width: 35%;
        height: 60px;
        padding-top: 1%;
        font-size: 14px;
    }
    #flow th.category,#flow_ng th.category_ng{
        width: 35%;
        height: 65px;
        font-size: 14px;
    }
    #flow td.space,#flow_ng td.space_ng{
        width: 2%;
    }
    #flow td.detail,#flow_ng td.detail_ng{
        width: 63%;
        padding: 0px 1.2% 0px 1%;
        line-height: 140%;
        font-size: 12px;
    }
    /****** 応募方法ページ ******/
    div#ap_method{
        margin: 0 auto 7%;
    }
    div#ap_method img#entry_box,div#ap_method img#entry_box_career{
        margin-right: 0;
        width: 36%;
        height: auto;
    }
    div#ap_method ul{
        margin-bottom: 2.2%;
    }
    div#ap_method ul li{
        margin-left: 6.5%;
        font-size: 13px;
        line-height: 150%;
    }
    div#ap_method p{
        font-size: 12px;
    }
    div#ap_method p.method_explain{
        width: 60%;
    }
    div#ap_method table th{
        width: 31%;
        font-size: 12px;
    }
    div#ap_method table td{
        border: 1px solid #DDDDDD;
        padding: 3% 0px 3% 3%;
        line-height: 145%;
        font-size: 12px;
    }
    /****** U・Iターン支援制度 ******/
    div#uiturn{
        margin: 0 auto 7%;
    }
    div#uiturn h2{
        font-size: 13px;
    }
    #uiturn h4{
        font-size: 13px;
    }
    #uiturn p{
        font-size: 12px;
    }
    #uiturn ul li{
        font-size: 12px;
        margin-left: 4%;
        line-height: 140%;
        margin-bottom: 3%;
    }
    #uiturn table{
        font-size: 12px;
    }
    #uiturn table th{
        text-align: center;
        text-indent: 0;
        line-height: 145%;
        padding: 3% 0;
    }
    #uiturn table td{
        line-height: 145%;
        padding: 3% 0;
    }
    #uiturn #entrymethod div#left{
        float: left;
        width: 60%;
    }
    #uiturn #entrymethod div#left p{
        line-height: 140%;
    }
    #uiturn #entrymethod div#right{
        float: right;
        margin-right: 0px;
        width: 35%;
    }
    #uiturn #entrymethod div#right img{
        width: 100%;
        height: auto;
        margin-top: 5%;
    }
    /****** 福利厚生 ******/
    div#benefit{
        margin: 0 auto 7%;
    }
    div#benefit h2{
        margin-bottom: 4%;
    }
    div#benefit p,div#benefit li{
        font-size: 12px;
        line-height: 140%;
    }
    .b_left{
        width: 100%;
        float: none;
    }
    .b_right{
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .b_right img{
        margin-top: 6%;
        height: auto;
    }
    div#benefit ol{
        margin-left: 6.5%;
        margin-bottom: 3.5%;
    }
    div#benefit ul{
        margin-left: 6.5%;
    }
    div#benefit ol ul{
        margin-left: 6.5%;
        margin-bottom: 1.5%;
    }
    div#benefit ol ul li{
        line-height: 145%;
    }
    /****** イベント ******/
    div#event{
        margin: 0 auto 7%;
    }
    div#event p{
        font-size: 12px;
        line-height: 140%;
    }
}