@charset "utf-8";
/* CSS Document */
@import url("style.css");
#service {}
#service ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 50px;
}
#service ul li {
	width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: solid 3px #ccc;
	border-radius: 5px;
	margin: 5px;
	padding: 10px;
	box-sizing: border-box;
}
#service ul li img {
	height: 50px;
	margin: 0 0 10px;
}
#service ul li b {
	font-size: 21px;
	color: #09f;
	font-weight: 900;
	margin: 0 0 20px;
}
#service ul li p {
	text-align: center;
	margin: 0 0 20px;
}
#service ul li a {
	color: #fff;
	background: #09f;
	font-size: 12px;
	padding: 5px 10px;
}
#service div {
	background: url(../img/index/img_01.svg) no-repeat right bottom;
	background-size: 370px;
	margin: 0 50px -50px;
}
#service div strong {
	color: #f90;
	font-size: 18px;
	font-weight: 700;
	display: block;
	text-align: center;
	margin: 0 0 50px;
}
#service div strong br {
	display: none;
}
#service div p {
	line-height: 36px;
	padding: 0 80px 100px;
}
#service div p b {
	color: #09f;
	font-weight: 700;
}
#about {}
#about dl {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 30px;
}
#about dl dt {
	text-align: center;
	margin: 0 0 20px;
}
#about dl dd {
	color: #09f;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 20px;
}
#about div {
	display: flex;
	justify-content: center;
	margin: 0 0 50px;
}
#about div img {
	border: solid 6px #efefef;
	margin: 5px;
}
#about strong {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
#about p {}
#about p b {
	color: #f90;
}
#greeting {}
#greeting dl {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}
#greeting dl dt {}
#greeting dl dt img {
	width: 250px;
	margin: 0 0 20px;
}
#greeting dl dt p {
	text-align: center;
	font-weight: 700;
}
#greeting dl dd {
	width: 70%;
	font-size: 12px;
	text-align: justify;
}
#office {}
#office table {
	line-height: 36px;
	margin: auto;
	width: 75%;
}
#office table tr {
	border-bottom: solid 1px #ccc;
}
#office table th {
	text-align-last: justify;
	padding: 20px 50px;
}
#office table td {
	padding: 20px 50px;
}
@media (max-width: 768px) {
	#service {}
	#service ul {
		flex-direction: column;
	}
	#service ul li {
		width: 100%;
		display: grid;
		grid-template-columns: 40px 1fr;
		grid-template-rows: 40px 1fr 1fr;
		margin: 0 0 5px;
	}
	#service ul li img {
		height: 30px;
		margin: 0;
	}
	#service ul li b {
		margin: 0;
	}
	#service ul li p {
		grid-column: 1 / 3;
		grid-row: 2 / 3;
		text-align: left;
		margin: 0;
		font-size: 12px;
	}
	#service ul li p br {
		display: none;
	}
	#service ul li a {
		grid-column: 1 / 3;
		grid-row: 3 / 4;
		text-align: center;
		border-radius: 3px;
	}
	#service div {
		margin: 0;
		padding: 0 0 250px;
		background-size: auto 250px;
		background-position: center bottom;
	}
	#service div strong {
		margin: 0 0 20px;
	}
	#service div strong br {
		display: block;
	}
	#service div p {
		padding: 0;
		line-height: inherit;
	}
	#service div p b {}
	#service div p br {
		display: none;
	}
	#about {}
	#about dl {}
	#about dl dt {
		text-align: justify;
	}
	#about dl dt br {
		display: none;
	}
	#about dl dd {}
	#about div {}
	#about div img {
		width: calc(100%/3 - 10px);
		border: solid 3px #efefef;
		margin: 2px;
	}
	#about strong {}
	#about p {
		font-size: 12px;
	}
	#about p b {}
	#greeting {}
	#greeting dl {
		flex-direction: column;
	}
	#greeting dl dt {
		margin: 0 0 20px;
	}
	#greeting dl dt img {}
	#greeting dl dt p {}
	#greeting dl dd {
		width: 100%;
	}
	#office {}
	#office table {
		width: 100%;
		line-height: inherit;
	}
	#office table tr {
		display: flex;
		flex-direction: column;
	}
	#office table th {
		text-align-last: left;
		font-weight: 700;
		padding: 20px 10px 10px;
	}
	#office table td {
		padding: 0px 10px 20px 20px;
	}
}