@charset "utf-8";
/*
	Site Name: 株式会社松沢書店｜採用情報
	Version: 2.0
	Author: Shigeru Hanashima Peacepack, Inc.
*/
/*
===== universal reset =================================
*/
* {
	margin:0;
	padding:0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

/*
===== general =================================
*/
body {
	line-height:1.6em;
	font-size:120%;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}

header {
	margin-bottom:3.0em;
	width:100%;
	background:#fff;
	border-bottom:solid 1px #ccc;
	position:fixed;
	z-index:1000;
}

header.home {
	margin-bottom:0;
}

.cover {
	position:relative;
	height:100vh;
	background:url(../images/cover.jpg) no-repeat center center;
	background-size:cover;
}

.jobdetail {
	padding-top:1.0em;
	text-align:center;
}

h2.jobtitle {
	padding:0.8em;
	font-size:120%;
	text-align:center;
	color:#fff;
	background:#df5a18;
}

.jobdetail h2 {
	margin-bottom:1.5em;
	padding-bottom:0.3em;
	font-size:160%;
	font-style:oblique;
	text-align:center;
	border-bottom:solid 3px;
}

.detaillink {
	position:absolute;
	top:40%;
	left:0;
	width:100%;
}

.detaillink a {
	display:block;
	margin:auto;
	padding:1.5em 2.0em;
	text-align:center;
	width:40%;
	font-size:130%;
	color:#fff;
	text-decoration:none;
	background:rgba(0, 0, 0, 0.5);
	border:solid 3px;
	border-radius:10px;
}

.detaillink a:hover {
	background:rgba(0, 0, 0, 0.3);
}

.panel {
		margin:0 auto 1.6em;
		padding-bottom:1.6em;
		border-bottom:solid 1px #ccc;
}

section {
	padding-bottom:2.0em;
}

section.thanks {
	text-align: center;
}

section.entry {
	margin-bottom:2.0em;
	text-align:center;
}

section:nth-child(even) {
	background:#fcf6ec;
}

#main, .page {
	padding-top:120px;
	padding-bottom:2.0em;
}


.txt h2 {
	margin-bottom:1.6em;
	padding:0.8em;
	font-size:120%;
	color:#fff;
	background:#df5a18;
}

h3 {
	margin-bottom:1.6em;
	padding:1.2em;
	font-size:150%;
	color:#fff;
	text-align:center;
	background:#df5a18;
}

p {
	margin-bottom:1.0em;
}

ul {
	margin:0 0 1.0em 1.6em;
}


span.caution {
	margin-left:0.8em;
	padding:0.2em 0.5em;
	font-size:80%;
	font-weight:normal;
	color:#fff;
	background:#c00;
	border-radius:3px;
}

section.detail {
	position:relative;
	margin-bottom:1.0em;
	padding:0 0 2.0em;
	background:#fff;
	border:solid 1px #ccc;
}

section.detail h3 {
	padding:0.3em;
	font-size:100%;
	color:#fff;
	text-align:center;
	background:#666;
}

section.detail p {
	text-align:left;
}

section.detail a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

section.detail a:hover {
	background:#eee;
	opacity:0.5;
}

section.detail p {
	margin:0.5em;
	font-size:90%;
}

section.detail .more {
	position:absolute;
	right:0;
	bottom:0;
	margin-right:10px;
	margin-bottom:10px;
	padding:0 0.5em;
	font-size:70%;
	color:#fff;
	text-align:center;
	background:#ed9d18;
}

section.detail .more:after {
	content:"\0bb";
	margin-left:0.2em;
}

ul.keyword:before,
ul.keyword:after
 {
	content: " ";
	display: table;
}

ul.keyword:after {
	clear: both;
}

ul.keyword {
	*zoom: 1;
	margin:0;
	list-style:none;
}

.keyword li {
	float:left;
	margin:5px;
	padding:0.5em 1.6em;
	font-size:90%;
	font-weight:bold;
	color:#343;
	border:solid 2px;
}

.btn_joblist ul {
	margin:10px !important;
	list-style:none;
	display:flex;
	justify-content:space-around;
}

.btn_joblist li {
	margin:3px;
}

.btn_joblist a {
	display:block;
	padding:0.6em 0.8em;
	font-size:80%;
	color:#fff;
	background:#ef9e00;
	text-decoration:none;
	border-radius:4px;
}

.btn_joblist a:hover {
	opacity:0.8;
}


