@charset "utf-8";
/*topのcss*/

#mainVisual {
	max-width: 1000px;
	margin:  0 auto;
}
#mainVisual img {
	max-width: 100%;
}
.mainLeft h2 {
	font-size: 2rem;
}
.mainRight h2 {
	font-size: 2rem;
}
h2 {
	padding-top: 20px;
}
article p{
	margin-top: 20px;
	font-size: 1.3rem;
}
.main {
	margin-bottom: 9px;
}
dd a {
	color: #1f1f1f;
	
}
/*****大勝追加******/
.sp_main {
	display: none;
}
div.main {
	background-color: #FFF;
	/*padding: 4px 0 0 0;*/
}
.slider01 {
	left:50%;
	margin:0 0 0 -500px;
	position: absolute !important;
}
div.main li {
	position:absolute;
	list-style-type:none;
}
div.main li span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/main_bg.png) repeat-x 0 0;
}
div.main li.active-slide span {
	background: none;
	position: static;
	display: inline;
}
div.main .bx-wrapper {
	position:relative;
}
div.main .bx-wrapper .bx-pager {
	margin:-20px 0 0 900px;
	text-align: center;
	position: relative;
	z-index: 5;
}
div.main .bx-wrapper .bx-pager .bx-pager-item,
div.main .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align:middle;
}
div.main .bx-wrapper .bx-pager.bx-default-pager a {
	background:#FFF;
	text-indent: -9999px;
	display: block;
	border-radius:;
	width: 10px;
	height: 10px;
	margin: 0 6px;
	outline: 0;
	border-radius: 10px;
}
div.main .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#013c6a;
}
div.main .bx-wrapper .bx-controls-direction {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
div.main .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: -270px;
	outline: 0;
	width: 26px;
	height: 50px;
	text-indent: -9999px;
}
div.main .bx-wrapper .bx-prev {
	left: -50px;
	background:url(../images/arrow_left.png) no-repeat 0 0;
}
div.main .bx-wrapper .bx-next {
	right: -50px;
	background:url(../images/arrow_right.png) no-repeat 0 0;
}
/*****大勝追加******/

dl{margin-right: 15px;}


dl dt {
	color: #2e5c89;
	font-size: 1.3rem;
	margin-top: 12px;
}

dl dt img {
	margin-left: 10px;
	vertical-align: bottom;
}
dl dd {
	font-size: 1.3rem;
	line-height: 1.5;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #908081;
}
.top_dl{
	max-width: 360px;
}
dl dd:last-child {
	border: none;
}
dl dt:first-child {
	margin-top: 5px;
}



div::-webkit-scrollbar{
  width: 10px;
}
div::-webkit-scrollbar-track{
  background: #e0e0e0;
  border: none;
	width: 70%;
  box-shadow: inset 0 0 2px #777; 
}
div::-webkit-scrollbar-thumb{
  background: #7c9ec2;
 /* border-radius: 10px;*/
  box-shadow: none;
	

}










/*スマホメインビジュアル*/


@media (max-width:  767px) {
	
	.slider01 {
	left: inherit;
    margin: 0;
    position: relative !important;
		}
	div.main .bx-wrapper .bx-controls {
    display: none !important;
    width: auto !important;
    position: fixed;
    top: -9999px;}
	.bx-controls{
		display: none;
	}
	div.main {
		max-width: 100%;
		margin: 0 auto;
		display: none;
		
	}
	.sp_main {
		display: block;
	/*	margin-top: 1%;*/
	}
	.slide active-slide {
		max-width: 100%;
	}
	.slide {
		max-width: 100%;
	}
	.slide img {
		max-width: 100%;
	}
	div.main li span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image:none;
}
}







