@charset "utf-8";
/* ----------------------------------------
  
  
 * jutaku-shien
 ---------------------------------------- */

#ks{ 
	h3{
		font-size:1.6rem;
		border-bottom:3px solid #083976;
		padding:0 0 10px;
		margin:0 0 30px;
		}

	h3 span{
		font-size:1rem;
	}
	.area_txt{
		margin:0 0 80px;
	}
	.box-gray{
		background-color:#F0F1EC;
		padding:32px 40px;
		margin:0 0 60px;
		font-size:1.1rem;
		}

	.box-gray h4{
		text-align:center;
		font-weight:bold;
		font-size:1.6rem;
		color:#083976;
	}

	.box-gray ul{
		margin:0;
		padding:0;
		}

	.box-gray li{
      line-height: 1.5;
	  padding: 0.5em 0;
	  list-style-type: none!important;
	  font-size: 1.4rem;
	}

	.box-gray li:before {
		  content: '';/*何も入れない*/
		  display: inline-block;
		  width: 30px;/*画像の幅*/
		  height: 26px;/*画像の高さ*/
		  background-image: url(../img/jutaku-shien/icon-check.png);
		  background-size: contain;
		  vertical-align: middle;
		  margin-top:-10px;
		  margin-right:10px;		
     }
	 
	 .box-gray.img-ochikomi{
		  background-image: url(../img/jutaku-shien/img-ochikomi.png);
		  background-repeat:no-repeat;
		  background-position:right 20px bottom;
		  background-size:160px;
		  padding-right:180px;
		 }

	.box-border{
		border:1px solid #083976;
		padding:20px 30px;
		margin:0 0 50px;
		text-align:center;
		}

	.area_ttl{
		display:flex;
		align-items: center;
		margin:0 0 30px;
		}
	.area_ttl img{
		width:120px;
		height:120px;
		border-radius: 50%;  /* 円形にする */
		}	
	.area_ttl img.img-owner{
		border:3px solid #083976;}	
	
	.area_ttl h3{
		width:calc(100% - 120px);
		font-size:1.7rem;
		font-weight:bold;
		border-bottom:3px solid #083976;
		padding:0 0 10px 10px;
	}
	.area_ttl h3 span{
		color:#083976;
		font-size:1rem;
	}
	h4{
		text-align:center;
		font-weight:bold;
		font-size:1.6rem;
		margin:0 0 30px;
	}
	h4 span{
		background: linear-gradient(transparent 70%, #FFC642 70%);
		}
	
	.area_CTA{
		margin:0 0 50px;
		text-align:center;
		}

	.area_CTA .area_btn{
		display:flex;
		flex-grow: 1;
		margin-top:20px;
		}

	  
	.area_CTA .area_btn img{
		width:calc(100% - 15px);
	  } 



@media screen and (max-width: 950px) {

	h3{
		font-size:1.1rem;
		border-bottom:2px solid #083976;
		}

	h3 span{
		font-size:0.9rem;
	}
	.area_txt{
		margin:0 0 40px;
	}
	.box-gray{
		padding:20px 24px;
		margin:0 0 40px;
		font-size:1rem;
		}

	.box-gray h4{
		font-size:1rem;
	}

	.box-gray li{
      line-height: 1.5;
	  padding: 0.5em 0;
	  list-style-type: none!important;
	  font-size: 1rem;
	}

	.box-gray li:before {
		  content: '';/*何も入れない*/
		  display: inline-block;
		  width: 30px;/*画像の幅*/
		  height: 26px;/*画像の高さ*/
		  background-image: url(../img/jutaku-shien/icon-check.png);
		  background-size: contain;
		  vertical-align: middle;
		  margin-top:-10px;
		  margin-right:10px;		
     }
	 
	 .box-gray.img-ochikomi{
		  background-image: url(../img/jutaku-shien/img-ochikomi.png);
		  background-repeat:no-repeat;
		  background-position: center bottom;
		  background-size:140px;
		  padding-right:0px;
		  padding-bottom:180px;
		 }

	.box-border{
		padding:10px;
		margin:0 0 40px;
		}

	.area_ttl{
		display:block;
		margin:0 auto 30px;
		text-align:center;
		}
	.area_ttl img{
		width:120px;
		height:120px;
		border-radius: 50%;  /* 円形にする */
		margin:0 auto 10px;
		}	
	.area_ttl img.img-owner{
		border:2px solid #083976;}	
	
	.area_ttl h3{
		width:100%;
		font-size:1.7rem;
		font-weight:bold;
		border-bottom:2px solid #083976;
		padding:0 0 10px 10px;
	}
	.area_ttl h3 span{
		font-size:0.9rem;
	}
	h4{
		text-align:center;
		font-weight:bold;
		font-size:1rem;
		margin:0 0 10px;
	}

	.area_CTA{
		margin:0 0 30px;
		text-align:center;
		}

	.area_CTA .area_btn{
		display:block;
		margin-top:20px;
		}

	  
	.area_CTA .area_btn img{
		width:100%;
		margin:0 0 20px;
	  } 




}











}

	

