<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　kantei
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-lower-ttl::after{
  background-image:url(../image/bg_page_ttl_pc.jpg);  
}
.page-lower-ttl h1 {
  max-width: 570px;
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* kantei
-----------------------------------------------------------------*/
.kantei{
	padding: 85px 0 180px;
}
.kantei .ttl-intro{
	margin-bottom: 110px;
	text-align: center;
}
.kantei .wide-cont-intro{
	position: relative;
	z-index: 20;
}
.kantei .wide-cont-intro .txt+.txt{
	margin-top: 30px;
}

.widebg-cont::before{
	background: #E9F6FE;
}
.kantei .service-menu{
	margin-top: -50px;
	padding: 110px 0 140px;
}

.kantei .service-menu-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kantei .service-menu-list li{
	max-width: 580px;
	width: calc(50% - 5px);
	padding: 40px 5%;
	background: no-repeat right top #FFF;
	background-size: auto 107px;
	border-radius: 10px;
}
.kantei .service-menu-list li:nth-child(n+3){
	margin-top: 35px;
}
.kantei .service-menu-list li:nth-child(1){ background-image:url(../image/ico_01.png); background-position: right 10px top;}
.kantei .service-menu-list li:nth-child(2){ background-image:url(../image/ico_02.png); }
.kantei .service-menu-list li:nth-child(3){ background-image:url(../image/ico_03.png); }
.kantei .service-menu-list li:nth-child(4){ background-image:url(../image/ico_04.png); }

.kantei .service-menu-list h4{
	margin-bottom: 5px;
	font-size: 2rem;
	color: #0068BA;
}
.kantei .service-menu-list .txt{
	font-size: 1.7rem;
}

.sec-btm-bnr{
	margin-top: 115px;
}












/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


	.page-lower-ttl::after{
		background-image:url(../image/bg_page_ttl_sp.jpg);  
	}
	.page-lower-ttl h1 {
		max-width: 200px;
	}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* kantei
-----------------------------------------------------------------*/
	.kantei{
		padding: 40px 0 70px;
	}
	.kantei .ttl-intro{
		margin-bottom: 50px;
	}
	.kantei .wide-cont-intro .txt+.txt{
		margin-top: 25px;
	}


	.kantei .service-menu{
		margin-top: 20px;
		padding: 40px 0 50px;
		background: #E9F6FE;
	}

	.kantei .service-menu-list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.kantei .service-menu-list li{
		max-width: none;
		width: 100%;
		padding: 25px 20px;
		background: no-repeat right 20px top 25px #FFF;
		background-size: auto 48px;
		border-radius: 5px;
	}
	.kantei .service-menu-list li:nth-child(n+2){
		margin-top: 15px;
	}
	.kantei .service-menu-list li:nth-child(1){ background-image:url(../image/ico_01.png); background-position: right 20px top 25px;}
	.kantei .service-menu-list li:nth-child(2){ background-image:url(../image/ico_02.png); }
	.kantei .service-menu-list li:nth-child(3){ background-image:url(../image/ico_03.png); }
	.kantei .service-menu-list li:nth-child(4){ background-image:url(../image/ico_04.png); }
	
	.kantei .service-menu-list h4{
		margin-bottom: 5px;
		font-size: 1.5rem;
	}
	.kantei .service-menu-list .txt{
		font-size: 1.3rem;
	}
	
	.sec-btm-bnr{
		margin-top: 40px;
	}

}</pre></body></html>