@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&family=Noto+Serif+JP:wght@400;600&display=swap');
/* ==================================================
見出し1
================================================== */

/* 見出し2
================================================== */

/* 見出し3 */

/* ==================================================
譲渡案件一覧調整
================================================== */
/* 行頭揃え */
.box_jouto dl dd:first-child{
	margin-left: 5em;
}
.box_jouto dl dd{
	margin-left: calc(5em + 20px);
}

/* ホバー時調整 */
/* .container .box_jouto a{
	color: #252525;
	text-decoration: none;
}
.container .box_jouto a:hover{
	color: #9A9A9A;
	opacity: 0.7;
} */
.container .anken_link{
	display: block;
	color: inherit;
	text-decoration: none;
}
/* ==================================================
タイトル譲渡条件
================================================== */
.post-single-page h2 span{
	width: 100px;
	display: inline-block;
	color: white;
	border-radius: 20px;
	font-size: 20px;
}
.post-single-page h2 span.koshochu{background-color: rgba(252,165,30,1.00);}
.post-single-page h2 span.uketsukechu{background-color: rgba(137,195,62,1.00);}
.post-single-page h2 span.seiyakuzumi{background-color: rgba(124,124,124,1.00);}
/* ==================================================
検索のラベル
================================================== */
dl.list label{
	display: inline-block;
}