/*-----------------------------------------
bxslider
------------------------------------------*/
.top-copy {
	position:absolute;
	line-height:150%;
	text-align:center;
}
.top-subcopy {
	display:block;
}
.top-copy,.top-subcopy {
	width:100%;
	color:#ffffff;
	font-weight:700;
	z-index:10;
	text-shadow:
    #025ba7 2px 0px,  #025ba7 -2px 0px,
    #025ba7 0px -2px, #025ba7 0px 2px,
    #025ba7 2px 2px , #025ba7 -2px 2px,
    #025ba7 2px -2px, #025ba7 -2px -2px,
    #025ba7 1px 2px,  #025ba7 -1px 2px,
    #025ba7 1px -2px, #025ba7 -1px -2px,
    #025ba7 2px 1px,  #025ba7 -2px 1px,
    #025ba7 2px -1px, #025ba7 -2px -1px;
}
.bx-wrapper {
	overflow:hidden;
	z-index:1;	
}
.bxslider li {
	background-repeat:no-repeat;
	background-position:center center;
}
@media screen and (max-width : 767px){
	.top-copy {
	top:55px;
	font-size:1.8rem;
	padding-left:16px;
	padding-right:16px;
	}
	.top-subcopy {
	font-size:1.4rem;
	}
	.mainvisual-top {
	padding-top:44px;
	height:224px;
	overflow:hidden;
	}
	.bxslider li {
	min-height:200px;
	overflow:hidden;
	background-size:cover;
	}
	.bxslider li img {
	width:100%;
	height:auto;
	}
	.bx-wrapper .bx-pager {
	display:none;
	}
	.bx-controls-direction {
	display:none;
	}
}
@media screen and (min-width : 768px){
	.top-copy {
	top:210px;
	font-size:4.0rem;
	}
	.top-subcopy {
	font-size:2.4rem;
	}
	.mainvisual-top {
	padding-top:130px;
	height:650px;
	overflow:hidden;
	}
	.bx-wrapper,.bxslider li {
	min-width:1060px;
	}
	.bxslider li {
	background-size:cover;
	}
	.bx-wrapper .bx-pager {
	bottom:30px !important;
	z-index:9998;
	}
}
.bx-wrapper {
	margin-left:auto;
	margin-right:auto;
}

.slider1 { background-image:url(../images/top/slider01.jpg);}
.slider2 { background-image:url(../images/top/slider02.jpg);}
/*-----------------------------------------
other
------------------------------------------*/
.top-tt {
	text-align:center;	
}
.top-tt h2 {
	display:inline-block;
	color:#024fa2;
	font-weight:700;
	line-height:160%;
	border-bottom:1px solid #024fa2;
}
.top-tt h2 span {
	font-weight:700;
	color:#024fa2;	
}
.top-pickup a {
	display:block;
	background-color:#ffffff;
	box-shadow:0px 0px 2px 1px rgba(204,204,204,0.3);
	margin-left:auto;
	margin-right:auto;
}
.top-pickup-img {
	position:relative;
	z-index:2;
	overflow:hidden;	
}
.top-pickup-img:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
	left:0;
	background-position:center center;
	background-size:cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	z-index:2;
}
.top-pickup-img-1:after { background-image:url(../images/top/img-top-1.jpg); }
.top-pickup-img-2:after { background-image:url(../images/top/img-top-2.png); }
.top-pickup-img-3:after { background-image:url(../images/top/img-top-3.jpg); }
.top-pickup-img-4:after { background-image:url(../images/top/img-top-4.jpg); }
.top-pickup-img-5:after { background-image:url(../images/top/img-top-5.jpg); }
.top-pickup-img:hover:after {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.top-pickup h3 {
	color:#024fa2;
	font-weight:700;
	text-align:center;
	font-size:1.8rem;
	letter-spacing:0.1em;
	margin:18px auto 14px auto;
}
.top-pickup p {
	padding-left:16px;
	padding-right:16px;
}
@media screen and (max-width : 767px){
	.top-tt {
	margin:30px auto;	
	}	
	.top-tt h2,.top-tt h2 span {
	font-size:2.0rem;
	}
	.top-pickup a {
	width:100%;
	max-width:560px;
	margin-bottom:16px;	
	}
	.top-pickup-img,.top-pickup-img:after {
	width:100%;
	max-width:560px;
	height:157px;	
	}
	.top-pickup p {
	padding-bottom:16px;	
	}
}
@media screen and (min-width : 768px){
	.top-tt {
	margin:50px auto;	
	}
	.top-tt h2,.top-tt h2 span {
	font-size:3.0rem;
	}
	.top-pickup a {
	width:280px;
	height:300px;
	margin-bottom:50px;	
	}
	.top-pickup-img,.top-pickup-img:after {
	width:280px;
	height:157px;	
	}
}
.top-topics {
	padding-top:30px;
	padding-bottom:30px;
}
.top-topics h2 {
	position:relative;
	font-weight:700;	
}
.top-topics h2:before {
	content:"";
	background-image: url(../images/top/top-topics-rogo.png);
	background-repeat: no-repeat;
	background-size:cover;
	position:absolute;
		
}
@media screen and (max-width : 767px){
	.top-topics h2 {
	height:80px;
	line-height:80px;
	padding-left:150px;
	font-size:1.8rem;
	}
	.top-topics h2:before {
	top:0px;
	left:50px;
	width:80px;
	height:80px;	
	}
	.rssdata {
	margin:16px 0;	
	}
	.topicsdate {
	padding:2px 8px;
	margin-left:0;
	margin-right:auto;	
	}
	.topicsdate+p {
	padding-top:8px;	
	}
}
@media screen and (min-width : 768px){
	.top-topics h2 {
	height:80px;
	line-height:80px;
	padding-left:100px;
	font-size:2.4rem;
	}
	.top-topics h2:before {
	top:0px;
	left:0px;
	width:80px;
	height:80px;	
	}
	.rssdata {
	margin:30px 0;	
	}
	.topicsdate {
	margin-right:16px;
	padding:2px 12px;	
	}
	.topicsdate+p {
	display:inline-block;
	}
}
.rssdata li {
	line-height:200%;
}
.topicsdate {
	display:inline-block;
	color:#ed9aa6;
	border:1px solid #ed9aa6;
	min-width:130px;
}