/*medical専用*/
@media screen and (max-width:868px) {

.medical {
    position: relative;
    color: #FFF;
    z-index: -200;
    overflow: hidden;
}
.medical::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("../img/medical_bg.webp");
    background-position: center top;
    background-size: cover;
    z-index: -201;
    pointer-events: none;
}
.medical_bg .layer_top {
    position: fixed;
    top: 2%;
    left: 20%;
    width: 40%;
    min-width: 240px;
    z-index: -100;
    animation: rotation 20s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
.medical .layer {
    position: absolute;
    bottom: 0;
    left: auto !important;
    right: 0;
    max-width: 280px;
    width: 100%;
    z-index: -30;
}
.medical_bg .layer img {
    z-index: -199;
}
body {position:relative;}

/*汎用小スライダー*/
.lead-group h3{
	margin-bottom: 35px;
	font-size: 23px;
	text-align: center;
}

/*ページコンテンツ*/
.introduction01, .introduction02 {
	margin: 0;
}
.introduction01 .point-img, .introduction02 .point-img {
	width: 100%;
}
.introduction02 .point-img {
	order: 1;
}
.introduction01 .point-img img, .introduction02 .point-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: calc(100vh - 340px);
	vertical-align: bottom;
}
.introduction01 .point-right, .introduction02 .point-right {
	margin: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
}
.introduction02 .point-right {
	order: 2;
}
.introduction01 .point-item, .introduction02 .point-item {
	margin: 12% auto;
	width: 82%;
	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: 23px;
}

/*医薬品部取扱製品*/
.circle_box{
	padding: 20px;
	width: 90%;
	margin: 50px auto 150px;
	border: 1px solid #fff;
	box-sizing: border-box;
}
.circle_box h3{
	margin-bottom: 35px;
	font-size: 23px;
}

/*海外代理店*/
.medical section table {
	border-collapse: collapse;
	width: 100%;
	margin:auto;
	font-size: 15.5px;
	margin-top:0!important;
}
.medical section table tr {
	border-top: 1px solid #FFF;
}
.medical section table tr:last-child{
	border-bottom: 1px solid #FFF;
}
.medical section table tr th, section table tr td {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}
.medical section table tr th {
	position:relative;
	text-align:left;
	padding-top: 20px
}
.medical section table tr td {
	padding-bottom: 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;
}





}