

/*lesson----------*/
@media screen and (min-width:1024px){
	#guide{
		padding-top: 118px;
		background-color: #fff;
		padding-bottom:20px;
	}
	#guide h2{
		position: absolute;
		top:5px;
		left:119px;
		width: 26px;
	}

	#guide .descbox{
		margin-left: 221px;
		margin-bottom: 30px;
	}
	#guide .descbox .title{
		font-family: 'Noto Serif JP', serif;
		font-weight: 200;
		font-size: 30px;
		padding:0 0 5px;
		line-height: 1.5em;
	}

	#guide .descbox .desc{
		margin-top: 40px;
		border-top: 1px solid #707070;
		width: 900px;
		padding:15px 0 0;
		position: relative;
		z-index: 2;
	}
	
	#guide .descbox .desc .heading{
		font-size: 20px;
		font-weight: 400;
		line-height: 2em;
		padding: 15px 0 0 ;
	}
	
	#guide .descbox .desc .txt{
		font-size: 19px;
		font-weight: 300;
		line-height: 1.6em;
	}
	
	
	#guide .company table{
		font-size: 18px;
		font-weight: 300;
		line-height: 2em;
		width: 90%;
	}
	
	#guide .company table th{
		font-size: 18px;
		font-weight: 300;
		line-height: 2em;
		width: 30%;
		padding: 7px 0;
	}
	
	#guide .company table td{
		font-size: 18px;
		font-weight: 300;
		line-height: 2em;
		width: 70%;
		padding: 7px 0;
	}
	
	#guide .company table td.bold{
		font-weight: 400;
	}
	
	
}

@media screen and (max-width:1023px) {
	
	header h1{
		background-color: #fff;
	}
	
	#guide{
		position: relative;
		height:auto;
		background-color: #fff;
		padding-top:30px;
		width: 100%;
		
		box-shadow:0px -8px 8px 0px #ddd inset;
	}
	#guide h2{
		position: absolute;
		top:33px;
		left:8%;
		width: 26px;
	}
	
	#guide .descbox{
		width: 100%;
		padding-bottom: 60px;
	}

	#guide .descbox .title{
		font-family: 'Noto Serif JP', serif;
		font-weight: 200;
		font-size: 30px;
		padding:0;
		margin-left: 10%;
		margin-right: 5%;
	}

	#guide .descbox .desc{
		margin-top: 40px;
		border-top: 1px solid #707070;
		margin-left: 10%;
		padding:32px 0 0;
		width: 82%
		
	}
	#guide .descbox .desc .heading{
		font-size: 18px;
		font-weight: 400;
		line-height: 2em;
		padding: 15px 0 0 ;
	}
	
	#guide .descbox .desc .txt{
		font-size: 18px;
		font-weight: 300;
		line-height: 1.6em;
	}
	
	#guide .company table{
		font-size: 18px;
		font-weight: 300;
		line-height: 2em;
		width: 100%;
	}
	
	#guide .company table th{
		font-size: 16px;
		font-weight: 300;
		line-height: 2em;
		width: 40%;
		padding: 7px 0;
	}
	
	#guide .company table td{
		font-size: 16px;
		font-weight: 300;
		line-height: 2em;
		width: 55%;
		padding: 7px 0;
		padding-left: 5%
	}
	
	#guide .company table td.bold{
		font-weight: 400;
	}
	
	
}

@media screen and ( max-width:599px) {
	
	#lesson h2{
		width: 20px;
	}
	
	#lesson .descbox .subtitle{
		font-size: 18px;
	}

	#lesson .descbox .title{
		font-size: 26px;
	}

	#lesson .descbox .desc{
		font-size: 16px;
	}
	
	
}

