@charset "utf-8";

/* reset
---------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, address, img, small, dl, dt, dd, ol, ul, li, table, tr, th, td, footer, header, nav, section, article, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}

@media only screen and (max-width:768px) {
	font-size: 16px;
}

footer, header, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
span {
	font-weight: inherit;
}
table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url("../img/select_arrow.png") no-repeat 94% center;
	border: 1px solid #a0a0a0;
	border-radius: 0;
	margin: 0;
	vertical-align: middle;
	color: inherit;
}
select::-ms-expand {
	display: none;
}
textarea {
	resize: vertical;
}
label:hover {
	cursor: pointer;
}
address {
	font-style: normal;
}
/*
a {
	color: #000;
	text-decoration: none;
}
*/

a:link, a:visited, a:active, a:hover {
	overflow: hidden;
	outline: none;
}

a:link {
	color:#0000FF;
}

a:visited {
	color:#0000FF;
}

a:hover {
	color:#FE642E;
}

img {
	vertical-align: bottom;
}
input[type=submit],
input[type=image] {
	-webkit-appearance: none;
	border-radius: 0;
}

/* common
---------------------------------------------------*/
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}
body, input, textarea, select {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Hiragino Kaku Gothic ProN, "メイリオ", meiryo, sans-serif;
	color: #000;
	font-size: 62.5%;
	/*font-size: 16px;*/
 /*10px*/
}

@media only screen and (max-width:768px) {
	font-size: 18px;
}

.wideArea {
	width: 100%;
	min-width: 1200px;
}
.inner {
	width: 980px;
	margin: 0 auto;
	padding: 0 110px;
}

.beige {
	background-color: #fff9db;
}
.green {
	background-color: #008a45;
}
.black {
	background-color: #2d2c2b;
}

.spOnly,
.printOnly {
	display: none;
}

a img:hover,
#contact .btn:hover {
	opacity: 0.8;
}
.tel a img:hover,
a.tel:hover {
	opacity: 1;
	cursor: default;
}

h1 a img:hover {
	opacity: 1;
}

.clear {
	overflow: hidden;
}
.red {
	color: #ff0000;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.attention li:before {
	content: "※";
	margin-right: 0.1em;
}
.list li:before {
	content: "・";
}

@media only screen and (max-width:768px) {
	.spOnly {
		display: block;
	}
	.pcOnly {
		display: none;
	}
	a img:hover,
	#contact .btn:hover {
		opacity: 1;
	}
	img {
		width: 100%;
		height: auto;
	}
	#t_data img {
		width: 0;
		height: 0;
	}
	.wideArea {
		min-width: inherit;
	}
	.inner {
		width: 94%;
		padding: 0 3%;
	}
}

/* header
---------------------------------------------------*/
header {
	margin: 0 auto;
	padding-bottom: 15px !important;
}
header .logo {
	float: left;
	padding-top: 15px;
}
header .logo .copy {
	font-size: 140%; /*14px*/
	margin-bottom: 12px;
}
header #topNav {
	float: right;
	overflow: hidden;
	padding-top: 15px;
}
header #topNav li {
	float: left;
}
header #topNav .tel {
	margin-right: 20px;
}

@media only screen and (max-width:768px) {
	header .logo {
		float: none;
		text-align: center;
		margin-bottom: 15px;
		padding-top: 10px;
	}
	header .logo .copy {
	/*font-size: 100%; */
	font-size: 18px;

	margin-bottom: 10px;
}
	header .logo .img {
		width: 40%;
		margin: 0 auto;
	}
	header #topNav {
		float: none;
		padding-top: 0;
	}
	header #topNav li {
		width: 48%;
	}
	header #topNav .tel {
		margin-right: 4%;
	}
}

/* mainVisual + nav
---------------------------------------------------*/
#mainVisual {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#mainVisual .img img {
	width: 100%;
	height: auto;
}
#mainVisual nav {
	background: url("../img/bg_nav.png");
	background-color: #018b48;
	position: absolute;
	bottom: 0;
	width: 1200px;
	padding: 18px 0;
}
#mainVisual nav ul {
	width: 980px;
	margin: 0 auto;
}
#mainVisual nav ul li {
	float: left;
}
#mainVisual nav ul li+li:before {
	content: url("../img/nav_border.png");
}

