@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: #0000FF;
	text-decoration:underline;
}

a:link, a:visited, a:active, a:hover {
	overflow: hidden;
	outline: none;
}
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%; /*10px*/
}

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

.green {
	background-color: #009b96;
}
.icegreen {
	background-color: #b6f0ee;
}
.mintgreen {
	background-color: #68e0dc;
}
.gray {
	background-color: #eff2f6;
}
.black {
	background-color: #2d2c2b;
}

.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;
}
.red {
	color: #ff3535;
}
.attention li:before {
	content: "※";
	margin-right: 2px;
}
.list li:before {
	content: "・";
}
ul.inline,
ul.inline li {
	display: inline;
}
.mb1em {
	margin-bottom: 1em;
}
.indent {
	margin-left: 1em;
}

@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%;
	}
	.indent {
		margin-left: 0;
	}

	ul.inline,
	ul.inline li {
		display: block;
	}
}

/* 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%; /*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: #009b96;
	}
	#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;
	line-height: 1.55;
	letter-spacing: 0.05em;
}
.copyArea .ttl {
	font-size: 380%; /*38px*/
}
.copyArea .txt {
	font-size: 210%; /*21px*/
}
.copyArea .tel {
	float: left;
}
.copyArea .regist {
	float: right;
}

@media only screen and (max-width:768px) {
	.copyArea {
		padding: 15px 0;
		margin-bottom: 30px;
	}
	.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: 160%; /*16px*/
	}
	.copyArea .txt {
		font-size: 120%; /*12px*/
	}
	.copyArea span.spOnly {
		display: inline;
	}
	.copyArea .tel {
		float: none;
		width: 60%;
		margin: 0 auto 15px;
	}
	.copyArea .regist {
		float: none;
		width: 97%;
		margin: 0 auto;
	}
}

/* h2
---------------------------------------------------*/
h2 {
	color: #009b96;
	font-size: 360%; /*36px*/
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 4px solid #42c0fb;
}

@media only screen and (max-width:768px) {
	h2 {
		font-size: 150%; /*15px*/
		padding-bottom: 10px;
	}
	h2.line2 {
		line-height: 1.25;
	}
}

/* 東京都および神奈川県で募集中
---------------------------------------------------*/
#sec01 {
	text-align: center;
	margin: 50px auto;
}
#sec01 .txt h3 {
	font-size: 300%; /*30px*/
	font-weight: bold;
	font-style: italic;
	color: #ff3535;
}
#sec01 .txt {
	line-height: 1.6;
}
#sec01 .txt ul {
	width: 600px;
	font-size: 190%; /*19px*/
	margin: 40px auto;
	text-align: left;
}
#sec01 .txt ul li:nth-child(odd),
#sec01 .txt ul li:nth-child(even) {
	display: inline-table;
}
#sec01 .txt ul li:nth-child(odd){
	width: 300px;
}
#sec01 .txt .bold {
	font-size: 260%; /*26px*/
	font-weight: bold;
}
#sec01 article {
	margin-top: 40px;
}
#sec01 article .txt {
	background: url("../img/bg_01.png") no-repeat center 120px;
}

@media only screen and (max-width:768px) {
	#sec01 {
		margin: 30px 0;
	}
	#sec01 .txt h3 {
		font-size: 150%; /*15px*/
	}
	#sec01 .txt ul {
		width: 180px;
		font-size: 120%; /*12px*/
		margin: 15px auto;
	}
	#sec01 .txt ul li:nth-child(odd),
	#sec01 .txt ul li:nth-child(even) {
		width: 100%;
		display: inline-block;
	}
	#sec01 .txt .bold {
		font-size: 140%; /*14px*/
	}
	#sec01 article {
		margin-top: 25px;
	}
	#sec01 article .txt {
		background: url("../img/bg_01.png") no-repeat center;
		background-size: contain;
		margin-bottom: 25px;
	}
}

