@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;
  }
}

body {
	background: none;
}

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

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

.container {
	max-width: 100%;
	padding: 0;
}

.container section {
	box-sizing: border-box;
	min-width: 960px;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0;
}

.container section em {
	font-style: normal;
}

.container section h2 {
	font-size: 36px;
	color: #003893;
}

.container-contact {
	display: none;
}


@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
------------------------------------------------*/
/* Introduction */
#introduction {
	max-width: 100%;
}

#introduction h1 {
	background: #e0ebeb url("/jp/~/media/medicom/onlinedemo/img_main.png") center 0 / auto 100% no-repeat;
	width: 100%;
	height: 440px;
	text-indent: 100%; 
	white-space: nowrap;
	overflow: hidden; 
}

#introduction ul {
	position: relative;
	top: -110px;
	left: 0;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 800px;
  height: 90px;
}

#introduction ul li a {
	position: relative;
	display: block;
  border-radius: 45px;
	box-sizing: border-box;
  background: #00c7b7;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	padding: 10px 0 0;
  width: 384px;
  height: 72px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	transition: 0.5s;
}

/* #introduction ul li:nth-child(2) a {
  background: #19a9ec;
} */

#introduction ul li:nth-child(2) a {
  background: #f47e00;
}

#introduction ul li a:hover {
	opacity: 0.7;
}


#introduction ul li a em {
	padding: 0 4px 0 0;
	font-size: 20px;
}

#introduction ul li a:link,
#introduction ul li a:visited {
	color: #fff;
}

#introduction ul li a:hover {
	text-decoration: none;
}

#introduction ul li a::after {
	content: '';
	position: absolute;
	top: 40px;
	right: 22px;
	z-index: 1;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#introduction ul li a span {
	position: absolute;
	top: 40px;
	left: 0;
	display: block;
	background: url("../../../medicom/onlinedemo/bg_btn-txt.png") center / 256px 100% no-repeat;
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	font-size: 13px;
	color: #10ab81;
}

/* #introduction ul li:nth-child(2) a span {
	color: #19a9ec;
} */

#introduction ul li:nth-child(2) a span {
	background: url("../../../medicom/onlinedemo/bg_btn-txt.png") center / 328px 100% no-repeat;
	color: #db6a00;
}

#introduction p {
	position: relative;
	background: #003893;
	margin: -100px 0 45px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}





/* About */
#about {
	position: relative;
	padding: 55px 50px 90px;
}

#about h2 {
	padding: 0 0 15px 515px;
}

#about p {
	padding: 0 0 55px 515px;
	line-height: 1.8;
	font-size: 20px;
}

#about picture {
	position: absolute;
	top: 0;
	left: 50px;
	display: block;
	width: 446px;
}

#about ul {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#about ul li {
	box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 10px;
  background: rgba(240, 245, 250, 0.9) url("../../../medicom/onlinedemo/ico_question.png") -25px -25px / 84px auto no-repeat;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  width: 31%;
}

#about ul li dl dt {
	padding: 50px 10px 20px;
	text-align: center;
	line-height: 1.4;
	font-size: 20px;
	color: #003893;
}

#about ul li dl dd {
	padding: 0 20px 20px;
	line-height: 1.8;
	font-size: 18px;
}






/* Flow */
#flow {
	position: relative;
	background: #f0f5fa url("/jp/~/media/medicom/onlinedemo/bg_flow.png") left 0 / auto 100% no-repeat;
	padding: 65px 0 100px;
	max-width: 100%;
	text-align: center;
}

#flow h2 {
	padding: 0 0 75px;
	line-height: 1;
}

#flow h2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	background: url("/jp/~/media/medicom/onlinedemo/ttl_flow-en.png") 0 0 / 100% 100% no-repeat;
	margin: 0 0 0 -116px;
	width: 233px;
	height: 84px;
}

#flow h2::after {
	content: '';
	position: absolute;
	top: 130px;
	left: 50%;
	display: block;
	border-radius: 3px;
	background: #00a0ea;
	margin: 0 0 0 -40px;
	width: 80px;
	height: 6px;
}