@media only screen and (max-width:768px) {
	#mainVisual {
		width: 100%;
		position: inherit;
	}
	#mainVisual nav {
		width: 100%;
		padding: 0;
		position: inherit;
	}
	#mainVisual nav ul {
		width: 100%;
	}
	#mainVisual nav ul .nav01 { width: 23.5%; }
	#mainVisual nav ul .nav02 { width: 22.5%; }
	#mainVisual nav ul .nav03 { width: 27.5%; }
	#mainVisual nav ul .nav04 { width: 26.5%; }

	#mainVisual nav ul li+li:before {
		content: none;
	}
	#mainVisual nav ul li img {
		width: 100%;
		height: auto;
	}
}

/* subNav
---------------------------------------------------*/
@media only screen and (max-width:768px) {
	#subNav {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 10;
		background-color: #008a45;
	}
	#subNav ul {
		width: 289px;
		overflow: hidden;
		margin: 0 auto;
		padding: 10px 0;
	}
	#subNav li {
		float: left;
	}
	#subNav .tel {
		width: 144px;
		height: 45px;
		margin-right: 10px;
	}
	#subNav .regist {
		width: 135px;
		height: 45px;
	}
}

@media only screen and (min-width:769px) {
	#subNav {
		display: none !important;
	}
}

/* copyArea
---------------------------------------------------*/
.copyArea {
	padding: 50px 0 60px;
	margin-bottom: 60px;
}
.copyArea dl {
	margin-bottom: 25px;
}
.copyArea dl dt,
.copyArea dl dd {
	display: inline-block;
	vertical-align: middle;
}
.copyArea dl dt {
	width: 144px;
	margin-right: 30px;
}
.copyArea dl dd {
	color: #fff;
	width: 796px;
	letter-spacing: 0.01em;
}
.copyArea .ttl {
	font-size: 380%; /*38px*/
	line-height: 1.3;
}
.copyArea .txt {
	font-size: 210%; /*21px*/
	margin-top: 10px;
}
.copyArea .tel {
	float: left;
}
.copyArea .regist {
	float: right;
}

@media only screen and (max-width:768px) {
	.copyArea {
		padding: 15px 0 20px;
		margin-bottom: 20px;
	}
	.copyArea dl {
		margin-bottom: 15px;
	}
	.copyArea dl dt,
	.copyArea dl dd {
		display: block;
	}
	.copyArea dl dt {
		width: 70px;
		margin-right: 2%;
		float: left;
	}
	.copyArea dl dd {
		width: auto;
		display: block;
	}
	.copyArea .ttl {
		float: left;
		width: 73%;
		font-size: 160%; /*16px*/
		margin-top: 5px;
	}
	.copyArea .txt {
		clear: both;
		width: 100%;
		font-size: 16px; /*12px*/
		text-align: center;
		line-height: 1.5;
		padding-top: 15px;
	}
	.copyArea .tel {
		float: none;
		width: 60%;
		margin: 0 auto 15px;
	}
	.copyArea .regist {
		float: none;
		width: 97%;
		margin: 0 auto;
	}
}

/* hdr
---------------------------------------------------*/
h1 {
	color: #ff6c00;
	font-size: 360%; /*36px*/
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 4px solid #ffa960;
}
.star {
	display: inline;
	color: #018b48;
	font-size: 300%; /*30px*/
	font-weight: bold;
	background: url("../img/deco_star.png") no-repeat left center, url("../img/deco_star.png") no-repeat right center;
	padding: 0 116px;
}

@media only screen and (max-width:768px) {
	h1 {
	/*	font-size: 150%; */

		font-size: 16px;

		padding-bottom: 10px;
	}
	h1.line2 {
		line-height: 1.25;
		padding-bottom: 8px;
	}
	.star {
		/*font-size: 150%; */
		font-size: 20px;

		background-size: 53px 9px;
		padding: 0 63px;
	}
}

/* 安心の“東京都にある大手タクシー会社”をご案内しています
-----------------------------------------------------------*/
#sec01 {
	margin: 50px auto 65px;
}
#sec01 h1 {
	margin-bottom: 45px;
}
#sec01 ul {
	width: 410px;
	font-size: 260%; /*26px*/
	text-align: left;
	margin: 25px auto;
}
#sec01 ul li+li {
	margin-top: 15px;
}
#sec01 ul dl {
	width: 100%;
	display: table;
}
#sec01 ul dt {
	display: table-cell;
	vertical-align: baseline;
}
#sec01 dd {
	font-size: 76%; /*20px*/
	display: table-cell;
	vertical-align: baseline;
	text-align: right;
}
#sec01 dd span {
	background: url("../img/line_mark.gif") repeat-x bottom;
	padding: 0 1px;
}
#sec01 .bold {
	font-size: 160%; /*16px*/
	margin-top: 15px;
}

