#MDQ{display:block;}

.pcNone{display:none !important;}


/*---------------------------------------------------------------------------
　コンテンツ大枠
---------------------------------------------------------------------------*/
#container {
	width:100%;
	height: 100%;
	margin-top: 130px;
}

#contents_window a:hover img{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

#contents_window {
	clear: both;
	margin:0 auto;
	min-width:1010px;
	overflow:hidden;
}

.ContentsBox1010{width:1010px; margin:0 auto;}



/*---------------------------------------------------------------------------
共通CSS
---------------------------------------------------------------------------*/

/*----------　カテゴリメイン画像　----------*/
.categoryMainImg{
	width: 100%;
	min-width: 1010px;
	height: 200px;
	margin-bottom: 40px;
}

.caMainImg_inr{
	background: url(../image/ca_main_back.png) center center repeat;
	text-align: center;
	height: 100%;
	color: #FFF;
}

.caMainImg_inr h2{font-size: 1.5rem; padding-top: 60px;}
.caMainImg_inr img{margin: 0 0 5px 0;}


/*----------　カテゴリ上部テキストエリア　----------*/

.FstTextBox01{
	margin: 0 0 40px;
	text-align: center;
}

.FstTextBox01 h3{
	margin: 0 0 15px;
	text-align: center;
	font-size: 1.8rem;
	color: #004da0;
}

.FstTextBox01 .blueText{color: #004da0;}


/*----------　タイトルスタイル　----------*/

.TitleStyle_h3border{
	color: #004da0;
	font-size: 1.8rem;
	margin: 0 auto 30px;
	text-align: center;
}

.TitleStyle_h3border span {
	display: inline-block;
	border-bottom: 1px solid #004da0;
	padding: 0 15px;
}


/*----------------------------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------------------------*/

.spmenu_drawr,
.spmenu_close{display:none;}

#header{
	width:100%;
	height: 90px;
	min-width:1010px;
	margin:0 auto;
	padding:20px 0 20px;
	background-color: #FFF;
	position: fixed;
	top: 0;
	z-index: 999;
}

.headerContents{
	width:1010px;
	margin:0 auto;
	font-weight:bold;
	position: relative;
}

#header .head_logo{
	float:left;
	width: 301px;
}

#header .head_logo h1{
	text-align: center;
	margin: 0;
	padding:0;
}

#header .head_logo h1 img{}


#header .head_telBox{
	float: right;
	width: 300px;
	padding: 10px 0 0 0;
}

#header .head_telBox p{
	display: inline-block;
	font-size: 0.8rem;
	vertical-align: middle;
}

#header .head_telBox p.h24Text{
	color: #044995;
	background-color: #ffe100;
	padding: 5px 8px;
	margin: 0 10px 0 0;
}




/*----- ヘッダーメニュー -----*/

.headerMenu{
	width:100%;
	min-width:1010px;
	margin:0 auto;
	background-color:#FFF;
	padding-top: 6px;
}

.headerMenu ul{
	width: 1010px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.headerMenu li{
    -webkit-flex-grow: 1;
	flex-grow: 1;
	text-align:center;
	margin: 0px;
	font-weight:bold;
	font-size: 0.85rem;
	line-height: 1.5;
    color: #004da0;
}

.headerMenu li:nth-child(2n+1) span{
	display:inline-block;
	width:1px;
	height:22px;
	background:#004da0;
	-moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
	margin-top: 4px;
}

.headerMenu li a{
	padding:0;
	color:#004da0;
	position: relative;
	transition: .3s;
	display: inline-block;
}

.headerMenu li a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color:#004da0;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.headerMenu li a:hover::after {
	width: 100%;
}

.fixed {
	position: fixed;
	top: 0;
	z-index: 200;
}


/*----- ここまで -----*/




/*---------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------*/

#footer {
	width:100%;
	min-width:1010px;
	clear:both;
	margin:60px auto 0;
	background-color: #044995;
}

.footer_contents{
	width:1010px;
	margin: 0 auto;
	padding: 30px 0 30px;
	color: #FFF;
}

.footer_contents h2{
	float: left;
	width: 226px;
	padding-top: 10px;
}

.footer_R{
	float: right;
	width: 750px;
}

.footer_R ul{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	 -webkit-justify-content: flex-end;
	justify-content: flex-end;
	margin-bottom: 5px;
}

