/*============================================
メインビジュアル
===========================================*/
#MainImg {
	position: relative;
	margin-top: 0.90rem;
	background: url(../img/mainimg_contents.jpg) no-repeat center center;
	background-size: cover;
	height: 2.50rem;
}

@media screen and (max-width: 599px) {
	#MainImg {
		background: url(../img/mainimg_contents_sp.jpg) no-repeat 0 top;
		height: 1.50rem;
		background-size: cover;
		margin-top: 0.65rem;
	}
}

#MainImg h2 {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.3em;
	line-height: 1.5;
	font-size: 0.30rem;
	text-shadow: 0 0 0.06rem rgba(0,0,0,0.3);
}

@media screen and (max-width: 599px) {
	#MainImg h2 {
		font-size: 0.18rem;
		letter-spacing: 0.1em;
	}
}

#MainImg h2 span {
	font-size: 0.15rem;
	font-weight: 600;
	display: block;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 599px) {
	#MainImg h2 span {
		font-size: 0.13rem;
	}
}

/*============================================
ページ下部のナビゲーション
===========================================*/
#PageNavi {
	text-align: center;
	clear: both;
	padding: 0.40rem 0;
}

@media screen and (max-width: 599px) {
	#PageNavi {
		padding: 0.30rem 0.20rem;
	}
}

#PageNavi ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#PageNavi li {
	padding: 0.10rem;
}

#PageNavi li a {
	padding: 0.15rem 0.30rem;
	border: 1px solid #00A0E2;
	color: #00A0E2;
	text-decoration: none;
	font-size: 0.16rem;
}

@media screen and (max-width: 599px) {
	#PageNavi li a {
		padding: 0.15rem 0 0.17rem;
		font-size: 0.15rem;
	}
}

#PageNavi li.Now a,
#PageNavi li a:hover {
	background: #00A0E2;
	color: #FFF;
}

#PageNavi li a i {
	padding-right: 10px;
}

@media screen and (max-width: 599px) {
	#PageNavi ul {
		display: block;
	}

	#PageNavi li {
		padding: 0;
		padding-bottom: 20px;
		display: block;
	}

	#PageNavi li a {
		display: block;
		padding: 15px;
	}
}

/*============================================
メッセージ
===========================================*/
#MessageBox {
	overflow: hidden;
	padding-bottom: 0.40rem;
	max-width: 10.80rem;
	margin: auto;
}

@media screen and (max-width: 599px) {
	#MessageBox {
		padding-bottom: 0;
	}
}

#CEOheader {
	width: 100%;
	height: 5.00rem;
	background: url(../img/ceo_img.jpg) no-repeat 0 0;
	background-size: contain;
	position: relative;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	#CEOheader {
		background: url(../img/ceo_img_sp.jpg) no-repeat center 0;
		height: 3.10rem;
		background-size: cover;
		margin-bottom: 0.20rem;
	}
}

#CEOheader .textbox {
	position: absolute;
	top: 0.50rem;
	left: 0.50rem;
	padding-left: 0.30rem;
	border-left: 3px solid #111;
}

@media screen and (max-width: 599px) {
	#CEOheader .textbox {
		top: auto;
		bottom: 0.20rem;
		left: 0.20rem;
		padding-left: 0.15rem;
		border-left: 2px solid #111;
		text-shadow: 0 0 0.08rem #FFF;
	}
}

#CEOheader .textbox .text {
	font-size: 0.15rem;
	font-weight: 600;
}

@media screen and (max-width: 599px) {
	#CEOheader .textbox .text {
		font-size: 0.12rem;
	}
}

#CEOheader .textbox .message {
	font-size: 0.32rem;
	line-height: 1.55;
	font-weight: 600;
	padding: 0.20rem 0;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 599px) {
	#CEOheader .textbox .message {
		font-size: 0.18rem;
		line-height: 1.55;
		padding: 0.10rem 0;
		letter-spacing: 0;
	}
}

#CEOheader .textbox .name {
	font-size: 0.18rem;
	font-weight: 500;
}

@media screen and (max-width: 599px) {
	#CEOheader .textbox .name {
		font-size: 0.15rem;
	}
}