@media only screen and (max-width:768px) {
	#sec01 {
		margin: 20px 0 25px;
	}
	#sec01 h1 {
		margin-bottom: 20px;
	}
	#sec01 ul {
		width: 200px;

	/*	font-size: 120%; */
		font-size: 18px; 

		margin: 15px auto;
	}
	#sec01 ul li+li {
		margin-top: 10px;
	}
	#sec01 dd span {
		background-size: 2px 6px;
	}
	#sec01 .bold {
		/*font-size: 110%; */

		font-size: 18px; 
		line-height: 1.5;
		text-align: left;
	}
}

/* 東京都の大手タクシー会社はしっかりと稼げます！
---------------------------------------------------*/
#sec02 {
	padding: 55px 0 65px;
}
#sec02 h2 {
	margin-bottom: 45px;
}
#sec02 ul {
	width: 660px;
	text-align: left;
	margin: 25px 130px 30px 190px;
}
#sec02 li {
	font-size: 240%; /*24px*/
	line-height: 1.3;
	background: url("../img/ico_check.png") no-repeat left 2px;
	padding: 0 0 0 39px;
}
#sec02 li+li {
	margin-top: 15px;
}
#sec02 .bold {
	font-size: 240%; /*24px*/
	margin-left: 30px;
}

@media only screen and (max-width:768px) {
	#sec02 {
		padding: 20px 0 25px;
	}
	#sec02 h2 {
		margin-bottom: 20px;
		font-size:20px;
	}
	#sec02 ul {
		width: 100%;
		margin: 15px auto;
	}
	#sec02 li {
	/*	font-size: 120%; */

		font-size: 18px;

		background-size: 15px 12px;
		padding: 0 0 0 20px;
	}
	#sec02 li+li {
		margin-top: 10px;
	}
	#sec02 .bold {
/*		font-size: 110%; */

		font-size: 18px;

		line-height: 1.3;
		margin-left: 0;
	}
}

/* 会社選びも強力にサポートします
---------------------------------------------------*/
#sec03 {
	padding: 60px 0;
}
#sec03 h2 {
	margin-bottom: 40px;
}
#sec03 .bold {
	font-size: 240%; /*24px*/
	margin-top: 25px;
	line-height: 1.7;
}

@media only screen and (max-width:768px) {
	#sec03 {
		padding: 20px 0;
	}
	#sec03 h2 {
		margin-bottom: 15px;
	}
	#sec03 .bold {
	/*	font-size: 110%; */

		font-size: 16px; 

		margin-top: 10px;
		line-height: 1.3;
		text-align: left;
	}
}

/* 未経験の方もご安心ください
---------------------------------------------------*/
#sec04 {
	padding: 60px 0 55px;
}
#sec04 h2 {
	margin-bottom: 40px;
}
#sec04 .img {
	float: right;
	width: 246px;
}
#sec04 .txt {
	width: 734px;
	float: left;
}
#sec04 .txt li {
	color: #008a45;
	font-size: 240%; /*24px*/
	font-weight: bold;
	line-height: 1.3;
	background: url("../img/ico_star.png") no-repeat left 1px;
	padding: 0 0 0 32px;
}
#sec04 .txt li span {
	color: #000;
	font-size: 84%; /*20px*/
	font-weight: normal;
}
#sec04 .txt li+li {
	margin-top: 20px;
}

@media only screen and (max-width:768px) {
	#sec04 {
		padding: 20px 0;
	}
	#sec04 h2 {
		margin-bottom: 20px;
		font-size:18px;
	}
	#sec04 .img {
		float: none;
		width: 50%;
		max-width: 360px;
		margin: 20px auto 0;
	}
	#sec04 .txt {
		width: auto;
		float: none;
	}
	#sec04 .txt li {
/*		font-size: 120%; */

		font-size:18px;

		background-size: 12px 12px;
		padding: 0 0 0 15px;
	}
	#sec04 .txt li+li {
		margin-top: 10px;
	}
}

