@charset "utf-8";


.no_main{
background-image: url(/access/images/bg.jpg);
background-repeat: no-repeat;
background-position: center center;
}

.button_area{
width: 980px;
margin: 0 auto;
padding: 50px 0 50px 0;
}

.link_button111{
width: 100%;
display: block;
margin: 0 auto;
}

.link_button111 li{
display: block;
float: left;
width: 33%;
}

.w300 li a{
display: block;
text-decoration: none;
background-color: #0f3675;
color: #ffffff;
text-align: center;
font-weight: 600;
width: 300px;
padding: 10px 0;
margin: 0 auto;
}

.w300 li a:hover{
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

.recruit_box{
margin-top: 20px;
padding-top: 20px;
}

.basic_table{
border-color: #0f3675;
}

.basic_table th{
width: 20%;
border-color: #0f3675;
}

.basic_table td{
border-color: #0f3675;
}


.entry_button{
text-align: center;
padding: 50px 0 80px 0;
}

.entry_button a{
width: 50%;
display: block;
text-decoration: none;
background-color: #0f3675;
color: #ffffff;
padding: 15px 0;
text-align: center;
font-weight: 600;
margin: 0 auto !important;
}




@media screen and (min-width: 769px), print {
	

	
}



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


.no_main{
padding-top: 0px;}

.button_area{
width: 100%;
padding: 20px 0 50px 0;
}

.link_button111{
width: 100%;
}

.link_button111 li{
float: none;
width: 100%;
margin: 8px 0;
}

.w300 li a{
width: 90%;
}

.w300 li a:hover{
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

.recruit_box{
margin-top: 15px;
padding-top: 15px;
}

h3{
padding-bottom: 0px !important;
}


.basic_table{
width: 95% !important;
}

.basic_table th{
width: 6em;
}

.entry_button a{
width: 90%;

}


}


.salary{
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin: 10px 0;
}
.salary dt{
width: 40%;
margin-bottom: 15px;
padding-bottom: 5px;
border-bottom: 1px dotted;
}
.salary dd{
width: 60%;
margin-bottom: 15px;
padding-bottom: 5px;
border-bottom: 1px dotted;
}