@charset "UTF-8";

/* CSS Document */

/*-------------------------------------------

name: uniq.css

-------------------------------------------*/
/*mv*/





.base{
	margin: 50px auto 180px auto;
}
.s_box{
	position: relative;
}
.sub.out{
	position: relative;
}
.sub.out::before{
	content: url("../../cmn/img/out_02.png");
	position: absolute;
	top: 8px;
  right: -15px;
	width: 5px;
	height: 5px;
	border-top: 0px;
	border-right: 0px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.sub_box{
	padding: 10px 0 50px 0;
}



/*見出し*/
.top-zone.zdf{
	margin-bottom: 100px;
}
.top-zone.zdfs{
	margin-bottom: 47px;
}
.top-zone .hbox{
	font-size: 55px;
}
.overhbox{
	line-height: 1;
	display: block;
	padding-bottom: 10px;
	font-size: 50px;
	color: #1a1b59;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.tabtitle{
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	padding-bottom:20px;
}
.tabtitle span{
	width: 5px;
	height: 22px;
	background-color: #1a1b59;
	display: block;
	float: left;
	margin-right: 10px;
}
.tabtit{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
.overh2box{
	text-align: center;
	font-weight: lighter;
	font-size: 16px;
  padding-top: 60px;
}
.s_box .csrtitle::before{
	content: "";
	position: absolute;
	top: 15px;
	left: 10px;
	width: 8px;
	height: 8px;
	border-top: 3px solid #1a1b59;
	border-right: 3px solid #1a1b59;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sub_box ul li{
	position: relative;
	padding-right: 50px;
}
.sub_box ul{
	display: flex;
}
.sub_box ul li::before{
	content: "";
	position: absolute;
	top: 13px;
	left: 10px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sub{
	display: block;
	padding: 10px 0 5px 30px;
	text-decoration: none;
}
.sub:hover{
	text-decoration: underline;
}
.sub_in{
	padding-left: 30px;
	line-height: 30px;
}
.sub_in a{
	text-decoration: none;
}
.sub_in a:hover{
	text-decoration: underline;
}
.s_box .csrtitle{
	padding: 10px 30px;
  display: block;
	margin-bottom: 30px;
	color: #1a1b59;
}
.csrtitles{
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 5px 20px;
	color: #07245a;
	background-color: #c8c8d4;
}




/*サイトマップ*/
.last{
	display: block!important;
}


/*プライバシーポリシー*/
.privacytext{
	font-size: 18px;
	text-align: center;
	padding-bottom: 50px;
}
/*===================================================

	タブレット

===================================================*/
@media only screen and (max-width: 1024px) {

	.pc.tb{
		display: none;
	}
}




/*===================================================

	スマホ

===================================================*/
@media only screen and (max-width: 739px) {	
	/*見出し*/
	.rtitle{
		font-size: 18px;
		padding-bottom: 30px;
	}
	.boxtxt{
		font-size: 13px;
		padding: 15px;
	}
	.top-zone .hbox{
		font-size: 35px;
	}
	
	
	
	
/*サイトマップ*/
	
.csrtitles{
	padding: 5px 30px;
  margin-bottom: 0px;
	font-size: 15px;
	}
	.sub_box{
		padding: 10px 0 30px 0;
	}
	.sub_box ul{
		display: block;
	}
	
	
	
	
	
	
/*プライバシーポリシー*/
.privacytext{
	font-size: 13px;
	text-align: center;
	padding-bottom: 15px;
}
	.s_box .csrtitle{
		margin-bottom: 15px;
	}
	.s_box .csrtitle::before{
		top: 13px;
		width: 5px;
		height: 5px;
	}
	.base{
		margin: 40px auto 80px auto;
	}
}
