@charset "UTF-8";
.bs {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


/* Common */

body.recruit #contents #mainBox.fresh_entry,
body.recruit #contents #mainBox.fresh_confirm,
body.recruit #contents #mainBox.fresh_complete,
body.recruit #contents #mainBox.career_confirm,
body.recruit #contents #mainBox.career_complete {
    float: left;
    margin-top: 50px;
    width: 760px;
    margin-left: 100px;
}

body.recruit #contents #mainBox.fresh_entry h1 {
    background: url(../images/pagetitle.png) no-repeat left center;
    margin-bottom: 5px;
    margin-left: 0px;
}

body.recruit #contents #mainBox.fresh_entry p {
    color: #575757;
}

body.recruit #contents #mainBox.fresh_entry .va_ichi {
    vertical-align: -2px;
}

body.recruit #contents #mainBox.fresh_entry .flow {
    margin-top: 20px;
    margin-bottom: 40px;
}

body.recruit #contents #mainBox.fresh_entry .flow .ml {
    margin-left: 15px;
}

body.recruit #contents #mainBox.fresh_entry .recruit1 th {
    width: 230px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    padding: 10px 0 10px 15px;
    text-align: left;
}

body.recruit #contents #mainBox.fresh_entry .recruit1 th img {
    float: right;
}

body.recruit #contents #mainBox.fresh_entry .recruit1 th.in {
    border-bottom: none;
    overflow: hidden;
    padding: 10px 0 10px 0px;
}

body.recruit #contents #mainBox.fresh_entry .recruit1 td.in2 {
    border-bottom: none;
}

body.recruit #contents #mainBox.fresh_entry .recruit1 th.in_b {
    border-bottom: 1px dotted #ccc;
}

body.recruit #contents #mainBox.fresh_entry .recruit1 td.in_b {
    border-bottom: 1px dotted #ccc;
}

body.recruit #contents #mainBox.fresh_entry .recruit1 td.in_b input:nth-child(1) {
    margin-left: 0;
}

body.recruit #contents #mainBox.fresh_entry .recruit1 td.in_b input:nth-child(n+2) {
    margin-left: 10px;
}

body.recruit #contents #mainBox.fresh_entry .recruit1 td.in_b label:nth-child(1) input{
    margin-left: 0;
}

body.recruit #contents #mainBox.fresh_entry .recruit1 td.in_b label:nth-child(n+2) input{
    margin-left: 10px;
}

body.recruit #contents #mainBox.fresh_entry .recruit1 th.va {
    vertical-align: top;
}

body.recruit #contents #mainBox.fresh_entry .recruit1 td {
    width: 520px;
    border-bottom: 1px dotted #ccc;
    padding-left: 25px;
}

body.recruit #contents #mainBox.fresh_entry .recruit1 td select {
    padding: 5px;
}

body.recruit #contents #mainBox.fresh_entry .recruit1 td p {
    padding: 0;
}

body.recruit #contents #mainBox.fresh_entry .recruit1 td p input {
    vertical-align: -2px;
}

body.recruit #contents #mainBox.fresh_entry table.recruit2 {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 10px;
    width: 753px;
    border: 1px dotted #ccc;
}

body.recruit #contents #mainBox.fresh_entry table.recruit2 caption {
    background-color: #777;
    padding: 10px 0;
    color: #fff;
    font-size: 1.143em;
}

body.recruit #contents #mainBox.fresh_entry table.recruit2 img {
    margin-right: 10px;
}

body.recruit #contents #mainBox.fresh_entry table.recruit2 th {
    padding: 20px 35px 15px 35px;
}

body.recruit #contents #mainBox.fresh_entry table.recruit2 td {
    border-bottom: 1px dotted #ccc;
    padding: 15px 0px;
}

body.recruit #contents #mainBox.fresh_entry table.recruit2 td textarea {
    width: 695px;
    height: 100px;
    overflow: hidden;
}

body.recruit #contents #mainBox.fresh_entry table.recruit2 td.mb {
    border-bottom: none;
    text-align: center;
}

body.recruit #contents #mainBox.fresh_entry .privacy {
    width: 760px;
    padding: 20px 10px 75px 3px;
}

body.recruit #contents #mainBox.fresh_entry .privacy textarea {
    width: 721px;
    height: 165px;
    padding: 15px;
}

body.recruit #contents #mainBox.fresh_entry .agree {
    text-align: center;
    margin-top: 10px;
}

body.recruit #contents #mainBox.fresh_entry .agree #contact_agree {
    vertical-align: -2px;
    cursor: pointer;
}

