@charset "utf-8";
/* CSS Document */

/* （下層ページ共通）メイン画像 */
@media (max-width: 992px) {

}


/* サービス内容詳細 */
@media (max-width: 768px) {
	#detail .flex-item {
		width: 100%;
	}
	#detail .flex-item dt {
		font-size: 1.7em;
	}
	#detail .flex-item03 {
		order: 4;
		display: flex;
		justify-content: center;
	}
	#detail .flex-item04 {
		order: 3;
	}
	#detail .flex-item .image img {
		margin-right: auto;
		margin-left: auto;
		max-width: 400px;
		height: 220px;
	}
	#detail .flex-item03 .image {
		margin-right: 1%;
		margin-left: 1%;
	}
	
}