#CEOheader .textbox .name .small_text {
	display: inline-block;
	font-size: 0.13rem;
	padding-right: 0.10rem;
}

@media screen and (max-width: 599px) {
	#CEOheader .textbox .name .small_text {
		font-size: 0.12rem;
	}
}

#CEOheader img {
	display: block;
}

.CEOmessage {
	padding-bottom: 20px;
}

@media screen and (max-width: 599px) {
	.CEOmessage {
		padding: 0 0.20rem;
	}
}

#MainContWrapper .CEOmessage h3 {
	text-align: left;
}

.CEOmessage .text {
	font-size: 0.155rem;
	line-height: 1.91;
	text-align: justify;
}

@media screen and (max-width: 599px) {
	.CEOmessage .text {
		font-size: 0.14rem;
		line-height: 1.875;
	}
}

/* ビジョン */
#VisionHeader {
	background: url(../img/vision_header_bg.jpg) no-repeat 0 center;
	background-size: cover;
	position: relative;
	min-height: 5.00rem;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	#VisionHeader {
		min-height: auto;
		height: 2.50rem;
	}
}

#VisionHeader::before {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#VisionHeader h4 {
	padding-left: 0.40rem;
	padding-top:0.40rem;
	text-align: left;
	color: #FFF;
	font-size: 0.40rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-shadow: 0 2px 8px rgba(0,0,0,0.3);
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 599px) {
	#VisionHeader h4 {
		padding-left: 0.20rem;
		font-size: 0.22rem;
	}
}

#VisionHeader h4 span {
	display: block;
	line-height: 1.8;
	font-size: 0.20rem;
	padding-top: 0.20rem;
}

@media screen and (max-width: 599px) {
	#VisionHeader h4 span {
		font-size: 0.15rem;
	}
}

.vision_message .text {
	font-size: 0.155rem;
	line-height: 1.91;
	text-align: justify;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	.vision_message .text {
		font-size: 0.14rem;
		line-height: 1.875;
		text-align: justify;
		padding:0 0.20rem 0.10rem;
	}
}

.vision_img {
	height: 6.00rem;
	overflow: hidden;
	margin: 0.20rem 0;
}

@media screen and (max-width: 599px) {
	.vision_img {
		height: 75vw;
		margin: 0.10rem 0 0;
	}
}

.vision_img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: top;
}

/* 先輩社員からのメッセージ */
.senpai_flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.senpai_box {
	width: 48%;
	padding-bottom: 0.60rem;
}

@media screen and (max-width: 599px) {
	.senpai_box {
		width: 100%;
		padding:0.10rem 0.20rem 0.40rem;
		position: relative;
	}
	.senpai_box::before {
		content: "";
		width: calc(100% - 0.30rem);
		height: calc(100% - 1.20rem);
		background-color: rgba(0, 160, 226, 0.06);
		position: absolute;
		left: 0;
		top: 1.00rem;
		z-index: 0;
	}
	.senpai_box:nth-child(even):before {
		left: auto;
		right: 0;
	}
}

.senpai_ph {
	padding-bottom: 0.10rem;
	width: 100%;
	height: 3.70rem;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	.senpai_ph {
		height: 60vw;
	}
}

.senpai_ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.senpai_box h4 {
	font-size: 0.18rem;
	font-weight: 600;
	padding-top: 0.10rem;
	border-bottom: 1px solid #CCC;
	margin-bottom: 0.10rem;
	line-height: 1.4;
	color: #00A0E2;
	position: relative;
}

@media screen and (max-width: 599px) {
	.senpai_box h4 {
		font-size: 0.16rem;
	}
}

.senpai_box h4 span {
	display: inline-block;
	position: relative;
	padding-bottom: 0.10rem;
}

.senpai_box h4 span::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #00A0E2;
	position: absolute;
	left: 0;
	bottom: -1px;
}

#MessageBox .senpai_box p {
	line-height: 1.75;
	font-size: 0.155rem;
}

@media screen and (max-width: 599px) {
	#MessageBox .senpai_box p {
		font-size: 0.14rem;
		text-align: justify;
	}
}

.prof_text {
	line-height: 1.8;
	font-size: 0.155rem;
	padding-top: 0.10rem;
	padding-right: 0.90rem;
}