/* 働きやすさ抜群の会社「グリーンキャブ」がおすすめの理由
----------------------------------------------------------*/
#sec02 {
	margin-bottom: 90px;
}
#sec02 h2 {
	margin-bottom: 25px;
	line-height: 1.25;
}
#sec02 h2 span {
	font-size: 72%; /*26px*/
	font-weight: bold;
}
#sec02 h2 span:after {
	content: "\A";
	white-space: pre;
}
#sec02 .img {
	width: 300px;
	float: left;
}
#sec02 .num {
	width: 98px;
	float: left;
	padding-left: 2px;
}
#sec02 .txt {
	width: 530px;
	float: left;
	line-height: 1.6;
	padding: 0 25px;
}
#sec02 .art01 .num {
	padding-top: 70px;
}
#sec02 .art02 .num {
	padding-top: 60px;
}
#sec02 .art03 .num {
	padding-top: 60px;
}
#sec02 .txt h3 {
	font-size: 240%; /*24px*/
	font-weight: bold;
	color: #ff3535;
	margin-bottom: 5px;
}
#sec02 .txt p {
	font-size: 180%; /*18px*/
}
#sec02 article+article {
	margin-top: 45px;
}

@media only screen and (max-width:768px) {
	#sec02 {
		margin-bottom: 30px;
	}
	#sec02 h2 {
		margin-bottom: 20px;
	}
	#sec02 .img {
		width: 220px;
		float: none;
		margin: 0 auto;
	}
	#sec02 .num {
		width: 15%;
		float: none;
		margin: 0 auto 10px;
		padding-left: 0;
	}
	#sec02 .txt {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 15px;
	}
	#sec02 .art01 .num,
	#sec02 .art02 .num,
	#sec02 .art03 .num {
		padding-top: 0;
	}
	#sec02 .txt h3 {
		font-size: 150%; /*15px*/
		font-weight: bold;
		color: #ff3535;
		margin-bottom: 5px;
	}
	#sec02 .txt p {
		font-size: 120%; /*12px*/
	}
	#sec02 article+article {
		margin-top: 20px;
	}
}

/* このようなお悩みの方もご相談ください
---------------------------------------------------*/
#sec03 {
	padding: 60px 0 65px;
	margin-bottom: 60px;
}
#sec03 h2 {
	color: #000;
	border-color: #009b96;
	margin-bottom: 35px;
}
#sec03 .txt {
	padding: 10px 0 20px 220px;
	line-height: 1.6;
	background: url("../img/bg_02.png") no-repeat left top;
}
#sec03 dt {
	font-size: 240%; /*24px*/
	font-weight: bold;
	color: #ff3535;
	margin-bottom: 5px;
}
#sec03 dd {
	font-size: 180%; /*18px*/
}
#sec03 dl+dl {
	margin-top: 80px;
}

@media only screen and (max-width:768px) {
	#sec03 {
		padding: 30px 0;
		margin-bottom: 30px;
	}
	#sec03 h2 {
		margin-bottom: 20px;
	}
	#sec03 .txt {
		padding: 85px 0 0;
		background-position: center top;
		background-size: 85px auto;
	}
	#sec03 dt {
		font-size: 150%; /*15px*/
	}
	#sec03 dd {
		font-size: 120%; /*12px*/
	}
	#sec03 dl+dl {
		margin-top: 20px;
	}
}

/* 利用して良かった！ タクQご利用者の声
---------------------------------------------------*/
#sec04 h2 {
	margin-bottom: 55px;
}
#sec04 .voice {
	width: 413px;
	float: left;
	background-color: #68e0dc;
	font-size: 180%; /*18px*/
	padding: 35px 30px 40px;
	margin-bottom: 40px;
}
#sec04 .voice:nth-of-type(2),
#sec04 .voice:nth-of-type(3) {
	background-color: #7ed4fc;
}
#sec04 .voice.left {
	margin-right: 34px;
}
#sec04 .voice.pointImg {
	margin-right: 0;
	margin-bottom: 50px;
	background-color: #fff;
	padding: 40px 0 0 25px;
}
#sec04 .voice .name {
	margin-bottom: 25px;
}
#sec04 .voice .name p {
	display: inline-table;
	vertical-align: middle;
}
#sec04 .voice .name .txt {
	font-weight: bold;
}
#sec04 .voice > p {
	line-height: 1.6;
}