/* タクシー業界特化のタクQだからこその強力なサポート
----------------------------------------------------------*/
#sec05 {
	margin-bottom: 75px;
}
#sec05 h2 {
	margin-bottom: 70px;
	line-height: 1.25;
}
#sec05 h2 span:after {
	content: "\A";
	white-space: pre;
}
#sec05 .img {
	width: 300px;
	float: left;
}
#sec05 .num {
	width: 104px;
	float: left;
	padding-left: 2px;
}
#sec05 .txt {
	width: 524px;
	float: left;
	line-height: 1.6;
	padding: 0 25px;
}
#sec05 .txt h3 {
	color: #008a45;
	font-size: 260%; /*26px*/
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px;
}
#sec05 .txt p {
	font-size: 180%; /*18px*/
}
#sec05 .txt p.ttl {
	font-size: 220%; /*22px*/
	font-weight: bold;
	margin-bottom: 2px;
}
#sec05 .attention {
	margin-top: 5px;
}
#sec05 .attention li {
	font-size: 170%; /*17px*/
	text-indent: -1.1em;
	margin-left: 1.1em;
}
#sec05 article+article {
	margin-top: 70px;
}

@media only screen and (max-width:768px) {
	#sec05 {
		margin-bottom: 20px;
	}
	#sec05 h2 {
		margin-bottom: 15px;
	}
	#sec05 .img {
		width: 220px;
		float: none;
		margin: 0 auto;
	}
	#sec05 .num {
		width: 15%;
		float: none;
		margin: 0 auto 10px;
		padding: 5px 0;
	}
	#sec05 .txt {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 15px;
	}
	#sec05 .txt h3 {
		font-size: 18px; /*14px*/

		margin-bottom: 12px;
		text-align: center;
	}
	#sec05 .txt p {
		font-size: 16px; /*12px*/
	}
	#sec05 .txt p.ttl {
		font-size: 16px; /*14px*/
	}
	#sec05 .attention li {
		font-size: 120%; /*12px*/
	}
	#sec05 article+article {
		margin-top: 15px;
	}
}

/* このようなお悩みの方もご相談ください
---------------------------------------------------*/
#sec06 {
	margin-bottom: 60px;
}
#sec06 h2 {
	margin-bottom: 40px;

}
#sec06 .img {
	float: left;
	width: 246px;
}
#sec06 .txt {
	width: 704px;
	float: right;
	margin-left: 30px;
}
#sec06 .txt li {
	color: #008a45;
	font-size: 240%; /*24px*/
	font-weight: bold;
	line-height: 1.3;
	background: url("../img/ico_star.png") no-repeat left 1px;
	padding: 0 0 0 32px;
}
#sec06 .txt li span {
	color: #000;
	font-size: 84%; /*20px*/
	font-weight: normal;
}
#sec06 .txt li+li {
	margin-top: 20px;
}
#sec06 .txt .bold {
	font-size: 240%; /*24px*/
	font-weight: bold;
	margin: 25px 0 0 20px;
}

@media only screen and (max-width:768px) {
	#sec06 {
		margin-bottom: 20px;
	}
	#sec06 h2 {
		margin-bottom: 20px;
		font-size:18px;
	}
	#sec06 .img {
		float: none;
		width: 50%;
		max-width: 360px;
		margin: 20px auto 0;
	}
	#sec06 .txt {
		width: auto;
		float: none;
		margin-left: 0;
	}
	#sec06 .txt li {
		font-size: 16px; /*12px*/
		background-size: 12px 12px;
		padding: 0 0 0 15px;
	}
	#sec06 .txt li+li {
		margin-top: 10px;
	}
	#sec06 .txt .bold {
		font-size: 16px; /*12px*/
		margin: 10px 0 0;
	}
}

/* どのようなことでもお気軽にご相談ください
---------------------------------------------------*/
#sec07 {
	padding: 50px 0 70px;
}
#sec07 h2 {
	line-height: 1.25;
	margin-bottom: 35px;
}
#sec07 h2 span:after {
	content: "\A";
	white-space: pre;
}
#sec07 h2 span {
	font-size: 72%; /*26px*/
	font-weight: bold;
}
#sec07 .img {
	float: right;
	width: 246px;
}
#sec07 .txt {
	width: 734px;
	float: left;
	font-size: 240%; /*24px*/
	font-weight: bold;
	line-height: 1.6;
}
#sec07 .txt .bold {
	color: #008a45;
	margin-top: 25px;
}

