@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;
}
footer, header, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	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;
}

/* 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: #111;
	font-size: 62.5%; /*10px*/
}
.mincho {
	font-family: "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

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

.gray {
	background-color: #eff2f6;
}
.black {
	background-color: #222;
}
.green {
	background-color: #2f7755;
}

.spOnly {
	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;
}
.attention li:before {
	content: "※";
	margin-right: 0.2em;
}

@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;
	}
	.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: 14px; /*10px*/
		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-color: rgba(0, 0, 0, 0.9);
	position: absolute;
	bottom: 0;
	width: 1200px;
	padding: 20px 0;
}
#mainVisual nav ul {
	width: 974px;
	margin: 0 auto;
}
#mainVisual nav ul li {
	float: left;
}
#mainVisual nav ul li:before {
	content: url("../img/nav_border.png");
}
#mainVisual nav ul li:last-child:after {
	content: url("../img/nav_border.png");
}

@media only screen and (max-width:768px) {
	#mainVisual {
		width: 100%;
	}
	#mainVisual nav {
		width: 100%;
		padding: 10px 0;
	}
	#mainVisual nav ul {
		width: 94%;
	}
	#mainVisual nav ul li {
		width: 24.5%;
	}
	#mainVisual nav ul li:last-child {
		width: 26.5%;
	}
	#mainVisual nav ul li img {
		width: 100%;
		height: auto;
	}
	#mainVisual nav ul li:before,
	#mainVisual nav ul li:last-child:after {
		content: none;
	}
}

/* subNav
---------------------------------------------------*/
@media only screen and (max-width:768px) {
	#subNav {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 10;
		background-color: rgba(0, 0, 0, 0.9);
	}
	#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 {
	margin-bottom: 70px;
	color: #fff;
}
.copyArea .iwaikin {
	text-align: center;
	margin-bottom: 20px;
}
.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 {
	width: 796px;
	line-height: 1.55;
	letter-spacing: 0.05em;
}
.copyArea .ttl {
	font-size: 380%; /*38px*/
}
.copyArea .txt {
	font-size: 220%; /*22px*/
}
.copyArea .tel {
	float: left;
}
.copyArea .regist {
	float: right;
}
.copyArea .mincho {
	text-align: center;
	font-size: 240%; /*24px*/
	background-color: #3b3b3b;
	padding: 15px 0;
	margin-top: 50px;
}

@media only screen and (max-width:768px) {
	.copyArea {
		margin-bottom: 30px;
	}
	.copyArea .iwaikin {
		margin-bottom: 15px;
	}
	.copyArea dl {
		margin-bottom: 15px;
	}
	.copyArea dl dt,
	.copyArea dl dd {
		vertical-align: top;
	}
	.copyArea dl dt {
		width: 24%;
		margin-right: 2%;
	}
	.copyArea dl dd {
		width: 73%;
	}
	.copyArea .ttl {
		font-size: 16px; /*16px*/
	}
	.copyArea .txt {
		font-size: 16px; /*12px*/
	}
	.copyArea .tel {
		float: none;
		width: 60%;
		margin: 0 auto 15px;
	}
	.copyArea .regist {
		float: none;
		width: 97%;
		margin: 0 auto;
	}
	.copyArea .mincho {
		font-size: 16px; /*14px*/
		padding: 10px 0;
		margin-top: 15px;
	}
}

/* h2
---------------------------------------------------*/
h2 {
	font-family: "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 310%; /*31px*/
	text-align: center;
	letter-spacing: 0.05em;
	padding-bottom: 20px;
	border-bottom: 2px solid #809dbc;
}

@media only screen and (max-width:768px) {
	h2 {
		font-size: 16px; /*15px*/
		padding-bottom: 10px;
		line-height: 1.3;
	}
}


h1 {
	font-family: "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 310%; /*31px*/
	text-align: center;
	letter-spacing: 0.05em;
	padding-bottom: 20px;
	border-bottom: 2px solid #809dbc;
}

@media only screen and (max-width:768px) {
	h1 {
		font-size: 16px; /*15px*/
		padding-bottom: 10px;
		line-height: 1.3;
	}
}

