
@charset "utf-8";


/**************************************************50
 * roadmap
 **************************************************/
[id^="roadmap_"]{
	counter-reset: num;
}
[id^="roadmap_"] li{
	position: relative;
}
[id^="roadmap_"] li:before{
	border: 1px solid #1CACCA;
	border-radius: 50%;
	counter-increment: num;
	content: counter(num);
	display: inline-block;
	font-size: 150%;
	height: 44px;
	line-height: 42px;
	position: absolute;
	left:0;
	text-align: center;
	width: 44px;
}
[id^="roadmap_"] li:nth-child(odd):before{
	background-color: #1CACCA;
	color: #FFFFFF;
}
[id^="roadmap_"] li:nth-child(even):before{
	color: #1CACCA;
}
[id^="roadmap_"] li.bg_cyan:before{
	background-color: #1CACCA !important;
	color: #FFFFFF !important;
}
[id^="roadmap_"] li.bg_white:before{
	background-color: #FFFFFF !important;
	color: #1CACCA !important;
}
[id^="roadmap_"] .roadmap_period{
	position: relative;
}
[id^="roadmap_"] .roadmap_period_detail{
	border: 1px solid #1CACCA;
	color: #1CACCA;
	display: block;
	height: 100%;
	letter-spacing: 0.125em;
	padding: 0.5em 0.25em;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
@media screen and (max-width:767px){
	[id^="roadmap_"]{
		margin-bottom: 6.25%;
	}
	[id^="roadmap_"] li{
		margin-left: auto;
		margin-right: auto;
		padding-left: -webkit-calc(44px + 3.125%);
		padding-left: calc(44px + 3.125%);
		width: 93.75%;
	}
	[id^="roadmap_"] li.text_none{
		padding-top: 1em;
		padding-bottom: 1em;
	}
	[id^="roadmap_"] li:before{
		top: 5px;
	}
	[id^="roadmap_"] > li:not(:first-child),
	[id^="roadmap_"] .roadmap_period > li{
		margin-top: 3.125%;
	}
	[id^="roadmap_"] li span{
		display: inline-block;
	}
	[id^="roadmap_"] li strong{
		font-size: 112.5%;
	}
	[id^="roadmap_"] li p{
		font-size: 87.5%;
	}
	[id^="roadmap_"] .roadmap_period_detail{
		font-size: 87.5%;
		right: 3.125%;
	}
}
@media screen and (min-width:768px){
	[id^="roadmap_"]{
		margin: 0 auto 30px;
		max-width: 760px;
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	[id^="roadmap_"] li{
		min-height: 84px;
		padding-left: 64px;
	}
	[id^="roadmap_"] li.text_none{
		padding-top: 1em;
	}
	[id^="roadmap_"] li:before{
		top: 10px;
	}
	[id^="roadmap_"] li:not(:first-child):after{
		background-color: #1CACCA;
		content: "";
		position: absolute;
		bottom: 107%;
		height: 50px;
		left:22px;
		width: 1px;
	}
	[id^="roadmap_"] > li:not(:first-child),
	[id^="roadmap_"] .roadmap_period > li{
		margin-top: 40px;
	}
	[id^="roadmap_"] li strong{
		font-size: 125%;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	[id^="roadmap_"] .roadmap_period_detail{
		right: 0;
	}
}
@media screen and (max-width:939px){
	[id^="roadmap_"] .roadmap_period > li{
		padding-right: 3em;
	}
}
@media screen and (min-width:940px){
	[id^="roadmap_"] .roadmap_period_detail{
		left: -3em;
	}
}