.footer_R ul li{
	font-size: 0.75rem;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.footer_R ul li:nth-child(2n) span{
	display:inline-block;
	width:1px;
	height:16px;
	background:#FFF;
	-moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
	margin: 8px 0 5px 0;
}

.footer_R ul li a{color: #FFF;}
.footer_R ul li a:hover{text-decoration: underline;}

.footer_contents p.copy{font-size: 0.7rem; text-align: right; clear: both;}


/*---------------------------------------------------------------------------
　トップページ
---------------------------------------------------------------------------*/

.mainSliderBox{
	width: 100%;
	height: 450px;
	overflow: hidden;
}

.mainSliderBox .slick-slide img {
	width:100%;
	height: auto;
}

.mypattern{}


.top_Recruit{padding: 40px 0 40px; text-align: center; background-color: #044995; color: #FFF;}

.top_Recruit h2{
	width: 117px;
	margin: 0 auto 15px;
}

.top_Recruit h3{
	color: #FFF;
	font-size: 1.7rem;
	margin: 0 auto 20px;
}

.top_recruitBtn {
	width: 290px;
	height: 55px;
	margin: 0 auto;
	display: table;
}

.top_recruitBtn a {
	display: table-cell;
	vertical-align: middle;
	color: #FFF;
	height: 51px;
	border: 2px solid #FFF;
	background: url(../image/link_arr01_wh.png) 95% 50% no-repeat;
	background-size: 7px auto;
	padding: 0;
	text-align: center;
}

.top_recruitBtn a:hover{
	background:#FFF url(../image/link_arr01_bl.png) 95% 50% no-repeat;
	background-size: 7px auto;
	color: #044995;
}


.top_No1textWrap{padding: 40px 0 40px; text-align: center;}

.top_No1textWrap h2{
	width: 123px;
	margin: 0 auto 20px;
}

.top_No1textWrap h3{
	color: #004da0;
	font-size: 1.7rem;
	margin: 0 auto 20px;
}

.top_No1textBtn{
	width: 290px;
	height: 55px;
	margin: 20px auto 0;
	display: table;
	color: #044995;
}

.top_No1textBtn a {
	display: table-cell;
	vertical-align: middle;
	color: #044995;
	height: 51px;
	border: 2px solid #044995;
	background: url(../image/link_arr01_bl.png) 95% 50% no-repeat;
	background-size: 7px auto;
	padding: 0;
	text-align: center;
}

.top_No1textBtn a:hover{
	background:#044995 url(../image/link_arr01_wh.png) 95% 50% no-repeat;
	background-size: 7px auto;
	color: #FFF;
}


.top_Service{padding: 40px 0 40px; text-align: center; background-color: #ffe100;}

.top_Service h2{
	width: 112px;
	margin: 0 auto 2px;
}

.top_Service ul{
	margin: 30px 0 0;
}

.top_Service li{
	float: left;
	width: 310px;
	margin:0 40px 30px 0;
}

.top_Service li:nth-child(3n+3){margin-right: 0;}
.top_Service li:nth-child(3n+4){clear: both;}

.top_Service li a{display: block; color: #FFF;}
.top_Service li a:hover{background-color: #FFF;}

.top_Service li a span{
	display: block;
	background-color: #044995;
	color: #FFF;
	padding: 15px 0;
}


.top_InfoFB{padding: 50px 0 40px;}

.top_Infomation{
	float: left;
	width: 480px;
}

.top_Infomation .top_InfoTitle{position: relative;}

.top_Infomation .top_InfoTitle h2{
	margin: 0 0 15px;
	border-left: 10px solid #ffe100;
	line-height: 1.0;
	padding: 0 0 0 15px;
}

.top_Infomation .top_InfoTitle p{
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 1;
}

.top_Infomation .top_InfoTitle p a{text-decoration: underline;}
.top_Infomation .top_InfoTitle p a:hover{text-decoration: none;}

.top_Infomation dl{border-top: 1px solid #ccc;}

.top_Infomation dt {
	clear: both;
	width: 110px;
	float: left;
	margin: 0 0 15px 0;
	padding: 15px 0 0;
}

.top_Infomation dd {
	padding: 15px 0 15px 110px;
	border-bottom: 1px solid #ccc;
}

.top_Infomation dd .newIcon::before{
	content: "NEW";
	background-color: #044995;
	color: #FFF;
	font-size: 0.7rem;
	margin: 0 5px 0 0;
	padding: 2px 5px;
	vertical-align: middle;
}

.top_Infomation dd a:hover{text-decoration: underline;}

.top_Infomation .appBtn{margin-top: 30px; text-align: left;}

.top_FBdesc{
	float: right;
	width: 480px;
}

.top_FBdesc .facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.top_FBdesc .facebook-wrapper > .fb-page {
    width: 100%;
}
.top_FBdesc .facebook-wrapper > .fb-page > span,
.top_FBdesc .facebook-wrapper iframe {
    width: 100% !important;
}


.top_Members{padding: 20px 0 20px; text-align: center;}

.top_Members h2{
	width: 137px;
	margin: 0 auto 20px;
}

.top_MembersBtn{
	width: 290px;
	height: 55px;
	margin: 30px auto 0;
	display: table;
	color: #044995;
}

.top_MembersBtn a {
	display: table-cell;
	vertical-align: middle;
	color: #044995;
	height: 51px;
	border: 2px solid #044995;
	background: url(../image/link_arr01_bl.png) 95% 50% no-repeat;
	background-size: 7px auto;
	padding: 0;
	text-align: center;
}

.top_MembersBtn a:hover{
	background:#044995 url(../image/link_arr01_wh.png) 95% 50% no-repeat;
	background-size: 7px auto;
	color: #FFF;
}



/*---------------------------------------------------------------------------
　観光タクシー
---------------------------------------------------------------------------*/

.ca_course.categoryMainImg{
	background: url(../course/image/ca_main_img.jpg) center -190px no-repeat;
	background-size: cover;
}

.ca_course .caMainImg_inr h2 img{width: 41px;}


.courseTab{
	margin: 0 auto 40px;
}

.courseTab ul{}

.courseTab li{
	width: 50%;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	box-sizing: border-box;
	border-bottom: 1px solid #FFF;
}

.courseTab li:nth-child(2n+1){
	clear: both;
	border-right: 1px solid #FFF;
	float: left;
}

.courseTab li:nth-child(2n){
	float: right;
}

.courseTab li a{
	display: block;
	width: 100%;
	box-sizing: border-box;
	vertical-align: middle;
	color: #FFF;
	padding: 10px 15px;
	background: #ccc url(../image/link_arr01_wh.png) 95% 50% no-repeat;
	background-size: 7px auto;
}

.courseTab li a:hover{
	background: #044995 url(../image/link_arr01_wh.png) 95% 50% no-repeat;
	background-size: 7px auto;
	color: #FFF;
}

.courseTab li.active a{
	background: #044995 url(../image/link_arr01_wh.png) 95% 50% no-repeat;
	background-size: 7px auto;
	color: #FFF;
}


.course_listTitle{
	position: relative;
	margin: 0 0 30px;
}

.course_listTitle h3{
	position: absolute;
	top: 42px;
	left: 20px;
	color: #004da0;
	font-size: 1.3rem;
}

.course_listBox .course_subTitle01{
	font-size: 1.3rem;
	margin: 40px 0 8px;
	color: #044995;
}


.course_listBox table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin: 0 0 20px;
}

.course_listBox table th {
	text-align:center;
	padding:8px 10px;
	border:1px solid #044995;
	vertical-align:middle;
	font-weight: normal;
}

.course_listBox table tr th:first-child{
	font-weight: bold;
	background-color: #044995;
	color: #FFF;
	text-align: left;
	padding: 0 0 0 5px;
}

.course_listBox table tr th:first-child span{
	border-left:10px solid #ffe100;
	display: inline-block;
	width: 10px;
	height: 37px;
	vertical-align: middle;
}

.course_listBox table td {
	padding:8px 5px;
	text-align:center;
	border:1px solid #044995;
	font-weight: normal;
}

.course_listBox table tr td:first-child{
	text-align: left;
	width: 75%;
	padding:8px 20px;
}

.course_listBox table tr td.widthStyle01{width: 66%;}

.course_listBox table .minText{font-size: 0.8rem;}

.course_timeTextBox{
	border: 5px double #044995;
	padding: 20px;
	margin: 40px 0 50px;
}

.course_timeTextBox h3{
	border-bottom: solid 3px #cce4ff;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 1.3rem;
}

.course_timeTextBox h3:after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #5472cd;
	bottom: -3px;
	width: 37%;
}

.course_timeTextBox p{}


/*---------------------------------------------------------------------------
　採用情報
---------------------------------------------------------------------------*/

.ca_job.categoryMainImg{
	background: url(../job/image/ca_main_img.jpg) center -180px no-repeat;
	background-size: cover;
}

.ca_job .caMainImg_inr h2 img{width: 31px;}


.job_LinkBox{margin: 50px 0 40px 0;}

.job_LinkBox ul{}

.job_LinkBox li{
	float: left;
	width: 310px;
	margin:0 40px 30px 0;
	text-align: center;
}

.job_LinkBox li:nth-child(3n+3){margin-right: 0;}
.job_LinkBox li:nth-child(3n+4){clear: both;}

.job_LinkBox li a{display: block; color: #FFF;}
.job_LinkBox li a:hover{background-color: #FFF;}

.job_LinkBox li a span{
	display: block;
	color: #FFF;
	padding: 15px 0;
	background: #044995 url(../image/link_arr01_wh.png) 95% 50% no-repeat;
	background-size: 7px auto;
}


.job_schedule{}

.job_schedule h3{
	margin: 0 0 20px;
	text-align: center;
	font-size: 1.5rem;
	color: #004da0;
}

.job_schedule table{
	border-collapse:collapse;
	border-spacing:0;
	width:700px;
	margin: 0 auto;
}

.job_schedule table th {
	text-align:center;
	padding:8px 10px;
	border:1px solid #044995;
	vertical-align:middle;
	font-weight: normal;
	background-color: #dcebef;
}

.job_schedule table td {
	padding:8px 5px;
	text-align:center;
	border:1px solid #044995;
	font-weight: normal;
}

.job_schedule table td a{
	display: inline-block;
	color: #FFF;
	padding: 10px 60px;
	background: #044995 url(../image/link_arr01_wh.png) 95% 50% no-repeat;
	background-size: 7px auto;
}

.job_schedule table td a:hover{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.job_schedule table tr td:last-child{width: 33%;}


/*---------------------------------------------------------------------------
　ポストタクシーを知る（採用情報）
---------------------------------------------------------------------------*/

.jobAbout_taxiList{
	margin: 0 0 50px;
	text-align: center;
}

.jobAbout_taxiList li{
	float: left;
	width: 235px;
	margin:30px 23px 0 0;
	text-align: left;
}

.jobAbout_taxiList li:last-child{margin-right: 0;}

.jobAbout_taxiList li p{font-size: 0.95rem;}

.jobAbout_taxiList .bgText{
	display: table;
	width: 100%;
	color: #FFF;
	padding: 0;
	margin: 0 0 15px;
	background-color: #044995;
	text-align: center;
}

.jobAbout_taxiList .bgText span{
	display: table-cell;
	vertical-align: middle;
	height: 60px;
}


.jobAbout_graph{margin: 0 0 50px;}

.jobAbout_graphText{
	float: right;
	width: 500px;
	padding: 55px 0 0;
}

.jobAbout_graphImg{
	float: left;
	width: 486px;
}


.jobAbout_serviceList{margin: 0 0 40px;}

.jobAbout_serviceList li{
	float: left;
	width: 235px;
	margin:0 23px 0 0;
	text-align: left;
}

.jobAbout_serviceList li:last-child{margin-right: 0;}

.jobAbout_serviceList li p{font-size: 0.95rem;}

.jobAbout_serviceList .bgText{
	display: table;
	width: 100%;
	color: #FFF;
	padding: 0;
	margin: 0 0 15px;
	background-color: #044995;
	text-align: center;
}

.jobAbout_serviceList .bgText span{
	display: table-cell;
	vertical-align: middle;
	height: 60px;
}

.jobAbout_serviceList p.link{text-align: right; margin-top: 10px;}

.jobAbout_serviceList p.link a{
	padding: 0 12px 0 0;
	background: url(../image/link_arr01_bl.png) right 50% no-repeat;
	background-size: 6px auto;
	color: #004da0;
}

.jobAbout_serviceList p.link a:hover{text-decoration: underline;}


.jobAbout_reception{margin: 0 0 60px;}

.jobAbout_receptText{
	float: right;
	width: 500px;
	padding: 40px 0 0;
}

.jobAbout_receptImg{
	float: left;
	width: 486px;
}

.jobAbout_receptImg li:nth-child(2n+1){float: left; width: 235px;}
.jobAbout_receptImg li:nth-child(2n){float: right; width: 235px;}


.jobAbout_safety{}

.jobAbout_safety li{
	float: left;
	width: 310px;
	margin:0 40px 30px 0;
	text-align: left;
}

.jobAbout_safety li:nth-child(3n+3){margin-right: 0;}
.jobAbout_safety li:nth-child(3n+4){clear: both;}

.jobAbout_safety li p{margin-top:15px; font-size: 1rem;}


/*---------------------------------------------------------------------------
　業界を知る（採用情報）
---------------------------------------------------------------------------*/

.jobIndus_licenseList{
	width: 800px;
	margin: 0 auto 30px;
	text-align: center;	
}

.jobIndus_licenseList h4{
	font-size: 1.3rem;
	text-align: left;
	margin: 30px 0 30px;
	padding: 10px 15px;
	color: #fff;
	background: #044995;
	display: block;
}

.jobIndus_licenseList ul{}

.jobIndus_licenseList ul li{
	width: 100%;
	text-align: left;
	display: -webkit-flex;
	display: flex;
}
.jobIndus_licenseList ul li:last-child{padding: 0 0 30px;}

.jobIndus_licenseList ul li .jobIndus_licenseImg{
	width: 320px;
	margin: 0 30px 0 0;
}

.jobIndus_licenseList ul li p{width: 450px;}

.jobIndus_licenseList ul li.arr{padding: 30px 0;}
.jobIndus_licenseList ul li.arr span{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 50px 0 50px;
	border-color: #004599 transparent transparent transparent;
	margin: 0 auto;
}

.jobIndus_licenseList .bgText{
	display: block;
	font-size: 1.2rem;
	color: #044995;
	font-weight: bold;
	padding: 10px 0;
}
.jobIndus_licenseList .redText{color: #cc0000;}
.jobIndus_licenseList .boldText{font-weight: bold;}

.jobIndus_pay{
	width: 800px;
	margin: 0 auto 60px;
}

.jobIndus_payText{
	text-align: center;
	padding: 0 0 30px;
}

.jobIndus_payText span{color: #cc0000;}

.jobIndus_payImg{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.jobIndus_payImg div{
	width: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.jobIndus_payImg div.inner{width: 40%; font-weight: bold;}
.jobIndus_payImg img{width: 320px; height: 220px; margin: 0 0 10px;}

.jobIndus_payImg ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 10px;
}
.jobIndus_payImg ul li{
	width: 45%;
	float: left;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	padding: 10px 10px;
}
.jobIndus_payImg ul li:nth-child(2n+1){
	width: 55%;
	text-align: center;
	font-weight: bold;
	background: #f7fafa;
}
.jobIndus_payImg ul li:nth-last-child(-n+2){border-bottom: 1px solid #ccc;}

.jobIndus_safety{}

.jobIndus_safety li{
	float: left;
	width: 310px;
	margin:0 40px 30px 0;
	text-align: left;
}

.jobIndus_safety li:nth-child(3){margin-right: 0;}

.jobIndus_safety li p{margin-top:15px; font-size: 1rem;}
.jobIndus_safety li p span{
	font-size: 1.2rem;
	display: block;
	font-weight: bold;
	color: #044995;
}


/*---------------------------------------------------------------------------
　お仕事紹介（採用情報）
---------------------------------------------------------------------------*/

.jobIntro_schedule{
	float: left;
	width: 650px;
	margin: 0 0 80px;
}

.jobIntro_schedule dl{position: relative;}

.jobIntro_schedule dt{
	background-color: #044995;
	display: inline-block;
	padding: 2px 5px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #ffe100;
	width: 180px;
	text-align: center;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border: 2px solid #ffe100;
}

.jobIntro_schedule dd{
	position: absolute;
	left: 230px;
	top: 10px;
}

.jobIntro_schedule .scArrow{
	text-indent:100%;
	white-space:nowrap;
	overflow: hidden;
	border-left: 7px solid #ffe100;
	margin-left: 92px;
}

.jobIntro_schedule .nightShift01 .scArrow{height: 40px;}
.jobIntro_schedule .nightShift02 .scArrow{height: 40px;}
.jobIntro_schedule .nightShift03 .scArrow{height: 55px;}
.jobIntro_schedule .nightShift04 .scArrow{height: 40px;}
.jobIntro_schedule .nightShift05 .scArrow{height: 85px;}
.jobIntro_schedule .nightShift06 .scArrow{height: 40px;}
.jobIntro_schedule .nightShift07 .scArrow{height: 40px;}

.jobIntro_schedule .nightShift07 .scEndArrow{
	display: block;
	border: 20px solid transparent;
	border-top: 15px solid #ffe100;
	width: 0px;
	margin:0 0 -19px 76px;
}

.jobIntro_scheduleImg{
	float: right;
	width: 270px;
}

.jobIntro_scheduleImg li{margin-bottom: 20px;}


.jobIntro_recluitTable{
	width: 800px;
	margin: 0 auto;
	border-collapse:collapse;
	border-spacing:0;
}

.jobIntro_recluitTable th {
	width:30%;
	text-align:center;
	padding:15px 10px;
	border:1px solid #044995;
	vertical-align:middle;
	font-weight: bold;
	background-color: #dcebef;
}

.jobIntro_recluitTable td {
	width:70%;
	padding:15px 10px;
	text-align:left;
	border:1px solid #044995;
}


/*---------------------------------------------------------------------------
　説明会案内（採用情報）
---------------------------------------------------------------------------*/

.jobGuide_Box01{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 60px;
}

.jobGuide_Text{
	width: 48%;
	text-align: left;
}

.jobGuide_Text p span{
	color: #044995;
	font-size: 1.2rem;
	font-weight: bold;
}

.jobGuide_Img{
	width: 48%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.jobGuide_Img img{width: auto; height: 190px;}

.jobGuide_Point{margin: 0 0 60px;}

.jobGuide_Point ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 100%;
}

.jobGuide_Point ul li{
	width: 235px;
}

.jobGuide_Point ul li dl dt{
	background: #044995;
	color: #fff;
	font-weight: normal;
	padding: 8px 10px;
	text-align: center;
}

.jobGuide_Point ul li dl dd{
	background: #ffe100;
	color: #044995;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 74px;
}

.jobGuide_schedule{margin: 0 0 60px;}

.jobGuide_schedule table{
	border-collapse:collapse;
	border-spacing:0;
	width:700px;
	margin: 0 auto;
}

.jobGuide_schedule table th {
	text-align:center;
	padding:8px 10px;
	border:1px solid #044995;
	vertical-align:middle;
	font-weight: normal;
	background-color: #dcebef;
}

.jobGuide_schedule table td {
	padding:8px 5px;
	text-align:center;
	border:1px solid #044995;
	font-weight: normal;
}

.jobGuide_schedule table td a{
	display: inline-block;
	color: #FFF;
	padding: 10px 60px;
	background: #044995 url(../image/link_arr01_wh.png) 95% 50% no-repeat;
	background-size: 7px auto;
}

.jobGuide_schedule table td a:hover{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.jobGuide_schedule table tr td:last-child{width: 33%;}

.jobGuide_voice{
	width: 800px;
	margin: 0 auto 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.jobGuide_voice .voiceImg{
	width: 180px;
}

.jobGuide_voice .voiceText{
	width: 580px;
}


/*---------------------------------------------------------------------------
　ご家族の皆さまへ（採用情報）
---------------------------------------------------------------------------*/

.jobFaqBox{margin: 0 0 60px;}

.jobFaq_Title{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 50px;
}

.jobFaq_Que{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin: 25px 0 0 10px;
	background: #044995;
	font-size: 1.3rem;
	font-weight: bold;
	color: #ffe100;
	padding: 15px 60px;
}

.jobFaq_Num{
	position: absolute;
	top:-25px;
	left: -10px;
	width: 55px;
}

.jobFaq_arr{
	margin: 25px 0 0;
}
.jobFaq_arr img{width: 17px;}

.jobFaq_Ans{
	width: 400px;
	box-sizing: border-box;
	background: #ffe100;
	color:  #044995;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 10px;
	-webkit-align-self: stretch;
	align-self: stretch;
	margin: 25px 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.jobFaq_Inner{
	width: 800px;
	margin: 0 auto;
}

.jobFaq_Inner p{text-align: center;}
.jobFaq_Inner p span.blueText{color: #044995;}

.jobFaq_payImg{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 30px 0 0;
}

.jobFaq_payImg div{
	width: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.jobFaq_payImg div.inner{width: 40%; font-weight: bold;}
.jobFaq_payImg img{width: 320px; height: 220px; margin: 0 0 10px;}

.jobFaq_payImg ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 10px;
}
.jobFaq_payImg ul li{
	width: 45%;
	float: left;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	padding: 10px 10px;
}
.jobFaq_payImg ul li:nth-child(2n+1){
	width: 55%;
	text-align: center;
	font-weight: bold;
	background: #f7fafa;
}
.jobFaq_payImg ul li:nth-last-child(-n+2){border-bottom: 1px solid #ccc;}

.jobFaq_SafetyList{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.jobFaq_SafetyList li{
	width: 310px;
	margin: 0 100px 40px 0;
}
.jobFaq_SafetyList li:nth-child(2){margin-right: 0;}
.jobFaq_SafetyList li:nth-last-child(-n+3){margin:0 40px 0 0;}
.jobFaq_SafetyList li:last-child{margin: 0;}


.jobFaq_SafetyList li .slText{
	background: #044995;
	color: #fff;
	padding: 15px 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 0 15px;
}

.jobFaq_Time{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
}

.jobFaq_Time li{
	width: 45%;
}
.jobFaq_Time li img{margin: 0 0 15px;}

.jobFaq_Time li p{text-align: left;}


/*---------------------------------------------------------------------------
　先輩社員インタビュー（採用情報）
---------------------------------------------------------------------------*/

.jobIntv_contentsBox{
	margin: 0 0 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.jobIntv_contentsBox h4{
	width: 100%;
	box-sizing: border-box;
	background: #044995;
	padding: 10px 20px;
	color: #fff;
	font-size: 1.2rem;
	margin: 0 0 30px;
}

.jobIntv_Text{
	width: 700px;
}

.jobIntv_Text .inner{
	padding: 0 0 20px;
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
}

.jobIntv_Text .inner:last-child{ border-bottom: none; margin: 0;}

.jobIntv_Text h5{
	font-size: 1.2rem;
	color: #044995;
	margin: 0 0 15px;
	border-left: 10px solid #ffe100;
	padding: 0 0 0 10px;
}

.jobIntv_Img{
	width: 250px;
}
.jobIntv_Img img{margin: 0 0 15px;}

.jobIntv_Img p span{font-size: 1.4rem;}

.jobIntv_InnerImg p{
	width: 420px;
	float: right;
}

.jobIntv_InnerImg span{
	width: 250px;
	float: left;
}


/*---------------------------------------------------------------------------
　タクシー紹介
---------------------------------------------------------------------------*/

.ca_taxi.categoryMainImg{
	background: url(../taxi/image/ca_main_img.jpg) center -50px no-repeat;
	background-size: cover;
}

.ca_taxi .caMainImg_inr h2 img{width: 55px;}


.taxi_carsList{margin: 0 0 30px;}

.taxi_carsList ul{}

.taxi_carsList li{
	float: left;
	width: 310px;
	margin:0 40px 30px 0;
	text-align: center;
}

.taxi_carsList li:nth-child(3n+3){margin-right: 0;}
.taxi_carsList li:nth-child(3n+4){clear: both;}

.taxi_carsList li span{
	display: block;
	color: #004da0;
	padding: 10px 0 0 0;
}


.taxi_fareWrap{margin: 0 0 70px;}

.taxi_fareBox_L{
	float: left;
	width: 400px;
	display: table;
	margin: 0 0 0 50px;
}

.taxi_fareBox_R{
	float: right;
	width: 400px;
	display: table;
	margin: 0 50px 0 0;
}

.taxi_fareBox_L p,
.taxi_fareBox_R p{
	font-size: 1.2rem;
	color: #004da0;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}

.taxi_fareBox_L p:last-child,
.taxi_fareBox_R p:last-child{text-align: right;}

.taxi_fareBox_L img,
.taxi_fareBox_R img{}


.taxi_ticketWrap h4{
	font-size: 1.2rem;
	color: #004da0;
	border-left: 10px solid #ffe100;
	padding: 0 0 0 10px;
	margin: 0 0 15px 0;
}

.taxi_ticketBox01{
	font-size: 0.9rem;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #ccc;
}

.taxi_ticketBox01_L{
	width: 450px;
	float: left;
}

.taxi_ticketBox01_R{
	width: 530px;
	float: right;
}

.taxi_ticketBox01_R dl{
	width: 160px;
	float: left;
	text-align: center;
	margin-right:25px;
}

.taxi_ticketBox01_R dl:last-child{margin-right: 0;}

.taxi_ticketBox01_R dt{
	background-color: #ffe100;
	color: #044995;
	padding: 5px 5px;
}

.taxi_ticketBox01_R dd{
	background-color: #044995;
	color: #FFF;
	display: table;
	width: 100%;
}

.taxi_ticketBox01_R dd span{
	display: table-cell;
	height: 90px;
	vertical-align: middle;
}


.taxi_ticketBox02{
	font-size: 0.9rem;
}

.taxi_ticketBox02 ul{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.taxi_ticketBox02 li{
	-webkit-flex-grow: 1;
	flex-grow: 1;
	text-align: left;
	padding: 0 30px 0 0;
}

.taxi_ticketBox02Text{
	float: left;
	width: 50%;
}

.taxi_ticketBox02Img{
	float: right;
	width: 45%;
}


/*---------------------------------------------------------------------------
　各種サービス
---------------------------------------------------------------------------*/

.ca_service.categoryMainImg{
	background: url(../service/image/ca_main_img.jpg) center -180px no-repeat;
	background-size: cover;
}

.ca_service .caMainImg_inr h2 img{width: 39px;}

.service_LinkBox{margin: 50px 0 0 0;}

.service_LinkBox ul{}

.service_LinkBox li{
	float: left;
	width: 310px;
	margin:0 40px 30px 0;
	text-align: center;
}

.service_LinkBox li:nth-child(3n+3){margin-right: 0;}
.service_LinkBox li:nth-child(3n+4){clear: both;}

.service_LinkBox li a{display: block; color: #FFF;}
.service_LinkBox li a:hover{background-color: #FFF;}

.service_LinkBox li a span{
	display: block;
	color: #FFF;
	padding: 15px 0;
	background: #044995 url(../image/link_arr01_wh.png) 96% 50% no-repeat;
	background-size: 7px auto;
}


/*------------　一覧へ戻るボタン　------------*/

.svListBack_btn{
	margin: 40px auto 0;
	color: #044995;
	text-align: center;
}

.svListBack_btn a{
	display: inline-block;
	color: #044995;
	border: 2px solid #044995;
	background: url(../image/link_arr01_bl.png) 95% 50% no-repeat;
	background-size: 7px auto;
    padding: 10px 70px;
    text-align: center;
}

.svListBack_btn a:hover{
	color: #FFF;
	background: #044995 url(../image/link_arr01_wh.png) 95% 50% no-repeat;
	background-size: 7px auto;
}


/*---------------------------------------------------------------------------
　あんしん見守りサービス（各種サービス）
---------------------------------------------------------------------------*/

.ca_anshin.categoryMainImg{
	background: url(../service/anshin/image/ca_main_img.jpg) center -170px no-repeat;
	background-size: cover;
}

.ca_anshin .caMainImg_inr h2 img{width: 39px;}


.anshin_use{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding: 0 30px;
	margin: 0 0 50px;
}

.anshin_use img{margin-left: auto; height: 177px;}

.anshin_useText{}

.anshin_useText li{
	font-size: 1.2rem;
	color: #004da0;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	padding: 5px 20px;
}


.anshin_service{text-align: center; margin: 0 0 50px;}


.anshin_flow{margin: 50px 0 0;}

.anshin_flow ul{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.anshin_flow li{
	margin:0;
	text-align: left;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	position: relative;
}

.anshin_flow li .posiImg{
	width:55px;
	position: absolute;
	left: -10px;
	top: -25px;
	z-index: 1;
}

.anshin_flow li:nth-child(2n+1){width: 310px;}

.anshin_flow li:nth-child(2n){width: 30px; text-align: center; padding-top: 90px;}
.anshin_flow li:nth-child(2n) img{width: 17px;}

.anshin_flow li p{font-size: 0.9rem;}

.anshin_flow .flText{
	display: table;
	width: 100%;
	color: #FFF;
	padding: 0;
	margin: 0 0 15px;
	background-color: #044995;
	text-align: center;
}

.anshin_flow .flText span{
	display: table-cell;
	vertical-align: middle;
	height: 60px;
}


/*---------------------------------------------------------------------------
　出産・子育てサポートタクシー（各種サービス）
---------------------------------------------------------------------------*/

.ca_support.categoryMainImg{
	background: url(../service/support/image/ca_main_img.jpg) center center no-repeat;
	background-size: cover;
}

.ca_support .caMainImg_inr h2 img{width: 40px;}

.support_contents{margin: 0 0 60px;}

.support_contents > p{text-align: center;}

.support_contents ul{
	margin: 40px 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.support_contents ul li{
	width: 230px;
	margin: 0 30px 50px 0;
	text-align: left;
	box-sizing: border-box;
}
.support_contents ul li:nth-child(4),
.support_contents ul li:last-child{margin-right: 0;}

.support_contents ul li p{
	color: #ffe100;
	background: #044995;
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center;
	padding: 10px 10px;
}

.support_pointText{
	display: flex;
	align-items: center;
	padding: 10px 15px;
	border: 1px solid #044995;
	height: 103px;
}

.support_formBtn{
	width: 420px;
	margin: 0 auto;
}

.support_formBtn a{
	width: 100%;
	background: url(../service/support/image/link_arr01_bl.png) center right 20px no-repeat, #ffe100;
	background-size: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.support_BtnIcon{width: 90px;}

.support_formText{
	color: #044995;
	font-size: 1.2rem;
	line-height: 22px;
	font-weight: bold;
	padding-left: 10px;
}

.support_formBtn a:hover{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.support_Inner{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 40px 0 50px;
}

.support_Inner ul{
	width: 500px;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.support_Inner ul li{
	margin: 0 0 20px;
}
.support_Inner ul:nth-last-child(-n+2){margin: 0;}

.support_contentsImg{width: 430px;}

.support_Inner ul .support_pointText{height: auto;}


/*---------------------------------------------------------------------------
　介護タクシー（各種サービス）
---------------------------------------------------------------------------*/

.ca_nursing.categoryMainImg{
	background: url(../service/nursing/image/ca_main_img.jpg) center center no-repeat;
	background-size: cover;
}

.ca_nursing .caMainImg_inr h2 img{width: 35px;}


.nursing_EX {margin: 0 0 50px;}

.nursing_EX li{
	float: left;
	width: 310px;
	margin:0 40px 0 0;
	text-align: left;
}

.nursing_EX li:last-child{margin-right: 0;}

.nursing_EX li span{
	display: block;
	color: #FFF;
	padding: 15px 10px;
	margin: 0 0 15px;
	background-color: #044995;
	text-align: center;
}

.nursing_EX li p{font-size: 0.9rem;}


.nursing_carsList{margin: 0 0 50px;}

.nursing_carsList_L{
	width: 310px;
	float: left;
}

.nursing_carsList_L .carsListTextSP,
.nursing_carsList_R .carsListTextSP{display: none;}

.nursing_carsList_L .carsListText,
.nursing_carsList_R .carsListText{
	color: #FFF;
	padding: 15px 10px;
	margin: 0 0 15px;
	background-color: #044995;
	text-align: center;
}

.nursing_carsList_R{
	width: 665px;
	float: right;
}

.nursing_carsList_R li{margin: 0; padding: 0; line-height: 1; width: 255px; float: left;}
.nursing_carsList_R li:nth-child(n+2){width: 205px;}


.nursing_useBox{
	width: 800px;
	margin: 0 auto 60px;
}

.nursing_useBox_L{
	float: left;
	width: 355px;
	border: 1px solid #044995;
}

.nursing_useBox_R{
	float: right;
	width: 355px;
	border: 1px solid #044995;
}

.nursing_useBox_L dt,
.nursing_useBox_R dt{
	background-color: #044995;
	text-align: center;
	padding: 8px 10px;
	color: #FFF;
	font-weight: bold;
}

.nursing_useBox_L dd,
.nursing_useBox_R dd{
	display: table;
	width: 100%;
	height: 80px;
}

.nursing_useBox_L dd span,
.nursing_useBox_R dd span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #ffe100;
	color: #044995;
}

.nursing_aboutTable{
	width: 800px;
	margin: 0 auto 50px;
	border-collapse:collapse;
	border-spacing:0;
}

.nursing_aboutTable th {
	width:30%;
	text-align:center;
	padding:15px 10px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	vertical-align:middle;
	font-weight: bold;
	background-color: #f7fafa;
}

.nursing_aboutTable td {
	width:70%;
	padding:15px 10px;
	text-align:left;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}


/*---------------------------------------------------------------------------
　ドライバー派遣・運転代行サービス（各種サービス）
---------------------------------------------------------------------------*/

.ca_driver.categoryMainImg{
	background: url(../service/driver/image/ca_main_img.jpg) center -180px no-repeat;
	background-size: cover;
}

.ca_driver .caMainImg_inr h2 img{width: 35px;}

.driver_problem{margin: 0 0 60px;}

.driver_problemText{
	width: 470px;
	float: left;
}

.driver_problemText ul li{
	font-size: 1.2rem;
	font-weight: bold;
	color: #044995;
	border-bottom: 1px dotted #ccc;
	padding: 3px 20px;
}

.driver_problemImg{
	width: 500px;
	float: right;
}

.driver_problemImg ul li{
	width: 235px;
	margin: 0 30px 0 0;
	float: left;
}
.driver_problemImg ul li:last-child{margin: 0;}

.driver_outline{margin: 0 0 60px;}

.driver_outline p{text-align: center;}

.driver_outlineImg{
	margin: 50px auto 0;
	width: 800px;
}

.driver_step ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.driver_step ul li{
	position: relative;
	width: 280px;
	margin:0 85px 40px 0;
}
.driver_step ul li:nth-child(3),
.driver_step ul li:nth-child(5){margin-right: 0;}
.driver_step ul li:nth-last-child(-n+2){margin-bottom: 0;}

.driver_stepNum{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 55px;
}

.driver_stepIcon{
	margin: 20px 0 0 10px;
	background: #044995;
	padding: 15px 10px;
	text-align: center;
	box-sizing: border-box;
}
.driver_stepIcon img{height: 40px;}

.driver_step ul li p{
	margin: 0 0 0 10px;
	background: #ffe100;
	color: #044995;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 15px 10px;
	text-align: center;
	box-sizing: border-box;
	border:1px solid #044995;
	border-top: none;
}

.driver_step ul li p img{
	width: 30px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.driver_stepArr{
	padding: 0 11px;
	width: 40px !important;
	box-sizing: border-box;
}
.driver_stepArr img{width: 18px; vertical-align: middle;}


/*---------------------------------------------------------------------------
　おつかいタクシー（各種サービス）
---------------------------------------------------------------------------*/

.ca_errand.categoryMainImg{
	background: url(../service/errand/image/ca_main_img.jpg) center no-repeat;
	background-size: cover;
}

.ca_errand .caMainImg_inr h2 img{width: 34px;}

.errand_List{
	margin: 0 0 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.errand_List ul{
	width: 600px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
}

.errand_List ul li{
	width: 48%;
	border-left: 10px solid #ffe100;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
	box-sizing: border-box;
	font-size: 1.2rem;
	font-weight: bold;
	color: #004da0;
}

.errand_ListImg{
	width: 370px;
}

.errand_flow{margin: 0 0 55px;}

.errand_flow > p{text-align: center;}

.errand_flow ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 50px;
}

.errand_flow ul li{
	position: relative;
	width: 300px;
	margin: 20px 0 0;
}

.errand_flowNum{
	position: absolute;
	top: -20px;
	left: -15px;
	width: 55px;
}

.errand_flow ul li:first-child{margin-left: 15px;}
.errand_flow ul li:nth-child(2n){margin: 80px 0 0; width: 17px;}
.errand_flow ul li:nth-child(2n+1) img{margin: 0 0 15px;}

.errand_flow ul li p span{font-weight: bold; color: #004da0;}

.errand_flowTel{
	display: block;
	padding: 3px 10px;
	background: #004da0;
	color: #fff!important;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin: 15px 0;
}
.errand_flowTel img{
	width:22px;
	vertical-align: middle;
	margin: -3px 10px 0 0!important;
}


/*---------------------------------------------------------------------------
　ポストタクシーの取組み
---------------------------------------------------------------------------*/

.ca_approach.categoryMainImg{
	background: url(../approach/image/ca_main_img.jpg) center -210px no-repeat;
	background-size: cover;
}

.ca_approach .caMainImg_inr h2 img{width: 37px;}


.approach_pointBox{margin: 0 0 40px 0;}

.approach_pointBox li{
	float: left;
	width: 310px;
	margin:0 40px 30px 0;
	text-align: left;
}

.approach_pointBox li:nth-child(3n+3){margin-right: 0;}

.approach_pointBox li p{font-size: 0.85rem;}

.approach_pointBox .apr_ptText{
	display: table;
	width: 100%;
	color: #FFF;
	padding: 0;
	margin: 0 0 15px;
	background-color: #044995;
}

.approach_pointBox .apr_ptText img{height: 60px; vertical-align: middle; margin: 0 50px 0 0;}

.approach_pointBox .apr_ptText span{
	display: table-cell;
	vertical-align: middle;
	height: 60px;
}


.apr_simuBox{
	padding: 20px;
	border: 2px solid #004da0;
}

.apr_simuBoxText{
	float: left;
	width: 350px;
	font-size: 1.2rem;
	color: #004da0;
	font-weight: bold;
	padding: 10px 0 0 0;
}

.apr_simuBoxImg{
	float: right;
	width: 600px;
}

.apr_simuBoxImg ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.apr_simuBoxImg li{width: 176px; margin-left: 20px;}


/*---------------------------------------------------------------------------
　会社概要
---------------------------------------------------------------------------*/

.ca_company.categoryMainImg{
	background: url(../company/image/ca_main_img.jpg) center -50px no-repeat;
	background-size: cover;
}

.ca_company .caMainImg_inr h2 img{width: 28px;}


.companyMain{
	margin: 0 auto 50px;
	width: 800px;
}

.companyMain table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}

.companyMain table th {
	width:30%;
	text-align:center;
	padding:15px 10px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	vertical-align:middle;
	font-weight: bold;
}

.companyMain table td {
	width:70%;
	padding:15px 10px;
	text-align:left;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#company_ggmap {
    width: 1010px;
    height: 400px;
    margin: 0 auto;
}


/*---------------------------------------------------------------------------
　スマートフォンタクシー配車
---------------------------------------------------------------------------*/

.ca_smart.categoryMainImg{
	background: url(../smartphone/image/ca_main_img.jpg) center no-repeat;
	background-size: cover;
}

.ca_smart .caMainImg_inr h2 img{width: 22px;}

.smart_contentsImg{
	width: 800px;
	margin: 0 auto;
}


/*---------------------------------------------------------------------------
　お客様の声・ドライバーの声
---------------------------------------------------------------------------*/

.ca_voice.categoryMainImg{
	background: url(../voice/image/ca_main_img.jpg) center -170px no-repeat;
	background-size: cover;
}

.ca_voice .caMainImg_inr h2 img{width: 55px;}


.voiceListWrap{}

.voiceListWrap ul{margin: 0 0 30px;}

.voiceListWrap li{
	list-style: none;
	width: 480px;
	margin: 0 0 35px;
}

.voiceListWrap li:nth-child(2n+1){
	clear: both;
	float: left;
}

.voiceListWrap li:nth-child(2n){
	float: right;
}

.voiceListWrap li h4{
	font-size: 1.3rem;
	color: #ffe100;
	background-color: #044995;
	border-left: 10px solid #ffe100;
	padding: 5px 10px 5px 20px;
	margin: 0 0 15px;
}

.voiceListWrap li p{}