@charset "utf-8";


.item-chakusyu,
.item-soudan{
	width:calc(100% - 4px);
	margin:0 auto;
	background-color: #FFFEF2;
	border:5px solid #fff;
	box-shadow: 0px 0px 0px 1px #CCCCCC;
	padding:5px;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	line-height: normal;
}

.item-chakusyu dt,
.item-soudan dt{
	width:100%;
	border-radius: 5px;
	color:#fff;
	font-size: 1.5rem;
	padding:5px 0;
}

.item-chakusyu dd,
.item-soudan dd{
	padding:15px 10px;
}

.item-chakusyu .money,
.item-soudan  .money{
	font-size:2rem;
	color:#F23106;
}


.item-chakusyu{
	margin:0 auto 15px auto;
}

.item-chakusyu dt{
	background-color:#F66762;
}

.item-chakusyu dd{
	font-size:1rem;
}

.item-soudan dd{
	font-size:1.2rem;
}

.item-soudan dt{
	background-color:#30AA39;
}

#firstcontact{
	padding:30px 0 60px 0;
}

/*--------------------------

	タブレット・スマートフォン

--------------------------*/

@media screen and (min-width: 481px){
	.item-chakusyu,
	.item-soudan{
		width:calc(50% - 5px);
		margin:0 auto;
	}
	
	.item-chakusyu dt,
	.item-soudan dt{
		font-size: 1.8rem;
	}
	
	.item-chakusyu dd,
	.item-soudan dd{
		padding:20px 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.item-chakusyu .money,
	.item-soudan  .money{
		font-size:3rem;
		color:#F23106;
	}

	.item-soudan dd{
		font-size:1.8rem;
	}
}

/*--------------------

	メインビジュアル

--------------------*/
#seikyu #mainphoto{
	width:100%;
	background-image: url("../img/seikyu/photoback.jpg");
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
}

#gengaku #mainphoto{
	width:100%;
	background-image: url("../img/gengaku/photoback.jpg");
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat;
}

#shinrai{
	width:100%;
	background-color: #004084;
	color:#fff;
	text-align: center;
}

#mainphoto .inner{
	width:100%;
	max-width: 1200px;
	line-height: 0;
	padding-top:10px;
	margin:0 auto;
	text-align: center;
}



#mainphoto .inner img{
	width:100%;
	height: auto;
}

/*--------------------------

	タブレット・スマートフォン

--------------------------*/

@media screen and (min-width: 981px){

	#shinrai h2{
		font-size:2.3rem;
		line-height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	#mainphoto .inner{
		padding-top:20px;
	}

}

/*--------------------------

	タブレット・スマートフォン

--------------------------*/
#pro{
	width:100%;
	padding:0;
	margin:0;
	position: relative;
}
#pro-main{
	width:100%;
	/*clip-path: polygon(100% 0, 100% 83%, 53% 100%, 0 83%, 0% 0%);*/
	padding:10px 0 1px 0;
	text-align: center;
	color:#fff;
	font-weight: bold;
	background-color: #004084;
	
}


#pro h2{
	font-size: clamp(1.8rem, 0.395rem + 4.683vw, 3rem);
	line-height: 1;
	color:#fff;
}

#pro .bana{
	width:99%;
	max-width: 600px;
	padding: 10px;
	margin:10px auto;
	display: flex;
	justify-content: center;
	gap:5px;
}

#pro .bana a{
	width: calc(50% - 5px);
	line-height: 0;
}

#pro .bana a img{
	width:100%;
	height: auto;
	border-radius: 5px;
}

#pro-now{
	width:100%;
	margin:0 auto;
	background-color:#004084;
	text-align-last: center;
	font-size:1.5rem;
	font-weight: bold;
	clip-path: polygon(100% 0, 100% 60%, 51% 100%, 0 60%, 0% 0%);
	padding:10px;
	margin-top:-2px;
	
}

#pro-now .text{
	background-color:#0057B7;
	clip-path: polygon(100% 0, 100% 55%, 51% 100%, 0 55%, 0% 0%);
	padding:8px 0 0 0;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color:#fff;
	text-decoration: none;
}

#pro-now .text strong{
	color:#E50012;
  text-shadow:
    2px 2px 0 #fff,
    -2px 2px 0 #fff,
    -2px -2px 0 #fff,
    2px -2px 0 #fff;
	margin-left:6px;;
	letter-spacing: 5px;
}

/*--------------------------

	タブレット・スマートフォン

--------------------------*/

