@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;
}

/* 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;
}

.yellow {
	background-color: #fedc51;
}
.blue {
	background-color: #52c9e2;
}
.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;
}
ul.inline,
ul.inline li {
	display: inline;
}
.mb1em {
	margin-bottom: 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;
	}
	.wideArea {
		min-width: inherit;
	}
	.inner {
		width: 94%;
		padding: 0 3%;
	}
	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: #fedc51;
	}
	#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: 60px 0;
	margin-bottom: 60px;
}
.copyArea .ttl {
	float: left;
	width: 144px;
	margin-right: 15px;
}
.copyArea .txt01,
.copyArea .txt02 {
	float: left;
	width: 800px;
}
.copyArea .txt01 {
	font-size: 210%; /*21px*/
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px;
}
.copyArea .txt02 {
	margin-bottom: 15px;
}
.copyArea .tel {
	float: left;
}
.copyArea .regist {
	float: right;
}
.copyArea .txt03 {
	clear: both;
	text-align: center;
	font-size: 260%; /*26px*/
	font-weight: bold;
	font-style: italic;
	border-top: 3px solid #fff8dc;
	padding-top: 20px;
	margin-top: 30px;
}

@media only screen and (max-width:768px) {
	.copyArea {
		padding: 15px 0;
		margin-bottom: 30px;
	}
	.copyArea .ttl,
	.copyArea .txt01 {
		float: none;
		display: inline-table;
		vertical-align: middle;
	}
	.copyArea .ttl {
		width: 24%;
		margin-right: 2%;
	}
	.copyArea .txt01 {
		width: 73%;
		font-size: 120%; /*12px*/
		margin-bottom: 0;
	}
	.copyArea .txt02 {
		width: 100%;
		clear: both;
		margin: 8px auto;
	}
	.copyArea .tel {
		float: none;
		width: 60%;
		margin: 0 auto 15px;
	}
	.copyArea .regist {
		float: none;
		width: 97%;
		margin: 0 auto;
	}
	.copyArea .txt03 {
		font-size: 140%; /*14px*/
		padding-top: 15px;
		margin-top: 15px;
		line-height: 1.2;
	}
}

/* h2
---------------------------------------------------*/
h2 {
	color: #0eb6d9;
	font-size: 360%; /*36px*/
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 4px solid #f9d025;
}

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

/* 飛鳥交通グループで働きませんか？
---------------------------------------------------*/
#sec01 {
	text-align: center;
	margin-bottom: 60px;
}
#sec01 .txt h3 {
	font-size: 300%; /*30px*/
	font-weight: bold;
	color: #ff3535;
}
#sec01 .txt {
	line-height: 1.6;
}
#sec01 .txt p,
#sec01 .txt ul {
	font-size: 190%; /*19px*/
}
#sec01 .txt .mt {
	margin-top: 50px;
}
#sec01 .img {
	width: 680px;
	margin: 0 auto;
	overflow: hidden;
}
#sec01 .img li {
	float: left;
}
#sec01 .img li+li {
	margin-left: 10px;
}
#sec01 .art01 {
	margin-top: 70px;
}
#sec01 .art01 .txt {
	background: url("../img/bg_01.png") no-repeat center bottom;
	margin-bottom: 60px;
}
#sec01 .art02 {
	margin-top: 50px;
}
#sec01 .art02 h3 {
	margin-bottom: 10px;
}
#sec01 .art02 .txt {
	background: url("../img/bg_02.png") no-repeat center;
	margin-bottom: 60px;
}
#sec01 .art03 {
	margin-top: 60px;
}
#sec01 .art03 .txt {
	background: url("../img/bg_03.png") no-repeat top center;
	padding: 60px 0 40px;
	margin-bottom: 60px;
}
#sec01 .art03 h3 {
	margin-bottom: 10px;
}

#sec01 .art04 {
	margin-top: 60px;
}
#sec01 .art04 .txt {
	background: url("../img/bg_04.png") no-repeat top center;
	padding: 60px 0 40px;
	margin-bottom: 60px;
}
#sec01 .art04 h3 {
	margin-bottom: 10px;
}

