@charset "utf-8";
#contents {
	padding-top: 190px;
}
@media only screen and (max-width: 767px) {
	#subNavi {
		display: none;
	}
	#contents {
		padding-top: 60px;
	}
}
/*---------------------- mainTitle ----------------------*/
#mainContents .mainTitle {
	margin-bottom: 45px;
	text-align: center;
	background-color: #f2f2f2;
	padding: 0 0 45px;
}
#mainContents .mainTitle img {
	width: 100%;
	display: block;
}
#mainContents .mainTitle h1 {
	position: relative;
}
#mainContents .mainTitle h1 span {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 5em;
	font-family: 'Lato', sans-serif;
	font-style: italic;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
	font-weight: 700;
}
#mainContents .mainTitle h2 {
	font-size: 2.4em;
	letter-spacing: 0.2em;
	color: #f09600;
	padding-top: 40px;
	margin-bottom: 25px;
	font-weight: bold;
	text-align: center;
}
#mainContents .mainTitle p {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 200%;
}
@media only screen and (max-width: 767px) {
	#mainContents .mainTitle {
		margin: 0;
		background-color: #FFF;
		padding: 0 0 35px;
	}
	#mainContents .mainTitle h1 {
		margin: 0 0 35px;
	}
	#mainContents .mainTitle h1 span {
		display: none;
	}
	#mainContents .mainTitle h2 {
		display: none;
	}
	#mainContents .mainTitle p {
		font-size: 12px;
		font-weight: 500;
		line-height: 1.7;
	}
}
/*---------------------- service ----------------------*/
#mainContents .service img {
	display: block;
	max-width: 100%;
}
#mainContents .service .secTitle {
	font-size: 18px;
	line-height: 45px;
	color: #FFF;
	width: 350px;
	background: linear-gradient(90deg, #F39800 0%, rgba(240, 150, 0, 0.5) 75%, #FFF 100%);
	padding-left: 95px;
	box-sizing: border-box;
}
#mainContents .service .serviceInner {
	max-width: 980px;
}
#mainContents .service h2 img {
	margin: auto;
}
@media only screen and (max-width: 767px) {
	#mainContents .service .secTitle {
		font-size: 14px;
		line-height: 35px;
		width: 180px;
		padding-left: 45px;
	}
}
/*---------------------- service sec01 ----------------------*/
#mainContents .service.sec01 {
	margin: 0 0 200px;
}
#mainContents .service.sec01 h2 {
	margin: 0 0 60px;
}
#mainContents .service.sec01 .banner {
	position: relative;
	padding: calc(370 / 980 * 100%) 0 0;
}
#mainContents .service.sec01 .banner .photo {
	position: absolute;
	top: 0;
	left: 0;
}
#mainContents .service.sec01 .banner .photo img {
	display: block;
	width: 100%;
}
#mainContents .service.sec01 .banner p {
	position: absolute;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.9;
	color: #FFF;
	left: 30px;
	bottom: 20px;
}
#mainContents .service.sec01 .photo01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 700px;
	margin: 60px auto;
}
#mainContents .service.sec01 .solution h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 70px auto 50px;
	font-size: 35px;
	font-weight: 700;
}
#mainContents .service.sec01 .solution h3:before, #mainContents .service.sec01 .solution h3:after {
	border-top: 1px solid #707070;
	content: "";
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
#mainContents .service.sec01 .solution h3:before {
	margin-right: 40px;
}
#mainContents .service.sec01 .solution h3:after {
	margin-left: 40px;
}
#mainContents .service.sec01 .solution .solutionSec {
	background-color: #F4F4F4;
	margin: 0 0 45px;
}
#mainContents .service.sec01 .solution .solutionSec.searchRankingNo1 .photo img {
	margin: auto;
}
#mainContents .service.sec01 .solution .solutionSec .text h4 {
	font-size: 30px;
	font-weight: 700;
	color: #F39800;
	margin: 0 0 25px;
}
#mainContents .service.sec01 .solution .solutionSec .text p {
	font-size: 18px;
	line-height: 1.7;
}
#mainContents .service.sec01 .solution .solutionSec.searchRankingNo1 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}
#mainContents .service.sec01 .solution .solutionSec.searchRankingNo1 ul li a {
	display: block;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	overflow: hidden;
	background-color: #FFF;
}
#mainContents .service.sec01 .comment {
	line-height: 1.8;
	text-align: center;
	margin: 30px 0 35px;
}
#mainContents .service.sec01 .tregpsRental .logo img {
	width: 195px;
	height: auto;
}
#mainContents .service.sec01 .tregpsRental .btn a {
	display: block;
	text-align: center;
	width: 250px;
	padding-right: 20px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 60px;
	border-radius: 30px;
	background-color: #19B239;
	box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.15);
	position: relative;
}
#mainContents .service.sec01 .tregpsRental .btn a::after {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 30px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 10px solid #FFF;
	border-right: 0 solid transparent;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
