﻿#jobutto_wrap {
	margin: 60px;
	font-size: 18px;
	line-height: 1.8;
}

.pulldown{display: inline-block;
	margin-right:0.5vw;
	width: auto;
	color: #FF4500;
 }
 /* IE11 hide native button (thanks Matt!) */
  .pulldown select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	height: 2rem;
	float: right;
	padding: 0rem 2rem 0rem 0.5rem;
	font-size: 1rem;
	color: #333;
	background-color: #ffffff;
	background-image: none;
	border: 2px solid #cccccc;
  }

.submitbtn,a.submitbtn{display: block;
	margin-top:2rem;
	margin-bottom:2rem;
	margin-left: auto;
    margin-right: auto!important;
	padding:0.5rem 1rem 0.5rem 1rem;
	text-align: center!important;
	color: #fff;
	background-color: #FF4500;
	border-radius: 100vh;
	border:none;
}
.submitbtn:hover {
	cursor: pointer;
  }
  
.not_search_txt{
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 0.5rem;
	line-height: 1.7rem;
	color: #FF4500;
}

.emtrybtn{
	position:fixed;
	width: 770px;
	z-index:1;
	border-width:3px;
	border-color: #ffd8ca;
	border-radius: 30px;
	font-weight: bold;
	color: #FF4500;
	background-color: #FFF;
	bottom:1rem;
	font-size: 1.5rem;
	right:auto;
	left:auto;
	text-align: center;
	padding-top:0.3rem !important;
	border-style:solid;
	box-shadow: 3px 3px 3px #ffd8ca;
	transition: opacity .5s;
}
.emtrybtn::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 16rem;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-left: 12px solid #FF4500;
}

.emtrybtn:hover {
	cursor: pointer;
}

.emtrybtn.clear{
	opacity: 0;
}

footer{
	height: 95px;

  }

@media screen and (max-width: 640px) {

	.emtrybtn{
		position:fixed;
		font-weight: bold;
		z-index:1;
		bottom:0.5rem;
		padding: 0.5rem 0rem;
		font-size: 1.3rem;
		border-width:3px;
		line-height: 1.2rem;
		left:auto;
		text-align: left;
		width: 90%;
		padding-top:0.5rem !important;
		padding-left:2rem !important;
		box-shadow: 2px 2px 2px #ffd8ca;;
		box-sizing: border-box;
	}
.emtrybtn::before {
	left: 1rem;
}
	.not_search_txt{
		font-size: 1.25rem;
	}
	
	footer{
		height: 458px;
	
	  }
}
  

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.5);
  }
  .Modaltitle{
	text-align: center;
	background-color: #FF4500;
	color: #fff;
	font-weight: bold;
	font-size: 2.5rem;
  }

.modal-cap{
	margin-top: 1rem;
	text-align: center;
	font-weight: bold;
	font-size: 1.75rem;
}

.modal-content {
	background-color: #ffffff;
	margin: 5% auto;
	padding: 1rem;
	height: auto;
	width: 50rem;
	box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
	animation-name: modalopen;
	animation-duration: 1s;
  }

.modal-tel{
	display: block;
	text-align: center !important;
	font-size: 3rem;
	color:  #FF4500 !important;
	font-weight: bold;
}

.hr{
	border-width: 3px !important;
	margin: 1rem 0rem;
}

.modal_tel_subject{
	font-size:1.15rem;
	text-align: center;
	}

.announce{
	font-size:1.15rem;
	margin: -0.5rem  0rem  1.5rem  1rem;
}

.modal-cr{
	font-size:1.8rem;
	color: #FF4500;
	font-weight: bold;
	line-height: 3.5rem;
}

