@charset "utf-8";

/* header
------------------------------------------ */
header h2{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}


/* ナビゲーションボタン
------------------------------------------ */
.navigation_button{
	width: 75%;
	margin: 4% 12.5% 0;
}

.navigation_button li{
	width: 100%;
	margin-top: 3%;
}

@media screen and (min-width:768px) {
	.navigation_button{
		width: 100%;
		max-width: 740px;
		margin: 3% auto 0;
		display: -webkit-box;
  		display: -ms-flexbox;
 	 	display: flex;
		-webkit-box-pack: justify;
    	-ms-flex-pack: justify;
 		justify-content: space-around;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.navigation_button li{
		width: 49%;
		margin-top: 1%;
	}
}

@media screen and (min-width:980px) {
	.navigation_button{
		width: 100%;
		max-width: 960px;
		margin: 3% auto 0;
		display: -webkit-box;
  		display: -ms-flexbox;
 	 	display: flex;
		-webkit-box-pack: justify;
    	-ms-flex-pack: justify;
 		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.navigation_button li{
		width: 32.7%;
		margin-top: 1%;
	}
}


/* 重要なお知らせ　#notice
------------------------------------------ 
#notice{
	width: 100%;
	max-width: 960px;
	margin: 5% auto 0;
}

#notice h2{
	width: 100%;
	background-color: #0093ed;
	color: #ffffff;
	text-align: center;
	font-size: calc(140vw / 32);
	line-height: 1.6em;
	letter-spacing: 1px;
}

#notice dl dt{
	background-color: #e36e89;
	color: #ffffff;
	font-size: calc(120vw / 32);
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
}

#notice dl dd{
	background-color: #f6d7d6;	
}

#notice dl dd a{
	display: block;
	width: 65%;
	padding: 2% 17.5%;
}

@media screen and (min-width:769px) {
	#notice h2{
		font-size: 24px;
		padding: 1% 0;
	}

	#notice dl dt{
		font-size: 18px;
		padding: 0.5% 0;
	}

	#notice dl dd a{
		width: 26%;
		padding: 2% 3.5% 0 70.5%;
	}
}
*/


/* 積立コース　#otoku
------------------------------------------ */
#otoku{
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 5% auto 0;
}

#otoku p{
	width: 55%;
	margin: 5% auto 0;
}

@media screen and (min-width:769px) {
	#otoku p{
		position: absolute;
		width: 20%;
		right: 1%;
		bottom: 0;
	}
}

@media screen and (min-width:1024px) {
}


/* 積立コース　#course
------------------------------------------ */
#course{
	width: 100%;
	margin-top: 5%;
	/*background-color: #e2e2e2;*/
}

#course div.wrap{
	width: 93.48%;
	max-width: 718px;
	padding:3.26%;
	background-color: #e2e2e2;
}

#course div.wrap div.box{
	width: 95%;
	padding: 2.5%;
	border: #adadad solid 1px;
	border-radius: 10px;
	background-color: #ffffff;
}

#course div.wrap div.box h2{
	margin-top: 2%;
	text-align: center;
	color: #ec469c;
	font-size: calc(150vw / 32);
}

#course div.wrap div.box h2 div{
	background-color: #ec469c;
	color: #ffffff;
	margin-top: 3.5%;
	border-radius: 10px;
	padding: 1.7% 0 1.2%;
	font-size: calc(180vw / 32);
}

#course div.wrap div.box p{
	margin-top: 5%;
	line-height: 1.5em;
	font-size: calc(110vw / 32);
}

#course div.wrap div.box ul{
	width: 70%;
	margin: 5% 15%;
}

#course div.wrap div.box ul li{
	box-sizing: border-box;
	text-align: center;
	font-size: calc(90vw / 32);
}

#course div.wrap div.box ul li img{
	width: 7%;
	margin-left: 2px;
	margin-top: -3px;
}

#course div.wrap div.box ul li:first-of-type{
	padding: 3% 0;
	background-color: #e2e2e2;
}

.Big_1{
	font-size: 130%;
	color: #ec469c;
	font-weight: bold;
}

.Big_2{
	font-size: 130%;
	color: #369038;
	font-weight: bold;
}

#course div.wrap div.box ul li:last-of-type{
	padding: 2% 0;
	border: #939393 solid 1px;
	font-size: 100%;
}

#course div.wrap div.box ul li:last-of-type a{
	color: #ff4628;
	text-decoration: none;
}

#course div.wrap div.box:last-of-type{
	margin-top: 3.25%;
}

#course div.wrap div.box:last-of-type h2{
	color: #369038;
}

#course div.wrap div.box:last-of-type h2 div{
	background-color: #369038;
}


@media screen and (min-width:769px) {
	#course div.wrap{
		max-width: 960px;
		margin: 5% auto 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#course div.wrap div.box{
		box-sizing: border-box;
		width: 49%;
		padding: 1%;
	}
		
	#course div.wrap div.box:last-of-type{
		margin-top: 0;
	}
	
	#course div.wrap div.box h2{
		font-size: calc(80vw / 32);
	}
	
	#course div.wrap div.box h2 div{
		font-size: calc(100vw / 32);
	}

	#course div.wrap div.box p{
		font-size: calc(55vw / 32);
	}

	#course div.wrap div.box ul li{
		font-size: calc(60vw / 32);
	}
	
	#course div.wrap div.box ul li:last-of-type{
		padding: 3% 0 2%;
	}

	#course div.wrap div.box ul li img{
		width: 6%;
		margin-left: 0.5em;
	}
}

