@charset "UTF-8";

/* Basic Settings
------------------------------------------------*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
	
  .sp {
    display: block !important;
  }
}

#wrap {
  margin: 0 auto;
  overflow: hidden;
}

.main-scroll-area {
	min-width: 1320px;
}

.column-main {
	min-width: 960px;
	max-width: 960px;
	background: #fff;
	padding: 0;
}

.column-main em {
	font-style: normal;
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  #wrap {
    width: 1000px;
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 768px) {
  #wrap {
    width: 100%;
    overflow: hidden;
  }
}

.inner {
  position: relative;
  margin: 0 auto;
}





/* Page Styles
------------------------------------------------*/
/* Main Visual */
.main-visual {
	box-sizing: border-box;
	background: url("/jp/~/media/medicom/medical_it/bg_main.png") 0 0 / 100% 100% no-repeat;
	margin: 0 0 60px;
	padding: 120px 0 0;
	height: 350px;
}

.main-visual h2 {
	position: relative;
	box-sizing: border-box;
  background: rgba(6, 59, 146, 0.7);
	padding: 30px 0 0 255px;
  height: 105px;
	line-height: 1;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}

.main-visual h2::before {
	content: '医療機関 × 薬局 × 患者';
	position: absolute;
	top: -19px;
	left: 348px;
	border-radius: 18px;
	background: #fff;
	width: 260px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #063b92;
}

.main-visual h2::after {
	content: '';
	position: absolute;
	top: 17px;
	left: 475px;
	display: block;
  border-top: 8px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.main-visual h2 em {
	position: absolute;
	top: -13px;
	left: 105px;
	display: block;
	box-sizing: border-box;
	border-radius: 50%;
	background: #8bb837;
	padding: 45px 0 0;
	width: 130px;
	height: 130px;
	line-height: 1.5;
	text-align: center;
	font-size: 16px;
}

.main-visual h2 span {
	display: block;
	padding: 0 0 3px;
	font-weight: normal;
	font-size: 18px;
}

.main-visual h2 strong {
	padding: 0 0 0 10px;
	font-size: 32px;
	color: #fff;
}

/* convenient-safety */
#convenient-safety {
	margin: 0 0 50px;
	text-align: center;
}

#convenient-safety h3 {
	margin: 0 0 35px;
	color: #063b92;
	font-weight: bold;
	font-size: 20px;
}

#convenient-safety h3 em {
	display: block;
	font-size: 32px;
}

#convenient-safety h3 i {
	font-style: normal;
}

#convenient-safety p {
	margin: 0 0 20px;
}

#convenient-safety > picture {
	display: block;
	margin: 0 auto 50px;
	width: 870px;
}

#convenient-safety ul {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	width: 835px;
}

#convenient-safety ul li a {
	position: relative;
	display: block;
  border-radius: 6px;
  box-shadow: 0 0 13px 0 rgba(12, 52, 103, 0.15);
  width: 400px;
  height: 100px;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	overflow: hidden;
}

#convenient-safety ul li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

#convenient-safety ul li a,
#convenient-safety ul li:hover a {
	text-decoration: none;
}

#convenient-safety ul li a::after {
	content: '';
	position: absolute;
	top: 55px;
	right: 15px;
	z-index: 1;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #2dbad6;
	border-right: 3px solid #2dbad6;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#convenient-safety ul li em {
	position: relative;
	display: block;
	box-sizing: border-box;
	background: #8bb837;
	padding: 0 0 0 28px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
}

#convenient-safety ul li em::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 115px;
	display: block;
	background: url("/jp/~/media/medicom/medical_it/ico_link.png") 0 0 / 100% 100% no-repeat;
	width: 19px;
	height: 19px;
}

#convenient-safety ul li:last-child em::before {
	left: 135px;
}

#convenient-safety ul li span {
	display: block;
	padding: 19px 0 0 12px;
	line-height: 1.2;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

#convenient-safety ul li:last-child span {
	padding: 27px 0 0 28px;
}

#convenient-safety ul li figure {
	position: absolute;
	top: 47px;
	left: 170px;
	width: 191px;
}

