/* ---------------------------------------------------------------- 
 * tax-tips.css - 地域別相続情報
 * 追加日： 2026/07/28
 * ---------------------------------------------------------------- */
@import url("common.css");

/* [layout] */
.detail-common {
	background: inherit;
}
.col2Main_L {
	width: 100%;
	min-width: calc ( 100% - 280px );
}
.col2Main_R {
	width: 100%;
	min-width: 225px;
	max-width: 280px;
}
.col2Post {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 20px;
	padding-bottom: 2em;
	position: relative;
}
.col2Post_R {
	width: 100%;
	min-width: calc ( 100% - 300px );
}
.col2Post_L {
	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 {}

.col2Head .eyecatch {
	width: 100%;
	aspect-ratio: 6 / 2;
	overflow: hidden;
	
}
.col2Head .eyecatch img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


.useful_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;
}
.useful_celWrap > article {
	width: calc( 50% - 20px );
	margin-bottom: .5em;
	padding: 0;
}
.useful_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;
}
.useful_celBtn:hover {
	opacity: .6;
	border-color: #0171bc;
	box-shadow: 0 1px 5px rgba(0,0,0,.5);
}
.pickup-list__thumbnail,
.useful_celBtn .eyecatch {
	aspect-ratio: 8 / 3;
	overflow: hidden;
	box-sizing: border-box;
}
.pickup-list__link .pickup-list__thumbnail img,
.useful_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,
.useful_celBtn:hover .eyecatch img {
	transform: scale(1.1);
}
.useful_celBtn .title {
	padding: .5em .5em;
	text-align: justify;
}
.useful_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;
}
.useful_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;
}
.col2Post_R h3 {
	padding: 1rem 0 1rem 1.5em;
	font-size: 1.4em;
	position: relative;
}
.col2Post_R h3:before {
	content: '';
	display: block;
	position: absolute;
	top: .75em;
	left: 0;
	width: 1em;
	height: 1em;
	border: 1px solid #000;
}
.col2Post_R h3:after {
	content: '';
	display: block;
	position: absolute;
	top: .35em;
	left: .4em;
	width: .5em;
	height: 1.2em;
	border-bottom: 4px solid #2f61a3;
	border-right: 4px solid #2f61a3;
	transform: rotate(45deg);
  }

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

/* [contens] */
.inhlist_content {
	border-top: 1px solid #999;
	padding: 1rem;
}
.post-excerpt{
	font-size: 1em;
	line-height: 1.8;
}

/* [link] */
#sidebar a {
	color: #0171bc;
}
#sidebar a:hover {
	text-decoration: underline;
}
.col2Post_R {}
.col2Post_R .more,
.useful_celBtn .more {
	padding: 0 .5em;
	/* line-height: 0; */
	/* vertical-align: middle; */
}
.col2Post_R .more span,
.useful_celBtn .more span {
	position: absolute;
	bottom: .5em;
	right: 15px;
	display: flex;
	flex-direction: row;
	/* line-height: 0; */
}
.col2Post_R .more span:before,
.useful_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;
}
.col2Post_R .more span:after,
.useful_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{
	width: 100%;
	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;
	overflow: hidden;
}
.side_li_btn .thum img {
	width: 100%;
	height: 100%;
	border-radius: 3px;
	object-fit: cover;
	object-position: center center;
}
.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] */
#MedDdctnWrap .srcuseful,
#MedSrcWrap .srcuseful{
	background: #ebf9ff;
	border: 2px solid #0070c0;
	padding: 1rem 2rem 1rem 1rem;
}
#MedDdctnWrap .srcuseful dl,
#MedSrcWrap .srcuseful dl{
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
#MedDdctnWrap .srcuseful dt,
#MedSrcWrap .srcuseful dt{
	width: 20rem;
	margin: .5rem 0;
}
#MedDdctnWrap .srcuseful dd,
#MedSrcWrap .srcuseful dd{
	width: calc( 100% - 21rem );
	margin: .5rem 0
}
#MedDdctnWrap .srcuseful dd.ddhr,
#MedSrcWrap .srcuseful dd.ddhr{
	display:block;
	width: 100%;
	overflow:hidden;
	text-align: center;
	position:relative;
}
#MedDdctnWrap .srcuseful dd.ddhr:before,
#MedSrcWrap .srcuseful dd.ddhr:before,
#MedDdctnWrap .srcuseful dd.ddhr:after,
#MedSrcWrap .srcuseful dd.ddhr:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: calc(50% + 1px);
	left: 0;
	background: #0070c0;
}
#MedDdctnWrap .srcuseful dd.ddhr small,
#MedSrcWrap .srcuseful dd.ddhr small{
	display: inline-block;
	color: #FFF;
	padding: 0 1rem;
	background: #0070c0;
	font-size: 12px;
	position:relative;
	z-index: 1;
}
#MedDdctnWrap .srcuseful dd.ddhr small:before,
#MedSrcWrap .srcuseful dd.ddhr small:before,
#MedDdctnWrap .srcuseful dd.ddhr small:after,
#MedSrcWrap .srcuseful dd.ddhr small:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}
#MedDdctnWrap .srcuseful dd.ddhr small:before,
#MedSrcWrap .srcuseful dd.ddhr small:before{
	top:calc(50% - 12px);
	right:-.5rem;
	border-style: solid;
	border-color: transparent transparent transparent #0070c0;
	border-width: 12px 0 12px .5em;
	z-index: 10;
}
#MedDdctnWrap .srcuseful dd.ddhr small:after,
#MedSrcWrap .srcuseful dd.ddhr small:after{
	top:calc(50% - 12px);
	left:-.5rem;
	border-style: solid;
	border-color: transparent #0070c0 transparent transparent;
	border-width: 12px .5em 12px 0;
	z-index: 10;
}
@media screen and (max-width: 44.375em) {
	#MedDdctnWrap .srcuseful dd,
	#MedSrcWrap .srcuseful dd{
		width: 100%;
	}
}