@media only screen and (max-width:768px) {
	#sec04 h2 {
		margin-bottom: 15px;
	}
	#sec04 .voice {
		width: 94%;
		height: inherit !important;
		float: none;
		font-size: 120%; /*12px*/
		padding: 15px 3% 20px;
		margin-bottom: 15px;
	}
	#sec04 .voice.left {
		margin-right: 0;
	}
	#sec04 .voice:nth-of-type(3) {
		background-color: #68e0dc;
	}
	#sec04 .voice:nth-of-type(4) {
		background-color: #7ed4fc;
	}
	#sec04 .voice.pointImg {
		padding: 5px 0 0;
		margin: 0 auto 20px;
		width: 80%;
		max-width: 438px;
	}
	#sec04 .voice .name {
		margin-bottom: 15px;
	}
	#sec04 .voice .name .img {
		width: 60px;
	}
}

/* グリーンキャブ株式会社 このような会社です。
---------------------------------------------------*/
#sec05 {
	padding: 45px 0;
}
#sec05 h2 {
	margin-bottom: 50px;
}
#sec05 .data {
	width: 100%;
	font-size: 180%; /*18px*/
	line-height: 1.6;
}
#sec05 .data dl:nth-child(odd) {
	background-color: #fff;
}
#sec05 .data dt,
#sec05 .data dd {
	display: inline-table;
}
#sec05 .data dt {
	width: 130px;
	padding: 20px 25px;
	font-weight: bold;
}
#sec05 .data .area dt {
	display: block;
	width: auto;
	padding: 1em 0 0;
	font-weight: normal;
}
#sec05 .data dt:before {
	content: "◆";
	margin-right: 2px;
	font-size: 90%;
	color: #009b96;
}
#sec05 .data .area dt:before {
	content: none;
}
#sec05 .data dd {
	width: 790px;
	padding: 20px 0;
}
#sec05 .data .area dd {
	width: auto;
	padding: 0;
}
#sec05 .red {
	font-weight: bold;
}
#sec05 .maru {
	line-height: 1.25;
}
#sec05 .maru:before {
	content: "●";
	font-size: 150%;
}
#sec05 ol .ex01:before { content: "①"; }
#sec05 ol .ex02:before { content: "②"; }
#sec05 ol .ex03:before { content: "③"; }
#sec05 ol li {
	margin-bottom: 1em;
}

@media only screen and (max-width:768px) {
	#sec05 {
		padding: 20px 0;
	}
	#sec05 h2 {
		margin-bottom: 20px;
	}
	#sec05 .data {
		width: 100%;
		font-size: 120%; /*12px*/
	}
	#sec05 .data dl:nth-child(odd) {
		background-color: #eff2f6;
	}
	#sec05 .data dt {
		background-color: #fff;
	}
	#sec05 .data .area dt {
		background-color: #eff2f6;
	}
	#sec05 .data dt,
	#sec05 .data dd {
		display: block;
	}
	#sec05 .data dt {
		width: auto;
		padding: 5px;
	}
	#sec05 .data .area dt {
		width: auto;
		font-weight: normal;
	}
	#sec05 .data dd {
		width: auto;
		padding: 10px 0;
	}
	#sec05 .data .area dd .spOnly {
		display: inline;
	}
}

/* ご応募から入社までの流れ
---------------------------------------------------*/
#sec06  {
	margin-bottom: 60px;
}
#sec06 h2 {
	margin-bottom: 40px;
}
#sec06 h2 span:before {
	content: "\A";
	white-space: pre;
}
#sec06 h2 span {
	font-size: 72%; /*26px*/
	font-weight: bold;
	color: #000;
}
#sec06 .box {
	overflow: hidden;
	background-color: #bce6e6;
}
#sec06 .arrow {
	margin: 10px 0;
	text-align: center;
}
#sec06 .num {
	width: 150px;
	float: left;
	padding: 20px 25px 20px 20px;
}
#sec06 .img {
	width: 210px;
	float: left;
	padding: 20px 20px 20px 15px;
}
#sec06 .txt {
	width: 540px;
	float: left;
	font-size: 200%; /*20px*/
	font-weight: bold;
	line-height: 2;
}
#sec06 .art01 .txt {
	padding-top: 20px;
}
#sec06 .art02 .txt {
	padding-top: 20px;
}
#sec06 .art03 .txt {
	padding-top: 60px;
}
#sec06 .art04 .txt {
	padding-top: 40px;
}
#sec06 a {
	font-weight: bold;
}

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