#flow > p {
	padding: 0 0 45px;
	font-size: 20px;
}

#flow ol {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 1200px;
}

#flow ol li {
	position: relative;
  border-radius: 10px;
  background: #fff;
  opacity: 0.9;
	box-sizing: border-box;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
	margin: 0 20px;
	padding: 195px 20px 30px;
  width: 230px;
	text-align: left;
}

#flow ol li:nth-child(3) {
  width: 350px;
}

#flow ol li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	border-radius: 10px 0 0 0;
  border-top: 35px solid #003893;
  border-right: 57px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 57px solid #003893;
}

#flow ol li:not(:last-child):after {
	content: '';
	position: absolute;
	right: -30px;
	top: 45%;
	display: block;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 20px solid #003893;
}

#flow ol li h3 {
	padding: 0 0 10px;
	font-size: 22px;
}

#flow ol li h3 span {
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 60px;
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

#flow ol li h3 span i {
	display: block;
	font-style: normal;
	font-size: 18px;
}

#flow ol li em {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
  border-radius: 15px;
	background: #bed7ff;
	padding: 0 10px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 20px;
	color: #003893;
}

#flow ol li picture {
	position: absolute;
	top: 50px;
	left: 50%;
	display: block;
	margin: 0 0 0 -60px;
	width: 120px;
}

#flow ol li p {
	font-size: 18px;
}





/* How to */
#howto {
	position: relative;
	background: url("/jp/~/media/medicom/onlinedemo/bg_howto.png") right 0 / auto 100% no-repeat;
	padding: 65px 0 105px;
	max-width: 100%;
	text-align: center;
}

#howto h2 {
	padding: 0 0 110px;
	line-height: 1;
}

#howto h2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	background: url("/jp/~/media/medicom/onlinedemo/ttl_howto-en.png") 0 0 / 100% 100% no-repeat;
	margin: 0 0 0 -184px;
	width: 369px;
	height: 83px;
}

#howto h2::after {
	content: '';
	position: absolute;
	top: 130px;
	left: 50%;
	display: block;
	border-radius: 3px;
	background: #00a0ea;
	margin: 0 0 0 -40px;
	width: 80px;
	height: 6px;
}

#howto ol {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 1200px;
}

#howto ol li {
	position: relative;
  border-radius: 10px;
  background: #fff;
  opacity: 0.9;
	box-sizing: border-box;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
	margin: 0 45px;
	padding: 195px 20px 30px;
  width: 300px;
	text-align: left;
}

#howto ol li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	border-radius: 10px 0 0 0;
  border-top: 35px solid #003893;
  border-right: 57px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 57px solid #003893;
}

#howto ol li:not(:last-child):after {
	content: '';
	position: absolute;
	right: -58px;
	top: 45%;
	display: block;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 20px solid #003893;
}

#howto ol li h3 span {
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 60px;
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

#howto ol li h3 span i {
	display: block;
	font-style: normal;
	font-size: 18px;
}

#howto ol li em {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
  border-radius: 15px;
	background: #bed7ff;
	padding: 0 10px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 20px;
	color: #003893;
}

#howto ol li picture {
	position: absolute;
	top: 50px;
	left: 50%;
	display: block;
	margin: 0 0 0 -60px;
	width: 120px;
}

#howto ol li p {
	font-size: 18px;
}

#howto > span {
	display: block;
	margin: 0 auto;
	padding: 10px 50px 0;
	max-width: 1080px;
	text-align: right;
	font-size: 14px;
}





/* Conversion */
#cv {
	padding: 90px 0 135px;
	text-align: center;
}

#cv h2 {
	padding: 0 0 65px;
	line-height: 1.4;
}

#cv article {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: url("/jp/~/media/medicom/onlinedemo/line_cv.png") center top / 2px 690px no-repeat;
	padding: 45px 0 0;
}

#cv article dl {
	position: relative;
	margin: 0 60px;
	width: 480px;
}

#cv article dl dt {
	position: absolute;
	top: -80px;
	left: 20px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #00c7b7;
	padding: 33px 0 0;
	width: 100px;
	height: 100px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

