@charset "utf-8";

.title01_recruit{
height: 42px;
line-height: 42px;
background: #8fcb85;
color: #fff;
font-size: 20px;
vertical-align: middle;
padding: 0.4rem 0 0.4rem 14px;
}
h3{
border-left : 5px groove #6cc829;
font-size : 1.2rem;
padding-left : 1rem;
}
h4{
font-size : 1.8rem;
padding-left : 1rem;
}
.mb1em{margin-bottom:1em;}
.recruit-top-banner{
width : 100% ;
height : auto ;
}
.recruit-img-box-l{
width: 34% ;
height : auto ;
margin-right : 3% ;
}
.company_txt_box2{
	display:flex;
	justify-content:space-between;
	/*align-items:center;*/
	flex-wrap:wrap;
	width : 90%;
	margin : 0 auto ;
}
.company_txt_box_r{
width : 63%;
height : auto ;
}
.fuudo-txt{
font-size : 1.2rem;
font-weight : bold;
}
.company_txt2{
	justify-content:space-between;
	/*align-items:center;*/
	width : 90%;
	margin : 0 auto ;
}
.rbutton-l{
width: 48% ;
margin-right : 4% ;
}
.rbutton-r{
width: 48% ;
}
.rbutton-c{
width: 50% ;
margin: 0 auto;
}
.entry-txt{
font-size : 1rem ;
text-align : center;
}
.mt1em{
margin-top : 1em ;
}
.shop_info_table2 {
    width: 90%;
    border: 1px solid #000;
    line-height: 1.8rem;
    margin:0 auto 40px auto;
}
.shop_info_table2 tr th {
    border: 1px solid #ccc;
    background-color: #F0EFE6;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    width: 30%;
    text-align: left;
    padding: 10px 14px;
}
.shop_info_table2 td {
    border: 1px solid #ccc;
    background-color: #FFF;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    text-align: left;
    padding-left : 14px ;
}
@media screen and (max-width:640px){
.map_line{
border-bottom : 2px solid #80C69A;
margin-bottom : 1rem;
}
.fuudo-txt{
font-size : 1rem;
}
.company_txt_box{
display : flex ;
}
.company_txt_box2{
display : block ;
}
.recruit-img-box-l{
width : 100% ;
}
.company_txt_box_r{
width : 100% ;
}
.shop_info_table2 tr th {
    width: 32%;
}
}
@media screen and (max-width:280px){
.company_txt_box{
display : block ;
}
.rbutton-l,.rbutton-r{
width: 90% ;
margin : 1em auto ;
}
}
