@charset "utf-8";

#header .taxi a:hover,
#header .safety a:hover{
	opacity: 0.7;
}
#english #header .taxi{
	position: static;
	right: 28px;
}

@media screen and (max-width: 737px){
	#header .taxi{
		display: none;
	}
}



/*** ------------------------------------------------------------------------------ 

ホーム（#home）

-----------------------------------------------------------------------------  ***/
/* home共通 */
#home .section{
	width:1024px;
	margin:0 auto 60px;
}
#home .section h2{
	margin:0 0 30px;
	text-align: center;
	color:#333;
	border: none;
	padding:0;
	font-size:1em;
	font-weight: normal;
}
#home #cont h2:before{
	display:none;
}
#home .section h2 span{
	display:block;
	color:#999999;
	font-size:1.25em;
	position:relative;
}
#home .section h2 span:before,
#home .section h2 span:after{
	content:"―";
}
@media screen and (max-width: 737px){
	#home .section{
		width: auto;
		margin:0 auto 20px;
	}
	#home .section h2{
		margin:0 10px 20px;
	}
	#home .section h2 span:before,
	#home .section h2 span:after{
		content:"";
	}	
	#home .section h2 img{
		max-width:100%;
		height: auto;
	}
}


#home .banner{
	text-align: center;
}
@media screen and (max-width: 737px){
	#home .banner {
		padding:0 10px;
	}
	#home .banner img{
		width:100%;
		height:auto;
	}
}

#home .service p{
	text-align: center;
	margin:0 0 30px;
}
#home .service ul {
	padding:0 32px;
}
/*#home .service ul li{
	float:left;
	width:290px;
	margin:0 45px 0 0;
	text-align: center;
}*/
#home .service ul li{
	float:left;
	width: 225px;
	margin:0 20px 0 0;
	text-align: center;
}
#home .service ul li img{
    width:100%;
    height:auto;
}
#home .service ul li:last-child{
	margin:0;
}
#home .service ul li img:nth-child(1){
	margin:0 0 25px;
}
@media screen and (max-width: 737px){
	#home .service p{
		text-align: left;
	}
	#home .service ul {
		padding:0;
	}
	#home .service ul li{
		width: 49%;
		margin:0 0 20px;
		float:left;
	}
	#home .service ul li:nth-child(even){
		float:right;
	}
	#home .service ul li:last-child{
		margin:0 0 20px;
	}
	#home .service ul li img:nth-child(1){
		margin:0 0 20px;
	}
	#home .service ul li img{
		max-width:100%;
		height: auto;
	}
}

#home .about{
	width:100%;
	background: url(../../img/home/img_bg01.jpg) center center no-repeat;
	background-size: 100% auto ;
	padding:60px 0;
}
#home .about p{
	text-align: center;
}
#home .about p.more-link{
	margin:30px 0 0;
}
@media screen and (max-width: 737px){
	#home .about{
		background: url(../../img/home/img_bg01.jpg) center center no-repeat;
		background-size: auto 100% ;
		padding:20px 0;
	}
	#home .about p{
		text-align: left;
	}
}


#home .pr{
	width:530px;
	margin:0 auto 60px;
	border: #AFCFAF 3px solid;
	border-radius:10px;
	position:relative;
	padding:10px 15px 10px 150px;
}
#home .pr .img{
	position:absolute;
	left:20px;
	top:-10px;
}
#home .pr h2{
	font-weight: bold;
	color:#107435;
	font-size:1.333em;
	margin:0;
	text-align: left;
}
#home .pr p{
	font-size:1em;
	margin:0;
}
@media screen and (max-width: 737px){
	#home .pr{
		width: auto;
		margin:0 10px 40px;
		padding:10px 15px;
	}
	#home .pr .img{
		position: relative;
		left:0;
		top:0;
		float:left;
		margin:0 10px 5px 0;
	}
	#home .pr .img img{
		width:100px;
		height: auto;
	}
}

#home .recruit .section-cont{
	border:#FA2C04 3px solid;
	width:980px;
	margin:0 auto 70px;
	padding:25px 0 0;
}
#home .recruit .section-cont > p{
	text-align: center;
}
#home .recruit .section-cont ul {
	font-size:1em;
	padding:0 67px;
}
#home .recruit .section-cont ul li{
	float:left;
	width:180px;
	margin:0 40px 0 0;
}
#home .recruit .section-cont ul li:last-child{
	margin:0;
}
#home .recruit .section-cont ul li h3{
	text-align: center;
	font-size: 1.333em;
	margin:0 0 10px;
}
#home .recruit .section-cont ul li p{
	font-size:1em;
	margin:0;
}
#home .recruit .section-cont ul li p.link{
	text-align: right;
}
#home .recruit .section-cont .info{
	color: #FFF;
	font-size:1.5em;
	font-weight: bold;
	text-align: center;
	background: #FA2C04;
	clear:both;
	margin:0;
	position:relative;
	padding:10px 0;
}
#home .recruit .section-cont .info:after{
	content:"";
	width:0;
	height:0;
	position:absolute;
	border-top: #FA2C04 20px solid;
	border-right: #FFF 15px solid;
	border-left: #FFF 15px solid;
	border-bottom: #FFF 20px solid;
	left:50%;
	bottom:-42px;
	margin:0 0 0 -15px;
}
@media screen and (max-width: 737px){
	#home .recruit .section-cont{
		border:#FA2C04 3px solid;
		width: auto;
		margin:0 10px 50px;
		padding:10px 0px 0;
	}
	#home .recruit .section-cont > p{
		text-align: left;
		padding:0 10px;
	}
	#home .recruit .section-cont ul {
		padding:0 10px;
	}
	#home .recruit .section-cont ul li{
		float: left;
		width: 49%;
		margin:0 0 20px;
		text-align: center;
	}
	#home .recruit .section-cont ul li:nth-child(even){
		float:right;
	}
	#home .recruit .section-cont ul li:last-child{
		margin:0 0 20px;
	}
	#home .recruit .section-cont ul li .img{
		width:100px;
		margin:0 auto 10px;
		text-align: center;
	}
	#home .recruit .section-cont ul li .img img{
		width:100%;
		height: auto;
	}
	#home .recruit .section-cont ul li h3{
		text-align: center;
	}
	#home .recruit .section-cont ul li p{
		font-size:1em;
	}
}

#home .news{
	background: #F9F8F4;
	width:100%;
	padding:60px 0;
	margin:0;
}
#home .news .section-cont{
	width: 930px;
	margin:0 auto;
}
#home .news .section-cont .table{
	border:#CCC 3px solid;
	padding:20px 20px;
	background: #FFF;
	margin:0 0 20px;
}
#home .news .section-cont .table table{
	width:100%;
}
#home .news .section-cont .table table th{
	border-bottom:#CCC 1px dotted;
	padding:15px 30px;
	vertical-align: top;
	background: url(../img/icon_arrow02.png) 10px 20px no-repeat;
	width:90px;
}
#home .news .section-cont .table table td{
	border-bottom:#CCC 1px dotted;
	padding:15px 15px 15px 0;
}
@media screen and (max-width: 737px){
	#home .news{
		padding:40px 0;
	}
	#home .news .section-cont{
		width: auto;
		margin:0 10px;
		padding:0;
	}
	#home .news .section-cont .table{
		padding:0;
	}
	#home .news .section-cont .table table th{
		display: list-item;
		border-bottom: none;
		padding:15px 10px 0px 25px;
		background: url(../img/icon_arrow02.png) 10px 20px no-repeat;
		font-weight: bold;
		list-style: none;
		width: auto;
	}
	#home .news .section-cont .table table td{
		display: list-item;
		padding:0 10px 15px;
		border-bottom:#CCC 1px dotted;
		list-style: none;
	}
	#home .news .section-cont .table table tr:last-child td{
		border:none;
		padding:0 10px 0;
	}
}


/*** ------------------------------------------------------------------------------ 

一目で分かるなるわ交通（#about）

-----------------------------------------------------------------------------  ***/
#about .section ul {
	font-size:1em;
	color:#666666;
}
#about .section ul li{
	float:left;
	width:290px;
	margin:0 30px 20px 0;
}
#about .section ul li img{
	margin:0 0 5px;
}
@media screen and (max-width: 737px){
	#about .section ul li{
		width:49%;
		margin:0 0 20px;
		clear:both;
	}
	#about .section ul li:nth-child(even){
		float:right;
		clear:none;
	}
	#about .section ul li img{
		width:100%;
		height: auto;
	}
}



/*** ------------------------------------------------------------------------------ 

一目で分かるなるわ交通（#about）

-----------------------------------------------------------------------------  ***/
#about .section ul {
	font-size:1em;
	color:#666666;
}
#about .section ul li{
	float:left;
	width:290px;
	margin:0 30px 20px 0;
}
#about .section ul li img{
	margin:0 0 5px;
}
@media screen and (max-width: 737px){
	#about .section ul li{
		width:49%;
		margin:0 0 20px;
		clear:both;
	}
	#about .section ul li:nth-child(even){
		float:right;
		clear:none;
	}
	#about .section ul li img{
		width:100%;
		height: auto;
	}
}



/*** ------------------------------------------------------------------------------ 

はじめてドライバーになる方へ（#first）

-----------------------------------------------------------------------------  ***/
#first #main .section .catch {
	min-height: 100px;
	padding: 0 0 0 139px;
	background: url("../../img/recruit/first/img01.png") no-repeat left top;
}

#first #main .section .catch p {
	padding: 20px;
	background-color: #FFFFE1;
	border: dotted 2px #F82C04;
	font-size: 1.667em;
	font-weight: bold;
	color: #F82C04;
	position: relative;
}

#first #main .section .catch p:before {
	content: "";
	width: 15px;
	height: 26px;
	background: url("../../img/recruit/first/icon_balloon.png") no-repeat left top;
	position: absolute;
	left: -14px;
	top: 18px;
}

#first #main .section .catch + p {
	margin: 0 0 40px;
}

#first #main .flow .section-cont dl {
	padding: 0 0 36px;
	background: url("../../img/recruit/first/icon_arrow.png") no-repeat 120px bottom;
}

#first #main .flow .section-cont dl:last-of-type {
	padding: 0;
	background: none;
}

#first #main .flow .section-cont dl dd:first-of-type {
	float: left;
}

#first #main .flow .section-cont dl dt {
	width: 382px;
	margin: 0 0 10px;
	float: right;
	color: #F82C04;
	font-size: 1.143em;
	font-weight: bold;
}

#first #main .flow .section-cont dl dd:last-of-type {
	width: 382px;
	float: right;
}


@media screen and (max-width: 737px){
	#first #main .section .catch {
		min-height: inherit;
		padding: 0 10px 0 90px;
		background: url("../../img/recruit/first/img01.png") no-repeat 10px top;
		background-size: 60px;
	}
	
	#first #main .section .catch p {
		padding: 10px;
	}
	
	#first #main .section .catch p:before {
		top: 10px;
	}
	
	#first #main .section .catch p br {
		display: none;
	}
	
	#first #main .section .catch + p {
		margin: 0 10px 2em;
	}
	
	#first #main .flow .section-cont dl {
		background: url("../../img/recruit/first/icon_arrow.png") no-repeat center bottom;
	}
	
	#first #main .flow .section-cont dl dd:first-of-type {
		float: none;
		text-align: center;
	}
	
	#first #main .flow .section-cont dl dt {
		width: auto;
		margin: 10px 0;
		float: none;
	}
	
	#first #main .flow .section-cont dl dd:last-of-type {
		width: auto;
		margin: 0;
		float: none;
	}
}


#first #main .training,
#first #main .feature {
	margin: 0;
}

#first #main .training .section-cont dl,
#first #main .feature .section-cont dl {
	width: 290px;
	margin: 0 30px 30px 0;
	float: left;
}

#first #main .training .section-cont dl dt,
#first #main .feature .section-cont dl dt {
	padding: 5px 0;
	border: solid 2px #F82C04;
	color: #F82C04;
	font-size: 1.143em;
	text-align: center;
}

#first #main .training .section-cont dl dd:first-of-type,
#first #main .feature .section-cont dl dd:first-of-type {
	margin: 10px 0;
}

#first #main .training .section-cont dl dd:last-of-type,
#first #main .feature .section-cont dl dd:last-of-type {
	color: #666;
	font-size: 0.857em;
}



@media screen and (max-width: 737px){
	#first #main .training .section-cont dl,
	#first #main .feature .section-cont dl {
		width: auto;
		margin: 0 0 2em;
		float: none;
	}
	
	#first #main .training .section-cont dl dd:first-of-type,
	#first #main .feature .section-cont dl dd:first-of-type {
		text-align: center;
	}
}


#first #main .message .section-cont p {
	float: left;
}

#first #main .message .section-cont dl {
	width: 380px;
	float: right;
}

#first #main .message .section-cont dl dt {
	margin: 0 0 10px;
	color: #F82C04;
	font-size: 1.143em;
	font-weight: bold;
}


@media screen and (max-width: 737px){
	#first #main .message .section-cont p {
		float: none;
	}
	
	#first #main .message .section-cont dl {
		width: auto;
		float: none;
	}
}



/*** ------------------------------------------------------------------------------ 

仕事内容紹介（#recruit）

-----------------------------------------------------------------------------  ***/
#recruit #main .section ul li {
	margin: 0 0 20px;
	float: left;
}

#recruit #main .section ul li:nth-of-type(even) {
	float: right;
}

@media screen and (max-width: 737px){
	#recruit #main .section ul li {
		margin: 0 0 1em;
		float: none !important;
		text-align: center;
	}
}



/*** ------------------------------------------------------------------------------ 

仕事内容紹介　共通（.recruit）

-----------------------------------------------------------------------------  ***/
.recruit #main ul.page-link {
	margin: 0 0 30px;
}
.recruit #main ul.page-link li {
	width: 32%;
	margin: 0 2% 10px 0;
	float: left;
}
.recruit #main ul.page-link li a{
	display:block;
	background: url(../img/icon_arrow05.png) right bottom no-repeat #F92C04;
	color:#FFF;
	padding:10px 10px;
	font-size: 14px;
	text-decoration: none;
}
.recruit #main ul.page-link li a:hover{
	background: url(../img/icon_arrow05.png) right bottom no-repeat #CC0000;
}
.recruit #main ul.page-link li:nth-child(3n) {
	margin: 0 0 10px;
}


@media screen and (max-width: 737px){
	.recruit #main ul.page-link {
		margin: 0 10px 1em;
	}
	.recruit #main ul.page-link li {
		width: 49%;
		margin: 0 0 10px;
		float: left;
		text-align: center;
	}
	.recruit #main ul.page-link li:nth-of-type(even) {
		float: right;
	}
}

.recruit #main ul.link {
	margin: 0 0 30px;
}

.recruit #main ul.link li {
	margin: 0 16px 0 0;
	float: left;
}

.recruit #main ul.link li:last-of-type {
	margin: 0;
	float: right;
}


@media screen and (max-width: 737px){
	.recruit #main ul.link {
		margin: 0 10px 1em;
	}
	
	.recruit #main ul.link li {
		width: 49%;
		margin: 0 0 10px;
		float: left;
		text-align: center;
	}
	
	.recruit #main ul.link li:nth-of-type(even) {
		float: right;
	}
	
	.recruit #main ul.link li img {
		width: 100%;
		max-width: 163px;
	}
}