@media screen and (min-width: 481px){
	
	#pro h2{
		margin-bottom: 20px;
	}
	
	#pro{
		padding:0;
		margin:0;
	}
	#pro-main{
		padding:20px 5px;
	}
	
	#pro-now{
		font-size:2.8rem;
	}
}

/*--------------------------


	ＴＯＰバナー


--------------------------*/

#topbana{
	line-height: 0;
	margin-top:50px;
}

#topbana img{
	width:100%;
	max-width: auto;
	height: auto;
}


/*--------------------------


	示談交渉でも裁判でも


--------------------------*/

#jidan{
	padding:30px 0;
}

#jidan h2{
	font-size: clamp(1.17rem, 0.198rem + 3.239vw, 2rem);
	/*font-size:1.17rem;*/
	margin-bottom:20px;
}

#jidan h2 span{
	font-size: clamp(1.4rem, 0.112rem + 4.293vw, 2.5rem);
}

#jidan h2 span.blue{
	color:#004084;
}

#jidan h2 strong{
	font-size: clamp(1.8rem, 0.629rem + 3.902vw, 2.8rem);
	color:#FF0047;
}

#taiou{
	width:95%;
	max-width:1200px;
	margin:20px auto 0 auto;
	text-align: center;
}

#taiou .japan{
	width:150px;
	margin:0 auto;
}

#taiou .japan img{
	width:100%;
	height: auto;
}

#taiou .text{
	font-size:1.5rem;
	color:#F44500;
	font-weight: bold;
}


/*--------------------------

	タブレット・スマートフォン

--------------------------*/

@media screen and (min-width: 480px){
	#jidan h2{
		margin-bottom:50px;
	}	
	#jidan{
		margin-top:100px;
	}
	
	#jidan .inner{
		max-width:800px;
		display: flex;
		justify-content: center;
		gap:20px;
	}
	
	#taiou{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top:30px;
		flex-wrap: wrap;
	}
	
	#taiou .japan{
		margin:0 15px 0 0;
	}
	
	#taiou .text{
		text-align: left;
		display: inline-block;
		font-weight: bold;
		font-size:2.2rem;
		line-height: 1;
	}
	
	#gengaku #taiou .text p{
		font-size:1rem;
		color:#0D0D0D;
		margin-top:10px;
	}

	
}

/*--------------------------


	相談


--------------------------*/

#soudan{
	width:98%;
	max-width: 1000px;
	margin:30px auto;
	background-color: #FFFEF7;
	border:3px dashed #004084;
	padding:20px 15px;
	border-radius: 10px;
}

#soudan h3{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
	font-size:1.5rem;
	color:#022882;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 30px;
}

#soudan .inner{
	width: 100%;
	padding:20px 10px;
}
#soudan .ico{
	width:150px;
	margin:0 auto -80px;
}

#soudan .ico img{
	width: 100%;
	height: auto;
}


#soudan li{
	line-height: 1.4;
	margin-bottom:8px;
	padding-left:1em;
	text-indent: -1em;
	text-align: left;
	font-weight: bold;
}

#soudan li:last-child{
	margin-bottom:0;
}

#soudan li::first-letter{
	color:#F24742;
}


/*--------------------------

	タブレット・スマートフォン

--------------------------*/

@media screen and (min-width: 481px){
	#soudan h3{
		font-size:2.3rem;
	}
	#soudan .inner{
		display: flex;
		padding-top:20px;
	}
	
	#soudan .ico{
		margin:0 20px 0 0;
		transform: scale(-1,1);
		order:1;
	}
	
	#soudan ul{
		flex:1;
		order:2;
	}
	
	#soudan li{
		font-size: 1.2rem;
		 transform: rotate(0.003deg);
	}
}

/*--------------------------


	解決事例


--------------------------*/

#ex{
	background-image:url("../img/content/ex-back.jpg");
	background-size: cover;
	padding-bottom:30px;
}

#ex-title{
	width:100%;
	color:#fff;
	font-size: clamp(1.2rem, 0.432rem + 2.56vw, 2rem);
	background-color: #004DA2;
	text-align: center;
	font-weight: bold;
	position: relative;
	line-height: normal;
	margin-bottom:60px;
}

#ex-title:after{
	content: '';
	width:100%;
	height: 30px;
	display: block;
	position: absolute;
	left:0;
	bottom:-29px;
	background-color: #004DA2;
	clip-path: polygon(100% 0, 100% 100%, 50% 52%, 0% 100%, 0% 0%);
}

#ex-title h2{
	font-size:2rem;
}

#ex dl{
	width:98%;
	max-width:1000px;
	margin:0 auto 15px auto;
	background-color: #fff;
	padding:5px 0;
	border-radius: 5px;
	box-shadow: 1px 1px 3px 1px  rgba(70,97,126,0.30);
}

