@import url(responsive.css);

html body {
        font-family: fot-tsukuardgothic-std, sans-serif;
}

#headLogo{
    width: 100%;
}

body.otherBody1 #main{
    margin-top: 6rem;
}

.secTitle{
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #e281be;
    letter-spacing: 0.25rem;
    vertical-align: middle;
}

.secTitle > small{
    font-family: fot-tsukuardgothic-std, sans-serif;

    letter-spacing: 0;
    font-size: 1.5rem;
    color: #6f6362;
    line-height: 2;
}

img.titleMark{
    height: 1.5rem;
    vertical-align: initial;
    margin: auto 0.5rem;
}

#footMenuUL li{
    flex:1;
    list-style-type: none;
    font-size: 1.15rem;
}

.subPageDefTopMargin {
    margin-top: auto;
    padding-top: 8rem;

}

yenTx{
        color: #ff0038;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Roboto';
}

.employment_type_name{
    background-color: white;
    margin: auto 0.2rem auto auto;
    padding: 0.35rem 1rem;
    border: 1px solid #e281be;
    border-radius: 0.6rem;
    vertical-align: text-bottom;
    color: #e281be;
}

.dtlThIcon{
    max-width: 1.25rem;
    margin: auto 0.2rem auto auto;
    vertical-align: text-bottom;
}

.featureTip{
    margin: auto 0.5rem 0.25rem auto;
    padding: 0.5rem 1rem;
    background-color: #f2f2f2;
    border-radius: 5rem;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
}

.tip_f61561aeae2d3fbb9bc2d7ef08161e5d{ /*未経験*/
    
}

.textPink{
    color:#e281be;
}

button.btn:hover{
    border-color: transparent;
}

.tip_f61561aeae2d3fbb9bc2d7ef08161e5d{
    color:#fff;
    background-color: #e281be;
}
.tip_ecc7c668e516f222053f3e6f1fc533d1{
    color:#fff;
    background-color: #1b8800;
}
.tip_9fdd9c9ff9c0738b3610aac49e4d8022{
    background-color: #0586de;
    color: white;
}
.tip_ffd8686a9498831ae6d0ed2d86af86c5{
    background-color: red;
    color: white;
}

.tip_e0a5231a8e5ab445d6680d0ec625fcf8{
    background-color: yellow;
    color: red;
}
.tip_8424f74628c3ac33046c669691617a63:before{
    content:"🙆";
}
.tip_1bb33adf214ee58ecd50ba7220a02c4e:before{
    content:"㊗";️
}

#seifukuAttn,
#privacyWrap{
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    padding: 2rem;
    background-color: rgba(0,0,0,0.9);
    color: white;
    -webkit-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    z-index: 10000;
    font-size: 1.2rem;
    overflow: auto;
}

#privacyWrap dt:before{
    content: "■";
}

#privacyWrap dd{
    margin-bottom: 1.5rem;
    padding-left: 1.15rem;
}

.hide{
    display: none;
}

#snsIconInner a img,
#snsIconWrap a img{
    max-width: 3.5rem;
    margin: 0.5rem 1.0rem;
}