.recruit #main .schedule .section-cont div {
	min-height: 101px;
	margin: 0;
	padding: 0 0 20px 133px;
}

.recruit #main .schedule .section-cont div dl {
	width: 350px;
	padding: 10px 15px;
	border: solid 3px #FA2C04;
	border-radius: 6px;
	box-sizing: border-box;
}

.recruit #main .schedule .section-cont div dl dt {
	color: #F82C04;
	font-size: 1.429em;
	font-weight: bold;
}


@media screen and (max-width: 737px){
	.recruit #main .schedule .section-cont {
		background: none !important;
	}
	
	.recruit #main .schedule .section-cont div {
		margin: 0;
		padding: 0 0 20px 103px;
	}
	
	.recruit #main .schedule .section-cont div dl {
		width: auto;
	}
}


.recruit #main .support {
	margin: 0 0 20px;
}

.recruit #main .support .section-cont dl {
	width: 290px;
	margin: 0 30px 30px 0;
	float: left;
}

.recruit #main .support .section-cont dl:nth-of-type(3) {
	clear: both;
}

.recruit #main .support .section-cont dl dt {
	padding: 5px 0;
	border: solid 2px #F82C04;
	color: #F82C04;
	font-size: 1.143em;
	text-align: center;
}

.recruit #main .support .section-cont dl dd:first-of-type {
	margin: 10px 0;
}

.recruit #main .support .section-cont dl dd:last-of-type {
	color: #666;
	font-size: 0.857em;
}


@media screen and (max-width: 737px){
	.recruit #main .support .section-cont dl {
		width: auto;
		margin: 0 0 2em;
		float: none;
	}
	
	.recruit #main .support .section-cont dl dd:first-of-type {
		text-align: center;
	}
}


.recruit #main .detail {
	margin: 0 0 60px;
	clear:both;
}

.recruit #main .detail p.btn {
	margin: 20px 0 1em;
	text-align: center;
}

.recruit #main .detail table{
	width:100%;
	border:#CCCCCC 1px solid;
	position: relative;
}
.recruit #main .detail table th {
	padding: 10px;
	background-color: #eee;
	border: solid 1px #ccc;
	font-weight: bold;
	width:160px;
}

.recruit #main .detail table th.midashi {
	padding: 10px;
	background-color: #FFF;
	border: solid 1px #ccc;
	border-bottom: 2px solid #CCC;
	font-weight: bold;
	width: inherit;
	font-size: 20px;
	vertical-align: middle;
}
.recruit #main .detail table th.midashi a{
	margin: 0;
	padding: 6px 10px;
	display: inline-block;
	text-align: center;
	background-color: #FA2C04;
	color: #FFF;
	text-decoration: none;
	float: right;
	font-size: 14px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.recruit #main .detail table th.midashi span{
	border-left: 4px solid #fa2c04;
    display: block;
    margin: 0;
    padding: 2px 100px 0 10px;
}
.recruit #main .detail table td {
	padding: 10px;
	border: solid 1px #ccc;
}
.recruit #main .detail table td.btn{
	border-color: #FFF;
	padding: 0;
}
.recruit #main .detail table td.btn a{
	display: none;
	}
	
.recruit #main .detail .detail_btn_box{
	display: none;
}

@media screen and (max-width: 737px){
	.recruit #main .detail table {
		border:none;
		border-bottom: 1px solid #CCC;
	}
	.recruit #main .detail table th {
		width: auto;
		display:block;
		border-bottom: none;
	}
	.recruit #main .detail table td {
		width: auto;
		display:block;
		border-bottom: none;
	}
	.recruit #main .detail p.btn {
		margin: 1em 0;
	}
	.recruit #main .detail table th.midashi span{
		padding: 2px 0 0 10px;
	}
	.recruit #main .detail table th.midashi a{
		display: none;
	}
	.recruit #main .detail .detail_btn_box{
		display: block;
	}
	.recruit #main .detail .detail_btn_box a{
		margin: 0 auto;
		padding: 8px 10px;
		display: block;
		text-align: center;
		background-color: #FA2C04;
		color: #FFF;
		text-decoration: none;
		font-size: 14px;
		width: 80%;
	}
	.recruit #main .detail table th.midashi {
		font-size: 16px;
	}
}






.recruit #main .faq {
	margin: 0 0 60px;
}

.recruit #main .faq dl dt {
	min-height: 30px;
	padding: 2px 10px 0 53px;
	background: url("../../img/recruit/taxi/icon_q.png") no-repeat 10px top;
	font-size: 1.143em;
	font-weight: bold;
}

.recruit #main .faq dl dd {
	clear: both;
	margin: 15px 0 30px;
	padding: 0 10px 20px 53px;
	background: url("../../img/recruit/taxi/icon_a.png") no-repeat 10px top;
	border-bottom: solid 1px #ccc;
	line-height: 1.8;
}


@media screen and (max-width: 737px){
	
}


#main #inquiry-wrapper table {
	width: 100%;
	margin: 0 0 40px;
	border: solid 2px #ccc;
	font-size: 1.167em;
}

#main #inquiry-wrapper table th {
	padding: 10px 0;
	background-color: #eee;
	border: solid 2px #ccc;
	text-align: center;
	font-weight: bold;
}

#main #inquiry-wrapper table td {
	padding: 10px;
	border: solid 2px #ccc;
}

#main #inquiry-wrapper table th:nth-of-type(1),
#main #inquiry-wrapper table th:nth-of-type(3) {
	width: 30%;
	box-sizing: border-box;
}

#main #inquiry-wrapper table th:nth-of-type(2) {
	width: 40%;
	box-sizing: border-box;
}


@media screen and (max-width: 737px){
	#main #inquiry-wrapper .section-cont {
		margin: 0 10px;
	}
	
	#main #inquiry-wrapper table {
		margin: 0 0 2em;
		font-size: 1.0em;
	}
}



/*** ------------------------------------------------------------------------------ 

一般タクシーの仕事内容（隔日勤務）（#taxi）

-----------------------------------------------------------------------------  ***/
#taxi #main .schedule .section-cont {
	background: url("../../img/recruit/taxi/img09.jpg") no-repeat right top;
}

#taxi #main .schedule .section-cont div:nth-of-type(1) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img01.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#taxi #main .schedule .section-cont div:nth-of-type(2) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img02.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#taxi #main .schedule .section-cont div:nth-of-type(3) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img03.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#taxi #main .schedule .section-cont div:nth-of-type(4) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img04.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#taxi #main .schedule .section-cont div:nth-of-type(5) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img05.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#taxi #main .schedule .section-cont div:nth-of-type(6) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img06.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#taxi #main .schedule .section-cont div:nth-of-type(7) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img07.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#taxi #main .schedule .section-cont div:nth-of-type(8) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img08.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}
#taxi #main .schedule .section-cont div:nth-of-type(9) {
	padding: 0 0 10px 133px;
	background: url("../../img/recruit/taxi/bg02.png") no-repeat 33px bottom,
				url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img09.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

@media screen and (max-width: 737px){
	#taxi #main .schedule .section-cont div:nth-of-type(1) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img01.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#taxi #main .schedule .section-cont div:nth-of-type(2) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img02.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#taxi #main .schedule .section-cont div:nth-of-type(3) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img03.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#taxi #main .schedule .section-cont div:nth-of-type(4) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img04.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#taxi #main .schedule .section-cont div:nth-of-type(5) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img05.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#taxi #main .schedule .section-cont div:nth-of-type(6) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img06.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#taxi #main .schedule .section-cont div:nth-of-type(7) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img07.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#taxi #main .schedule .section-cont div:nth-of-type(8) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img08.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#taxi #main .schedule .section-cont div:nth-of-type(9) {
		padding: 0 0 10px 103px;
		background: url("../../img/recruit/taxi/bg02.png") no-repeat 22px bottom,
					url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img09.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: auto, 15px, 80px, auto;
	}
}


/*** ------------------------------------------------------------------------------ 

一般タクシーの仕事内容（昼勤務）（#taxi01）

-----------------------------------------------------------------------------  ***/
#taxi01 #main .schedule .section-cont {
	background: url("../../img/recruit/taxi/img09.jpg") no-repeat right top;
}

#taxi01 #main .schedule .section-cont div:nth-of-type(1) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img13.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#taxi01 #main .schedule .section-cont div:nth-of-type(2) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img14.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#taxi01 #main .schedule .section-cont div:nth-of-type(3) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img15.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#taxi01 #main .schedule .section-cont div:nth-of-type(4) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img16.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#taxi01 #main .schedule .section-cont div:nth-of-type(5) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img17.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#taxi01 #main .schedule .section-cont div:nth-of-type(6) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img18.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#taxi01 #main .schedule .section-cont div:nth-of-type(7) {
	background: url("../../img/recruit/taxi/bg02.png") no-repeat 33px bottom,
				url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img19.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
				height: 120px;
}

@media screen and (max-width: 737px){
	#taxi01 #main .schedule .section-cont div:nth-of-type(1) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img13.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#taxi01 #main .schedule .section-cont div:nth-of-type(2) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img14.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#taxi01 #main .schedule .section-cont div:nth-of-type(3) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img15.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#taxi01 #main .schedule .section-cont div:nth-of-type(4) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img16.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#taxi01 #main .schedule .section-cont div:nth-of-type(5) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img17.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#taxi01 #main .schedule .section-cont div:nth-of-type(6) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img18.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#taxi01 #main .schedule .section-cont div:nth-of-type(7) {
		padding: 0 0 10px 103px;
		background: url("../../img/recruit/taxi/bg02.png") no-repeat 22px bottom,
					url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img19.png") no-repeat left top,
					url("https://naruwa.jp/img/recruit/taxi/bg19.png") repeat-y 33px top;
		background-size: auto, 15px, 80px, auto;
		height: 104px;
	}
}

/*** ------------------------------------------------------------------------------ 

一般タクシーの仕事内容（夜勤務）（#taxi02）

-----------------------------------------------------------------------------  ***/
#taxi02 #main .schedule .section-cont {
	background: url("../../img/recruit/taxi/img09.jpg") no-repeat right top;
}

#taxi02 #main .schedule .section-cont div:nth-of-type(1) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img20.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#taxi02 #main .schedule .section-cont div:nth-of-type(2) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img21.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#taxi02 #main .schedule .section-cont div:nth-of-type(3) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img22.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#taxi02 #main .schedule .section-cont div:nth-of-type(4) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img23.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#taxi02 #main .schedule .section-cont div:nth-of-type(5) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img24.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#taxi02 #main .schedule .section-cont div:nth-of-type(6) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img25.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#taxi02 #main .schedule .section-cont div:nth-of-type(7) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img26.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#taxi02 #main .schedule .section-cont div:nth-of-type(8) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img27.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}
#taxi02 #main .schedule .section-cont div:nth-of-type(9) {
	padding: 0 0 10px 133px;
	background: url("../../img/recruit/taxi/bg02.png") no-repeat 33px bottom,
				url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/taxi/img28.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

@media screen and (max-width: 737px){
	#taxi02 #main .schedule .section-cont div:nth-of-type(1) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img20.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#taxi02 #main .schedule .section-cont div:nth-of-type(2) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img21.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#taxi02 #main .schedule .section-cont div:nth-of-type(3) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img22.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#taxi02 #main .schedule .section-cont div:nth-of-type(4) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img23.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#taxi02 #main .schedule .section-cont div:nth-of-type(5) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img24.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#taxi02 #main .schedule .section-cont div:nth-of-type(6) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img25.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#taxi02 #main .schedule .section-cont div:nth-of-type(7) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img26.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#taxi02 #main .schedule .section-cont div:nth-of-type(8) {
		background: 
					url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img27.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	#taxi02 #main .schedule .section-cont div:nth-of-type(9) {
		padding: 0 0 10px 103px;
		background: url("../../img/recruit/taxi/bg02.png") no-repeat 22px bottom,
					url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/taxi/img28.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: auto, 15px, 80px, auto;
	}
}


/*** ------------------------------------------------------------------------------ 

観光タクシーの仕事内容（#tourism）

-----------------------------------------------------------------------------  ***/
#tourism #main .schedule .section-cont {
	background: url("../../img/recruit/tourism/img09.jpg") no-repeat right top;
}

#tourism #main .schedule .section-cont div:nth-of-type(1) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/tourism/img01.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#tourism #main .schedule .section-cont div:nth-of-type(2) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/tourism/img02.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#tourism #main .schedule .section-cont div:nth-of-type(3) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/tourism/img03.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#tourism #main .schedule .section-cont div:nth-of-type(4) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/tourism/img04.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#tourism #main .schedule .section-cont div:nth-of-type(5) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/tourism/img05.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#tourism #main .schedule .section-cont div:nth-of-type(6) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/tourism/img06.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#tourism #main .schedule .section-cont div:nth-of-type(7) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/tourism/img07.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#tourism #main .schedule .section-cont div:nth-of-type(8) {
	padding: 0 0 10px 133px;
	background: url("../../img/recruit/taxi/bg02.png") no-repeat 33px bottom,
				url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/tourism/img08.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}


@media screen and (max-width: 737px){
	#tourism #main .schedule .section-cont div:nth-of-type(1) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/tourism/img01.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#tourism #main .schedule .section-cont div:nth-of-type(2) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/tourism/img02.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#tourism #main .schedule .section-cont div:nth-of-type(3) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/tourism/img03.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#tourism #main .schedule .section-cont div:nth-of-type(4) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/tourism/img04.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#tourism #main .schedule .section-cont div:nth-of-type(5) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/tourism/img05.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#tourism #main .schedule .section-cont div:nth-of-type(6) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/tourism/img06.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#tourism #main .schedule .section-cont div:nth-of-type(7) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/tourism/img07.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#tourism #main .schedule .section-cont div:nth-of-type(8) {
		padding: 0 0 10px 103px;
		background: url("../../img/recruit/taxi/bg02.png") no-repeat 22px bottom,
					url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/tourism/img08.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: auto, 15px, 80px, auto;
	}
}


@media screen and (max-width: 737px){
	#tourism #main .support p br {
		display: none;
	}
}



/*** ------------------------------------------------------------------------------ 

介護タクシーの仕事内容（早朝～夕方勤務）（#care）

-----------------------------------------------------------------------------  ***/
#care #main .schedule .section-cont {
	background: url("../../img/recruit/care/img09.jpg") no-repeat right top;
}

#care #main .schedule .section-cont div:nth-of-type(1) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img01.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#care #main .schedule .section-cont div:nth-of-type(2) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img02.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#care #main .schedule .section-cont div:nth-of-type(3) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img03.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#care #main .schedule .section-cont div:nth-of-type(4) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img04.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#care #main .schedule .section-cont div:nth-of-type(5) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img05.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#care #main .schedule .section-cont div:nth-of-type(6) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img06.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#care #main .schedule .section-cont div:nth-of-type(7) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img07.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#care #main .schedule .section-cont div:nth-of-type(8) {
	padding: 0 0 10px 133px;
	background: url("../../img/recruit/taxi/bg02.png") no-repeat 33px bottom,
				url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img08.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}


