@charset "utf-8";
/* ----------------------------------------
  
  
 * tpro
 ---------------------------------------- */

#tpro{ 
	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;
	}
	dl{
		display:flex;
		align-items: stretch;
		margin:0;
	}

	dl dt{
		width:200px;
		color:#fff;
		font-size:1.2rem;
		font-weight:bold;
		margin:0 0 30px 30px;
		background-color:#083976;
		padding:40px 0px;
	    display: flex;
        align-items: center;
		justify-content: center;
		
		}

	dl dd{
		width: calc(100% - 230px);
		margin-bottom:30px;
	    display: flex;
        align-items: center;
	}
	
	dl +h3{
		margin-top:60px;
	}

	.box-tpro{
		  background-image: url(../img/tpro/bg-tpro.jpg);
		  background-position:left bottom;
		  background-repeat:no-repeat;
		  background-size:cover;
		  padding:32px 40px;
		  margin:0 0 60px;
		  text-align:center;
		  font-size:1.1rem;
		  font-weight:bold;
		  line-height:1.6
	}
	.box-tpro div{
		margin:0 0 30px;
	}
	.box-gray{
		background-color:#F0F1EC;
		padding:32px 40px;
		margin:0 0 60px;
		font-size:1.1rem;
		}

	.box-gray h4,.box-tpro 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%);
		}
		
	.ex-menu{
		display:flex;
		flex-wrap: wrap;
		margin:0 20px 30px;
		}	

	.ex-menu img{
		width:calc(50% - 30px);
		margin:0 15px 30px;
		border-radius:20px;
	    }

	.area_btn{
		margin:0px auto 30px;
		text-align:center;
		}

	  
	.area_btn img{
		width:600px;
		margin:0 auto;
		} 



@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;
	}
	dl{
		display:block;
		margin:0 10px 30px;
	}

	dl dt{
		width:100%;
		margin:0 auto 20px;
		padding:20px 0px;
	    display: flex;
        align-items: center;
		justify-content: center;
		}

	dl dd{
		width: 100%;
		margin:0px;
	    display: block ;
	}
	
	dl +h3{
		margin-top:30px;
	}
	
   .box-tpro{
		  background-image: url(../img/tpro/bg_man.png);
		  background-position:left bottom;
		  background-repeat:repeat-x;
		  background-size: auto;
		  padding:32px 40px 0;
		  margin:0 0 50px;
		  text-align:center;
		  font-size:1.1rem;
		  font-weight:bold;
		  line-height:1.4
	}
   .box-tpro img{
	   margin:0 auto;
   }
	.box-tpro div{
		margin:0 0 30px;
		text-align:left;
	}

	.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;
	}

	.ex-menu{
		display:flex;
		flex-wrap: wrap;
		margin:0 0 30px;
		}	

	.ex-menu img{
		width:calc(50% - 10px);
		margin:0 5px 30px;
		border-radius:10px;
	    }

	.area_btn{
		margin:0px auto 30px;
		text-align:center;
		}

	  
	.area_btn img{
		width:calc(100% - 20px);
		margin:0 10px;
		} 





}











}

	

