
#entry14 .btn {
  position: relative;
}
  #entry14 .btn a {
    width: 29.2%;
    margin: auto;
    position: absolute;
    bottom: 30%;
    left: 48%;
  }

#no15 .btn {
  position: relative;
}
  #no15 .btn a {
    width: 29.2%;
    margin: auto;
    position: absolute;
    bottom: 30%;
    left: 27%;
  }

.footer_navi ul{
	width: 100%;
	overflow: hidden;
	position: relative;
	top: -1px;
}
.footer_navi ul li{
	display: table-cell
}

.footer_to_top #pagetop {
    width: 12rem;
    position: relative;
    top: 2rem;
    left: 59%;
}
.footer_to_top .box {
    margin-top: 2%;
    padding: 14% 0 4% 0 !important;
    font-size: 13px;
    text-align: center;
}

/*スライド画像の横幅可変*/
img {
    max-width: 100%;
    height: auto;
}

.slide-box{
    position: relative;
}
.slide-box .slide-box-outer{
    position: absolute;
    top: 0;
}

.slide-box ul li{
    line-height: 0.5;
}
.slide-box ul li img{
}

/*------------------------------------------------------------
  movie
------------------------------------------------------------*/

.news-post__media a{
  display: block;
  position: relative;
}

.news-post__media a{
  opacity: 1;
  -ms-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.no-touchevents .news-post__media a:hover{
  opacity: 0.75;
}

.news-post__media{
  /* width: 270px; */
  margin: auto;
}
.news-post__media img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.js-news-video-modal a::before,
.js-modal-movie a::before{
    background: none;
}
