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

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

section #title{
  text-align: center;
}

section #box{
	background-color: #F4E6DF;
	margin-top: 20px;
	padding: 65px 60px 80px;
	background: #F4E6DF url('../img/about/about-bg.png') no-repeat right bottom;
}

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

section #box p{
	width: 360px;
	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{
	margin-top: 20px;
	padding: 20px 10px;
	line-height: 180%;
	background-image: none;
}

section #box h3{
	font-size: 1.2rem;
	margin-bottom: 20px;
	text-align: center;
}

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

section #box p{
	width: 100%;
}

}