#convenient-safety ul li:last-child figure {
	top: 42px;
	left: 194px;
	width: 150px;
}

/* system-intro */
#system-intro {
	background: #e6ebf4;
	padding: 60px 0 20px;
}

#system-intro article {
	box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(12, 52, 103, 0.15);
	margin: 0 auto 40px;
	padding: 2px 2px 58px;
  width: 915px;
	overflow: hidden;
}

#system-intro article h3 em {
	position: relative;
	display: block;
	box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  background: #f0f5e6;
	padding: 0 0 0 33px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #8bb837;
}

#system-intro article h3 em::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 355px;
	display: block;
	background: url("/jp/~/media/medicom/medical_it/ico_link-green.png") 0 0 / 100% 100% no-repeat;
	width: 22px;
	height: 22px;
}

#system-intro article h3 span {
	position: relative;
	display: block;
	padding: 35px 0 5px 310px;
	font-weight: bold;
	font-size: 16px;
}

#system-intro article h3 span::before {
	content: '';
	position: absolute;
	top: 21px;
	left: 192px;
	display: block;
	background: url("/jp/~/media/medicom/medical_it/ico_system01.png") 0 0 / 100% 100% no-repeat;
	width: 101px;
	height: 101px;
}

#system-intro article h3 figure {
	display: block;
	padding: 0 0 20px 310px;
	width: 385px;
}

#system-intro article#pharnes-v h3 em::before {
	left: 383px;
}

#system-intro article#pharnes-v h3 span {
	padding: 35px 0 5px 368px;
}

#system-intro article#pharnes-v h3 span::before {
	top: 33px;
	left: 255px;
	background: url("/jp/~/media/medicom/medical_it/ico_system02.png") 0 0 / 100% 100% no-repeat;
}

#system-intro article#pharnes-v h3 figure {
	padding: 0 0 20px 368px;
	width: 293px;
}

#system-intro article > p {
	padding: 0 0 50px;
	text-align: center;
	font-size: 18px;
}

#system-intro article > p small {
	display: block;
	padding: 10px 50px 0 0;
	text-align: right;
	font-size: 14px;
}

#system-intro article ol {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 0 45px;
	width: 835px;
}

#system-intro article ol li {
	position: relative;
	width: 255px;
}

#system-intro article ol li::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 1;
	display: block;
  border-bottom: 35px solid transparent;
  border-left: 60px solid #063b92;
  border-top: 35px solid #063b92;
  border-right: 60px solid transparent;
}

#system-intro article ol li h4 {
	padding: 15px 5px 10px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 18px;
	color: #063b92;
}

#system-intro article ol li h4 em {
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 2;
	display: block;
	width: 58px;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

#system-intro article ol li h4 em span {
	display: block;
	font-size: 22px;
}

#system-intro article ol li p {
	padding: 0 5px;
}

#system-intro article ol li p small {
	display: block;
	padding: 10px 0 0;
	font-size: 14px;
}

#system-intro article ul.system-detail {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto 60px;
	width: 815px;
}

#system-intro article ul.system-detail::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	background: #d2d2d2;
	width: 1px;
	height: 100%;
}

#system-intro article ul.system-detail::after {
	content: '';
	position: absolute;
	top: 46.5%;
	left: 0;
	display: block;
	background: #d2d2d2;
	width: 100%;
	height: 1px;
}

#system-intro article ul.system-detail li {
	position: relative;
	box-sizing: border-box;
	padding: 10px 0 0 120px;
	width: 375px;
}

#system-intro article ul.system-detail li:nth-child(1),
#system-intro article ul.system-detail li:nth-child(2) {
	padding: 10px 0 60px 120px;
}