#ex dt{
	width:100%;
	display: flex;
	justify-content: space-between;
	color:#fff;
	font-size:1.3rem;
	background-color: #EA5A5A;
	font-weight: bold;
	padding-left:15px;
}

#ex dt::after{
	content:'';
	width: 10px;
	display: block;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	background-color: #fff;
}

#ex dd{
	width: 100%;
	padding:10px 5px;
	
	
}

#ex .head{
	display: flex;
}

#ex .ico{
	width:80px;
	line-height: 0;
}

#ex .ico img{
	width:100%;
	height: auto;
}

#ex .text{
	flex:1;
	margin-left:10px;
	font-size:1.1rem;
	line-height: 1.4;
	color:#600000;
	font-weight: bold;
}

#ex .text .name{
	font-size:0.78rem;
	font-weight: normal;
}

#ex .text .job{
	font-size:0.65rem;
	font-weight: normal;
}

#ex .more{
	width:100%;
	border-radius: 5px;
	padding:8px 10px;
	background-color: #EDEDED;
	margin-top:15px;
	cursor: pointer;
}

#ex .more.act{
	background-color: #F7F7F7;
}

#ex .more-ico{
	font-weight: bold;
	color:#5F0000;
	font-size: 1rem;
}

#ex .more.act .more-ico{
	font-size:0.87rem;
}

#ex .more-ico::before{
	content: '\f0d7';
	font: var(--fa-font-solid);
	margin-right:8px;
}

#ex .more.act .more-ico::before{
	content: '\f0d8';
	font: var(--fa-font-solid);
}

#ex .naiyou{
	padding:20px 1em;
	color:#000;
	display: none;
}

#ex .naiyou　strong{
	font-color:#F9042F;
}

/*--------------------------

	タブレット・スマートフォン

--------------------------*/

@media screen and (min-width: 481px){

	#ex-title h2{
		text-align: center;
		font-size:2.8rem;
	}
	
	#ex-title:after{
		content:none;
	}
		

	#ex dt{
		font-size:1.87rem;
	}
	
	#ex .head{
		align-items: center;
	}
	
	#ex .text{
		font-size:1.3rem;
		padding-right:15px;
	}
}

/*--------------------------


	任せる


--------------------------*/

#peace{
	padding:50px 0;
	text-align: center;
}
#peace h2{
	font-size:1.5rem;
	line-height: 1;
	background-image: url("../com/img/lineoner.png");
	background-size: 100% 9px;
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
	text-align: center;
	display: inline-block;
	margin-bottom:15px;
	 text-shadow:1px 1px 0 rgba(255,255,255,0.88), -1px -1px 0 rgba(255,255,255,0.88),
              -1px 1px 0 rgba(255,255,255,0.88), 1px -1px 0 rgba(255,255,255,0.88),
              0px 1px 0 rgba(255,255,255,0.88),  0 -1px 0 rgba(255,255,255,0.88),
              -1px 0 0 rgba(255,255,255,0.88), 1px 0 0 rgba(255,255,255,0.88);
}

#peace h3{
	font-size: clamp(1.17rem, 0.198rem + 3.239vw, 2rem);
	margin-bottom:20px;
}

#peace h3 span{
	font-size: clamp(1.4rem, 0.112rem + 4.293vw, 2.5rem);
}

#peace h3 span.blue{
	color:#004084;
}

#peace h3 strong{
	font-size: clamp(1.8rem, 0.629rem + 3.902vw, 2.8rem);
	color:#FF0047;
}


/*--------------------------

	タブレット・スマートフォン

--------------------------*/

@media screen and (min-width: 480px){
	#peace{
		padding:80px 0 50px 0;
	}
	#peace h2{
		font-size:2.8rem;
		margin-bottom:20px;
	}
	#peace h3{
		margin-bottom:50px;
	}	
	
	#peace .inner{
		max-width:800px;
		display: flex;
		justify-content: center;
		gap:20px;
	}
	
	/*#peace{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top:30px;
	}*/
	
	#peace .japan{
		margin:0 15px 0 0;
	}
	
	#peace .text{
		text-align: left;
		display: inline-block;
		font-weight: bold;
		font-size:2.2rem;
		line-height: 1;
	}
	
}



/*--------------------------


	報酬の目安


--------------------------*/

#housyu{
	width:98%;
	max-width:1000px;
	margin:30px auto 0 auto;
}

