@charset "utf-8";
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance:textfield;
}
/* entry
========================== */

div#logo_entry {
    height: 54.25px;
}

div#logo_entry img{
    width: 270px;
    height: auto;
}

header#siteHead_entry {
    width: 100%;
    height: 40px;
    position: relative;
}

header#siteHead_entry h1{
    position:absolute;
    top:-60px;
    left:0;
    height:60px;
    line-height:60px;
    color:#736357;
    font-size:12px;
    font-family:"HiraMinProN-W3","ヒラギノ明朝 Pro W3","KozMinPro-ExtraLight","HGS明朝E","AGaramondPro-Regular",serif;
    }

section#entryForm{
    width: 900px;
    height: auto;
    margin: 0 auto 30px;
    text-align: left;
    padding: 0 0 30px 0px;
}

section#entryForm h3{
    font-size: 22px;
    border-bottom: 5px solid #C1272D;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}

ol#flow_entry{
    margin:0 0 20px 0;
}

ol#flow_entry li{
    float: left;
    width: 30%;
    margin: 0 2% 0 0;
    line-height: 50px;
    padding: 0 0 0 2%;
    background: #efefef url(../images/bk_flow.png) no-repeat right 50%;
    background-size:25px 50px;
    font-size: 16px;
}

ol#flow_entry li:last-child{
    margin:0 0 0 0;
    background: #efefef;
}

ol#flow_entry li.active{
    background: #BDB33D url(../images/bk_flow.png) no-repeat right 50%;
    background-size:25px 50px;
    color:#fff;
    font-weight:bold;
}
div#naiyo_entry{
    border-top: 1px solid #ccc;
    padding: 30px 0 0 0;
}

dl.entryDl dt{
    float: left;
    font-size: 20px;
    margin: 0 0 20px 0;
    padding: 0 0 30px 0;
    position:relative;
    width:250px;
}
dl.entryDl dt span{
    position: absolute;
    top: 8px;
    right: 0;
    padding: 0px 8px;
    background: #ff4400;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
dl.entryDl dt span.nini{
    background: #ccc;
    color: #fff;
    }
dl.entryDl dd{
    padding: 0 0 30px 320px;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #ccc;
}

div.textarea{
    display:none;
}

dl.entryDl dd.input_check label{
    display:block;
    font-size:20px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
dl.entryDl dd.input_check label:hover{
    color: #C1272D;
    background:#f5f5f5;
    border-bottom: 1px solid #fff;
}

dl.entryDl dd.input_check textarea{
}

.input_room h4{
    font-weight:bold;
}

.input_room tr.tablehead th{
    padding: 0px !important;
}

.input_room tr.tablehead th:first-child{
    width:60px;
}

.input_room div#tabBox01{
    border-top:1px solid #ccc;
}

#tabBox01 table td.label_room{
    padding:0 0;
}
#tabBox01 table td.label_room input{
    margin:auto !important;
}

#tabBox01 table td.label_room label{
    display: block;
    cursor: pointer;
    padding: 10px 5px;
}

#tabBox01 table td.label_room label:hover{
    background:#ddd;
}

dl.entryDl .input_tel div{
    float:left;
}

dl.entryDl .input_tel div span{
    display:block;
}

dl.entryDl .input_tel div:first-child{
    margin:0 30px 0 0;
}

.entryDl input,
.entryDl select,
.entryDl textarea{
    border: none;
    font-family:"游ゴシック体", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    border: 1px solid #ccc;
    padding: 10px 10px 10px 10px;
    background-color: white;
    font-size: 20px;
    width: 280px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-sizing: border-box;
}
.entryDl input[type="radio"],
.entryDl input[type="checkbox"]{
    width:auto;
}
.entryDl textarea{
    width: 100%;
    height: 100px;
    font-size: 14px;
    line-height: 1.8;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    box-sizing: border-box;
}

#notice{
    text-align:center;
    margin:0 0 30px 0;
    font-size:12px;
}