body.recruit #contents #mainBox.fresh_entry .btnarea {
    text-align: center;
    margin-bottom: 90px;
}

body.recruit #contents #mainBox.fresh_entry .btnarea input:hover {
    opacity: 0.7;
}

body.recruit #contents #mainBox.fresh_confirm {
    margin-bottom: 90px;
}

body.recruit #contents #mainBox.fresh_confirm table.recruit1 {
    margin-bottom: 30px;
}

body.recruit #contents #mainBox.fresh_confirm table.recruit1 td {
    padding-left: 25px;
}

body.recruit #contents #mainBox.fresh_confirm table.recruit2 {
    margin-bottom: 30px;
}

body.recruit #contents #mainBox.fresh_confirm .btnarea input {
    margin-left: 20px;
}

body.recruit #contents #mainBox.fresh_confirm .btnarea input:hover {
    opacity: 0.7;
}

body.recruit #contents #mainBox.fresh_complete {
    margin-bottom: 190px;
}

body.recruit #contents #mainBox.career_confirm {
    margin-bottom: 90px;
}

body.recruit #contents #mainBox.career_confirm table.recruit1 {
    margin-bottom: 30px;
}

body.recruit #contents #mainBox.career_confirm table.recruit1 td {
    padding-left: 25px;
}

body.recruit #contents #mainBox.career_confirm table.recruit2 {
    margin-bottom: 30px;
}

body.recruit #contents #mainBox.career_confirm .btnarea input {
    margin-left: 20px;
}

body.recruit #contents #mainBox.career_confirm .btnarea input:hover {
    opacity: 0.7;
}

body.recruit #contents #mainBox.career_complete {
    margin-bottom: 190px;
}

body.recruit #contents #mainBox.fresh_recruiting ul {
    margin-bottom: 220px;
}

body.recruit #contents #mainBox.fresh_recruiting ul li {
    border-bottom: 1px dotted #ccc;
}

body.recruit #contents #mainBox.fresh_recruiting ul li span {
    font-weight: bold;
    float: left;
    padding: 10px 0 10px 15px;
    text-align: left;
    width: 90px;
}

body.recruit #contents #mainBox.fresh_recruiting ul li p {
    padding: 10px 10px 10px 140px;
}

body.recruit #contents #mainBox.fresh_recruiting ul li p a {
    background: url(../images/front_bg.gif) no-repeat left center;
    float: none;
    color: #fff;
    width: 276px;
    margin-left: 10px;
    padding: 5px 40px;
    font-weight: bold;
}

body.recruit #contents #mainBox.fresh_recruiting ul li p a:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    text-decoration: none;
}

body.recruit #contents #mainBox.career_recruiting ul {
    margin-bottom: 220px;
}

body.recruit #contents #mainBox.career_recruiting ul li {
    border-bottom: 1px dotted #ccc;
}

body.recruit #contents #mainBox.career_recruiting ul li span {
    font-weight: bold;
    float: left;
    padding: 10px 0 10px 15px;
    text-align: left;
    width: 90px;
}

body.recruit #contents #mainBox.career_recruiting ul li span.text {
    font-weight: bold;
    float: none;
    padding: 0px;
}

body.recruit #contents #mainBox.career_recruiting ul li p {
    padding: 10px 10px 10px 140px;
}

body.recruit #contents #mainBox.career_recruiting ul li p a {
    background: url(../images/front_bg.gif) no-repeat left center;
    float: none;
    color: #fff;
    width: 276px;
    margin-left: 10px;
    padding: 5px 40px;
    font-weight: bold;
}

body.recruit #contents #mainBox.career_recruiting ul li p a:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    text-decoration: none;
}

body.recruit #contents #mainBox.fresh_acceptance {
    margin-bottom: 90px;
}

body.recruit #contents #mainBox.fresh_acceptance .acceptance_box {
    background: url(../images/flow_bgs.gif) repeat-y left center;
    overflow: hidden;
    position: relative;
}

body.recruit #contents #mainBox.fresh_acceptance .acceptance_box .acceptance_box_left {
    background: url(../images/flow1.gif) no-repeat left center;
    font-size: 1.8rem;
    float: left;
    width: 185px;
    padding-left: 40px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -16px;
}

body.recruit #contents #mainBox.fresh_acceptance .acceptance_box .acceptance_box_left2 {
    background: url(../images/flow2.gif) no-repeat left center;
    margin-top: -16px;
}

body.recruit #contents #mainBox.fresh_acceptance .acceptance_box .acceptance_box_left3 {
    background: url(../images/flow3.gif) no-repeat left center;
    margin-top: -16px;
}

