.main_mv {
  background: url(../images/main_mv.jpg) top center no-repeat;
  background-size: cover;
  padding-top: 17%;
}
.main_mv .container {
  padding: 8% 2%;
    
}
.main_mv .main_txt {
  border: 1px solid #d2af5b;
  padding: 20% 5%;
    background: url(../images/imgmv.jpg) center center no-repeat;
    background-size: cover;
}
.main_mv .main_txt .tt_txt {
  font-size: 28px;
  color: #fff;
  margin-bottom: 17px;
  line-height: 1.2;
}
.main_mv .main_txt img {
  width: 69%;
  margin-bottom: 10px;
}
.main_mv .main_txt span {
  color: #fff;
  display: block;
}

.section01 {
  background: #fdfbf8;
  padding: 30px 0 0;
}
.section01 .boxboder {
  border-width: 2px;
  padding: 5% 3% 3%;
  margin-bottom: 30px;
}
.section01 .boxboder .inner_boxboder {
  padding: 25px;
  padding-top: 0;
}
.section01 .lable {
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
.section01 .photo {
  margin-bottom: 15px;
}
.section01 .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.section01 .flexbox .btnpage {
  max-width: 180px;
}
.section01 .flexbox ul {
  border: 1px solid #d2af5b;
  padding: 10px;
  width: 45%;
  margin-right: 2%;
}
.section01 .flexbox ul li {
  font-size: 17px;
  font-weight: bold;
}

.section02 {
  /* background: url(../images/bg_sec02.jpg) repeat-x left top, url(../images/bg_sec02b.png) repeat-x bottom left, #f5f5f5; */
  padding: 35px 0;
  background-size: 9px;
}
.section02 .sec_title {
  text-align: left;
}
.section02 .sec_title:after {
  right: auto;
}
.section02 .photo {
  position: relative;
  z-index: 2;
  text-align: right;
  margin-bottom: 40px;
  margin-right: -2%;
}
.section02 .photo:after {
  content: "";
  border: 2px solid #ecd06f;
  position: absolute;
  top: 20px;
  left: 0;
  width: 97%;
  height: 100%;
    background: #f5f5f5;
  z-index: -1;
    
}
.section02 .photo img {
  width: 95%;
}

.section03 {
  padding: 40px 0;
}
.section03 .section_bdr {
  background: #f8eecf;
  position: relative;
  padding: 30px 0;
  position: relative;
  margin-bottom: 30px;
}
.section03 .section_bdr:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  border: 1px solid #f5d892;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  z-index: 1;
}
.section03 .section_bdr .sec_title {
  margin-bottom: 20px;
}
.section03 .section_bdr .btnpage {
  max-width: 170px;
}
.section03 .newsinfo {
  margin-bottom: 40px;
}
.section03 .newsinfo .inbox {
  height: 300px;
  overflow-y: scroll;
}
.section03 .newsinfo dl {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.section03 .newsinfo dt {
  background: #eeebe6;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.section03 .newsinfo dd a {
  text-decoration: none;
  color: #000;
}
.section03 .facebook {
  margin-bottom: 30px;
}

@media only screen and (max-width: 460px) {
  .section01 .boxboder .inner_boxboder {
    padding: 15px;
  }
  .section01 .flexbox .btnpage {
    max-width: 140px;
  }
  .section01 .flexbox ul li {
    font-size: 14px;
  }
}
.section02.n_bg{
    background: #fdfbf8;
    padding: 40px 0;
}
.photo.right_bd{
    text-align: left;
    margin-right: 0;
    margin-left: -2%;
}
.photo.right_bd:after{
    right: 0;
    left: auto;
}