@charset "utf-8";

.container .section.top h2.title {
	position: relative;
	font-size: 1.6em;
	padding-top: 3.75em;
}
.container .section.top h2.title img {
	width: 100px;
}

.top ul.navi {
	position: relative;
	top: 25%;
	left: 0;
	width: 100%;
	display: table;
}

.top ul.navi li {
	display: table-cell;
	text-align: center;
}

.top ul.navi li a {
	font-size: 1.2em;
	display: block;
	width: 100%;
	padding: 1em 0;
}


.container section h2 {
	font-size: 1.6em;
	margin: 0 auto .5em;
}
.message .jp {
	margin-bottom: 2.5em;
}
.message .en {
	display: none;
}
.corporate .message {
	margin: 0 2%;
	width: 96%;
}
.about .fp-controlArrow {
	top: 14%;	
}
.recruit .fp-controlArrow {
	top: 11.5%;
}
.about .fp-controlArrow.fp-prev,
.recruit .fp-controlArrow.fp-prev {
	border-width: 8px 12px 8px 0;
	border-color: transparent rgba(0,0,0,.75) transparent transparent;
}
.about .fp-controlArrow.fp-next,
.recruit .fp-controlArrow.fp-next {
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent rgba(0,0,0,.75);
}
.corporate table {
	border-spacing: 0 .25em;
}
.corporate table th,
.corporate table td {
	padding: .25em .5em;
}
.corporate table th {
	width: 6.5em;
}
.corporate .products ul li {
	display: inline;
}
.corporate .products ul li:after {
	content: "、";
}
.corporate .products ul li:last-child:after {
	content: "";
}
.corporate table td .tel {
	display: block;
}
.vbtn td img {
	display: none;
}

body.recruit h1 {
	font-size: 1.5em;
}
.container .section.recruit .corporate:first-child h2,
.container .section.recruit h2 {
	font-size: 1.5em;
}
body.recruit .container section {
	overflow: auto;
}
/*body.home .section.recruit .message.detail {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 80%;
}*/
body .message.detail {
	margin-bottom: 4em;
}
body.recruit.step .message {
	height: 90%;
}
.recruit .message .topic h3 {
	font-size: 1.25em;
}
.recruit .message ul.block li {
	width: 99%;
	float: none;
}
.recruit .message ul.block li img {
	display: none;
}
.recruit .message ul.block li h4 {
	border: none;
	margin: 0;
}
.recruit .message ul.block .more {
	margin-top: 4px;
}
.recruit .message ul.block li p {
	display: none;
}
.recruit .message .topic .text {
	width: 100%;
}
.recruit .message .topic>img {
	display: none;
}
.recruit .message table {
	width: 99%;
	float: none;
}
body.recruit.form section,
body.recruit.step section,
body.recruit.confirm section {
	padding: 1.5em 0;
}
body.recruit.form table tr,
body.recruit.form table th,
body.recruit.form table td,
body.recruit.step table tr,
body.recruit.step table th,
body.recruit.step table td {
	display: block;
	width: 100%;
}
body.recruit.form table tr {
	margin: .5em 0;
}
body.recruit.form table th,
body.recruit.step table th {
	border-radius: 4px 4px 0 0;
}
body.recruit.form table td,
body.recruit.step table td {
	border-radius: 0 0 4px 4px;
	overflow: hidden;
}
body.recruit .message .item label {
	width:49%;
}

body.recruit.confirm table th {
	width: 40%;
}
body.recruit.confirm .privacy_box {
	width: 99%;
}

.footer {
	bottom: .75em;
	right: .75em;
}
.footer a {
	width: 60px;
	height: 60px;
}