@media only screen and (max-width:768px) {
	#sec01 {
		margin-bottom: 30px;
	}
	#sec01 .txt h3 {
		font-size: 150%; /*15px*/
	}
	#sec01 .txt p,
	#sec01 .txt ul {
		font-size: 120%; /*12px*/
	}
	#sec01 .txt ul,
	#sec01 .txt .mt {
		margin-top: 15px;
	}
	#sec01 .img {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	#sec01 .img li {
		width: 32%;
	}
	#sec01 .img li+li {
		margin-left: 2%;
	}
	#sec01 .art01 {
		margin-top: 25px;
	}
	#sec01 .art01 .txt {
		background: url("../img/bg_01.png") no-repeat center;
		background-size:contain ;
		margin-bottom: 25px;
	}
	#sec01 .art02 {
		margin-top: 25px;
	}
	#sec01 .art02 h3 {
		margin-bottom: 5px;
	}
	#sec01 .art02 .txt {
		background: url("../img/bg_02.png") no-repeat center;
		background-size: auto 50% ;
		margin-bottom: 25px;
	}
	#sec01 .art03 {
		margin-top: 25px;
	}
	#sec01 .art03 .txt {
		background: url("../img/bg_03.png") no-repeat center;
		background-size: contain;
		padding: 30px 0 20px;
		margin-bottom: 25px;
	}
	#sec01 .art03 h3 {
		margin-bottom: 5px;
	}
}

/* 飛鳥交通グループの特徴
---------------------------------------------------*/
#sec02 {
	margin-bottom: 90px;
}
#sec02 h2 {
	margin-bottom: 25px;
}
#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: 60px;
}
#sec02 .art01 .txt {
	padding-top: 3px;
}
#sec02 .art02 .num {
	padding-top: 60px;
}
#sec02 .art02 .txt {
	padding-top: 3px;
}
#sec02 .art03 .num {
	padding-top: 50px;
}
#sec02 .art03 .txt {
	padding-top: 30px;
}
#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 .art01 .txt,
	#sec02 .art02 .num, #sec02 .art02 .txt,
	#sec02 .art03 .num, #sec02 .art03 .txt {
		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: #fffd72;
	border-color: #fffd72;
	margin-bottom: 55px;
}
#sec03 .img {
	width: 206px;
	float: left;
	padding-right: 29px;
}
#sec03 .txt {
	width: 745px;
	float: left;
	line-height: 1.6;
}
#sec03 .txt h3 {
	font-size: 240%; /*24px*/
	font-weight: bold;
	color: #fffd72;
	margin-bottom: 5px;
}
#sec03 .txt p {
	font-size: 180%; /*18px*/
}
#sec03 .art01 .txt {
	padding-top: 10px;
}
#sec03 .art03 .txt {
	padding-top: 15px;
}
#sec03 article+article {
	margin-top: 45px;
}

@media only screen and (max-width:768px) {
	#sec03 {
		padding: 30px 0;
		margin-bottom: 30px;
	}
	#sec03 h2 {
		color: #fffd72;
		border-color: #fffd72;
		margin-bottom: 25px;
	}
	#sec03 .img {
		width: 50%;
		max-width: 206px;
		float: none;
		padding-right: 0;
		margin: 0 auto 15px;
	}
	#sec03 .txt {
		width: 100%;
		float: none;
	}
	#sec03 .txt h3 {
		font-size: 150%; /*15px*/
	}
	#sec03 .txt p {
		font-size: 120%; /*12px*/
	}
	#sec03 .art01 .txt,
	#sec03 .art03 .txt {
		padding-top: 0;
	}
	#sec03 article+article {
		margin-top: 20px !important;
	}
}

/* 飛鳥交通に入社された方の声
---------------------------------------------------*/
#sec04 h2 {
	margin-bottom: 55px;
}
#sec04 .voice {
	width: 413px;
	float: left;
	background-color: #fedc51;
	font-size: 180%; /*18px*/
	padding: 35px 30px 40px;
	margin-bottom: 40px;
}
#sec04 .voice.left {
	margin-right: 34px;
}
#sec04 .voice:last-child {
	margin-right: 0;
	margin-bottom: 50px;
	background-color: #fff;
	padding: 50px 0 0 35px;
}
#sec04 .voice .name {
	margin-bottom: 25px;
}
#sec04 .voice .name p {
	display: inline-table;
	vertical-align: middle;
}
#sec04 .voice .name .txt {
	font-weight: bold;
	line-height: 1.6;
}
#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:last-child {
		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 {
	border: 6px solid #fedc51;
	width: 908px;
	padding: 45px 30px;
	margin: 0 auto 50px;
	overflow: hidden;
}
#sec05 iframe {
	display: block;
	margin: 0 auto;
	border: none;
}
#sec05 dl {
	width: 286px;
	float: left;
}
#sec05 dl dd {
	font-size: 180%; /*18px*/
	line-height: 1.2;
	padding: 10px 5px 0;
}
#sec05 dl:nth-of-type(2),
#sec05 dl:nth-of-type(3),
#sec05 dl:nth-of-type(5) {
	margin-left: 25px;
}
#sec05 dl:nth-of-type(4) {
	margin-left: 155px;
}
#sec05 dl:nth-of-type(1),
#sec05 dl:nth-of-type(2),
#sec05 dl:nth-of-type(3) {
	margin-bottom: 30px;
}