@media screen and (min-width: 768px) {
	#mainContents .service.sec01 .serviceInner {
		margin: -65px auto 0;
	}
	#mainContents .service.sec01 .solution .solutionSec {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#mainContents .service.sec01 .solution .solutionSec.rowReverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	#mainContents .service.sec01 .solution .solutionSec.searchRankingNo1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#mainContents .service.sec01 .solution .solutionSec .photo {
		width: 354px;
	}
	#mainContents .service.sec01 .solution .solutionSec.searchRankingNo1 .photo {
		padding: 20px 0 0;
	}
	#mainContents .service.sec01 .solution .solutionSec .text {
		width: calc(100% - 354px);
		padding: 50px 0 0 75px;
		box-sizing: border-box;
	}
	#mainContents .service.sec01 .solution .solutionSec.searchRankingNo1 h5 {
		padding: 0 75px;
		margin: 0 0 10px;
		text-align: left;
		width: 100%;
		box-sizing: border-box;
	}
	#mainContents .service.sec01 .solution .solutionSec.searchRankingNo1 ul {
		padding: 0 75px 20px;
	}
	#mainContents .service.sec01 .solution .solutionSec.searchRankingNo1 ul li {
		width: calc((100% - 70px) / 8);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	#mainContents .service.sec01 .solution .solutionSec.searchRankingNo1 ul li:nth-of-type(8n) {
		margin-right: 0;
	}
	#mainContents .service.sec01 .tregpsRental {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 490px;
		margin: auto;
	}
	#mainContents .service.sec01 .tregpsRental .btn a, #mainContents .service.sec01 .tregpsRental .btn a::after {
		transition: all 0.3s;
	}
	#mainContents .service.sec01 .tregpsRental .btn a:hover {
		background-color: #00AA23;
		box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.35);
	}
	#mainContents .service.sec01 .tregpsRental .btn a:hover::after {
		transform: translateX(10px);
	}
}
@media only screen and (max-width: 767px) {
	#mainContents .service.sec01 {
		margin: 0 0 50px;
	}
	#mainContents .service.sec01 h2 {
		text-align: center;
		margin: 30px 0 25px;
	}
	#mainContents .service.sec01 h2 img {
		width: 80px;
		height: auto;
	}
	#mainContents .service.sec01 .banner p {
		font-size: 10px;
		line-height: 1.6;
		color: #FFF;
		right: 15px;
		left: 15px;
		bottom: 10px;
	}
	#mainContents .service.sec01 .photo01 {
		margin: 25px 6% 20px;
	}
	#mainContents .service.sec01 .photo01 div:first-of-type {
		margin-right: 10%;
	}
	#mainContents .service.sec01 .fig01 {
		margin: 0 6%;
	}
	#mainContents .service.sec01 .solution {
		margin: 0 6%;
	}
	#mainContents .service.sec01 .solution h3 {
		margin: 30px auto 25px;
		font-size: 25px;
	}
	#mainContents .service.sec01 .solution h3:before {
		margin-right: 20px;
	}
	#mainContents .service.sec01 .solution h3:after {
		margin-left: 20px;
	}
	#mainContents .service.sec01 .solution .solutionSec {
		margin: 0 0 30px;
	}
	#mainContents .service.sec01 .solution .solutionSec.searchRankingNo1 .photo {
		padding: 25px 0 0;
	}
	#mainContents .service.sec01 .solution .solutionSec.searchRankingNo1 .photo img {
		width: 200px;
		height: auto;
	}
	#mainContents .service.sec01 .solution .solutionSec .text {
		padding: 20px 6%;
	}
	#mainContents .service.sec01 .solution .solutionSec .text h4 {
		font-size: 22px;
		margin: 0 0 15px;
	}
	#mainContents .service.sec01 .solution .solutionSec .text p {
		font-size: 14px;
	}
	#mainContents .service.sec01 .solution .solutionSec.searchRankingNo1 h5 {
		margin: 0 0 10px;
		text-align: center;
	}
	#mainContents .service.sec01 .solution .solutionSec.searchRankingNo1 ul {
		padding: 0 6% 15px;
	}
	#mainContents .service.sec01 .solution .solutionSec.searchRankingNo1 ul li {
		width: calc((100% - 20px) / 3);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	#mainContents .service.sec01 .solution .solutionSec.searchRankingNo1 ul li:nth-of-type(3n) {
		margin-right: 0;
	}
	#mainContents .service.sec01 .comment {
		font-size: 12px;
		margin: 15px 0 20px;
	}
	#mainContents .service.sec01 .tregpsRental .logo {
		margin: 0 0 25px;
	}
	#mainContents .service.sec01 .tregpsRental .logo img {
		width: 160px;
		height: auto;
		margin: auto;
	}
	#mainContents .service.sec01 .tregpsRental .btn a {
		width: 220px;
		margin: auto;
		padding-right: 15px;
		font-size: 16px;
		line-height: 50px;
		border-radius: 25px;
	}
	#mainContents .service.sec01 .tregpsRental .btn a::after {
		margin-top: -5px;
		right: 25px;
		border-left: 8px solid #FFF;
		border-right: 0 solid transparent;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
}
/*---------------------- service sec02 ----------------------*/
#mainContents .service.sec02 {
	margin: 0 0 100px;
}
#mainContents .service.sec02 h2 {
	margin: 0 0 45px;
}
#mainContents .service.sec02 .banner {
	position: relative;
	padding: calc(370 / 980 * 100%) 0 0;
}
#mainContents .service.sec02 .banner .photo {
	position: absolute;
	top: 0;
	left: 0;
}
#mainContents .service.sec02 .banner .photo img {
	display: block;
	width: 100%;
}
#mainContents .service.sec02 .banner p {
	position: absolute;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.9;
	color: #FFF;
	left: 30px;
	bottom: 20px;
	text-shadow: 1px 1px 5px #000;
}
#mainContents .service.sec02 .background h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 70px auto 50px;
	font-size: 35px;
	font-weight: 700;
}
#mainContents .service.sec02 .background h3:before, #mainContents .service.sec02 .background h3:after {
	border-top: 1px solid #707070;
	content: "";
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
#mainContents .service.sec02 .background h3:before {
	margin-right: 40px;
}
#mainContents .service.sec02 .background h3:after {
	margin-left: 40px;
}
#mainContents .service.sec02 .background dl {
	margin: 0 0 60px;
}
#mainContents .service.sec02 .background dl.background01 {
	background-image: url(../images/location_service/sec02_background_illust01.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#mainContents .service.sec02 .background dl.background02 {
	background-image: url(../images/location_service/sec02_background_illust02.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#mainContents .service.sec02 .background dl dt {
	font-size: 28px;
	font-weight: 700;
	color: #F39800;
	margin: 0 0 20px;
}
#mainContents .service.sec02 .background dl dd p {
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 20px;
}
#mainContents .service.sec02 .background .fig {
	margin: 30px 0;
}
#mainContents .service.sec02 .background .fig img {
	margin: auto;
}
#mainContents .service.sec02 .solution h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 70px auto 50px;
	font-size: 35px;
	font-weight: 700;
}
#mainContents .service.sec02 .solution h3:before, #mainContents .service.sec02 .solution h3:after {
	border-top: 1px solid #707070;
	content: "";
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
#mainContents .service.sec02 .solution h3:before {
	margin-right: 40px;
}
#mainContents .service.sec02 .solution h3:after {
	margin-left: 40px;
}
#mainContents .service.sec02 .solution .solutionSec {
	background-color: #F4F4F4;
	margin: 0 0 45px;
}
#mainContents .service.sec02 .solution .solutionSec .text h4 {
	font-size: 30px;
	font-weight: 700;
	color: #F39800;
	margin: 0 0 25px;
}
#mainContents .service.sec02 .solution .solutionSec .text p {
	font-size: 16px;
	line-height: 1.7;
}
#mainContents .service.sec02 .comment {
	line-height: 1.8;
	text-align: center;
	margin: 30px 0;
}
#mainContents .service.sec02 .tremil .logo img {
	width: 220px;
	height: auto;
}
#mainContents .service.sec02 .tremil .btn a {
	display: block;
	text-align: center;
	width: 250px;
	padding-right: 20px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 60px;
	border-radius: 30px;
	background-color: #F69137;
	box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.15);
	position: relative;
}
#mainContents .service.sec02 .tremil .btn a::after {
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 30px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 10px solid #FFF;
	border-right: 0 solid transparent;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