#housyu h4{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
	background-color: #0097A8;
	font-size:1.7rem;
	color:#fff;
	line-height: 1;
	padding:8px 3px;
	border-radius: 6px;
	margin-bottom:20px;
}

#housyu .item{
	width:100%;
}

#housyu .item:first-child{
	margin-bottom:15px;
}

#housyu h5{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	background-color:#5CBC8F;
	color:#fff;
	font-size:1.25rem;
	line-height: 1;
	padding:8px 0;
	border-radius: 5px;
	margin-bottom:20px;
	margin:0 auto 15px auto;
	/* text-shadow:1px 1px 0 #296548, -1px -1px 0 #296548,
              -1px 1px 0 #296548, 1px -1px 0 #296548,
              0px 1px 0 #296548,  0 -1px 0 #296548,
              -1px 0 0 #296548, 1px 0 0 #296548;*/

}

#housyu h5 strong{
	margin-left:5px;
	font-size:1.3rem;
	color:#000;
	 text-shadow:1px 1px 0 rgba(255,255,255,0.88), -1px -1px 0 rgba(255,255,255,0.88),
              -1px 1px 0 rgba(255,255,255,0.88), 1px -1px 0 rgba(255,255,255,0.88),
              0px 1px 0 rgba(255,255,255,0.88),  0 -1px 0 rgba(255,255,255,0.88),
              -1px 0 0 rgba(255,255,255,0.88), 1px 0 0 rgba(255,255,255,0.88);
	margin-right:3px;
}

#housyu .item:last-child h5{
	background-color:#B68866;
	 /*text-shadow:1px 1px 0 #926645, -1px -1px 0 #926645,
              -1px 1px 0 #926645, 1px -1px 0 #926645,
              0px 1px 0 #926645,  0 -1px 0 #926645,
              -1px 0 0 #926645, 1px 0 0 #926645;*/
}

#housyu table{
	width:100%;
	border-collapse:separate;
	border-spacing:0 3px;
}

#housyu th,
#housyu td{
	font-weight: bold;
	padding:5px 10px;
	vertical-align: middle;
	line-height: 1.3;
	/*border-bottom:1px dotted rgba(183,181,181,1.00);*/
	background-color: #EEEEEE;
	text-shadow:1px 1px 0 rgba(255,255,255,0.88), -1px -1px 0 rgba(255,255,255,0.88),
              -1px 1px 0 rgba(255,255,255,0.88), 1px -1px 0 rgba(255,255,255,0.88),
              0px 1px 0 rgba(255,255,255,0.88),  0 -1px 0 rgba(255,255,255,0.88),
              -1px 0 0 rgba(255,255,255,0.88), 1px 0 0 rgba(255,255,255,0.88);

}

#housyu th{
	border-radius: 5px 0 0 5px;
		font-size:1.05rem;
}
#housyu td{
	width:130px;
	color:#F33237;
	text-align: right;
	border-radius: 0 5px 5px 0;
	font-size:0.9rem;
}

#housyu td p{
	font-size:1.2rem;
	font-weight: bold;
}

#housyu td strong{
	font-size:1.8rem;
}

/*--------------------------

	タブレット・スマートフォン

--------------------------*/

@media screen and (min-width: 480px){
	#housyu .inner{
		width:100%;
		min-width: 100%;
	}
}


/*--------------------------


	任せる


--------------------------*/

#promakaseru{
	background-color: #004DA2;
	padding:30px 0;
	margin-bottom:0;
}

#promakaseru h2{
	color:#fff;
	margin-bottom:20px;
}

#promakaseru dl{
	width:98%;
	max-width: 1000px;
	background-color: #fff;
	padding:0 5px;
	margin:0 auto 15px auto;
	margin-bottom:15px;
	border-radius: 5px;
}

#promakaseru dt{
	width:100%;
	display: flex;
}

#promakaseru dt .ico{
	width:50px;
	margin-top: -5px;
}

#promakaseru dt .ico img{
	width:100%;
	height: auto;
}

#promakaseru dt .text{
	flex:1;
	padding:20px 10px 10px 15px;
	line-height: 1.4rem;
	font-size:1.4rem;
	color:#004DA2;
	font-weight: bold;
}

#promakaseru dd{
	padding:15px;
}

#promakaseru .coment{
	width:98%;
	max-width: 1000px;
	color:#fff;
	font-weight: bold;
	margin:20px auto 0 auto;
}


/*--------------------------


	悩む


--------------------------*/

#nayamu{
	width:98%;
	max-width:1000px;
	margin:30px auto 0 auto;
}

#nayamu h2{
}
/*--------------------------


	ポイント


--------------------------*/

#point{
	margin-top:30px;
}