@media only screen and (max-width:768px) {
	#sec05 {
		width: 94%;
		padding: 20px 0;
		margin: 0 auto 30px;
		box-sizing: border-box;
	}
	#sec05 dl {
		width: 86%;
		float: none;
		margin: 0 auto;
	}
	#sec05 dl dt {
		position: relative;
		padding-top: 56.25%;
		height: 0;
		margin: 0 auto;
	}
	#sec05 dl dt iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#sec05 dl:nth-of-type(2),
	#sec05 dl:nth-of-type(3),
	#sec05 dl:nth-of-type(4),
	#sec05 dl:nth-of-type(5) {
		margin-left: auto;
	}
	#sec05 dl:nth-of-type(1),
	#sec05 dl:nth-of-type(2),
	#sec05 dl:nth-of-type(3) {
		margin-bottom: 0;
	}
	#sec05 dl dd {
		font-size: 120%; /*12px*/
		padding: 5px 2px 0;
	}
	#sec05 dl+dl {
		margin-top: 20px;
	}
}

/* 転職に悩んでいませんか？
---------------------------------------------------*/
#sec06 {
	padding: 45px 0 75px;
}
#sec06 h2 span:before {
	content: "\A";
	white-space: pre;
}
#sec06 h2 span {
	font-size: 72%; /*26px*/
	font-weight: bold;
}
#sec06 h3 {
	font-size: 260%; /*26px*/
	font-weight: bold;
	text-align: center;
	margin: 35px 0;
}
#sec06 .data {
	width: 100%;
	font-size: 180%; /*18px*/
	line-height: 1.6;
}
#sec06 .data dl:nth-child(odd) {
	background-color: #fff;
}
#sec06 .data dt,
#sec06 .data dd {
	display: inline-table;
}
#sec06 .data dt {
	width: 130px;
	padding: 20px 25px;
	font-weight: bold;
}
#sec06 .data .area dt {
	width: auto;
	padding: 1em 0 0;
	font-weight: normal;
}
#sec06 .data dt:before {
	content: "◆";
	margin-right: 2px;
	font-size: 90%;
	color: #018b48;
}
#sec06 .data .area dt:before {
	content: none;
}
#sec06 .data dd {
	width: 790px;
	padding: 20px 0;
}
#sec06 .data .area dd {
	width: auto;
	padding: 0;
}
#sec06 .red {
	font-weight: bold;
}
#sec06 .list {
	margin-bottom: 20px;
}
#sec06 .list li:before {
	content: "・";
}

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

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

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

/* 入社後も安心のサポート体制があります
---------------------------------------------------*/
#sec08 {
	padding: 60px 0;
}
#sec08 h2 {
	color: #fffd72;
	border-color: #fffd72;
	margin-bottom: 40px;
}
#sec08 .img {
	float: right;
	width: 360px;
}
#sec08 .img img {
	width: 100%;
	height: auto;
}
#sec08 .txt {
	width: 620px;
	color: #fff;
	float: left;
	font-size: 200%; /*20px*/
	font-weight: bold;
	line-height: 2;
	padding-top: 30px;
}
#sec08 .txt span {
	color: #fffd72;
	font-weight: bold;
}

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

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

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

/* お問い合わせフォーム
---------------------------------------------------*/
#contact {
	padding: 55px 0 50px;
}
#contact h2 {
	color: #000;
	border-color: #fffd72;
	margin-bottom: 25px;
}
#contact .red {
	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;
	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: #fedc51;
	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 .red {
	font-size: 240%; /*24px*/
	font-weight: bold;
	margin: 40px 0 20px;
}
#contact.thanks p {
	font-size: 180%; /*18px*/
}

@media only screen and (max-width:768px) {
	#contact {
		padding: 20px 0;
	}
	#contact h2 {
		color: #000;
		border-color: #fffd72;
		margin-bottom: 15px;
	}
	#contact .red {
		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 {
		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 .red {
		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 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;
	}
	#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: 0px auto 50px;
    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;
}
/* 目次 */