/*=================================
文字列リンク一覧枠。
===============
====================================================*/
/*-------------------------
専用枠。
------------------------------*/
.text-link-frame{
	margin:34px 0 0;
}

/*-------------------------
箱。
------------------------------*/
.text-link-box,.text-link-box-halving{
	max-width:100%;
	/*margin-top:35px;*/
	margin-bottom:34px;
	padding:6px 24px;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:7px;
	box-shadow:0 0 12px 1px rgba(0, 0, 0, 0.04);
	word-break:break-all;
	position:relative;
	/*cursor:pointer;*/
}
.text-link-box-halving{
	display:flex;
}
/*-------------------------
一覧。
------------------------------*/
.text-link-box ul{
	width:100%;
	margin:0;
	
}
.text-link-box-halving ul{
	width:50%;
	padding-right:25px;
}
.text-link-box-halving ul:last-child{
	padding-right:0;
}
.text-link-box li,.text-link-box-halving li{
	list-style:none;
	/*height:50px;*/
	/*line-height:50px;*/
	padding:15px 0;
	border-bottom:1px dashed #aaa;
	padding-left:40px;
	font-size:14px;
	background-image:url(https://pc.gachidigi.com/image/list.png);
	background-repeat:no-repeat;
	background-size:14px;
	background-position-y:18px;
	background-position-x:10px;
	color:#333;
	position:relative;
}
.text-link-box li:last-child,.text-link-box-halving li:last-child{
	border-bottom:none;
}
.text-link-box li a,.text-link-box-halving li a{
	display:block;
	text-decoration:none;
	color:#333;
	/*background-color:skyblue;*/
}
.text-link-box li a:hover,.text-link-box-halving li:hover,.text-link-box-halving li a:hover{
	text-decoration:underline;
	color:#1f66ff;
}
/*-------------------------
リスト数値枠。
------------------------------*/
.text-link-box-number{
	color:rgb(187, 12, 79);
	font-size:12px;
	position:absolute;
	top:16px;
	right:10px;
}