@charset "utf-8";

#News{
	padding: 20px 0;
}
.news-box{
	padding: 20px 30px;
	background: #fffdf6;
	border: solid 3px #da4453;
}
.news-box p{
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
	color: #da4453;
}
.news-box p .label-news{
	background: #da4453;
	color: #fff;
	font-size: 80%;
	display: inline-block;
	padding: 2px 6px;
	margin-right: 10px;
	border-radius: 3px;
	position: relative;
	top: -2px;
}


.bg-odate{
	background: #F8F8F8;
}
.img-half{
	zoom: 0.5;
	margin-left: auto;
	margin-right: auto;
}
.text-kome{
	position: relative;
	font-size: 16px;
}
.text-kome span{
	padding-left: 15px;
	display: inline-block;
	position: relative;
	font-size: 0.9em;
}
.text-kome span:before{
	content: "※";
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 80%;
}
.header-section{
	margin-bottom: 100px;
	text-align: center;
	overflow: hidden;
}
.title-section{
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
	line-height: 1;
}
.title-section:after{
	content: "";
	width: 100%;
	height: 10px;
	background: #000B5F;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	z-index: 1;
}
.title-section > span{
	line-height: 1;
	display: inline-block;
	padding: 0 200px;
	background: #F8F8F8;
	position: relative;
}
.title-section > span:after{
	content: "";
	width: 100%;
	height: 10px;
	background: #FF9600;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	z-index: 2;
}
.title-section.ver-blue:after{
	background: #FF9600;
}
.title-section.ver-blue > span:after{
	background: #000B5F;
}
.title-section > span > b{
	display: inline-block;
	background: #F8F8F8;
	position: relative;
	z-index: 3;
	padding: 0 70px;
	letter-spacing: 4px;
}
.title-section > span > b > small{
	display: block;
	font-size: 14px;
	margin-top: 20px;
	color: #FF9600;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 2px;
}
.btn-base{
	position: relative;
	display:block;
	text-align: center;
	padding: 20px 6px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
	background: #FF9600;
	color: #fff;
}
.btn-base:hover{
	text-decoration: none;
	background: #e9b93b;
	color: #fff;
}
.btn-base.btn-close:hover{
	text-decoration: none;
	background: #ccc;
	color: #999;
}
.btn-02{
	background: #c86162;
	color: #fff;
}
.btn-base:after{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    content: "\f0da";
    font-size: 0.8em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.btn-base.ver-under:after{
    content: "\f0d7";
}

.btn-base.ver-pdf:after{
    display: none;
}

.btn-base.btn-close:after{
    display: none;
}
.btn-end{
	background: #eee;
	color: #666;
	pointer-events: none;
}
.link-pdf{
	font-weight: bold;
	text-decoration: underline;
}
.link-pdf:hover{
	text-decoration: none;
}
.btn-base.link-pdf{
	color: #fff;
	text-decoration: none;
}
.btn-base.link-pdf:after{
	display: none;
}
.btn-base.link-pdf{
	color: #fff;
}
.btn-base.link-pdf:hover{
	text-decoration: none;
}


.row-carabout{
	display: flex;
}
.col-carabouttext{
	width: 35%;
	padding-right: 10px;
	order: 1;
}
.col-caraboutimg{
	width: 65%;
	order: 2;
}
.list-carabout > li{
	display: flex;
	width: 100%;
}
.list-carabout > li + li{
	margin-top: 20px;
}
.label-carspec{
	width: 11%;
}
.text-carspec{
	width: 89%;
	font-size: 18px;
	padding-left: 10px;
}
.text-carspec b{
	display: block;
}
.about-01 b{
	color: #243ba0;
}
.about-02 b{
	color: #2b91c0;
}
.about-03 b{
	color: #149c97;
}
.about-04 b{
	color: #038433;
}
.about-05 b{
	color: #43c709;
}

.row-carsensor{
	display: flex;
	flex-wrap: wrap;
}
.col-carsensor{
	width: 50%;
	text-align: center;
	padding: 0 10px;
}
.col-autoware{
	margin-top: 40px;
}
.dl-carspec{
	margin-top: 10px;
}
.dl-carspec dt{
	font-size: 14px;
	margin-bottom: 10px;
	background: #ccc;
	padding: 5px 15px;
	border-radius: 100px;
	text-align: center;
	display: inline-block;
}
.col-lidar .dl-carspec dt{
	background: #FFF04E;
}
.col-camera .dl-carspec dt{
	background: #E71B1B;
	color: #fff;
}
.col-autoware .dl-carspec dt{
	background: #000B5F;
	color: #fff;
}
.dl-carspec dd{
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}
.dd-carspecimg{
	margin-top: 10px;
}
.dl-safety{
	padding: 0px 10px;
}
.dl-safety dt{
	text-align: center;
	background: #fff;
	border-radius: 300px;
	margin-bottom: 10px;
	overflow: hidden;
}

.dl-safety dd{
	text-align: left;
	font-size: 15px;
	line-height: 1.6;
}
.wrap-senser{
	width: 100%;
	max-width: 1000px;
	margin:60px auto 30px;
}
.wrap-spectext{
	width: 100%;
	max-width: 750px;
	padding: 40px;
	margin:60px auto 80px;
	border:3px solid #000B5F;
	border-radius: 10px;
	background: #fff;
}

.wrap-pretext{
	width: 100%;
	max-width: 750px;
	padding: 40px;
	margin:0 auto 40px;
	border:3px solid #000B5F;
	border-radius: 10px;
	background: #fff;
}

.wrap-pretext h3{
	font-size: 24px;
	font-weight: bold;
	color: #000B5F;
	display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
	text-align: center;
}

.wrap-pretext h3 span{
background:linear-gradient(transparent 60%, #fceea0 40%);
      display: inline-block;
}
.wrap-pretext h3::before,.wrap-pretext h3::after {
  width: 4px;
  height: 26px;
  content: "";
  background-color: #000B5F;
}

.wrap-pretext h3::before {
  margin-right: 0.6em;
  transform: rotate(-30deg);
}

.wrap-pretext h3::after {
  margin-left: 0.5em;
  transform: rotate(30deg);
}


.wrap-pretext dl{
	margin-top: 25px;
}
.wrap-pretext dl dt{
	font-size: 18px;
	margin-bottom: 5px;	
	text-align: left;


}

.wrap-pretext dl dd{
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
	text-align: left;	

}

.wrap-pretext dl dd::before{
	content: "・";
	position: absolute;
	left:0;
}

.title-spec{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000B5F;
	margin-bottom: 40px;
}
.title-spec span{
	display: inline-block;
	border-bottom: 2px solid #000B5F;
	padding: 0 10px 10px;
}

.title-safety{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000B5F;
	margin-bottom: 30px;
	position: relative;
}
.title-safety span{
	padding: 0 20px 0;
	background: #F8F8F8;
	z-index: 2;
	position: relative;
	display: inline-block;
}
.title-safety:after{
	content: "";
	display: block;
	height: 2px;
	width: 450px;
	background: #000B5F;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.mobi-intro{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 10px 0;
}

.mobi-intro img{
	width: 30%;
	margin-right: 20px;
}
.mobi-intro b{
	font-size: 1.3em;
	margin-bottom: 10px;
}
.box-mobi{
	display: flex;
	max-width: 750px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}

.box-qr{
	border: 2px solid #ccc;
	background: #eee;
	padding: 12px;
	text-align: center;
	width: 82%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
}

.box-qr dt{
	width: 80%;
}
.box-qr dd{
	width: 18%;
	text-align: center!important;
}
.box-pdf{
		width: 40%;
	text-align: center;	
}
.img-qr{
	width: 100%;
	margin: 0 auto;
}
.box-qr a{
	display: inline-block;
	position: relative;
	margin-top: 5px;
}
.box-qr a::after{
	position: absolute;
    top: 50%;
    right: -16px;
    transform: translate(0, -50%);
    content: "\f0da";
    font-size: 0.8em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.wrap-pretext dl.box-qr dd::before{
		display: none;
	}

@media(max-width:992px) {
.title-section > span{
	padding: 0 100px;
}
.title-section > span > b{
	padding: 0 30px;
}
}
@media(max-width:767px) {
.news-box{
	padding: 10px 20px;
	border: solid 2px #da4453;
}
.text-kome{
	font-size: 14px;
}
.header-section{
	margin-bottom: 25px;
}
.btn-base{
	padding: 14px 6px;
	font-size: 16px;
}
.title-section{
	font-size: 20px;
}
.title-section:after{
	content: "";
	width: 50%;
	height: 5px;
	background: #000B5F;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	z-index: 1;
}
.title-section:before{
	content: "";
	width: 50%;
	height: 5px;
	background: #FF9600;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	z-index: 1;
}
.title-section > span{
	line-height: 1;
	display: inline-block;
	padding: 0;
	background: #F8F8F8;
	position: relative;
}
.title-section > span:after{
	display: none;
}
.title-section.ver-blue > span:after{
	display: none;
}
.title-section.ver-blue:after{
	background: #000B5F;
}
.title-section > span > b{
	padding: 0 10px;
}
	

.row-carabout{
	display: block;
}
.col-carabouttext{
	width: 100%;
	padding-right: 0;
	padding: 0 20px;
}
.col-caraboutimg{
	width: 100%;
	margin-bottom: 10px;
}
.label-carspec{
	width: 9%;
}
.text-carspec{
	width: 91%;
	font-size: 14px;
	padding-left: 10px;
}

.row-carsensor{
	display: block;
}
.col-carsensor{
	width: 100%;
}
.col-autoware{
	margin-top: 40px;
}
.col-carsensor + .col-carsensor{
	margin-top: 40px;
}
.col-carsensor img{
	zoom:0.5;
}
.dl-carspec{
	margin-top: 10px;
}
.dl-carspec dt{
	font-size: 14px;
	margin-bottom: 10px;
	background: #ccc;
	padding: 5px 15px;
	border-radius: 100px;
	text-align: center;
	display: inline-block;
}
.col-lidar .dl-carspec dt{
	background: #FFF04E;
}
.col-camera .dl-carspec dt{
	background: #E71B1B;
	color: #fff;
}
.dl-carspec dd{
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}
.dd-carspecimg{
	margin-top: 10px;
}
.dl-safety{
	padding: 10px 10px;
}
.dl-safety dd{
	font-size: 14px;
}
.title-dia{
	font-size: 16px;
}
.title-safety{
	font-size: 16px;
}
.wrap-spectext{
	padding: 20px 20px 20px;
	margin: 0px auto 40px;
}
.wrap-pretext{
	padding: 20px 14px 20px;
	margin: 0px auto 40px;
}	
	.wrap-pretext h3{
		font-size: 19px;
		line-height: 1.3em;
	}	
	.wrap-pretext h3::before,.wrap-pretext h3::after{
		display: none;
	}	
	
.wrap-pretext h3 span{
background:linear-gradient(transparent 80%, #fceea0 20%);
      display: inline-block;
}	
	
	.wrap-pretext dl dt{
		font-size: 14px;
	}
	.wrap-pretext dl dd{
		font-size: 14px;
		padding-left:14px;
	}	

.wrap-senser{
	margin:30px auto 15px;
}
.title-safety{
	font-size: 16px;
}
.title-safety{
	margin-bottom: 20px;
}
.title-safety:after{
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #000B5F;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.title-spec{
	font-size: 16px;
	margin-bottom: 20px;
}	
	

.box-mobi{
	display: block;
}

.box-qr{
	border: 2px solid #ccc;
	background: #eee;
	padding: 10px;
	text-align: center;
	width: 100%;
	margin: 0 auto 20px;
}
.box-pdf{
		width: 100%;
	text-align: center;
}
	.box-qr a{
		margin-top: 5px;
		font-size: 1.1em;
		padding: 8px 30px 8px 20px;
		background: #fff;
		border: 2px solid #C70000;
		border-radius: 40px;
		color: #C70000;
	}	
	
	.box-qr a:hover{
	}	
	.box-pdf p{
	font-size: 14px;
		
	}	

.img-qr{
	display: none;
}
.box-qr a{
	display: inline-block;
	position: relative;
}
.box-qr a::after{
	position: absolute;
    top: 50%;
    right:8px;
    transform: translate(0, -50%);
    content: "\f0da";
    font-size: 0.8em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}	
	

	
.mobi-intro{
	display: block;
	text-align: center;
	
}	
.mobi-intro img{
 width: 70%;
	margin: 0 auto 10px;
	}
.mobi-intro p{
		text-align: left;
}	
	
}



#Hero h1{
	padding: 0;
	margin: 0 auto;
}




#Lead{
	padding: 80px 0 0;
}
.title-lead{
	text-align: center;
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 1.6;
	font-weight: bold;
}
@media(max-width:768px) {
#Lead{
	padding: 30px 0 0;
}
.title-lead{
	font-size: 16px;
	margin-bottom: 20px;
}
}



#Experience{
	padding: 80px 0 120px;
}
.wrap-experience-limit{
	display: block;
	margin:0 auto 20px;
	width: 100%;
	max-width: 400px;
	text-align: center;
	color: #FF9600;
	border:solid 2px #FF9600;
	border-radius: 100px;
	font-size: 18px;
	padding: 10px 5px;
}
.wrap-experience-dia{
	width: 100%;
	max-width: 700px;
	margin:0 auto;
}
.text-experience-time{
	text-align: center;
	font-size: 16px;
}
.tbl-experience{
	width: 100%;
	background: #FFE8C7;
	margin:10px auto 80px;
}