@media screen and (min-width:1024px) {
	#course div.wrap div.box h2{
		font-size: 24px;
	}
	
	#course div.wrap div.box h2 div{
		font-size: 28px;
	}

	#course div.wrap div.box p{
		font-size: 17px;
	}	

	#course div.wrap div.box ul li{
		font-size: 17px;
	}
}


/* お知らせ バナー等　#news
------------------------------------------ */
#news, #bnrs{
	width: 94%;
	max-width: 718px;
	margin: 5% auto 0;
}

#news h2{
	width: 30%;
}

#news > div{
	box-sizing: border-box;
	width: 100%;
	border: #adadad solid 1px;
	border-radius: 0 7px 7px 7px;
	max-height: 160px;
	overflow-y: scroll !important;
}

#news dl.newslist{
	box-sizing: border-box;
	width: 100%;
	border-bottom: #adadad solid 1px;
	display: table;
}

#news dl.newslist dt{
	box-sizing: border-box;
	display: table-cell;
	width: 21%;
	padding: 10px 2px 10px 5px;
	color: #333333;
}

#news dl.newslist dd{
	box-sizing: border-box;
	display: table-cell;
	width: 79%;
	padding: 10px 0 10px 12px;
	color: #333333;
	background:url(/utsunomiya/img/icon_link.png) no-repeat left 13px;
	background-size: 12px;
	line-height: 1.4em;
}

#news dl.newslist dd a{
	color: #333333;
}

#news dl.newslist dd a:hover{
	color: #999999;
	text-decoration: none;
}


#bnrs p{
	margin-top: 5%;
}

#bnrs > dl:last-of-type{
	margin-top: 5%;
}

#bnrs h3{
	margin-top: 5%;
	background-color: #d4ed00;
	text-align: center;
	font-size: calc(120vw / 32);
	line-height: 1.8em;
	color: #006e3c;
}

#bnrs ul li{
	margin-top: 8px;
}

@media screen and (min-width:769px) {
	#news, #bnrs{
		max-width: 960px;
	}
	
	#news h2{
		width: 25%;
	}
	
	#news dl.newslist dt{
		padding: 10px 2px 10px 25px;
	}

	#bnrs > dl:last-of-type{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	#bnrs h3{
		padding-top: 1%;
		font-size: calc(100vw / 32);		
	}
	
	#bnrs ul{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	#bnrs ul li{
	    width: 32%;
		/*width: 24.5%;*/
	}
}

@media screen and (min-width:961px) {
	#news h2{
		width: 20%;
	}
	
	#bnrs h3{
		font-size: 28px;		
	}
}





/* ヘッダー部分　スライダーに変更 20.07.14
------------------------------------------ */
	
		html,body {
		  margin: 0;
		  padding: 0;
		  width: 100%;
		}
	    .container {
	      position: relative;
	      margin:0 auto;
			width: 100%;
/*	      max-width: 1100px;*/
	    }

		.swiper-container{
			text-align: center;
			cursor: grab;
		}
		.swiper-container:active{
			cursor: grabbing;
		}
		.swiper-container .swiper-slide img {
			max-width: 100%;
			width: 100%;
			height: auto;
		}
		
		#thumbs {
	        height: 10%;
	        box-sizing: border-box;
	        padding: 10px 0;
	        
	    }
	    #thumbs .swiper-slide {
	        width: 16%;
	        height: auto;
	        opacity: 0.3;
	        cursor: grab;
	    }
	    #thumbs .swiper-slide:active {
	        cursor: grabbing;
	    }
	    
	    #thumbs .swiper-slide-active {
	        opacity: 1;
	    }
		

		.swiper-blind-left,
		.swiper-blind-right {
		  position: absolute;
		  width: 11.55%;
		  height: 100%;
		  display: block;
		  top: 0;
		  background: rgba(255,255,255,.7);
		  z-index: 5;
		}
		.swiper-blind-left {
		  left: 0;
		}
		.swiper-blind-right {
		  right: 0;
		}
		@media (max-width: 600px) {
		  .swiper-blind-left,.swiper-blind-right {
		    display: none;
		  }
		}

		 .back{
		    width: 100%;
		    text-align: center;
		    margin: 60px 0;
		   }
		 .back a{
		    color: #2B59C3;
		   }
		 .back a:hover{
		    color: #1CCAD8;
		   }


#thumbs .swiper-slide {
    opacity: 0.9;
}

	body{
		z-index: 1;
	}

	body header{
		z-index:70;
	}


body #slider{
	z-index:30;	
}

body div.swiper-wrapper{
	z-index: 40;
}


	body h2.container{
		z-index:10;
	}




	body nav.topnav{
		z-index: 110;
	}
	
	body ul.menu{
		z-index: 120;
	}
	
/*スマホ用-----*/
body nav.nav-wrap{
	z-index: 80 !important;
}

body nav.nav-wrap ul.nav{
	z-index: 90 !important;
}


a.nav-button{
	z-index: 200 !important;
}





