@charset "utf-8";
/* CSS Document */
.move_mitumori{
	text-align: center;
	margin: 64px auto;
}
.pagetitle-move {
    height: 260px;
    background-image: url("../images/move/pagetitle_move.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.pagetitle-move .bg-move {
    height: 260px;
    background-image: url(../images/common/pagetitle_bg2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pagetitle-move h1 {
    position: absolute;
    top: 110px;
    left: 64px;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 200;
    color: #fff;
    line-height: 1.4;
    text-shadow: 1px 2px 3px #333;
}
.move-sub_img{
	margin: 60px auto 0;
}
.move-sub_img img{
	width: 100%;
	
}
.mov-list_wrap{
	display: -webkit-flex;
 display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
	-webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.mov-list_wrap li{
	width: 49%;
	text-align: center;
}
.mov-list_wrap li:nth-child(odd){

}
.mov-list_wrap span{
	
	
}
video{
	width: 100%;
	height: auto;
}
.move_back{
	text-align: center;
}
.move_back span:first-child{
	margin: 0 32px 0 0;
}
.move-list_link{
	text-align: center;
}
.nav-news {
    margin-top: 30px;
    border-top: 1px dotted #ccc;
    overflow: hidden;
}
.pagination {
    display: block;
    padding-left: 0;
    margin: 0 !important;
    padding-top: 10px;
}
.current{
	z-index: 2;
color: #000;
cursor: default;
background-color: #f7f7f7;
border-color: #ccc;
	position: relative;
float: left;
padding: 6px 12px;
margin-left: 8px;
margin-top: 10px;
line-height: 1.4;

text-decoration: none;

border: 1px solid #e5e5e5;
}
.page{
	position: relative;
float: left;
padding: 6px 12px;
margin-left: 8px;
margin-top: 10px;
line-height: 1.4;
color: #000;
text-decoration: none;
background-color: #fff;
border: 1px solid #e5e5e5;
}
.move-txt{
	margin: 35px 0;
}
@media screen and (max-width: 767px) {
	
	.pagetitle-move .bg-move {
    height: 102px;
    background-image: none;
}
	.pagetitle-move {
    height: 102px;
    margin-bottom: 60px;
}
	.pagetitle-move h1 {
    position: absolute;
    width: 100%;
    top: 100px;
    left: 0;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 3px;
    text-align: center;
    padding: 5px;
    background-color: #014099;
}
	.move_back span:first-child{
		display: block;
		margin: 0 0 40px 0;
	}
}