#newsInfo {
		margin-bottom: 20px;
		padding-right: 0px;
}
#topmain h2 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	background-image: url(https://img15.shop-pro.jp/PA01089/136/etc/top_h2_bg-line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FC6619;
	clear: both;
}

#newsInfo dl {
	line-height: 1.3;
}
#newsInfo dl dt {
	float: left;
	display: inline;
	font-weight: bold;
	color: #999;
}

#newsInfo dl dd {
	padding-left: 6em;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

#newsInfo dl dd a {
	color: #333;
}

#newsInfo dl dd a:hover {
	text-decoration: underline;
	color: #FC6619;
}
.swiper{
    width: 100%;
    height: 240px;
}

@media screen and (max-width: 768px){
  .swiper{
     width: 100%;
    height: 350px;
}
}
.swiper-slide {
 display:flex;
}
.mart50 {
  margin-top:50px;
}