,
#MedSrcWrap .srcuseful #keyword,
2,
#MedSrcWrap .srcuseful #keyword2{
	padding: .5rem 1rem;
	border: 1px solid #0070c0;
	box-shadow: inset 0 0 5px rgba(0,0,0,.4);
}
#MedDdctnWrap .srcuseful #sctInitial::-ms-expand,
#MedSrcWrap .srcuseful #sctInitial::-ms-expand{
	display: none;
}
#MedDdctnWrap .srcuseful #sctInitial,
#MedSrcWrap .srcuseful #sctInitial{
	  appearance: none;
	  -moz-appearance: none;
	  -webkit-appearance: none;
	  border: none;
	  border-radius: 5px;
	  font-size: 16px;
	  padding: 0 10px;
	  height: 40px;
	  width: 150px;
	  position: relative;
	  background: #f7f7f7;
	  background: linear-gradient(0deg, rgba(200, 200, 200, 1), rgba(255, 255, 255, 1));
	  border: 1px solid #0070c0;
	  box-shadow: 1px 2px 5px rgba(0,0,0,.4);
}
#MedDdctnWrap .srcuseful .perSctInitial,
#MedSrcWrap .srcuseful .perSctInitial{
	position: relative;
	width: 150px;
}
#MedDdctnWrap .srcuseful .perSctInitial:before,
#MedDdctnWrap .srcuseful .perSctInitial:after,
#MedSrcWrap .srcuseful .perSctInitial:before,
#MedSrcWrap .srcuseful .perSctInitial:after{
	content: '';
	position: absolute;
	z-index: 1;
	right: 1rem;
	display: block;
	background: #0070c0;
	height: calc(tan(60deg) * 12px / 2);
	width: 12px;
}
#MedDdctnWrap .srcuseful .perSctInitial:before,
#MedSrcWrap .srcuseful .perSctInitial:before{
	top: calc( 50% + 2px );
	clip-path: polygon(0 0, 100% 0, 50% 70%);
}
#MedDdctnWrap .srcuseful .perSctInitial:after,
#MedSrcWrap .srcuseful .perSctInitial:after{
	bottom: calc( 50% - 2px );
	clip-path: polygon(50% 0, 100% 70%, 0 70%);
}

#MedDdctnWrap .srcuseful #sctInitial option[selected][disabled],
#MedSrcWrap .srcuseful #sctInitial option[selected][disabled]{
	display: none;
}


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

@media screen and (max-width: 1200px) {
	.useful_celWrap {
		gap: 15px 20px;
	}
	.useful_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) {
	.useful_celWrap {
		flex-direction: column;
	}
	.useful_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%;
	}
}
 