@media screen and (max-width: 599px) {
	.prof_text {
		padding-right: 0;
	}
}

.prof_text .division {
	font-size: 0.15rem;
	font-weight: 700;
}

@media screen and (max-width: 599px) {
	.prof_text .division {
		font-size: 0.13rem;
		font-weight: 600;
	}
}

.prof_text .name {
	font-size: 0.18rem;
	font-weight: 700;
}

@media screen and (max-width: 599px) {
	.prof_text .name {
		font-size: 0.16rem;
	}
}

.prof_text .name .small_text {
	display: inline-block;
	font-size: 0.13rem;
	font-weight: 400;
	padding-left: 0.06rem;
}

@media screen and (max-width: 599px) {
	.prof_text .name .small_text {
		font-size: 0.12rem;
	}
}

.prof_text span,
.prof_text em {
	display: block;
}

.prof_text strong {
	font-size: 1.2em;
}


#prof01 .prof_text {
	background: url("../img/senpai_01-01.jpg") no-repeat right top;
	background-size: contain;
}

#prof02 .prof_text {
	background: url("../img/senpai_02-01.jpg") no-repeat right top;
	background-size: contain;
}

#prof03 .prof_text {
	background: url("../img/senpai_03-01.jpg") no-repeat right top;
	background-size: contain;
}

#prof04 .prof_text {
	background: url("../img/senpai_04-01.jpg") no-repeat right top;
	background-size: contain;
}

#prof05 .prof_text {
	background: url("../img/senpai_05-01.jpg") no-repeat right top;
	background-size: contain;
}

#prof06 .prof_text {
	background: url("../img/senpai_06-01.jpg") no-repeat right top;
	background-size: contain;
}

#prof07 .prof_text {
	background: url("../img/senpai_07-01.jpg") no-repeat right top;
	background-size: contain;
}

#prof08 .prof_text {
	background: url("../img/senpai_08-01.jpg") no-repeat right top;
	background-size: contain;
}

#prof09 .prof_text {
	background: url("../img/senpai_09-01.jpg") no-repeat right top;
	background-size: contain;
}

#prof10 .prof_text {
	background: url("../img/senpai_10-01.jpg") no-repeat right top;
	background-size: contain;
}

#prof11 .prof_text {
	background: url("../img/senpai_11-01.jpg") no-repeat right top;
	background-size: contain;
}

/*============================================
職種
===========================================*/
#JobBox01 {
	width: 66%;
	float: left;
}

#JobBox02 {
	width: 29%;
	float: right;
}

.catMainImg p {
	padding-top: 10px;
}

.catTextBox {
	width: 48%;
	padding-top: 30px;
	padding-bottom: 20px;
	overflow: hidden;
}

.catTextBox.fLeft {
	float: left;
}

.catTextBox.fRight {
	float: right;
}

.catTextBox h4 {
	color: #1A2653;
	font-size: 1.1em;
	font-weight: 700;
	border-left: 5px solid #1A2653;
	padding-left: 10px;
}

.catTextBox h5 {
	color: #1A2653;
	font-size: 1.5em;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5;
}

.catTextPh {
	width: 30%;
	float: right;
	font-size: 0.65em;
	line-height: 1.6;
	text-align: center;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
}

.catTextPh strong {
	display: block;
	font-size: 1.2em;
	font-weight: 400;
}

#MessageBox .catTextBox p {
	line-height: 1.6;
	font-size: 0.85em;
}

/* 2020.2.18 */
.cat_prof_text {
	clear: both;
	background: rgba(26, 38, 83, 0.1);
	font-size: .8em;
	line-height: 1.6;
	padding: 16px;
	border-radius: 3px;
	position: relative;
}

.cat_prof_text::before {
	content: "";
	position: absolute;
	top: -10px;
	right: 60px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent rgba(26, 38, 83, 0.1) transparent;
}

@media screen and (max-width: 599px) {
	.cat_prof_text::before {
		right: 12%;
	}
}

.catTextBox h6 {
	background: #1A2653 url(../img/jumbo_cat_osusume_icon.png) no-repeat 10px center;
	background-size: 1.2em;
	padding: 10px;
	padding-left: 2.2em;
	color: #FFF;
	font-size: 1em;
	font-weight: 700;
	clear: both;
}

