@charset "utf-8";



/* 相続ページ //
////////////////////////////////////////////////////////////////////*/
.inheritance .dnone_smp{
	display: block;
}
/*.inheritance .content h2 {
    margin-top: 70px;
	margin-bottom: 27px;
}*/
.inheritance .content h2.shd{
	margin-top: 0;
}
.inheritance .toibox {
	background: #ffefc9;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 35px 0 30px;
	row-gap: 30px;
	margin-top: 63px;
}
.inheritance .toibox .normal{
	line-height: 1;
	letter-spacing: 1px;
}
.inheritance .toibox .normal i{
	color: #c00;
}
.inheritance .toibox .btn{
	display: flex;
	gap: 30px;
}
.inheritance .content .btn p a{
	text-decoration: none;
}
.inheritance .content.page .btn p + p{
	margin-top: 0;
}
.inheritance .btn .tel_btn a{
	color: #624b38;
	font-size: 2.4rem;
	font-weight: bold;
	width: 330px;
	height: 60px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 2px solid #624b38;
	border-radius: 4px;
}
.inheritance .btn .tel_btn a::before {
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f095";
}
.inheritance .btn .mail_btn a{
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	width: 330px;
	height: 60px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #624b38;
	border-radius: 4px;
}
.inheritance .btn .mail_btn a::before {
    margin-right: 6px;
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
	font-size: 2rem;
}
.inheritance .btn p:hover{
	background: #fff;
}
/*ひろたにお任せください！*/
.inheritance section.omakase {
    margin-top: 90px;
}
.inheritance section.omakase h2{
	margin-bottom: 27px;
}
.inheritance .omakase_text {
	position: relative;
	padding-right:183px;
	margin-top: -7px;
}
.inheritance .omakase .omakase_text::after{
	content:"";
	width: 143px;
	height: 221px;
	background: url(/images/inheritance/illust01.png);
	display: block;
	position: absolute;
	right: 40px;
    bottom: -17px;
}
.inheritance .omakase .omakase_text li{
	font-size: 20px;
    font-weight: bold;
	color: #5d5d5d;	
    line-height: 1.6;
    text-indent: -1.6em;
    margin-left: 1.6em;
    margin-bottom: 6px;
}
.inheritance .omakase .omakase_text li::before {
    font-family: "Font Awesome 5 Free";
    content: '\f14a';
    color: #cc0000;
    font-weight: 700;
    margin-right: 0.75em;
	column-gap: 30px;
    row-gap: 33px;
}
/*査定∼売却の流れ*/
.inheritance section.nagare {
    margin-top: 85px;
}
.inheritance section.nagare h2{
	margin-bottom: 29px;
}
.inheritance .nagare .flow{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	column-gap: 30px;
    row-gap: 33px;
}
.inheritance .nagare .flow:after {
    content: "";
    display: block;
    width: 260px;
    height: 0;
}
.inheritance .nagare .flow_single{
	width: 260px;
}
.inheritance .nagare .flow_single img {
    width: 100%;
    height: auto;
    display: block;
}
.inheritance .nagare .flow_single h4{
	color: #5d5d5d;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 10px;
}
.inheritance .nagare .flow_single li{
	line-height: 1.6;
	font-weight: 500;
	color: #5d5d5d;
	margin-left: -3px;
}
/*ひろたが選ばれる6つの理由*/
.inheritance section.reasons {
    margin-top: 96px;
}
.inheritance .reasons .reasons_inner{
	display:flex;
	flex-wrap: wrap;
	row-gap: 28px;
	position: relative;
	justify-content: space-between;
} 
.inheritance .reasons .reasons_inner::after {
    content: "";
    display: block;
    background: url(/images/inheritance/illust02.png);
    position: absolute;
    top: -140px;
    right: 30px;
    width: 171px;
    height: 140px;
}
.inheritance .reasons .reason_single{
	display: grid;
	grid-template-areas:
	   "numero  title"
	   "content  content";
	grid-template-rows: 75px 138px;
	grid-template-columns: 75px 328px;
	/*background: url("/images/inheritance/reason_bg.png");
	padding: 5px 10px 10px 5px;*/
	border: 1px solid #eee;
	border-radius: 0 25px 0 25px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.inheritance .reasons .reason_single .numero{
	grid-area: numero;
	font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: bold;
	display: flex;
	justify-content: center;
	background: #00aeef;
}
.inheritance .reasons .reason_single .numero p {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
	line-height: 1;
}
.inheritance .reasons .reason_single .numero span{
    font-size: 32px;
    font-weight: 400;
	padding-top: 3px;
}
.inheritance .reasons .reason_single .title{
	grid-area: title;
	margin-top: 30px;
	padding-left: 14px;
	line-height: 1.3;
	color: #e16831;
}
.inheritance .reasons .reason_single .title.two{
	margin-top: 17px;
}
.inheritance .reasons .reason_single .content{
	grid-area: content;
	padding:11px 30px 0;
}
.inheritance .reasons .reason_single .content p{
	line-height: 1.6;
	font-weight: 500;
	text-align: left;
}
.inheritance .reasons .reason_single .content li{
	line-height: 1.4;
    text-indent: -10px;
    margin-left: 11px;
}

/*お客様のレビュー＆無料査定*/
.inheritance .review_satei{
	margin-top:60px;
	margin-bottom: 70px;
}
.inheritance .review_satei .review_btn {
    display: flex;
    justify-content: center;
	background: url(/images/inheritance/illust03.png) no-repeat center 5px;
    height: 127px;
	align-items: center;
}
.inheritance .review_satei .review_btn a{
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	width: 390px;
	height: 60px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:7px;
	background: #00aeef;
	border-radius: 4px;
	text-decoration: none;
	margin-top: 6px;
}
.inheritance .review_satei .review_btn a span{
	font-size: 16px;
}
.inheritance .review_satei .review_btn a::after {
    margin-left: 16px;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
	font-size: 2rem;
	padding-top: 2px;
}
.inheritance .review_satei .toibox{
	margin-top: 0;
}
.inheritance .btn .satei_btn a{
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	width: 330px;
	height: 60px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ec8d38;
	border-radius: 4px;
}
.inheritance .btn .satei_btn a::before {
    margin-right: 7px;
    font-family: "Font Awesome 5 Free";
    content: "\f1ec";
	font-size: 2rem;
}

.inheritance .satei_btn a::before {
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
	font-size: 2rem;
}
/*不動産売却お役立ちコラム*/
.inheritance .column {
	margin-bottom: 70px;
}
.inheritance .column .card-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.inheritance .column .card.rov {
    min-height: 350px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    box-shadow: 3px 5.2px 10px rgba(0, 0, 0, 0.1);
}
.inheritance .column .card a {
    padding: 7px 7px 20px;
    background: #fff;
    display: block;
	width: 265px;
	height: 350px;
    box-sizing: border-box;
}
.inheritance .column .post-thumbnail img{
    max-width: 250px;
    max-height: 165px;
    display: block;
    object-position: center center;
    object-fit: cover;
}
.inheritance .column .card-container .post-info h3 {
    color: #5d5d5d;
    font-size: 18px;
    font-weight: 700;
    margin: 10px;
    text-align: justify;
    line-height: 1.297;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    box-sizing: border-box;
    padding: 0;
    border: none;
}
.inheritance .column .card-container .post-info h3 i {
    padding-right: 10px;
}
.inheritance .column .card-container .post-content {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 10px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.inheritance .column .btn{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.inheritance .column .btn a {
    width: 330px;
    height: 60px;
    text-decoration: none;
    color: #fff;
    background: #ec8d38;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
	border-radius: 4px;
}

/*北九州市空き家バンク*/
.inheritance .akiyabank{
	border: 2px solid #23478b;
	box-sizing: border-box;
}
.inheritance .akiyabank h2 {
    color: #fff;
    background: #23478b;
	padding-left: 40px;
	padding-bottom: 0;
	height: 80px;
    display: flex;
    align-items: center;
	margin: 0;
    border: 0;
}
.inheritance .akiyabank h2::before{
	display: none;
}
.inheritance .akiyabank h2::after{
	display: none;
}
.inheritance .akiyabank .akiya-content {
    display: flex;
    justify-content: space-between;
    padding: 14px 39px 11px;
}
.inheritance .akiyabank .akiya-content p.text  {
    line-height: 1.5;
    width: 440px;
}
.inheritance .akiyabank .akiya-content p img {
    margin-top: -5px;
}
.inheritance .akiyabank .akiya-url {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    padding-left: 40px;
	margin-bottom: 20px;
	line-height: 2.1875;
}
.inheritance .akiyabank .akiya-url:hover{
	opacity: 0.8;

}
.inheritance .akiyabank .akiya-url span {
    background: #dfeef6;
    border-radius: 18px;
    width: 250px;
    height: 35px;
    display: block;
    text-align: center;
    border: 2px solid #23478b;
	box-sizing: border-box;
	line-height: 28px;
}
.inheritance .akiyabank .akiya-url p{
	color:#183d86;
	text-decoration: underline;
}