/*medical専用*/
@media screen and (min-width:869px) {

.medical {
/*	background-color: #000;*/
	background-image: url("../img/medical_bg.webp");
	background-position: center top !important;
	color: #FFF;
	z-index: -200;
}
body {position:relative;}
.medical_bg .layer_top {
    position: fixed;
    top: -10%;
    left: 30%;
	width: 40%;
	min-width: 300px;
    z-index: -100;
}
.medical_bg .layer_top {
  animation: rotation 20s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.medical .layer {
	position: absolute;
	bottom: -8px;
	left: auto !important;
	right: 0;
	max-width: 420px;
	width: 100%;;
	z-index: -30;
}

.medical_bg .layer img {
	z-index: -199;
}

/*ページコンテンツ*/
.introduction01, .introduction02 {
	margin: 0;
}
.introduction01 .point-img, .introduction02 .point-img {
	width: 50%;
}
.introduction02 .point-img {
	order: 2;
}
.introduction01 .point-img img, .introduction02 .point-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: calc(100vh - 100px);
	vertical-align: bottom;
}
.introduction01 .point-right, .introduction02 .point-right {
	margin: 0;
	width: 50%;
	background: rgba(0, 0, 0, 0.2);
}
.introduction02 .point-right {
	order: 1;
}
.introduction01 .point-item, .introduction02 .point-item {
	margin: 24% auto 4%;
	max-width: 570px;
	padding: 0 30px;
	box-sizing: border-box;
}
.point-txt {
	display: inline-block;
	line-height: 2.2;
}
.char {
	color: #999;
	/*opacity: 0.2;*/
}

.introduction01 h3, .introduction02 h3{
	margin-bottom: 35px;
	font-size: 25px;
}

/*医薬品部取扱製品*/
.circle_box{
	padding: 50px;
	max-width: 1000px;
	width: 100%;
	margin: 50px auto 150px;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.circle_box h3{
	margin-bottom: 35px;
	font-size: 25px;
}

/*海外代理店*/
.medical section table {
	border-collapse: collapse;
	width: 95%;
	margin:auto;
	font-size: 16px;
	margin-top:0!important;
}
.medical section table tr {
	border-bottom: 1px solid #FFF;
}
.medical section table tr th, section table tr td {
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
	
}
.medical section table tr th {
	width: 200px;
	position:relative;
	text-align:left;
	text-indent:20px;
}
.medical section table tr th::after {
	
}
.medical section table tr th:nth-of-type(2)::before {
	content:"　";
	color:#FFF;
	font-size:35px;
	position:absolute;
	left:0;
	top:5px;	
	border-left: 1px solid #FFF;
	vertical-align: middle;
}

.medical section table tr td span {
	font-size:12px;
}

.medical section table tr td li {
	display: block;
	vertical-align: top;
	margin-right: 30px;
	display: inline-block;
	padding-bottom:10px;
	width:300px;
}
.medical section table tr td ul.dispB li{
	display: block;
	width:auto;
	
}
.medical section table tr td:nth-child(1) {
	border-right: 1px solid #FFF;
}
.medical section table li {
	list-style-type: none;
}




}