/* グリーンキャブに安心して入社してください！
---------------------------------------------------*/
#sec07 {
	padding: 60px 0;
}
#sec07 h2 {
	color: #000;
	border-color: #fffd72;
	margin-bottom: 40px;
}
#sec07 .img {
	float: right;
	width: 360px;
}
#sec07 .left {
	width: 620px;
	float: left;
}
#sec07 .txt {
	font-size: 180%; /*18px*/
	line-height: 1.8;
}
#sec07 .ttl,
#sec07 strong {
	font-size: 120%; /*21.6px*/
	font-weight: bold;
	margin-bottom: 10px;
}
#sec07 dl {
}
#sec07 dt {
	font-weight: bold;
}
#sec07 dt:before {
	content: "・";
}
#sec07 dd {
	margin-left: 1em;
}
#sec07 .list li {
	float: left;
	width: 490px;
}

@media only screen and (max-width:768px) {
	#sec07 {
		padding: 20px 0;
	}
	#sec07 h2 {
		margin-bottom: 15px;
	}
	#sec07 .img {
		float: none;
		width: 50%;
		max-width: 360px;
		margin: 0 auto 15px;
	}
	#sec07 .left {
		width: auto;
		float: none;
	}
	#sec07 .txt {
		font-size: 120%; /*12px*/
		line-height: 1.6;
		margin-top: 10px;
	}
	#sec07 .ttl,
	#sec07 strong {
		font-size: 110%; /*13.2px*/
		margin-bottom: 5px;
	}
	#sec07 dd {
		margin-left: 0;
		margin-bottom: 5px;
	}
	#sec07 .list li {
		float: none;
		width: auto;
	}
}

/* arrowCopy
---------------------------------------------------*/
.arrowCopy {
	padding: 50px 0 100px;
	background: url("../img/arrow_02.png") no-repeat center;
}
.arrowCopy p {
	font-size: 360%; /*36px*/
	font-weight: bold;
	font-style: italic;
	color: #ff3535;
	line-height: 1.6;
	text-align: center;
}
.arrowCopy p.small {
	font-size: 300%; /*30px*/
	margin-top: 10px;
}

@media only screen and (max-width:768px) {
	.arrowCopy {
		margin: 25px 0;
		padding: 0;
		background: url("../img/arrow_02.png") no-repeat center;
		background-size: auto 100%;
	}
	.arrowCopy p {
		font-size: 150%; /*15px*/
		line-height: 1.5;
	}
	.arrowCopy p.small {
		font-size: 120%; /*12px*/
		margin-top: 2px;
	}
}

/* お問い合わせフォーム
---------------------------------------------------*/
#contact {
	padding: 55px 0 50px;
}
#contact h2 {
	color: #fff !important;
	border-color: #80cdcb !important;
	margin-bottom: 25px;
}
#contact .yellow {
	color: #fff21e;
	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: #b6f0ee;
	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: 120%; /*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: 110%; /*11px*/
		padding: 0 2%;
		white-space: nowrap;
	}
	#contact table td {
		width: auto;
		font-size: 120%;
		padding-left: 2%;
	}
	#contact table td.reqd,
	#contact table td.ex {
		font-size: 100%; /*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: 100%; /*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: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;
	}
	#copy02, #copy03, #sec05,
	#totop {
		display: none;
	}
	#sec04 .voice {
		padding: 30px;
	}
	#sec04 .voice:last-child {
		margin-bottom: 0;
	}
}


figure img { 
width:600px; 
max-width:100%; 
height:auto;
}

.center { 
text-align:center;
}


/* 目次 */
.table-of-contents {
    margin: 30px auto 0px;
    text-align: center;
    /*width:600px;*/
    max-width:600px;
   padding:10px 0px;
}
.table-of-contents {
  background: #FAFAFA;
  border: 1px solid #a0a0a0;
  font-size: 16px;
}
.table-of-contents p{
  margin-bottom:10px;
}


.syncer-acdn {

}


#syncer-acdn-01 {
   padding-left:20px;
   padding-bottom:5px;
	font-size:15px;
	line-height:26px;
}

#syncer-acdn-02 {
   padding-left:20px;
  margin-left:20px;
}

#syncer-acdn-01 li {
  color: #3598D9;
    text-align: left;
   padding-bottom:5px;
}
#syncer-acdn-01 > #list-none {
 
}
#syncer-acdn-02 > li {
  list-style: disc;
}
/* 目次 */