/* 東京都の有名大手ハイヤー企業をご案内しています
---------------------------------------------------*/
#sec01 {
	margin-bottom: 60px;
	padding: 60px 0 70px;
}
#sec01 h1 {
	border: none;
	padding-bottom: 25px;
}
#sec01 article {
	position: relative;
}
#sec01 h3 {
	position: absolute;
	top: -9px;
	left: 30px;
}
#sec01 .list {
	background-color: #cdd6e0;
	height: 249px;
	padding: 25px 0 0 110px;
}
#sec01 ol {
	font-size: 18px; /*20px*/
}
#sec01 ol li {
	padding-left: 56px;
	height: 40px;
}
#sec01 ol li:nth-child(1) { background: url("../img/num01_01.png") no-repeat left top; }
#sec01 ol li:nth-child(2) { background: url("../img/num01_02.png") no-repeat left top; }
#sec01 ol li:nth-child(3) { background: url("../img/num01_03.png") no-repeat left top; }
#sec01 ol li:nth-child(4) { background: url("../img/num01_04.png") no-repeat left top; }
#sec01 ol li:nth-child(5) { background: url("../img/num01_05.png") no-repeat left top; }
#sec01 ol li:nth-child(6) { background: url("../img/num01_06.png") no-repeat left top; }

#sec01 .img {
	width: 428px;
	float: right;
	overflow: hidden;
}

@media only screen and (max-width:768px) {
	#sec01 {
		margin-bottom: 30px;
		padding: 20px 0;
	}
	#sec01 h1 {
		padding-bottom: 8px;
	}
	#sec01 h3 {
		width: 30px;
		top: -4px;
		left: 10px;
	}
	#sec01 .list {
		height: inherit;
		padding: 15px 10px;
	}
	#sec01 ol {

	font-size: 18px; /*20px*/
	}
	#sec01 ol li {
		padding-left: 28px;
		height: inherit;
	}
	#sec01 ol li+li {
		margin-top: 10px;
	}
	#sec01 ol li:nth-child(1),
	#sec01 ol li:nth-child(2),
	#sec01 ol li:nth-child(3),
	#sec01 ol li:nth-child(4),
	#sec01 ol li:nth-child(5),
	#sec01 ol li:nth-child(6) {
		background-size: 18px auto;
	}
	#sec01 .img {
		width: 100%;
		float: none;
	}
}

/* 「ご希望に合った」会社選びもお任せください
---------------------------------------------------*/
#sec02 {
	margin-bottom: 65px;
	text-align: center;
}
#sec02 .img {
	margin: 45px 0 35px;
}
#sec02 .txt {
	font-size: 280%; /*28px*/
	line-height: 1.5;
}

@media only screen and (max-width:768px) {
	#sec02 {
		margin-bottom: 30px;
	}
	#sec02 .img {
		margin: 20px 0 15px;
	}
	#sec02 .txt {
		font-size: 16px; /*12px*/
		text-align: left;
	}
}

#sec02 ul {
	font-size: 220%; /*22px*/
	margin-bottom: 40px;
	margin-top: 40px;
}
#sec02 ul li {
	background: url("../img/icn_disc.png") no-repeat left center;
	padding-left: 24px;
	text-align:left;
}
#sec02 ul li+li {
	margin-top: 18px;
}

@media only screen and (max-width:768px) {
	#sec02 {
		padding: 20px 0;
	}
	#sec02 .inner {
		position: inherit;
	}
	#sec02 ul {
		font-size: 16px; /*12px*/
		margin-bottom: 15px;
	}
	#sec02 ul li {
		background-size: 7px 7px;
		padding-left: 12px;
	}
	#sec02 ul li+li {
		margin-top: 8px;
	}
}