@media screen and (max-width: 737px){
	#care #main .schedule .section-cont div:nth-of-type(1) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img01.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#care #main .schedule .section-cont div:nth-of-type(2) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img02.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#care #main .schedule .section-cont div:nth-of-type(3) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img03.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#care #main .schedule .section-cont div:nth-of-type(4) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img04.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#care #main .schedule .section-cont div:nth-of-type(5) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img05.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#care #main .schedule .section-cont div:nth-of-type(6) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img06.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#care #main .schedule .section-cont div:nth-of-type(7) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img07.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#care #main .schedule .section-cont div:nth-of-type(8) {
		padding: 0 0 10px 103px;
		background: url("../../img/recruit/taxi/bg02.png") no-repeat 22px bottom,
					url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img08.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: auto, 15px, 80px, auto;
	}
}

#care01 #main .schedule .section-cont {
	background: url("../../img/recruit/care/img09.jpg") no-repeat right top;
}

#care01 #main .schedule .section-cont div:nth-of-type(1) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img01.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#care01 #main .schedule .section-cont div:nth-of-type(2) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img02.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#care01 #main .schedule .section-cont div:nth-of-type(3) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img03.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#care01 #main .schedule .section-cont div:nth-of-type(4) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img04.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#care01 #main .schedule .section-cont div:nth-of-type(5) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img05.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#care01 #main .schedule .section-cont div:nth-of-type(6) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img06.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#care01 #main .schedule .section-cont div:nth-of-type(7) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img07.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#care01 #main .schedule .section-cont div:nth-of-type(8) {
	padding: 0 0 10px 133px;
	background: url("../../img/recruit/taxi/bg02.png") no-repeat 33px bottom,
				url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img08.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}


@media screen and (max-width: 737px){
	#care01 #main .schedule .section-cont div:nth-of-type(1) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img01.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#care01 #main .schedule .section-cont div:nth-of-type(2) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img02.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#care01 #main .schedule .section-cont div:nth-of-type(3) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img03.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#care01 #main .schedule .section-cont div:nth-of-type(4) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img04.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#care01 #main .schedule .section-cont div:nth-of-type(5) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img05.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#care01 #main .schedule .section-cont div:nth-of-type(6) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img06.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#care01 #main .schedule .section-cont div:nth-of-type(7) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img07.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#care01 #main .schedule .section-cont div:nth-of-type(8) {
		padding: 0 0 10px 103px;
		background: url("../../img/recruit/taxi/bg02.png") no-repeat 22px bottom,
					url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img08.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: auto, 15px, 80px, auto;
	}
}

/*** ------------------------------------------------------------------------------ 

介護タクシーの仕事内容（朝～夕方勤務）（#care01）

-----------------------------------------------------------------------------  ***/
#care #main .schedule .section-cont {
	background: url("../../img/recruit/care/img09.jpg") no-repeat right top;
}

#care #main .schedule .section-cont div:nth-of-type(1) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img01.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#care #main .schedule .section-cont div:nth-of-type(2) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img02.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#care #main .schedule .section-cont div:nth-of-type(3) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img03.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#care #main .schedule .section-cont div:nth-of-type(4) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img04.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#care #main .schedule .section-cont div:nth-of-type(5) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img05.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#care #main .schedule .section-cont div:nth-of-type(6) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img06.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#care #main .schedule .section-cont div:nth-of-type(7) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img07.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#care #main .schedule .section-cont div:nth-of-type(8) {
	padding: 0 0 10px 133px;
	background: url("../../img/recruit/taxi/bg02.png") no-repeat 33px bottom,
				url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/care/img08.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}


@media screen and (max-width: 737px){
	#care #main .schedule .section-cont div:nth-of-type(1) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img01.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#care #main .schedule .section-cont div:nth-of-type(2) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img02.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#care #main .schedule .section-cont div:nth-of-type(3) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img03.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#care #main .schedule .section-cont div:nth-of-type(4) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img04.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#care #main .schedule .section-cont div:nth-of-type(5) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img05.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#care #main .schedule .section-cont div:nth-of-type(6) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img06.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#care #main .schedule .section-cont div:nth-of-type(7) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img07.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#care #main .schedule .section-cont div:nth-of-type(8) {
		padding: 0 0 10px 103px;
		background: url("../../img/recruit/taxi/bg02.png") no-repeat 22px bottom,
					url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/care/img08.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: auto, 15px, 80px, auto;
	}
}



/*** ------------------------------------------------------------------------------ 

バスドライバーの仕事内容（#bus）

-----------------------------------------------------------------------------  ***/
#bus #main .schedule h3 {
	margin: 0 0 30px;
	padding: 5px 10px;
	border: 2px solid #ccc;
	font-size: 1.500em;
	font-weight: bold;
}

#bus #main .schedule .section-cont:nth-of-type(1) {
	padding: 0 0 40px;
	background: url("../../img/recruit/bus/img06.jpg") no-repeat right top;
}

#bus #main .schedule .section-cont:nth-of-type(2) {
	padding: 0 0 20px;
	background: url("../../img/recruit/bus/img12.jpg") no-repeat right top;
}

#bus #main .schedule .section-cont:nth-of-type(1) div:nth-of-type(1) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/bus/img01.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#bus #main .schedule .section-cont:nth-of-type(1) div:nth-of-type(2) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/bus/img02.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#bus #main .schedule .section-cont:nth-of-type(1) div:nth-of-type(3) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/bus/img03.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#bus #main .schedule .section-cont:nth-of-type(1) div:nth-of-type(4) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/bus/img04.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#bus #main .schedule .section-cont:nth-of-type(1) div:nth-of-type(5) {
	padding: 0 0 0 133px;
	background: url("../../img/recruit/taxi/bg02.png") no-repeat 33px 101px,
				url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/bus/img05.png") no-repeat left top;
}

#bus #main .schedule .section-cont:nth-of-type(2) div:nth-of-type(1) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/bus/img07.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#bus #main .schedule .section-cont:nth-of-type(2) div:nth-of-type(2) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/bus/img08.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#bus #main .schedule .section-cont:nth-of-type(2) div:nth-of-type(3) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/bus/img09.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#bus #main .schedule .section-cont:nth-of-type(2) div:nth-of-type(4) {
	background: url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/bus/img10.png") no-repeat left top,
				url("../../img/recruit/taxi/bg01.png") repeat-y 44px top;
}

#bus #main .schedule .section-cont:nth-of-type(2) div:nth-of-type(5) {
	padding: 0 0 40px 133px;
	background: url("../../img/recruit/taxi/bg02.png") no-repeat 33px 101px,
				url("../../img/recruit/taxi/bg03.png") no-repeat 106px 48px,
				url("../../img/recruit/bus/img11.png") no-repeat left top;
}


@media screen and (max-width: 737px){
	#bus #main .schedule h3 {
		margin: 0 10px 30px;
	}
	
	#bus #main .schedule .section-cont {
		padding: 0 10px 1em !important;
	}
	
	#bus #main .schedule .section-cont:nth-of-type(1) div:nth-of-type(1) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/bus/img01.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#bus #main .schedule .section-cont:nth-of-type(1) div:nth-of-type(2) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/bus/img02.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#bus #main .schedule .section-cont:nth-of-type(1) div:nth-of-type(3) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/bus/img03.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#bus #main .schedule .section-cont:nth-of-type(1) div:nth-of-type(4) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/bus/img04.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#bus #main .schedule .section-cont:nth-of-type(1) div:nth-of-type(5) {
		padding: 0 0 0 103px;
		background: url("../../img/recruit/taxi/bg02.png") no-repeat 22px 80px,
					url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/bus/img05.png") no-repeat left top;
		background-size: auto, 15px, 80px;
	}
	
	#bus #main .schedule .section-cont:nth-of-type(2) div:nth-of-type(1) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/bus/img07.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#bus #main .schedule .section-cont:nth-of-type(2) div:nth-of-type(2) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/bus/img08.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#bus #main .schedule .section-cont:nth-of-type(2) div:nth-of-type(3) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/bus/img09.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#bus #main .schedule .section-cont:nth-of-type(2) div:nth-of-type(4) {
		background: url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/bus/img10.png") no-repeat left top,
					url("../../img/recruit/taxi/bg01.png") repeat-y 33px top;
		background-size: 15px, 80px, auto;
	}
	
	#bus #main .schedule .section-cont:nth-of-type(2) div:nth-of-type(5) {
		padding: 0 0 15px 103px;
		background: url("../../img/recruit/taxi/bg02.png") no-repeat 22px 80px,
					url("../../img/recruit/taxi/bg03.png") no-repeat 84px 38px,
					url("../../img/recruit/bus/img11.png") no-repeat left top;
		background-size: auto, 15px, 80px;
	}
}



/*** ------------------------------------------------------------------------------ 

ご家族の皆様へ（#family）

-----------------------------------------------------------------------------  ***/
#family #main .section .catch {
	min-height: 100px;
	padding: 0 0 0 139px;
	background: url("../../img/recruit/first/img01.png") no-repeat left top;
}

#family #main .section .catch p {
	padding: 20px;
	background-color: #FFFFE1;
	border: dotted 2px #F82C04;
	font-size: 1.667em;
	font-weight: bold;
	color: #F82C04;
	position: relative;
}

#family #main .section .catch p:before {
	content: "";
	width: 15px;
	height: 26px;
	background: url("../../img/recruit/first/icon_balloon.png") no-repeat left top;
	position: absolute;
	left: -14px;
	top: 18px;
}

#family #main .section .catch + p {
	margin: 0 0 40px;
}

#family #cont h2 {
	padding: 10px 10px 10px 0;
}

#family #cont h2::before {
	display: none;
}

#family #cont h2 img {
	margin: 0 10px 0 0;
}


@media screen and (max-width: 737px){
	#family #main .section .catch {
		min-height: inherit;
		padding: 0 10px 0 90px;
		background: url("../../img/recruit/first/img01.png") no-repeat 10px top;
		background-size: 60px;
	}
	
	#family #main .section .catch p {
		padding: 10px;
	}
	
	#family #main .section .catch p:before {
		top: 10px;
	}
	
	#family #main .section .catch p br {
		display: none;
	}
	
	#family #main .section .catch + p {
		margin: 0 10px 2em;
	}
	
	#family #cont h2 img {
		margin-bottom: 2em;
		float: left;
	}
}


#family #main .section {
	margin: 0;
}

#family #main .section h2 + p {
	height: 68px;
	margin: 0 0 20px;
	background: url("../../img/recruit/family/img02.png") no-repeat left top;
	font-size: 0;
}

#family #main .section .section-cont {
	padding: 0 0 0 45px;
}

#family #main .section .section-cont dl {
	width: 290px;
	margin: 0 30px 30px 0;
	float: left;
}

#family #main .section .section-cont dl:nth-of-type(3) {
	clear: both;
}

#family #main .section .section-cont dl dt {
	padding: 5px 0;
	border: solid 2px #F82C04;
	color: #F82C04;
	font-size: 1.143em;
	text-align: center;
}

#family #main .section .section-cont dl dd:first-of-type {
	margin: 10px 0;
}

#family #main .section .section-cont dl dd:last-of-type {
	color: #666;
	font-size: 0.857em;
}


@media screen and (max-width: 737px){
	#family #main .section h2 + p {
		clear: both;
		height: auto;
		margin: 0 0 30px;
		background: none;
		border: solid 3px #FA2C04;
		color: #FA2C04;
		font-size: 1.5em;
		font-weight: bold;
		text-align: center;
		text-shadow: 	-1px -1px #fff,
						1px -1px #fff,
						-1px 1px #fff,
						1px 1px #fff;
		letter-spacing: 1px;
		position: relative;
	}
	
	#family #main .section h2 + p span {
		padding: 10px 0;
		background-color: #FA2C04;
		border: solid 1px #fff;
		display: block;
	}
	
	#family #main .section h2 + p:after {
		content: "";
		width: 36px;
		height: 22px;
		background: url("../../img/recruit/family/bg01.png") no-repeat left top;
		position: absolute;
		left: 50%;
		bottom: -21px;
		margin: 0 0 0 -15px;
		z-index: 1;
	}
	
	#family #main .section .section-cont {
		padding: 0 10px;
	}
	
	#family #main .section .section-cont dl {
		width: auto;
		margin: 0 0 2em;
		float: none;
	}
	
	#family #main .section .section-cont dl dd:first-of-type {
		text-align: center;
	}
}


#family #main .message .section-cont p {
	float: left;
}

#family #main .message .section-cont dl {
	width: 380px;
	float: right;
}

#family #main .message .section-cont dl dt {
	margin: 0 0 10px;
	color: #F82C04;
	font-size: 1.143em;
	font-weight: bold;
}


@media screen and (max-width: 737px){
	#family #main .message .section-cont p {
		float: none;
	}
	
	#family #main .message .section-cont dl {
		width: auto;
		float: none;
	}
}



/*** ------------------------------------------------------------------------------ 

ご家族の皆様へ（#education）

-----------------------------------------------------------------------------  ***/
#education #main .section h2 + p {
	margin: 0 0 60px;
}

#education #main .section h2 + p em {
	color: #F82C04;
	font-weight: bold;
}

#education #main .section .section-cont div {
	margin: 0 0 110px;
	padding: 30px;
	border: solid 3px #F82C04;
	position: relative;
}

#education #main .section .section-cont div:last-of-type {
	margin: 0 0 30px;
}

#education #main .section .section-cont div::before {
	content: "";
	width: 50px;
	height: 50px;
	background: url("../../img/recruit/education/img05.png") no-repeat left top;
	position: absolute;
	left: 46.5%;
	bottom: -80px;
}

#education #main .section .section-cont div:last-of-type::before {
	display: none;
}

#education #main .section .section-cont div h3 {
	margin: 0 0 30px;
	padding: 0 10px 5px 2px;
	border-bottom: 1px dotted #cccccc;
	color: #f92c04;
	font-size: 1.833em;
	font-weight: bold;
	line-height: 1.5;
}

#education #main .section .section-cont div h3 img {
	margin: 0 10px 0 0;
}

#education #main .section .section-cont div dl {
	width: 200px;
	margin: 0 15px 0 0;
	float: left;
}

#education #main .section .section-cont div dl:last-of-type {
	margin: 0;
}

#education #main .section .section-cont div dl dt {
	color: #f92c04;
	font-size: 1.143em;
	text-align: center;
}

#education #main .section .section-cont div dl dd:first-of-type {
	margin: 10px 0;
}

#education #main .section .section-cont div dl dd:last-of-type {
	color: #666;
	font-size: 0.857em;
}


@media screen and (max-width: 737px){
	#education #main .section h2 + p {
		margin: 0 10px 2em;
	}
	
	#education #main .section .section-cont div {
		margin: 0 0 90px;
		padding: 1em;
	}
	
	#education #main .section .section-cont div::before {
		left: 42%;
		bottom: -75px;
	}
	
	#education #main .section .section-cont div:last-of-type::before {
		display: none;
	}
	
	#education #main .section .section-cont div dl {
		width: 48%;
		margin: 0 0 2em;
	}
	
	#education #main .section .section-cont div dl:nth-of-type(2) {
		float: right;
	}
	
	#education #main .section .section-cont div dl:nth-of-type(3) {
		clear: both;
	}
	
	#education #main .section .section-cont div dl dd:first-of-type {
		text-align: center;
	}
}



