@charset "UTF-8";

/*------ bnr ------*/
.bnr {
	max-width: 1080px;
	width: 85%;
	margin:0 auto 80px ;
	}

.bnr:last-child {
	margin:0 auto 0 ;
	}

.bnr .bnrIn {
	position: relative;
	}

.bnr .bnrIn .img {
	width: 70%;
	position: relative;
	float: right;
	}

.bnr .bnrIn a .img {
	overflow: hidden;
	}

.bnr .bnrIn a .img img {
	width: 100%;
	display: block;
	transition: .3s;
	}

.bnr .bnrIn .txt {
	width: 34%;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	}

.bnr .bnrIn .txt .line {
	position: relative;
	font-size: 17px;
	margin-bottom: 25px;
	}

.bnr .bnrIn .txt .line:before {
	content: "";
	background:#000;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -6px;
	}

.bnr .bnrIn .txt .line:after {
	content: "";
	background:#000;
	width: 60px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -5px;
	}

.bnr .bnrIn .txt .txtBox {
	width: 80%;
	}

.bnr .bnrIn .txt .txtBox .title {
	font-size: 19px;
	margin-bottom: 10px;
	}



/*-------------------------------------------
hover
-------------------------------------------*/
@media only screen and (min-width: 961px){
.bnr .bnrIn a:hover .img img {
	transform:scale(1.1);
	}
}

/*-------------------------------------------
TAB
-------------------------------------------*/
@media only screen and (max-width: 960px){
/*------ bnr ------*/
.bnr {
	margin:0 auto 60px ;
	}

.bnr .bnrIn .img {
	width: 75%;
	float: none;
	margin: 0 auto 20px;
	}

.bnr .bnrIn .txt {
	width: 75%;
	position: relative;
	margin: 0 auto;
	}

.bnr .bnrIn .txt .line {
	font-size: 16px;
	text-align: center;
	}

.bnr .bnrIn .txt .line:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	margin: auto;
	}

.bnr .bnrIn .txt .txtBox {
	width: 100%;
	}

.bnr .bnrIn .txt .txtBox .title {
	text-align: center;
	}

}

/*-------------------------------------------
SP
-------------------------------------------*/
@media only screen and (max-width: 520px){
/*------ bnr ------*/
.bnr .bnrIn .img,
.bnr .bnrIn .txt {
	width: 100%;
	}

}