.tbl-experience tr th,
.tbl-experience tr td{
	padding: 15px 10px;
	text-align: center;
	font-size: 20px;
}

.tbl-experience tr:first-child th{
	font-size: 16px;
	padding: 6px 3px;
	background: #F6C171;
}
.tbl-experience tr:nth-child(even) th,
.tbl-experience tr:nth-child(even) td{
	background: #FFF5E8;
}
.tbl-experience tr th,.tbl-experience tr td{
	border-right: 1px dotted #999;
}
.tbl-experience tr td{
	width: 13%;
}
.tbl-experience tr th.stopname{
	width: 22%;
}

.tbl-experience tr th:last-child,.tbl-experience tr td:last-child{
	border-right: none;
}


.text-experience-stop{
	text-align: center;
	color: #B40000;
	font-size: 16px;
}
@media(max-width:768px) {
#Experience{
	padding: 30px 0 80px;
}
	
.wrap-experience-limit{
	display: block;
	margin:0 auto 15px;
	width: 96%;
	font-size: 12px;
	padding: 5px 0;
}
	
.tbl-experience{
	margin:10px auto 50px;
}	
.tbl-experience tr th,
.tbl-experience tr td{
	padding: 10px 2px;
	font-size: 13px;
}
.tbl-experience tr:first-child th{
	font-size: 13px;
}
.text-experience-time{
	font-size: 13px;
}
.text-experience-stop{
	font-size: 13px;
}
}