.catTextBox ul {
	background: rgba(26, 38, 83, 0.2);
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.6;
	list-style: disc;
}

.catTextBox li {
	margin-left: 1.2em;
}

@media screen and (max-width: 599px) {
	.catMainImg {
		padding: 0 0.20rem;
	}

	.catTextBox {
		width: 100%;
		padding-top: 30px;
	}

	.catTextBox.fLeft {
		float: none;
	}

	.catTextBox.fRight {
		float: none;
	}

	.catTextBox h4 {
		font-size: 0.9em;
	}

	.catTextBox h5 {
		font-size: 1.2em;
	}

	.catTextPh {
		font-size: 0.5em;
	}

	.catTextBox p br {
		display: none;
	}

	.catTextBox li {
		font-feature-settings: "palt"1;
		font-family: 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	}
}



@media screen and (max-width: 599px) {
	#JobBox01 {
		width: 100%;
		float: none;
	}

	#JobBox02 {
		width: 100%;
		float: none;
		padding-top: 30px;
	}
}

#JobBox02 img {
	display: block;
	position: relative;
	z-index: 1;
}

#JobBox02Text {
	background: #00A0E2;
	position: relative;
	padding: 20px;
	color: #FFF;
	line-height: 1.8;
	font-size: 0.85em;
	z-index: 10;
	letter-spacing: 0.03em;
	text-align: justify;
	text-justify: inter-ideograph;
}

#JobBox02Text i {
	position: absolute;
	top: -26px;
	font-size: 3em;
	color: #00A0E2;
	left: 50%;
	transform: translateX(-50%);
}

#JobBox02Text .hBorder {
	width: 30px;
	border-bottom: 1px solid #FFF;
	padding-top: 20px;
}

#JobBox02Text em {
	display: block;
	padding-top: 10px;
	font-size: 0.9em;
}

#JobBox02Text strong {
	display: block;
	font-size: 1.2em;
	font-weight: 400;
}

#JobBox03 {
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}

#JobBoxPh01 {
	width: 32%;
	float: left;
}

#JobBoxPh02 {
	width: 32%;
	float: left;
	margin-left: 2%;
}

#JobBoxPh03 {
	width: 32%;
	float: right;
}

@media screen and (max-width: 599px) {
	#JobBoxPh01 {
		width: 100%;
		float: none;
	}

	#JobBoxPh02 {
		width: 100%;
		float: none;
		margin-left: 0;
	}

	#JobBoxPh03 {
		width: 100%;
		float: none;
	}
}

/*============================================
エントリーフォーム
===========================================*/
#EntryForm {
	padding-top: 0.20rem;
}

@media screen and (max-width: 599px) {
	#EntryForm {
		padding: 0.20rem 0.20rem 0;
	}
}

.form_intro_text {
	font-size: 0.16rem;
	line-height: 1.75;
}

@media screen and (max-width: 599px) {
	.form_intro_text {
		font-size: 0.14rem;
		padding: 0 0.20rem;
	}
}

#KiyakuDoui {
	border: 1px solid #00A0E2;
	padding: 0.10rem;
	border-radius: 3px;
	margin-bottom: 0.15rem;
}

#KiyakuDoui label {
	display: flex;
	align-items: center;
}

#KiyakuDoui p {
	display: inline-block;
	padding-left: 0.05rem;
	padding-bottom: 0;
	font-size: 0.16rem;
}

@media screen and (max-width: 599px) {
	#KiyakuDoui p .ERR {
		font-size: 0.14rem;
		line-height: 1.56;
	}
}

#KiyakuDoui p.SP {
	display: none;
}

#KiyakuDoui p a {
	color: #00A0E2;
}


#EntryForm table {
	width: 100%;
	box-sizing: border-box;
	border: 0;
	font-size: 0.16rem;
	line-height: 1.75;
}

@media screen and (max-width: 599px) {
	#EntryForm table {
		font-size: 0.15rem;
	}
}

#EntryForm tr.even {
	background: #F1F1F1;
}

#EntryForm th {
	text-align: left;
	padding: 0.10rem;
	position: relative;
	width: 24%;
}

