@charset "utf-8";
/*
=================================================================================
ナビメニュー　各ページのみ
=================================================================================
*/
.naviMenu ul li.nmWeb a p:first-child {
	display: none;
}
.naviMenu ul li.nmWeb a p:last-child {
	display: inline-block;
	border: solid 1px #808080;
	border-radius: 5px;
}
.naviMenu ul li.nmWeb a p:last-child br,.naviMenu ul li.nmWeb a p:last-child span:last-child {
	display: none;
}
.naviMenu ul li.nmWeb a:hover {
	cursor: default;
}
.naviMenu ul li.nmWeb a:hover p:last-child span:first-child {
	border-bottom:none;
	padding-bottom: 0;
}
/*
=================================================================================
WEB制作事業ページ
=================================================================================
*/
#webbuilding {
	padding-top: 20px;
}
.wbInfo {
	width: 100%;
	margin-bottom: 20px;
}
.wbInfo h3 {
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}
.wbInfoImg {
	width: 100%;
	max-width: 480px;
	margin: 0 auto 20px;
}
.wbInfoImg img {
	width: 100%;
	height: auto;
}
.wbCont {
	width: 100%;
	border: 1px solid #808080;
	border-radius: 5px;
	padding: 5%;
	margin-bottom: 20px;
}
.wbContImg {
	width: 100%;
	max-width: 200px;
	margin: 0 auto 20px;
}
.wbContImg img {
	width: 100%;
	height: auto;
}
.wbCont h3 {
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}
/*
=================================================================================
画面サイズ600px以上　スマホ横・タブレット縦
=================================================================================
*/
@media screen and (min-width: 600px) {
	#webbuilding h3 {
		font-size: 18px;
	}
	}
/*
=================================================================================
画面サイズ900px以上　タブレット横・パソコン
=================================================================================
*/
@media screen and (min-width: 900px) {
	.wbInfo {
		display: table;
		margin-bottom: 40px;
	}
	.wbInfo div {
		display: table-cell;
		vertical-align: bottom;
	}
	.wbInfoImg {
		width: 56%;
	}
	.wbInfoTxt {
		padding-left: 30px;
	}
.wbCont {
		display: flex;
		margin-bottom: 40px;
	}
	.wbInfoImg,.wbContImg {
		margin-bottom: 0;
}
	.wbContTxt {
		flex: 1;
		padding-left: 50px;
	}
	.wbInfo h3 {
		text-align: left;
	}
	
}