/*** ------------------------------------------------------------------------------ 

ご家族の皆様へ（#interview）

-----------------------------------------------------------------------------  ***/
#interview #main .faq .driver {
	margin: 0 0 30px;
}

#interview #main .faq .driver p {
	float: left;
}

#interview #main .faq .driver dl {
	margin: 0 0 0 20px;
	float: left;
}

#interview #main .faq .driver dl dt {
	min-height: inherit;
	margin: 0 0 5px;
	padding: 0;
	background: none;
	font-size: 1.143em;
}

#interview #main .faq .driver dl dd {
	clear: both;
	margin: 0;
	padding: 0;
	background: none;
	border-bottom: none;
	line-height: 1.8;
}

@media screen and (max-width: 737px){
	#interview #main ul.link li:last-of-type {
		margin: 0;
		float: left;
	}
	
	#interview #main .faq .driver p {
		width: 40%;
		float: left;
	}
	
	#interview #main .faq .driver dl {
		margin: 0 0 0 1em;
		float: left;
	}
}



/*** ------------------------------------------------------------------------------ 

サービス紹介　共通（.service）

-----------------------------------------------------------------------------  ***/
.service #main .section .catch {
	min-height: 100px;
	padding: 0 0 0 139px;
	background: url("../../img/recruit/first/img01.png") no-repeat left top;
}

.service #main .section .catch p {
	padding: 20px;
	background-color: #FFFFE1;
	border: dotted 2px #F82C04;
	font-size: 1.667em;
	font-weight: bold;
	color: #F82C04;
	position: relative;
}

.service #main .section .catch p:before {
	content: "";
	width: 15px;
	height: 26px;
	background: url("../../img/recruit/first/icon_balloon.png") no-repeat left top;
	position: absolute;
	left: -14px;
	top: 18px;
}

.service #main .section .catch + p {
	margin: 0 0 40px;
}


@media screen and (max-width: 737px){
	.service #main .section .catch {
		min-height: inherit;
		padding: 0 10px 0 90px;
		background: url("../../img/recruit/first/img01.png") no-repeat 10px top;
		background-size: 60px;
	}
	
	.service #main .section .catch p {
		padding: 10px;
	}
	
	.service #main .section .catch p:before {
		top: 10px;
	}
	
	.service #main .section .catch p br {
		display: none;
	}
	
	.service #main .section .catch + p {
		margin: 0 10px 2em;
	}
	
}

.service #main .section h2 + p {
	margin: 0 0 30px;
}

.service #main .section .section-cont .resolution {
	height: 122px;
	margin: 0 0 20px;
	font-size: 0;
}

.service #main .section .section-cont .box {
	padding: 0 0 0 45px;
}

.service #main .section .section-cont dl {
	width: 290px;
	margin: 0 30px 30px 0;
	float: left;
}

.service #main .section .section-cont dl:nth-of-type(3) {
	clear: both;
}

.service #main .section .section-cont dl dt {
	padding: 5px 10px;
	border: solid 2px #F82C04;
	color: #F82C04;
	font-size: 1.143em;
	text-align: center;
}

.service #main .section .section-cont dl dd:first-of-type {
	margin: 10px 0;
}

.service #main .section .section-cont dl dd:last-of-type {
	color: #666;
	font-size: 0.857em;
}


@media screen and (max-width: 737px){
	.service #main .section h2 + p {
		margin: 0 10px 1em;
	}
	
	.service #main .section .section-cont .resolution {
		clear: both;
		height: auto;
		margin: 0 0 30px;
		background: none;
		border: solid 3px #FA2C04;
		font-size: 1.0em;
		position: relative;
	}
	
	.service #main .section .section-cont .resolution p {
		margin: 0;
		padding: 10px;
		background-color: #FA2C04;
		border: solid 1px #fff;
		color: #FA2C04;
		font-size: 1.5em;
		font-weight: bold;
		text-align: center;
		text-shadow: 	-1px -1px #fff,
						1px -1px #fff,
						-1px 1px #fff,
						1px 1px #fff;
		letter-spacing: 1px;
	}
	
	.service #main .section .section-cont .resolution p span {
		padding: 1px 30px;
		background-color: #fff;
		border-radius: 20px;
		color: #000;
		font-size: 0.889em;
		text-shadow: none;
		display: inline-block;
		line-height: 1.4;
	}
	
	.service #main .section .section-cont .resolution p:after {
		content: "";
		width: 36px;
		height: 22px;
		background: url("../../img/recruit/family/bg01.png") no-repeat left top;
		position: absolute;
		left: 50%;
		bottom: -21px;
		margin: 0 0 0 -15px;
		z-index: 1;
	}
	
	.service #main .section .section-cont {
		padding: 0 10px;
	}
	
	.service #main .section .section-cont .box {
		padding: 0;
	}
	
	.service #main .section .section-cont dl {
		width: auto;
		margin: 0 0 2em;
		float: none;
	}
	
	.service #main .section .section-cont dl dd:first-of-type {
		text-align: center;
	}
}

.service #main .section p.lineup {
	margin: 0;
	color: #F82C04;
	font-weight: bold;
}
.service #main .section div.lineup {
    color: #f82c04;
    font-weight: bold;
    margin: 0;
	font-size: 1.167em;
}

.service #main .section .section-cont table {
	width: 100%;
	margin: 0 0 30px;
	border: solid 1px #ccc;
	font-size: 1.0em;
}

.service #main .section .section-cont table th {
	padding: 10px;
	border: solid 1px #ccc;
	font-weight: bold;
	vertical-align: middle;
	box-sizing: border-box;
}

.service #main .section .section-cont table thead th {
	padding: 10px 5px;
	background-color: #eee;
	text-align: center;
}

.service #main .section .section-cont table td {
	padding: 10px 5px;
	border: solid 1px #ccc;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width: 737px){
	.service #main .section .section-cont table {
		font-size: 0.833em;
	}
}


.service #main .entry_form {
	margin: 0 0 60px;
}

.service #main .entry_form .section-cont p.btn {
	text-align: center;
}


@media screen and (max-width: 737px){
	.service #main .entry_form {
		margin: 0 0 3em;
	}
}



/*** ------------------------------------------------------------------------------ 

貸切バスサービス（#s-bus）

-----------------------------------------------------------------------------  ***/
#s-bus #main .section .section-cont .case {
	margin: 30px 0;
	padding: 30px;
	border: solid 3px #F82C04;
}

#s-bus #main .section .section-cont .case h3 {
	margin: 0;
	padding: 0 0 5px 2px;
	border-bottom: 1px dotted #cccccc;
	color: #f92c04;
	font-size: 1.833em;
	font-weight: bold;
}

#s-bus #main .section .section-cont .case h3 img {
	width: 84px;
	margin: 0 10px 0 0;
	float: left;
}

#s-bus #main .section .section-cont .case h3 span {
	width: 536px;
	float: left;
}

#s-bus #main .section .section-cont .case p {
	margin: 30px 0 0;
	float: left;
}

#s-bus #main .section .section-cont .case ul {
	width: 400px;
	margin: 30px 0 0;
	float: right;
}

#s-bus #main .section .section-cont .case ul li {
	padding: 0 0 5px 20px;
	background: url("../../img/service/bus/icon_arrow01.png") no-repeat left 5px;
}


@media screen and (max-width: 737px){
	#s-bus #main .section .section-cont .case {
		margin: 2em 0;
		padding: 1em;
	}
	
	#s-bus #main .section .section-cont .case h3 {
		font-size: 1.500em;
	}
	
	#s-bus #main .section .section-cont .case h3 img {
		width: 20%;
		margin: 3px 3% 0 0;
	}
	
	#s-bus #main .section .section-cont .case h3 span {
		width: 77%;
		float: left;
	}
	
	#s-bus #main .section .section-cont .case p {
		width: 30%;
		margin: 1em 0 0;
		float: left;
	}
	
	#s-bus #main .section .section-cont .case ul {
		width: 67%;
		margin: 1em 0 0;
		float: right;
	}
	
	#s-bus #main .section .section-cont .case ul li {
		padding: 0 0 5px 20px;
		background: url("../../img/service/bus/icon_arrow01.png") no-repeat left 5px;
	}
}


#s-bus #main .section .section-cont .resolution {
	background: url("../../img/service/bus/img09.png") no-repeat left top;
}

#s-bus #main .section .section-cont table thead th:nth-of-type(1) {
	width: 112px;
}

#s-bus #main .section .section-cont table thead th:nth-of-type(2),
#s-bus #main .section .section-cont table thead th:nth-of-type(3),
#s-bus #main .section .section-cont table thead th:nth-of-type(4) {
	width: 45px;
}

#s-bus #main .section .section-cont table thead th:nth-of-type(5),
#s-bus #main .section .section-cont table thead th:nth-of-type(6),
#s-bus #main .section .section-cont table thead th:nth-of-type(7),
#s-bus #main .section .section-cont table thead th:nth-of-type(8),
#s-bus #main .section .section-cont table thead th:nth-of-type(9),
#s-bus #main .section .section-cont table thead th:nth-of-type(10),
#s-bus #main .section .section-cont table thead th:nth-of-type(11) {
	width: 49px;
}

#s-bus #main .section .section-cont table thead th:nth-of-type(12),
#s-bus #main .section .section-cont table thead th:nth-of-type(13) {
	width: 60px;
}

#s-bus #main .section .section-cont table tbody td:nth-of-type(1) {
	background-color: #FFFFCC;
	color: #F92C04;
}

#s-bus #main .section .section-cont table tbody td:nth-of-type(2) {
	background-color: #F92C04;
	color: #fff;
}

@media screen and (max-width: 737px){
	#s-bus #main .section .section-cont table {
		width: 100%;
		display: block;
		border: none;
		border-top: solid 1px #ccc;
		border-left: solid 1px #ccc;
	}
	
	#s-bus #main .section .section-cont table thead {
		display: block;
		float: left;
		overflow-x: scroll;
	}
	
	#s-bus #main .section .section-cont table tbody { 
		display: block; 
		width: auto; 
		overflow-x: auto; 
		white-space: nowrap;
	}
	
	#s-bus #main .section .section-cont table th {
		width: auto !important;
		display: block;
		border: none;
		border-right: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
	}
	
	#s-bus #main .section .section-cont table tbody tr {
		margin: 0 0 0 -3px;
		padding: 0;
		display: inline-block;
	}
	
	#s-bus #main .section .section-cont table thead th {
		//width: auto !important;
	}
	
	#s-bus #main .section .section-cont table td {
		display: block;
		border: none;
		border-right: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
	}
}


#s-bus #main .section .section-cont .bus_type {
	margin: 0 0 30px;
	padding: 30px;
	border: solid 3px #F82C04;
	position: relative;
}

#s-bus #main .section .section-cont .bus_type:nth-of-type(3),
#s-bus #main .section .section-cont .bus_type:nth-of-type(5) {
	clear: both;
	width: 335px;
	padding: 15px;
	float: left;
	box-sizing: border-box;
}

#s-bus #main .section .section-cont .bus_type:nth-of-type(4),
#s-bus #main .section .section-cont .bus_type:nth-of-type(6) {
	width: 335px;
	padding: 15px;
	float: right;
	box-sizing: border-box;
}

#s-bus #main .section .section-cont .bus_type h3 {
	margin: 0 0 10px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px dotted #cccccc;
	color: #f92c04;
	font-size: 1.833em;
	font-weight: bold;
	position: relative;
}

#s-bus #main .section .section-cont .bus_type h3::before {
	content: "";
	width: 3px;
	height: 70%;
	background: #f92c04 none repeat scroll 0 0;
	position: absolute;
	left: 0;
	top: 15%;
}

#s-bus #main .section .section-cont .bus_type:nth-of-type(1) > p:nth-of-type(1),
#s-bus #main .section .section-cont .bus_type:nth-of-type(2) > p:nth-of-type(1) {
	float: left;
}

#s-bus #main .section .section-cont .bus_type:nth-of-type(1) > p:nth-of-type(2),
#s-bus #main .section .section-cont .bus_type:nth-of-type(2) > p:nth-of-type(2) {
	float: right;
}

#s-bus #main .section .section-cont .bus_type p {
	margin: 0;
}

#s-bus #main .section .section-cont .bus_type p.btn {
	margin: 5px 0 0;
}

#s-bus #main .section .section-cont .bus_type:nth-of-type(1) > p.btn,
#s-bus #main .section .section-cont .bus_type:nth-of-type(2) > p.btn {
	clear: both;
	position: absolute;
	left: 30px;
	bottom: 30px;
}

@media screen and (max-width: 737px){
	#s-bus #main .section .section-cont .bus_type {
		width: auto !important;
		margin: 2em 0 0;
		padding: 15px !important;
		float: none !important;
	}
	
	#s-bus #main .section .section-cont .bus_type div {
		float: none;
	}
	
	#s-bus #main .section .section-cont .bus_type:nth-of-type(1) > p,
	#s-bus #main .section .section-cont .bus_type:nth-of-type(2) > p {
		margin: 0 0 10px;
		float: none !important;
	}
	
	#s-bus #main .section .section-cont .bus_type p {
		margin: 0;
		text-align: center;
	}
	
	#s-bus #main .section .section-cont .bus_type p.btn {
		margin: 1em 0 0;
		position: static !important;
	}
}


#s-bus #main .price .section-cont div {
	margin: 0 0 30px;
}

#s-bus #main .price .section-cont div p {
	float: left;
}

#s-bus #main .price .section-cont div dl {
	width: 380px;
	margin: 0;
	float: right;
}

#s-bus #main .price .section-cont div dl dt {
	margin: 0 0 30px;
	padding: 5px 10px;
	border: 2px solid #f82c04;
	color: #f82c04;
	font-size: 1.143em;
	text-align: center;
	position: relative;
}

#s-bus #main .price .section-cont div dl dt:after {
	content: "";
	width: 38px;
	height: 21px;
	background: url("../../img/service/bus/bg01.png") no-repeat left top;
	position: absolute;
	left: 49%;
	bottom: -21px;
	margin: 0 0 0 -15px;
	z-index: 1;
}

@media screen and (max-width: 737px){
	#s-bus #main .price .section-cont div {
		margin: 0 0 2em;
	}
	
	#s-bus #main .price .section-cont div p {
		float: none;
		text-align: center;
	}
	
	#s-bus #main .price .section-cont div dl {
		width: auto;
		margin: 0;
		float: none;
	}
}


#s-bus #main .voice {
	margin: 0 0 40px;
}

#s-bus #main .voice .section-cont dl {
	width: 382px;
	margin: 0;
	float: left;
}

#s-bus #main .voice .section-cont dl dt {
	padding: 0;
	border: none;
	color: #f82c04;
	font-size: 1.143em;
	font-weight: bold;
	text-align: left
}

#s-bus #main .voice .section-cont dl dd {
	color: #000;
	font-size: 1.0em;
}