#EntryForm th span {
	background: #CA0003;
	font-size: 0.14rem;
	display: inline-block;
	padding: 0.02rem 0.07rem;
	color: #FFF;
	position: absolute;
	right: 0.10rem;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 3px;
}

@media screen and (max-width: 599px) {
	#EntryForm th span {
		font-size: 0.10rem;
		padding: 0.01rem 0.05rem;
		border-radius: 3px;
	}
}

#EntryForm td {
	padding: 0.10rem;
}

#EntryForm td .inline_text {
	font-size: 0.16rem;
}

@media screen and (max-width: 599px) {
	#EntryForm td .inline_text {
		font-size: 0.13rem;
		display: block;
	}
}

#EntryForm td input[type="text"],
#EntryForm td input[type="tel"],
#EntryForm td textarea {
	padding: 0.04rem;
	font-family: 'Roboto', "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 0.16rem;
	line-height: 1.5;
	border: 1px solid #CCC;
	border-radius: 3px;
	box-sizing: border-box;
}

#EntryForm td input.w100 {
	width: 80%;
}

#EntryForm td input.w30 {
	width: 80px;
}

#EntryForm td input.w40 {
	width: 100px;
}

#EntryForm td textarea {
	width: 100%;
	min-height: 1.50rem;
}

@media screen and (max-width: 599px) {
	#KiyakuDoui p.SP {
		display: inline-block;
	}

	#KiyakuDoui p.PC {
		display: none;
	}

	#EntryForm th {
		width: 100%;
		display: block;
		box-sizing: border-box;
		background: #F1F1F1;
	}

	#EntryForm td {
		width: 100%;
		display: block;
		box-sizing: border-box;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0.30rem;
	}

	#EntryForm tr.even {
		background: none;
	}

	#EntryForm td input.w100 {
		width: 100%;
	}

}


#EntryForm td input[type="radio"] {
	position: relative;
	top: -0.03rem;
	display: inline-block;
	margin-right: 0.05rem;
}

#EntryForm td label {
	padding-right: 0.10rem;
}


#EntryForm td em {
	display: block;
	font-size: 0.14rem;
}

@media screen and (max-width: 599px) {
	#EntryForm td em {
		font-size: 0.13rem;
	}
}

#SubmitBox {
	padding: 0.20rem;
	text-align: center;
	font-size: 0.16rem;
	line-height: 1.75;
}

@media screen and (max-width: 599px) {
	#SubmitBox {
		padding: 0 0 0.40rem;
		font-size: 0.15rem;
	}
}

#SubmitBox input {
	color: #FFF;
	padding: 0.15rem 0.40rem;
	border: 0;
	border-radius: 4px;
	font-size: 0.16rem;
	cursor: pointer;
	-webkit-appearance: none;
}

#SubmitBox input.Submit {
	background: #00A0E2;
	box-shadow: 0 2px 0 rgba(0, 160, 226, 0.3);
}

#SubmitBox input.Back {
	background: #999;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

#FormFinishLink {
	margin-top: 0.30rem;
	padding-top: 0.30rem;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	#FormFinishLink {
		margin-bottom: 0.50rem;
	}
}

#FormFinishLink a {
	background: #00A0E2;
	color: #FFF;
	padding: 0.15rem 0.40rem;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 2px 0 rgba(0, 160, 226, 0.3);
	font-size: 0.16rem;
	cursor: pointer;
	-webkit-appearance: none;
	text-decoration: none;
}


.ERR {
	color: #CA0003;
	font-weight: 700;
}


/* 2021.2.8追加 */
.job_cat_title_wrap {
	margin-bottom: 0.02rem;
}

.job_cat_title_wrap .title {
	display: flex;
	flex-wrap: wrap;
	color: #FFF;
	font-size: 0.20rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 0;
}

@media screen and (max-width: 599px) {
.job_cat_title_wrap .title {
	font-size: 0.16rem;
}
}