#About{
	padding: 80px 0 80px;
}
.dl-step{
	padding: 20px;
	background: #fff;
	position: relative;
	z-index: 2;
}
.dl-step.last:after{
	display: none;
}
.dl-step dt{
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}
.dl-step dt:before{
	content: "●";
	font-size: 80%;
	position: absolute;
	top: 3px;
	left: 0;
	color: #c86162;
}
.dl-step dd{
	font-size: 14px;
	line-height: 1.6;
}
.dl-step dd img{
	width: 100%;
	max-width: 80px;
}
.dl-step dd > ul > li{
	position: relative;
	padding-left: 15px;
}
.dl-step dd > ul > li:before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.dl-step dd > ul > li + li{
	margin-top: 5px;
}
.wrap-carspec{
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
.row-carspec{
	display: flex;
}
.col-carspec-img{
	width: 44%;
}
.col-carspec-text{
	width: 56%;
	padding-left: 40px;
}
.row-carsensor{
	display: flex;
	flex-wrap: wrap;
}
.col-carsensor{
	width: 50%;
	text-align: center;
	padding: 0 10px;
}
.col-autoware{
	margin-top: 40px;
}
.dl-carspec{
	margin-top: 10px;
}
.dl-carspec dt{
	font-size: 14px;
	margin-bottom: 10px;
	background: #ccc;
	padding: 5px 15px;
	border-radius: 100px;
	text-align: center;
	display: inline-block;
}
.col-lidar .dl-carspec dt{
	background: #FFF04E;
}
.col-camera .dl-carspec dt{
	background: #E71B1B;
	color: #fff;
}
.col-autoware .dl-carspec dt{
	background: #FF9600;
	color: #fff;
}
.dl-carspec dd{
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}
.dd-carspecimg{
	margin-top: 10px;
}
.dl-safety{
	padding: 20px 20px;
}
.dl-safety dt{
	text-align: center;
	background: #fff;
	padding: 10px;
	border-radius: 300px;
	margin-bottom: 10px;
	overflow: hidden;
}
.dl-safety dd{
	text-align: left;
	font-size: 15px;
	line-height: 1.6;
}

@media(max-width:768px) {
#About{
	padding: 80px 0 100px;
}
.dl-step{
	margin-bottom: 24px;
}
.dl-step dt{
	font-size: 16px;
}
.wrap-carspec{
	padding: 10px;
	margin-bottom: 40px;
}
.row-carspec{
	display: block;
}
.col-carspec-img{
	width: 100%;
}
.col-carspec-text{
	width: 100%;
	padding-left: 0;
}
.row-carsensor{
	display: block;
}
.col-carsensor{
	width: 100%;
}
.col-autoware{
	margin-top: 40px;
}
.col-carsensor + .col-carsensor{
	margin-top: 40px;
}
.col-carsensor img{
	zoom:0.5;
}
.dl-carspec{
	margin-top: 10px;
}
.dl-carspec dt{
	font-size: 14px;
	margin-bottom: 10px;
	background: #ccc;
	padding: 5px 15px;
	border-radius: 100px;
	text-align: center;
	display: inline-block;
}
.col-lidar .dl-carspec dt{
	background: #FFF04E;
}
.col-camera .dl-carspec dt{
	background: #E71B1B;
	color: #fff;
}
.col-autoware .dl-carspec dt{
	background: #FF9600;
	color: #fff;
}
.dl-carspec dd{
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}
.dd-carspecimg{
	margin-top: 10px;
}
.dl-safety{
	padding: 10px 10px;
}
.dl-safety dd{
	font-size: 14px;
}
}
.dl-step:after{
    border: 12px solid transparent;
    border-top: 12px solid #000B5F;
    right: 50%;
    bottom: -24px;
    transform: translate(50%, 5px);
	content: "";
	position: absolute;
	z-index: 1;
}
@media(min-width:576px) {
.dl-step:after{
    border: 12px solid transparent;
    border-top:12px solid transparent;
    border-left: 12px solid #000B5F;
    right: -34px;
    top: 50%;
    bottom:auto;
    transform: translate(0, -50%);

}
}



