@charset "utf-8";

/*-----トップイメージ-----*/
#top_img,#top_img .top_text{
	height: 300px;
}
#top_img .top_text{
	padding-top: 50px;
}

/*-----ご挨拶-----*/
.greeting .img{
	width: 300px;
	height: 300px;
	background-color: burlywood;
	border-radius: 20px;
}
.greeting .text{
	width: 600px;
	padding-left: 20px;
}
.greeting .name{
	margin-top: 20px;	
}

/*-----ご挨拶-----*/
.BG{
	background-image: url("../images/index_top_BG.jpg");
	width: 100%;
	padding: 100px 0;
}
.features .title{
	font-family: "font_B";
	text-align: center;
	font-size: 35px;
}
.features .img{
	width: 1000px;
	height: 400px;
	margin:30px auto;
	background-image: url("../images/pixta_89105772.jpg");
}
.features .p1{
	font-family: "font_T";
	background-color: green;
	color: #fff;;
	text-align: center;
	width: 400px;
	margin: 30px auto 0 auto;
	padding: 5px 0 8px 0;
	border-radius: 30px;
}
.features .waku2{
	background-color: #fff;
	width: 320px;
	height: 150px;
	margin: 20px;
	padding: 10px 20px;
}
.features .p5{
	font-family: "font_T";
	font-size: 18px;
}
.features .p6{
	font-size: 17px;
}

/*-----会社概要-----*/
table {
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	margin: 10px auto;
	border-collapse: collapse;
	width: 700px;
}
th,td {
	padding: 15px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #646566;
}
th{
	width: 20%;
	text-align: center;
}
td span {
	font-size: 90%;
}






















