@charset "UTF-8";
/* CSS Document */

.conA{
	max-width:600px;
	margin-top: 85px;
		margin-left: auto;
	margin-right: auto;
	align-items: center;
	justify-content: center;
	text-align: center;
		display: flex;

}


@media (min-width:720px) {
	.conA img{
	width:600px;
	align-items: center;
	display:block;
	margin-bottom: 1em;
	}
}

@media (max-width:719px) {
	.conA img{
		margin-top: 60px;
	width: 80%;
	}	}


.conB h2{
	display: flex;
	align-items: center;
	justify-content: center;
	background-image:url(../lt_img/h2_line.png);
	background-size:auto;
	height:65px;
	font-family: "Pinyon Script", cursive;
	background-position: center top;
	background-repeat:no-repeat;
	font-weight: 400;
	font-size: 2.5em;
}

@media (max-width:415px) {
	.conB h2{
	font-weight: 400;	font-size: 1.8em;
}
}

	

.conB{
	padding:20px 10px;
	
}



.conB p{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 1em;
	line-height: 1.8;
	opacity: 0.8;
}

.conB a{
	text-decoration: none;
}



@media (min-width:720px) {
	.newsarea
	{
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}
	.conB .container{
		display: flex;
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}
}

.topnews_one{
	max-width: 720px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top:0.6em;
	margin:0 auto;
}

.topnews_tt{
	line-height: 1.6em;
	display: flex;
}

.topnews_date{
	float:left;
	width:5em;
	padding-left:1em;
	padding-right:1em;
	  font-family: "Libre Baskerville", serif;
  font-weight: 700;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	flex: 1;
}

.topnews_title{
	float:right;
	width:100%;
	flex: 8;
}

.topnews_title a{
	color:#333;
}
.topnews_title a:hover{
	text-decoration: underline;
}



.bnrs .container ul{
		align-items: center;
		margin-left: auto;
		margin-right: auto;
}

.bnrs .container ul li{
	padding-bottom:20px;
	text-align: center;
}

@media (min-width:720px) {
	.bnrs .container{
		display: flex;
		align-items: center;
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.bnrs .container ul li{
	padding:15px 5px;
	display:inline-block;
		width: auto;
}
	.bnrs .container img{
		width:180px;
	}
}

@media (max-width:719px) {
/* SP用 */
	.bnrs .container ul li{
	padding:1em 5px;
}
	.bnrs .container img{
		width: 285px;
	}
}
}

@media (max-width:415px) {
/* SP用 */
	.bnrs .container ul li{
	padding:1em 5px;
}
	.bnrs .container img{
		width: 80%;
	}
}
}
