@charset "utf-8";
/*----------------------------------------------------------------------------------------

	measures.css

----------------------------------------------------------------------------------------*/
html body{
	background-color: #f8f4ed !important;
}
body > .wrapper{
	padding-bottom: 0;
}
.measures #body_header .title{
	background-color: #fff;
}
main.measures{
	font-size: 1.6rem;
	line-height: 3rem;
	text-align: justify;
}
.measures_waku{
	background-color: #fff;
	width: 1080px;
	margin: 13.5rem auto 0;
	padding-top: 10.5rem;
	padding-bottom: 5rem;
	border-radius: 8px;
}
.measures_title{
	color: #6e5e3c;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 700;
	line-height: 1;
	margin-top: -20rem;
}

.measures_title h3{
	font-size: 4rem;
	margin-bottom: 2rem;
}
.measures_title p{
	font-size: 2.4rem;
	margin-bottom: 5.3rem;

}
.measures_title_text{
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 9.2rem
}
.measures_title_text strong{
	color: #ac9a72;
}
.advice{
	background-color: #dfd7ba;
	width: 1080px;
	margin: 9rem auto 0;
	display: flex;
	flex-direction: column;
    align-items: center;
	padding-bottom: 4.4rem;
	
}
.advice h3{
	color: #fff;
	font-size: 1.8rem;
	background-color: #ac9a72;
	width: 300px;
	line-height: 5rem;
	border-radius: 2.5rem;
	text-align: center;
	margin-top: -2.5rem;
	margin-bottom: 2rem;
}
.advice p{
	width: 840px;
}
@media screen and (max-width:767px) { 
	#body_header .title{
		background-color: #fff;
	}
	main.measures{
		margin-top: 0;
		padding-top: 6.4rem;
		line-height: 1.6;
		}
	.measures_waku{
		width: 100%;
		margin: auto;
		border-radius: 0;
		padding-bottom: 3rem;
	}
	body.sharedrealestate .measures_waku{
		padding-bottom: 20px;
	}
	.measures_title{
		margin-top: auto;
		margin-top: -15.3rem;
	}
	.measures_title h3{
		font-size: 2.2rem;
		margin-bottom: 0.8rem;
	}
	.measures_title p{
		line-height: 1.2;
		font-size: 1.6rem;
		margin-bottom: 2.5rem;
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}
	.measures_title_text{
		width: calc(100% - 30px);
		padding-bottom: 16.7rem;
		margin-left: auto;
		margin-right: auto;
		 margin-bottom: 4.3rem;
	}
	.advice{
		width: calc(100% - 30px);
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		padding-bottom: 2rem;
		margin: 4.5rem auto 0;
	}
	.advice h3{
		font-size: 1.6rem;
		width: 280px;
		line-height: 4rem;
		margin-top: -2rem;
		margin-bottom: 1rem;
	}
	.advice p{
		width: 100%;
	}
}
/*------------------------------------

	生前・相続対策 問い合わせ    

--------------------------------------*/
.measures_toi{
	background-color: #dfd7ba;
	height: 220px;
	display: flex;
	justify-content: center;
    align-items: center;
	color: #000;
}
.measures_toi > div{
	width: 1080px;
	border-left: 4px solid #ac9a72;
	display: flex;
    flex-wrap: wrap;
	padding-left: 25px;
}
.measures_toi h3{
	font-size: 2.2rem;
	width: 100%;
	line-height: 1;
	margin-bottom: 4rem;
}

.measures_toi ul{
	display: flex;
}
.measures_toi .text{
	font-size: 1.8rem;
	line-height: 3rem;
	/* width: 430px; */
	width: 400px;
}

.measures_toi .mail a{
	display: block;
	width: 320px;
	height: 80px;
	background-color: #ac9a72;
	color: #fff;
	border-radius: 4px;
}
.measures_toi .mail p{
	height: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
	width: 280px;
	margin: auto;
}
.measures_toi .mail span{
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
}
.measures_toi .mail img{
	margin-top: 10px;
	height: 25px;
}
.measures_toi .tel{
	/* margin-left: 3.5rem; */
	margin-left: 2.5rem;
}
.measures_toi .tel a{
	font-size: 3.3rem;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	display: flex;
    align-items: center;
	line-height: 1;
	margin-bottom: 10px;
	pointer-events: none;
}

.measures_toi .tel img{
	width: 34px;
	margin-right: 1.2rem;
}
.measures_toi .tel p{
	line-height: 1;
	font-size: 1.4rem;
}
.measures_toi .tel span{	
	display: block;
}
.measures_toi .tel span + span{
	margin-top: 5px;
}
#body_footer{margin-top: 0;}