.modal-fukidashi{
	font-size: 1.2rem;
	display: inline-block;
	line-height: 34px;
	border: 1px solid #AAA;
	padding: 0 8px;
	border-radius: 2px;
	vertical-align: bottom;
	color: #888;
	position: relative;
	bottom:0.5rem;
}
.modal-fukidashi:after, .modal-fukidashi:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.modal-fukidashi:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 5px;
	margin-top: -5px;
}
.modal-fukidashi:before {
	border-color: rgba(170, 170, 170, 0);
	border-left-color: #AAAAAA;
	border-width: 6px;
	margin-top: -6px;
}	

.modal-lineBtn {
	width: 116px;
	position: relative;
	top:-0.5rem;
}

.modal_adless{
	font-size:1.25rem;
	font-weight: bold;
	margin-bottom: -3rem;
}

.modal_g-recaptcha {
	transform:scale(0.77);
	transform-Origin:0 0;
}

  @keyframes modalopen {
	from {opacity: 0}
	to {opacity: 1}
  }

  .modalClose {
	float:left;
	position: relative;
	top: -0.4rem;
	left: 0.5rem;
	font-size: 1.5rem;
	color: #CCC;
  }

  .modalClose:hover {
	cursor: pointer;
  }


@media screen and (max-width: 640px) {

	.modal {
		display: none;
		position: fixed;
		z-index: 1;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		overflow: auto;
		background-color: rgba(0,0,0,0.5);
	  }
	  .Modaltitle{
		text-align: center;
		background-color: #FF4500;
		color: #fff;
		font-weight: bold;
		font-size: 1.5rem;
	  }
	
	.modal-cap{
		margin-top: 1.4rem;
		text-align: center;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 1.65rem;
	}
	
	.modal-content {
		background-color: #ffffff;
		padding: 1rem;
		height: auto%;
		width: 90%;
		box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
		animation-name: modalopen;
		animation-duration: 1s;
	  }
	
	.modal-tel{
		display: block;
		text-align: center !important;
		font-size: 2rem;
		color:  #FF4500 !important;
		font-weight: bold;
	}
	
	.hr{
		border-width: 3px !important;
		margin: 1rem 0rem ;
	}

	.modal_tel_subject{
		font-size:0.9rem;
		line-height: 1.2rem;
		margin-bottom: 0.75rem;
		}
			
	.modal-fukidashi{
		font-size:0.8rem;
		display: inline-block;
		line-height: 30px;
		border: 1px solid #AAA;
		padding: 0 6px;
		border-radius: 2px;
		vertical-align: bottom;
		color: #888;
		position: relative;
		left: 1rem;
		margin-top: 0.5rem;
	}
	.modal-fukidashi:after, .modal-fukidashi:before {
		left: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.modal-fukidashi:after {
		border-color: rgba(255, 255, 255, 0);
		border-left-color: #ffffff;
		border-width: 5px;
		margin-top: -5px;
	}
	.modal-fukidashi:before {
		border-color: rgba(170, 170, 170, 0);
		border-left-color: #AAAAAA;
		border-width: 6px;
		margin-top: -6px;
	}	

	.modal-lineBtn {
		width: 100px;
		position: relative;
		left: 1rem;
	}
	

	.modal_adless{
		font-size:1rem;
		font-weight: bold;
		margin-bottom: -3rem;
		line-height: 1.6rem;
	}


	.modal-cr{
		font-size:1.3rem;
		font-weight: bold;
		color: #FF4500;
		line-height: 2.5rem;
		margin-bottom: 1rem;
	}

	.modal_g-recaptcha {
		transform:scale(0.5);
		transform-Origin:0 0;
	}

	.announce{
		font-size:0.9rem;
		line-height: 1.25rem;
	}
	  @keyframes modalopen {
		from {opacity: 0}
		to {opacity: 1}
	  }
	
	  .modalClose {
		float:left;
		position: relative;
		top: -0.4rem;
		left: 0.5rem;
		font-size: 1.5rem;
		color: #CCC;
	  }
	
	  .modalClose:hover {
		cursor: pointer;
	  }

}



@media screen and (max-width: 640px) {
	#jobutto_wrap {
		margin: 20px;}
	#jobs{margin-top:-4rem;}
	.pankuzu{display:none;}
}
#jobutto_wrap ul,#jobutto_wrap ol {
}
#header_catch {
	text-align: center;
}
#header_catch img {
	margin-bottom: 28px;
}
#header_catch img#job-tto_logo {
	margin: 20px 5% 60px;
	width: 90%;
}
@media screen and (max-width: 640px) {
	#header_catch img#job-tto_logo {
		margin: 4px auto 28px;
	}
}
h1 {
	font-size: 150%;
}
h1 span {
	display: inline-block;
}
h1 span.bold {
	font-weight: bold;
}
.banner {
	text-align: center;
	margin: 12px auto;
}
h2 {
	text-align: center;
	color: #0068B6;
	font-weight: bold;
	font-size: 20px;
	margin: 60px 0 30px;
	padding: 0 8px;
	border-bottom: 2px solid #0068B6;
}
#index {
	margin: 20px;
	padding: 20px 32px;
	line-height: 1.8;
	border: 1px dotted #AAA;
	border-radius: 2px;
}
@media screen and (max-width: 640px) {
	#index {
		margin: 8px 0;
		padding: 8px 32px;
		font-size: 16px;
	}
}
#index ul {
	margin-left: 20px;
}
.img_catch {
	text-align: center;
	margin: 8px;
}
.photos {
	margin-bottom: 20px;
}
.photos:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
.photos div {
	float: left;
	width: 300px;
	padding: 20px 45px;
}


