@charset "utf-8";


/*==========================================
 lease
===========================================*/
#lease{}

#lease .midashi{
	font-size:1.8em;
	margin-bottom: 40px;
	font-weight: bold;
}

#lease .topCom{}
#lease .topCom div:first-of-type{
	width: 54%;
	font-size: 1.1em;
}

#lease .topCom div:first-of-type img{
	width: 100%;
	max-width: 250px;
	margin: 30px auto 0 0 ;
	display: block;
}

#lease .topCom div:last-of-type{
	width: 38%;
	padding-top: 15px;
	text-align: center;
}

#lease .topCom div:last-of-type img{
	width:100%;
	max-width: 600px;
	margin: 0 auto;
}

@media only screen and (max-width: 799px){
	#lease .topCom div:first-of-type{
		width: 100%;
	}
	#lease .topCom div:last-of-type{
		width: 100%;
		padding-top: 40px;
	}
	#lease .topCom div:first-of-type img{
		margin: 30px auto 0;
	}

}


/*==========================================
 shikumi
===========================================*/

#shikumi{}

#shikumi img{
	width: 100%;
	margin: 0 auto;
	display: block;
}

#shikumi img.shikumiImg{
	max-width: 900px;
}

#shikumi img.shikumiImg_mb{
	max-width: 700px;
	display: none;
}

@media only screen and (max-width: 799px){
	#shikumi img.shikumiImg{
		display: none;
	}

	#shikumi img.shikumiImg_mb{
		display: block;
	}
	
}

/*==========================================
 point
===========================================*/
#point{}

#point h4{
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 1.4em;
}

#point > div{
	padding-top: 20px;
	margin-top: 50px;
	border-top: 1px dotted #999;
}

#point > div:first-of-type{
	border: none;
	margin-top: 0;
	padding-top: 0;
}


/*==========================================
 seminar
===========================================*/
#seminar{
	background: #e8f5fd;
	margin-top: 70px;
}
#seminar > div{
	padding: 30px;
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
}

#seminar > div p{
	font-size: 1.2rem;
	font-weight: normal;
	margin-top: 20px;
}

#seminar > div p span{
	font-size: 1.6rem;
	font-weight: bold;
	padding-left: 20px;
}

#seminar > div p.notes{
	margin-top: 5px;
	color: red;
	font-size: 0.98rem;
}

@media only screen and (max-width: 799px){
	#seminar > div p{
		font-size: 1rem;
	}
	#seminar > div p span{
		font-size: 2rem;
	}

}