@charset "utf-8";
/* CSS Document */


img.recruit_top_img {
    margin-bottom: 30px;
}

h3.recruit_text_midashi {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color:#fff;
}

p.recruit_page_text {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.6em;
    color:#fff;
}

table.recruit_list {
    width: 100%;
    margin-bottom: 60px;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}


.recruit_list th {
    vertical-align: middle;
    background-color: #E6E6E6;
    width: 20%;
    font-size: 14px;
    padding: 10px 5px;
    box-sizing: border-box;
    border-right: 1px solid #CCCCCC;
    letter-spacing: 0;
    line-height: 1.5em;
    border-bottom: 1px solid #cccccc;
	font-weight: bold;
}

.recruit_list td {
    vertical-align: middle;
    width: 80%;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
    line-height: 1.5em;
    border-bottom: 1px solid #cccccc;
    letter-spacing: 1px;
    color:#fff;
}

.linkbutton_flex_group {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

a.long_button{
	color: #fff;
    background-color: #666666;
    padding: 15px;
    width: 33%;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    margin:0px;
}


@media screen and (max-width: 1040px){

section.main_contents_box {
    margin-top: 60px;
}
reset.css:74

}

@media screen and (max-width: 700px){
.recruit_list th {
    width: 100%;
    border-right: 0px solid #CCCCCC;
    display: block;
}


.recruit_list td {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    display: block;
}

h3.recruit_text_midashi {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color:#fff;
}


p.recruit_page_text {
    font-size: 14px;
    color:#fff;
}

.linkbutton_flex_group {
	flex-wrap:wrap;
}

.linkbutton_flex_group a.long_button{
	width:100%;
	max-width:100%;
	margin-bottom:15px;
}



}

@media screen and (max-width: 400px){
.linkbutton_flex_group {
    display: block;
}
a.long_button{
	color: #fff;
    background-color: #666666;
    padding:auto;
    width:auto;
    font-size:inherit;
    box-sizing: border-box;
    text-align: center;
    position:inherit;
    margin:auto;
}


a.long_button{
	margin:15px auto 15px;
	font-size:14px;

}

table.recruit_list{
	margin-bottom:25px;
}

}