#s-bus #main .voice .section-cont p {
	float: right;
}


@media screen and (max-width: 737px){
	#s-bus #main .voice {
		margin: 0 0 2em;
	}
	
	#s-bus #main .voice .section-cont dl {
		width: auto;
		margin: 0;
		float: none;
	}
	
	#s-bus #main .voice .section-cont dl dt {
		padding: 0;
		border: none;
		color: #f82c04;
		font-size: 1.143em;
		font-weight: bold;
		text-align: left
	}
	
	#s-bus #main .voice .section-cont dl dd {
		color: #000;
		font-size: 1.0em;
		text-align: left
	}
	
	#s-bus #main .voice .section-cont p {
		float: none;
		text-align: center;
	}
}


#s-bus #main .flow {
	margin: 0 0 40px;
}

#s-bus #main .flow ul {
	margin: 0;
	font-size: 1.0em;
}

#s-bus #main .flow ul li {
	width: 135px;
	margin: 0 10px 0 0;
	padding: 0 40px 0 0;
	background: url("../../img/service/bus/icon_arrow02.png") no-repeat right 52px;
	float: left;
	color: #666;
}

#s-bus #main .flow ul li:last-of-type {
	margin: 0;
	padding: 0;
	background: none;
}

#s-bus #main .flow ul li img {
	margin: 0 0 10px;
	display: block;
}


@media screen and (max-width: 737px){
	#s-bus #main .flow {
		margin: 0 0 2em;
	}
	
	#s-bus #main .flow ul li {
		clear: both;
		width: auto;
		min-height: 135px;
		margin: 0 0 1em;
		padding: 0 0 40px;
		background: url("../../img/service/bus/icon_arrow03.png") no-repeat center bottom;
		float: none;
		color: #666;
		position: relative;
		z-index: 1;
	}
	
	#s-bus #main .flow ul li:last-of-type {
		margin: 0;
		padding: 0;
		background: none;
	}
	
	#s-bus #main .flow ul li img {
		margin: 0 10px 0 0;
		float: left;
	}
}



/*** ------------------------------------------------------------------------------ 

介護タクシーサービス（#s-care）

-----------------------------------------------------------------------------  ***/
#s-care #main .section .catch div {
	margin: 0 0 40px;
	padding: 20px;
	background-color: #FFFFE1;
	border: dotted 2px #F82C04;
	position: relative;
}

#s-care #main .section .catch div:before {
	content: "";
	width: 15px;
	height: 26px;
	background: url("../../img/recruit/first/icon_balloon.png") no-repeat left top;
	position: absolute;
	left: -14px;
	top: 18px;
}

#s-care #main .section .catch div p {
	margin: 0 0 10px;
	padding: 0;
	background-color: transparent;
	border: none;
	font-size: 1.667em;
	font-weight: bold;
	color: #F82C04;
}

#s-care #main .section .catch div p:before {
	display: none;
}

#s-care #main .section .catch div ul {
	margin: 0;
}

#s-care #main .section .catch div ul li {
	padding: 0 0 5px 20px;
	background: url("../../img/service/bus/icon_arrow01.png") no-repeat left 5px;
}


@media screen and (max-width: 737px){
	#s-care #main .section .catch div {
		padding: 10px;
	}
	
	#s-care #main .section .catch div:before {
		top: 10px;
	}
}

#s-care #main .section .section-cont .resolution {
	background: url("../../img/service/care/img01.png") no-repeat left top;
}

#s-care #main .section .section-cont .resolution + p {
	color: #F82C04;
	font-size: 1.833em;
	font-weight: bold;
	text-align: center;
}

#s-care #main .section .section-cont .box dl:nth-of-type(1) dt {
	padding: 5px 1px;
}

#s-care #main .section .section-cont .box dl:nth-of-type(2) dt {
	height: 51px;
}


@media screen and (max-width: 737px){
	#s-care #main .section .section-cont .resolution + p {
		font-size: 1.667em;
	}
	
	#s-care #main .section .section-cont .box dl:nth-of-type(2) dt {
		height: auto;
	}
}


#s-care #main .section .section-cont table thead th:nth-of-type(1) {
	width: 185px;
}

#s-care #main .section .section-cont table thead th:nth-of-type(2),
#s-care #main .section .section-cont table thead th:nth-of-type(4),
#s-care #main .section .section-cont table thead th:nth-of-type(5),
#s-care #main .section .section-cont table thead th:nth-of-type(6) {
	width: 84px;
}

#s-care #main .section .section-cont table thead th:nth-of-type(3){
	width: 184px;
}

#s-care #main .section .section-cont table tbody td:nth-of-type(1) {
	background-color: #FFFFCC;
	color: #F92C04;
}

#s-care #main .section .section-cont table tbody td:nth-of-type(2) {
	background-color: #F92C04;
	color: #fff;
}

@media screen and (max-width: 737px){
	#s-care #main .section .section-cont table {
		width: 100%;
		font-size: 1.0em;
	}
}


#s-care #main .section .section-cont .taxi_type {
	margin: 0 0 30px;
	padding: 30px;
	border: solid 3px #F82C04;
	position: relative;
}

#s-care #main .section .section-cont .taxi_type h3 {
	margin: 0 0 10px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px dotted #cccccc;
	color: #f92c04;
	font-size: 1.833em;
	font-weight: bold;
	position: relative;
}

#s-care #main .section .section-cont .taxi_type h3::before {
	content: "";
	width: 3px;
	height: 70%;
	background: #f92c04 none repeat scroll 0 0;
	position: absolute;
	left: 0;
	top: 15%;
}

#s-care #main .section .section-cont .taxi_type h4 {
	margin: 20px 0 5px;
	color: #F82C04;
	font-size: 1.167em;
	font-weight: bold;
}

#s-care #main .section .section-cont .taxi_type p {
	margin: 0 0 30px;
}

#s-care #main .section .section-cont .taxi_type p img:first-of-type {
	margin: 0 30px 0 0;
}

#s-care #main .section .section-cont .taxi_type dl {
	margin: 0 30px 0 0;
}

#s-care #main .section .section-cont .taxi_type dl:nth-of-type(even) {
	margin: 0;
}

#s-care #main .section .section-cont .taxi_type:nth-of-type(2) dl:nth-of-type(1) {
	margin: 0 30px 30px 0;
}

#s-care #main .section .section-cont .taxi_type:nth-of-type(2) dl:nth-of-type(2) {
	margin: 0 0 30px 0;
}


@media screen and (max-width: 737px){
	#s-care #main .section .section-cont .taxi_type {
		width: auto !important;
		margin: 2em 0 0;
		padding: 15px !important;
		float: none !important;
	}
	
	#s-care #main .section .section-cont .taxi_type p {
		text-align: center;
	}
	
	#s-care #main .section .section-cont .taxi_type p img:first-of-type {
		margin: 0 0 1em;
	}
	
	#s-care #main .section .section-cont .taxi_type dl {
		margin: 0 0 1em !important;
	}
}


#s-care #main .price .section-cont table {
	margin: 0 0 10px;
}

#s-care #main .price .section-cont table tbody td:nth-of-type(1) {
	width: 155px;
}

#s-care #main .price .section-cont table tbody td:nth-of-type(2),
#s-care #main .price .section-cont table tbody td:nth-of-type(3) {
	width: 124px;
}

#s-care #main .price .section-cont table tbody td:nth-of-type(4) {
	width: 134px;
}

#s-care #main .price .section-cont table tbody td:nth-of-type(5) {
	width: 167px;
}

#s-care #main .price .section-cont table tbody td:nth-of-type(1) {
	background-color: transparent;
	color: #000;
}

#s-care #main .price .section-cont table tbody td:nth-of-type(2) {
	background-color: transparent;
	color: #000;
}

@media screen and (max-width: 737px){
	#s-care #main .section .section-cont table {
		width: 100%;
	}
}

@media screen and (max-width: 737px){
	#s-care #main .price .section-cont div {
		margin: 0 0 2em;
	}
	
	#s-care #main .price .section-cont div p {
		float: none;
		text-align: center;
	}
	
	#s-care #main .price .section-cont div dl {
		width: auto;
		margin: 0;
		float: none;
	}
}


#s-care #main .voice {
	margin: 0 0 40px;
}

#s-care #main .voice .section-cont dl {
	width: 382px;
	margin: 0;
	float: left;
}

#s-care #main .voice .section-cont dl dt {
	padding: 0;
	border: none;
	color: #f82c04;
	font-size: 1.143em;
	font-weight: bold;
	text-align: left
}

#s-care #main .voice .section-cont dl dd {
	color: #000;
	font-size: 1.0em;
}
#s-care #main .voice .section-cont dl dd span{
	display:block;
	text-align: right;
}

#s-care #main .voice .section-cont p {
	float: right;
}


@media screen and (max-width: 737px){
	#s-care #main .voice {
		margin: 0 0 2em;
	}
	
	#s-care #main .voice .section-cont dl {
		width: auto;
		margin: 0;
		float: none;
	}
	
	#s-care #main .voice .section-cont dl dt {
		padding: 0;
		border: none;
		color: #f82c04;
		font-size: 1.143em;
		font-weight: bold;
		text-align: left
	}
	
	#s-care #main .voice .section-cont dl dd {
		color: #000;
		font-size: 1.0em;
		text-align: left
	}
	
	#s-care #main .voice .section-cont p {
		float: none;
		text-align: center;
	}
}



/*** ------------------------------------------------------------------------------ 

介護タクシーサービス（#s-tourism）

-----------------------------------------------------------------------------  ***/
#s-tourism #main .section .catch div {
	margin: 0 0 40px;
	padding: 20px;
	background-color: #FFFFE1;
	border: dotted 2px #F82C04;
	position: relative;
}

#s-tourism #main .section .catch div:before {
	content: "";
	width: 15px;
	height: 26px;
	background: url("../../img/recruit/first/icon_balloon.png") no-repeat left top;
	position: absolute;
	left: -14px;
	top: 18px;
}

#s-tourism #main .section .catch div p {
	margin: 0 0 10px;
	padding: 0;
	background-color: transparent;
	border: none;
	font-size: 1.667em;
	font-weight: bold;
	color: #F82C04;
}

#s-tourism #main .section .catch div p:before {
	display: none;
}

#s-tourism #main .section .catch div ul {
	margin: 0;
}

#s-tourism #main .section .catch div ul li {
	padding: 0 0 5px 20px;
	background: url("../../img/service/bus/icon_arrow01.png") no-repeat left 5px;
}

#s-tourism #main .section .section-cont table.table_lineup tbody td:nth-of-type(1) {
    background-color: #ffffcc;
    color: #f92c04;
}
#s-tourism #main .section .section-cont table.table_lineup tbody td:nth-of-type(2) {
    background-color: #f92c04;
    color: #fff;
}

@media screen and (max-width: 737px){
	#s-tourism #main .section .catch div {
		padding: 10px;
	}
	
	#s-tourism #main .section .catch div:before {
		top: 10px;
	}
}

#s-tourism #main .section .section-cont .resolution {
	background: url("../../img/service/tourism/img01.png") no-repeat left top;
}

#s-tourism #main .section .section-cont .resolution + ul {
	margin: 0 0 40px;
	padding: 20px;
	background-color: #FFFFE1;
	border: dotted 2px #F82C04;
}

#s-tourism #main .section .section-cont .resolution + ul li {
	padding: 0 0 5px 20px;
	background: url("../../img/service/bus/icon_arrow01.png") no-repeat left 6px;
	font-size: 1.286em;
	font-weight: bold;
}


#s-tourism #main .good .section-cont p:first-of-type {
	width: 382px;
	float: left;
}

#s-tourism #main .good .section-cont p:last-of-type {
	float: right;
}


@media screen and (max-width: 737px){
	#s-tourism #main .good .section-cont p:first-of-type {
		width: auto;
		float: none;
	}
	
	#s-tourism #main .good .section-cont p:last-of-type {
		float: none;
		text-align: center;
	}
}


#s-tourism #main .section .section-cont .taxi_type {
	margin: 0 0 30px;
	padding: 30px;
	border: solid 3px #F82C04;
	position: relative;
}

#s-tourism #main .section .section-cont .taxi_type img {
	vertical-align: top;
}

#s-tourism #main .section .section-cont .taxi_type h3 {
	margin: 0 0 10px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px dotted #cccccc;
	color: #f92c04;
	font-size: 1.833em;
	font-weight: bold;
	position: relative;
}

#s-tourism #main .section .section-cont .taxi_type h3::before {
	content: "";
	width: 3px;
	height: 70%;
	background: #f92c04 none repeat scroll 0 0;
	position: absolute;
	left: 0;
	top: 15%;
}

#s-tourism #main .section .section-cont .taxi_type:first-of-type p:first-of-type img:nth-of-type(2) {
	margin: 0 15px 0 16px;
}
#s-tourism #main .section .section-cont .taxi_type:first-of-type p:first-of-type img:nth-of-type(3) {
	margin: 10px 0 0 0;
}

#s-tourism #main .section .section-cont .taxi_type p.btn {
	margin: 0;
	position: absolute;
	left: 412px;
	top: 168px;
}

#s-tourism #main .section .section-cont .taxi_type p:last-of-type {
	margin: 0;
}

#s-tourism #main .section .section-cont .taxi_type:nth-of-type(2) {
	width: 305px;
	padding: 15px 15px 15px;
	float: left;
}

#s-tourism #main .section .section-cont .taxi_type:nth-of-type(3) {
	width: 305px;
	padding: 15px;
	float: right;
	padding: 15px 15px 15px;
}

#s-tourism #main .section .section-cont .taxi_type:nth-of-type(4) {
	clear: both;
}

#s-tourism #main .section .section-cont .taxi_type:nth-of-type(4) p:first-of-type img:nth-of-type(2) {
	margin: 0 0 0 26px;
}

#s-tourism #main .section .section-cont .taxi_type:nth-of-type(4) p:first-of-type img:nth-of-type(3) {
	margin: 20px 0 0 36px;
}



@media screen and (max-width: 737px){
	#s-tourism #main .section .section-cont .taxi_type {
		width: auto !important;
		margin: 2em 0 0;
		padding: 15px !important;
		float: none !important;
	}
	
	#s-tourism #main .section .section-cont .taxi_type p {
		text-align: center;
	}
	
	#s-tourism #main .section .section-cont .taxi_type p img {
		margin: 0 0 1em !important;
	}
	
	#s-tourism #main .section .section-cont .taxi_type p.btn {
		margin: 0;
		position: static;
		left: 0;
		top: 0;
	}
	
	#s-tourism #main .section .section-cont .taxi_type:nth-of-type(2) {
		width: auto;
		float: none;
	}
	
	#s-tourism #main .section .section-cont .taxi_type:nth-of-type(3) {
		width: auto;
		height: auto;
		float: none;
	}
	
	#s-tourism #main .section .section-cont .taxi_type:nth-of-type(4) p:first-of-type img:nth-of-type(3) {
		width: 91px;
		margin: 0 auto 1em !important;
		display: block;
	}
}


#s-tourism #main .example .section-cont .box {
	width: 100%;
	margin: 30px 0;
	padding: 0;
	border: solid 1px #ccc;
	display: table;
}