#cv article dl dt::after {
	content: '';
	position: absolute;
	right: 8px;
	bottom: -10px;
	display: block;
  border: 8px solid transparent;
  border-top: 20px solid #00c7b7;
	-ms-transform: rotate(-35deg);
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
}

#cv article dl:nth-child(2) dt {
	background: #f47e00;
	padding: 40px 0 0;
}

#cv article dl:nth-child(2) dt::after {
  border-top: 20px solid #f47e00;
}

#cv article dl dd ul.listtxt {
	padding: 15px 0 40px;
}

#cv article dl dd ul.listtxt li {
	position: relative;
	padding: 10px 10px 0 25px;
	text-align: left;
	font-size: 20px;
}

#cv article dl dd ul.listtxt li::before {
	content: '';
	position: absolute;
	top: 25px;
	left: 13px;
	display: block;
	background: #009a84;
	border-radius: 50%;
	width: 4px;
	height: 4px;
}

#cv article dl:nth-child(2) dd ul.listtxt li::before {
	background: #df6c00;
}

#cv article dl dd ul.btn li a {
	position: relative;
	display: block;
  border-radius: 45px;
  background: #00c7b7;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  width: 480px;
  height: 90px;
	line-height: 90px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}

#cv article dl:nth-child(2) dd ul.btn li a {
  background: #f47e00;
}

#cv article dl dd ul.btn li a em {
	padding: 0 4px 0 0;
	font-size: 26px;
}

#cv article dl dd ul.btn li a:link,
#cv article dl dd ul.btn li a:visited {
	color: #fff;
}

#cv article dl dd ul.btn li a:hover {
	text-decoration: none;
}

#cv article dl dd ul.btn li a::after {
	content: '';
	position: absolute;
	top: 40px;
	right: 22px;
	z-index: 1;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



