@charset "utf-8";

/************************************************************
	サービス　共通設定
*************************************************************/

.page {margin-top:90px;}
@media only screen and (max-width: 999px) {.page {margin-top:50px;}}
@media only screen and (max-width: 767px) {.page {margin-top:10px;}}

/*アンカーリンクヘッダー分調整*/
.anchor {
    padding-top: 80px;
    margin-top: -80px;
}
.service {
	padding-bottom:5rem;
	margin-bottom:3rem;
	border-bottom:1px dotted #CCC;
}
.service.noborder {
	border-bottom:none;
	padding-bottom:0;
}
.service:last-of-type {
	padding-bottom:0;
	border-bottom:none;
}
.service > div:nth-of-type(1) {
	float: left;
	width: 400px;
	padding-left: 0;
}
.service > div.icon:nth-of-type(1) {
	float: left;
	width: 330px;
	padding-left: 70px;
}
.service > div:nth-of-type(1) > section {
	margin-bottom: 2rem;
	position: relative;
}
.service > div:nth-of-type(1) > section:before {
	position: absolute;
	background: #757ABF;
	left: -70px;
	color: #FFF;
	font-size: 1.3rem;
	padding: 0.3rem 1rem;
	padding: 0.6rem 1rem 0rem\0;
}
.service > div.icon:nth-of-type(1) > section:nth-of-type(1):before {content: "特徴1";}
.service > div.icon:nth-of-type(1) > section:nth-of-type(2):before {content: "特徴2";}
.service > div.icon:nth-of-type(1) > section:nth-of-type(3):before {content: "特徴3";}

.service > div:nth-of-type(1) > section ul li {
    text-indent: -1.6rem;
    margin-left: 1.6rem;
    list-style-type: disc;
    list-style-position: inside;
}
.service > div:nth-of-type(2) {
	float: right;
	width: 320px;
}
.service > div:nth-of-type(2) > img {
	margin-bottom: 3rem;
    box-sizing: border-box;
    border: 1px solid #CCC;
	width:100%;
	max-width:320px;
}


	@media only screen and (max-width: 999px) {
		.service > div:nth-of-type(1) ,
		.service > div.icon:nth-of-type(1) {
			float: none;
			width: 100%;
			padding-left: 0;
		}
		.service > div:nth-of-type(1) > section {
			position: static;
		}
		.service > div:nth-of-type(1) > section:before {
			position: static;
			margin-bottom: 1rem;
			display: block;
			width: 80px;
			text-align: center;
		}
		.service > div:nth-of-type(2) {
			float: none;
			width: 100%;
		}
		.service > div:nth-of-type(2) > img {
			display: block;
			margin: 0 auto 3rem;
		}
		.consulting .linkBtnMin {
			margin: 0 auto 2rem;
		}
	}
	@media only screen and (min-width: 768px) and (max-width: 999px) {
	}
	@media only screen and (max-width: 767px){
		#main > section > img {
			margin: 0 auto 1rem;
			display: block;
		}
		.service > div.icon:nth-of-type(1) {
			padding:1rem;
			margin-bottom:1rem;
			box-sizing:border-box;
			background:#F2F2FD;
		}
	}

/************************************************************
	サービス　共通設定
*************************************************************/

	/************************************************************
		01-1 動物病院様向けサービス コンサルティングサービス veterinary consulting prime
	*************************************************************/
	/************************************************************
		04 開業医院・薬局様向けサービス medical product-shizuoka
	*************************************************************/
	.medical ul {
		margin-bottom:4rem;
	}
	.medical ul li {
		text-indent: -1.6rem;
		margin-left: 1.6rem;
		list-style-type: disc;
		list-style-position: inside;
	}
	.medical > article:not(:last-of-type) {
		padding-bottom:2rem;
		margin-bottom:4rem;
		border-bottom:1px dashed #484C9F;
	}
	.medical h2 > span {
		display:block;
		font-size:2rem;
		margin-bottom:2rem;
		color:#333;
	}
		.service.prime > div.icon:nth-of-type(1) ,
		.service.product-shizuoka > div.icon:nth-of-type(1) {
			width: 300px;
			padding-left: 100px;
		}
		.service.prime > div:nth-of-type(1) > section:before ,
		.service.product-shizuoka > div:nth-of-type(1) > section:before {
			left: -100px;
		}
		.service.prime > div.icon:nth-of-type(1) > section:nth-of-type(1):before,
		.service.product-shizuoka > div.icon:nth-of-type(1) > section:nth-of-type(1):before {content: "Service01";}
		.service.prime > div.icon:nth-of-type(1) > section:nth-of-type(2):before,
		.service.product-shizuoka > div.icon:nth-of-type(1) > section:nth-of-type(2):before {content: "Service02";}
		.service.prime > div.icon:nth-of-type(1) > section:nth-of-type(3):before,
		.service.product-shizuoka > div.icon:nth-of-type(1) > section:nth-of-type(3):before {content: "Service03";}
		
	@media only screen and (max-width: 999px) {
		.service.prime > div.icon:nth-of-type(1) ,
		.service.product-shizuoka > div.icon:nth-of-type(1) {
			float: none;
			width: 100%;
			padding-left: 0;
		}
	}
	@media only screen and (min-width: 768px) and (max-width: 999px) {
	}
	@media only screen and (max-width: 767px){
		.service.prime > div.icon:nth-of-type(1) ,
		.service.product-shizuoka > div.icon:nth-of-type(1) {
			padding:1rem;
			margin-bottom:1rem;
			box-sizing:border-box;
			background:#F2F2FD;
		}
	}
		
