
h2{
  font-size: 30px;
}

/* ===========================================
                    header
============================================*/
header #description{
  padding: 5px 0;
  background-color: #DCDCDC;
}

header #description p{
  font-size: 12px;
}

header p{
  width: 1200px;
  margin: 0 auto;
  color: #969696;
}

header p.logo{
  width: 300px;
  float: left;
}

header p img{
  width: 80%;
  padding: 10px 0;
}

header .menu-content{
  width: 1200px;
  margin: 0 auto;
}

nav ul{
  width: 600px;
  float: right;
  padding: 40px 0 30px;
}

nav ul li{
  display: inline-block;
  color: #969696;
  padding: 0 20px;
}

.recruit-mainvisual{
  height: 300px;
  background: url(../img/recruit/recruit_bg2.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.recruit-mainvisual #page-message{
  width: 100%;
  text-align: center;
  position: absolute;
  top: 40%;
  margin-left: auto;
  margin-right: auto;
}

.recruit-mainvisual #page-message p{
  color: #fff;
  font-size: 18px;
}

.recruit-mainvisual #page-message p:first-child{
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 5px;
}


/* ==========================================
                    main
============================================*/


.recruit-content{
  width: 1200px;
  margin: 0 auto;
}

.recruit-content div{
  font-size: 32px;
  text-align: center;
  margin: 70px 0;
}

.recruit-content tr{
  border-top: 1px solid #eee;
  padding: 20px 0;
  line-height: 2;
  display: block;
}

.recruit-content th{
  width: 350px;
}

.recruit-content td{
  width: 700px;
}

#recruit-box p{
  width: 500px;
  margin: 50px auto;
  text-align: center;
}

#recruit-box p img{
  width: 70%;
}

footer{
  width: 100%;
  background: url(../img/contact_bg.jpg);
  padding: 30px 0;
}

.footer_menu{
  width: 850px;
  margin: 0 auto;
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}

.footer_menu ul{
  width: 780px;
  margin: 0 auto;
}

.footer_menu ul li{
  width: 190px;
  display: inline-block;
  vertical-align: top;
  line-height: 2;
  color: #fff;
  font-size: 13px;
}

.footer_menu ul li:nth-child(2){
  width: 250px;
}

.footer_menu ul li:nth-child(4){
  width: 130px;
}

.footer_menu ul .md{
  font-size: 16px;
}

.copyright{
  width: 850px;
  margin: 0 auto;
  padding: 30px 0;
}

.copyright div{
  width: 45%;
  display: inline-block;
  vertical-align: top;
} 

.copyright div.social{
    width: 53%;
    margin-left: auto;
    margin-right: 0;
    display: inline-block;
    text-align: right;
    padding: 20px 0;
}

.copyright #f_logo img{
  width: 50%;
}

.copyright div p{
  width: 10%;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
}

.copyright div p:nth-child(3){
  width: 25%;
  color: #fff;
}

.copyright div p img{
  width: 50%;
}



@media screen and (min-width:768px) and (max-width:1200px){
.recruit-content{
  width: 100%;
}
}

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




header p{
  width: 95%;
}

header #description p{
  font-size: 10px;
}

header p.logo{
  width: 60%;
}

header p.logo img{
  width: 100%;
  padding: 5% 3%;
}

header .menu-content{
  width: 100%;
}

nav ul{
  width: 65%;
}


.recruit-mainvisual{
  height: 200px;
  background-position: center;
}


.recruit-content{
  width: 100%;
}

.recruit-content div{
  font-size: 1.6rem;
  margin: 10% 0;
}

.recruit-content tr{
  padding: 5% 0;
}

.recruit-content th{
  width: 100%;
  font-size: 1.1rem;
  display: block;
  text-align: center;
}

.recruit-content td{
  width: 90%;
  font-size: 0.9rem;
  margin: 0 auto;
  display: block;
  text-align: center;
}

#recruit-box p{
  width: 60%;
  margin: 10% auto;
}


footer{
  padding: 0;
}

.footer_menu{
  width: 95%;
  margin: 5% auto;
}

.footer_menu ul{
  width: 95%;
}

.footer_menu ul li{
  width: 22%;
  font-size: 10px;
}

.footer_menu ul li:nth-child(2){
  width: 25%;
  margin-right: 2.2%;
}

.footer_menu ul li:nth-child(4){
  width: 22%;
}

.footer_menu ul .md{
  font-size: 13px;
}



.copyright{
  width: 80%;
  padding: 5% 0 3%;
}


.copyright div{
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.copyright div.social{
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  padding: 20px 0;
}

.copyright #f_logo img{
  width: 80%;
}

.copyright div p {
  width: 20%;
}

.copyright div p:nth-child(3){
  width: 35%;
}

}


@media screen and (max-width:375px){
.footer_menu{
  width: 100%;
  margin: 5% auto;
}

.footer_menu ul{
  width: 98%;
}

.footer_menu ul li{
  width: 21%;
  font-size: 10px;
}

.footer_menu ul li:nth-child(2){
  width: 26%;
  margin-right: 2.2%;
}

.footer_menu ul li:nth-child(4){
  width: 23%;
}
}

header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
    background-color: #ffffff !important;
}

.recruit-mainvisual {
    margin-top: 135px !important;
}