#s-tourism #main .example .section-cont .box h3 {
	width: 200px;
	background-color: #eee;
	border-right: solid 1px #ccc;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 1.500em;
	font-weight: bold;
}

#s-tourism #main .example .section-cont .box div {
	padding: 20px;
}

#s-tourism #main .example .section-cont .box div dl {
	width: 100%;
	margin: 0;
}

#s-tourism #main .example .section-cont .box div dl dt {
	padding: 0 0 0 20px;
	background: url("../../img/service/bus/icon_arrow01.png") no-repeat left 7px;
	border: none;
	color: #F82C04;
	font-size: 1.286em;
	font-weight: bold;
	text-align: left;
}

#s-tourism #main .example .section-cont .box div dl dd {
	width: 430px;
	margin: 0 0 30px 20px;
	padding: 5px;
	background-color: #FDBFB3;
}

#s-tourism #main .example .section-cont dl dd:last-of-type {
	font-size: 1.0em;
	color: #000;
}

#s-tourism #main .example .section-cont .box div dl dd ul {
	margin: -10px 0 0;
	font-size: 1.0em;
}

#s-tourism #main .example .section-cont .box div dl dd ul li {
	margin: 10px 25px 0 0;
	padding: 2px 5px;
	background-color: #fff;
	border: solid 1px #F92C04;
	display: inline-block;
	position: relative;
}

#s-tourism #main .example .section-cont .box div dl dd ul li::after {
	content: "";
	width: 8px;
	height: 14px;
	background: url("../../img/service/tourism/icon_arrow01.png") no-repeat left top;
	position: absolute;
	right: -20px;
	top: 6px;
}

#s-tourism #main .example .section-cont .box div dl dd ul li:last-of-type::after {
	display: none;
}

#s-tourism #main .example .section-cont .box div table {
	margin: 0;
	font-size: 1.167em;
}

#s-tourism #main .example .section-cont .box div table th {
	background-color: #FFFFCC;
	text-align: center;
	font-weight: normal;
}

#s-tourism #main .example .catch div p {
	margin: 0;
}


@media screen and (max-width: 737px){
	#s-tourism #main .example .section-cont > p {
		text-align: center;
	}
	
	#s-tourism #main .example .section-cont .box {
		display: block;
	}
	
	#s-tourism #main .example .section-cont .box h3 {
		width: auto;
		padding: 10px 0;
		border-right: none;
		border-bottom: solid 1px #ccc;
		display: block;
	}
	
	#s-tourism #main .example .section-cont .box div {
		padding: 10px;
	}
	
	#s-tourism #main .example .section-cont .box div dl dd {
		width: auto;
		margin: 0 0 30px;
		text-align: left;
	}
}

#s-tourism #main .voice {
	margin: 0 0 40px;
}

#s-tourism #main .voice .section-cont p.text {
	width: 382px;
	float: left;
}

#s-tourism #main .voice .section-cont p.img {
	float: right;
}


@media screen and (max-width: 737px){
	#s-tourism #main .voice {
		margin: 0 0 2em;
	}
	
	#s-tourism #main .voice .section-cont p.text {
		width: auto;
		float: none;
	}
	
	#s-tourism #main .voice .section-cont p.img {
		float: none;
		text-align: center;
	}
}


#s-tourism #main .price .section-cont p {
	margin: 0 0 30px;
}

#s-tourism #main .price .section-cont table {
	width: 335px;
	margin: 0 0 30px;
	float: left;
	font-size: 1.167em;
}
#s-tourism #main .price .section-cont table.table_style01 {
	width: 100%;
	margin: 0 0 30px;
	float: none;
	font-size: 1.167em;
}

#s-tourism #main .price .section-cont table:nth-of-type(even) {
	float: left;
}

#s-tourism #main .price .section-cont table:nth-of-type(3) {
	clear: both;
}

#s-tourism #main .price .section-cont table tbody th {
	background-color: #FFFFCC;
	text-align: center;
	white-space: pre;
}

#s-tourism #main .price .section-cont table tbody td {
	width: 50%;
	padding: 10px 15px;
	box-sizing: border-box;
	text-align: center;
}

#s-tourism #main .price .section-cont table tbody td:last-of-type {
	text-align: center;
	white-space: pre;
}


@media screen and (max-width: 737px){
	#s-tourism #main .price .section-cont table {
		width: 49%;
		margin: 0 0 1em;
	}
	
	#s-tourism #main .price .section-cont table tbody td {
		padding: 10px;
	}
	#s-tourism #main .price .section-cont table tbody th {
		white-space: inherit;
	}
	
	#s-tourism #main .price .section-cont table tbody td:last-of-type {
		white-space: inherit;
	}
}

@media screen and (max-width: 400px){
	#s-tourism #main .price .section-cont table {
		width: 100%;
		margin: 0 0 1em;
		float: none !important;
	}
	
	#s-tourism #main .price .section-cont table tbody td {
		padding: 10px;
	}
}




#s-tourism #main .flow {
	margin: 0 0 40px;
}

#s-tourism #main .flow .section-cont .resolution {
	background: url("../../img/service/tourism/img18.png") no-repeat left top;
}

#s-tourism #main .flow .section-cont ul {
	margin: 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
	border: none !important;
	font-size: 1.0em;
}

#s-tourism #main .flow .section-cont ul li {
	width: 135px;
	margin: 0 10px 0 0;
	padding: 0 40px 0 0 !important;
	background: url("../../img/service/bus/icon_arrow02.png") no-repeat right 52px !important;
	float: left;
	color: #666;
	font-size: 1.0em !important;
	font-weight: normal !important;
	text-align: center;
}

#s-tourism #main .flow .section-cont ul li:last-of-type {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

#s-tourism #main .flow .section-cont ul li img {
	margin: 0 0 10px;
	display: block;
}

#s-tourism #main .flow .section-cont ul li p {
	font-size: 1.0em;
}


@media screen and (max-width: 737px){
	#s-tourism #main .flow {
		margin: 0 0 2em;
	}
	
	#s-tourism #main .flow .section-cont ul li {
		width: 50%;
		margin: 0 0 1em !important;
		padding: 0 !important;
		background: url("../../img/service/bus/icon_arrow02.png") no-repeat 88% 40% !important;
		background-size: 15% !important;
		color: #666;
		position: relative;
		z-index: 1;
		text-align: left;
	}
	
	#s-tourism #main .flow .section-cont ul li:last-of-type {
		margin: 0;
		padding: 0;
		background: none;
	}
	
	#s-tourism #main .flow .section-cont ul li img {
		width: 70%;
		max-width: 135px;
		margin: 0 0 5px;
	}
	
	#s-tourism #main .flow .section-cont ul li p {
		width: 70%;
		max-width: 135px;
		text-align: center;
	}
}
/*** ------------------------------------------------------------------------------ 

会社概要（#company）

-----------------------------------------------------------------------------  ***/
#company #main .greeting .name{
	text-align: right;
}

#company #main .corporate table{
}


#company #main .corporate table {
	width: 100%;
	border: solid 1px #ccc;
}
#company #main .corporate table th {
	padding: 10px;
	background-color: #eee;
	border: solid 1px #ccc;
	font-weight: bold;
}
#company #main .corporate table td {
	padding: 10px;
	border: solid 1px #ccc;
}


#company #main .base .block {
	margin:0 0 30px;
	clear:both;
}
#company #main .base .block .map {
	float:left;
}
#company #main .base .block .map iframe{
	width:360px;
	height:250px;
}
#company #main .base .block .text{
	margin:0 0 0 380px;
}
#company #main .base .block .text h3{
	font-size:1.333em;
	font-weight: bold;
}
@media screen and (max-width: 737px) {
	#company #main .base .block {
		margin:0 0 20px;
	}
	#company #main .base .block .map {
		float: none;
		margin:0 0 10px;
	}
	#company #main .base .block .map iframe{
		width: 100%;
	}
	#company #main .base .block .text{
		margin:0;
	}
}



/*** ------------------------------------------------------------------------------ 

お問い合わせ（#contact）

-----------------------------------------------------------------------------  ***/

#contact #main .red{
	color: #FA2C04;
}
#contact #main .headline ul li{
	display:inline-block;
}
@media screen and (max-width: 737px) {
	#contact #main .headline ul li{
		width:49%;
		float:left;
		display:block;
	}
	#contact #main .headline ul li:nth-child(even){
		float:right;
	}
	#contact #main .headline ul li img{
		width:100%;
		height: auto ;
	}
}

#contact #main .form table {
	width: 100%;
	border: solid 1px #ccc;
}
#contact #main .form table th {
	padding: 10px;
	background-color: #eee;
	border: solid 1px #ccc;
	font-weight: bold;
	width:180px;
}
#contact #main .form table td {
	padding: 10px;
	border: solid 1px #ccc;
}
#contact #main .form table td input{
	width:100%;
	box-sizing:border-box;
	padding:5px;
}
#contact #main .form table td input[type=checkbox]{
	width: auto;
}
#contact #main .form table td textarea{
	width:100%;
	box-sizing:border-box;
	padding:5px;
	height:140px;
}
@media screen and (max-width: 737px) {
	#contact #main .form table {
		border:none;
		border-bottom: 1px solid #CCC;
	}
	#contact #main .form table th {
		width: auto;
		display:block;
		border-bottom: none;
	}
	#contact #main .form table td {
		width: auto;
		display:block;
		border-bottom: none;
	}
}
/*** ------------------------------------------------------------------------------ 

応募フォーム（#entry）

-----------------------------------------------------------------------------  ***/

#entry #main .red{
	color: #FA2C04;
}
@media screen and (max-width: 737px) {
	#entry #main .headline .tel img{
		max-width:100%;
		height: auto;
	}
}

#entry #main .form table {
	width: 100%;
	border: solid 1px #ccc;
}
#entry #main .form table th {
	padding: 10px;
	background-color: #eee;
	border: solid 1px #ccc;
	font-weight: bold;
	width:180px;
}
#entry #main .form table td {
	padding: 10px;
	border: solid 1px #ccc;
}
#entry #main .form table td input[type=text],
#entry #main .form table td input[type=tel],
#entry #main .form table td input[type=email]{
	width:100%;
	box-sizing:border-box;
	padding:5px;
}
#entry #main .form table td input.min{
	width:65px;
}
#entry #main .form table td input.min02{
	width:40px;
}
#entry #main .form table td textarea{
	width:100%;
	box-sizing:border-box;
	padding:5px;
	height:140px;
}
@media screen and (max-width: 737px) {
	#entry #main .form table {
		border:none;
		border-bottom: 1px solid #CCC;
	}
	#entry #main .form table th {
		width: auto;
		display:block;
		border-bottom: none;
	}
	#entry #main .form table td {
		width: auto;
		display:block;
		border-bottom: none;
	}
}



/*** ------------------------------------------------------------------------------ 

新着情報（#news）

-----------------------------------------------------------------------------  ***/

#news #main table{
	width:100%;
}
#news #main table th{
	border-bottom:#CCC 1px dotted;
	padding:15px 0 15px 30px;
	vertical-align: top;
	background: url(../img/icon_arrow02.png) 10px 20px no-repeat;
	width:220px;
}
#news #main table td{
	border-bottom:#CCC 1px dotted;
	padding:15px 15px 15px 0;
}
#news #main table th span{
	display: inline-block;
	background: #FA2C04;
	color:#FFFFFF;
	min-width:90px;
	font-size:0.917em;
	text-align: center;
	margin:0 0 0 20px;
}
@media screen and (max-width: 737px){
	#news #main table th{
		display: list-item;
		border-bottom: none;
		padding:15px 10px 5px 25px;
		background: url(../img/icon_arrow02.png) 10px 20px no-repeat;
		font-weight: bold;
		list-style: none;
		width: auto;
	}
	#news #main table td{
		display: list-item;
		padding:0 10px 15px;
		border-bottom:#CCC 1px dotted;
		list-style: none;
	}
	#news #main table td a{
		text-decoration: none;
		font-size:1.167em;
	}
	#news #main table tr:last-child td{
		border:none;
		padding:0 10px 0;
	}
}



/*** ------------------------------------------------------------------------------ 

運行管理請負サービス（#s-shuttle）

-----------------------------------------------------------------------------  ***/

.service #main ul.p_link {
	margin: 0 0 30px;
}

.service #main ul.p_link li {
	width: 224px;
	margin: 0 14px 10px 0;
	float: left;
	font-size: 1.250em;
}

.service #main ul.p_link li:nth-of-type(3n) {
	margin: 0 0 10px;
}

.service #main ul.p_link li a {
	padding: 10px 15px;
	background: url("../../img/service/shuttle/p_nav_bg.png") no-repeat right bottom #F92C04;
	display: block;
	color: #fff;
	text-decoration: none;
}

.service #main ul.p_link li a:hover {
	opacity: 0.7;
}



@media screen and (max-width: 737px){
	.service #main ul.p_link {
		margin: 0 10px 1em;
	}
	
	.service #main ul.p_link li {
		width: 49%;
		margin: 0 0 10px;
		float: left;
		text-align: center;
	}
	
	.service #main ul.p_link li:nth-of-type(even) {
		float: right;
	}
	
	.service #main ul.p_link li:nth-of-type(3) {
		clear: both;
	}
	
	.service #main ul.p_link li img {
		width: 100%;
		max-width: 163px;
	}
}

@media screen and (max-width: 360px){
	.service #main ul.p_link li {
		font-size: 1.0em;
	}
}


#s-shuttle #main .section {
	margin: 0 0 40px;
}

#s-shuttle #main .section .catch {
	min-height: 100px;
	padding: 0 0 0 139px;
	background: url("../../img/service/shuttle/img01.png") no-repeat left top;
}

#s-shuttle #main .section .catch div {
	margin: 0 0 40px;
	padding: 20px;
	background-color: #FFFFE1;
	border: dotted 2px #F82C04;
	position: relative;
}

#s-shuttle #main .section .catch div:before {
	content: "";
	width: 15px;
	height: 26px;
	background: url("../../img/recruit/first/icon_balloon.png") no-repeat left top;
	position: absolute;
	left: -14px;
	top: 18px;
}

#s-shuttle #main .section .catch div p {
	margin: 0 0 10px;
	padding: 0;
	background-color: transparent;
	border: none;
	font-size: 1.667em;
	font-weight: bold;
	color: #F82C04;
}

#s-shuttle #main .section .catch div p:before {
	display: none;
}

#s-shuttle #main .section .catch div ul {
	margin: 0;
}

#s-shuttle #main .section .catch div ul li {
	width: 33.3%;
	padding: 0 0 5px 20px;
	background: url("../../img/service/bus/icon_arrow01.png") no-repeat left 5px;
	float: left;
	box-sizing: border-box;
}

#s-shuttle #main .section .catch div ul li:last-of-type {
	clear: both;
	width: auto;
	padding: 0;
	background: none;
	float: none;
	box-sizing: border-box;
	text-align: right;
}

#s-shuttle #main .section .section-cont table.table_lineup tbody td:nth-of-type(1) {
	background-color: #ffffcc;
	color: #f92c04;
}
#s-shuttle #main .section .section-cont table.table_lineup tbody td:nth-of-type(2) {
	background-color: #f92c04;
	color: #fff;
}