@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;
	}
	
	.container section {
		min-width: auto;
		max-width: 100%;
	}

	.container section h2 {
		font-size: 6.4vw;
	}

	/* Page Styles
	------------------------------------------------*/
	/* Introduction */
	#introduction h1 {
		background: url("/jp/~/media/medicom/onlinedemo/img_main_sp.png") center 0 / cover no-repeat;
		height: 68vw;
	}

	#introduction ul {
		position: relative;
		top: auto;
		left: auto;
		display: block;
		padding: 30vw 0 0;
		width: 100%;
	}

	#introduction ul li,
	#introduction ul li:not(:last-child) {
		margin: 0 0 2.666667vw;
	}

	#introduction ul li a {
		border-radius: 8vw;
		box-shadow: 0 0.5333333vw 1.3333333vw 0 rgba(0, 0, 0, 0.2);
		margin: 0 0 0 4vw;
		padding: 2.1333333vw 0 0;
		width: 92vw;
		height: 16vw;
		font-size: 4vw;
	}

	#introduction ul li a em {
		padding: 0;
		font-size: 4.8vw;
	}

	#introduction ul li a::after {
		top: 6.6vw;
		right: 4.8vw;
		width: 1.6vw;
		height: 1.6vw;
		border-top: 0.8vw solid #fff;
		border-right: 0.8vw solid #fff;
	}
	
	#introduction ul li a span {
		top: 8.8vw;
		background: url("../../../medicom/onlinedemo/bg_btn-txt.png") center / 58.666667vw 100% no-repeat;
		height: 5.3333333vw;
		line-height: 5.3333333vw;
		font-size: 3.466667vw;
	}

	#introduction ul li:nth-child(3) a span {
		background: url("../../../medicom/onlinedemo/bg_btn-txt.png") center / 81.333333vw 100% no-repeat;
	}

	#introduction p {
		box-sizing: border-box;
		margin: -53.5vw 0 28vw;
		padding: 2.8vw 0 0;
		height: 24vw;
		line-height: 1.6;
		font-size: 4vw;
	}

	
	
	

	/* About */
	#about {
		margin: 0 auto;
		padding: 20vw 0 9.3333333vw;
		width: 89.333333vw;
	}

	#about h2 {
		padding: 0 0 5.3333333vw;
	}

	#about p {
		padding: 0 0 8vw;
		font-size: 4.2666667vw;
	}
	
	#about ul {
		display: block;
	}

	#about ul li {
		border: 0.8vw solid #fff;
		border-radius: 1.3333333vw;
		background: rgba(240, 245, 250, 0.9) url("../../../medicom/onlinedemo/ico_question_sp.png") -5vw -5vw / 16.666667vw auto no-repeat;
		box-shadow: 0 0 2vw 0 rgba(0, 0, 0, 0.08);
		margin: 0 0 4.4vw;
		width: 89.333333vw;
	}

	#about ul li dl dt {
		padding: 5.3333333vw 0 3.333333vw;
		font-size: 4.2666667vw;
	}

	#about ul li dl dd {
		padding: 0 4.8vw 3.2vw;
		line-height: 1.6;
		font-size: 4.2666667vw;
	}
	
	
	
	
	/* Flow */
	#flow {
		background: #f0f5fa url("/jp/~/media/medicom/onlinedemo/bg_flow_sp.png") 0 0 / 100% auto no-repeat;
		padding: 15.333333vw 0 6.6666667vw;
	}

	#flow h2 {
		padding: 0 0 12.6666667vw;
	}

	#flow h2::before {
		margin: 0 0 0 -26.4vw;
		width: 52.8vw;
		height: 18.533333vw;
	}

	#flow h2::after {
		top: 26.933333vw;
		border-radius: 0.4vw;
		margin: 0 0 0 -5.3333333vw;
		width: 10.666667vw;
		height: 0.8vw;
	}

	#flow > p {
		padding: 0 0 8vw;
		font-size: 4.2666667vw;
	}

	#flow ol {
		display: block;
	}
	
	#flow ol li {
		border-radius: 1.3333333vw;
		box-shadow: 0 0 2vw 0 rgba(0, 0, 0, 0.08);
		margin: 0 auto 9.3333333vw;
		padding: 9.2vw 4vw 7.3333333vw 30vw;
		width: 89.333333vw;
	}

	#flow ol li:nth-child(3) {
		width: 89.333333vw;
	}

	#flow ol li:before {
		border-radius: 1.3333333vw 0 0 0;
		border-top: 6.9333333vw solid #003893;
		border-right: 11.333333vw solid transparent;
		border-bottom: 6.9333333vw solid transparent;
		border-left: 11.333333vw solid #003893;
	}

	#flow ol li:not(:last-child):after {
		content: '';
		position: absolute;
		right: 50%;
		top: auto;
		bottom: -11vw;
		display: block;
		margin: 0 -4vw 0 0;
		border-top: 4vw solid #003893;
		border-right: 4vw solid transparent;
		border-left: 4vw solid transparent;
	}

	#flow ol li h3 {
		padding: 0 0 2vw;
		font-size: 4.8vw;
	}

	#flow ol li h3 span {
		top: 1.4vw;
		width: 11.333333vw;
		font-size: 2.4vw;
	}

	#flow ol li h3 span i {
		font-size: 3.733333vw;
	}

	#flow ol li em {
		top: 1.3333333vw;
		right: 1.3333333vw;
		border-radius: 3.066667vw;
		padding: 0 3.2vw;
		height: 6.1333333vw;
		line-height: 6.1333333vw;
		font-size: 4.2666667vw;
	}

	#flow ol li picture {
		top: 9.3333333vw;
		left: 5.3333333vw;
		margin: 0;
		width: 20vw;
	}

	#flow ol li p {
		font-size: 4.2666667vw;
	}

	/* How to */
	#howto {
		background: url("/jp/~/media/medicom/onlinedemo/bg_howto_sp.png") 0 0 / 100% auto no-repeat;
		padding: 15.333333vw 0 23.333333vw;
	}

	#howto h2 {
		padding: 0 0 12.66667vw;
	}

	#howto h2::before {
		margin: 0 0 0 -40.2vw;
		width: 80.4vw;
		height: 18.4vw;
	}

	#howto h2::after {
		top: 26.933333vw;
		border-radius: 0.4vw;
		margin: 0 0 0 -5.3333333vw;
		width: 10.666667vw;
		height: 0.8vw;
	}

	#howto ol {
		display: block;
	}
	
	#howto ol li {
		border-radius: 1.3333333vw;
		box-shadow: 0 0 2vw 0 rgba(0, 0, 0, 0.08);
		margin: 0 auto 9.3333333vw;
		padding: 12.6666667vw 4vw 11.7333333vw 30vw;
		width: 89.333333vw;
	}

	#howto ol li:last-child {
		padding: 8.6666667vw 4vw 7.7333333vw 30vw;
	}

	#howto ol li:before {
		border-radius: 1.3333333vw 0 0 0;
		border-top: 6.9333333vw solid #003893;
		border-right: 11.333333vw solid transparent;
		border-bottom: 6.9333333vw solid transparent;
		border-left: 11.333333vw solid #003893;
	}

	#howto ol li:not(:last-child):after {
		content: '';
		position: absolute;
		right: 50%;
		top: auto;
		bottom: -11vw;
		display: block;
		margin: 0 -4vw 0 0;
		border-top: 4vw solid #003893;
		border-right: 4vw solid transparent;
		border-left: 4vw solid transparent;
	}

	#howto ol li h3 span {
		top: 1.4vw;
		width: 11.333333vw;
		font-size: 2.4vw;
	}

	#howto ol li h3 span i {
		font-size: 3.733333vw;
	}

	#howto ol li picture {
		top: 9.3333333vw;
		left: 5.3333333vw;
		margin: 0;
		width: 20vw;
	}

	#howto ol li p {
		font-size: 4.2666667vw;
	}
	
	#howto > span {
		box-sizing: border-box;
		margin: -4vw 0 0;
		padding: 0 4vw;
		max-width: 100%;
		text-align: left;
		font-size: 3.2vw;
	}

	/* Conversion */
	#cv {
		padding: 0 0 16vw;
	}

	#cv h2 {
		padding: 0 0 16.666667vw;
	}

	#cv article {
		display: block;
		background: none;
		padding: 0;
	}

	#cv article dl {
		margin: 0;
		width: 100%;
	}

	#cv article dl:nth-child(2) {
		margin: 28vw 0 0;
	}

	#cv article dl dt {
		top: -13.3333333vw;
		left: 2.666667vw;
		padding: 7.3333333vw 0 0;
		width: 21.333333vw;
		height: 21.333333vw;
		font-size: 3.733333vw;
	}

	#cv article dl dt::after {
		right: 2.1333333vw;
		bottom: -2.666667vw;
		border: 2.1333333vw solid transparent;
		border-top: 5.3333333vw solid #00c7b7;
	}

	#cv article dl:nth-child(2) dt {
		background: #f47e00;
		padding: 8.6666667vw 0 0;
	}

	#cv article dl:nth-child(2) dt::after {
		border-top: 20px solid #f47e00;
	}

	#cv article dl dd ul.listtxt {
		padding: 4.6666667vw 0 7.3333333vw;
	}

	#cv article dl dd ul.listtxt li {
		padding: 2.666667vw 8vw 0 9.8666667vw;
		font-size: 4.2666667vw;
	}

	#cv article dl dd ul.listtxt li::before {
		top: 5.6vw;
		left: 6.366667vw;
		width: 1.2vw;
		height: 1.2vw;
	}

	#cv article dl dd ul.btn li a {
		border-radius: 8vw;
		box-shadow: 0 0.5333333vw 1.3333333vw 0 rgba(0, 0, 0, 0.2);
		margin: 0 0 0 4vw;
		width: 92vw;
		height: 16vw;
		line-height: 16vw;
		font-size: 4vw;
	}

	#cv article dl dd ul.btn li a em {
		padding: 0;
		font-size: 4.8vw;
	}

	#cv article dl dd ul.btn li a::after {
		top: 6.6vw;
		right: 4.8vw;
		width: 1.6vw;
		height: 1.6vw;
		border-top: 0.8vw solid #fff;
		border-right: 0.8vw solid #fff;
	}

}

@media only screen and (max-device-width: 320px) {
	/* Introduction */
	#introduction p {
		margin: -58.5vw 0 28vw;
	}
}