
section h2{
	text-align: center;
	margin-bottom: 38px;
}

section #lead{
	line-height: 200%;
	text-align: center;
	font-weight: bold;
	margin: 30px 0 50px;
}

section #box{
	background-color: #f4f4f3;
	margin-top: 20px;
	padding: 36px;
	background: #f4f4f3 url('../img/about/image.jpg') no-repeat right 10px top;
}

section #box h3{
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 38px;
}

section #box p{
	width: 426px;
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
}

section #link{
	text-align: center;
	margin-top: 40px;
}


/*--------------------------------------
Smartphone 
----------------------------------------*/

@media screen and (max-width: 767px) {
	
section #box{
	background-color: #f4f4f3;
	margin-top: 20px;
	padding: 10px;
	background: #f4f4f3;
	line-height: 180%;
}

section #box h3{
	font-size: 1.2rem;
}

section #box img{
	float: right;
	width: 120px;
}

section #box p{
	width: 100%;
}

}