@media only screen and (max-width:768px) {
	#sec07 {
		padding: 20px 0;

	}
	#sec07 h2 {
		margin-bottom: 15px;
		text-align: left;

		font-size:18px;
	}
	#sec07 h2 span {
		font-size: 100%;
	}
	#sec07 h2 span:after {
		content: none;
	}
	#sec07 .img {
		float: none;
		width: 50%;
		max-width: 360px;
		margin: 15px auto 0;
	}
	#sec07 .txt {
		width: auto;
		float: none;
		font-size: 16px; /*12px*/
	}
	#sec07 .txt .bold {
		color: #008a45;
		margin-top: 10px;
		font-size: 16px; /*12px*/
	}
}

/* 利用して良かった！ タクQご利用者の声
---------------------------------------------------*/
#sec08 {
	margin-top: 55px;
}
#sec08 h2 {
	margin-bottom: 55px;

}
#sec08 .voice {
	width: 413px;
	float: left;
	background-color: #9bdec1;
	font-size: 18px; /*18px*/

	padding: 35px 30px 40px;
	margin-bottom: 40px;
	border-radius: 4px;
}
#sec08 .voice:nth-of-type(2),
#sec08 .voice:nth-of-type(3) {
	background-color: #9bdbe9;
}
#sec08 .voice.left {
	margin-right: 34px;
}
#sec08 .voice.pointImg {
	background-color: #fff;
	padding: 10px 0 0;
}
#sec08 .voice .name {
	margin-bottom: 25px;
}
#sec08 .voice .name div {
	display: inline-table;
	vertical-align: middle;
	line-height: 1.5;
}
#sec08 .voice > p {
	line-height: 1.6;
}

@media only screen and (max-width:768px) {
	#sec08 {
		margin-top: 20px;
	}
	#sec08 h2 {
		margin-bottom: 15px;
	font-size: 18px; /*18px*/
	}
	#sec08 .voice {
		width: 94%;
		height: inherit !important;
		float: none;
		font-size: 120%; /*12px*/

		font-size: 18px; /*18px*/
		padding: 15px 3% 20px;
		margin-bottom: 15px;
	}
	#sec08 .voice.left {
		margin-right: 0;

	}
	#sec08 .voice:nth-of-type(3) {
		background-color: #9bdec1;
	}
	#sec08 .voice:nth-of-type(4) {
		background-color: #9bdbe9;
	}
	#sec08 .voice.pointImg {
		padding: 5px 0 0;
		margin: 0 auto 20px;
		width: 80%;
		max-width: 438px;
	}
	#sec08 .voice .name {
		margin-bottom: 15px;
	}
	#sec08 .voice .name .img {
		width: 60px;
	}
}

/* このような方を大募集中！
---------------------------------------------------*/
#sec09 {
	padding: 60px 0 55px;
}
#sec09 h2 {
	margin-bottom: 40px;
}
#sec09 .img {
	float: left;
	width: 246px;
}
#sec09 .txt {
	width: 704px;
	float: right;
	margin-left: 30px;
}
#sec09 .txt li {
	color: #008a45;
	font-size: 240%; /*24px*/
	font-weight: bold;
	line-height: 1.3;
	background: url("../img/ico_star.png") no-repeat left 1px;
	padding: 0 0 0 32px;
}
#sec09 .txt li+li {
	margin-top: 20px;
}
#sec09 .center {
	font-size: 240%; /*24px*/
	font-weight: bold;
	line-height: 1.5;
	margin-top: 50px;
}
#sec09 .center .small {
	font-size: 75%; /*18px*/
}
#sec09 .center .red {
	margin-top: 25px;
}

@media only screen and (max-width:768px) {
	#sec09 {
		padding: 20px 0;
	}
	#sec09 h2 {
		margin-bottom: 15px;
		font-size:18px;
	}
	#sec09 .img {
		float: none;
		width: 50%;
		max-width: 360px;
		margin: 0 auto 20px;
	}
	#sec09 .txt {
		width: auto;
		float: none;
		margin-left: 0;
		font-size:16px;
	}
	#sec09 .txt li {
		font-size: 120%; /*12px*/
		background-size: 12px 12px;
		padding: 0 0 0 15px;
	}
	#sec09 .txt li+li {
		margin-top: 10px;
	}
	#sec09 .center {

		font-size:18px;
		line-height: 1.6;
		margin-top: 20px;
	}
	#sec09 .center .small {
		margin-bottom: 5px;
		font-size:18px;

	}
	#sec09 .center .red {
		margin-top: 10px;
	}
}