#Route{
	background: #000B5F;
	padding: 70px 0 70px;
}

.title-route{
	margin-top: -120px;
	margin-bottom: 110px;
}
.title-route img{
	width: 100%;
	max-width: 469px;
}

.box-route{
	display: flex;
}
.wrap-routemap{
	text-align: center;
	width: 66%;
	background: #fff;
	max-width: 870px;
	margin:0 auto 50px;
	height: 100%;
}
.row-routetext{
	background: #fff;
	padding: 12px 15px 15px;
	border-radius: 10px;
	width: 100%;
	max-width: 870px;
	margin:0 auto;
}

.box-routetext{
	width: 30%;
}
.col-route-spot{
	width: 30%;
}
.col-route-spottext{
	width: 70%;
	padding-left: 15px;
}
.dl-route-spottext{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
	width: 100%;
}
.dl-route-spottext > dt{
	background: #000B5F;
	font-size: 13px;
	color: #fff;
	display: inline-block;
	border-radius: 100px;
	padding: 7px 0 5px;
	line-height: 1;
	width: 66px;
	text-align: center;
}
.dl-route-spottext > dd{
	padding-left: 6px;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.2em;
}
.col-route-spottext p{
	font-size: 16px;
}

.ul-notes{
	color: #fff;
	font-size: 0.9em;
}