.btn {
	text-align:center;
}

.btn a {
	display:block;
	margin:1.6em auto;
	padding:1.2em;
	max-width:60%;
	font-size:140%;
	color:#fff;
	text-decoration:none;
	background:#ee9d17;
	border-radius:6px;
}

.privacy a {
	display:block;
	margin:1.6em auto;
	padding:0.8em;
	max-width:50%;
	font-size:85%;
	color:#fff;
	text-decoration:none;
	background:#ee9d17;
	border-radius:6px;
}

.btn a:hover, .privacy a:hover {
	opacity:0.8;
}

.btn.back a {
	max-width:80%;
	font-size:80%;
}

.website a {
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:1.5em 0;
	width:80%;
	font-size:140%;
	color:#fff;
	text-decoration:none;
	text-align:center;
	background:#6b6b6b;
	border-radius:8px;
}

.website a:after {
	margin-left:1.0em;
	content:url("../images/blank.png")
}

.website a:hover {
	background:#ccc;
}

#botup {
	position:fixed;
	bottom:80px;
	right:10px;
	z-index: 998;
}

#botup a {
	display:table-cell;
	width:45px;
	height:45px;
	font-size:16px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	vertical-align: middle;
	background:#666;
	transition: background-color 0.3s ease-in;
}

#botup a:hover {
	color:#333;
	background:#ccc;
}

footer {
	padding:0.5em 1.0em;
	text-align:center;
	font-size:80%;
	color:#fff;
	background: #df5a18;
}

footer .black {
	display:none;
}

footer a {
	color:#fff;
}

footer a:hover{
	text-decoration:none;;
}

.getjob img {
	vertical-align:middle;
}

/*---フォームとか---*/

.btn input {
	color:#fff;
	background:#ee9d17;
	border: 0;
	padding: 0.3em 15%;
	border-radius: 3px;
}

.btn input:hover {
	opacity:0.8;
	cursor:pointer;
}

.btn input.reset {
	font-size:70%;
	padding: 0.3em 4%;
}

.error_messe {
	margin:3.0em;
	padding:0.5em;
	border:solid 2px #cc0000;
}

.slick-prev {
    z-index:100;
}

.form {
	font-size:120%;
}

.age {
	width:4.0em;
}

/*---テーブルとか---*/
table {
	margin-bottom:1.5em;
}

table.info {
	width:100%;
	border-collapse: collapse;
}

table.info th {
	padding:1.2em 0.8em;
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
	border-bottom:solid 1px;
}

table.info td {
	padding:1.2em 0.8em;
	text-align:left;
	vertical-align:top;
	border-bottom:solid 1px;
}


@media screen and (min-width: 768px) {
	header {
		padding:5px 10px;
		display:flex;
		justify-content:space-between;
		align-items: center;
	}

	.slider {
		margin:0 auto;
		width:95%;
	}
	.website a br {
		display: none;
	}

	.pagetitle h1 img {
		width:450px;
	}

	.inn {
		margin-left:auto;
		margin-right:auto;
		max-width:980px;
	}

	.panel {
		display:flex;
		justify-content:space-around;
	}

	.photo {
		width:100%;
	}

	.panel div.txt {
		flex-basis:50%;
	}

	.panel img {
		width:100%;
	}

	.flex {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}

	.flex .detail {
		flex-basis:48%;
		background:none;
	}
}

@media screen and (max-width: 768px) {
	header {
		padding-top:0.5em;
		text-align:center;
	}

	#main {
		padding-top:180px;

	}

	.btn_joblist ul {
		flex-wrap:wrap;
	}

	.btn_joblist li {
		flex-basis:45%;
	}

	.btn_joblist a {
		padding:0.4em 0.2em;
	}

	.pagetitle h1 {
		border-bottom:solid 1px #ccc;
	}

	.pagetitle h1 img {
		width:300px;
	}

	.btn_joblist a {

	}

	#main img {
		max-width:100%;
	}

	.inn {
		margin-left:auto;
		margin-right:auto;
		width:90%;
	}

	th, td {
		display:block;
		width:100%;
	}

	.btn a {
		font-size:80%;
	}

	.website a {
		font-size:90%;
	}

	.form {
		width:100%;
	}
	
	.assurance {
	margin-left:auto;
	margin-right:auto;
	width:75%;
	text-align:left;
  }

  .assurance br {
	display:none;
  }
}

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

	.detaillink a {
		font-size:100%;
	}

}