body.recruit #contents #mainBox.fresh_acceptance .acceptance_box .acceptance_box_left4 {
    background: url(../images/flow4.gif) no-repeat left center;
    margin-top: -16px;
}

body.recruit #contents #mainBox.fresh_acceptance .acceptance_box .acceptance_box_left5 {
    background: url(../images/flow5.gif) no-repeat left center;
    margin-top: -16px;
}

body.recruit #contents #mainBox.fresh_acceptance .acceptance_box .acceptance_box_left6 {/*追加*/
    background: url(../images/flow6.gif) no-repeat left center;
    margin-top: -16px;
}

body.recruit #contents #mainBox.fresh_acceptance .acceptance_box .acceptance_box_left7 {/*追加*/
    background: url(../images/flow7.gif) no-repeat left center;
    margin-top: -16px;
}

body.recruit #contents #mainBox.fresh_acceptance .acceptance_box .acceptance_box_right {
    float: right;
    width: 490px;
    padding: 5px 40px 10px 0;
}

body.recruit #contents #mainBox.fresh_acceptance .acceptance_box .acceptance_box_right p a {
    color: #28a7e1;
}

body.recruit #contents #mainBox.fresh_acceptance .mb {
    margin-bottom: 10px;
}

body.recruit #contents #mainBox.fresh_acceptance .under_text {
    font-size: 1.2rem;
}

body.recruit #contents #mainBox.fresh_education {
    margin-bottom: 90px;
}

body.recruit #contents #mainBox.fresh_education h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 25px;
    padding-left: 10px;
}

body.recruit #contents #mainBox.fresh_education h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 10px;
}

body.recruit #contents #mainBox.fresh_education .mb {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 20px;
}

body.recruit #contents #mainBox.fresh_education .mb2 {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 20px;
}

body.recruit #contents #mainBox.fresh_education .fc {
    font-size: 1.6rem;
    font-weight: bold;
    color: #28a7e1;
    padding-left: 10px;
}

body.recruit #contents #mainBox.fresh_education .education_box {
    overflow: hidden;
    padding-right: 20px;
}

body.recruit #contents #mainBox.fresh_education .education_box .bg_left {
    background: url(../../recruit/education/education_back.gif) no-repeat left center;
    float: left;
    color: #fff;
    width: 264px;
    height: 39px;
    margin-right: 20px;
    margin-left: 135px;
    padding: 8px 10px 0 50px;
}

body.recruit #contents #mainBox.fresh_education .education_box .bg_right {
    background: url(../../recruit/education/education_back.gif) no-repeat left center;
    float: right;
    color: #fff;
    width: 264px;
    height: 39px;
    padding: 8px 10px 0 100px;
}

body.recruit #contents #mainBox.fresh_education .ml {
    margin-left: 255px;
}

body.recruit #contents #mainBox.fresh_education .ml2 {
    margin-left: 280px;
}

body.recruit #contents #mainBox.fresh_education .ml3 {
    margin-left: 249px;
}

body.recruit #contents #mainBox.fresh_education .ml4 {
    margin-left: 268px;
}

body.recruit #contents #mainBox.fresh_education table {
    border-spacing: 0px;
    border-collapse: collapse;
}

body.recruit #contents #mainBox.fresh_education table td.bgl {
    background: url(../../recruit/education/education_back2.gif) repeat left center;
    width: 136px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

body.recruit #contents #mainBox.fresh_education table td.frame {
    font-size: 0;
    line-height: 0;
    height: 5px;
    overflow: hidden;
    padding: 0;
}

body.recruit #contents #mainBox.fresh_education table td.bgr {
    background: url(../../recruit/education/acceptance_bg1.gif) repeat-y left center;
    padding: 10px 20px;
    font-size: 1.3rem;
}

body.recruit #contents #mainBox.fresh_education table td.bgr3 {
    text-align: center;
}

body.recruit #contents #mainBox.fresh_education .edit_table {
    border-spacing: 0px;
    border-collapse: collapse;
}

body.recruit #contents #mainBox.fresh_education .edit_table td.bgl {
    background: url(../../recruit/education/education_back2.gif) repeat left center;
    width: 136px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.3rem;
}

body.recruit #contents #mainBox.fresh_education .edit_table td.frame {
    font-size: 0;
    line-height: 0;
    height: 5px;
    overflow: hidden;
    padding: 0;
}

body.recruit #contents #mainBox.fresh_education .edit_table td.bgr {
    background: url(../../recruit/education/acceptance_bg2.gif) repeat-y left center;
    padding: 10px 23px;
    font-size: 1.3rem;
}