@media screen and (max-width: 737px){
	#s-shuttle #main .section .catch {
		min-height: inherit;
		padding: 0 10px 0 90px;
		background: url("../../img/service/shuttle/img01.png") no-repeat 10px top;
		background-size: 60px;
	}
	
	#s-shuttle #main .section .catch div {
		padding: 10px;
	}
	
	#s-shuttle #main .section .catch div:before {
		top: 10px;
	}
	
	#s-shuttle #main .section .catch div ul li {
		width: 100%;
	}
}


#s-shuttle #main .section .section-cont .resolution {
	background: url("../../img/service/tourism/img01.png") no-repeat left top;
}

#s-shuttle #main .section .answer {
	background: url("../../img/service/shuttle/img02.png") no-repeat 2% center,
				url("../../img/service/shuttle/img03.png") no-repeat 98% center;
}

#s-shuttle #main .section .answer p {
	text-align: center;
	font-size: 1.500em;
	font-weight: bold;
}

#s-shuttle #main .section .answer p strong {
	color: #F82C04;
	font-size: 1.556em;
}


@media screen and (max-width: 737px){
	#s-shuttle #main .section .answer {
		padding: 0 10px;
		background: url("../../img/service/shuttle/img02.png") no-repeat 2% center,
					url("../../img/service/shuttle/img03.png") no-repeat 98% center;
		background-size: 40px, 40px;
	}
	#s-shuttle #main .section .answer p strong {
		padding: 0 35px;
		display: block;
		font-size: 1.375em;
	}
}


#s-shuttle #main .feature h1 + p {
	font-size: 1.500em;
}

#s-shuttle #main .feature .section-cont {
	margin: 0 0 30px;
}

#s-shuttle #main .feature .section-cont p.img {
	margin: 0;
	float: left;
}

#s-shuttle #main .feature .section-cont p.txt {
	width: 382px;
	float: right;
	font-size: 1.333em;
}


@media screen and (max-width: 737px){
	#s-shuttle #main .feature h1 + p {
		margin: 0 10px 1.6em;
		font-size: 1.500em;
	}
	
	#s-shuttle #main .feature .section-cont h2 {
		margin: 0 0 20px;
	}
	
	#s-shuttle #main .feature .section-cont p.img {
		width: 35%;
		margin: 0 15px 15px 0;
		float: left;
	}
	
	#s-shuttle #main .feature .section-cont p.txt {
		width: auto;
		float: none;
	}
}


#s-shuttle #main .price .section-cont {
	margin: 0 0 30px;
}

#s-shuttle #main .price table .th01 {
	background: #F92C04;
	color: #fff;
	text-align: center;
}
#s-shuttle #main .price table .td01 {
	background: #888;
	color: #fff;
}


@media screen and (max-width: 737px){
	#s-shuttle #main .price h2 + p {
		margin: 0 0 1em;
	}
	
	#s-shuttle #main .price .section-cont h2 {
		margin: 0 0 20px;
	}
}


.service #main .form table {
	width: 100%;
	margin: 0 0 40px;
	border: 3px solid #ccc;
	border-collapse: separate;
	font-size: 1.333em;
}


.service #main .form table th {
	background-color: #F6F6F6;
	border: 1px solid #ccc;
	font-weight: bold;
	padding: 15px 20px;
	position: relative;
	vertical-align: top;
	width: 180px;
}

.service #main .form table th span {
	background: #F92C04 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 0.863em;
	padding: 2px 10px;
	position: absolute;
	right: 15px;
	top: 15px;
}

.service #main .form table td {
	border: 1px solid #ccc;
	padding: 15px 20px;
}

.service #main .form table td input[type="tel"],
.service #main .form table td input[type="email"],
.service #main .form table td input[type="text"],
.service #main .form table td textarea {
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 5px;
	width: 100%;
}

.service #main .form table td.width-m input {
	width: 300px;
}


.service #main .form table td.width-s input {
	margin: 0 1em 0 0;
	width: 80px;
}

.service #main .form table td textarea {
	height: 180px;
}

.service #main .form p.btn {
	text-align: center;
}

.service #main .form input[type="submit"],
.service #main .form input[type="button"] {
	background: #F92C04 none repeat scroll 0 0;
	border: 1px solid #F92C04;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 1.333em;
	font-weight: bold;
	outline: medium none;
	padding: 20px 0;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 200px;
}

.service #main .form input[type="submit"]:hover {
	background: #fff none repeat scroll 0 0;
	color: #F92C04;
}

@media screen and (max-width: 737px){
	.service #main .form h1 + p {
		margin: 0 10px 1.6em;
	}
	
	.service #main .form form {
		margin: 0 10px;
	}
	
	.service #main .form table {
		border: #CCC 2px solid;
		font-size: 1.25em;
		border-collapse: collapse;
	}
	
	.service #main .form table th {
		display: list-item;
		list-style: none;
		border: none;
		border-bottom: #CCC 1px solid;
		padding: 10px 15px;
		width: auto;
	}
	
	.service #main .form table th span {
		top: 10px;
	}
	
	.service #main .form table td {
		display: list-item;
		list-style: none;
		padding: 10px 15px;
		border: none;
		border-bottom: #CCC 1px solid;
	}
	
	.service #main .form table td input[type=tel],
	.service #main .form table td input[type=email],
	.service #main .form table td input[type=text],
	.service #main .form table td textarea {
		width: 100% !important;
	}
	
	.service #main .form table td.width-s input {
		width: 80px !important;
	}
	
	.service #main .form table td textarea {
		height: 160px;
	}
	
	.service #main .form input[type="submit"],
	.service #main .form input[type="button"] {
		-webkit-appearance: none;
	}
}



/*** ------------------------------------------------------------------------------ 

運行管理請負サービス（#s-convenient）

-----------------------------------------------------------------------------  ***/

@media screen and (max-width: 360px){
	.service #main ul.p_link li {
		font-size: 1.0em;
	}
}


#s-convenient #main .section {
	margin: 0 0 60px;
}

#s-convenient #main .section p.content_img {
	text-align: center;
}

#s-convenient #main .section .catch div {
	margin: 0 0 40px;
	padding: 20px;
	background-color: #FFFFE1;
	border: dotted 2px #F82C04;
	position: relative;
}

#s-convenient #main .section .catch div:before {
	content: "";
	width: 15px;
	height: 26px;
	background: url("../../img/recruit/first/icon_balloon.png") no-repeat left top;
	position: absolute;
	left: -14px;
	top: 18px;
}

#s-convenient #main .section .catch div p {
	margin: 0 0 10px;
	padding: 0;
	background-color: transparent;
	border: none;
	font-size: 1.667em;
	font-weight: bold;
	color: #F82C04;
}

#s-convenient #main .section .catch div p:nth-of-type(2) {
	margin: 0;
	font-size: 1.167em;
	font-weight: normal;
	color: #000;
}

#s-convenient #main .section .catch div p:before {
	display: none;
}

#s-convenient #main .section dl.caution {
	margin: 0 0 30px;
	padding: 15px;
	border: dotted 1px #ccc;
}

#s-convenient #main .section p.go_form {
	text-align: center;
}

#s-convenient #main .driving_agency table {
	width: 100%;
	margin: 0 0 40px;
	border: solid 1px #ccc;
	text-align: center;
	font-size: 1.167em;
}

#s-convenient #main .driving_agency table th,
#s-convenient #main .driving_agency table td {
	padding: 10px;
	text-align: center;
	font-weight: normal;
}

#s-convenient #main .driving_agency table thead th {
	background-color: #eee;
	font-weight: bold;
}


@media screen and (max-width: 737px){
	#s-convenient #main .section {
		margin: 0 0 40px;
	}
	
	#s-convenient #main .section p.content_img {
		margin: 0 10px 20px;
		text-align: center;
	}
	
	#s-convenient #main .section p.content_img img {
		max-width: 100%;
		height: auto;
	}
	
	#s-convenient #main .section .catch div {
		padding: 10px;
	}
	
	#s-convenient #main .section .catch div:before {
		top: 10px;
	}
	
	#s-convenient #main .section .catch p br {
		display: inline;
	}
	
	#s-convenient #main .section dl.caution {
		margin: 0 10px 30px;
	}
	
	#s-convenient #main .section dl.caution dd {
		padding-left: 1em;
		text-indent: -1em;
	}
	
	#s-convenient #main .section p.go_form {
		margin: 0 10px 1.6em;
	}
	
	#s-convenient #main .section p.go_form img {
		width: 100%;
	}
	
	#s-convenient #main .driving_agency table {
		margin: 0 0 30px;
	}
}


/*** ------------------------------------------------------------------------------ 

子育てタクシー（.kids）

-----------------------------------------------------------------------------  ***/
#kids #main .red{
	color: #FA2C04;
}
@media screen and (max-width: 737px) {
	#kids #main .headline .tel img{
		max-width:100%;
		height: auto;
	}
}

#kids #main .form table {
	width: 100%;
	border: solid 1px #ccc;
}
#kids #main .form table th {
	padding: 10px;
	background-color: #eee;
	border: solid 1px #ccc;
	font-weight: bold;
	width:180px;
}
#kids #main .form table td {
	padding: 10px;
	border: solid 1px #ccc;
}
#kids #main .form table td input[type=text],
#kids #main .form table td input[type=tel],
#kids #main .form table td input[type=email]{
	width:100%;
	box-sizing:border-box;
	padding:5px;
}
#kids #main .form table td input.min{
kidswidth:65px;
}
#kids #main .form table td input.min02{
	width:40px;
}
#kids #main .form table td textarea{
	width:100%;
	box-sizing:border-box;
	padding:5px;
	height:140px;
}
@media screen and (max-width: 737px) {
	#kids #main .form table {
		border:none;
		border-bottom: 1px solid #CCC;
	}
	#kids #main .form table th {
		width: auto;
		display:block;
		border-bottom: none;
	}
	#kids #main .form table td {
		width: auto;
		display:block;
		border-bottom: none;
	}
}


#kids .kids-form br.sp{
	display: none;
}
#kids .kids-form .ttl_sub {
    font-size: 14px;
	font-weight: bold;
}

#kids .kids-form .dotBox {
    color: #F92C04;
    border: 2px dashed #F92C04;
    display: inline-block;
    min-width: 320px;
    border-radius: 5px;
    padding: 6px 15px;
    line-height: 1.3;
    margin: 5px 0 10px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

#kids .kids-form .sub_ttl {
    background: #F92C04;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 1.3;
    padding: 6px 0 4px;
}
#kids .kids-form .sub_wrap {
    background: #f0f0f0;
    padding: 25px;
}
#kids .kids-form .sec4_subttl, #kids .kids-form  .sub_list > li {
    font-size: 14px;
	font-weight: bold;
}

#kids .kids-form table caption {
	color: #F92C04;
    font-size: 14px;
	font-weight: bold;
}
#kids .kids-form table td span.attention{
	color: #F92C04;
}

#kids .kids-form .box-message{
	margin: 40px 0;
}
#kids .kids-form .box-message h3{
	font-weight: bold;
	font-size: 14px;
}

#kids .fax-box{
	background: #f0f0f0;
	margin: 40px 0;
	padding: 20px 35px;
}
#kids .fax-box h3{
	color: #F92C04;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 15px;
}
#kids .fax-box .btn{
	text-align: center;
	margin: 20px 0 0;
}
#kids .fax-box .btn a{
	background: #F92C04;
	display: inline-block;
	padding: 12px 40px;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
}
#kids .fax-box .btn a:hover{ opacity: 0.6;}


@media screen and (max-width:737px){
	#kids .kids-form br.sp{
		display: block;
	}
	#kids .kids-form .dotBox {
		min-width: 100%;
		box-sizing: border-box;
	}
}

/*** ------------------------------------------------------------------------------ 

ホーム（#english）

-----------------------------------------------------------------------------  ***/
/* home共通 */
#english .section{
	width:1024px;
	margin:0 auto 60px;
}
#english .section h2{
	margin:0 0 30px;
	text-align: center;
	color:#F82C04;
	border: none;
	padding:0;
	font-size:2.333em;
	font-weight: bold;
}

#english .section h2 img {
	margin: 0 auto 5px;
	display: block;
	text-align: center;
}

#english #cont h2:before{
	display:none;
}
#english .section h2 span{
	display:block;
	color: #000;
	font-size: 0.786em;
	position:relative;
}

@media screen and (max-width: 737px){
	#english .section{
		width: auto;
		margin:0 auto 20px;
	}
	#english .section h2{
		margin:0 10px 20px;
		font-size:2.0em;
	}
	
	#english .section h2 span{
		font-size: 0.750em;
	}
	
	#english .section h2 img{
		max-width:100%;
		height: auto;
	}
}


#english .service {
	margin: 0 auto 120px;
}

#english .service ul {
	margin: 0 0 0 151px;
}

#english .service ul li {
	width: 225px;
	margin: 0 12px 13px 0;
	float: left;
}

#english .service ul li a {
	height: 56px;
	padding: 15px 10px 0 40px;
	background-color: #FA2C04;
	box-sizing: border-box;
	text-decoration: none;
	display: block;
	position: relative;
	color: #fff;
	font-weight: bold;
}

#english .service ul li:nth-of-type(4) a {
	padding: 5px 10px 0 40px;
}

#english .service ul li a::before {
	position: absolute;
	left: 15px;
	top: 15px;
}

#english .service ul li:nth-of-type(1) a::before {
	content: "1.";
}

#english .service ul li:nth-of-type(2) a::before {
	content: "2.";
}

#english .service ul li:nth-of-type(3) a::before {
	content: "3.";
}

#english .service ul li:nth-of-type(4) a::before {
	content: "4.";
}

#english .service ul li:nth-of-type(5) a::before {
	content: "5.";
}

#english .service ul li:nth-of-type(6) a::before {
	content: "6.";
}

#english .service ul li a:hover {
	opacity: 0.7;
}


@media screen and (max-width: 737px){
	#english .service {
		margin: 0 auto 60px;
	}
	
	#english .service ul {
		margin: 0;
	}
	
	#english .service ul li {
		width: auto;
		margin: 0 20px 10px;
		float: none;
	}
	
	#english .service ul li a {
		height: auto;
		padding: 15px 10px 15px 40px;
		background-color: #FA2C04;
		box-sizing: border-box;
		text-decoration: none;
		display: block;
		position: relative;
		color: #fff;
		font-weight: bold;
	}
	
	#english .service ul li:nth-of-type(4) a {
		padding: 5px 10px 5px 40px;
	}
	
	#english .service ul li a::before {
		position: absolute;
		left: 15px;
		top: 15px;
	}
}


#english .course{
	width:100%;
	margin: 0 auto 60px;
	background: #f9f8f4;
	background-size: cover;
	padding: 60px 0;
	position: relative;
}

#english .course h2 {
	margin: 0 0 30px;
}

/*
#english .course .section-cont {
	width: 1024px;
	margin: 0 auto;
}
*/

#english .course h3 {
	margin: 0 0 20px;
	padding: 0 0 0 25px;
	color: #F82C04;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
}