/* ご応募から入社までの流れ
---------------------------------------------------*/
#sec10 h2 {
	margin-bottom: 40px;
}
#sec10 h2 span:before {
	content: "\A";
	white-space: pre;
}
#sec10 h2 span {
	font-size: 72%; /*26px*/
	font-weight: bold;
	color: #000;
}
#sec10 .box {
	overflow: hidden;
	background-color: #fff2b1;
}
#sec10 .arrow {
	margin: 10px 0;
	text-align: center;
}
#sec10 .arrow.end {
	margin: 15px 0;
}
#sec10 .num {
	width: 104px;
	float: left;
	padding: 74px 28px;
	background-color: #ffe67b;
}
#sec10 .img {
	width: 210px;
	float: left;
	padding: 20px;
}
#sec10 .txt {
	width: 550px;
	float: left;
	font-size: 180%; /*18px*/
	font-weight: bold;
	line-height: 1.6;
	padding-left: 20px;
}
#sec10 .art01 .txt { padding-top: 20px; }
#sec10 .art02 .txt { padding-top: 30px; }
#sec10 .art03 .txt { padding-top: 65px; }
#sec10 .art04 .txt { padding-top: 55px; }
#sec10 .art05 .txt { padding-top: 18px; }
#sec10 .art06 .txt { padding-top: 55px; }

#sec10 .txt .ttl {
	color: #008a45;
	font-size: 150%; /*27px*/
	font-weight: bold;
	margin-bottom: 2px;
}
#sec10 .txt .btn {
	margin-top: 10px;
}

@media only screen and (max-width:768px) {
	#sec10 h2 {
		margin-bottom: 15px;
		font-size:18px;
	}
	#sec10 h2 span {
		font-size:18px;
	}
	#sec10 .arrow {
		width: 50px;
		margin: 8px auto;
	}
	#sec10 .arrow.end {
		width: 80px;
		margin: 10px auto;
	}
	#sec10 .num {
		width: 100%;
		float: none;
		text-align: center;
		padding: 15px 0 10px;
		border-bottom: 2px solid #008a45;
	}
	#sec10 .num img {
		width: 60px;
	}
	#sec10 .img {
		float: none;
		margin: 0 auto;
		padding: 15px 0 20px;
	}
	#sec10 .txt {
		width: auto;
		float: none;
		padding: 0;
		font-size: 16px;; /*12px*/

		line-height: 1.6;
	}
	#sec10 .txt p,
	#sec10 .txt ul {
		padding: 0 10px;
	}
	#sec10 .art01 .txt,
	#sec10 .art02 .txt,
	#sec10 .art03 .txt,
	#sec10 .art04 .txt,
	#sec10 .art05 .txt,
	#sec10 .art06 .txt {
		padding-top: 0;
	}
	#sec10 .txt .ttl {
		text-align: center;
		margin-bottom: 10px;
		background-color: #ffe67b;
		padding: 10px 0;
		line-height: 1;
	}
	#sec10 .txt .btn {
		margin: 10px auto 0;
		max-width: 190px;
	}
}

/* 入社後もしっかりとサポートします！
---------------------------------------------------*/
#sec11 {
	padding: 55px 0 60px;
}
#sec11 h2 {
	margin-bottom: 40px;
}
#sec11 .green {
	color: #008a45;
	background: none;
}
#sec11 p {
	font-size: 220%; /*22px*/
	font-weight: bold;
	line-height: 1.6;
	margin-top: 30px;
}
#sec11 .green,
#sec11 .red {
	font-size: 260%; /*26px*/
}

@media only screen and (max-width:768px) {
	#sec11 {
		padding: 20px 0;
	}
	#sec11 h2 {
		margin-bottom: 15px;
		font-size:18px;
	}
	#sec11 p {
		font-size: 16px; /*12px*/
		line-height: 1.6;
		margin-top: 0;
		text-align: left;
	}
	#sec11 p+p {
		margin-top: 10px;
	}
	#sec11 .green,
	#sec11 .red {
		font-size: 16px; /*14px*/
	}
}