body.recruit #contents #mainBox.fresh_education .edit_table td.bgr2 {
    background: url(../../recruit/education/acceptance_bg2.gif) repeat-y left center;
    padding: 10px 10px;
    font-size: 1.3rem;
}

body.recruit #contents #mainBox.work {
    margin-bottom: 90px;
}

body.recruit #contents #mainBox.work .work_box {
    overflow: hidden;
    /*  width: 684px;*/
    margin-bottom: 30px;
    border-bottom: 1px solid #b6d4ea;
    line-height: 12px;
}

body.recruit #contents #mainBox.work.work_box .clear {
    clear: both;
}

body.recruit #contents #mainBox.work .work_box a:hover p {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}

body.recruit #contents #mainBox.work .work_box p.bg_left {
    float: left;
    background: url(../../recruit/work/work_bg_left.gif) no-repeat left center;
    padding: 12px 30px 10px 40px;
    color: #0d6fb8;
}

body.recruit #contents #mainBox.work .work_box p.bg_right {
    float: right;
    background: url(../../recruit/work/work_bg_right.gif) no-repeat left center;
    padding: 12px 118px 10px 130px;
    color: #0d6fb8;
}

body.recruit #contents #mainBox.work h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}

body.recruit #contents #mainBox.work .text_color {
    color: #28a7e1;
    font-weight: bold;
    padding: 10px 2px 5px 0px;
}

body.recruit #contents #mainBox.work ul {
    margin-bottom: 30px;
}

body.recruit #contents #mainBox.work ul li {
    background: url(../../recruit/work/work_blue.gif)/* no-repeat*/
    left center;
    margin-bottom: 10px;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
}

body.recruit #contents #mainBox.work .work_box2 {
    margin-bottom: 25px;
    background: url(../../recruit/work/work_bg_center3.gif) repeat-y left center;
    padding: 15px 50px 0px 20px;
}

body.recruit #contents #mainBox.work .work_box2 p.text_color2 {
    font-weight: bold;
}

body.recruit #contents #mainBox.work .work_box3 {
    margin-bottom: 40px;
}

body.recruit #contents #mainBox.work .work_box4 {
    margin-bottom: 75px;
}

body.recruit #contents #mainBox.work .work_box4 a {
    background: url(/files/recruit/work/work_bg_center.gif) no-repeat left center;
    color: #28a7e1;
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 63px;
    height: 63px;
    text-indent: 180px;
    width: 687px;
}

body.recruit #contents #mainBox.work .work_box4 a:hover {
    text-decoration: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}

body.recruit #contents #mainBox.schedule {
    position: relative;
    margin-bottom: 90px;
}

body.recruit #contents #mainBox.schedule h1 {
    margin-bottom: 150px;
}

body.recruit #contents #mainBox.schedule .anchorlink {
    position: absolute;
    left: 0;
    top: 80px;
    width: 334px;
}

body.recruit #contents #mainBox.schedule .anchorlink ul li {
    margin-bottom: 5px;
}

body.recruit #contents #mainBox.schedule .anchorlink ul li a {
    background: url(/files/recruit/work/work_bg_left.gif) no-repeat left center;
    color: #0d6fb8;
    display: block;
    padding: 7px 0 5px 35px;
}

body.recruit #contents #mainBox.schedule .anchorlink ul li a:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    text-decoration: none;
}

body.recruit #contents #mainBox.schedule section {
    position: relative;
}

body.recruit #contents #mainBox.schedule section#engineer {
    margin-bottom: 280px;
}

body.recruit #contents #mainBox.schedule .bg {
    position: absolute;
    top: -200px;
    right: 15px;
}

body.recruit #contents #mainBox.schedule .bg2 {
    position: absolute;
    right: 0;
    top: -234px;
}

body.recruit #contents #mainBox.schedule .schedule_box {
    overflow: hidden;
    width: 684px;
    margin-bottom: 30px;
    border-bottom: 1px solid #b6d4ea;
    line-height: 12px;
}

body.recruit #contents #mainBox.schedule .schedule_box ul li:nth-child(1) {
    float: left;
}

body.recruit #contents #mainBox.schedule .schedule_box ul li:nth-child(2) {
    float: right;
}

body.recruit #contents #mainBox.schedule .schedule_box ul li a {
    background-color: #eee;
    color: #0d6fb8;
    display: block;
    padding: 13px 0;
    text-align: center;
    width: 335px;
}