.job_cat_title_wrap .title dt {
	width: 20%;
	box-sizing: border-box;
	padding: 0.20rem 0.20rem 0.24rem 0;
	background-color: #00A0E2;
	background-image: url(../img/cat_next_title_bg.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
}

@media screen and (max-width: 599px) {
.job_cat_title_wrap .title dt {
	width: 100%;
	padding: 0.14rem;
	background-image: none;
	text-align: left;
	font-size: 0.14rem;
	font-style: italic;
}
}

.job_cat_title_wrap .title dd {
	background-color: #000;
	padding: 0.20rem 0.20rem 0.24rem 0.10rem;
	box-sizing: border-box;
	width: 80%;
}

@media screen and (max-width: 599px) {
.job_cat_title_wrap .title dd {
		width: 100%;
		padding: 0.20rem 0.10rem;
		background-image: none;
		text-align: left;
		border-top: 1px solid #FFF;
		font-style: italic;
	}
}

.job_cat_sub_title {
	padding-top: 0.30rem;
	padding-bottom: 0.10rem;
	font-size: 0.24rem;
}

@media screen and (max-width: 599px) {
	.job_cat_sub_title {
		padding: 0.15rem 0;
		font-size: 0.22rem;
	}
}

.job_cat_sub_title span {
	color: #00A0E2;
}

#MessageBox .catMainImg .text {
	padding-bottom: 0.40rem;
	font-size: 0.155rem;
	line-height: 1.875;
}

@media screen and (max-width: 599px) {
	#MessageBox .catMainImg .text {
		font-size: 0.14rem;
		text-align: justify;
	}
}

.taxi_next_info {
	background-color: #F2F2F2;
	padding: 0.30rem;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.60rem;
}

@media screen and (max-width: 599px) {
	.taxi_next_info {
		padding: 0.20rem;
		width: 100vw;
		flex-wrap: wrap;
		box-sizing: border-box;
		background-color: rgba(0, 160, 226, 0.06);
		margin-bottom: 0;
	}
}

.taxi_next_info .textbox {
	width: 65%;
}

@media screen and (max-width: 599px) {
.taxi_next_info .textbox {
	width: 100%;
	padding-bottom: 0.20rem;
}
}

.taxi_next_info .title {
	padding-bottom: 0.10rem;
}

.point_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.15rem 0;
}

@media screen and (max-width: 599px) {
	.point_wrap {
		padding: 0 0 0.20rem;
	}
}

.point_wrap .point_box {
	width: 31%;
	background-color: #FFF;
	border-radius: 0.06rem;
	overflow: hidden;
	border: 2px solid #00A0E2;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	.point_wrap .point_box {
		width: 100%;
		border-radius: 0.04rem;
		border: 1px solid #00A0E2;
		margin-top: 0.15rem;
	}
}

.point_wrap .point_box .title {
	background-color: #00A0E2;
	text-align: center;
	padding: 0.12rem 0;
	font-size: 0.16rem;
	font-weight: 700;
	color: #FFF;
}

.point_wrap .point_box .text {
	padding: 0.15rem;
	font-size: 0.14rem;
}

@media screen and (max-width: 599px) {
	.point_wrap .point_box .text {
		padding: 0.13rem;
		font-size: 0.13rem;
	}
}

.taxi_next_info .text {
	font-size: 0.155rem;
	line-height: 1.75;
	padding-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
	.taxi_next_info .text {
		font-size: 0.14rem;
	}
}

.taxi_next_info .osusume_title {
	background-color: #FFF;
	padding: 0.12rem;
	font-size: 0.16rem;
	font-weight: 700;
	text-align: center;
	color: #00A0E2;
}

.taxi_next_info ul {
	display: flex;
	flex-wrap: wrap;
}

.taxi_next_info ul li {
	width: 100%;
	font-size: 0.155rem;
	font-weight: 700;
	padding-top: 0.14rem;
}

@media screen and (max-width: 599px) {
	.taxi_next_info ul li {
		width: 100%;
		padding-top: 14px;
	}
}

.taxi_next_info ul li::before {
	content: "";
	display: inline-block;
	width: 0.20rem;
	height: 0.17rem;
	background-image: url(../img/taxinext_info_check.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top:0.02rem;
}

.taxi_next_info .right_box {
	width: 32%;
	position: relative;
}

@media screen and (max-width: 599px) {
	.taxi_next_info .right_box {
		width: 100%;
		padding-bottom: 0.15rem;
	}
}