@charset "utf-8";

.border{
	background: linear-gradient(transparent 70%, #FFE900 70%);	
}
.aisatu .p1{
	font-family: "font_B";
	font-size: 40px;
	line-height: 55px;
	text-align: center;
}
.aisatu .p2{
	font-size: 30px;
	line-height: 50px;
	text-align: justify;
	width: 90%;
	margin-right: 30px;
}
.aisatu img{
	width: 450px;
}

/*------レスポンシブ-------*/
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
	.aisatu img{
	width: 505px;
}
	.aisatu .p2{
	width: 85%;
	margin: 30px 0;	
}
}

/*----　会社概要　----*/
.company table{
	font-size: 19px;
	margin: 40px auto;
	font-family: "font_M";
	width: 80%;
	max-width: 800px;
	border-collapse: collapse;	
}
.company table img{
	margin-right: 5px;
}
.company th,.company td {
	padding: 14px;
}
.company th{
	font-family: "font_B";
	width: 25%;
	text-align: center;
	font-weight: normal;
}
.company td{
	text-align: left;
}
.company td span {
	font-size: 90%;
}
table tr:nth-child(even) {
  background: #EEF4D6;
}
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
	.company th,.company td{
		width: auto;
		display: block;
		border-top: none;
}
	.company th{
		padding-bottom: 0;
	}
	.company td{
		text-align: center;
		border-bottom: none;
		padding-top: 0;
		padding-bottom: 25px;
}
	.company table .flex_left{
		justify-content: center;
		align-items: center;
}
	.company table{
		font-size: 22px;
}	
}
/*----　マップ　----*/
iframe{
	margin: 50px auto;
	display: block;
}