.img-stop{
	border: 2px solid #333;
	width: 85%;
	margin: 0 auto;
	}

@media(max-width:768px) {
#Route{
	padding: 40px 0 30px;
}
.title-route{
	margin-top: -65px;
	margin-bottom: 60px;
}
.title-route img{
	max-width: 240px;
}
.box-route{
	display: block;
}	
	
.wrap-routemap{
	margin-bottom: 20px;
	width: 100%;
}
	.box-routetext{
		width: 100%;
	}	
.row-routetext{
	background: #fff;
	padding: 15px;
	display: block;
}
	
	
	
.col-route-spot{
	width: 100%;
	margin-bottom: 15px;
}
.col-route-spottext{
	width: 100%;
	padding-left: 0px;
}
.col-route-spottext p{
	font-size: 14px;
}
}




#Application{
	padding: 200px 0 80px;
}
.list-application{
	padding: 0;
	margin: 0 auto 100px;
	width: 100%;
	max-width: 700px;
}
.list-application li{
	position: relative;
	padding-left: 35px;
	font-size: 16px;
	line-height: 1.6;
}
.list-application li:before{
	content: "●";
	font-size: 24px;
	position: absolute;
	top: -6px;
	left: 0;
	color: #FF9600;
}
.list-application li + li{
	margin-top: 10px;
}
@media(max-width:768px) {
#Application{
	padding: 60px 0 60px;
}
.list-application{
	margin: 0 auto 40px;
}
}