@media screen and (max-width:767px) { 
	.measures_toi {
		height: auto;
	}
	.measures_toi > div{
		width: 100%;
		border-left: none;
		border-top: 3px solid #ac9a72;
		padding-left: 20px;
		padding-right: 20px;
	}
	.measures_toi h3{
		font-size: 2rem;
		line-height: 2.4rem;
		margin-top: 2rem;
		margin-bottom: 8px;
		text-align: justify;
	}
	.measures_toi ul{
		flex-direction: column;
		margin-bottom: 20px;
	}
	.measures_toi .text{
		width: 100%;
		font-size: 1.6rem;
		line-height: 2.2rem;
		margin-bottom: 12px;
	}
	.measures_toi .text br{
		display: none;
	}
	.measures_toi .mail{
		margin-bottom: 15px;
	}
	.measures_toi .mail a{
		width: 100%;
		height: 65px;
	}
	.measures_toi .mail span{
		font-size: 1.3rem;
	}
	.measures_toi .mail img {
		margin-top: 7px;
		height: 20px;
	}
	.measures_toi .tel {
		margin-left: 0;
	}
	.measures_toi .tel a{
		font-size: 2.8rem;
		pointer-events: auto !important;
	}
	.measures_toi .tel img{
		width: 28px;
	}
}

/*------------------------------------

	相続・生前対策 トップページ

--------------------------------------*/
body.measures{
	background-color: #f8f4ed;
}
.measures-subheader {
	background-image:url(/images/measures/main_eyecatch_pc_bk.jpg),url(/images/measures/main_eyecatch_bk.gif);
	background-size: 1380px 420px, 100% 420px;
	position: relative;
	height: 420px;
	background-position: center;
	background-repeat: no-repeat;
}
.measures-subheader h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 1080px;
}
/********/
.main_mess{
	width : 1080px;
	margin : 8rem auto 6rem;
	display: flex;
	justify-content: space-between;
}
.main_mess div{
	width: 385px;
}
.main_mess h3{
	font-size: 3.4rem;
	line-height: 4.8rem;
	color: #6e5e3c;
	font-weight: 900;
	margin-top: -10px;
	margin-bottom: 24px;
}
.main_mess p{
	font-size: 1.6rem;
	line-height: 3.4rem;
}

.measures_content{
	margin-right: auto;
	margin-left: auto;
	width: 1080px;
}

@media screen and (max-width:767px) { 
	body.measures main.measures{
		padding-top: 0;
	}
	.measures-subheader{
		height: auto;
	}
	.measures-subheader h2{
		position: initial;
		width: 100%;
		transform:none;
	}
	body.measures #measures_wap{padding: 0 1.5rem;}
	main.measures .main_mess{
		width:100%;
		flex-direction: column-reverse;
		margin: 3rem auto !important;
	}
	.main_mess div{
		width: auto;
	}
	.main_mess h3{
		font-size: 1.8rem;
		line-height: 1;
		margin-top: 0;
		margin-bottom: 1rem;
	}
	.main_mess p {
		line-height: unset;
		margin-bottom: 1.4rem;
	}
	.measures_content{
		width: 100%;
	}
}

