@charset "UTF-8";
/* CSS Document */
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 600;
}

#main-img{
	background: url(../images/idx/main_bg.png)no-repeat center center;
	background-size:cover;
}
#main-img h1{
	padding: 50px 0 30px 0;
}

#concept{
	background: url(../images/idx/concept_bg.png)no-repeat center center;
	background-size:cover;
	color: #4c4b4c;
}

#concept h2{
	padding: 10px;
    margin: 50px 0;
    font-weight: bold;
    border: solid 1px #4c4b4c;/*線*/
    border-radius: 10px;/*角の丸み*/
}
#concept p{
	padding-bottom: 50px;
}
#concept .txt01{
	padding-top: 50px;
	padding-bottom: 0px;
	line-height: 160%;
}
#about{
	background: url(../images/idx/about_bg.png)no-repeat center center;
	background-size:cover;
	color: #4c4b4c;
	padding-bottom: 100px;
}
#about h2{
	padding: 10px;
    margin: 50px 0;
    font-weight: bold;
    border: solid 1px #FFFFFF;/*線*/
    border-radius: 10px;/*角の丸み*/
}
#about table.table{
	table-layout: fixed;
}
#about table.table th{
	width: 25%;
}
#info{
	width: 80%;
	margin: 0 auto;
	padding-top: 50px;
}
footer{
	background: #4c4b4c;
	text-align: center;
	color: #FFFFFF;
	padding: 30px 0;
}