body.recruit #contents #mainBox.schedule .schedule_box ul li a:hover {
    text-decoration: none;
}

body.recruit #contents #mainBox.schedule .schedule_box ul li.active a,
body.recruit #contents #mainBox.schedule .schedule_box ul li a:hover {
    background-color: #28a7e1;
    color: #fff;
}

body.recruit #contents #mainBox.schedule .schedule_box p.bg_left {
    float: left;
    width: 300px;
    text-align: center;
}

body.recruit #contents #mainBox.schedule .schedule_box p.bg_right {
    float: left;
    background-color: #eeeeee;
    margin-left: 20px;
    color: #0d6fb8;
}

body.recruit #contents #mainBox.schedule h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}

body.recruit #contents #mainBox.schedule .scheduleprocess {
    position: relative;
    overflow: hidden;
}

body.recruit #contents #mainBox.schedule .scheduleprocess.twoday {
    display: none;
}

body.recruit #contents #mainBox.schedule .scheduleprocess:before {
    content: ' ';
    border-left: 1px solid #00a6df;
    position: absolute;
    left: 10px;
    top: 3%;
    height: 93%;
}

body.recruit #contents #mainBox.schedule .scheduleprocess.scheduleprocess2:before {
    top: 3%;
    height: 94%;
}

body.recruit #contents #mainBox.schedule .scheduleprocess dl {
    margin-left: 20px;
}

body.recruit #contents #mainBox.schedule .scheduleprocess dl dt {
    clear: both;
    float: left;
    font-weight: bold;
    padding: 10px 0px;
    position: relative;
    width: 172px;
}

body.recruit #contents #mainBox.schedule .scheduleprocess dl dt:before {
    content: '●';
    color: #00a6df;
    position: absolute;
    left: -16px;
}

body.recruit #contents #mainBox.schedule .scheduleprocess dl dt time {
    display: block;
    float: left;
    width: 42px;
    text-align: right;
    color: #88c7eb;
}

body.recruit #contents #mainBox.schedule .scheduleprocess dl dt span {
    display: block;
    float: left;
    width: 112px;
    padding-left: 14px;
}

body.recruit #contents #mainBox.schedule .scheduleprocess dl dd {
    width: 460px;
    border-top: 1px dotted #ccc;
    padding: 10px 5px;
    padding-left: 190px;
}

body.recruit #contents #mainBox.schedule .scheduleprocess dl dd:nth-child(2) {
    border-top: none;
}

body.recruit #contents #mainBox.question h2 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}

body.recruit #contents #mainBox.question dl {
    background: url(/files/recruit/question/question_b.gif) center top no-repeat;
    margin-bottom: 50px;
}

body.recruit #contents #mainBox.question dl dt,
body.recruit #contents #mainBox.question dl dd {
    border-bottom: 1px dotted #ccc;
    padding: 25px 10px 25px 70px;
}

body.recruit #contents #mainBox.question dl dt {
    background: url(/files/recruit/question/question_q.gif) no-repeat 15px 20px;
}

body.recruit #contents #mainBox.question dl dt:hover {
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}

body.recruit #contents #mainBox.question dl dd {
    background: #f6f6f6 url(/files/recruit/question/question_a.gif) no-repeat 15px 20px;
    display: none;
}

body.recruit #contents #mainBox.question dl dd a {
    color: #28a7e1;
}


/*↓追加↓*/

body.recruit #contents #mainBox.saiyoutop {
    width: 880px;
    padding-bottom: 40px;
}

#recruit_menu {
    width: 880px;
    padding: 0 20px 20px 20px;
}

#recruit_menu strong {
    color: #28a7e1;
    font-size: 1.8rem;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    white-space: nowrap;
    z-index: 1;
    width: 180px;
}

#recruit_menu ul {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#recruit_menu .other li a {
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.8;
}

#recruit_menu .other li a,
#recruit_menu .newface li a,
#recruit_menu .career li a,
#boshu .boshu_box dd a {
    text-decoration: underline;
}

#recruit_menu .other li a:hover,
#recruit_menu .newface li a:hover,
#recruit_menu .career li a:hover,
#boshu .boshu_box dd a:hover {
    text-decoration: none;
}

#recruit_menu .newface,
#recruit_menu .career {
    float: left;
    width: 200px;
}

#recruit_menu .newface ul {
    padding-bottom: 20px;
}

#recruit_menu .other {
    float: left;
    width: 230px;
}

#recruit_menu li {
    float: none !important;
}

#recruit_menu .newface li a,
#recruit_menu .career li a {
    line-height: 1.6;
    font-size: 1.6rem;
    font-size: 16px;
}

