@charset "utf-8";
@import url(../style.css?v=1);
@import url(../job_list.css?v=1);

a {
	color: #383838;
	cursor: pointer;
	display: block;
}

main {
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
}

main .content {
	width: 96%;
	margin: 0 2%;
}

@media only screen and (min-width: 640px) {
	main .content {
		display: inline-block;
		width: 64%;
	}
}

/* サイドナビ */
.side_nav {
	display: none;
}

@media only screen and (min-width: 640px) {
	.side_nav {
			display: inline-block;
			font-weight: bold;
			vertical-align: top;
			position: -webkit-sticky;
			position: sticky;
			top: 40px;
			z-index: 1;
			width: 30%;
	}
}

.side_nav > div {
	margin: 2em auto 2em;
	box-shadow: 2px 2px 10px #595959;
	background-color: #fff;
    box-shadow: 2px 2px 8px #bbb;
	padding: 16px 0;
}

@media only screen and (min-width: 900px) {
	.side_nav > div {
		margin: 2em auto 2em 48px;
	}
}

.side_nav .research {
	text-align: left;
	margin: 8px 0;
	padding: 0 1em;
}

.side_nav .research img {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
}

.side_nav .research .text {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}

.side_nav .research .button_area {
	width: auto;
}

.side_nav .research .button_area .button {
	box-sizing: border-box;
	width: 100%;
	font-size: medium;
}


.side_nav .nav_list {
	margin: 0 0 2.5em;
	display: none;
}

.side_nav .nav_list li {
	border-bottom: 2px solid #eee;
}

.side_nav .nav_list a {
	display: block;
	padding: 16px 0;
	cursor: pointer;
}

.side_nav .nav_list p {
	display: inline-block;
	margin-left: 15%;
	font-size: 18px;
	font-weight: bold;
}

.side_nav .nav_list span {
	display: block;
	float: right;
	margin-right: 15%;
	border: 1px solid #383838;
	width: 64px;
	text-align: center;
	color: #3c5da8;
	border-radius: 4px;
}

/* トップ見出し */
.content .heading {
	margin: 1em 0;
	font-family: "Yu Gothic Medium", "YuGothicMedium", sans-serif;
}

.content .heading .result {
	font-size: 18px;
}
.content .heading.fulltime span {
	color: #3c5da8;
	font-size: 24px;
}
.content .heading.parttime span {
	color: #f34444;
	font-size: 24px;
}

.content .heading .research_top {
	display: block;
	width: 200px;
	padding: 6px;
	margin: 2em 0;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	transition: all .2s;
}
.content .heading.fulltime .research_top {
	border: 1px solid #3c5da8;
	color: #3c5da8;
}
.content .heading.parttime .research_top {
	border: 1px solid #f34444;
	color: #f34444;
}
.content .heading.fulltime .research_top:hover {
	background-color: #3c5da8;
	color: white;
}
.content .heading.parttime .research_top:hover {
	background-color: #f34444;
	color: white;
}

/* 再検索ボタン */
.content .research {
	position: fixed;
	bottom: 60px;
	right: 20px;
	width: 130px;
	height: 50px;
	border-radius: 40px;
	background-color: #f34444;
	box-shadow: 0 0.5px 5px #888;
	z-index: 1;
}

@media only screen and (min-width: 640px) {
	.content .research {
		display: none;
	}
}

.content .research a {
	display: block;
	position: relative;
	height: 100%;
}

.content .research a .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -54%);
	text-align: center;
	width: 100%;
}

.content .research img {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
}

.content .research p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: white;
	font-family: "Yu Gothic Medium", "YuGothicMedium", sans-serif;
}

.button.newgrads {
	display: inline-block;
	box-sizing: border-box;
	background-color: #059900;
	border: 1px solid #059900;
	margin: 0.3em;
	padding: 0.5em 1em;
	color: white;
	text-decoration: none;
	border-radius: 1.2em;
	line-height: 1.2em;
	cursor: pointer;
	font-size: medium;
	font-weight: bold;
	font-family: "Yu Gothic Medium", "YuGothicMedium", sans-serif;
}