@media screen and (max-width: 640px) {
	.photos div {
		float: none;
		width: auto;
		padding: 0;
		text-align: center;
		margin: 20px auto;
	}
}
.photos img {
}
@media screen and (max-width: 640px) {
	.photos img {
		width: 60%;
		max-width: 60%;
	}
}
.photos p {
	font-size: 14px;
}
.img_center {
	text-align: center;
	font-size: 14px;
}
@media screen and (max-width: 400px) {
	.img_center img {
		width: 80%;
	}
	#jobs{
		margin-top:-4rem;
	}
	.pulldown{margin-bottom: 0.2rem;}
	.submitbtn,a.submitbtn{display: block;
		margin-top:1rem;
		margin-bottom:1rem;}
}
.snsArea {
	text-align: center;
	padding: 8px 0 36px;
}
.fukidashi {
	display: inline-block;
	line-height: 34px;
	border: 1px solid #AAA;
	padding: 0 8px;
	border-radius: 2px;
	vertical-align: bottom;
	color: #888;
	position: relative;
}
.fukidashi:after, .fukidashi:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.fukidashi:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 5px;
	margin-top: -5px;
}
.fukidashi:before {
	border-color: rgba(170, 170, 170, 0);
	border-left-color: #AAAAAA;
	border-width: 6px;
	margin-top: -6px;
}
a.link_btn {
	display: block;
	margin: 8px auto 12px;
	width: 80%;
	background-color: #0068B6;
	color: #FFF;
	font-weight: bold;
	padding: 12px;
	padding-left: 28px;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #CCC;
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
	position: relative;
	vertical-align: middle;
}
@media screen and (max-width: 640px) {
	img.lineBtn {
		width: 116px;
	}
}
a.link_btn::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 12px;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-left: 12px solid #FFF;
}
dl {
	width: 600px;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 640px) {
	dl {
		width: 90%;
	}
}
dl dt {
	color: #0068B6;
	font-weight: bold;
	margin-top: 20px;
	padding: 0 8px;
	font-size: 18px;
	border-bottom: 1px dotted #0068B6;
}
@media screen and (max-width: 640px) {
	dl dt {
		padding: 0 4px;
	}
}
dl dd {
	margin: 4px;
}
@media screen and (max-width: 640px) {
	dl dd {
		margin: 0;
	}
}
#merit {
}
#merit em {
	font-weight: bold;
}
#process {
}
#process ol {
	margin-left: 2em;
}
#job_wrap {
	background-color: #FFF9B0;
	padding: 12px;
}
#job_wrap:after{
	content:".";display:block;height:0;clear:both;visibility:hidden;
}
.job {
	background-color: #FFF;
	line-height: 1.4;
	width: 352px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 12px;
	padding: 8px;
	box-shadow: 2px 2px 1px #DDD;
	-moz-box-shadow: 2px 2px 1px #DDD;
	-webkit-box-shadow: 2px 2px 1px #DDD;
}
.job:nth-child(even) {
	margin-left: 12px;
}
@media screen and (max-width: 640px) {
	#job_wrap {
		padding: 4px;
		margin: 0 -20px;
	}
	.job {
		width: auto;
		display: block;
		margin: 12px auto;
	}
	.job:nth-child(even) {
		margin: 12px auto;
	}
}
.job_header {
}
.job_header a {
	text-decoration: underline;
	font-weight: bold;
}
span[class^="koyo_"] {
	font-size: 12px;
	border-radius: 0 2px 2px 0;
	display: inline-block;
	padding: 2px 4px 2px 2px;
	line-height: 1;
	border: 1px solid #AAA;
	border-left-width: 5px;
	border-left-width: 5px;
	color: #333;
	margin-right: 2px;
}
span.koyo_1 {border-left-color: #076AB6;}
span.koyo_2 {border-left-color: #076AB6;}
span.koyo_3 {border-left-color: #076AB6;}
span.koyo_4 {border-left-color: #23AB37;}
span.koyo_5 {border-left-color: #FFDA00;}
span.koyo_6 {border-left-color: #FFDA00;}
span.koyo_7 {border-left-color: #F39806;}
span.koyo_8 {border-left-color: #F39806;}
span.koyo_9 {border-left-color: #F39806;}
span.koyo_10 {border-left-color: #804F1B;}
span.koyo_11 {border-left-color: #7D7E7E;}
.job_catchcopy {
	font-weight: bold;
	margin: 4px 0;
}
.job_detail {
}
.job_detail th {
}
.job_detail img {
	vertical-align: middle;
	margin-right: 4px;
}
.job_detail p {
	width: 332px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 1.6;
}

@media screen and (max-width: 640px) {
	.job_detail {
		max-width: 300px;
		width: 90%;
	}
	.job_detail p {
		width: auto;
	}
}
@media screen and (max-width: 320px) {
	.job_detail {
		max-width: 280px;
	}
}
.jyouken_icon {
	font-size: 14px;
	text-align: center;
	margin-top: 4px;
}
.jyouken_icon span {
	background-color: #DDD;
	width: 32%;
	text-align: center;
	display: inline-block;
	padding: 2px 0;
}
.jyouken_icon span + span {
	margin-left: 2px;
}
.jyouken_icon span.wj_ok {
	background-color: #FFF33F;
}
.jyouken_icon span.wj_none {
	color: #CCC;
	background-color: #EEE;
}
#entry {
}
#entry a.tel {
	font-size: 24px;
	font-weight: bold;
	color: #F00;
}
@media screen and (max-width: 640px) {
	#entry a.tel {
		text-decoration: underline;
	}
}
#bot_check {
	margin-bottom: 1em;
	margin-left: 1em;
}
@media screen and (max-width: 640px) {
	#bot_check form {
		width: 260px;
	}
	.g-recaptcha {
		transform:scale(0.77);
		transform-Origin:0 0;
	}
}
.ma {
	background-color: #FFFDE2;
	padding: 8px;
	border: 1px solid #FFF33F;
	margin: 8px 0;
}
.ma a {
	display: inline-block;
}
#map {
	width: auto;
	height: 400px;
	margin: 40px auto;
}
#map iframe {
	width: 100%;
	height: 100%;
}
.cr {
	color: #F00;
}

@media screen and (max-width: 640px) {
}