#recruit_menu .img {
    position: absolute;
    right: 50px;
    top: 20px;
    z-index: 0;
}

#recruit_menu ul li a img.arrow {
    margin-right: 7px;
    vertical-align: middle;
}

#recruit_menu:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

#jinzai .jinzai_box {
    padding-left: 20px;
    padding-bottom: 20px;
    width: 620px;
}

#jinzai .jinzai_box p {
    padding-bottom: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #888888;
}

#jinzai .jinzai_box dl {}

#jinzai .jinzai_box dt {
    font-size: 1.6rem;
    font-size: 16px;
    padding-bottom: 5px;
}

#jinzai .jinzai_box dd {
    padding-left: 1.5em;
    font-size: 1.5rem;
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 20px;
    width: 620px;
    text-justify: inter-ideograph;
    text-align: justify;
}

#boshu .boshu_box {
    padding-left: 20px;
    padding-bottom: 50px;
}

#boshu h1 {
    clear: both;
}

#boshu .boshu_box dl dt {
    font-size: 2rem;
    font-size: 18px;
}

#boshu .boshu_box dd {
    padding-left: 0.2em;
    font-size: 1.5rem;
    font-size: 15px;
    line-height: 1.5;
    height: 20px;
    /*	margin-top:-20px;
	padding-left:400px;
	
	padding-bottom:1.2em;*/
}

#boshu .boshu_box dd span {
    color: #F30;
    padding-left: 5px;
}

#boshu .boshu_box dd a {
    color: #F30;
}

#boshu .boshu_box dd img.arrow {
    margin-right: 7px;
    vertical-align: middle;
}

body.recruit #contents #mainBox #message {
    font-size: 2rem;
    font-size: 20px;
    padding-left: 20px;
    width: 800px;
}


/*↓追加2↓　新入社員*/

body.recruit #contents #mainBox.fresh_schedule .scheduleprocess {
    position: relative;
    overflow: hidden;
    width: 683px;
    border: solid 1px gray;
}

body.recruit #contents #mainBox.fresh_schedule .scheduleprocess dl {
    display: block;
    padding: 0;
}

body.recruit #contents #mainBox.fresh_schedule .scheduleprocess dl dt {
    display: block;
    float: left;
    padding: 0px;
    width: 60px;
}

body.recruit #contents #mainBox.fresh_schedule .scheduleprocess:before {
    content: ' ';
    border-right: 1px solid #CCC;
    position: absolute;
    left: 60px;
    top: 0%;
    height: 100%;
}

body.recruit #contents #mainBox.fresh_schedule .scheduleprocess:after {
    content: ' ';
    border-right: 1px solid #CCC;
    position: absolute;
    left: 365px;
    top: 0%;
    height: 100%;
}

body.recruit #contents #mainBox.fresh_schedule .scheduleprocess dl dd {
    padding-right: 5px;
    padding-left: 5px;
}

body.recruit #contents #mainBox.fresh_schedule .scheduleprocess dl dd:nth-of-type(2n+1) {
    display: block;
    float: left;
    width: 300px;
}

body.recruit #contents #mainBox.fresh_schedule .scheduleprocess dl dd:nth-of-type(2n+0) {
    display: block;
    float: right;
    width: 300px;
}

body.recruit #contents #mainBox.fresh_schedule .schedule_title {
    overflow: hidden;
    border-bottom: solid 1px #999;
    border-bottom: 1px solid #b6d4ea;
    line-height: 1.5;
    font-size: 1em;
    letter-spacing: 0.5em;
    background-color: #28a7e1;
    color: #fff;
    text-align: center;
    clear: both;
}

body.recruit #contents #mainBox.fresh_schedule .schedule_title dl dt {
    letter-spacing: 0;
}

body.recruit #contents #mainBox.fresh_schedule .schedule_box dl {
    width: 684px;
    margin-top: 0;
}

body.recruit #contents #mainBox.fresh_schedule .schedule_box dl:nth-of-type(2) {
    clear: both;
}

body.recruit #contents #mainBox.fresh_schedule .schedule_box dl dt {
    display: block;
    clear: both;
    float: left;
    position: relative;
    width: 60px;
}

body.recruit #contents #mainBox.fresh_schedule .schedule_box dl dt time {
    display: block;
    padding-right: 10px;
    font-size: 1em;
    text-align: right;
    color: #28a7e1;
    font-weight: bold;
}

body.recruit #contents #mainBox.fresh_schedule .schedule_box dl dd p {
    display: block;
}

