@charset "utf-8";
/*
 * banner css 
 * pc width 1000px fixed
 */

@media (max-width: 599px) {
} /* end -599 */

@media (min-width: 600px) and (max-width:959px) {
} /* end 600-959 */

@media (min-width: 960px) {
} /* 960- */

/* ---------------------------------------- common */

.banner { 
	background: #fff;
	text-align: center; 
}
.banner.headlines { padding: 6em 0 2em; }
.banner.footlines { padding: 2em 0 6em; }
.banner img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.banner .split + .bnr { margin: 3em 0 0; }


/* ---------------------------------------- banner split */

@media (max-width: 599px) {

	.split li + li {
		margin: 10px 0 0;
	}
	.split li a {
		display: inline-block;
	}
	.split li a img {
		width: auto;
		max-width: 100%;
		height: auto;
	}

} /* end -599 */

@media (min-width: 600px) {

    .split ul {
		display: -webkit-box;
		display: -webkit-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		width: 100%;
		max-width: 720px;
		margin: 0 auto;
   }
   .split li { 
	   width: 49.4%; 
	   max-width: 355px;
   }
   .split li:nth-child(n+3){ margin: 8px 0 0; }

}

/* ---------------------------------------- banner bnr */

.bnr ul li + li { margin: 1em 0 0; }

/* ---------------------------------------- banner bnr txtbnr */

.txtbnr {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	 align-items: center;
	 text-align: center;
}
.txtbnr span {
	font-family:'游明朝',YuMincho,'Hiragino Mincho ProN','Hiragino Mincho Pro','ＭＳ 明朝',serif;
	line-height: 1.8;
}

@media (max-width: 768px) {

	.txtbnr {
		width: 100%;
		background-image: url( ../images/txtbnr-upper.jpg ), url( ../images/txtbnr-under.jpg );
		background-repeat: no-repeat, no-repeat;
		background-position: left top, right bottom;
		background-size: 24px, 24px;
		padding: 20px 40px;
	}
	.txtbnr span {
		font-size: 1.5rem;
	}
	
} /* -719 */

@media (min-width: 769px) {

	.txtbnr {
		width: 720px;
		min-height: 160px;
		background-image: url( ../images/txtbnr-upper.jpg ), url( ../images/txtbnr-under.jpg );
		background-repeat: no-repeat, no-repeat;
		background-position: left top, right bottom;
		padding: 40px 60px;
		margin: 0 auto;
	}
	.txtbnr span {
		font-size: 2.2rem;
	}

} /* 720- */