/* エントリーフォーム
---------------------------------------------------*/
#contact {
	padding: 55px 0 50px;
}
#contact h2 {
	color: #fff !important;
	border-color: #7fc5a1 !important;
	margin-bottom: 25px;
}
#contact .yellow {
	color: #fffa6d;
	font-size: 240%; /*24px*/
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
#contact .attention {
	color: #fff;
	font-size: 180%; /*18px*/
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.5;
}
#contact .formArea,
#mfp_confirm_table {
	width: 684px;
	margin: 0 118px 40px;
	padding: 30px;
	background-color: #fff;
}
#contact table tr,
#mfp_confirm_table tr {
	height: 45px;
}
#contact table th,
#mfp_confirm_table th {
	width: 144px;
	font-size: 180%; /*18px*/
	font-weight: bold;
	text-align: left;
	padding: 0 15px;
	background-color: #9bdec1;
	vertical-align: middle;
}
#contact table td,
#mfp_confirm_table td {
	padding-left: 8px;
	vertical-align: middle;
}
#contact table td.reqd,
#contact table td.ex,
#mfp_confirm_table td.reqd,
#mfp_confirm_table td.ex {
	font-size: 160%; /*16px*/
	line-height: 1.4;
}
#contact table td.ex,
#mfp_confirm_table td.ex {
	padding-left: 15px;
}
#contact table tr:last-of-type td.ex {
	padding-top:10px;
}

#contact table td.reqd,
#contact table td.ex span,
#mfp_confirm_table td.reqd,
#mfp_confirm_table td.ex span {
	color: #ff3535;
}
#contact table td.reqd:before,
#mfp_confirm_table td.reqd:before {
	content: "※";
	margin-right: 1px;
}
#contact table input[type=text],
#contact table input[type=tel],
#contact table input[type=email],
#contact table textarea {
	font-size: 180%; /*18px*/
	width: 482px;
	border: none;
	border-radius: 0;
	background-color: #eee;
	padding: 10px;
}
#contact table select {
	font-size: 180%; /*18px*/
	width: 200px;
	padding: 8px 20px 8px 10px;
}
#contact table ul li {
	display: inline;
	font-size: 180%; /*18px*/
	margin-right: 1em;
}
#contact table ul li input {
	margin-right: 8px;
}
#contact table textarea {
	height: 6em;
}
#contact .btn {
	width: 352px;
	margin: 0 auto;
}

/* confirm */
#contact.confirm table td,
#mfp_confirm_table td {
	font-size: 180%; /*18px*/
	line-height: 1.5;
	background-color: #eee;
	border-left: 5px solid #fff;
	padding: 5px 15px;
}
#contact.confirm table th,
#contact.confirm table td,
#mfp_confirm_table th,
#mfp_confirm_table td {
	border-bottom: 5px solid #fff;
}

/* thanks */
#contact.thanks {
	text-align: center;
	padding-bottom: 80px;
}
#contact.thanks .yellow {
	font-size: 240%; /*24px*/
	font-weight: bold;
	margin: 40px 0 20px;
}
#contact.thanks p {
	font-size: 180%; /*18px*/
	color: #fff;
}

@media only screen and (max-width:768px) {
	#contact {
		padding: 20px 0;
	}
	#contact h2 {
		color: #000;
		border-color: #fffd72;
		margin-bottom: 15px;
	}
	#contact .yellow {
		font-size: 150%; /*15px*/
		margin-bottom: 10px;
	}
	#contact .attention {
		font-size: 16px; /*12px*/
		line-height: 1.5;
		margin-bottom: 15px;
	}
	#contact .formArea {
		width: 96%;
		margin: 0 auto 15px;
		padding: 2%;
	}
	#contact table tr {
		height: 15px;
	}
	#contact table {
		width: 100%;
		margin:0 0 5px;
	}
	#contact table th {
		width: 30%;
		font-size: 15px; /*11px*/
		padding: 0 2%;
		white-space: nowrap;
	}
	#contact table td {
		width: auto;
		font-size: 15px;
		padding-left: 2%;
	}
	#contact table td.reqd,
	#contact table td.ex {
		font-size: 14px; /*10px*/
		vertical-align: top;
		padding: 4px 2px;
	}
	#contact table td.ex span:before {
		content: "\A";
		white-space: pre;
	}
	#contact table td.ex {
		padding-left: 15px;
	}
	#contact table tr:last-of-type td.ex {
		padding-top: 4px;
	}
	#contact table input[type=text],
	#contact table input[type=tel],
	#contact table input[type=email],
	#contact table textarea {
		font-size: 110%; /*11px*/
		width: 96%;
		padding: 2%;
	}
	#contact table select {
		font-size: 110%; /*11px*/
		width: auto;
		padding: 0 20px 0 2px;
	}
	#contact table ul li {
		display: block;
		font-size: 110%; /*11px*/
		margin-right: 0;
		position: relative;
	}
	#contact table ul li+li {
		margin-top: 4px;
	}
	#contact table ul li label {
		position: absolute;
		top: 3px;
		bottom: 0;
		margin: auto 0 auto 4px;
	}
	#contact table ul li input {
		margin: 0;
	}
	#contact table textarea {
		height: 6em;
	}
	#contact .btn {
		width: 100%;
	}
	#contact .btn input {
		width: 50%;
		height: auto;
		margin: 0 25%;
	}

	/* confirm */
	#contact.confirm table td {
		font-size: 110%; /*11px*/
		padding: 5px 2%;
	}

	/* thanks */
	#contact.thanks {
		padding-bottom: 25px;
	}
	#contact.thanks .yellow {
		font-size: 150%; /*24px*/
		font-weight: bold;
		margin: 20px 0 15px;
	}
	#contact.thanks p {
		font-size: 120%; /*18px*/
		line-height: 1.6;
	}
}