#system-intro article ul.system-detail li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	background: url("/jp/~/media/medicom/medical_it/ico_pharnes-v01.png") 0 0 / 100% 100% no-repeat;
	width: 100px;
	height: 100px;
}
#system-intro article ul.system-detail li:nth-child(2)::before {background: url("/jp/~/media/medicom/medical_it/ico_pharnes-v02.png") 0 0 / 100% 100% no-repeat;}
#system-intro article ul.system-detail li:nth-child(3)::before {top: 0; background: url("/jp/~/media/medicom/medical_it/ico_pharnes-v03.png") 0 0 / 100% 100% no-repeat;}
#system-intro article ul.system-detail li:nth-child(4)::before {top: 0; background: url("/jp/~/media/medicom/medical_it/ico_pharnes-v04.png") 0 0 / 100% 100% no-repeat;}

#system-intro article ul.system-detail li h4 {
	padding: 0 0 10px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 18px;
	color: #063b92;
}

#system-intro article ul.btn li a {
	position: relative;
	display: block;
	box-sizing: border-box;
  border-radius: 10px;
  background-image: -moz-linear-gradient( 90deg, rgb(69,189,40) 0%, rgb(180,211,107) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(69,189,40) 0%, rgb(180,211,107) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(69,189,40) 0%, rgb(180,211,107) 100%);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	margin: 0 auto;
  width: 430px;
  height: 60px;
	line-height: 60px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

#system-intro article ul.btn li a::after {
	content: '';
	position: absolute;
	top: 24px;
	right: 20px;
	z-index: 1;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#system-intro article ul.btn li a em {
	padding: 0 3px 0 0;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 26px;
}

/* healthcare-notebook */
#healthcare-notebook {
	padding: 52px 0 90px;
}

#healthcare-notebook h3 em {
	position: relative;
	display: block;
	box-sizing: border-box;
  border-radius: 21px;
  background: #f0f5e6;
	margin: 0 auto 30px;
	padding: 0 0 0 33px;
	width: 220px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #8bb837;
}

#healthcare-notebook h3 em::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 28px;
	display: block;
	background: url("/jp/~/media/medicom/medical_it/ico_link-green.png") 0 0 / 100% 100% no-repeat;
	width: 22px;
	height: 22px;
}

#healthcare-notebook h3 span {
	position: relative;
	display: block;
	padding: 0 0 5px 345px;
	font-size: 20px;
	color: #8bb837;
}

#healthcare-notebook h3 span::before {
	content: '';
	position: absolute;
	top: -20px;
	left: 230px;
	display: block;
	background: url("/jp/~/media/medicom/medical_it/ico_healthcare-notebook.png") 0 0 / 100% 100% no-repeat;
	width: 101px;
	height: 101px;
}

#healthcare-notebook h3 strong {
	display: block;
	padding: 0 0 35px 345px;
	line-height: 1;
	font-weight: bold;
	font-size: 28px;
}

#healthcare-notebook p {
	padding: 0 0 50px;
	text-align: center;
}

#healthcare-notebook ul.service-detail {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto 40px;
	width: 860px;
}

#healthcare-notebook ul.service-detail li {
	position: relative;
	box-sizing: border-box;
	display: block;
  border-radius: 10px;
  box-shadow: 0 0 13px 0 rgba(12, 52, 103, 0.15);
	padding: 115px 18px 25px;
  width: 200px;
	font-size: 14px;
}

#healthcare-notebook ul.service-detail li::before {
	content: '';
	position: absolute;
	top: 17px;
	left: 78px;
	display: block;
	background: url("/jp/~/media/medicom/medical_it/ico_healthcare-notebook01.png") 0 0 / 100% 100% no-repeat;
	width: 58px;
	height: 76px;
}

#healthcare-notebook ul.service-detail li:nth-child(2)::before {
	top: 35px;
	left: 87px;
	background: url("/jp/~/media/medicom/medical_it/ico_healthcare-notebook02.png") 0 0 / 100% 100% no-repeat;
	width: 36px;
	height: 59px;
}

#healthcare-notebook ul.service-detail li:nth-child(3)::before {
	top: 22px;
	left: 67px;
	background: url("/jp/~/media/medicom/medical_it/ico_healthcare-notebook03.png") 0 0 / 100% 100% no-repeat;
	width: 82px;
	height: 67px;
}