/* タクシー・ハイヤー業界特化のタクQだからこその強力なサポート
---------------------------------------------------------------*/
#sec03 {
	margin-bottom: 90px;
}
#sec03 h2 {
	margin-bottom: 25px;
}
#sec03 .img {
	width: 300px;
	float: left;
}
#sec03 .num {
	width: 98px;
	float: left;
}
#sec03 .txt {
	width: 542px;
	float: left;
	line-height: 1.6;
	padding: 0 20px;
}
#sec03 .art01 .num {
	padding-top: 68px;
}
#sec03 .art01 .txt {
	padding-top: 40px;
}
#sec03 .art02 .num {
	padding-top: 62px;
}
#sec03 .art02 .img {
	padding-top: 10px;
}
#sec03 .art03 .num {
	padding-top: 51px;
}
#sec03 .art03 .txt {
	padding-top: 5px;
}
#sec03 .txt h3 {
	font-size: 240%; /*24px*/
	font-weight: bold;
	color: #2f7755;
	margin-bottom: 5px;
}
#sec03 .txt p {
	font-size: 170%; /*17px*/
}
#sec03 .txt .attention {
	font-size: 140%; /*14px*/
	margin-top: 10px;
}
#sec03 .txt .attention li {
	text-indent: -1.2em;
	margin-left: 1.2em;
}
#sec03 article+article {
	margin-top: 45px;
}

@media only screen and (max-width:768px) {
	#sec03 {
		margin-bottom: 30px;
	}
	#sec03 h2 {
		margin-bottom: 20px;
		font-size: 18px; /*15px*/
	}
	#sec03 .img {
		width: 220px;
		float: none;
		margin: 0 auto;
	}
	#sec03 .num {
		width: 15%;
		float: none;
		margin: 0 auto 10px;
	}
	#sec03 .txt {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 15px;
	font-size:16px;
	}
	#sec03 .art01 .num, #sec03 .art01 .txt,
	#sec03 .art02 .num, #sec03 .art02 .img,
	#sec03 .art03 .num, #sec03 .art03 .txt {
		padding-top: 0;
	}
	#sec03 .txt h3 {
		font-size: 16px; /*15px*/
		text-align: center;
	}
	#sec03 .txt p {
		font-size: 16px; /*12px*/
	}
	#sec03 .txt .attention {
		font-size: 100%; /*10px*/
		margin-top: 5px;
	}
	#sec03 article+article {
		margin-top: 20px;
	}
}

/* このようなお悩みもご相談ください
---------------------------------------------------*/
#sec04 {
	margin-bottom: 60px;
	text-align: center;
}
#sec04 .img {
	margin: 45px 0 30px;
}
#sec04 .txt {
	font-size: 280%; /*28px*/
}

@media only screen and (max-width:768px) {
	#sec04 {
		margin-bottom: 30px;
	}
	#sec04 h2 {
		margin-bottom: 30px;
		font-size: 18px; /*12px*/

	}
	#sec04 .img {
		margin: 20px 0 15px;
	}
	#sec04 .txt {
		font-size: 16px; /*12px*/
		text-align: left;
	}
}


#sec04 ul {
	font-size: 220%; /*22px*/
	margin-bottom: 40px;
	margin-top: 40px;
}
#sec04 ul li {
	background: url("../img/icn_disc.png") no-repeat left center;
	padding-left: 24px;
	text-align:left;
}
#sec04 ul li+li {
	margin-top: 18px;
}

@media only screen and (max-width:768px) {
	#sec04 {
		padding: 20px 0;
	}
	#sec04 .inner {
		position: inherit;
	}
	#sec04 ul {
		font-size: 16px; /*12px*/
		margin-bottom: 15px;
	}
	#sec04 ul li {
		background-size: 7px 7px;
		padding-left: 12px;
	}
	#sec04 ul li+li {
		margin-top: 8px;
	}
}



/* 転職コンサルタントがご相談承ります。
---------------------------------------------------*/
#sec05 {
	color: #fff;
	padding: 60px 0;
	margin-bottom: 70px;
}
#sec05 .img {
	float: right;
	width: 360px;
}
#sec05 .txt {
	width: 610px;
	float: left;
	font-size: 22px; /*22px*/
	line-height: 2;
	padding-top: 65px;
	margin-right: 10px;
}

@media only screen and (max-width:768px) {
	#sec05 {
		padding: 15px 0 20px;
		margin-bottom: 30px;
	}
	#sec05 .img {
		float: none;
		width: 50%;
		margin: 10px auto 0;
	}
	#sec05 .txt {
		width: auto;
		float: none;
		font-size: 16px; /*12px*/
		padding-top: 0;
		margin-right: 0;
		line-height: 1.6;
	}
}

