@charset "utf-8";


/*==========================================
 shndan
===========================================*/
#shindan{}


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

#shindan .topCom div:first-of-type p{
	font-size: 1.6em;
	line-height: 1.7;
	font-weight: bold;
	padding-bottom: 25px;
}

#shindan .topCom div:first-of-type p span{
	color: #ff6600;
}

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

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

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

}



/** diy_ex **/
#shindan_ex{
	margin-top: 70px;
	border-top: 1px dotted #999;
}

#shindan_ex #exImg{
}

#shindan_ex #exImg img{
	width: 16%;
	max-width: 350px;
	display: block;
	margin-bottom: 20px;
}

@media only screen and (min-width: 601px) and (max-width: 1000px) {
	#shindan_ex #exImg img{
		width: 32%;
	}
}
@media only screen and (max-width: 600px){
	#shindan_ex #exImg img{
		width: 48%;
	}

}


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

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

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

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

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

}