#healthcare-notebook ul.service-detail li:nth-child(4)::before {
	top: 28px;
	left: 67px;
	background: url("/jp/~/media/medicom/medical_it/ico_healthcare-notebook04.png") 0 0 / 100% 100% no-repeat;
	width: 69px;
	height: 55px;
}

#healthcare-notebook ul.service-detail li h4 {
	padding: 0 0 15px;
	line-height: 1.3;
	font-weight: bold;
	font-size: 16px;
	color: #8bb837;
}

#healthcare-notebook ul.btn li a {
	position: relative;
	display: block;
	box-sizing: border-box;
  border-radius: 10px;
  background-image: -moz-linear-gradient( 90deg, rgb(69,189,40) 0%, rgb(180,211,107) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(69,189,40) 0%, rgb(180,211,107) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(69,189,40) 0%, rgb(180,211,107) 100%);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	margin: 0 auto;
  width: 430px;
  height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

#healthcare-notebook ul.btn li a::after {
	content: '';
	position: absolute;
	top: 24px;
	right: 20px;
	z-index: 1;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#healthcare-notebook article ul.btn li a em {
	padding: 0 3px 0 0;
	font-size: 26px;
}

/* connected-medical */
#connected-medical {
	background: url("/jp/~/media/medicom/medical_it/bg_connected-medical.png") 0 0 / 100% auto no-repeat;
	padding: 90px 80px 65px;
}

#connected-medical h3 {
	padding: 0 0 35px;
	font-weight: bold;
	font-size: 24px;
}

#connected-medical h3 em {
	font-size: 32px;
	color: #063b92;
}

#connected-medical p {
	margin: 0 0 70px;
	font-size: 18px;
}

#connected-medical figure {
	display: block;
	margin: 0 0 0 -10px;
	width: 755px;
}


@media only screen and (min-width: 769px) and (max-width: 1000px) {
}