/* 利用して良かった！タクQご利用者の声
---------------------------------------------------*/
#sec06 h2 {
	margin-bottom: 50px;
}
#sec06 .voice {
	width: 413px;
	float: left;
	background-color: #c6d1db;
	font-size: 180%; /*18px*/
	padding: 35px 30px 40px;
	margin-bottom: 40px;
}
#sec06 .voice.left {
	margin-right: 34px;
}
#sec06 .voice:nth-of-type(2),
#sec06 .voice:nth-of-type(3) {
	background-color: #b9d4cf;
}
#sec06 .voice:last-child {
	margin-bottom: 50px;
}
#sec06 .voice .top {
	margin-bottom: 25px;
}
#sec06 .voice .top .img {
	width: 116px;
	display: inline-table;
	vertical-align: middle;
	margin-right: 8px;
}
#sec06 .voice .top .prof {
	width: 275px;
	display: inline-table;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.4;
}
#sec06 .voice .top .prof span {
	font-size: 108%; /*19.44px*/
	font-weight: bold;
	margin-left: -0.5em;
}
#sec06 .voice .top .prof span:after {
	content: "\A";
	white-space: pre;
}
#sec06 .voice > p {
	line-height: 1.6;
}

@media only screen and (max-width:768px) {
	#sec06 h2 {
		margin-bottom: 15px;
		font-size:18px;
	}
	#sec06 .voice {
		width: 94%;
		height: inherit !important;
		float: none;
		font-size: 16px; /*12px*/
		padding: 15px 3%;
		margin-bottom: 15px;
	}
	#sec06 .voice.left {
		margin-right: 0;
	}
	#sec06 .voice:nth-of-type(3) {
		background-color: #c6d1db;
	}
	#sec06 .voice:nth-of-type(4) {
		background-color: #b9d4cf;
	}
	#sec06 .voice:last-child {
		margin-bottom: 15px;
	}
	#sec06 .voice .top {
		margin-bottom: 15px;
	}
	#sec06 .voice .top .img {
		width: 18%;
		margin-right: 1%;
	}
	#sec06 .voice .top .prof {
		width: 73%;
	}
}

/* このような方を大募集中！
---------------------------------------------------*/
#sec07 {
	padding: 60px 0;
}
#sec07 .inner {
	position: relative;
}
#sec07 .txt {
	width: 670px;
	margin-left: 10px;
	position: absolute;
	left: 510px;
}
#sec07 h2 {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Hiragino Kaku Gothic ProN, "メイリオ", meiryo, sans-serif;
	font-size: 330%; /*33px*/
	font-weight: bold;
	color: #436489;
	text-align: left;
	padding: 0;
	margin-bottom: 30px;
	border: none;
}
#sec07 ul {
	font-size: 220%; /*22px*/
	margin-bottom: 40px;
}
#sec07 ul li {
	background: url("../img/icn_disc.png") no-repeat left center;
	padding-left: 24px;
}
#sec07 ul li+li {
	margin-top: 18px;
}
#sec07 p {
	font-size: 280%; /*28px*/
	line-height: 1.4;
	color: #436489;
}

@media only screen and (max-width:768px) {
	#sec07 {
		padding: 20px 0;
	}
	#sec07 .inner {
		position: inherit;
	}
	#sec07 .txt {
		width: auto;
		margin-left: 0;
		position: inherit;
	}
	#sec07 h2 {
		font-size: 140%; /*14px*/
		text-align: center;
		margin-bottom: 15px;
	}
	#sec07 ul {
		font-size: 16px; /*12px*/
		margin-bottom: 15px;
	}
	#sec07 ul li {
		background-size: 7px 7px;
		padding-left: 12px;
	}
	#sec07 ul li+li {
		margin-top: 8px;
	}
	#sec07 p {
		font-size: 16px; /*28px*/
		line-height: 1.3;
	}
	#sec07 .img {
		width: 50%;
		margin: 15px auto 0;
	}
}

