@charset "utf-8";

/*---------------------------------------------------------------------------
   route-mapper
---------------------------------------------------------------------------*/


/*- 全体 -*/

.route-mapper .green {
	color: #66bbb0;
}

.route-mapper .gray {
	color: rgba(0,0,0,0.6);
}

.route-mapper .black {
	color: #000000;
}

.route-mapper .bold {
	font-weight: bold;
}

.route-mapper .big {
	font-size: 1.4em;
}

.route-mapper .box {
	margin: 50px 0 0 0;
	background-color: #ffffff;
}


/*- header -*/

.route-mapper header {
	height: 80px!important;
	background-color: #ffffff;
	background-image: none;
}

.route-mapper h1 {
	margin: 15px 0 0 30px;
	width: 405px;
	height: 50px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background-image: url(../images/route-mapper/logo.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	float: left;
}

.route-mapper header nav {
	margin: 20px 30px 0 0;
	height: 40px;
	width: auto;
	height: auto;
	background: none;
	float: right;
	position: static;
}

.route-mapper header nav li {
	margin: 0 10px 0 0;
	width: auto;
}

.route-mapper header nav li a {
	padding: 10px 30px 10px 10px;
	color: #ffffff;
	background-color: rgba(0,0,0,0.5);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 20px auto;
	border-radius: 4px;
	position: static;
}

.route-mapper header nav li:nth-child(1) a {
	background-image: url(../images/route-mapper/icon-plan.png);
}

.route-mapper header nav li:nth-child(2) a {
	background-image: url(../images/route-mapper/icon-features_and_features.png);
}

.route-mapper header nav li:nth-child(3) a {
	background-image: url(../images/route-mapper/icon-application.png);
}

.route-mapper header nav li:nth-child(4) a {
	background-image: url(../images/route-mapper/icon-contact.png);
}

.route-mapper header nav li:nth-child(5) a {
	background-color: #66bbb0;
	background-image: url(../images/route-mapper/icon-try.png);
}

.route-mapper header nav li a:after {
	display: none;
}


/*- contents -*/

.route-mapper .title {
	padding: 20px;
	background-color: #81c8bd;
}

.route-mapper .title h2 {
	font-size: 20px;
	color: #ffffff;
	background-color: #81c8bd;
}

.route-mapper .title h2 span {
	position: relative;
}

.route-mapper .title h2 span:after {
	content: "";
	margin: -20px 0 0 0;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: -50px;
	top: 50%;
}

.route-mapper .title h2.plan span:after {
	background-image: url(../images/route-mapper/icon-plan.png);
}

.route-mapper .title h2.features_and_features span:after {
	background-image: url(../images/route-mapper/icon-features_and_features.png);
}

.route-mapper .contents {
	background-image: url(../images/route-mapper/bg.png);
	background-repeat: repeat;
}

.route-mapper .catch {
	width: 48%;
	padding: 50px;
	color: rgba(0,0,0,0.4);
	line-height: 1.5em;
	font-size: 30px;
	font-weight: bold;
	float: left;
}

.route-mapper .catch.long {
	width: 100%;
	padding: 0;
	clear: both;
}

.route-mapper .movie {
	width: 50%;
	float: right;
	position: relative;
}

.route-mapper .movie img {
	width: 100%;
	height: auto;
	cursor: pointer;
}

.route-mapper .movie:before {
	content: "";
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	background-color: rgba(0,0,0,0.8);
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
}

.route-mapper .movie:after {
	content: "";
	margin: -16px 0 0 -8px;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-left: 20px solid #ff0000;
	position: absolute;
	top: 50%;
	left: 50%;
}

.route-mapper .map {
	width: 50%;
	float: left;
	position: relative;
}

.route-mapper .map img {
	width: 100%;
	height: auto;
}

.route-mapper .map:after {
	content: "";
	margin: -125px 0 0 0;
	width: 310px;
	height: 250px;
	background-image: url(../images/route-mapper/arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 250px auto;
	position: absolute;
	top: 50%;
	left: 100%;
}

.route-mapper .csv {
	width: 250px;
	height: 250px;
	float: right;
}

.route-mapper .csv-text {
	margin: 30px 0 0 0;
	color: rgba(0,0,0,0.4);
	line-height: 1.5em;
	font-size: 24px;
	font-weight: bold;
}

.route-mapper .compare {
	margin: 50px 0 0 0;
	background-color: #f1f5f4;
}

.route-mapper .compare .catch.long {
	margin: 0 0 20px 0;
}

.route-mapper .compare ul {
	margin: 20px 0 0 0;
	clear: both;
}

.route-mapper .compare li {
	margin: 0 3% 0 0;
	padding: 20px;
	width: 47%;
	background-color: #ffffff;
	float: left;
	position: relative;
}

.route-mapper .compare li:last-child {
	margin: 0 0 0 3%;
}

.route-mapper .compare li dl {
	margin: 40px 0 0 0;
}

.route-mapper .compare li dt,
.route-mapper .compare li dd {
	height: 30px;
	line-height: 30px;
	float: left;
}

.route-mapper .compare li dt {
	padding: 0 10px 0 0;
	width: 25%;
	text-align: right;
	clear: left;
}

.route-mapper .compare li dt:nth-child(2) {
	color: #81c8bd;
}

.route-mapper .compare li dd {
	padding: 4px 0;
	width: 15%;
	text-align: right;
}

.route-mapper .compare li dd.time01,
.route-mapper .compare li dd.time02,
.route-mapper .compare li dd.time03,
.route-mapper .compare li dd.time04 {
	width: 60%;
}

.route-mapper .compare li dd > div {
	height: 20px;
	background-color: rgba(0,0,0,0.5);
	border-radius: 4px;
}

.route-mapper .compare li dd.time01 div,
.route-mapper .compare li dd.time03 div {
	width: 100%;
}

.route-mapper .compare li dd.time02 div,
.route-mapper .compare li dd.time04 div {
	background-color: rgba(129,200,189,0.8);
}

.route-mapper .compare li dd.time02 div {
	width: 15%;
}

.route-mapper .compare li dd.time04 div {
	width: 20%;
}

.route-mapper .compare li dd span {
	font-size: 0.7em;
	color: rgba(0,0,0,0.8);
}

.route-mapper .compare .point {
	padding: 24px 0 0 0;
	width: 80px;
	height: 80px;
	text-align: center;
	color: #ffffff;
	border-radius: 100%;
	background-color: #f8b551;
	position: absolute;
	right: 10px;
	top: -10px;
}

.route-mapper .compare .point span {
	font-size: 0.8em;
	color: rgba(255,255,255,1);
}

.route-mapper .compare .point:after {
	content: """";
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 10px 14px;
	border-color: transparent transparent transparent #f8b551;
	position: absolute;
	top: 70%; 
	left: 0px;
	transform: rotate(140deg);
	-webkit-transform: rotate(140deg);
}

.route-mapper .try {
	text-align: center;
	background-color: rgba(129,200,189,1);
}

.route-mapper .try a {
	display: inline-block;
	margin: 0 auto;
	padding: 20px 40px;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.5em;
	border: 1px solid #ffffff;
}

.route-mapper .plan ul li {
	width: 33.33%;
	float: left;
}

.route-mapper .plan ul li a {
	padding: 50px 0 0 0;
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 300px;
	height: 300px;
	border-radius: 100%;
	background-color: #f1f5f4;
}

.route-mapper .plan ul li a:hover {
	background-color: #a8abaa;
}

.route-mapper .plan ul li a div {
	display: block;
}

.route-mapper .plan ul li .name {
	font-size: 30px;
	font-weight: bold;
}

.route-mapper .plan ul li:nth-child(1) .name {
	padding: 0 0 0 1em;
	color: #a3d55f;
	letter-spacing: 1em;
}

.route-mapper .plan ul li:nth-child(2) .name {
	color: #81c8bd;
}

.route-mapper .plan ul li:nth-child(3) .name {
	color: #daa520;
}

.route-mapper .plan ul li .user {
	margin: 10px 0 0 0;
	font-size: 100px;
	line-height: 1em;
	color: rgba(0,0,0,0.2);
	display: inline-block;
	position: relative;
}

.route-mapper .plan ul li .user:after {
	content: "ユーザー";
	white-space: nowrap;
	font-size: 10px;
	color: rgba(0,0,0,1);
	position: absolute;
	left: 100%;
	top: 20px;
}

.route-mapper .plan ul li:nth-child(3) .user {
	padding: 20px 0;
	font-size: 60px;
}

.route-mapper .plan ul li:nth-child(3) .user:after {
	display: none;
}

.route-mapper .plan ul li .user span {
	font-size: 0.4em;
	font-weight: normal;
}

.route-mapper .plan ul li .price {
	margin: 10px 0 0 0;
	font-size: 40px;
	color: rgba(0,0,0,0.6);
}

.route-mapper .plan ul li .price span {
	font-size: 0.4em;;
	font-weight: normal;
}

.route-mapper .plan ul li .try {
	margin: 20px 0 0 0;
	padding: 10px 10px 6px 10px;
	line-height: 1em;
	font-size: 30px;
	color: #ffffff;
	border-radius: 30px;
	display: inline-block;
}

.route-mapper .plan ul li:nth-child(1) .try {
	background-color: #a3d55f;
}

.route-mapper .plan ul li:nth-child(2) .try {
	background-color: #81c8bd;
}

.route-mapper .plan ul li:nth-child(3) .try {
	background-color: #daa520;
}

.route-mapper .plan ul li .try span {
	font-size: 0.6em;
	color: rgba(255,255,255,0.8);
}

.route-mapper .plan ul li > div {
	margin: 30px 0 0 0;
	text-align: center;
}

.route-mapper .plan .lead {
	font-size: 30px;
}

.route-mapper .flow {
	background-color: #dbe6e4;
}

.route-mapper .flow .green {
	margin-bottom: 50px;
	font-size: 30px;
}

.route-mapper .flow li {
	padding: 0 20px;
	width: 25%;
	color: rgba(0,0,0,0.8);
	float: left;
}

.route-mapper .flow li div {
	margin: 0 0 20px 0;
	width: 220px;
	height: 80px;
	line-height: 80px;
	font-size: 20px;
	text-align: center;
	border-radius: 10px 0 0 10px;
	position: relative;
}

.route-mapper .flow li:nth-child(1) div {
	background-color: #f2f9f8;
}

.route-mapper .flow li:nth-child(2) div {
	background-color: #cde9e5;
}

.route-mapper .flow li:nth-child(3) div {
	background-color: #a7d8d1;
}

.route-mapper .flow li:nth-child(4) div {
	background-color: #81c8bd;
}

.route-mapper .flow li div:after {
	content: "";
	margin: -40px 0 0 0;
	width: 0;
	height: 0;
	border: 40px solid transparent;
	position: absolute;
	right: -80px;
	top: 50%;
}

.route-mapper .flow li:nth-child(1) div:after {
	border-left: 40px solid #f2f9f8;
}

.route-mapper .flow li:nth-child(2) div:after {
	border-left: 40px solid #cde9e5;
}

.route-mapper .flow li:nth-child(3) div:after {
	border-left: 40px solid #a7d8d1;
}

.route-mapper .flow li:nth-child(4) div:after {
	border-left: 40px solid #81c8bd;
}

.route-mapper .operation ul {
	border-right: 1px solid #81c8bd;
}

.route-mapper .operation li {
	padding: 20px;
	width: 33.33%;
	background-color: #f1f5f4;
	border-top: 1px solid #81c8bd;
	border-bottom: 1px solid #81c8bd;
	border-left: 1px solid #81c8bd;
	float: left;
}

.route-mapper .operation li > div {
	padding: 10px;
	color: #81c8bd;
	background-color: #ffffff;
	border: 1px solid #81c8bd;
	border-radius: 2px;
}