@charset "utf-8";
/*
=================================================================================
ナビメニュー　各ページのみ
=================================================================================
*/
.naviMenu ul li.nmOnline a p:first-child {
	display: none;
}
.naviMenu ul li.nmOnline a p:last-child {
	display: inline-block;
	border: solid 1px #808080;
	border-radius: 5px;
}
.naviMenu ul li.nmOnline a:hover {
	cursor: default;
}
.naviMenu ul li.nmOnline a:hover p:last-child span {
	border-bottom:none;
	padding-bottom: 0;
}

/*
=================================================================================
オンライン診療システムページ
=================================================================================
*/

#onlineMd {
	padding-top: 20px;
}
h2.onmdh2 {
	line-height: 1.3em;
}
.onmdInfo {
	width: 100%;
	margin-bottom: 20px;
}
.onmdInfo h3 {
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}
.onmdLink {
	display: block;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	position: relative;
}
.onmdLink img {
	width: 100%;
	height: auto;
}
.onmdLink ul {
	width: 100%;
	position: absolute;
	top: 24%;
	left: 0%;
	letter-spacing: -.4em;
	opacity: 0.5;
}
.onmdLink ul li {
	position: relative;
	width: 20%;
	max-height: 120px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	opacity: 0.5;
}
.onmdLink ul li:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.onmdLink ul li.linkMd {
	margin-left: 10%;
	padding-bottom: 2%;
}
.onmdLink ul li.linkOl {
	width: 36%;
}
.onmdLink ul li.linkWb {
	padding-bottom: 2%;
}
.onmdLink ul li a {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-indent: -9999px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor:pointer;
}
.onmdLink ul li p {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-indent: -9999px;
}
.titleTxt {
	/*display: none;*/
	width: 100%;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}
.titleTxtSp {
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.onmdInfoImg {
	width: 100%;
	max-width: 480px;
	margin: 0 auto 20px;
}
.onmdInfoImg img {
	width: 100%;
	height: auto;
}
.infoTitle {
	width: 128px;
	z-index: 1;
	position: absolute;
	margin-top: 16px;
	margin-left: 26px;
}
.infoBg {
	width: 100%;
}
.onmdCont {
	width: 100%;
	border: 1px solid #808080;
	border-radius: 5px;
	padding: 5%;
	margin-bottom: 20px;
}
.onmdContImg {
	width: 100%;
	max-width: 360px;
	margin: 0 auto 20px;
}
.onmdContImg img {
	width: 100%;
	height: auto;
}
.onmdCont h3 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
/*
=================================================================================
画面サイズ359px以下　iPhone5以下
=================================================================================
*/
@media screen and (max-width: 359px) {
	.infoTitle {
		width: 110px;
		margin-top: 16px;
		margin-left: 26px;
		}
			}
/*
/*
=================================================================================
画面サイズ400px以上　
=================================================================================
*/
@media screen and (min-width: 400px) {
	.infoTitle {
		width: 34%;
		max-width: 154px;
	}
	
}
/*
/*
=================================================================================
画面サイズ600px以上　スマホ横・タブレット縦
=================================================================================
*/
@media screen and (min-width: 600px) {
	#onlineMd h3 {
		font-size: 18px;
	}
	.infoTitle {
		width: 154px;
		margin-top: 42px;
		margin-left: 64px;
	}
	.titleTxt {
		display: block;
		width: 100%;
		font-size: 18px;
		text-align: center;
		font-weight: bold;
		margin-bottom: 40px;
	}
	.titleTxtSp {
		display: none;
	}

}
/*
=================================================================================
画面サイズ900px以上　タブレット横・パソコン
=================================================================================
*/
@media screen and (min-width: 900px) {
	.onWbTitle {
		margin-bottom: 40px;
	}
	.onWbIfSp {
		display: none;
	}
	.onmdInfo {
		display: table;
		margin-bottom: 40px;
	}
	.onmdInfo div {
		display: table-cell;
		vertical-align: bottom;
	}
	.onmdInfoImg {
		width: 56%;
	}
	.onmdInfoTxt {
		padding-left: 50px;
	}
.onmdCont {
		display: flex;
		margin-bottom: 40px;
	}
	.onmdInfoImg,.onmdContImg {
		margin-bottom: 0;
}
.onmdContImg {
	width: 360px;
}
	.onmdContTxt {
		flex: 1;
		padding-left: 30px;
	}
	.onmdInfo h3,.onmdCont h3 {
		text-align: left;
	}
	
	



}