#Contact{
	padding: 90px 0 50px;
}
.box-taisei{
	padding: 40px 0;
	text-align: center;
}
.title-taisei{
	margin: 0 auto 20px;
}
.title-taisei span{
	font-size: 20px;
	font-weight: bold;
}
.box-taisei p{
	line-height: 1.6;
}
.box-company{
	padding: 40px 0;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 580px;
}
.list-taisei{
	margin: 0 auto 20px;
	padding: 0 40px;
}
.list-taisei > li{
	font-size: 16px;
	display: flex;
	text-align: left;
}
.list-taisei > li b{
	width: 80px;
}
.list-taisei > li span{
	padding-left: 15px;
	width: calc(100% - 80px);
}
.list-taisei > li + li{
	margin-top: 6px;
}
.list-spec{
	margin: 20px auto 20px;
	padding: 0 40px;
}
.list-spec > li{
	font-size: 16px;
	text-align: left;
	padding-left: 20px;
	position: relative;
}
.list-spec > li:before{
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.list-spec > li span{
	font-weight: bold;
	margin-right: 5px;
}
.list-spec > li + li{
	margin-top: 6px;
}
@media(max-width:768px) {
#Contact{
	padding: 50px 0 40px;
}
.box-taisei{
	padding: 20px 10px;
}
.box-company{
	padding: 20px 0;
}
.title-taisei{
	width: 80%;
}
.list-taisei{
	padding: 0;
}
.list-taisei > li{
	text-align: left;
}
.list-spec{
	padding: 0;
}
.list-spec > li{
	font-size: 14px;
}
}