/************************************************************
	企業情報　共通設定
*************************************************************/
.company dl {
	border-bottom: 1px dotted #CCC;
	margin-bottom:2rem;
}
.company dl dt,
.company dl dd {
	line-height:5rem;
	box-sizing:border-box;
	border-top:1px dotted #CCC;
}
.company dl dd.multi {
	line-height:1.6;
	padding: 1rem 0;
}
.company dl dt:first-of-type ,
.company dl dd:first-of-type {
	border-top:none;
}
.catalog-guidance > div:nth-of-type(1) {
	float:left;
	width:48%;
}
.company dl dt {
	float:left;
	width:25%;
	clear: right;
	padding:0 2rem ;
}
.company dl dd {
	float:right;
	width:75%;
	clear: right;
}
.company p.notice {
	color:#FF0000;
	margin:2rem 0 4rem;
	font-size: 1.3rem;
}
	@media only screen and (max-width: 767px){
		.company dl {
			border-bottom: none;
		}
		.company dl dt {
			background: #474C9F none repeat scroll 0 0;
			border: medium none;
			border-radius: 0.5rem;
			color: #fff;
			display: inline-block;
			float: none;
			font-size: 12px;
			height: auto;
			line-height: 1;
			margin-bottom: 1rem;
			padding: 0.5rem;
			width: auto;
		}
		.company dl dd {
			border: medium none;
			float: none;
			height: auto;
			line-height: 1.4;
			margin-bottom: 2rem;
			width: 100%;
		}
	}

	/************************************************************
		04-1 トップメッセージ company top-message
	*************************************************************/
		.top-message .sign {
			float: right;
		}
			.top-message .sign img {
				width: 174px;
				margin: 0 auto 1rem;
				display: block;
			}
			.top-message .sign p {
				text-align: center;
			}
				@media only screen and (max-width: 767px){
					.top-message .sign {
						float: none;
						width: 100%;
						margin: 2rem auto;
					}
				}

	/************************************************************
		04-2 経営理念 company philosophy
	*************************************************************/
		.philosophy h3:first-of-type {
			margin-top:0!important;
		}
		.philosophy h3:first-of-type + p {
			margin-bottom:3rem;
		}
		.philosophy img {
			margin-bottom:3rem;
		}
		.philosophy ul li {
			font-weight:bold;
			color:#464C9F;
			margin-bottom:3rem;;
		}
			@media only screen and (max-width: 999px) {
				.philosophy img {
					width:100%;
				}
			}

			
	/************************************************************
		04-3 会社概要 company overview
	*************************************************************/
		.overview > article > section {
			margin-bottom:6rem;
		}
			.overview > article > section > section {
				margin-bottom:3rem;
			}
			.overview > article > section:first-of-type > h3 {
				margin-top:0!important;
			}
			.overview table td {
				border:1px solid #CCCCCC;
				border-collapse:collapse;
				padding:2rem;
			}
			.overview table td:nth-of-type(1) {
				background:#ECECF4;
			}
			.overview table td:nth-of-type(2) {
			}
			.overview table td:nth-of-type(3) {
				background:#F9F8F8;
			}
			.overview table + p {
				margin:1rem 0;
				text-align:center;
				color: #757ABF;
			}
			@media only screen and (max-width: 999px) {
				.overview table {
					width: 100%;
				}
			}
			@media only screen and (max-width: 767px){
				.overview table td {
					padding: 1rem;
					font-size: 1.4rem;
				}
			}

	/************************************************************
		04-4 お問い合わせ company contact
	*************************************************************/
		
	/************************************************************
		04-6 個人情報保護について company privacy
	*************************************************************/
		.privacy > article > section ,
		.privacy > article > section > section {
			margin-bottom:3rem;
		}
		.privacy h3 + p {
			margin-bottom:2rem;
		}
		.privacy .sign {
			text-align:right;
		}
		.privacy h5 + table {
			margin:1rem 0 4rem;
		}
			.privacy table td {
				border:1px solid #CCCCCC;
				border-collapse:collapse;
				padding:2rem;
			}
			.privacy table tr:nth-of-type(1) td {
				background:#F9F8F8;
			}
			.privacy table td:nth-of-type(1),
			.privacy table td:nth-of-type(2) {
				width:42%;
			}
			.privacy table td:nth-of-type(3) {
				width:16%;
			}
			@media only screen and (max-width: 999px) {
				.privacy table {
					width: 100%;
				}
			}
			@media only screen and (max-width: 767px){
				.privacy table td {
					padding: 1rem;
					font-size: 1.4rem;
				}
			}
		
	/************************************************************
		04-7 カタログのご請求 company catalog
	*************************************************************/

	/************************************************************
		04-8 カタログについて company catalog-guidance
	*************************************************************/