body.recruit #contents #mainBox.fresh_schedule .schedule_box dl:first-of-type dd p:first-of-type {
    border-top: none;
}

body.recruit #contents #mainBox.fresh_schedule .schedule_box dl {
    margin-top: -1px;
}

body.recruit #contents #mainBox.fresh_schedule .schedule_box dl dd span {
    font-weight: bold;
}

body.recruit #contents #mainBox.fresh_schedule h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 30px;
}

body.recruit #contents #mainBox.fresh_schedule h3:nth-of-type(2) {
    padding-top: 20px;
}

#growup {
    clear: both;
    display: block;
    margin-bottom: 40px;
}

#growup img {}

#growup a {
    border: solid 1px #ffffff;
    position: relative;
    display: block;
    width: 280px;
    height: 70px;
    float: left;
}

#growup a:nth-of-type(2) {
    margin-left: 10px;
}

#growup a:hover {
    border: solid 1px #8CC63F;
}

#freshschedule {
    padding-bottom: 20px;
}

#freshschedule a {
    border: solid 1px #ffffff;
    position: relative;
    display: block;
    width: 650px;
    height: 100px;
}

#freshschedule a:hover {
    border: solid 1px #8CC63F;
}

#freshschedule .img {
    padding-bottom: 20px;
}


/*↑↑*/

body.recruit #contents #mainBox.fresh_schedule2 .scheduleprocess {
    position: relative;
    overflow: hidden;
    width: 683px;
    border: solid 1px gray;
}

body.recruit #contents #mainBox.fresh_schedule2 .scheduleprocess dl {
    display: block;
    padding: 0;
}

body.recruit #contents #mainBox.fresh_schedule2 .scheduleprocess dl dt {
    display: block;
    float: left;
    padding: 0px;
    width: 54px;
}

body.recruit #contents #mainBox.fresh_schedule2 .scheduleprocess:before {
    content: ' ';
    border-right: 1px solid #CCC;
    position: absolute;
    left: 310px;
    top: 0%;
    height: 100%;
}

body.recruit #contents #mainBox.fresh_schedule2 .scheduleprocess:after {
    content: ' ';
    border-right: 1px solid #CCC;
    position: absolute;
    left: 365px;
    top: 0%;
    height: 100%;
}

body.recruit #contents #mainBox.fresh_schedule2 .scheduleprocess dl dd {
    padding-right: 5px;
    padding-left: 5px;
}

body.recruit #contents #mainBox.fresh_schedule2 .scheduleprocess dl dd:nth-of-type(2n+1) {
    display: block;
    float: left;
    width: 300px;
}

body.recruit #contents #mainBox.fresh_schedule2 .scheduleprocess dl dd:nth-of-type(2n+0) {
    display: block;
    float: right;
    width: 300px;
}

body.recruit #contents #mainBox.fresh_schedule2 .schedule_title {
    overflow: hidden;
    border-bottom: solid 1px #999;
    border-bottom: 1px solid #b6d4ea;
    line-height: 1.5;
    font-size: 1em;
    letter-spacing: 0.5em;
    background-color: #28a7e1;
    color: #fff;
    text-align: center;
    clear: both;
}

body.recruit #contents #mainBox.fresh_schedule2 .schedule_title dl dt {
    letter-spacing: 0em;
}

body.recruit #contents #mainBox.fresh_schedule2 .schedule_box dl {
    width: 684px;
    margin-top: 0;
    clear: both;
}

body.recruit #contents #mainBox.fresh_schedule2 .schedule_box dl dt {
    display: block;
    float: left;
    position: relative;
    width: 60px;
}

body.recruit #contents #mainBox.fresh_schedule2 .schedule_box dl dt time {
    display: block;
    padding-right: 10px;
    font-size: 1em;
    text-align: right;
    color: #28a7e1;
    font-weight: bold;
}

body.recruit #contents #mainBox.fresh_schedule2 .schedule_box dl dd p {
    display: block;
}

body.recruit #contents #mainBox.fresh_schedule2 .schedule_box dl:first-of-type dd p:first-of-type {
    border-top: none;
}

body.recruit #contents #mainBox.fresh_schedule2 .schedule_box dl {
    margin-top: -1px;
}

body.recruit #contents #mainBox.fresh_schedule2 .schedule_box dl dd span {
    font-weight: bold;
}

body.recruit #contents #mainBox.fresh_schedule2 h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 30px;
}

body.recruit #contents #mainBox.fresh_schedule2 h3:nth-of-type(2) {
    padding-top: 20px;
}

