/* ---------------------------------------------------------------- 
 * valuation-points.css - 相続財産評価のチェックポイント(valpoint)
 * 追加日： 2026/07/30
 * ---------------------------------------------------------------- */
@import url("common.css");

/* [layout] */
.col2Main {
	width: 100%;
}
.col2Main_L {
	width: 100%;
	min-width: calc ( 100% - 280px );
}
.col2Main_R {
	width: 100%;
	min-width: 225px;
	max-width: 280px;
}
.col2Side {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.col2Side_L {}
.col2Side_R {
	width: 100%;
}

.valpoint_celWrap{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px 40px;
	border-radius: 3px;
	background-color: #fff;
	box-sizing: border-box;
}
.valpoint_celWrap > article {
	width: calc(50% - 20px);
	margin-bottom: .5em;
	padding: 0;
}
.valpoint_main_left {
	width: 100%;
	padding: 40px 20px 60px;
	text-align: center;
	border-bottom: 1px solid #c7b299;
}
.valpoint_empty {
	font-family: "Shippori Mincho",serif;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: .05em;
}
.valpoint_celBtn{
	display: block;
	height: 100%;
	padding: 1px 0 3em 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 1px 5px rgba(0,0,0,.15);
	transition: .3s all;
	position: relative;
}
.valpoint_celBtn:hover {
	opacity: .6;
	border-color: #0171bc;
	box-shadow: 0 1px 5px rgba(0,0,0,.5);
}
.pickup-list__thumbnail,
.valpoint_celBtn .eyecatch {
	aspect-ratio: 8 / 3;
	overflow: hidden;
	box-sizing: border-box;
}
.pickup-list__link .pickup-list__thumbnail img,
.valpoint_celBtn .eyecatch img {
	display: block;
	width: calc(100% - 2px);
	height: 100%;
	margin: 0 auto;
	border-radius: 2px 2px 0 0;
	object-fit: cover;
	object-position: center center;
	transform: scale(1);
	transform-origin: center center;
	transition: transform 0.3s ease;
}
.pickup-list__link:hover .pickup-list__thumbnail img,
.valpoint_celBtn:hover .eyecatch img {
	transform: scale(1.1);
}
.valpoint_celBtn .title {
	padding: .5em .5em;
	text-align: justify;
}
.valpoint_celBtn .col2Head_meta {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 .5em;
	padding: .5em 0 0;
	border-top: 1px solid #CCC;
}
.valpoint_celBtn .col2Head_meta .cat {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 2px;
	background: linear-gradient(135deg, #C6AE5C 0%, #A88817 95%);
	font-family: "Noto Sans JP",sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .08em;
	color: #fff;
}

/* [heading] */
.col1Main h1,
.col2Main h1{}
.col1Main h2,
.col2Main h2{}
.col1Main h3,
.col2Main h3{}
.col1Main h4,
.col2Main h4{
	padding-left: .25em;
}
.col1Main h5,
.col2Main h5{}
#sidebar h3{
	font-size: 1.5em;
	padding: .83em 0 .25em;
}
.col1Main h5:after,
.col2Main h5:after{}

.col1Main h5:before,
.col2Main h5:before{}

.col1Main h1:after,
.col2Main h1:after{}
.col1Main h2:after,
.col2Main h2:after{}
.col1Main h3:after,
.col2Main h3:not( #sidebar h3 ):after,
.col1Main h4:after,
.col2Main h4:after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	margin: .25em 0;
	position: relative;
	background: #CCC;
	top: 0;
	bottom: 0;
	left: 0;
}

/* [contents header] */
.valpoint_header {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.valpoint_header:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(184deg, #C6AE5C 0%, #A88817 90%);
}

/* [link] */
#sidebar a {
	color: #0171bc;
}
#sidebar a:hover {
	text-decoration: underline;
}
.valpoint_celBtn .more {
	padding: 0 .5em;
	/* line-height: 0; */
	/* vertical-align: middle; */
}
.valpoint_celBtn .more span {
	position: absolute;
	bottom: .5em;
	right: 15px;
	display: flex;
	flex-direction: row;
	/* line-height: 0; */
}
.valpoint_celBtn .more span:before {
	content: '';
	display: block;
	position: absolute;
	width: .8rem;
	height: .8rem;
	bottom: calc( 50% - .4rem );
	right: 1rem;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg);
	transition: .3s all;
}
.valpoint_celBtn .more span:after {
	content: '';
	display: inline-block;
	/* align-items: center; */
	width: 1.5em;
	height: 1.5em;
	margin-left: .25em;
	background: #0171bc;
	border-radius: 50%;
}

/* [side] */
#sidebar {}
.new_post ul{
	border-bottom: 1px solid #CCC;
}
.wigbox ul li{
	padding: 3px 0;
	border-top: 1px solid #CCC;
}
.side_li_btn{
	display: flex;
	align-items: center;
}
.side_li_btn .thum{
	width: 100%;
	max-width: 3em;
	height: 3em;
	margin-right: 10px;
}
.side_li_btn .thum img {
	border-radius: 3px;
}
.pickup-list__title,
.side_li_btn .title{
	font-size: 14px;
	line-height: 1.3em;
}

.pickup-list__item img{
	display: block;
	border-radius: 4px;
}
.pickup-list__title:before {
	content: '';
	display: inline-block;
	width: .75em;
	height: .75em;
	background: #999;
	border-radius: 50%;
}

/* [frame] */

/* [table] */

/* [search] */

/* [media screen] */
/* --------------------
 *  450px
 *  769px
 * 1000px
 * 1200px
 * 1200px
 * -------------------- */

@media screen and (max-width: 1200px) {
	.valpoint_celWrap {
		gap: 15px 20px;
	}
	.valpoint_celWrap > article {
		width: calc( 50% - 10px );
	}
	.detail-common .detail-common__body {
	
	}
}
@media screen and (max-width: 999px) {
	.col2Main_R {
		max-width: 100%;
	}
	.col2Side {
		flex-direction: row;
		gap: 5%;
	}
	.col2Side_L {
		order: 2;
		flex: 0 1 32%;
	}
	.col2Side_R {
		order: 1;
		flex: 0 1 63%;
	}
}
@media screen and (max-width: 769px) {
	.valpoint_celWrap {
		flex-direction: column;
	}
	.valpoint_celWrap > article {
		width: 100%;
	}
	.col2Side {
		flex-direction: column;
		gap: 0;
	}
	.col2Side_L {
		order: 1;
		flex: 1;
		width: 100%;
	}
	.col2Side_R {
		order: 2;
		flex: 1;
		width: 100%;
	}
}
 