#notice a{
    text-decoration: underline;
    color:#C1272D;
}
#notice a:hover{
    text-decoration: none;
}

footer p small a {
    font-family: 'Alte-DIN-1451-Mittelschrift';
    font-size: 18px;
    text-align: left;
    position: fixed;
    bottom: 50%;
    left: -95px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.backbtn{
    float:left;
}

.backbtn a span{
    background-color: #848484;
    border-bottom: 5px solid #525252;
    text-shadow: #525252 0px 1px 1px,#525252 0px 2px 1px;
}

.backbtn a:hover span{
    border-bottom: 3px solid #525252;
}

.btnBox div:nth-child(2n){
    float:right;
}

.notice{
    color: #ff4400;
    font-weight: bold;
    margin: 0 0 0px 20px;
}

dd.input_check{
    position:relative;
}
dd.input_check span.notice{
    position: absolute;
    right: 190px;
    top: 5px;
}

p.confirm_text{
    font-size:20px;
}

span.kiboujikan{
    margin:0 20px 0 0;
}

/* recruit entry
------------------------------*/
.formSctn{
    width: 90%;
    max-width: 1345px;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 50px;
}
.formSctn.rec{
    background: url(../images/lineDash.png) no-repeat 50% bottom;
    padding-bottom: 50px;
}
ol#flow_entry.rec li.active{
    background-color: #0071bc;
}

dt.underConnect{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
dd.underConnect {
    border-bottom: none !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
dt.topConnect{
    padding-top: 0px !important;
}
dd.topConnect {
    padding-top: 0px !important;
}
.birthBox{
    display: flex;
    justify-content: space-between;
}
.zipBox{
    display: flex;
}
span.unit{
    width: 8%;
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 8px 0 0 0;
}
.telBox{
    display: flex;
    justify-content: space-between;
}
.telBox div{
    width:48%;
}
.lengthBox{
    display: flex;
}
.kibouType{
}
.kibouType label,
.input_check label{
    margin-right:10px;
    margin-right:10px;
}
.form_length{
    width:100px !important;
}
.rec_support_outer.rec {
    margin: 0 auto 50px;
    padding: 30px 0 50px 0;
}

/* archive contact
------------------------------*/

ol#flow_entry.arc li.active{
    background-color: #e5a1c6;
}

/*---------------------------------------------------------------------------*/
@media screen and (max-width: 435px) {
    #container.entryhead {
        margin: 30px auto 0;
        padding-top:0;
    }
    div#logo_entry {
        height: auto;
    }
    div#logo_entry img{
        width: 170px;
    }
    header#siteHead_entry {
        height: 40px;
    }
    div#siteTitle.entryhead {
        top: -20px;
        width: 95%;
        height: auto;
    }
    div#siteTitle.entryhead p.siteTitle {
        height: 30px;
        line-height: 30px;
        background: none;
        font-size: 10px;
        text-align: center;
        width: auto;
        margin: auto;
    }

    header#siteHead_entry h1 {
     display:none;
    }

    dl.entryDl dd {
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
        border-bottom: 0px solid #ccc;
    }

    section#entryForm h3 {
        font-size: 20px;
        border-bottom: 5px solid #C1272D;
        padding: 0 0 10px 0;
        margin: 0 0 20px 0;
    }

    dl.entryDl dt {
        float: none;
        font-size: 18px;
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }
    .entryDl input,
    .entryDl select,
    .entryDl textarea {
        font-size: 16px;
        width: 100%;
    }

    /* recruit entry
    ------------------------------*/
    .formSctn{
        width: 100%;
    }

    .rec_form {
        width: 100%;
    }
    .zipBox span,
    .birthBox span{
        font-size: 16px;
    }
    .kibouType label {
        font-size: 16px;
        margin-right:20px;
    }
    .kibouType label:last-child {
        margin-right:0px;
    }
    .rec_support_outer.rec {
        width:90%;
        margin: 0 auto 0px;
        padding: 30px 0 30px 0;
    }

    .telBox {
        display: block;
    }
    .telBox div {
        width: 100%;
    }

}