body.recruit #contents #mainBox.fresh_entry h2 {
    background: url(../images/pagetitle.png) no-repeat left center;
    font-size: 1.143em;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 42px;
}


/*　追加　*/
body.recruit #contents #mainBox.fresh_entry p.tel_color {
    padding-bottom: 0px;
}

.tel-link {
    font-size: 1.5em;
    color: #28a7e1;
    font-weight: bold;
    padding-bottom: 0px;
}


/*リンクボタン*/
#cnt_link {
  clear: both;
  padding-bottom:10px;
  padding-top:20px;
  width:800px;
}

#cnt_link img:first-child{
padding-left:-10px;
}

/*INFORMATION*/
#topic {
  clear: both;
  border-bottom: solid 1px #999;
  border-top: solid 2px #999;
  padding-bottom:10px;
  margin-top:30px;
  margin-left:30px;
  margin-bottom:40px;
  width:700px;
  background-color:#fefefe;
}

#topic p{
  height: 1.5em !important;
  line-height: 1.5rem;
  margin-top:-1.5rem;
  margin-bottom: 0;
  color: #999;
  font-weight: bold;
  font-size:1.5rem;
  margin-right:20px;
}
#topic p:first-letter{
    font-size: 1.5em;
}

#topic dl{
  padding-left:10px;
  padding-right:10px;
}

#topic dl dt{
  width:5.5em;
  background-color:#8cc63f;
  color:#fff;
  padding-left:0.5em;
  height:1.6em;
  line-height:1.7em;
}

#topic dl dd a {
    font-size: 1.5rem;
    text-decoration: underline;
}
#topic dl dd a:hover {
    text-decoration: none;
}

#topic dl dd{
  margin-left:6em;
  margin-top:-1.6em;
  padding-bottom: 10px;
  padding-top: 0.3em;
  font-size: 1.5rem;
  line-height:1.7rem;
}
/*会社説明会フォームリンク*/

#topic dl dd span {

}
#topic dl dd.setumei{
  padding-bottom: 50px;
}
#topic dl dd.setumei div{
    border: none;
  display:block;
    float:left;
    height:50px;
    padding: 2px 10px;
  margin-bottom: 7px;
  margin-right:40px;
}
#topic dl dd.setumei::after {clear:both;}
#topic dl dd .setumei_link a {
    position:relative;
    top:7px;
	color: floralwhite;
}
#topic dl dd .setumei_link2 a {
    position:relative;
    top:7px;
	color: floralwhite;
	
}
#topic dl dd .setumei_link{
	background-color: darkorange;
}
#topic dl dd .setumei_link2{
	background-color:coral;
}

#topic dl dd.setumei span a{
    border: none;
  display:block;
    float:left;
    padding: 4px 10px;
  margin-bottom: 7px;
  background-color: darkorange;
}

body.recruit #contents #mainBox.seminar_godo p{
    margin-bottom:0;
    padding-bottom:0;
    font-weight:bold;
}
body.recruit #contents #mainBox.seminar_godo p:before{
    content: '■';
    color:dodgerblue;
    position: relative;
    top: 0%;
    height: 100%;
}


/*会社説明会*/
body.recruit #contents #mainBox.seminar_godo table {
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #ccc;
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-bottom:20px;
    width:100%;
}

body.recruit #contents #mainBox.seminar_godo table th {
    background-color: azure;
    text-align: center;
    font-weight: bolder;
    padding: 5px;
}

body.recruit #contents #mainBox.seminar_godo table td {
    background-color: white;
    padding: 10px 7px;
  vertical-align:top;
}

body.recruit #contents #mainBox.seminar_godo table td a {
    text-decoration: underline;
    color: #0d6fb8;
}

body.recruit #contents #mainBox.seminar_godo table td a:hover {
    text-decoration: none;
}
body.recruit #contents #mainBox.seminar_godo table td dl{
  padding:0;
  margin:0;
}
body.recruit #contents #mainBox.seminar_godo table td dl dt{
  float:left;
}
body.recruit #contents #mainBox.seminar_godo table td dl dd{
  float:left;
}
body.recruit #contents #mainBox.seminar_godo table td dl dd::after{
  clear:both;
}

body.recruit #contents #mainBox.seminar_godo table th:nth-child(1) {
    width: 210px;
}
body.recruit #contents #mainBox.seminar_godo table th:nth-child(2) {
    width: 260px;
}
/*　*/


#boshu {vertical-align:text-top;
}
#boshu .left{
    float:left;border:
}
#boshu .right{
    float:left;
    margin-left:100px;
    padding-top:35px;
}
#boshu:after{
    content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
