@charset "UTF-8";

.contents_btm {
  background: #faf5ba;
  text-align: center;
  padding: 45px 0 55px;
  border-bottom: 1px solid #fff;
}

.contents_mv_btm {
  text-align: center;
  padding: 20px 0 45px;
}

.contents_mv_btm p,
.contents_btm p {
  font-size: 16px;
  margin-top: 18px;
}

.contents_mv_btm a,
.contents_btm a {
  display: block;
  background: rgba(255, 87, 0, 1);
  font-size: 19.5px;
  font-weight: bold;
  width: 300px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: .3s;
  border-radius: 10px;

}

.contents_mv_btm a:hover,
.contents_btm a:hover {
  background: rgba(255, 87, 0, 0.7);
  text-decoration: none;
  color: #fff;
}

.contents_mv_btm a img,
.contents_btm a img {
  vertical-align: -2px;
  padding-right: 5px;
}

#inpage_wrapper {
  border-top: none !important;
}

#wrapper {
  width: 100%;
}

#headBreadcrumb {
  display: none !important;
}