@charset "UTF-8";
html {
  scroll-behavior: smooth;
  min-height: 2000px;
}

/* 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, #demo .sub {
	font-size: 36px;
	font-weight: bold;
	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/mchrf_onlinedemo/img_main.png") center 0 / auto 100% no-repeat;
	width: 100%;
	height: 490px;
	text-indent: 100%; 
	white-space: nowrap;
	overflow: hidden; 
}

#introduction ul {
	position: relative;
	top: -100px;
	left: 0;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	width: 1040px;
  height: 90px;
}

#introduction ul li:not(:last-child) {
	margin: 0 20px 20px;
}

#introduction ul li a {
	position: relative;
	display: block;
  border-radius: 50px;
	box-sizing: border-box;
  background: #fbf326;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
	padding: 26px 0 0;
  width: 550px;
  height: 70px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	transition: 0.5s;
}

#introduction ul li:nth-child(2) a {
  background: #f47e00;
}

#introduction ul li:nth-child(3) a {
  background: #19a9ec;
}

#introduction ul li a:hover {
	background: #fcf77f;
}


#introduction ul li a em {
	padding: 0 4px 0 0;
	font-size: 26px;
}

#introduction ul li a:link,
#introduction ul li a:visited {
	color: #003893;
}

#introduction ul li a:hover {
	text-decoration: none;
}

#introduction ul li a::after {
	content: '';
	position: absolute;
	top: 30px;
	right: 22px;
	z-index: 1;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #003893;
	border-right: 2px solid #003893;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#introduction ul li a span {
	position: absolute;
	top: 52px;
	left: 0;
	display: block;
	background: url("/jp/~/media/medicom/onlinedemo/bg_btn-txt.png") center / 320px 100% no-repeat;
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	font-size: 16px;
	color: #10ab81;
}

#introduction ul li:nth-child(2) a span {
	background: url("/jp/~/media/medicom/onlinedemo/bg_btn-txt.png") center / 410px 100% no-repeat;
	color: #db6a00;
}

#introduction ul li:nth-child(3) a span {
	color: #19a9ec;
}

#introduction p {
	position: relative;
	background: #003893;
	margin: -90px 0 45px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
#introduction .note2{
 position: absolute;
 margin: -130px 0 0;
}




/* About / Demo */
#about, #demo {
	position: relative;
	padding: 55px 50px 90px;
}

#about h2, #demo h2{
	padding: 0 0 15px 515px;
}
#demo .sub{
	font-size: 36px;
	font-weight: bold;
	color: #003893;
	text-align: center;
	padding: 40px 0 20px 0;
}
#about p, #demo p {
	padding: 0 0 55px 515px;
	line-height: 1.8;
	font-size: 20px;
}

#about picture, #demo picture{
	position: absolute;
	top: 0;
	left: 50px;
	display: block;
	width: 446px;
}

#about ul, #demo ul{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
    padding: 10px 0;
}

#demo ul li{
	box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 10px;
  background: rgba(240, 245, 250, 0.9) url(/jp/~/media/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%;
  margin: 0 10px;
}

#about ul li{
	box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 10px;
  background: rgba(240, 245, 250, 0.9) url(/jp/~/media/medicom/mchrf_onlinedemo/ico_exclamation.png) -25px -25px / 84px auto no-repeat;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  width: 31%;
  margin: 0 10px;
}

#about ul li dl dt{
	padding: 50px 10px 20px;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	font-size: 20px;
	color: #003893;
}

#about ul li dl dd, #demo ul li dl dd{
	padding: 0 20px 20px;
	line-height: 1.8;
	font-size: 18px;
}
#demo ul li dl dt{
	padding: 65px 10px 20px;
	text-align: center;
	line-height: 1.4;
	font-weight: bold;
	font-size: 20px;
	color: #003893;
}

#hrf {
    position: relative;
    background: #f0f5fa;
    padding: 45px 0 0;
    margin-bottom: 100px;
    max-width: 100%;
    text-align: center;
}
#hrf p{
	    font-size:20px;
	    margin-top:-20px;
}
#hrf .arrow{
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 50px solid #f0f5fa;
  margin: 0 auto;
  position: relative;
  top: 50px;
}


/* 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-weight: bold;
	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 {
	line-height: 1.4;
    background: linear-gradient(transparent 50%, rgba(255, 252, 107, .69) 50%);
    display: inline;
}

#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);
}
.footer {
    text-align: center;
    padding: 24px 16px;
    border-top: 1px solid #e4e7eb;
}
.footer .footer-menu-list {
    margin-bottom: 10px;
}
.footer .footer-menu-item {
    display: inline-block;
    font-size: 12px;
}
.footer .footer-menu-item a {
    color: #0056a8;
    text-decoration: none;
    padding: 5px;
    display: inline-block;
}
.footer .footer-menu-item a:hover {
    text-decoration: underline;
}
.copyright2 {
    font-size: 12px;
    color: #83838e;
}

@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, #demo .sub {
		font-size: 6.4vw;
	}

	/* Page Styles
	------------------------------------------------*/
	/* Introduction */
	#introduction h1 {
		background: url("/jp/~/media/medicom/mchrf_onlinedemo/img_main_sp.png") center 0 / cover no-repeat;
		height: 58.666667vw;
	}

	#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: 6.1333333vw 0 0;
		width: 92vw;
		height: 16vw;
		font-size: 5vw;
	    margin-top: -30px;
	}

	#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 #003893;
		border-right: 0.8vw solid #003893;
	}
	
	#introduction ul li a span {
		top: 8.8vw;
		background: url("/jp/~/media/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(2) a span {
		background: url("/jp/~/media/medicom/onlinedemo/bg_btn-txt.png") center / 81.333333vw 100% no-repeat;
	}

#introduction p {
    box-sizing: border-box;
    margin: -53.5vw 0 40vw;
    line-height: 1.6;
    font-size: 4vw;
    height: 35px;
}
#introduction .note2 {
    position: absolute;
    margin: -170px 0 0;
}	
	
	

	/* About */
	#about,	#demo {
		margin: -170px auto 0;
		padding: 40.666667vw 0 9.3333333vw;
		width: 89.333333vw;
	}

	#about h2, #demo h2 {
		padding: 0 0 5.3333333vw;
	}

	#about p, #demo p {
		padding: 0 0 8vw;
		font-size: 4.2666667vw;
	}
	
	#about ul, #demo ul {
		display: block;
	}

	#demo ul li {
		border: 0.8vw solid #fff;
		border-radius: 1.3333333vw;
		background: rgba(240, 245, 250, 0.9) url("/jp/~/media/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 {
		border: 0.8vw solid #fff;
		border-radius: 1.3333333vw;
		background: rgba(240, 245, 250, 0.9) url("/jp/~/media/medicom/mchrf_onlinedemo/ico_exclamation_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, #demo ul li dl dt {
		padding: 5.3333333vw 0 3.333333vw;
		font-size: 4.2666667vw;
	}
#demo ul li dl dt {
    margin-top: 30px;
}
	#about ul li dl dd, #demo ul li dl dd {
		padding: 0 4.8vw 3.2vw;
		line-height: 1.6;
		font-size: 4.2666667vw;
	}
	
	#about picture, #demo picture.sp2 {
    display: block !important;
    position: relative;
    top: -20px;
    left: 0px;
    width: 100%;
  }	
#hrf img{
	width: 90%;
}	
#hrf p{
	    font-size: 4.2666667vw;
	    margin-top:-5px;
}
	
	/* 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: 10vw 0 0;
	}

	#cv h2 {
		padding: 0;
	}

	#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;
	}
}