/* totop
---------------------------------------------------*/
#totop {
	position: fixed;
	text-align: right;
	right: -90px;
	bottom: 23px;
}

@media only screen and (max-width:768px) {
	#totop {
		display: none !important;
	}
}

/* footer
---------------------------------------------------*/
footer > .inner {
	padding: 20px 0;
}
footer .logo {
	float: left;
}
footer .logo .copy,
footer .link {
	font-size: 140%; /*14px*/
}
footer .logo .copy {
	margin-bottom: 12px;
}
footer .logo .img,
footer .link {
	display: inline-table;
	vertical-align: middle;
}
footer .link {
	margin-left: 15px;
}
footer .link li a {
	background: url("../img/link_arrow.png") no-repeat left center;
	padding-left: 10px;
}
footer .link li a:hover {
	opacity: 0.8;
}
footer .link li+li {
	margin-top: 10px;
}
footer .tel {
	float: right;
}
footer #copyright {
	font-size: 140%; /*14px*/
	color: #fff;
	padding: 40px 0;
	text-align: center;
}

@media only screen and (max-width:768px) {
	footer > .inner {
		padding: 15px 0;
	}
	footer .logo {
		float: none;
	}
	footer .logo .copy,
	footer .link {
		font-size: 14px;
	}
	footer .logo .copy {
		text-align: center;
		margin-bottom: 10px;
		font-size: 14px; /*10px*/

	}
	footer .float {
		text-align: center;
	}
	footer .logo .img {
		width: 156px;
		height: 40px;
		margin: 0 auto;
	}
	footer .link {
		margin-left: 5px;
		text-align: left;
	}
	footer #copyright {
		font-size: 100%; /*10px*/
		line-height: 1.3;
		padding: 19.5px 0;
	}
}

/* LPトップへリンク */
#toppageLink {
	margin:50px auto 10px;
	text-align: center;
}
#toppageLink a {
	max-width:352px;
	display:inline-block;
}
#toppageLink a img {
	max-width:100%;
	display:block;
}
@media only screen and (max-width:768px) {
	#toppageLink {
		margin: 20px auto 0;
	}
	#toppageLink a {
		width: 50%;
	}
	#toppageLink a img {
		margin:0 auto;
	}
}

/*clearfix*/
.mfp_buttons:before,
.mfp_buttons:after {
	content: " ";
	display: table;
}
.mfp_buttons:after {
	clear: both;
}
.mfp_buttons {
	*zoom: 1;
}

/* Print
---------------------------------------------------*/
@media print {
	html {
		-webkit-print-color-adjust: exact;
	}
	body {
		zoom: 90%;
	}
	.printLine {
		page-break-before: always !important;
	}
	#totop {
		display: none !important;
	}
	#contact .btn {
		width: 100%;
		text-align: center;
	}
	.printLine {
		display: block;
	}
	#sec08 {
		zoom: 95%;
	}
	#sec08 .voice {
		padding: 30px;
	}
	#sec08 h2 {
		margin-bottom: 40px;
	}
	#sec08 .voice.pointImg {
		margin-bottom: 0;
	}
}
