@charset "UTF-8";

/* 会社概要 */
.greeting .photo {
	text-align: center;
	margin-bottom: 30px;
}
.greeting .photo img {
	display: block;
	width: 160px;
	height: auto;
}

.greeting .photo p {
	font-size: 14px;
}
.cts_box article.company {
	margin: 0 15px 40px;
}
.cts_box article.company:last-child {
	margin: 0 15px;
}
.cts_box article.company a.btn {
	margin-top: 10px;
}

/* Google Map */
.cts_box article.company iframe {
	width: 100%;
	height: 400px;
}

/* 大きい画面用の設定 */
@media(min-width:768px) {
	/* 会社概要 */
	.greeting {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	}
}