/*------------------------------------

	相続物件のご売却

--------------------------------------*/
.inheritedproperty .measures_title::before{
	content: "";
	display: block;
	background-image: url(/images/inheritedproperty/inheritedproperty_icon.png);
	background-size: contain;
	height: 59px;
	width: 59px;
	margin-bottom: 1.5rem;
}
.inheritedproperty .measures_title_text{
	margin-right: 120px;
}
.inheritedproperty .measures_title_text::before{
	position: absolute;
	top: -138px;
	left: -243px;
	display: block;
	content: "";
	background-image: url(/images/inheritedproperty/inheritedproperty_character_pc.png);
	width: 203px;
	height: 300px;
}
.futowaku{	
	width: 840px;
	border: 20px solid #dfd7ba;
	background-color: #f8f4ed;
	padding: 50px;
	margin-left: auto;
	margin-right: auto;
}
.measures_waku .futowaku + .futowaku{
	margin-top: 10rem;	
}
.futowaku h4{
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
	font-size: 2.6rem;
	line-height: 1;
	margin-bottom: 3.4rem;
}
.futowaku h4 .number{
	position: absolute;
	top: -110px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	background-color: #c5b98c;
	font-size: 2.4rem;
	text-align: center;
	width: 200px;
	line-height: 60px;
	color: #fff;
	margin-bottom: 5rem;
	letter-spacing: 3px;
}
.futowaku strong{
	color: #ac9a72;
}
.futowaku .img{
	border-radius: 8px;
	background-color: #fff;
	margin-top: 2rem;
	margin-bottom: 2.2rem;
}
.futowaku .img img{
	box-shadow: 0 10px 15px rgb(172 153 114 / 20%);
	mix-blend-mode: multiply;
	
}
.futowaku ul{
	margin-top: 1.7rem;
	margin-bottom: 1.7rem;
}
.futowaku ul li{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 3rem;
	display: flex;
    align-items: center;
}
.futowaku ul li::before{
	display: inline-block;
	content: "";
	width: 17px;
	height: 17px;
	background-image: url(/images/inheritedproperty/check.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.futowaku img[src$="teukrei_img2_pc.jpg"]{
	margin-top: 4.2rem;
}
@media screen and (max-width:767px) { 
	.inheritedproperty .measures_title::before{
		width: 30px;
		height: 30px;
		margin-bottom: 1rem;
	} 
	.inheritedproperty .measures_title_text{
		margin-right: auto;
	}
	.inheritedproperty .measures_title_text::before{
		display: none;
	}
	.inheritedproperty .measures_title_text::after{
		position: absolute;
		content: "";
		background-image: url(/images/inheritedproperty/inheritedproperty_character_sp.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		bottom: 0px;
		width: 100%;
		height: 160px;
		display: block;
	}
	.futowaku{
		width: auto;
		border: 8px solid #dfd7ba;
		padding: 2.5rem 1.5rem 2.5rem;
		position: relative;
	}
	.measures_waku .futowaku + .futowaku{
		margin-top: 4.7rem;
	}
	.futowaku h4{
		font-size: 1.8rem;
		margin-bottom: 1.4rem;
		line-height: 1.2;
	}

	.futowaku h4 .number{
		top: -60px;
		width: 129px;
		line-height: 35px;
		font-size: 1.6rem;
		letter-spacing: 1px;
	}
	.futowaku .img{
		border-radius: 4px;
		margin-top: 1.5rem;
		margin-bottom: 1.7rem;
	}
	.futowaku .img img{
		box-shadow: 0 5px 7px rgb(172 153 114 / 15%)
	}
	.futowaku ul{
		margin-top: 1.5rem;
		margin-bottom: 1.5rem
	}
	.futowaku ul li{
		line-height: 2rem;
	}
	.futowaku ul li + li{
		margin-top: 0.8rem;
	}
	.futowaku ul li::before{
		margin-right: 8px;
	}
	.futowaku img[src$="teukrei_img2_sp.jpg"] {
		margin-top: 2rem;
	}
}

/*------------------------------------

	共有不動産のご売却

--------------------------------------*/
.sharedrealestate .measures_title{
	margin-top: -20.2rem;
}
.sharedrealestate .measures_title::before{
	content: "";
	display: block;
	background-image: url(/images/sharedrealestate/sharedrealestate_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 64px;
	height: 64px;
	margin-bottom: 1.5rem;
}
.sharedrealestate .measures_title_text{
	margin-left: 120px;
	margin-bottom: 7.8rem;
}
.sharedrealestate .measures_title_text::before{
	position: absolute;
    top: -169px;
    right: -265px;
	display: block;
	content: "";
	background-image: url(/images/sharedrealestate/sharedrealestate_character_pc.png);
	width: 248px;
	height: 290px;
}
.case{
	display: flex;
	flex-wrap: wrap;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f8f4ed;
	padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3.6rem;
    padding-left: 3rem;
}
.case ~ .case {
	margin-top: 4rem;
}
.case h4{
	width: 100%;
	font-size: 2rem;
	color: #595959;
	display: flex;
    align-items: center;
	margin-bottom: 2.2rem;
}
.case:nth-of-type(3) h4{
	margin-bottom: 3rem;
}
.case h4 .number{
	background-color: #595959;
	color:#fff;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	line-height: 1;
	border-radius: 8px;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-size: 2.2rem;
	margin-right: 10px;
	letter-spacing: 1px;
}
.case h4 .number::before{
	content: "CASE";
	display: block;
    font-size: 1.2rem;
    line-height: 1;
	margin-top: 6px;
}
.case img{
	width: 436px;
}
.case p{
	width: 320px;
	margin-left:auto;
	margin-top: -8px;
}
@media screen and (max-width:767px) {
	.sharedrealestate .measures_title{
		margin-top: -15.7rem;
	}
	.sharedrealestate .measures_title::before{
		width: 32px;
		height: 32px;
		margin-bottom: 1rem;
	} 
	.sharedrealestate .measures_title_text{
		margin-left: auto;
		margin-bottom: 2.3rem;
	}
	.sharedrealestate .measures_title_text::before{
		display: none;
	}
	.sharedrealestate .measures_title_text::after{
		position: absolute;
		content: "";
		background-image: url(/images/sharedrealestate/sharedrealestate_character_sp.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 44%;
		bottom: 0;
		width: 100%;
		height: 160px;
		display: block;
	}
	.case{
		width: calc(100% - 30px);
		padding: 1.5rem;
	}
	.case h4{
		margin-bottom: 1.5rem;
		font-size: 1.8rem;
		line-height: 1.2;
		text-align: justify;
	}
	.case:nth-of-type(3) h4{
		margin-bottom: 1.5rem;
	}
	.case h4 .number{
		font-size: 2rem;
		margin-right: 8px;
		width: 46px;
		height: 46px;
	}
	.case h4 .number::before {
		font-size: 1rem;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.case h4 span{
		width: calc(100% - 54px);
	}
	.case p {
		width: 100%;
		margin-top: 1.5rem;
	}
	.case img{
		width: 100%;
	}
}
/*------------------------------------

	生前贈与のご相談

--------------------------------------*/
.lifetimegift .measures_title::before{
	content: "";
	display: block;
	background-image: url(/images/lifetimegift/lifetimegift_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 65px;
	height: 59px;
	margin-bottom: 1.5rem;
}
.lifetimegift .measures_title_text {
    position: relative;
    width: 545px;
    margin-left: 415px;
    margin-right: auto;
    margin-bottom: 6rem;
}
.lifetimegift .measures_title_text::before{
	position: absolute;
    top: -15px;
    left: -275px;
	display: block;
	content: "";
	background-image: url(/images/lifetimegift/lifetimegift_character_pc.png);
	width: 246px;
	height: 166px;
}
.lifetimegift .futowaku .img {
    border-radius: 8px;
    background-color: #fff;
    margin-top: 3.4rem;
    margin-bottom: 3.4rem;
}
/* .lifetimegift .futowaku strong {
    color: #ff0000;
} */
.kojowaku{
	border-radius: 8px;
	background-color: #fff;
}
.kojowaku + .kojowaku{
	margin-top: 4rem;
}
.kojowaku > div{
	box-shadow: 0 10px 15px rgb(172 153 114 / 20%);
    mix-blend-mode: multiply;
	padding: 4rem;
}
.kojowaku h5{
	font-size: 2rem;
	line-height: 1;
	text-align: center;
	margin-bottom: 2.5rem;
}
.kojowaku h6{
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 2rem;
}
.kojowaku table + h6{
	margin-top: 4rem;
}
.kojowaku p{
	line-height: 1;
	margin-bottom: 2rem;
}
.kojowaku table{
	width: 100%;
}
.kojowaku table tr{
	border-bottom: 1px solid #bdbdbd;
	line-height: 3.9rem;
}
.kojowaku table tr:nth-of-type(1){
	border-top: 1px solid #bdbdbd;
}
.kojowaku table tr:nth-of-type(2n+1){
	background-color: #f7f7f7;
}
.kojowaku table th,
.kojowaku table td {
	text-align: center;
}
.kojowaku table th{
	color: #fff;
	background-color: #a59873;
}
.kojowaku table th:nth-of-type(1){
	width: 280px;
}
.kojowaku table th:nth-of-type(2),
.kojowaku table th:nth-of-type(3){
	width: 170px;
}
.kojowaku table br{
	display: none;
}
.pcnone{
	display: none;
}
@media screen and (max-width:767px) {
	.lifetimegift .measures_title::before{
		width: 34px;
		height: 32px;
		margin-bottom: 1rem;
	} 

	.lifetimegift .measures_title_text{
		margin-left: auto;
		width: calc(100% - 30px);
		margin-bottom:0;
		padding-bottom: 12.7rem;
	}
	.lifetimegift .measures_title_text::before{
		display: none;
	}
	.lifetimegift .measures_title_text::after{
		position: absolute;
		content: "";
		background-image: url(/images/lifetimegift/lifetimegift_character_sp.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		bottom: 0px;
		width: 180px;
		height: 120px;
		display: block;
		left: 50%;
	    transform: translate(-50%, 0%);
	}
	.lifetimegift .futowaku .img{
		margin-top: 1.5rem;
		margin-bottom: 1.7rem;
	}
	.kojowaku {
		border-radius: 4px;
	}
	.kojowaku + .kojowaku{
		margin-top: 2.5rem;
	}
	.kojowaku > div{
		box-shadow: 0 5px 7px rgb(172 153 114 / 15%);
		padding: 2rem 1rem;
	}
	.kojowaku h5{
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}
	.kojowaku h6{
		margin-bottom: 1rem;
	}
	.kojowaku p{
		line-height: 1.2;
		margin-bottom: 1rem;
	}
	.kojowaku table tr{
		line-height: 3;
	}
	.kojowaku table tr th,
	.kojowaku table tr td{
		font-size: 1.4rem;
		
	}
	.kojowaku table tr th{
		padding-top: 5px;
		padding-bottom: 4px;
		font-weight: 400;
	}
	.kojowaku table th:nth-of-type(1){
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.kojowaku table td:nth-of-type(1){
		line-height: 1.3;
	}
	.kojowaku table br{
		display: block;
	}
	.pcnone{
		display: block;
	}
}