#english .course .course-plan{
	width: 1024px;
	margin: 0 auto 40px;
}
#english .course ul {
}

#english .course ul li {
	width: 300px;
	float:left;
	margin: 0 60px 0 0;
	position:relative;
}
#english .course ul li .slideShow {
	height: 210px;
	position:relative;
}
#english .course ul li .slideShow img{
	position:absolute;
	left: 0;
	top: 0;
}
#english .course ul li:last-child{
	margin: 0;
}
#english .course ul li span{
	display:block;
	color: #f82c04;
	font-weight:bold;
	text-align:center;
	margin:10px 0 20px;
	font-size:16px;
}
#english .course .img{
	text-align: center;
}


#english .course ul li::after {
	content: "";
	width: 26px;
	height: 43px;
	background: url("../../img/english/arrow01.png") no-repeat left top;
	position: absolute;
	right: -40px;
	top: 90px;
}


#english .course ul li:last-of-type::after {
	display: none;
}



@media screen and (max-width: 737px){
	#english .course{
		padding: 20px 0;
	}
	
	#english .course h2 {
		margin: 0 0 20px;
	}
	
	#english .course{
		width: auto;
		margin: 0 auto;
	}
	#english .course .course-plan{
		width: 100%;
		margin: 0 auto 40px;
	}
	#english .course h3 {
		margin: 0 0 10px;
	}
	
	#english .course ul {
		margin: 0 25px;
		padding: 10px;
	}
	
	#english .course ul:nth-of-type(2) {
		padding: 30px 10px 10px;
	}
	
	#english .course ul li {
		width: auto;
		margin: 0 0 20px 0 !important;
		padding: 7px 10px;
		float: none ;
		position: relative;
		text-align: center;
		z-index: 1;
	}
	
	#english .course ul li::after {
		content: "";
		width: 13px;
		height: 21px;
		margin: 0 0 0 -7px;
		background: url("../../img/english/arrow01.png") no-repeat left top;
		background-size: 13px auto;
		position: absolute;
		right: auto;
		top: auto;
		left: 50%;
		bottom: -15px;
		transform: rotate(90deg);
	}
	
	#english .course ul li:last-of-type::after {
		display: none;
	}
	
	#english .course ul li:last-of-type {
		margin: 0 !important;
	}
	
	#english .course ul li:nth-of-type(4) {
		clear: none;
	}
	#english .course ul li img{
		max-width: 100%;
	}
	
}


#english .reservation {
	margin: 20px auto 70px;
}

#english .reservation .section-cont {
	width: 1024px;
	margin:0 auto 70px;
}

#english .reservation .section-cont .resolution {
	height: 122px;
	margin: 0 0 40px;
	background: url("../../img/english/img05.png") no-repeat center top;
	font-size: 0;
}

#english .reservation .section-cont ol li {
	margin: 0 73px 0 0;
	float: left;
	position: relative;
	text-align: center;
	color: #666;
}

#english .reservation .section-cont ol li:last-of-type {
	margin: 0;
}

#english .reservation .section-cont ol li::after {
	content: "";
	width: 46px;
	height: 46px;
	background: url("../../img/english/icon_arrow03.png") no-repeat left top;
	position: absolute;
	right: -59px;
	top: 77px;
}

#english .reservation .section-cont ol li:last-of-type::after {
	display: none;
}

#english .reservation .section-cont ol li img {
	margin: 0 0 5px;
	display: block;
}

#english .reservation #inquiry-banner p:nth-of-type(2) {
	margin: 0 0 1em 7px;
}

#english .reservation #inquiry-banner p:nth-of-type(3) {
	width: 377px;
	margin: 0 0 0 7px;
	font-size: 1.0em;
}


@media screen and (max-width: 737px){
	#english .reservation .section-cont {
		width: auto;
		margin: 0 auto 40px;
	}
	
	#english .reservation .section-cont .resolution {
		clear: both;
		height: auto;
		margin: 0 0 40px;
		background: none;
		border: solid 3px #FA2C04;
		font-size: 1.0em;
		position: relative;
	}
	
	#english .reservation .section-cont .resolution p {
		margin: 0;
		padding: 10px;
		background-color: #FA2C04;
		border: solid 1px #fff;
		color: #FA2C04;
		font-size: 1.5em;
		font-weight: bold;
		text-align: center;
		text-shadow: 	-1px -1px #fff,
						1px -1px #fff,
						-1px 1px #fff,
						1px 1px #fff;
		letter-spacing: 1px;
	}
	
	#english .reservation .section-cont .resolution p span {
		padding: 1px 30px;
		background-color: #fff;
		border-radius: 20px;
		color: #000;
		font-size: 0.889em;
		text-shadow: none;
		display: inline-block;
		line-height: 1.4;
	}
	
	#english .reservation .section-cont .resolution p:after {
		content: "";
		width: 36px;
		height: 22px;
		background: url("../../img/recruit/family/bg01.png") no-repeat left top;
		position: absolute;
		left: 50%;
		bottom: -21px;
		margin: 0 0 0 -15px;
		z-index: 1;
	}
	
	#english .reservation .section-cont ol li {
		width: 48%;
		margin: 0 0 15px;
	}
	
	#english .reservation .section-cont ol li:nth-of-type(even) {
		float: right;
	}
	
	#english .reservation .section-cont ol li::after {
		display: none;
	}
	
	#english .reservation .section-cont ol li img {
		margin: 0 0 5px;
		display: block;
	}
	
	#english .reservation #inquiry-banner p:nth-of-type(2) {
		margin: 0 0 1em;
		text-align: center;
	}
	
	#english .reservation #inquiry-banner p:nth-of-type(3) {
		width: auto;
		margin: 0;
	}
}


#english .cars{
	background: #F9F8F4;
	width:100%;
	padding:60px 0;
	margin:0;
}
#english .cars .section-cont{
	width: 1024px;
	margin:0 auto;
}

#english .cars .section-cont .table table {
	margin: 0 0 20px;
}

#english .cars .section-cont .table table {
	width:100%;
	border:#CCC 3px solid;
	font-size: 1.333em;
}

#english .cars .section-cont .table table th {
	border: #CCC 1px dotted;
	padding: 7px 15px;
	font-weight: bold;
}

#english .cars .section-cont .table table td {
	border: #CCC 1px dotted;
	padding: 7px 15px;
	text-align: right;
}

#english .cars .section-cont .table table thead {
	background-color: #eee;
}

#english .cars .section-cont .table table thead th {
	width: 21%;
	text-align: center;
}

#english .cars .section-cont .table table thead th:first-of-type {
	width: 16%;
}

#english .cars .section-cont .table table tbody {
	background-color: #fff;
}

#english .cars .section-cont dl {
	font-size: 1.0em;
}

#english .cars .section-cont dl dt {
	font-weight: bold;
}

#english .cars .section-cont dl dd {
	padding-left: 1em;
	text-indent: -1em;
}


@media screen and (max-width: 737px){
	#english .cars{
		padding:40px 0;
	}
	#english .cars .section-cont{
		width: auto;
		margin:0 10px;
		padding:0;
	}
	
	#english .cars .section-cont .table {
		margin: 0 0 20px;
		overflow-x: scroll;
	}
	
	#english .cars .section-cont .table::-webkit-scrollbar {
		background:#ccc;
		height: 10px;
	}
	
	#english .cars .section-cont .table::-webkit-scrollbar-thumb {
		background:#aaa;
	}
	
	#english .cars .section-cont .table table {
		margin: 0 0 5px;
		font-size: 1.167em;
	}
}


#english .tour_guide {
	margin: 0 auto 70px;
	padding: 60px 0 0;
}

#english .tour_guide .section-cont {
	width: 1024px;
	margin: 0 auto 70px;
}

#english .tour_guide .section-cont p:first-of-type {
	margin: 0 0 30px;
	text-align: center;
}

@media screen and (max-width: 737px){
	#english .tour_guide .section-cont {
		width: auto;
		margin: 0 auto 40px;
	}
}


#english .faq {
	background: #F9F8F4;
	width:100%;
	padding:60px 0;
	margin:0;
}

#english .faq h2 {
	letter-spacing: 5px;
}

#english .faq .section-cont{
	width: 1024px;
	margin:0 auto;
}

#english .faq .section-cont dl {
	margin: 0 15px;
}

#english .faq .section-cont dl dt {
	margin: 0 0 15px;
	padding: 0 0 0 45px;
	position: relative;
	font-size: 1.286em;
	font-weight: bold;
	line-height: 1.3em;
}

#english .faq .section-cont dl dt::before {
	padding: 0 5px;
	background-color: #F82C04;
	color: #fff;
	position: absolute;
	left: 0;
}

#english .faq .section-cont dl dt:nth-of-type(1)::before {
	content: "Q1";
}

#english .faq .section-cont dl dt:nth-of-type(2)::before {
	content: "Q2";
}

#english .faq .section-cont dl dt:nth-of-type(3)::before {
	content: "Q3";
}

#english .faq .section-cont dl dt:nth-of-type(4)::before {
	content: "Q4";
}

#english .faq .section-cont dl dd {
	margin: 0 0 30px;
	padding: 10px 15px;
	background-color: #fff;
}

#english .faq .section-cont dl dd:last-of-type {
	margin: 0;
}


@media screen and (max-width: 737px){
	#english .faq{
		padding:40px 0;
	}
	
	#english .faq .section-cont{
		width: auto;
		margin:0 10px;
		padding:0;
	}
	
	#english .faq .section-cont dl {
		margin: 0;
	}
}


#english .contact_form {
	margin: 0 auto 70px;
	padding: 60px 0 0;
}

#english .contact_form .section-cont {
	width: 1024px;
	margin: 0 auto 70px;
}

#english .contact_form .section-cont > p:first-of-type {
	margin: 0 auto 40px;
	text-align: center;
}

#english .contact_form .section-cont .required {
	color: #F82C04;
}

#english .contact_form form {
	width: 700px;
	margin: 0 auto;
}

#english .contact_form table {
	width: 100%;
	margin: 0 0 40px;
	border: 3px solid #ccc;
	border-collapse: separate;
	font-size: 1.333em;
}

#english .contact_form table th {
	background-color: #F6F6F6;
	border: 1px solid #ccc;
	font-weight: bold;
	padding: 15px 20px;
	position: relative;
	vertical-align: middle;
	width: 180px;
}

#english .contact_form table th span {
	margin: 0 0 0 10px;
}

#english .contact_form table td {
	border: 1px solid #ccc;
	padding: 15px 20px;
}

#english .contact_form table td input[type="tel"],
#english .contact_form table td input[type="email"],
#english .contact_form table td input[type="text"],
#english .contact_form table td textarea {
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 5px;
	width: 100%;
}

#english .contact_form table td.width-m input {
	width: 300px;
}


#english .contact_form table td.width-s input {
	margin: 0 1em 0 0;
	width: 80px;
}

#english .contact_form table td label {
	margin: 0 20px 0 0;
}

#english .contact_form table td input[type="checkbox"] {
	margin: 0 10px 0 0;
}

#english .contact_form table td select {
	width: 160px;
	padding: 5px;
}

#english .contact_form table td textarea {
	height: 180px;
}

#english .contact_form p.btn {
	text-align: center;
}

#english .contact_form input[type="submit"],
#english .contact_form input[type="button"] {
	background: #F92C04 none repeat scroll 0 0;
	border: 1px solid #F92C04;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 1.333em;
	font-weight: bold;
	outline: medium none;
	padding: 20px 0;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 200px;
}

#english .contact_form input[type="submit"]:hover {
	background: #fff none repeat scroll 0 0;
	color: #F92C04;
}

@media screen and (max-width: 737px){
	#english .contact_form .section-cont {
		width: auto;
		margin: 0 auto 40px;
	}
	
	#english .contact_form form{
		width: auto;
		margin: 0;
	}
	
	#english .contact_form table {
		border: #CCC 2px solid;
		font-size: 1.25em;
		border-collapse: collapse;
	}
	
	#english .contact_form table th {
		display: list-item;
		list-style: none;
		border: none;
		border-bottom: #CCC 1px solid;
		padding: 10px 15px;
		width: auto;
	}
	
	#english .contact_form table td {
		display: list-item;
		list-style: none;
		padding: 10px 15px;
		border: none;
		border-bottom: #CCC 1px solid;
	}
	#english .contact_form table td {
		display: list-item;
		list-style: none;
		padding: 10px 15px;
		border: none;
		border-bottom: #CCC 1px solid;
	}
	#english .contact_form table td span.your-minute {
		margin: 10px 0 0 0;
		display: inline-block;
	}
	
	#english .contact_form table td input[type=tel],
	#english .contact_form table td input[type=email],
	#english .contact_form table td input[type=text],
	#english .contact_form table td textarea {
		width: 100% !important;
	}
	
	#english .contact_form table td.width-s input {
		width: 80px !important;
	}
	
	#english .contact_form table td textarea {
		height: 160px;
	}
	
	#english .contact_form input[type="submit"],
	#english .contact_form input[type="button"] {
		-webkit-appearance: none;
	}
}




#english #footer {
	clear: both;
	padding: 0;
	border-top: none;
}


#english #footer .copyright {
	background: #fa2c04 none repeat scroll 0 0;
	color: #fff;
	font-size: 0.917em;
	padding: 20px 0;
	text-align: center;
}


@media screen and (max-width: 737px) {
	#english #scroll li:nth-child(1) {
		width:14%;
		overflow:hidden;
		height:50px;
		float: right;
	}
	#english #scroll li:nth-child(1) a{
		padding: 0;
		background: #F82C04;
		box-sizing:border-box;
		display:block;
		text-align: center;
	}
	#english #scroll li:nth-child(1) a:hover{
		background: #F82C04;
	}
	#english #scroll li:nth-child(1) img{
		height: 100%;
		width: auto;
		max-width:100%;
	}
}

/* 新型コロナ対策 */
#header ul.header_btn_pc li.h-attention a{
	padding:10px 10px 6px;
	display:block;
	background:#FA2C04;
	color:#fff;
	height:38px;
	box-sizing:border-box;
	text-decoration:none;
}
#wrapper > p.h-attention{
	display:none;
}
@media screen and (max-width: 737px){
	#wrapper > p.h-attention{	
		display:block;
	}
	#wrapper > p.h-attention a{	
	padding:10px 10px 6px;
	display:block;
	background:#FA2C04;
	color:#fff;
	height:38px;
	box-sizing:border-box;
	text-decoration:none;
	}
}

#home .attention{
	width:650px;
	border:#ff0000 2px solid;
	padding:15px 20px;
	margin: -20px auto 60px;
}
#home .attention h2{
	text-align:center;
}
#home .attention p{
	font-size:16px;
	margin:0 0 1.6em
}
#home .attention p:last-child{
	margin:0;
}
#home .attention p a{
	background:url(../img/icon_arrow02.png) 0px 4px no-repeat;
	padding:0 0 0 20px;
	display:inlinie-block;
}
@media screen and (max-width: 737px){
	#home .attention{
		width:auto;
		box-sizing:border-box;
		margin: 0 0 20px;
		padding:10px 15px;
	}
}