#mainContents .service.sec02 .app {
	margin: 60px 0 0;
}
#mainContents .service.sec02 .app ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	max-width: 460px;
	margin: auto;
}
@media screen and (min-width: 768px) {
	#mainContents .service.sec02 .serviceInner {
		margin: -55px auto 0;
	}
	#mainContents .service.sec02 .solution .solutionSec {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#mainContents .service.sec02 .solution .solutionSec.rowReverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	#mainContents .service.sec02 .solution .solutionSec.searchRankingNo1 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#mainContents .service.sec02 .solution .solutionSec .photo {
		width: 400px;
	}
	#mainContents .service.sec02 .solution .solutionSec.searchRankingNo1 .photo {
		padding: 20px 0 0;
	}
	#mainContents .service.sec02 .solution .solutionSec .text {
		width: calc(100% - 400px);
		padding: 40px 0 0 75px;
		box-sizing: border-box;
	}
	#mainContents .service.sec02 .solution .solutionSec.prepaid .text ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style: none;
		margin-top: 15px;
	}
	#mainContents .service.sec02 .solution .solutionSec.prepaid .text ul li {
		margin-right: 20px;
		;
	}
	#mainContents .service.sec02 .tremil {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 515px;
		margin: auto;
	}
	#mainContents .service.sec02 .tremil .btn a, #mainContents .service.sec02 .tremil .btn a::after {
		transition: all 0.3s;
	}
	#mainContents .service.sec02 .tremil .btn a:hover {
		background-color: #F58521;
		box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.35);
	}
	#mainContents .service.sec02 .tremil .btn a:hover::after {
		transform: translateX(10px);
	}
}
@media only screen and (max-width: 767px) {
	#mainContents .service.sec02 {
		margin: 0;
	}
	#mainContents .service.sec02 h2 {
		text-align: center;
		margin: 30px 0 25px;
	}
	#mainContents .service.sec02 h2 img {
		width: 200px;
		height: auto;
	}
	#mainContents .service.sec02 .banner p {
		font-size: 10px;
		line-height: 1.6;
		color: #FFF;
		right: 15px;
		left: 15px;
		bottom: 10px;
	}
	#mainContents .service.sec02 .background {
		margin: 0 6%;
	}
	#mainContents .service.sec02 .background h3 {
		margin: 30px auto 20px;
		font-size: 25px;
	}
	#mainContents .service.sec02 .background h3:before {
		margin-right: 20px;
	}
	#mainContents .service.sec02 .background h3:after {
		margin-left: 20px;
	}
	#mainContents .service.sec02 .background dl {
		margin: 0 0 35px;
	}
	#mainContents .service.sec02 .background dl.background01 {
		background-size: 75px;
	}
	#mainContents .service.sec02 .background dl.background02 {
		background-size: 85px;
	}
	#mainContents .service.sec02 .background dl dt {
		font-size: 20px;
		margin: 0 0 15px;
	}
	#mainContents .service.sec02 .background dl dd p {
		font-size: 14px;
		margin: 0 0 15px;
	}
	#mainContents .service.sec02 .background .fig {
		margin: 0;
	}
	#mainContents .service.sec02 .solution {
		margin: 0 6%;
	}
	#mainContents .service.sec02 .solution h3 {
		margin: 30px auto 25px;
		font-size: 25px;
	}
	#mainContents .service.sec02 .solution h3:before {
		margin-right: 20px;
	}
	#mainContents .service.sec02 .solution h3:after {
		margin-left: 20px;
	}
	#mainContents .service.sec02 .solution .solutionSec {
		margin: 0 0 30px;
	}
	#mainContents .service.sec02 .solution .solutionSec.searchRankingNo1 .photo {
		padding: 25px 0 0;
	}
	#mainContents .service.sec02 .solution .solutionSec.searchRankingNo1 .photo img {
		width: 200px;
		height: auto;
	}
	#mainContents .service.sec02 .solution .solutionSec .text {
		padding: 20px 6%;
	}
	#mainContents .service.sec02 .solution .solutionSec.oem .text {
		padding: 0 6% 20px;
		margin-top: -10px;
	}
	#mainContents .service.sec02 .solution .solutionSec .text h4 {
		font-size: 22px;
		margin: 0 0 15px;
	}
	#mainContents .service.sec02 .solution .solutionSec .text p {
		font-size: 14px;
	}
	#mainContents .service.sec02 .solution .solutionSec.prepaid .text ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		list-style: none;
		margin-top: 15px;
	}
	#mainContents .service.sec02 .solution .solutionSec.prepaid .text ul li {
		width: calc((100% - 20px) / 2);
	}
	#mainContents .service.sec02 .comment {
		font-size: 12px;
		margin: 15px 0;
	}
	#mainContents .service.sec02 .tremil .logo {
		margin: 0 0 20px;
	}
	#mainContents .service.sec02 .tremil .logo img {
		width: 160px;
		height: auto;
		margin: auto;
	}
	#mainContents .service.sec02 .tremil .btn a {
		width: 220px;
		margin: auto;
		padding-right: 15px;
		font-size: 16px;
		line-height: 50px;
		border-radius: 25px;
	}
	#mainContents .service.sec02 .tremil .btn a::after {
		margin-top: -5px;
		right: 25px;
		border-left: 8px solid #FFF;
		border-right: 0 solid transparent;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
	}
	#mainContents .service.sec02 .app {
		margin: 30px 0 10px;
	}
	#mainContents .service.sec02 .app ul {
		margin: 0 6%;
	}
	#mainContents .service.sec02 .app ul li img {
		height: 50px;
	}
}