/* サービスの流れ
---------------------------------------------------*/
#sec08  {
	margin-bottom: 70px;
}
#sec08 h2 {
	margin-bottom: 40px;
}
#sec08 h2 span {
	color: #ff0033;
	font-size: 111%; /*40px*/
}
#sec08 .box {
	overflow: hidden;
	background-color: #c6d1db;
}
#sec08 .arrow {
	margin: 10px 0;
	text-align: center;
}
#sec08 .num {
	width: 150px;
	float: left;
	padding: 20px 25px 20px 20px;
}
#sec08 .img {
	width: 210px;
	float: left;
	padding: 20px 20px 20px 15px;
}
#sec08 .txt {
	width: 540px;
	float: left;
	font-size: 200%; /*20px*/
	font-weight: bold;
	line-height: 2;
}
#sec08 .art01 .txt {
	padding-top: 20px;
}
#sec08 .art02 .txt {
	padding-top: 20px;
}
#sec08 .art03 .txt {
	padding-top: 60px;
}
#sec08 .art04 .txt {
	padding-top: 80px;
}
#sec08 a {
	font-weight: bold;
}

@media only screen and (max-width:768px) {
	#sec08  {
		margin-bottom: 30px;
	}
	#sec08 h2 {
		margin-bottom: 15px;
		font-size:18px;
	}
	#sec08 .arrow {
		width: 50px;
		margin: 8px auto;
	}
	#sec08 .num {
		width: 60px;
		float: none;
		margin: 0 auto;
		padding: 20px 0 15px;
	}
	#sec08 .img {
		float: none;
		margin: 0 auto;
		padding: 15px 0 20px;
	}
	#sec08 .txt {
		width: auto;
		float: none;
		padding: 0 10px;
		font-size: 16px; /*12px*/
		line-height: 1.6;
	}
	#sec08 .art01 .txt,
	#sec08 .art02 .txt,
	#sec08 .art03 .txt,
	#sec08 .art04 .txt {
		padding-top: 0;
	}
}

/* 未経験からの転職も安心です！
---------------------------------------------------*/
#sec09 {
	padding: 60px 0;
}
#sec09 h2 {
	margin-bottom: 40px;
}
#sec09 .img {
	float: right;
	width: 360px;
}
#sec09 .txt {
	width: 610px;
	float: left;
	font-size: 220%; /*22px*/
	line-height: 1.8;
	padding-top: 20px;
}
#sec09 .end {
	font-size: 290%; /*29px*/
	font-weight: bold;
	color: #436489;
	margin-top: 40px;
}

@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%;
		margin: 10px auto 0;
	}
	#sec09 .txt {
		width: auto;
		float: none;
		font-size: 16px; /*12px*/
		padding-top: 0;
		line-height: 1.6;
	}
	#sec09 .end {
		font-size: 16px; /*14px*/
		line-height: 1.3;
		color: #436489;
		margin-top: 15px;
	}
}

/* お問い合わせフォーム
---------------------------------------------------*/
#contact {
	padding: 55px 0 50px;
}
#contact h2 {
	color: #fff;
	border-color: #6c9881;
	margin-bottom: 25px;
}
#contact .bold {
	color: #fff;
	font-size: 240%; /*24px*/
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
#contact .attention {
	font-size: 180%; /*18px*/
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
}
#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: #b9d4cf;
	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*/
}
#contact table td.ex,
#mfp_confirm_table td.ex {
	padding-left: 15px;
}
#contact table td.ex {
	line-height: 1.4;
}
#contact table td.ex:last-child {
	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.ex span,
#mfp_confirm_table td.ex span {
	margin-left: 0.5em;
}
#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 .bold {
	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 {
		margin-bottom: 15px;
	font-size:18px;
	}
	#contact .bold {
		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: 16px; /*11px*/
		padding: 0 2%;
		white-space: nowrap;
	}
	#contact table td {
		width: auto;
		font-size: 14px;
		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 {
		line-height: 1.4;
	}
	#contact table td.ex span:before {
		content: "\A";
		white-space: pre;
	}
	#contact table td.ex {
		padding-left: 15px;
	}
	#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: 30px;
	}
	#contact.thanks .bold {
		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; /*10px*/
	}
	footer .logo .copy {
		text-align: center;
		margin-bottom: 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:418px;
	display:inline-block;
}
#toppageLink a img {
	max-width:100%;
	display:block;
}
@media only screen and (max-width:768px) {
	#toppageLink a img {
		max-width:80%;
		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;
	}
}
