@charset "utf-8";
/*----------------------------------------------------------------------------------------

	measures.css

----------------------------------------------------------------------------------------*/
html body{
	background-color: #fff4e4 !important;
}
main.measures{
	font-size: 16px;
	line-height: 30px;
}
.measures_waku{
	background-color: #fff;
	width: 1080px;
	margin: 173px auto 0;
	padding-top: 117px;
	padding-bottom: 47px;
	border-radius: 10px;
}
.measures_title{
	color: #6e5e3c;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 700;
	line-height: 1;
	margin-top: -212px;
}
.measures_title h3{
	color: #f28735;
	font-size: 40px;
	margin-bottom: 20px;
}
.measures_title p{
	font-size: 24px;
	margin-bottom: 53px;
}
.measures_title_text{
	position: relative;
	font-size: 16px;
	line-height: 1.88;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 93px;
}
.measures_title_text strong{
	color: #f28735;
}
@media screen and (max-width:480px) {
	.breadcrumbs{
		background-color: #fff4e4;
	}
	main.measures{
		font-size: 14px;
		line-height: 1.6;
		margin-top: 0;
	}
	.measures_waku{
		width: 100%;
		margin: auto;
		padding-bottom: 20px;
		position: relative;
	}
	.measures_title{
		margin-top: auto;
		margin-top: -168px;
	}
	.measures_title h3{
		font-size: 22px;
		margin-bottom: 22px;
	}
	.measures_title p{
		line-height: 1.5;
		font-size: 16px;
		margin-bottom: 35px;
		margin-left: 20px;
		margin-right: 20px;
		text-align: center;
	}
	.measures_title_text{
		font-size: 14px;
		line-height: 1.6;
		width: calc(100% - 30px);
		/* padding-bottom: 168px; */
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 43px;
	}
}
/*------------------------------------

	プロのワンポイントアドバイス

--------------------------------------*/
.advice{
	background-color: #fff;
	width: 1080px;
	margin: 88px auto 0;
	display: flex;
	flex-direction: column;
    align-items: center;
	padding-bottom: 33px;
}
.advice h3{
	color: #fff;
	font-size: 18px;
	background-color: #f28735;
	width: 300px;
	line-height: 50px;
	border-radius: 25px;
	text-align: center;
	margin-top: -25px;
	margin-bottom: 19px;
}
.advice .inner_box{
	display: flex;
}
.advice .inner_box .image{
	min-width: 140px;
	margin-top: 6px;
	margin-left: 120px;
}
.advice .inner_box .image img{
	border-radius: 10px;
}
.advice .inner_box .image p{
	font-size: 14px;
	line-height: 1.43;
	font-weight: 600;
	margin-top: 5px;
}
.advice .inner_box .text{
	padding: 0 125px 0 30px;
}
@media screen and (max-width:480px){
	.advice{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		margin: 65px auto 0;
	}
	.advice h3{
		font-size: 16px;
		width: 300px;
		line-height: 50px;
	}
	.advice .inner_box{
		flex-direction: column-reverse;
	}
	.advice .inner_box .image{
		margin-left: 0;
		column-gap: 12px;
		display: flex;
	}
	.advice .inner_box .image img{
		width: 140px;
	}
	.advice .inner_box .text {
		padding: 0;
		margin-bottom: 10px;
	}
}
/*------------------------------------

	生前・相続対策 問い合わせ

--------------------------------------*/
.measures_toi{
	background-color: #f6e5c9;
	height: 220px;
	display: flex;
	justify-content: center;
  align-items: center;
}
.measures_toi > div{
	width: 1080px;
	border-left: 4px solid #f28735;
	display: flex;
    flex-wrap: wrap;
	padding-left: 26px;
	margin-left: 12px;
}
.measures_toi h3{
	font-size: 22px;
	width: 100%;
	line-height: 1;
	margin-bottom: 33px;
}
.measures_toi ul{
	display: flex;
}
.measures_toi .text{
	font-size: 18px;
	line-height: 1.67;
	width: 428px;
}
.measures_toi .mail a{
	display: block;
	width: 320px;
	height: 80px;
	background-color: #f28735;
	color: #fff;
	border-radius: 4px;
	margin-top: 6px;
}
.measures_toi .mail p{
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
.measures_toi .mail span{
	display: inline-block;
	font-size: 14px;
	line-height: 1;
}
.measures_toi .mail img{
	margin-top: 10px;
	height: 25px;
}
.measures_toi .tel{
	margin-left: 35px;
	margin-top: 3px;
}
.measures_toi .tel a{
	font-size: 35px;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	display: flex;
    align-items: center;
	color: #000;
	line-height: 1;
	margin-bottom: 10px;
}
.measures_toi .tel img{
	width: 34px;
	margin-right: 9px;
}
.measures_toi .tel p{
	line-height: 1.43;
	font-size: 14px;
}
.measures_toi .tel span{
	display: block;
	white-space: nowrap;
}

#body_footer{margin-top: 0;}

@media screen and (max-width:480px) {
	.measures_toi {
		height: auto;
	}
	.measures_toi > div{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 40px;
		margin-left: 20px;
		margin-bottom: 40px;
	}
	.measures_toi h3{
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 8px;
		text-align: justify;
	}
	.measures_toi ul{
		flex-direction: column;
	}
	.measures_toi .text{
		width: 100%;
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 12px;
	}
	.measures_toi .mail{
		margin-top: 12px;
		order: 3;
	}
	.measures_toi .mail a{
		width: 100%;
	}
	.measures_toi .mail img {
		margin-top: 7px;
	}
	.measures_toi .tel {
		margin-left: 0;
		margin-top: 8px;
	}
	.measures_toi .tel a{
		font-size: 30px;
		pointer-events: auto !important;
		position: relative;
	}
	.measures_toi .tel a::after{
		content: "";
		position: absolute;
		top: 14px;
		right: 4px;
		background-image: url(/images/measures/top_icon.png);
		background-repeat: no-repeat;
		background-size: cover;
		width: 71px;
		height: 11px;
	}
	.measures_toi .tel img{
		width: 28px;
	}
}
/*------------------------------------

	相続・生前対策 トップページ

--------------------------------------*/
body.measures{
	background-color: #f8f4ed;
}
.measures-subheader {
	background-image:url(/images/measures/index/main_eyecatch_bk.gif);
	background-size: 100% 500px;
	height: 500px;
}
.measures-subheader .inner{
	width: 1080px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.measures-subheader .kansyu{
    position: absolute;
    left: 0;
    bottom: 17px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    align-items: center;

}
.measures-subheader .kansyu p{
	color: #ff6000;
	font-size: 20px;
	font-weight: 600;
}
.measures-subheader .kansyu picture{
	height: 70px;
	width: 70px;

}
.measures-subheader .kansyu picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.measures-subheader .kansyu dl dt{
	font-size: 16px;
	font-weight: 500;
}
.measures-subheader .kansyu dl dd{
	color: #454545;
	line-height: 1.2;
	  text-shadow:
    -2px -2px 0 #f5e1c1,
     0   -2px 0 #f5e1c1,
     2px -2px 0 #f5e1c1,
    -2px  0   0 #f5e1c1,
     2px  0   0 #f5e1c1,
    -2px  2px 0 #f5e1c1,
     0    2px 0 #f5e1c1,
     2px  2px 0 #f5e1c1;
}
.measures_content{
	margin-right: auto;
	margin-left: auto;
	width: 1080px;
}
.measures_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.measures_list a{
	transition: opacity 0.2s;
}
.measures_list a:hover{
	opacity: 0.8;
}
.main_mess{
	width : 1040px;
	margin : 0 auto 60px;
	padding: 54px 10px 40px;
	background-color: #fff;
	display: flex;
	position: relative;
}
.main_mess::before,
.main_mess::after{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.main_mess::before{
	top: 0;
	height: 36px;
	background-image: url(/images/measures/index/point_top_pc.png);
}
.main_mess::after{
	bottom: 0;
	height: 11px;
	background-image: url(/images/measures/index/point_bottom_pc.png);
}
.main_mess img{
	width: 640px;
}
.main_mess div{
	width: 339px;
}
.main_mess h3{
	font-size: 34px;
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.41;
	color: #6e5e3c;
	font-weight: 900;
	margin-top: 20px;
	margin-bottom: 24px;
}
.main_mess p{
	font-size: 16px;
	line-height: 2;
}

.measures_content{
	margin-right: auto;
	margin-left: auto;
	width: 1080px;
	position: relative;
}
@media screen and (max-width:480px){
	.measures-subheader{
		height: auto;
	}
	.measures-subheader .inner{
		width: 100%;
	}
	.measures-subheader .kansyu{
		left: 10px;
		bottom: 10px;
		flex-wrap: wrap;
		column-gap: 7px;
		align-items: flex-start;
	}
	.measures-subheader .kansyu p{
		color: #ff6000;
		font-size: 14px;
		font-weight: 600;
		width: 100%;
		line-height: 1;
		margin-left: 5px;
	}
	.measures-subheader .kansyu picture {
		height: 56px;
		width: 56px;
		margin-top: 5px;
	}
	.measures-subheader .kansyu img{
		border-radius: 6px;
	}
	.measures-subheader .kansyu dl {
		width: calc(100% - 75px);
	}
	.measures-subheader .kansyu dl dt{
		font-size: 12px;
	}
	.measures-subheader .kansyu dl dd{
		font-size: 12px;
        text-align: justify;
	}
	.measures-subheader .kansyu dl br{
		display:none;
	}
	main.measures #measures_wap{
		margin-top: 75px;
		margin-left: 20px;
		margin-right: 20px;
	}
	body.measures main.measures #measures_wap{
		margin-top: 0;
	}
	.measures_content{
		width: 100%;
		margin-top: 20px;
		margin-bottom: 8px;
	}
	.main_mess{
		width: 100%;
    height: auto;
    margin: 0 auto 40px;
    padding: 48px 0 40px;
		flex-direction: column;
	}
	.main_mess::before{
		top: 0;
		height: 6.6667vw;
		background-image: url(/images/measures/index/point_top_sp.png);
	}
	.main_mess::after{
		bottom: 0;
		height: 1.6vw;
		background-image: url(/images/measures/index/point_bottom_sp.png);
	}
	.main_mess img{
		width: 100%;
	}
	.main_mess div{
		padding: 0 20px;
		width: auto;
	}
	.main_mess h3{
		font-size: 24px;
		margin-bottom: 12px;
	}
	.main_mess p{
		font-size: 14px;
		line-height: 1.6;
	}
}
/*------------------------------------

	相続物件のご売却

--------------------------------------*/
.inheritedproperty .measures_title::before{
	content: "";
	display: block;
	background-image: url(/images/measures/inheritedproperty/inheritedproperty_icon.png);
	background-size: contain;
	height: 60px;
	width: 60px;
	margin-bottom: 17px;
}
.inheritedproperty .measures_title_text{
	margin-right: 120px;
}
.inheritedproperty .measures_title_text::before{
	position: absolute;
	top: -157px;
	left: -248px;
	display: block;
	content: "";
	background-image: url(/images/measures/inheritedproperty/inheritedproperty_character.png);
	background-size: contain;
	width: 218px;
	height: 290px;
}
.futowaku{
	width: 840px;
	border: 20px solid #eecb98;
	background-color: #fff4e4;
	padding: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 42px;
	padding-bottom: 53px;
}
.measures_waku .futowaku + .futowaku{
	margin-top: 100px;
}
.futowaku p{
	line-height: 1.88;
}
.futowaku h4{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 26px;
	line-height: 1.15;
	margin-bottom: 30px;
}
.futowaku h4 .number{
	position: absolute;
	top: -102px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	background-color: #f28735;
	font-size: 24px;
	text-align: center;
	width: 200px;
	line-height: 60px;
	color: #fff;
	letter-spacing: 3px;
}
.futowaku h4 .title {
	color: #5b4d42;
	text-align: center;
}
.futowaku strong{
	color: #f28735;
}
.futowaku picture {
	border-radius: 8px;
	margin-top: 25px;
	margin-bottom: 25px;
	display: block;
}
.futowaku picture img{
	filter: drop-shadow(0 10px 15px rgb(172 153 114 / 25%));
}
.futowaku ul{
	margin-top: 17px;
	margin-bottom: 17px;
}
.futowaku ul li{
	color: #5b4d42;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	display: flex;
  align-items: center;
}
.futowaku ul li::before{
	display: inline-block;
	content: "";
	width: 17px;
	height: 17px;
	background-image: url(/images/measures/inheritedproperty/check_pc.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.inheritedproperty .futowaku:nth-child(2) picture{
	margin-top: 40px;
	margin-bottom: 0;
}
.inheritedproperty .futowaku:nth-child(2) picture img{
	filter: none;
	box-shadow: none;
}

@media screen and (max-width:480px) {
	.inheritedproperty .measures_title::before{
		width: 30px;
		height: 30px;
		margin-bottom: 10px;
	}
	.inheritedproperty .measures_title_text{
		margin-right: auto;
		padding-top: 146px;
		margin-bottom: 60px;
	}
	.inheritedproperty .measures_title_text::before{
		top: -20px;
		left: 50%;
		transform: translateX(-50%);
		width: 109px;
		height: 145px;
	}
	.futowaku{
		width: calc(100% - (10px * 2));
		border: 10px solid #eecb98;
		padding: 20px;
		position: relative;
		margin: 0 auto;
	}
	.measures_waku .futowaku + .futowaku{
		margin-top: 74px;
	}
	.futowaku p{
		font-size: 14px;
		line-height: 1.6;
	}
	.futowaku h4{
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 14px;
	}

	.futowaku h4 .number{
		top: -65px;
		width: 150px;
		line-height: 45px;
		font-size: 18px;
		letter-spacing: 1px;
	}
	.futowaku picture{
		border-radius: 4px;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.futowaku picture img{
		box-shadow: 0 5px 7px rgb(172 153 114 / 15%);
	}
	.futowaku ul{
		margin-top: 15px;
		margin-bottom: 15px
	}
	.futowaku ul li{
		font-size: 14px;
		line-height: 20px;
	}
	.futowaku ul li::before{
		background-image: url(/images/measures/inheritedproperty/check_sp.png);
		margin-right: 8px;
		width: 20px;
	}
	.inheritedproperty .futowaku:nth-child(2) picture{
		margin-top: 20px;
		margin-bottom: 0;
	}
	.futowaku ul li + li{
		margin-top: 8px;
	}
}
/*------------------------------------

	共有不動産のご売却

--------------------------------------*/
.sharedrealestate .measures_title::before{
	content: "";
	display: block;
	background-image: url(/images/measures/sharedrealestate/sharedrealestate_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 64px;
	height: 64px;
	margin-bottom: 15px;
}
.sharedrealestate .measures_title_text{
	margin-left: 120px;
	margin-bottom: 78px;
}
.sharedrealestate .measures_title_text::before{
	content: "";
	position: absolute;
	top: -182px;
	right: -267px;
	background-image: url(/images/measures/sharedrealestate/sharedrealestate_character.png);
	background-size: contain;
	width: 238px;
	height: 298px;
	display: block;
}
.case{
	display: flex;
	flex-wrap: wrap;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff4e4;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 36px;
	padding-left: 30px;
}
.case ~ .case {
	margin-top: 40px;
}
.case h4{
	width: 100%;
	font-size: 20px;
	color: #595959;
	display: flex;
  align-items: center;
	margin-bottom: 22px;
}
.case:nth-of-type(3) h4{
	margin-bottom: 30px;
}
.case h4 .number{
	background-color: #f28735;
	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: 22px;
	margin-right: 10px;
	letter-spacing: 1px;
	padding-left: 1px;
}
.case h4 .number::before{
	content: "CASE";
	display: block;
	font-size: 12px;
	line-height: 1;
	margin-top: 6px;
}
.case img{
	width: 432px;
}
.case p{
	width: 322px;
	margin-left:auto;
	margin-top: -8px;
	font-size: 16px;
}

@media screen and (max-width:480px) {
	.sharedrealestate .measures_title::before{
		width: 32px;
		height: 32px;
		margin-bottom: 10px;
	}
	.sharedrealestate .measures_title_text{
		margin-left: auto;
		padding-top: 144px;
		padding-bottom: 0;
		margin-bottom: 36px;
	}
	.sharedrealestate .measures_title_text::before{
		top: -27px;
		left: 50%;
		transform: translateX(-50%);
		width: 119px;
		height: 149px;
	}
	.case{
		width: calc(100% - 40px);
		padding: 20px;
	}
	.case ~ .case{
		margin-top: 20px;
	}
	.case h4{
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 1.2;
		text-align: justify;
	}
	.case:nth-of-type(3) h4{
		margin-bottom: 15px;
	}
	.case h4 .number{
		font-size: 15px;
		margin-right: 8px;
		width: 40px;
		height: 40px;
	}
	.case h4 .number::before {
		font-size: 10px;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.case h4 span{
		width: calc(100% - 54px);
	}
	.case p {
		font-size: 14px;
		line-height: 1.6;
		width: 100%;
		margin-top: 15px;
	}
	.case img{
		width: 100%;
	}
}
/*------------------------------------

	生前贈与のご相談

--------------------------------------*/
.lifetimegift .measures_title::before{
	content: "";
	display: block;
	background-image: url(/images/measures/lifetimegift/lifetimegift_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 66px;
	height: 60px;
	margin-bottom: 15px;
}
.lifetimegift .measures_title_text {
    position: relative;
    width: 545px;
    margin-left: 415px;
    margin-right: auto;
    margin-bottom: 54px;
}
.lifetimegift .measures_title_text::before{
	position: absolute;
	top: -28px;
	left: -283px;
	display: block;
	content: "";
	background-image: url(/images/measures/lifetimegift/lifetimegift_character_pc.png);
	width: 240px;
	height: 160px;
}
.lifetimegift .futowaku + .futowaku {
	margin-top: 40px;
}
.lifetimegift .futowaku:nth-child(2) h4 {
	margin-bottom: 36px;
}
.lifetimegift .futowaku strong {
  color: #000;
}
.kojowaku{
	border-radius: 10px;
	background-color: #fff;
}
.kojowaku + .kojowaku{
	margin-top: 40px;
}
.kojowaku > div{
	box-shadow: 0 10px 15px rgb(172 153 114 / 20%);
	mix-blend-mode: multiply;
	padding: 40px;
	border-radius: 10px;
}
.kojowaku h5{
	color: #f28735;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	margin-bottom: 25px;
}
.kojowaku h6{
	font-size: 16px;
	line-height: 1;
	margin-bottom: 20px;
}
.kojowaku table + h6{
	margin-top: 40px;
}
.kojowaku p{
	line-height: 1;
	margin-bottom: 20px;
}
.kojowaku table{
	width: 100%;
}
.kojowaku table tr{
	border-bottom: 1px solid #bdbdbd;
	line-height: 39px;
}
.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: #f28735;
}
.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;
}
@media screen and (max-width:480px) {
	.lifetimegift .measures_title::before{
		width: 33px;
		height: 30px;
		margin-bottom: 10px;
	}
	.lifetimegift .measures_title_text{
		margin-left: auto;
		width: calc(100% - 30px);
		margin-bottom:0;
		padding-top: 140px;
		padding-bottom: 14px;
	}
	.lifetimegift .measures_title_text::before{
		display: none;
	}
	.lifetimegift .measures_title_text::after{
		position: absolute;
		content: "";
		background-image: url(/images/measures/lifetimegift/lifetimegift_character_sp.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		top: -24px;
		left: 50%;
		transform: translateX(-50%);
		width: 228px;
		height: 152px;
		display: block;
	}
	.lifetimegift .futowaku + .futowaku{
		margin-top: 10px;
	}
	.lifetimegift .futowaku:nth-child(2) h4 {
		margin-bottom: 18px;
	}
	.kojowaku {
		border-radius: 5px;
	}
	.kojowaku + .kojowaku{
		margin-top: 20px;
	}
	.kojowaku > div{
		box-shadow: 0 5px 7px rgb(172 153 114 / 15%);
		padding: 20px 10px;
	}
	.kojowaku h5{
		font-size: 16px;
		margin-bottom: 22px;
	}
	.kojowaku h6{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.kojowaku p{
		line-height: 1.6;
		margin-bottom: 10px;
	}
	.kojowaku table tr{
		line-height: 3;
	}
	.kojowaku table tr th,
	.kojowaku table tr td{
		font-size: 14px;
	}
	.kojowaku table tr th{
		padding-top: 2px;
		font-weight: 400;
	}
	.kojowaku table th:nth-of-type(1){
		font-size: 14px;
		line-height: 1.2;
	}
	.kojowaku table td:nth-of-type(1){
		line-height: 1.3;
	}
	.kojowaku table br{
		display: block;
	}
}