@charset "utf-8";
/* apply */
#apply {
	padding:30px 15px 0;
}
#apply h1,
#apply h2 {
	color:#2A0A01;
	font-size:20px;
	font-family:"游明朝","YuMincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E",serif;
	text-align:center;
	line-height:.9;
}
#apply h2 {
	margin-top:35px;
}
#apply h3 {
	margin:20px auto 10px;
	color:#330000;
	text-align:center;
}
#apply h1 img {
	width:80px;
}
#apply table {
	width:100%;
	margin:10px auto 25px;
}
#apply th {
	width:8em;
	padding:.8em .3em;
	border:solid 1px #2A0A01;
	background:#FFCC33;
	color:#330000;
	font-size:10px;
	text-align:center;
	line-height:1.5;
	vertical-align:middle;
}
#apply td {
	padding:.8em 1em;
	border:solid 1px #2A0A01;
	color:#333;
	font-size:10px;
	vertical-align:middle;
	line-height:1.5;
}
#apply td span.link {
	display:inline-block;
	margin-top:.8em;
	vertical-align:middle;
}
#apply td span.link a {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
#apply td span.link a::before {
	content:"";
	display:inline-block;
	width:0;
	height:0;
	margin-right:.5em;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #333;
	vertical-align:middle;
}
#apply td span.img {
	display:inline-block;
	width:70px;
	margin-right:5px;
}
#salary h2 img {
	width:75px;
}
section#part_time {

}
.add_box2.cfix {
    max-width: 701px;
    margin: 0 auto 50px;
}
.t_box2 {
    margin: 0 auto 30px;
}
.t_box2.imgt {
    max-width: 702px;
    width: 100%;
}
p.op1 {
    color: #c73939;
    font-size: 18px;
}
	p.aadd1 {
	    width: 90%;
	    margin: 0 auto;
	}
.brn_out {
    margin: 20px auto;
    max-width: 1200px;
    text-align: center;
}
.brn_out img {
    width: 9%;
}
div#content {
    position: relative;
}
.leftbnr {
    top: 120px;
    width: 15%;
    position: absolute;
    right: 0;
    z-index: 999;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 50px 20px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}
ul.ppbox {
    font-size: 1.2em;
}
ul.ppbox li {
    padding-left: 1em;
    text-indent: -1em;
    color: #330000;
}
ul.ppbox li span {
    font-size: 0.8em;
}

@media screen and (min-width: 768px) {
	#apply {
		padding:60px 0 0;
	}
	.brn_out img {
	    width: 25%;
	}
	#apply h1,
	#apply h2 {
		font-size:40px;
		line-height:.7;
	}
	#apply h1 {
	    color: #FFCC33;
	    font-weight: bold;
	    font-size: 36px;
	}
	#apply h1 img {
		width:120px;
	}
	#apply h3 {
		margin-top:40px;
		color:#2A0A00;
		font-weight:bold;
		font-size:16px;
	}
	#apply table {
		width:830px;
		margin:15px auto 60px;
	}
	#apply th {
		width:220px;
		color:#2A0A00;
		font-size:15px;
	}
	#apply td {
		padding:1em 3em;
		font-size:13px;
	}
	#apply td span.img {
		width:140px;
		margin-right:10px;
	}
	#salary h2 img {
		width:81px;
	}
	.t_box2 {
	    width: 90%;
	}
	p.aadd1 {
	    width: 100%;
	    margin: 0 auto;
	}

	.leftbnr {
	    position: absolute;
	    right: 0;
	    top: 10px;
	    max-width: 66px;
	    z-index: 999;
	}
}
@media screen and (max-width: 768px) {
	.popup-inner {
	    width: 90%;
	    padding: 50px 10px;
	}
	ul.ppbox li {
	    line-height: 1.8em;
}
	ul.ppbox li span {
	    display: block;
	    text-indent: 1px;
	}
	ul.ppbox {
	    font-size: 1.0em;
	}
}