@charset "utf-8";
/* ===================================================================
	common parts
=================================================================== */
.main_title{
  text-align: center;
}
.nav_bar{
  width: 100%;
  height: 50px;
  background-color: #6a5d45;
}
.nav_bar ul{
  width: 980px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_bar ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-left: 25px;
}
.nav_bar ul li a{
  line-height: 1;
}
.contents .inner {
  background: none;
}
.interview_ele{
  width: 710px;
  -webkit-box-shadow: 1px 1.7px 5px rgba(14, 5, 10, 0.2);
          box-shadow: 1px 1.7px 5px rgba(14, 5, 10, 0.2);
  background-image:url('../images/interview_box_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  margin: 63px auto 0;
  padding:30px 40px;
}
.interview_ele:nth-of-type(1){
  margin:0 auto;
}
.interview_title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  padding-bottom: 20px;
  border-bottom: 3px dotted#c5af8b;
}
.interview_title:before{
  content:"";
  display: block;
  width:29px;
  height:34px;
  margin-right: 22px;
  background-image: url('../images/question.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.interview_content{
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
.interview_content .green{
  margin:25px 0 10px;
  line-height: 1;
  color: #728c3c;
}