.wrap-flow{
	width: 100%;
	/*max-width: 700px;*/
	margin: 0 auto;
	padding: 0 0 40px;
	background: #fff;
	padding: 20px;
}
.title-flow{
	background: #000B5F;
	color: #fff;
	padding: 15px;
	text-align: center;
	margin-bottom: 40px;
	font-size: 18px;
}

/*
.list-flow{
	padding: 0 40px;
	margin-bottom: 30px;
}
.list-flow li{
	background: #fffdf6;
	padding: 15px 8px 15px 65px;
	border-radius: 3px;
	position: relative;
}
.list-flow li:after {
    border: 12px solid transparent;
    border-top: 12px solid #ccc;
    left: 50%;
    bottom: -34px;
    transform: translate(0, -50%);
    content: "";
    position: absolute;
    z-index: 1;
}
.list-flow li:last-child:after{
	display: none;
}
.list-flow li + li{
	margin-top: 20px;
}*/

.list-flow{
	padding: 0 40px;
	margin-bottom: 50px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.list-flow li{
	background: #fffdf6;
	padding: 15px 8px 15px 45px;
	border-radius: 3px;
	position: relative;
	width: 31%;
	font-size: 15px;
	
}
.list-flow li:after {
    border: 10px solid transparent;
    border-left: 10px solid #FF9600;
    right: -38px;
    top: 50%;
    transform: translate(-50%, 0);
    content: "";
    position: absolute;
    z-index: 1;

}

.list-flow li span{
	padding:20px 35px 0 0;
	display: block
}

.list-flow li:nth-of-type(3n):after{
	border: none;
}

.list-flow li:last-child{
	width: 50%;
	padding-left: 70px;
}
.list-flow li:last-child span{
	width: 60%;
	margin: 0 auto;
}
.list-flow li:last-child:after{
	display: none;
}

.list-flow li:last-child:before{
	left: 40px;
}


.text-flow{
	padding: 0 40px;
	text-align: center;
	line-height: 1.6;
}
.list-flow li:before {
	counter-increment:renban;
	content:counter(renban) "";
	background: #FF9600;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 15px;
	left: 15px;
	border-radius: 100px;
	line-height: 1.7;
	color: #fff;
}
.list-flow{counter-reset:renban;}

.wrap-note{
	width: 100%;
	max-width: 700px;
	margin: 20px auto 40px;
	background: #fff;
	padding: 40px;
}
.title-note{
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.list-note{
	padding: 0;
}
.list-note li{
	position: relative;
	padding-left: 20px;
	font-size: 14px;
}
.list-note li:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
.list-note li + li{
	margin-top: 10px;
}
@media(max-width:992px) {
.list-flow{
	    gap: 10px;
}
}
@media(max-width:768px) {
.wrap-flow{
	padding: 0 0 12px;
}
.title-flow{
	margin-bottom: 12px;
	font-size: 20px;
}
.list-flow{
	padding: 0 12px;
	margin-bottom: 20px;
}
.wrap-note{
	padding: 20px;
}
.list-flow{
	padding: 0 20px;
	margin-bottom: 30px;
	display: block;
}
.list-flow li{
	background: #fffdf6;
	padding: 15px 8px 15px 50px;
	border-radius: 3px;
	position: relative;
	width: 100%;
	font-size: 14px;
}
.list-flow li:after {
    border: 10px solid transparent;
    border-top: 10px solid #FF9600;
    right: 45%;
    top: 102%;
    transform: translate(0, -50%);
    content: "";
    position: absolute;
    z-index: 1;
}
	.list-flow li:nth-of-type(3n):after	{
		    border: 10px solid transparent;
    border-top: 10px solid #FF9600;
    right: 45%;
    top: 102%;
    transform: translate(0, -50%);
    content: "";
    position: absolute;
    z-index: 1;
	}
	

.list-flow li + li{
	margin-top: 20px;
}	
.list-flow li:last-child{
	width: 100%;		
	padding: 15px 8px 15px 50px;
	
	}	
.list-flow li:last-child span{
	width: 100%;		
	padding: 20px 35px 0 0;
	}	
	.list-flow li:last-child:before{
		left: 15px;
	}
}
	
.line-contact{
	border-right: 1px solid #999;
}


.lead-application{
	text-align: center;
	margin-bottom: 45px;
}
.lead-application p{
	font-size: 18px;
}


.manu-reserve{
	width: 60%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px 40px;
	display: flex;
	justify-content: space-between;
}

.manu-reserve li{
	position: relative;
    padding-left: 20px;
    font-size: 16px;
	padding-right: 20px;

}
.manu-reserve li a{
	color: #333;
}
.manu-reserve li::before{
	content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	font-size: 14px;
	position: absolute;
	left: 0;
	color: #FF9600;
}

.title-taisei{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000B5F;
	margin-bottom: 40px;
	position: relative;
}
.title-taisei span{
	padding: 0 20px 0;
	background: #Fff;
	z-index: 2;
	position: relative;
	display: inline-block;
}
.title-taisei:after{
	content: "";
	display: block;
	height: 2px;
	width: 450px;
	background: #000B5F;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.list-flow-menu{
	padding: 0;
	margin:0 auto 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 800px;
}
.list-flow-menu li{
	padding: 20px 10px 20px 32px;
	position: relative;
	font-size: 13px;
	width: 19%;
	background: #F8F8F8;
}
.text-flow-menu{
	padding: 0 40px;
	text-align: center;
	line-height: 1.6;
}
.list-flow-menu li::before {
	counter-increment:renban;
	content:counter(renban) "";
	background: #1C1C1C;
	width: 18px;
	height: 18px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 19px;
	left: 7px;
	border-radius: 100px;
	line-height: 18px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	
}
.list-flow-menu{counter-reset:renban;}

.list-flow-menu li::after{
font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 100%;
    content: "\f0da";
	position: absolute;
	top:40%;
	right: -11px;
	font-size:10px;
}

.list-flow-menu li:last-child::after{
	display: none;
}
.title-gokakunin{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #C70000;
	margin-bottom: 20px;
	position: relative;
}

.font-big{
	font-size: 200%;
}

@media(max-width:768px) {
	.line-contact{
	border-right: none;
}

.lead-application{
	margin-bottom: 20px;
}
.lead-application p{
	font-size: 16px;
}	

.manu-reserve{
	display: block;
	padding: 0 20px 20px;
	width: 100%;
}

.manu-reserve li{
	position: relative;
    padding-left: 20px;
    font-size: 14px;
	padding-right: 0;
	margin-bottom: 4px;

}	
.title-taisei{
	font-size: 18px;
}
.title-taisei:after{
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #000B5F;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}	
	

.list-flow-menu{
	padding: 0 20px;
	margin-bottom: 20px;
}
	
	
.list-flow-menu li{
	width: 48%;
	font-size: 12px;
	padding: 10px 10px 10px 30px;
	margin-bottom: 10px;
}	
	
.list-flow-menu li::before{
		width: 17px;
		height: 17px;
		line-height: 17px;
		top:10px;
	}		
.title-gokakunin{
	font-size: 20px;
}	

.box-qr dt{
	width: 100%;
}	
	
.box-qr dd{
	width: 0;
	display: none;
}	
	
.font-big{
	font-size: 150%;
}	
		
}


@media(max-width:344px) {
	.dl-route-spottext > dd{
		font-size: 14px;
	}
.wrap-pretext h3{
		font-size: 16px;
	}	
	
	
}