@media only screen and (max-width: 768px) {
	.container {
		padding: 0 0 15px;
	}
	
	.main-scroll-area {
		min-width: auto;
	}
	.column-main {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.column-sidebar {
    padding: 30px 10px 15px;
	}

	/* Page Styles
	------------------------------------------------*/
	/* Main Visual */
	.main-visual {
		background: url("/jp/~/media/medicom/medical_it/bg_main_sp.png") 0 0 / 100% auto no-repeat;
		margin: 0 0 12vw;
		padding: 37.333333vw 0 0;
		height: 66.666667vw;
	}

	.main-visual h2 {
		padding: 6.6666667vw 0 0;
		height: 29.333333vw;
		text-align: center;
		font-size: 4.2666667vw;
	}

	.main-visual h2::before {
		top: -3.066667vw;
		left: 26vw;
		border-radius: 3.733333vw;
		width: 48vw;
		height: 7.4666667vw;
		line-height: 7.4666667vw;
		font-size: 4vw;
	}

	.main-visual h2::after {
		top: 3.8vw;
		left: 49.333333vw;
		border-top: 2.1333333vw solid #fff;
		border-right: 1.0666667vw solid transparent;
		border-left: 1.0666667vw solid transparent;
	}

	.main-visual h2 em {
		top: -13.3333333vw;
		left: 75.2vw;
		padding: 7.2vw 0 0;
		width: 21.333333vw;
		height: 21.333333vw;
		line-height: 1.5;
		font-size: 2.666667vw;
		-ms-transform: rotate(15deg);
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	.main-visual h2 span {
		padding: 0 0 2.1333333vw;
		font-size: 3.2vw;
	}

	.main-visual h2 strong {
		display: block;
		padding: 2.1333333vw 0 0;
		font-size: 6.6666667vw;
	}

	/* convenient-safety */
	#convenient-safety {
		margin: 0 0 9.3333333vw;
		text-align: center;
	}

	#convenient-safety h3 {
		margin: 0 0 4.4vw;
		font-size: 3.733333vw;
	}

	#convenient-safety h3 em {
		font-size: 5.6vw;
	}

	#convenient-safety p {
		margin: 0 auto 9.2vw;
		width: 86.666667vw;
		text-align: left;
		font-size: 3.733333vw;
	}

	#convenient-safety > picture {
		margin: 0 auto 8vw;
		width: 93.066667vw;
	}

	#convenient-safety ul {
		width: 94.666667vw;
	}

	#convenient-safety ul li a {
		border-radius: 1.6vw;
		box-shadow: 0 0 3.466667vw 0 rgba(12, 52, 103, 0.15);
		width: 46.666667vw;
		height: 24vw;
		overflow: visible;
	}

	#convenient-safety ul li a::before {
		content: '';
		position: absolute;
		top: 20.933333vw;
		left: 20.933333vw;
		z-index: 1;
		display: block;
		border-radius: 50%;
		background: #8bb837;
		width: 4.8vw;
		height: 4.8vw;
	}

	#convenient-safety ul li a::after {
		top: 22.2vw;
		right: 22.4vw;
		z-index: 2;
		width: 1.2vw;
		height: 1.2vw;
		border-top: 0.5333333vw solid #fff;
		border-right: 0.5333333vw solid #fff;
	}

	#convenient-safety ul li em {
		position: absolute;
		top: -2.2666667vw;
		left: 4.6666667vw;
		border-radius: 3.066667vw;
		padding: 0 0 0 4vw;
		width: 37.333333vw;
		height: 6.1333333vw;
		line-height: 6.1333333vw;
		font-size: 2.666667vw;
	}

	#convenient-safety ul li em::before {
		top: 1.8666667vw;
		left: 4.4vw;
		width: 2.533333vw;
		height: 2.533333vw;
	}

	#convenient-safety ul li:last-child em::before {
		left: 8.2666667vw;
	}

	#convenient-safety ul li span {
		position: relative;
		top: 6.5333333vw;
		left: 10.666667vw;
		background: url("/jp/~/media/medicom/medical_it/txt_medicom-hrf.png") 0 0 / 100% 100% no-repeat;
		padding: 0;
		width: 25.466667vw;
		height: 4.6666667vw;
		font-size: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	#convenient-safety ul li:last-child span {
		top: 7.3333333vw;
		left: 9.4666667vw;
		background: url("/jp/~/media/medicom/medical_it/txt_pharnes-v.png") 0 0 / 100% 100% no-repeat;
		padding: 0;
		width: 27.733333vw;
		height: 2.1333333vw;
	}

	#convenient-safety ul li figure {
		top: 12.5333333vw;
		left: 5.2vw;
		width: 36.266667vw;
	}

	#convenient-safety ul li:last-child figure {
		top: 10.8vw;
		left: 10vw;
		width: 26.666667vw;
	}

	/* system-intro */
	#system-intro {
		padding: 8vw 0 0.1vw;
	}

	#system-intro article {
		border-radius: 2.666667vw;
		box-shadow: 0 0 1.3333333vw 0 rgba(12, 52, 103, 0.15);
		margin: 0 auto 8vw;
		padding: 1.3333333vw 1.3333333vw 8vw;
		width: 94.666667vw;
	}

	#system-intro article h3 em {
		border-radius: 2.666667vw 2.666667vw 0 0;
		padding: 0 0 0 8vw;
		height: 10.666667vw;
		line-height: 10.666667vw;
		font-size: 3.733333vw;
	}

	#system-intro article h3 em::before {
		top: 2.666667vw;
		left: 24.666667vw;
		width: 5.4666667vw;
		height: 5.4666667vw;
	}

	#system-intro article h3 span {
		padding: 5vw 0 0.8vw 25.733333vw;
		font-size: 2.45vw;
	}

	#system-intro article h3 span::before {
		top: 4vw;
		left: 7.3333333vw;
		width: 15.333333vw;
		height: 15.333333vw;
	}

	#system-intro article h3 figure {
		padding: 0 0 6.6666667vw 25.733333vw;
		width: 59.066667vw;
	}

	#system-intro article#pharnes-v h3 em::before {
		left: 30.266667vw;
	}

	#system-intro article#pharnes-v h3 span {
		padding: 5vw 0 0.8vw 32.266667vw;
	}

	#system-intro article#pharnes-v h3 span::before {
		top: 4.2666667vw;
		left: 14.666667vw;
	}

	#system-intro article#pharnes-v h3 figure {
		padding: 0 0 6.6666667vw 32.266667vw;
		width: 44.933333vw;
	}

	#system-intro article > p {
		margin: 0 auto;
		padding: 0 0 12vw;
		width: 82.666667vw;
		text-align: left;
		font-size: 3.733333vw;
	}

	#system-intro article > p small {
		padding: 2.666667vw 0 0 0;
		text-align: left;
		font-size: 3.2vw;
	}

	#system-intro article ol {
		display: block;
		margin: 0 auto;
		padding: 0;
		width: 84vw;
	}

	#system-intro article ol li {
		margin: 0 0 8vw;
		width: 100%;
	}

	#system-intro article ol li::before {
		top: 0;
		left: 0;
		border-bottom: 9.3333333vw solid transparent;
		border-left: 16vw solid #063b92;
		border-top: 9.3333333vw solid #063b92;
		border-right: 16vw solid transparent;
	}

	#system-intro article ol li h4 {
		padding: 5.2vw 0.6666667vw 4vw;
		line-height: 1.3;
		font-size: 4.2666667vw;
	}

	#system-intro article ol li h4 em {
		top: 2.1333333vw;
		width: 15.333333vw;
		font-size: 3.2vw;
	}

	#system-intro article ol li h4 em span {
		font-size: 5.8666667vw;
	}

	#system-intro article ol li p {
		padding: 0 0.6666667vw;
		font-size: 3.733333vw;
	}

	#system-intro article ol li p small {
		padding: 10px 0 0;
		font-size: 3.2vw;
	}

	#system-intro article ul.system-detail {
		display: block;
		margin: 0 auto;
		width: 86.666667vw;
	}

	#system-intro article ul.system-detail::before {
		display: none;
	}

	#system-intro article ul.system-detail::after {
		display: none;
	}

	#system-intro article ul.system-detail li {
		border-bottom: 0.2666667vw solid #d2d2d2;
		margin: 0 0 7.3333333vw;
		padding: 0 2.666667vw 7.3333333vw 27.2vw;
		width: 100%;
		font-size: 3.733333vw;
	}

	#system-intro article ul.system-detail li:last-child {
		border-bottom: none;
	}

	#system-intro article ul.system-detail li:nth-child(1),
	#system-intro article ul.system-detail li:nth-child(2) {
		padding: 0 2.666667vw 7.3333333vw 27.2vw;
	}

	#system-intro article ul.system-detail li:nth-child(2) {
		letter-spacing: -0.06em;
	}

	#system-intro article ul.system-detail li::before {
		top: -1.2vw;
		left: 1.2vw;
		width: 22.666667vw;
		height: 22.666667vw;
	}
	#system-intro article ul.system-detail li:nth-child(3)::before {top: -1.2vw;}
	#system-intro article ul.system-detail li:nth-child(4)::before {top: -1.2vw;}

	#system-intro article ul.system-detail li h4 {
		padding: 0 0 4vw;
		line-height: 1.4;
		letter-spacing: 0;
		font-size: 4.2666667vw;
	}

	#system-intro article ul.btn li a {
		border-radius: 2.1333333vw;
		box-shadow: 0 0 0.8vw 0 rgba(0, 0, 0, 0.2);
		padding: 0 2.666667vw 0 0;
		width: 84vw;
		height: 13.3333333vw;
		line-height: 13.3333333vw;
		text-align: center;
		font-size: 4vw;
	}

	#system-intro article#pharnes-v ul.btn li a {
		padding: 0 2.666667vw 0 0;
	}

	#system-intro article ul.btn li a::after {
		top: 5.4vw;
		right: 4vw;
		width: 2.1333333vw;
		height: 2.1333333vw;
		border-top: 0.8vw solid #fff;
		border-right: 0.8vw solid #fff;
	}

	#system-intro article ul.btn li a em {
		padding: 0 0.8vw 0 0;
		font-size: 4.8vw;
	}

	/* healthcare-notebook */
	#healthcare-notebook {
		padding: 12vw 0 14.4vw;
	}

	#healthcare-notebook h3 em {
		border-radius: 4.6666667vw;
		margin: 0 auto 6.6666667vw;
		padding: 0 0 0 6.6666667vw;
		width: 48vw;
		height: 9.3333333vw;
		line-height: 9.3333333vw;
		font-size: 3.733333vw;
	}

	#healthcare-notebook h3 em::before {
		top: 2vw;
		left: 5.7333333vw;
		width: 5.4666667vw;
		height: 5.4666667vw;
	}

	#healthcare-notebook h3 span {
		padding: 0 0 1.8666667vw 27.333333vw;
		font-size: 3.2vw;
	}

	#healthcare-notebook h3 span::before {
		top: -2.666667vw;
		left: 9.6vw;
		width: 15.333333vw;
		height: 15.333333vw;
	}

	#healthcare-notebook h3 strong {
		padding: 0 0 8vw 27.333333vw;
		font-size: 4.8vw;
	}

	#healthcare-notebook p {
		margin: 0 auto;
		padding: 0 0 8vw;
		width: 82.666667vw;
		text-align: left;
		font-size: 3.733333vw;
	}

	#healthcare-notebook ul.service-detail {
		flex-wrap: wrap;
		margin: 0 auto 5.6vw;
		width: 94.666667vw;
	}

	#healthcare-notebook ul.service-detail li {
		border-radius: 1.6vw;
		box-shadow: 0 0 3.466667vw 0 rgba(12, 52, 103, 0.15);
		margin: 0 0 2.4vw;
		padding: 26vw 4vw 6.6666667vw;
		width: 46.133333vw;
		font-size: 3.466667vw;
	}

	#healthcare-notebook ul.service-detail li::before {
		top: 2.666667vw;
		left: 18.666667vw;
		width: 13.3333333vw;
		height: 17.2vw;
	}

	#healthcare-notebook ul.service-detail li:nth-child(2)::before {
		top: 6.5333333vw;
		left: 18.933333vw;
		width: 8.2666667vw;
		height: 13.3333333vw;
	}

	#healthcare-notebook ul.service-detail li:nth-child(3)::before {
		top: 4vw;
		left: 15.6vw;
		width: 19.333333vw;
		height: 15.6vw;
	}

	#healthcare-notebook ul.service-detail li:nth-child(4)::before {
		top: 7.066667vw;
		left: 15.2vw;
		width: 15.6vw;
		height: 12.4vw;
	}

	#healthcare-notebook ul.service-detail li h4 {
		padding: 0 0 3.2vw;
		font-size: 3.733333vw;
	}

	#healthcare-notebook ul.btn li a {
		border-radius: 2.1333333vw;
		box-shadow: 0 0 0.8vw 0 rgba(0, 0, 0, 0.2);
		padding: 0 2.666667vw 0 0;
		width: 84vw;
		height: 13.3333333vw;
		line-height: 13.3333333vw;
		font-size: 4vw;
	}

	#healthcare-notebook ul.btn li a::after {
		top: 5.4vw;
		right: 4vw;
		width: 2.1333333vw;
		height: 2.1333333vw;
		border-top: 0.8vw solid #fff;
		border-right: 0.8vw solid #fff;
	}

	#healthcare-notebook article ul.btn li a em {
		padding: 0 0.8vw 0 0;
		font-size: 4.8vw;
	}

	/* connected-medical */
	#connected-medical {
		padding: 14.4vw 6.6666667vw 17.2vw;
	}

	#connected-medical h3 {
		padding: 0 0 6vw;
		font-size: 4.8vw;
	}

	#connected-medical h3 em {
		font-size: 5.6vw;
	}

	#connected-medical p {
		margin: 0 0 6.4vw;
		font-size: 3.733333vw;
	}

	#connected-medical figure {
		margin: 0;
		width: 100%;
	}

	#connected-medical figure img {
		width: 100%;
		height: auto;
	}
}

