@charset "UTF-8";
/* ==============================
DETAIL PAGE STYLING

- OLD(←old.css)

- header

- main
-- 状態タブ(list-inline)
-- タイトル

============================== */
/* ----------------------------
OLD
----------------------------- */
.visible-xs {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	.hidden-xs {
		display: none !important;
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px; }
.btn:hover, .btn:focus, .btn.focus {
	color: #333;
	text-decoration: none; }
.btn.disabled {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none; }

a.btn.disabled  {
	pointer-events: none; }

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc; }
.btn-default:focus, .btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c; }
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad; }
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad; }
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
	background-image: none; }
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc; }

@media (max-width: 980px) {
	.btn-default {
		width: 100%;
		font-size: 1.1rem;
	}
}


.mb-0 {
	margin-bottom: 0px !important;
}
.fs-10 {
	font-size: 1.0rem; }
.fs-11 {
	font-size: 1.1rem; }

.fs-12 {
	font-size: 1.2rem; }

.fs-13 {
	font-size: 1.3rem; }

.fs-14 {
	font-size: 1.4rem; }

.fs-16 {
	font-size: 1.6rem; }

.fs-18 {
	font-size: 1.8rem; }

.fs-20 {
	font-size: 2.0rem; }

.fs-22 {
	font-size: 2.2rem; }

.fs-26 {
	font-size: 2.6rem; }

.fw-bold {
	font-weight: bold; }

.fw-normal {
	font-weight: normal !important; }

table th {
	font-weight: bold;
}

table td, table th {
	padding: 9px 10px;
	text-align: left;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	margin: 0 1em;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

* {
	box-sizing: border-box;
}

*:before, *:after {
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #333333;
	background-color: #fff;

	min-width: 1024px;
}
@media screen and (max-width: 768px){
	body {
		min-width: auto;
	}
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #94c877;
	text-decoration: none;
}

a:hover, a:focus {
	color: #23527c;
	/*text-decoration: underline;*/
	opacity: .7;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1;
	color: inherit;
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin: 0;
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
	font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
	font-size: 75%;
}

h1, .h1 {
	font-size: 36px;
}

h2, .h2 {
	font-size: 30px;
}

h3, .h3 {
	font-size: 24px;
}

h4, .h4 {
	font-size: 18px;
}

h5, .h5 {
	font-size: 14px;
}

h6, .h6 {
	font-size: 12px;
}

p {
	margin: 0;
}

small, .small {
	font-size: 85%;
}

.text-muted {
	color: #ccc;
}

ul, ol {
	margin: 0;
	padding: 0;
}

dl {
	margin: 0;
}

dt, dd {
	line-height: 1;
}

dd {
	margin-left: 0;
}

.row {
	/* margin-left: -15px;
	margin-right: -15px; */
	margin-left: 0;
	margin-right: 0;
}
@media screen and (max-width: 980px){
	.row {
		margin: 0;
	}
}

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

.row:after {
	clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.33333%;
}

.col-xs-pull-2 {
	right: 16.66667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.33333%;
}

.col-xs-pull-5 {
	right: 41.66667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.33333%;
}

.col-xs-pull-8 {
	right: 66.66667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.33333%;
}

.col-xs-pull-11 {
	right: 91.66667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.33333%;
}

.col-xs-push-2 {
	left: 16.66667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.33333%;
}

.col-xs-push-5 {
	left: 41.66667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.33333%;
}

.col-xs-push-8 {
	left: 66.66667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.33333%;
}

.col-xs-push-11 {
	left: 91.66667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.33333%;
}

.col-xs-offset-2 {
	margin-left: 16.66667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333%;
}

.col-xs-offset-5 {
	margin-left: 41.66667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333%;
}

.col-xs-offset-8 {
	margin-left: 66.66667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333%;
}

.col-xs-offset-11 {
	margin-left: 91.66667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-1 {
		width: 8.33333%;
	}
	.col-sm-2 {
		width: 16.66667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.33333%;
	}
	.col-sm-5 {
		width: 41.66667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.33333%;
	}
	.col-sm-8 {
		width: 66.66667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.33333%;
	}
	.col-sm-11 {
		width: 91.66667%;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-pull-1 {
		right: 8.33333%;
	}
	.col-sm-pull-2 {
		right: 16.66667%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-4 {
		right: 33.33333%;
	}
	.col-sm-pull-5 {
		right: 41.66667%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-7 {
		right: 58.33333%;
	}
	.col-sm-pull-8 {
		right: 66.66667%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-10 {
		right: 83.33333%;
	}
	.col-sm-pull-11 {
		right: 91.66667%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-push-1 {
		left: 8.33333%;
	}
	.col-sm-push-2 {
		left: 16.66667%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-4 {
		left: 33.33333%;
	}
	.col-sm-push-5 {
		left: 41.66667%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-7 {
		left: 58.33333%;
	}
	.col-sm-push-8 {
		left: 66.66667%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-10 {
		left: 83.33333%;
	}
	.col-sm-push-11 {
		left: 91.66667%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-1 {
		width: 8.33333%;
	}
	.col-md-2 {
		width: 16.66667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333%;
	}
	.col-md-5 {
		width: 41.66667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.33333%;
	}
	.col-md-8 {
		width: 66.66667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333%;
	}
	.col-md-11 {
		width: 91.66667%;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.33333%;
	}
	.col-md-pull-2 {
		right: 16.66667%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.33333%;
	}
	.col-md-pull-5 {
		right: 41.66667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.33333%;
	}
	.col-md-pull-8 {
		right: 66.66667%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.33333%;
	}
	.col-md-pull-11 {
		right: 91.66667%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.33333%;
	}
	.col-md-push-2 {
		left: 16.66667%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.33333%;
	}
	.col-md-push-5 {
		left: 41.66667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.33333%;
	}
	.col-md-push-8 {
		left: 66.66667%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.33333%;
	}
	.col-md-push-11 {
		left: 91.66667%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66667%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
}

@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-1 {
		width: 8.33333%;
	}
	.col-lg-2 {
		width: 16.66667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333%;
	}
	.col-lg-5 {
		width: 41.66667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.33333%;
	}
	.col-lg-8 {
		width: 66.66667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333%;
	}
	.col-lg-11 {
		width: 91.66667%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.33333%;
	}
	.col-lg-pull-2 {
		right: 16.66667%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333%;
	}
	.col-lg-pull-5 {
		right: 41.66667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.33333%;
	}
	.col-lg-pull-8 {
		right: 66.66667%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333%;
	}
	.col-lg-pull-11 {
		right: 91.66667%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.33333%;
	}
	.col-lg-push-2 {
		left: 16.66667%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333%;
	}
	.col-lg-push-5 {
		left: 41.66667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.33333%;
	}
	.col-lg-push-8 {
		left: 66.66667%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333%;
	}
	.col-lg-push-11 {
		left: 91.66667%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
}

table {
	background-color: transparent;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>tfoot>tr>td {
	border: 1px solid #ddd;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
	margin: 4px 8px 0 0;
	margin-top: 1px \9;
	line-height: normal;
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555555;
	background: #E8F6E0;
	/*background-color: #fff;
	background-image: none;*/
	/*border: 1px solid #ccc;*/
	border: none;
	border-radius: 4px;
	/*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/
	box-shadow: none;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
	border-color: #E8F6E0;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232, 246, 224, 0.8);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea.form-control {
	height: auto;
}


.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.visible-md {
	display: block !important;
}

.visible-lg {
	display: block !important;
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

body {
	font-size: 10px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "?E??E? ?E?ゴシチE??", Osaka, sans-serif;
	line-height: 1.42857143;
	color: #333333;
}

.sp-show {
	display: none;
}

@media screen and (max-width: 980px) {
	.sp-show {
		display: block;
	}
}

.pc-break {
	display: inline-block;
}

@media screen and (max-width: 980px) {
	.pc-break {
		display: none;
	}
}

.sp-break {
	display: none;
}

@media screen and (max-width: 980px) {
	.sp-break {
		display: inline-block;
	}
}

.ml-10 {
	margin-left: 10px !important;
}
.pl-0 {
	padding-left: 0px !important;
}
header {
	width: auto;
	border-top: 4px solid #417DD3;
	border-bottom: 1px solid #ddd;
}

footer {
	margin-top: 20px;
}
.detail__related {
	/*margin: 20px 0;*/
	padding: 15px;
	/*background-color: #fff;*/
}

.ttl__related {
	/*margin-top: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 15px;*/
}

.list__related {
	padding-left: 30px;
}

.list__related li {
	font-size: 1.6rem;
	margin-bottom: 5px;
}

.application__area .display__table {
	display: table;
}

.application__area .display__table-cell {
	display: table-cell;
	vertical-align: middle;
}
.application__area .display__table-cell > a {
	padding-bottom: 3px;
	border-bottom: 1px solid #E8F6E0;
}
.application__area p.errorTxt {
	display: none;
	position: absolute;
	z-index: 100;
	min-width: 250px;
	max-width: 500px;
	padding: 3px 8px;
	color: #fff;
	-webkit-transform: translateY(-120%);
	transform: translateY(-120%);
	text-align: center;
	background-color: #eb0000;
	border-radius: 4px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

.application__area .month_and_day {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}

.application__area p.errorTxt::before {
	content:"!";
	margin-right: 3px;
	font-weight: bold; }
.application__area p.errorTxt::after {
	position: absolute;
	width: 0;
	height: 0;
	content: "";
	border-color: rgba(0, 0, 0, 0);
	border-style: solid;
	bottom: -3px;
	left: 80px;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #eb0000; }
@media screen and (max-width: 980px) {
	.application__area p.errorTxt {
		min-width: 0;
		margin-left: -30px;
		margin-right: 10px;
		padding-left: 14px;
		text-indent: -6px;
		text-align: left;
	}
	.application__area .display__table-cell > a {
		display: inline-block;
		margin-left: 0!important;
		margin-top: 13px;
	}
}
.js__sidefixed-area {
	position: relative;
}

.fs-12 {
	font-size: 1.2rem;
}

.application__form-group__name, .application__form-group__kana, .application__form-group__email, .application__form-group__phonenumber, .application__form-group__address--housenumber, .application__form-group__workarea {
	width: 100%;
}

.application__form-group__email .form-control {
	/*width: 40%;*/
	width: 410px;
	display: inline-block;
	vertical-align: bottom;
}

.application__form-group__phonenumber .form-control {
	width: 22%;
	display: inline-block;
	vertical-align: bottom;
}

.application__form-group__postnumber--first {
	width: 55px;
	display: inline-block;
	vertical-align: bottom;
}

.application__form-group__postnumber--second {
	width: 60px;
	display: inline-block;
	vertical-align: bottom;
}
.application__form-group__workarea .form-control {
	width: 40%;
	display: inline-block;
	vertical-align: bottom;
}
select::-ms-expand {
	display: none;
}

.application__form-group__freetext .form-control {
	width: 475px;
	height: 103px;
	display: inline-block;
	vertical-align: bottom;
}

.application__checkCta {
	padding: 15px 18px;
	border: none;
	border-radius: 5px;
	background: #F4F4F4;
	box-sizing: border-box;
	height: 150px;
	margin-left: 13px;
	overflow-y: scroll;
}

.checkCta__ttl {
	border-left: 3px solid #333;
	margin-top: 60px;
	padding-left: 10px;
	font-size: 1.4rem;
}

.application__form-group__workarea {
	width: 220px;
}

.application__form-group__workarea .form-control {
	width: 100% !important;
}

select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	/*padding-right: 20px;*/
	border: none;
	box-shadow: none;
	height: 45px;
	padding-left: 17px;
	background-color: #E8F6E0;
}

.select-wrapper {
	position: relative;
}

.select-wrapper::after {
	position: absolute;
	content: "";
	width: 14px;
	height: 6px;
	top: calc(50% - 3px);
	right: 10px;
	/*border-top: 6px solid #666;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 0 solid transparent;*/
	background: url(../img/detail/icon_arrow_bottom.svg) no-repeat center center / cover;
}

.application__form-group__workarea {
	width: 220px;
}

.application__form-group__workarea .form-control {
	width: 100%;
}
select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	padding-right: 24px;
}

.select-wrapper {
	position: relative;
}

/*.select-wrapper::after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	border-top: 6px solid #666;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 0 solid transparent;
}*/

.header {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc; }

.col-md-9 {
	width: 1024px;
}

/* ----------------------------
タブ(list-inline)
----------------------------- */
.list-inline {
	margin-bottom: 5px; }
.list-inline > li {
	display: inline-block; }
.list-inline > li + li {
	margin-left: 3px; }
.list-inline > li > .label {
	display: block;
	padding: 5px;
	font-size: 12px;
	font-weight: normal; }

.label-default {
	background-color: #777777; }
.label-default[href]:hover, .label-default[href]:focus {
	background-color: #5e5e5e; }

.label-primary {
	background-color: #fff;
	border: 1px solid #0560b6;
	color: #0560b6; }
.label-primary[href]:hover, .label-primary[href]:focus {
	background-color: #fff; }

.label-success {
	background-color: #E6B422; }
.label-success[href]:hover, .label-success[href]:focus {
	background-color: #E6B422; }

.label-spot {
	background-color: #A300D9; }

.label-info {
	background-color: #5bc0de; }
.label-info[href]:hover, .label-info[href]:focus {
	background-color: #31b0d5; }

.label-warning {
	background-color: #f0ad4e; }
.label-warning[href]:hover, .label-warning[href]:focus {
	background-color: #ec971f; }

.label-danger {
	background-color: #cc0000; }
.label-danger[href]:hover, .label-danger[href]:focus {
	background-color: #cc0000; }


/* ==========================================
detail
========================================== */
.noto-sans-jp {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.noto-sans {
  font-family: 'Noto Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.for-pc {
  display: block;
}

.detail__phone--sp {
	margin-top: 20px;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.detail__phone--sp .top {
	color: #fff;
	padding: 10px 12px;
	border-radius: 4px;
	background-color: #2764bc;
	font-size: 1.4rem;
	text-align: center; }
.detail__phone--sp .top p {
	margin: 0; }
.detail__phone--sp .middle {
	margin: 5px 0 0 0;
	font-size: 2.0rem;
	font-weight: bold;
	color: #2764bc;
	text-align: center; }
.detail__phone--sp .middle p {
	display: inline-block;
	margin: 0; }
.detail__phone--sp .bottom {
	font-size: 1.4rem;
	text-align: center; }
.detail__phone--sp .bottom p {
	display: inline-block;
	margin: 0; }
@media screen and (max-width: 980px) {

	.detail__row {
		display: block;
		padding: 0 10px;
	}

	.panel--result__body--title h1 {
		font-size: 1.6rem;
	}
	.detail__keep--sp--fixed {
		left: 0;
		padding-right: 0;
	}
	.detail__keep--sp--fixed .detail__keep--sp--wrap {
		padding: 15px;
		border: none;
	}
	.detail__keep--sp--wrap {
		padding: 15px 15px;
		border-radius: inherit;
		border: 1px solid #9abbec;
		background-color: #ddf1ff;
	}
	.detail__keep--sp--fixed .detail__keep--sp--wrap .btn-detail1 {
		padding: 11px 20px;
	}
	.detail__keep--sp .btn-detail1 {
		padding: 25px 20px;
	}
	.detail__btn-detail1__wrap {
		width: 100%;
		padding-right: 0;
	}
	.detail__phone--sp .top {
		padding: 0;
		background-color: #fff;
		color: #333;
	}
	.detail__phone--sp .middle {
		color: #333;
		font-size: 1.6rem;
	}
	.detail__phone--sp .middle .fa-phone {
		font-size: 1em;
	}
	/* 非常勤 */
	.detail__keep--sp--wrap--hijokin {
		border: 1px solid #e0e0e0;
		background-color: #eaf6e2;
	}
}


/* ----------------------------
タイトル
----------------------------- */
.panel--result__head {
	display: table;
	width: 100%; }

.panel--result__head--label {
	display: table-cell;
	vertical-align: middle; }

.panel--result__head--id {
	display: table-cell;
	vertical-align: middle;
	text-align: right; }

.panel--result__body--title {
	padding: 4px 60px 4px 10px;
	background-color: #00548f;
	position: relative; }

.part-color .panel--result__body--title {
	background-color: #0b652f;
	position: relative; }

.panel--result__body--title h1, .panel--result__body--title p, .panel--result__body--title h2 {
	margin: 0;
	font-size: 2.0rem;
	line-height: 1.4;
	color: #ffffff; }

.panel--result__body--title h1 {
	padding-right: 60px; }

@media screen and (max-width: 980px) {
	.panel--result__body--title, .part-color .panel--result__body--title {
		padding-right: 50px; }
	.panel--result__body--title h1 {
		padding-right: 0; } }

/* END @media
===========================*/
.table-more > .table ul {
	margin-left: 30px; }

@media screen and (max-width: 980px) {
	.panel--result__body--table .fs-18 {
		font-size: 1.4rem; }
	.table-more .table-more__button {
		display: none !important;
		font-size: 1.8rem;
		font-weight: bold;
		position: absolute;
		bottom: 0;
		width: 100%;
		text-align: center;
		padding: 60px 0 30px;
		margin: 0;
		background: transparent -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, #fff 70%);
		background: transparent -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, #fff 70%);
		background: transparent -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, #fff 70%);
		background: transparent linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, #fff 70%);
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd; }
	.table-more .table-more__button > span {
		padding: 10px 60px;
		box-sizing: border-box;
		border: 1px solid #5a9edf;
		font-size: 1.2rem;
		color: #0560b6;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #fafeff), color-stop(0, #ddf0fc));
		background: -webkit-linear-gradient(top, #fafeff 0%, #ddf0fc 88%);
		background: -moz-linear-gradient(top, #fafeff 0%, #ddf0fc 88%);
		background: -o-linear-gradient(top, #fafeff 0%, #ddf0fc 88%);
		background: -ms-linear-gradient(top, #fafeff 0%, #ddf0fc 88%);
		background: linear-gradient(to bottom, #fafeff 0%, #ddf0fc 88%);
		border-radius: 5px; }
	.detail__keep--sp--wrap {
		background-color: #ffe38d;
		border: none; }
	.detail__keep--sp--wrap .btn-info {
		padding: 15px 15px 15px 30px;
		line-height: 1.3;
		box-sizing: border-box;
		border: none;
		border-radius: 5px;
		box-shadow: 0px 4px 4px -4px #8a521e;
		background: -webkit-linear-gradient(top, #ffbb00 12%, #ff7c02 100%);
		background: linear-gradient(to bottom, #ffbb00 12%, #ff7c02 100%);
		color: #fff;
		font-size: 14px; }
	.detail__phone--sp {
		border-radius: 0;
		box-shadow: none; } }

/* END @media
===========================*/
/* ----------------------------
detail__work-list
----------------------------- */
.detail__work-list > dd > ul {
	margin-left: 40px; }
.detail__work-list > dd > ul > li {
	line-height: 2; }

/* ----------------------------
detail__bnr--premium
----------------------------- */
.ctaFromDetail {
	position: relative;
	margin-top: 25px;
	background-color: #ffe38d; }
.ctaFromDetail > a {
	display: table;
	width: 100%;
	height: 100%;
	padding: 20px 20px 20px 160px; }
.ctaFromDetail > a:before {
	content: "";
	position: absolute;
	top: -26px;
	left: 20px;
	display: block;
	width: 120px;
	height: 140px;
	background-image: url(/include/common/img/character_man02.png);
	background-repeat: no-repeat;
	background-position: left bottom; }
.ctaFromDetail > a:hover, .ctaFromDetail > a:active, .ctaFromDetail > a:focus {
	text-decoration: none; }

.ctaFromDetail_message {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.5;
	font-size: 14px;
	color: #333;
	font-weight: bold; }

.ctaFromDetail_btn {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 340px;
	height: 70px;
	padding: 15px 15px 15px 30px;
	line-height: 1.3;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 0px 4px 4px -4px #8a521e;
	background: -webkit-linear-gradient(top, #ffbb00 12%, #ff7c02 100%);
	background: linear-gradient(to bottom, #ffbb00 12%, #ff7c02 100%);
	color: #fff;
	font-size: 14px; }
.ctaFromDetail_btn:before {
	content: "無料";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 45px;
	height: 45px;
	margin-top: -22.5px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	color: #ff7e02;
	font-weight: bold; }
.ctaFromDetail_btn > span {
	display: block;
	font-size: 20px;
	font-weight: bold; }

/* ----------------------------
detail-for-member__text(モザイク)
----------------------------- */
.detail-for-member .detail-for-member__overlay {
	background-color: #efefef;
	position: absolute;
	width: 80%;
	height: 100%;
	/*opacity: 0.75;*/
	left: 20%;
	/*-webkit-filter: blur(5px);*/
	/*filter: blur(5px);*/ }

@media screen and (max-width: 980px) {
	.detail-for-member .detail-for-member__overlay {
		width: 70%;
		left: 30%; } }

.detail-for-member__text {
	position: absolute;
	top: 0;
	left: 20%;
	width: 80%;
	height: 100%;
	display: -webkit-box;
	/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;
	/*--- IE10 ---*/
	display: -webkit-flex;
	/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: center;
	/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: center;
	/*--- IE10 ---*/
	-webkit-justify-content: center;
	/*--- safari（PC）用 ---*/
	justify-content: center;
	-webkit-box-align: center;
	/*--- Androidブラウザ用 ---*/
	-ms-flex-align: center;
	/*--- IE10 ---*/
	-webkit-align-items: center;
	/*--- safari（PC）用 ---*/
	align-items: center; }
.detail-for-member__text p:first-of-type {
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 3px;
	box-shadow: 0px 4px 4px -4px #8a521e;
	background: -webkit-linear-gradient(top, #ffbb00 30%, #ff7c02 100%);
	background: linear-gradient(to bottom, #ffbb00 30%, #ff7c02 100%);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	height: 45px;
	line-height: 45px; }
.detail-for-member__text p:first-of-type > a {
	color: #fff;
	font-weight: normal; }

@media screen and (min-width: 980px) {
	.detail-for-member__text {
		right: 30px; } }

@media screen and (max-width: 980px) {
	.detail-for-member__text {
		left: 30%;
		width: 70%; }
	.detail-for-member__text p:first-of-type {
		width: 90%;
		height: auto;
		padding: 5px;
		line-height: 1; }
	.detail-for-member__text p:first-of-type a {
		font-size: 12px;
		line-height: 1.3; } }

/*　※削除調整 */
/* ----------------------------
inquiry__area
----------------------------- */
.inquiryArea {
	width: 230px;
	background-color: #ffe38d;
	border: 1px solid #ffb200; }
.inquiryArea > a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 15px;
	box-sizing: border-box;
	color: inherit;
	background-image: url(/include/common/img/character_man02.png);
	background-repeat: no-repeat;
	background-position: center 80px; }
.inquiryArea > a:hover, .inquiryArea > a:active, .inquiryArea > a:focus {
	text-decoration: none; }

.inquiryArea_message {
	font-size: 15px;
	line-height: 1.2; }

.inquiryArea_btn {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 15px 15px 25px;
	margin-top: 130px;
	line-height: 1.3;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 0px 4px 4px -4px #8a521e;
	background: -webkit-linear-gradient(top, #ffbb00 12%, #ff7c02 100%);
	background: linear-gradient(to bottom, #ffbb00 12%, #ff7c02 100%);
	color: #fff;
	font-size: 18px;
	font-weight: bold; }
.inquiryArea_btn:before {
	content: "無料";
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 45px;
	height: 45px;
	margin-top: -22.5px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	color: #ff7e02;
	font-weight: bold; }

@media screen and (max-width: 980px) {
	.inquiryArea {
		width: auto; } }

/* ----------------------------
関連エリアボタン
----------------------------- */
.relationAreaBtn {
	display: block;
	width: 230px;
	padding: 15px;
	margin-top: 15px;
	box-sizing: border-box;
	border: 1px solid #00548f;
	border-radius: 6px;
	font-size: 13px;
	text-align: center;
	box-shadow: 0px 3px 10px -3px #777; }

#pg_hijokin .relationAreaBtn {
	border: 1px solid #0b652f;
	color: #0b652f; }
#pg_hijokin .relationAreaBtn:hover {
	background-color: #e2faec; }
#pg_hijokin .relationAreaBtn.is_active {
	background-color: #2f9357;
	color: #fff; }

.sp_relationAreaBtn {
	display: none;
	width: auto;
	padding: 10px;
	margin-bottom: 10px; }

@media screen and (max-width: 768px) {
	.sp_relationAreaBtn {
		display: block; } }

.relationAreaBtn:link, .relationAreaBtn:visited {
	text-decoration: none; }

.relationAreaBtn:hover {
	background-color: #d3e5f1; }

.relationAreaBtn.is_active {
	background-color: #337ab7;
	/*border-bottom: 1px solid #00548f;*/
	color: #fff;
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: none; }

.sp_relationAreaBtn.is_active {
	margin-bottom: 10px; }

.relationAreaBtn_area {
	margin-right: 3px;
	font-size: 16px; }

.relationAreaBtn_kamoku {
	margin-left: 3px;
	font-size: 16px; }

.relationAreaBtn_txt {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 12px; }

.sp_relationAreaBtn .relationAreaBtn_txt {
	margin-top: 0; }

/* ----------------------------
関連リンク(detail__related)
----------------------------- */
.relatedWrapper {
	/* min-width: 1080px; */
	background: #EDEDED;
}
.detail__related {
	border: 1px solid #e3e3e3; }

.list__related > li {
	list-style-type: none; }
.list__related > li > a {
	/*padding-left: 15px;*/
	/*color: #333;
	background-image: url(/include/common/img/icn_trianglearrow.png);
	background-repeat: no-repeat;
	background-position: center left;*/ }

@media screen and (min-width: 980px) {
	.detail__related {
		/* min-width: 1080px; */
		/*margin: 0 auto 0;*/ } }


/* ----------------------------
都道府県リンク
----------------------------- */
/*.areaRelation {
	width: 75%; }*/

@media screen and (min-width: 980px) {
	.areaRelation {
		/*width: 1024px;
		margin: 40px auto 80px;*/ } }

.areaRelation_ttl {
	font-weight: bold;
	font-size: 24px;
	color: #47905D;
	border-left: 8px solid #47905D;
	padding: 4px 0 4px 10px;
	margin-bottom: 20px;
	font-weight: 900;
}

#pg_hijokin .areaRelation_ttl {
	color: #0b652f;
	border-left: 3px solid #0b652f; }

.areaRelation_links {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	padding-left: 15px; }
.areaRelation_links > li {
	list-style: none;
	margin-right: 10px;
	margin-bottom: 10px;
}
/*.areaRelation_links > li + li {
	margin-left: 30px; }*/
.areaRelation_links > li > a {
	display: block;
	/*border: 1px solid #fff;
	border-radius: 20px;
	margin: 4px;
	padding: 10px;
	background: #f7fbff;
	text-align: center;
	box-shadow: 0 1px 0 1px #d5ebff;
	color: #005eb9;
	font-size: 1.5rem;*/
	color: #fff;
    font-weight: bold;
    font-size: 14px;
    background: #1E6934;
    border-radius: 18px;
    border: 1px solid #1E6934;
    padding: 8px 24px 8px 19px;
    transition: color .4s, background-color .4s;
}
.areaRelation_links > li > a:hover {
	background: #fff;
	color: #47905D; }


#pg_hijokin .areaRelation_links > li > a {
	background: #e2faec;
	color: #0b9969;
	box-shadow: 0 1px 0 1px #dcf7e7; }
#pg_hijokin .areaRelation_links > li > a:hover {
	background: #75cc99;
	color: #fff; }

@media screen and (max-width: 980px) {
	.areaRelation {
		width: auto;
		padding: 20px 15px;
		/*margin: 10px;
		background-color: #f9f9f9;*/ }
	.areaRelation_ttl {
		font-size: 18px;
		padding-top: 2px;
	}
	.areaRelation_links > li > a {
		font-size: 12px; } }

/* ----------------------------
病院検索(コマ広告)
----------------------------- */
.hosData {
	border: 1px solid #40b4c3;
	margin: 30px 0; }

.hosData_ttl {
	padding: 10px;
	background-color: #40b4c3;
	color: #fff;
	font-size: 16px;
	font-weight: normal; }

.hosData_subttl {
	color: #40b4c3;
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	display: block;
	padding-left: 10px;
	border-left: 10px solid #40b4c3;
	margin-bottom: 5px;
	padding-bottom: 5px; }

.hosData_item + .hosData_subttl {
	margin-top: 20px; }

.hosData_wrapper {
	padding: 10px; }

.hosData_description {
	padding-bottom: 15px;
	font-size: 14px; }

.hosData_item_txt {
	padding: 5px 8px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 13px;
	border-top: 1px dotted #40b4c3;
	border-bottom: 1px dotted #40b4c3; }

.hosData_item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding: 5px 0;
	border-bottom: 1px dotted #40b4c3; }
.hosData_item > dt {
	width: 15%;
	min-width: 100px;
	padding: 10px 8px;
	background-color: #E3F0F2;
	border-radius: 2px;
	font-size: 13px;
	font-weight: bold; }
.hosData_item > dd {
	width: 85%;
	margin-left: 10px;
	font-size: 13px;
	line-height: 1.5; }

.hosData_ctaBtns {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	box-sizing: border-box;
	background-color: #e0eef1; }
.hosData_ctaBtns > li {
	list-style: none; }
.hosData_ctaBtns > li + li {
	margin-left: 15px; }
.hosData_ctaBtns > li > a {
	position: relative;
	display: inline-block;
	padding: 20px 20px 20px 40px;
	font-size: 18px;
	color: #fff;
	border-radius: 5px; }
.hosData_ctaBtns > li > a::before, .hosData_ctaBtns > li > a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle; }
.hosData_ctaBtns > li > a::before {
	left: 10px;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%; }
.hosData_ctaBtns > li > a::after {
	left: 18px;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 3px solid transparent;
	border-left: 6px solid #fff; }

.ctaBtns_career > a {
	background-color: #E60012;
	border-bottom: 3px solid #820913; }

.ctaBtns_contact > a {
	background-color: #4B8DCA;
	border-bottom: 3px solid #1a4063; }

.hosData_ctaBtns > li > a img {
	width: 100%; }

@media screen and (max-width: 605px) {
	.hosData_ctaBtns {
		flex-direction: column; }
	.hosData_ctaBtns > li {
		width: 100%; }
	.hosData_ctaBtns > li > a {
		width: 100%;
		padding: 20px 20px 20px 40px;
		box-sizing: border-box;
		text-align: center;
		font-size: 14px; }
	.hosData_ctaBtns > li + li {
		margin-top: 10px;
		margin-left: 0; } }



/*------------------------------------------------
--------------------------------------------------

登録フォーム

--------------------------------------------------
------------------------------------------------*/
.group_registForm_wrapper {
	width: 100%;
	/* min-width: 1080px; */
	background: #47905D;
	padding-top: 45px;
	display: none;
}
.group_registForm {
	/*display: -webkit-flex;
	display: -ms-flex;
	display: flex;*/
	/*background: #fff;*/
	position: relative;
}
.registForm {
	background: #fff;
	border-radius: 5px;
	padding: 48px 26px 0;
	box-sizing: border-box;
	width: 1024px;
	margin: 0 auto 26px;
	border-radius: 5px;
}

.group_registForm_privacyArea {
	/*width: calc(100% - 745px);*/
	width: 1024px;
	margin: 0 auto;
	padding-bottom: 63px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 980px) {
	.group_registForm {
		flex-direction: column;
		padding: 10px;
	}
}

@media screen and (max-width: 980px) {
	.group_registForm_wrapper {
		min-width: auto;
		padding-top: 17px;
	}
}

/* 登録フォーム
------------------------------ */
/*.registForm {
	width: 745px;
}*/

.registForm_form {
	margin-top: 20px;
	overflow: hidden; }

.application__area, #formStepNo {
	overflow: unset !important;
}
#formStepNo {
	color: #000;
	padding-top: 20px;
}

.application__form-group__phonenumber .form-control {
	width: 40%; }

.registForm_titleBox {
	position: relative;
	text-align: center;
	margin-bottom: 34px;
}

.registForm_title {
	display: inline-block;
	color: #47905D;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	letter-spacing: 0.1em;
	padding: 0 30px;
	position: relative;
	font-weight: 900;
}
.registForm_title br {
	display: none;
}
.registForm_title::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 30px;
	background: url(../img/detail/bg_form_title_left.svg) no-repeat center center / cover;
	position: absolute;
	top: calc(50% - 15px);
	left: 0;
}
.registForm_title::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 30px;
	background: url(../img/detail/bg_form_title_right.svg) no-repeat center center / cover;
	position: absolute;
	top: calc(50% - 15px);
	right: 0;
}
.registForm_title_icon {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 112px;
	height: 112px;
	color: #1E6934;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.05em;
	border: 4px solid #1E6934;
	border-radius: 50%;
	position: absolute;
	top: -12px;
	right: 0;
}
.registForm_title_icon .for-large {
	display: block;
	padding-top: 4px;

}

/*@media screen and (max-width: 768px) {
	.registForm_title br {
		display: block;
	}
}*/


/*.registForm_titleCatch {
	display: inline-block;
	padding: 5px 10px;
	margin-left: 10px;
	font-size: 11px;
	letter-spacing: 0.05em;
	border-radius: 10px;
	font-weight: normal;
	color: #fff;
	background-color: #666; }*/

.registForm_step {
	width: 622px;
	margin: 0 auto;
}
/*.registForm_step.form__step ul {
	margin-bottom: 84px;
}*/
.registForm_step.form__step li {
	height: 70px;
	background: linear-gradient(180deg, #ccc 0%, #ccc 50%, #D3D3D3 50%, #D3D3D3 100%);
	border-radius: 5px;
}
.registForm_step.form__step li:before, .registForm_step.form__step li:after {
	top: 35px;
}
.registForm_step.form__step li::before {
	background: #fff;
}
.registForm_step.form__step li:last-child:before {
	display: none;
}
.registForm_step.form__step li:after {
	background: linear-gradient(135deg, #ccc 0%, #ccc 50%, #D3D3D3 50%, #D3D3D3 100%);
	border-radius: 5px;
}
.registForm_step.form__step li:last-child:after {
	display: none;
}
.registForm_step.form__step li.active {
	background: linear-gradient(180deg, #3D8452 0%, #3D8452 50%, #47905D 50%, #47905D 100%);
}
.registForm_step.form__step li.active::after {
	background: linear-gradient(135deg, #3D8452 0%, #3D8452 50%, #47905D 50%, #47905D 100%);
}
.registForm_step.form__step li > div {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.05em;
}
.registForm_step.form__step li > div .step {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-top: -8px;
	margin-bottom: 7px;
}
.registForm_step.form__step li > div .step .number {
	font-size: 24px;
}

.registForm_form {
	width: 776px;
	margin: 84px auto 0;
	background-color: #fff;
}
.application__area .form__table {
	background-color: inherit;
	border: none;
	margin: 0;
}
.application__area .form__table:nth-child(2) {
	margin-top: 34px;
}
/*.group_registForm .registForm_form .application__area .form__table th,
.group_registForm .registForm_form .application__area .form__table td {
	height: auto;
	background-color: inherit;
	border: none;
	padding: 0;
	margin: 0;
}*/
.group_registForm .application__area .form__table.form__table__JOBNo th,
.group_registForm .application__area .form__table.form__table__JOBNo td {
	/*padding-bottom: 25px;*/
	margin-bottom: 23px;
}
@media screen and (max-width: 980px) {
	.group_registForm .application__area .form__table.form__table__JOBNo tr {
		display: flex;
		justify-content: space-between;
	}
	.group_registForm .application__area .form__table.form__table__JOBNo th::before{
		content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #47905D;
    border-radius: 50%;
		position: relative;
		transform: translateY(1px);
		margin-right: 2px;
	}
}
/*.group_registForm .registForm_form .application__area .form__table th {
	position: relative;
	height: auto;
	padding-left: 34px;
}*/
/*.group_registForm .registForm_form .application__area .form__table th::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #1E6934;
	border-radius: 50%;
	position: absolute;
	left: 0;
}*/
.group_registForm .registForm_form .application__area .form__table:nth-child(2) th {
	display: inline-block;
	width: 301px;
	vertical-align: top!important;
	margin-bottom: 30px;
}
.group_registForm .registForm_form .application__area .form__table:nth-child(2) td {
	display: inline-block;
	width: 475px;
	margin-bottom: 30px;
}
.registForm_form .application__area .form__table tr {
	border-top: none;
}
.registForm_form .application__area .form__table tr:first-of-type {
	border-top: none;
}
.registForm_form .application__area .form__table__JOBNo tr {
	border-top: none;
	border-bottom: 2px solid #F0F0F0;
}
.registForm_form .form__label-required {
	position: static;
	font-size: 12px;
	letter-spacing: 0.18em;
	padding: 3px 7px 4px 8px;
	margin-left: 13px;
	background: #FA9A70;
	border-radius: 12px;
}
@media screen and (max-width: 980px) {
	.application__area .form__table:nth-child(2) {
		margin-top: 24px;
	}
	.group_registForm .registForm_form .application__area .form__table:nth-child(2) th {
		padding: 0;
	}
	.registForm_form .application__area .form__table tr{
		width: 100%;
	}
	.registForm_form .application__area .form__table.step3 tr {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.group_registForm .application__area .form__table.form__table__JOBNo th {
		width: 160px;
		padding-bottom: 22px;
		margin-bottom: 0;
		font-weight: 900;
	}
	.group_registForm .application__area .form__table.form__table__JOBNo td {
		width: calc(100% - 160px);
		padding-bottom: 22px;
		margin-bottom: 0;
	}
	.group_registForm .registForm_form .application__area .form__table:nth-child(2) th{
		width: 87px;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: .1em;
		line-height: 1.428571429;
	}
	.registForm_form .form__label-required{
		display: block;
		margin-left: 0;
		width: 39px;
		padding: 3px 0 4px;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 0;
		margin-top: 5px;
	}
	.group_registForm .registForm_form .application__area .form__table:nth-child(2) td{
		width: calc(100% - 87px);
		padding: 0;
	}
	.form__checkbox__sp_block{
		border: none;
	}
	.form__checkbox__sp_block label + label{
		border: none;
	}
	.kamoku a.form__a__add{
		color: #1E6934;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0;
		padding-left: 46px;
	}
	.step__next__btn.step_ok button/*, .step__next__btn.step_ok label*/{
		width: 151px!important;
	}
}

.registForm_form .application__form-group__workarea {
	width: 100%;
}
.application__area .form__table td label.unit {
	color: #1E6934;
}
.registForm_form select#jobLocation {
	border: none;
	box-shadow: none;
	height: 45px;
	padding-left: 17px;
	color: #1E6934;
	font-weight: 700;
	letter-spacing: .1em;
	font-size: 16px;
}
.registForm .form__subject__result{
	width: 175px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background: #1E6934;
	border: none;
	padding: 14px 20px 15px;
	margin: 0 12px 10px 0;
	border-radius: 5px;
}
.kamoku a.form__a__add{
	padding: 15px 20px 16px 60px;
	color: #1E6934;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .1em;
	border: none;
}
.input_error .kamoku a.form__a__add {
	width: 100%;
}
@media screen and (max-width: 980px) {
	.registForm {
		width: 100%;
		padding: 23px 20px 30px 16px;
	}
	.registForm_form {
		margin-top: 5px;
		width: 100%;
	}
	.registForm_step {
		margin-top: 10px !important;
		width: 100%;
		max-width: 622px;
	}
	.registForm_step.form__step li {
		height: 50px;
	}
	.registForm_step.form__step li:first-child {
		width: 30.72%;
		padding-left: 0;;
	}
	.registForm_step.form__step li::before{
		width: 42px;
		height: 42px;
		top: 25px;
		right: -15px;
	}
	.registForm_step.form__step li::after{
		/*width: 37px;
		height: 37px;*/
		width: 48px;
		height: 48px;
		top: 25px;
		right: -10px;
	}
	.registForm_step.form__step li > div {
		font-size: 10px;
		font-weight: 900;
	}
	.registForm_step.form__step li > div .step{
		font-size: 10px;
		font-weight: 900;
		letter-spacing: .1em;
		margin-top: -7px;
		margin-bottom: 8px;
	}
	.registForm_step.form__step li > div .step .number{
		font-size: 18px;
		font-weight: 900;
		letter-spacing: 0;
		display: inline-block;
		transform: translateY(2px);
		margin-left: 2px;
	}
	.registForm_title {
		display: block;
		font-size: 16px;
		line-height: 1.5;
		padding-left: calc(9% + 62px);
	}
	.registForm_title br {
		display: block;
	}
	.registForm_title::before,
	.registForm_title::after {
		display: none;
	}
	.registForm_title_icon {
		width: 62px;
		height: 62px;
		font-size: 14px;
		letter-spacing: 0.18em;
		border: 4px solid #1E6934;
		padding-left: 3px;
		left: 0;
	}
	.registForm_title_icon .for-large {
		display: none;
	}
	.registForm_titleCatch {
		padding: 1px 3px;
		border-radius: 3px;
		font-size: 10px;
		margin-left: 5px; }
	.detail__keep--sp {
		display: none !important; }
	.detail__keep--sp--fixed {
		z-index: 999;
		display: block !important;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 1;
	}
	.detail__keep--sp .btn-detail1__wrap {
		padding-left: 0;
		margin-top: -1px;
	}
	.detail__keep--sp .btn-info i {
		margin-right: 5px;
		margin-left: -5px;
	}
	.btn-block {
		display: block;
		width: 100%;
	}
	.application__form-group__phonenumber .form-control, .step__next__btn button {
		width: 100% !important;
	}
	.step__next__btn {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.step__next__btn button {
		order: 1;
	}
	.form__label-required {
		/* font-size: 10px !important;
		padding: 2px !important; */
		font-size: 10px;
		padding: 2px;
	}
	.kamoku a.form__a__add{
		width: auto;
		padding-left: 46px;
	}
	.registForm .form__subject__result {
		width: auto;
		padding-right: 40px;
	}
}

/**************************

登録フォーム既存スタイル上書き

**************************/
.form__jobType__notes {
	position: inherit;
	font-size: 10px;
	top: 0;
	right: 0;
	transform: none;
	margin-top: 10px; }

.application__form-group__workarea {
	width: 100%; }

@media screen and (max-width: 980px) {
	.registForm_form .application__area .form__table th {
		font-size: 11px;
		padding-top: 5px;
	}
}

#nameKana {
	background-color: #f2fde6; }

/* お申込みにあたって
------------------------------ */
.privacyArea_title {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	/*letter-spacing: 0.05em;*/
}

.privacyArea_list {
	padding-left: 0;
	margin-top: 20px;
}

.privacyArea_item {
	list-style: none;
	color: #fff;
	line-height: 1.333;
	font-size: 12px;
}
.privacyArea_item::before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
	transform: translateY(1px);
	margin-right: 3px;
}
.privacyArea_item + .privacyArea_item {
	margin-top: 15px;
}
.privacyArea_readmore{
	position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 125px;
  text-align: center;
	background: linear-gradient(to bottom, rgba(14, 104, 182, 0) 0%,#47905D);
  cursor: pointer;
  transition: bottom 0.2s;
	display: none;
}
.privacyArea_readmore .privacyArea_readmoreText{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	color: #fff;
	text-decoration: underline;
	text-decoration-color: #fff;
	text-decoration-style: solid;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
	position: absolute;
	bottom: 36px;
	left: 50%;
	transform: translateX(-50%);
}
.group_registForm .form__table__step {
	font-family: 'Noto Sans JP', sans-serif;
	padding-top: 0;
}
@media screen and (max-width: 980px){
	.group_registForm .form__table__step {
		padding: 0;
	}
}

@media screen and (max-width: 980px) {
	.privacyArea_title {
		font-size: 13px;
	}
	.privacyArea_item + .privacyArea_item {
		margin-top: 10px;
	}
	.privacyArea_item:last-child {
		margin-bottom: 10px;
	}
	.group_registForm_privacyArea {
		width: 100%;
		padding: 10px 5px;
		overflow-y: hidden;
		height: 165px;
		transition: height .3s ease;
	 }
	 .group_registForm_privacyArea.is-active{
		 height: auto;
	 }
	.privacyArea_list {
		margin-top: 10px;
		padding-left: 0;
	}
	.privacyArea_item {
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.666666667;
	}
	.privacyArea_readmore{
		display: block;
	}
	.privacyArea_readmore.is-active{
		bottom: -50%;
	}
}

/* ----------------------------
病院検索(関連コンテンツへのリンク)
----------------------------- */
.content_link {
	position: relative;
	padding: 15px;
	border: 1px solid #e3e3e3;
	margin: 20px 0;
	width: 75%;
	height: 130px; }
.content_link > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: inherit;
	display: block; }
.content_link > a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5; }

.content_link_left {
	float: left;
	width: 130px;
	height: 100%;
	padding: 9px;
	border-right: 1px solid #e3e3e3; }
.content_link_left > img {
	margin: auto;
	width: 110px; }

.content_link_right {
	float: right;
	width: 636px;
	height: 100%;
	padding: 15px; }

.content_link_ttl {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 10px auto 15px; }

.content_link_catch {
	font-size: 1.5rem;
	margin-bottom: 10px; }

.content_link_name {
	font-size: 1.3rem; }

@media screen and (max-width: 980px) {
	.content_link {
		width: 100%;
		height: 150px; }
	.content_link_left {
		padding: 5px;
		width: 25%; }
	.content_link_left > img {
		width: 100%;
		margin-top: 10px; }
	.content_link_right {
		width: 75%; }
	.content_link_ttl {
		margin: 5px auto; }
	.content_link_ttl > .spdn {
		display: none; }
	.content_link_catch {
		margin-bottom: 5px; } }

.col-md-9 {
	padding: 0;
	width: 100%;
}
.centering_contents{
	max-width: 1024px;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.col-md-9 {
		width: 100%; } }

.js__sidefixed-area {
	margin: 0; }


/*------------------------------------------------
--------------------------------------------------

  jobinfoタイトル

--------------------------------------------------
------------------------------------------------*/
.jobinfoTitle {
	/* min-width: 1080px; */
	background: #47905D;
}
.jobinfoTitle__wrapper {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 39px 0 89px;
}
.jobinfoTitle__label {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 133px;
	font-family: 'Noto Sans JP', sans-serif;
	border: 3px solid #fff;
	border-radius: 5px;
}
.jobinfoTitle__label .jobData__type {
	color: #fff;
	font-weight: 900;
	font-size: 17px;
	letter-spacing: 0.18em;
	margin-bottom: 11px
}
.jobinfoTitle__label .new__icon {
	color: #fff;
	font-weight: 900;
	font-size: 12px;
	letter-spacing: 0.111em;
	background: #DD6291;
	border-radius: 13px;
	padding: 1px 10px;
	margin-bottom: 5px;
}

.jobinfoTitle__label .new__icon2 {
	color: #fff;
	font-weight: 900;
	font-size: 12px;
	letter-spacing: 0.111em;
	background: #E2B544;
	border-radius: 13px;
	padding: 1px 10px;

}

.jobinfoTitle__text {
	width: 871px;
	width: calc(100% - 153px);
}
.jobinfoTitle__title {
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 26px;
	letter-spacing: 0.05em;
	line-height: 1.3077;
	margin-bottom: 20px;
}
.jobinfoTitle__tag {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.jobinfoTitle__tagList {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.jobinfoTitle__tagItem {
	list-style-type: none;
	color: #0C5CB5;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 12px;
	background: #fff;
	border-radius: 14px;
	padding: 4px 12px 4px;
	margin-right: 10px;
	font-weight: 900;
}
.jobinfoTitle__tagItem:last-child {
	margin-right: 0;
}
.jobinfoTitle__tagItem.facility-type {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.05em;
	border-radius: 14px;
	padding: 4px 20px 4px 37px;
	position: relative;
}
.jobinfoTitle__tagItem.facility-type::after {
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	left: 18px;
}
/*----- 各タグ設定 -----*/
/* 一般病院 */
.jobinfoTitle__tagItem.facility-type.general {
	background: #4DB183;
}
.jobinfoTitle__tagItem.facility-type.general::after {
	width: 16px;
	height: 14px;
	background-image: url(../img/detail/icon_general.svg);
	top: calc(50% - 7px);
}
/* 療養病院 */
.jobinfoTitle__tagItem.facility-type.recuperation {
	background: #8CCB4D;
}
.jobinfoTitle__tagItem.facility-type.recuperation::after {
	width: 17px;
	height: 10px;
	background-image: url(../img/detail/icon_recuperation.svg);
	top: calc(50% - 5px);
}
/* 精神病院 */
.jobinfoTitle__tagItem.facility-type.mental {
	background: #ED9660;
}
.jobinfoTitle__tagItem.facility-type.mental::after {
	width: 15px;
	height: 14px;
	background-image: url(../img/detail/icon_mental.svg);
	top: calc(50% - 7px);
}
/* リハビリ病院 */
.jobinfoTitle__tagItem.facility-type.rehabilitation {
	background: #EFBB46;
}
.jobinfoTitle__tagItem.facility-type.rehabilitation::after {
	width: 15px;
	height: 14px;
	background-image: url(../img/detail/icon_rehabilitation.svg);
	top: calc(50% - 7px);
}
/* クリニック */
.jobinfoTitle__tagItem.facility-type.clinic {
	background: #DD62AE;
}
.jobinfoTitle__tagItem.facility-type.clinic::after {
	width: 11px;
	height: 12px;
	background-image: url(../img/detail/icon_clinic.svg);
	top: calc(50% - 6px);
}
/* 老人保健施設 */
.jobinfoTitle__tagItem.facility-type.geriatric {
	background: #D9767E;
}
.jobinfoTitle__tagItem.facility-type.geriatric::after {
	width: 9px;
	height: 15px;
	background-image: url(../img/detail/icon_geriatric.svg);
	top: calc(50% - 8px);
}
/* その他医療機関 */
.jobinfoTitle__tagItem.facility-type.other {
	background: #499FBE;
}
.jobinfoTitle__tagItem.facility-type.other::after {
	width: 15px;
	height: 15px;
	background-image: url(../img/detail/icon_other.svg);
	top: calc(50% - 8px);
}
/* 製薬企業 */
.jobinfoTitle__tagItem.facility-type.medicine-manufacture {
	background: #A876D9;
}
.jobinfoTitle__tagItem.facility-type.medicine-manufacture::after {
	width: 7px;
	height: 14px;
	background-image: url(../img/detail/icon_medicine-manufacture.svg);
	top: calc(50% - 8px);
}
/* 一般企業 */
.jobinfoTitle__tagItem.facility-type.general-business {
	background: #6F6CCB;
}
.jobinfoTitle__tagItem.facility-type.general-business::after {
	width: 12px;
	height: 15px;
	background-image: url(../img/detail/icon_general-business.svg);
	top: calc(50% - 8px);
}
/*----- 各タグ設定ここまで -----*/

.jobinfoTitle__tag .jobData__id {
	color: #fff;
	font-weight: 900;
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	.jobinfoTitle {
		min-width: auto;
	}
	.centering_contents {
		padding-top: 0!important;
		margin-top: 0px!important;
	}

	/* .centering_contents .breadcrumb {
		display: none!important;
	} */
	.jobinfoTitle__wrapper {
		display: block;
		padding: 40px 0px 110px;
	}
	.jobinfoTitle__label {
		width: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		border: none;
		margin-bottom: 10px;
	}
	.jobinfoTitle__label .jobData__type {
		font-size: 14px;
		padding: 3px 16px 3px 18px;
		border: 1px solid #fff;
		border-radius: 5px;
		margin: 0 12px 0 0;
	}
	.jobinfoTitle__label .new__icon {
		letter-spacing: 0.1em;
		padding: 1px 7px 2px;
		margin-right: 5px;
		margin-bottom: 0;
	}
	.jobinfoTitle__title {
		font-size: 18px;
		line-height: 1.222;
	}
	.jobinfoTitle__text {
		width: 100%;
	}

	.jobinfoTitle__tagList {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.jobinfoTitle__tagItem {
		padding: 3px 13px 2px 12px;
		margin-bottom: 10px;
	}
	.jobinfoTitle__tagItem.facility-type {
		padding: 3px 16px 2px 30px;
	}
	.jobinfoTitle__tagItem.facility-type::after {
		left: 12px;
	}
	.jobinfoTitle__tag .jobData__id {
		font-size: 10px;
		margin-bottom: 10px;
	}
}

/*------------------------------------------------
--------------------------------------------------

jobinfo上部（概要）

--------------------------------------------------
------------------------------------------------*/
.jobinfoBlockTop {
	/* min-width: 1080px; */
	background: #E8F6E0;
}
.jobinfoBlockTop__wrapper {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #fff;
	border-radius: 3px;
	padding: 24px 35px 35px;
	margin: -69px auto 80px;
}

.jobinfoBlockTop__left,
.jobinfoBlockTop__right {
	width: 460px;
}
.jobinfoBlockTop__right {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.jobinfoBlockTop__item {
	list-style-type: none;
	color: #000;
	border-bottom: 1px dashed #5BC25F;
	padding: 16px 0;
}
.jobinfoBlockTop__left .jobinfoBlockTop__item:last-child {
	border-bottom: none;
}

.jobinfoBlockTop__item__inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.jobinfoBlockTop__item__title {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 150px;
}
.jobinfoBlockTop__item__titleIcon {
	margin: 0 15px 0 0;
}
.jobinfoBlockTop__item__titleText {
	color: #1E6934;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.125;
	font-weight: 900;
}
.jobinfoBlockTop__item__detail {
	width: 288px;
}

.jobinfoBlockTop__item__detailText {
	font-weight: bold;
	font-size: 17px;
	line-height: 1.176;
}
.jobinfoBlockTop__item__detailText.mini {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.23;
	margin-top: 11px;
}

.jobinfoBlockTop__btnList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 25px;
}
.jobinfoBlockTop__btnList li {
	list-style-type: none;
	width: 225px;
}
.jobinfoBlockTop__btnAnxious a {
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.05em;
	background: #FFE9BB;
	border-radius: 5px;
	overflow: hidden;
	text-decoration: none;
}
.jobinfoBlockTop__btnList li.clicked a {
	font-size: 12px;
	background: #EDEDED;
}
.jobinfoBlockTop__btnAnxious__icon {
	display: inline-block;
	background: #FEBB2C;
	padding: 12px 9px 12px 12px;
	margin-right: 10px
}
.jobinfoBlockTop__btnList li.clicked .jobinfoBlockTop__btnAnxious__icon {
	background: #BFBFBF;
}
.jobinfoBlockTop__btnAnxious__icon img {
	width: 34px;
	height: 32px;
}
.jobinfoBlockTop__btnContact a {
	display: block;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.05em;
	background: #FFDCCA;
	border-radius: 5px;
	overflow: hidden;
	text-decoration: none;
}
.jobinfoBlockTop__btnContact__icon {
	display: inline-block;
	background: #FD8E52;
	padding: 17px 12px 15px 13px;
	margin-right: 17px;
}
.jobinfoBlockTop__btnContact__icon img {
	width: 30px;
	height: 22px;
}

@media screen and (max-width: 768px) {
	.jobinfoBlockTop {
		min-width: auto;
	}
	.jobinfoBlockTop .centering_contents {
		padding: 0;
		/* width: 94.66%; */
		width: calc(100% - 20px);
	}
	.jobinfoBlockTop__wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 5.63% 5.63% 5.63% 5%;
		margin-top: -109px;
		margin-bottom: 40px;
	}
	.jobinfoBlockTop__left,
	.jobinfoBlockTop__right {
		width: 100%;
	}
	.jobinfoBlockTop__item {
		padding: 10px 0 12px;
	}
	.jobinfoBlockTop__left .jobinfoBlockTop__item:first-child {
		padding-top: 0;
	}
	.jobinfoBlockTop__left .jobinfoBlockTop__item:last-child {
		border-bottom: 1px dashed #649CC6;
	}
	.jobinfoBlockTop__right .jobinfoBlockTop__item:last-child {
		border-bottom: none;
	}
	.jobinfoBlockTop__item__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.jobinfoBlockTop__item__title {
		width: 100%;
		margin-bottom: 12px;
	}
	.jobinfoBlockTop__item__title br {
		display: none;
	}
	.jobinfoBlockTop__item__titleIcon {
		width: 26px;
		margin-right: 8px;
	}
	.jobinfoBlockTop__item__titleIcon img {
		width: 100%;
		height: auto;
	}
	.jobinfoBlockTop__item__titleText {
		font-size: 14px;
	}
	.jobinfoBlockTop__item__detail {
		width: 100%;
		padding-left: 34px;
	}
	.jobinfoBlockTop__item__detailText {
		font-size: 16px;
	}
	.jobinfoBlockTop__btnList {
		display: none;
	}
}

/*------------------------------------------------
--------------------------------------------------

jobinfo下部（詳細情報）

--------------------------------------------------
------------------------------------------------*/
.jobinfoBlock {
	/* min-width: 1080px; */
	font-family: 'Noto Sans JP', sans-serif;
	background: #E8F6E0;
}

.jobinfoBlock__header {
	background: #47905D;
	border-radius: 5px;
	margin-bottom: 10px;
}
.jobinfoBlock__headerTitle {
	color: #fff;
	font-weight: 900;
	font-size: 16px;
	letter-spacing: 0.16em;
	text-align: center;
	padding: 22px 0 19px;
	font-weight: 900;
}

.bigCassette {
	color: #000;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}
.bigCassette:nth-child(odd) {
	background: #FAFDFF;
}
.bigCassette__item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
}
.bigCassette.facility {
	margin-top: 30px;
	margin-bottom: 39px;
}
@media screen and (max-width: 980px){
	.bigCassette.facility {
		margin-top: 10px;
		margin-bottom: 48px;
	}
}
.bigCassette__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 129px;
	background: #70BE6A;
}
.bigCassette.facility {
	background: #fff;
}
.bigCassette.facility .bigCassette__title {
	background: #47905D;
}
.bigCassette__titleIcon {
	margin-bottom: 10px;
}
.bigCassette__titleText {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 900;
}


.bigCassette__contents {
	width: calc(100% - 129px);
	padding: 10px 25px 8px 21px;
	background: #FAFFFC;
}
.middleCassette {
	border-bottom: 2px solid #F0F0F0;
}
.middleCassette:last-child {
	border-bottom: none;
}
.middleCassette__item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	padding: 14px 0;
}
.middleCassette__title {
	width: 254px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding-top: 2px;
	padding-left: 20px;
}
.middleCassette__title br {
	display: none;
}
.middleCassette__contents {
	width: 595px;
	font-size: 14px;
	line-height: 1.428;
}
.middleCassette__contents mini {
	font-size: 12px;
	line-height: 1.428;
}

.smallCassette__title {
	font-size: 14px;
	line-height: 1.428;
}
.smallCassette__contents {
	font-size: 14px;
	line-height: 1.428;
}
.smallCassette__contents .jobContentList {
	padding-left: 1em;
	margin-top: 10px;
}
.smallCassette__contents .jobContentList > li {
	font-size: 14px;
	line-height: 1.428;
}
.smallCassette__contents .jobContent dt,
.smallCassette__contents .jobContent dd,
.middleCassette__contents .jobContentList li {
	font-size: 14px;
	line-height: 1.428;
}

.middleCassette__contents .jobContentList {
	padding-left: 1em;
	margin-top: 11px;
}
.middleCassette__contents .jobContentList li {
	margin-top: 1.4em;
}
.middleCassette__contents .jobContentList li:first-child {
	margin-top: 0;
}

.middleCassette__contents span {
	font-size: 14px;
	line-height: 1.428;
}

/* ボタン */
.jobinfoBlock__btn {
	width: 723px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	margin: 0 auto 80px;
}
.jobinfoBlock__btn__item {
	width: 500px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	overflow: hidden;
}
.jobinfoBlock__btn__item.anxiousBtn {
	background: #FFE5AF;
}
.clicked .jobinfoBlock__btn__item.anxiousBtn {
	background: #EDEDED;
	min-height: 70px;
}
.jobinfoBlock__btn__item.anxiousBtn:hover,
.jobinfoBlock__btn__item.anxiousBtn:focus {
	text-decoration: none;
}
.jobinfoBlock__btn__item.contactBtn {
	background: #FFDCCA;
}
.jobinfoBlock__btn__item.contactBtn:hover,
.jobinfoBlock__btn__item.contactBtn:focus {
	text-decoration: none;
}

.jobinfoBlock__btn__img {
	width: 71px;
	margin: 0;
}
.anxiousBtn .jobinfoBlock__btn__img {
	background: #FEBB2C;
	padding: 11px 12px 13px;
}
.clicked .anxiousBtn .jobinfoBlock__btn__img {
	background: #BFBFBF;
}
.anxiousBtn .jobinfoBlock__btn__img img {
	width: 47px;
	height: auto;
}
.contactBtn .jobinfoBlock__btn__img {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FD8E52;
	padding: 10px 15px;
}
.contactBtn .jobinfoBlock__btn__img figcaption {
	color: #fff;
	font-size: 17px;
	letter-spacing: 0.2em;
	margin-right: -2px;
	margin-bottom: 9px;
	font-weight: 900;
}
.contactBtn .jobinfoBlock__btn__img img {
	width: 23px;
	height: auto;
}

.jobinfoBlock__btn__text {
	width: calc(100% - 71px);
	text-align: center;
}
.jobinfoBlock__btn__text .main {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.05em;
}
.jobinfoBlock__btn__text .sub {
	display: inline-block;
	color: #535353;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.05em;
	padding: 0 12px;
	position: relative;
}
.jobinfoBlock__btn__text .sub::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 12px;
	background: url(../img/detail/bg_btn_left.svg) no-repeat center center / cover;
	position: absolute;
	top: calc(50% - 6px);
	left: 0;
}
.jobinfoBlock__btn__text .sub::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 12px;
	background: url(../img/detail/bg_btn_right.svg) no-repeat center center / cover;
	position: absolute;
	top: calc(50% - 6px);
	right: 0;
}
.clicked .jobinfoBlock__btn__text .sub {
	display: none;
}

@media screen and (max-width: 768px) {
	.jobinfoBlock {
		min-width: auto;
	}
	.jobinfoBlock__headerTitle {
		padding: 10px 0 9px;
	}

	.bigCassette__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.bigCassette__title {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 8px 15px;
	}
	.bigCassette__titleIcon {
		margin: 0 11px 0 0;
	}
	.bigCassette__titleIcon img {
		width: 100%;
		height: auto;
	}
	.spot .bigCassette__titleIcon {
		width: 23px;
	}
	.business .bigCassette__titleIcon {
		width: 20px;
	}
	.days .bigCassette__titleIcon {
		width: 24px;
	}
	.salary .bigCassette__titleIcon {
		width: 26px;
	}
	.welfare .bigCassette__titleIcon {
		width: 25px;
	}
	.facility .bigCassette__titleIcon {
		width: 26px;
	}

	.bigCassette__contents {
		width: 100%;
		padding: 2.8% 4.22% 2.8% 4.5%;
	}
	.middleCassette__title {
		width: 70px;
		font-size: 13px;
		letter-spacing: 0.05em;
		line-height: 1.23;
		padding-left: 0;
		margin-right: 26px;
	}
	.middleCassette__title.ls-00 {
		letter-spacing: 0;
	}
	.middleCassette__title br {
		display: block;
	}
	.deys .middleCassette__title,
	.salary .middleCassette__title,
	.welfare .middleCassette__title,
	.facility .middleCassette__title {
		width: 82px;
		margin-right: 32px;
	}
	.middleCassette__contents {
		width: calc(100% - 96px);
		font-size: 13px;
		line-height: 1.15;
	}
	.deys .middleCassette__contents,
	.salary .middleCassette__contents,
	.welfare .middleCassette__contents,
	.facility .middleCassette__contents {
		width: calc(100% - 114px);
	}

	.smallCassette__contents,
	.smallCassette__contents .jobContent dt, .smallCassette__contents .jobContent dd, .middleCassette__contents .jobContentList li{
		font-size: 13px;
		line-height: 1.15;
	}

	.middleCassette__contents .jobContentList {
		margin-top: 9px;
	}
	.middleCassette__contents .jobContentList li {
		margin-top: 1.15em;
	}

	.jobinfoBlock__btn {
		display: none;
	}
}



/*.jobinfoBlock__head {
	position: relative;
	padding: 10px 10px 10px 30px;
	border-left: 4px solid #00538f;
	border-top-left-radius: 4px;
	overflow: hidden; }
@media screen and (max-width: 768px) {
	.jobinfoBlock__head {
		padding: 15px; } }*/

/*.jobinfoBlock .jobHead {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex; }
.jobinfoBlock .jobHead__jobData {
	width: 80px; }
@media screen and (max-width: 768px) {
	.jobinfoBlock .jobHead__jobData {
		width: 60px; } }
.jobinfoBlock .jobHead__jobName {
	width: calc(100% - 80px);
	padding-left: 30px; }
@media screen and (max-width: 768px) {
	.jobinfoBlock .jobHead__jobName {
		width: calc(100% - 60px);
		padding-left: 15px; } }*/

/*.jobinfoBlock .jobData {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column; }*/


/*.jobinfoBlock .jobData__type {
	display: inline-block;
	background-color: #dbe7f0;
	color: #00548f;
	padding: 3px 0px;
	text-align: center;
	font-size: 11px;
	border-radius: 5px; }
@media screen and (max-width: 768px) {
	.jobinfoBlock .jobData__type {
		font-size: 10px; } }*/
/*.jobinfoBlock .jobData__id {
	margin-top: 8px;
	color: #999;
	font-size: 11px; }
@media screen and (max-width: 768px) {
	.jobinfoBlock .jobData__id {
		font-size: 10px; } }*/

/*.jobinfoBlock .jobName__item {
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold; }
@media screen and (max-width: 768px) {
	.jobinfoBlock .jobName__item {
		font-size: 13px; } }*/

/*.jobinfoBlock .jobDescription {
	margin-top: 15px;
	font-size: 13px;
	color: #777; }
@media screen and (max-width: 768px) {
	.jobinfoBlock .jobDescription {
		margin-top: 10px;
		font-size: 11px; } }*/


/*.jobTags {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
	list-style-type: none;
}
.jobTags li ::marker {
	display: none;
}
.jobTags li {
	margin-right: 10px;
	margin-bottom: 5px;
}
.jobTags__label {
	border-radius: 4px;
	display: inline-block;
	border: 1px solid #00548f;
	color: #00548f;
	padding: 3px 5px;
	font-size: 11px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.jobTags__label {
		font-size: 10px;
	}
}
.pattern_b .abtest_target {
	display: none;
}*/

/*.jobinfoBlock .stateTab {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: #FF5000;
	color: #fff;
	transform: rotate(-45deg) translateY(-80%);
	text-align: center;
	width: 60px;
	height: 60px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-end;
	justify-content: center; }
@media screen and (max-width: 768px) {
	.jobinfoBlock .stateTab {
		width: 50px;
		height: 50px; } }*/

/*.jobinfoBlock .jobValueCaution {
	font-size: 11px; }

.jobinfoBlock .smallText {
	font-size: 10px; }*/

/*.bigCassette {
	border-top: 1px solid #eee; }
.bigCassette__item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row; }
@media screen and (max-width: 768px) {
	.bigCassette__item {
		flex-direction: column; } }*/
/*.bigCassette__title {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	width: 120px;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	background-color: #f9f9f9; }
@media screen and (max-width: 768px) {
	.bigCassette__title {
		width: 100%;
		justify-content: flex-start; } }*/
/*.bigCassette__contents {
	width: calc(100% - 80px); }
@media screen and (max-width: 768px) {
	.bigCassette__contents {
		width: 100%; } }*/

/*.middleCassette__inner {
	padding: 15px 30px;
	font-size: 14px; }
@media screen and (max-width: 768px) {
	.middleCassette__inner {
		padding: 10px;
		font-size: 12px; } }*/

/*.middleCassette__item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex; }
@media screen and (max-width: 768px) {
	.middleCassette__item {
		align-items: center; } }*/

/*.middleCassette__title {
	width: 150px;
	padding: 15px 30px;
	font-size: 13px;
	color: #999; }
@media screen and (max-width: 768px) {
	.middleCassette__title {
		width: 30%;
		padding: 10px;
		font-size: 12px; } }*/

/*.middleCassette__contents {
	width: calc(100% - 150px);
	border-left: 1px solid #eee;
	font-size: 13px; }
@media screen and (max-width: 768px) {
	.middleCassette__contents {
		width: calc(100% - 30%);
		font-size: 12px; } }*/

/*.middleCassette + .middleCassette {
	border-top: 1px solid #eee; }*/

/*.smallCassette__inner {
	padding: 15px 30px; }
@media screen and (max-width: 768px) {
	.smallCassette__inner {
		padding: 10px; } }*/

/*.smallCassette__title {
	font-size: 13px;
	color: #666; }
@media screen and (max-width: 768px) {
	.smallCassette__title {
		font-size: 12px; } }*/

/*.smallCassette__contents {
	font-size: 13px;
	margin-top: 15px; }
@media screen and (max-width: 768px) {
	.smallCassette__contents {
		font-size: 12px;
		margin-top: 10px; } }*/

/*.smallCassette + .smallCassette {
	border-top: 1px solid #eee; }*/

/*.jobContentList {
	padding-left: 30px; }
@media screen and (max-width: 768px) {
	.jobContentList {
		padding-left: 15px; } }
.jobContentList > li {
	font-size: 13px;
	color: #666;
	line-height: 1.5; }
@media screen and (max-width: 768px) {
	.jobContentList > li {
		font-size: 12px;
		line-height: 1.3; } }
.jobContentList > li + li {
	margin-top: 15px; }
@media screen and (max-width: 768px) {
	.jobContentList > li + li {
		margin-top: 10px; } }*/


/*------------------------------------------------
--------------------------------------------------

気になる・問い合わせボタン

--------------------------------------------------
------------------------------------------------*/
.fixedCtaBlock {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background-color: transparent;
	opacity: 1;
	animation-duration: 0.5s;
	animation-name: fade-in;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: fade-in; }
@media screen and (max-width: 768px) {
	.fixedCtaBlock {
		padding: 0 10px;
		bottom: 3vw;
	}
	}
.fixedCtaBlock_inner {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 723px;
	margin: auto;
}
.fixedCtaBlock.is_hidden {
	display: none;
	opacity: 0;
	animation-duration: 0.5s;
	animation-name: fade-out;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: fade-out;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: fade-out; }

@keyframes fade-in {
	0% {
		display: none;
		opacity: 0; }
	1% {
		display: block;
		opacity: 0; }
	100% {
		display: block;
		opacity: 1; } }

@keyframes fade-out {
	0% {
		display: block;
		opacity: 1; }
	1% {
		display: block;
		opacity: 0; }
	100% {
		display: none;
		opacity: 0; }
	}
/* 気になるリストへ追加する */
.fixedCtaBlock_btnAnxious{
	max-width: 350px;
	width: 48.409405256%;
}
.fixedCtaBlock_btnAnxious > a {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	width: 100%;
	height: 70px;
	border-radius: 4px;
	background-color: #FFE5AF;
	text-decoration: none;
	color: #fff;
}
.fixedCtaBlock_btnAnxious.clicked > a {
	background: #EDEDED;
}
.fixedCtaBlock_btnAnxious .fixedCtaBlock__btnArea{
	position: relative;
	width: 71px;
	background-color: #FEBB2C;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.fixedCtaBlock_btnAnxious.clicked .fixedCtaBlock__btnArea{
	background: #BFBFBF;
}
.fixedCtaBlock__btnArea .fixedCtaBlock__btnArea__icon{
	width: 47px;
	height: 47px;
}
.fixedCtaBlock__btnArea .fixedCtaBlock__btnArea__icon img{
	width: 100%;
}
.fixedCtaBlock_btnAnxious .fixedCtaBlock__btnArea .fixedCtaBlock__btnArea__text{
	display: none;
}
.fixedCtaBlock_btnAnxious .fixedCtaBlock_txtArea{
	position: relative;
	padding: 0;
	display: flex;
  flex-direction: column;
	width: calc(100% - 71px);
	align-items: center;
	justify-content: center;
}
.fixedCtaBlock_btnAnxious .fixedCtaBlock_maintxt{
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 20px;
}
.fixedCtaBlock_btnAnxious .fixedCtaBlock_subtxt{
	position: relative;
	display: inline-block;
}
.fixedCtaBlock_btnAnxious .fixedCtaBlock_subtxt::before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 1px;
	background-color: #707070;
	transform: rotate(70deg) translate(-5px, 1px);
}
.fixedCtaBlock_btnAnxious .fixedCtaBlock_subtxt::after{
	content: "";
	display: inline-block;
	width: 12px;
	height: 1px;
	background-color: #707070;
	transform: rotate(110deg) translate(-4px, 2px);
}
.fixedCtaBlock_btnAnxious.clicked .fixedCtaBlock_subtxt {
	display: none;
}
@media screen and (max-width: 768px){
	.fixedCtaBlock_btnAnxious{
		max-width: 60px;
		width: 100%;
	}
	.fixedCtaBlock_btnAnxious > a {
		width: 60px;
		height: 50px;
	}
	.fixedCtaBlock_btnAnxious .fixedCtaBlock__btnArea{
		width: 60px;
		border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.fixedCtaBlock__btnArea .fixedCtaBlock__btnArea__icon{
		width: 30px;
		height: 30px;
	}
	.fixedCtaBlock__btnArea .fixedCtaBlock__btnArea__icon img{
		width: 100%;
	}
	.fixedCtaBlock_btnAnxious .fixedCtaBlock__btnArea .fixedCtaBlock__btnArea__text{
		display: block;
		font-size: 12px;
		font-weight: 900;
		letter-spacing: 0;
	}
	.fixedCtaBlock_btnAnxious .fixedCtaBlock_txtArea{
		display: none;
	}
	.fixedCtaBlock_btnAnxious .fixedCtaBlock_maintxt{
		margin-top: 0;
		margin-bottom: 5px;
		font-size: 20px;
	}
}
/* この求人に問い合わせる */
.fixedCtaBlock_btn{
	max-width: 500px;
	width: 500px;
}
.fixedCtaBlock_btn > a {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	width: 100%;
	height: 70px;
	border-radius: 4px;
	background-color: #FFDCCA;
	text-decoration: none;
	color: #fff;
}
.fixedCtaBlock_btn .fixedCtaBlock__btnArea{
	position: relative;
	width: 71px;
	background-color: #FD8E52;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.fixedCtaBlock_btn .fixedCtaBlock__btnArea .fixedCtaBlock__btnArea__text{
	font-size: 17px;
	letter-spacing: .2em;
	font-weight: 900;
	margin-bottom: 5px;
}
.fixedCtaBlock_btn .fixedCtaBlock__btnArea .fixedCtaBlock__btnArea__icon{
	width: 23px;
	height: 22px;
}
.fixedCtaBlock_btn .fixedCtaBlock__btnArea .fixedCtaBlock__btnArea__icon img{
	width: 100%;
}
.fixedCtaBlock_btn .fixedCtaBlock_txtArea{
	position: relative;
	padding: 0;
	display: flex;
  flex-direction: column;
	width: calc(100% - 71px);
	align-items: center;
	justify-content: center;
}
.fixedCtaBlock_btn .fixedCtaBlock_maintxt{
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 20px;
}
.fixedCtaBlock_btn .fixedCtaBlock_subtxt{
	position: relative;
	display: inline-block;
}
.fixedCtaBlock_btn .fixedCtaBlock_subtxt::before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 1px;
	background-color: #707070;
	transform: rotate(70deg) translate(-5px, 1px);
}
.fixedCtaBlock_btn .fixedCtaBlock_subtxt::after{
	content: "";
	display: inline-block;
	width: 12px;
	height: 1px;
	background-color: #707070;
	transform: rotate(110deg) translate(-4px, 2px);
}
@media screen and (max-width: 768px){
	.fixedCtaBlock_btn{
		max-width: 100%;
		width: calc(100% - 68px);
		margin-left: 8px;
	}
	.fixedCtaBlock_btn .fixedCtaBlock__btnArea .fixedCtaBlock__btnArea__text{
		display: none;
	}
	.fixedCtaBlock_btn .fixedCtaBlock__btnArea .fixedCtaBlock__btnArea__icon{
		width: 32px;
		height: 23px;
	}
	.fixedCtaBlock_btn .fixedCtaBlock__btnArea .fixedCtaBlock__btnArea__icon img{
		width: 100%;
	}
	.fixedCtaBlock_btn .fixedCtaBlock__btnArea{
		width: 60px;
	}
	.fixedCtaBlock_btn .fixedCtaBlock_txtArea{
		width: calc(100% - 60px);
	}
	.fixedCtaBlock_btn .fixedCtaBlock_maintxt{
		font-size: 15px;
	}
	.fixedCtaBlock_btn .fixedCtaBlock_subtxt{
		font-size: 11px;
	}
	.fixedCtaBlock_btn .fixedCtaBlock_subtxt::before{
		width: 11px;
		height: 1px;
		transform: rotate(70deg) translate(-4px, 1px);
	}
	.fixedCtaBlock_btn .fixedCtaBlock_subtxt::after{
		width: 11px;
		height: 1px;
		background-color: #707070;
		transform: rotate(110deg) translate(-3px, 2px);
	}
}
@media screen and (max-width: 768px) {
	.fixedCtaBlock_btn > a {
		padding: 0px;
		height: 50px;
	}
	}
@media screen and (max-width: 768px) {
	.fixedCtaBlock_btn > a::before {
		width: 30px;
		height: 30px;
		font-size: 10px; }
	}






.registForm_rule {
	width: 1024px;
	padding: 30px 0;
	margin: 0 auto;
	box-sizing: border-box; }
@media screen and (max-width: 768px) {
	.registForm_rule {
		width: 100%; } }

.markList > li > p {
	padding-left: 15px;
	font-size: 13px;
	color: #666; }

.markList > li > figure {
	width: auto; }
.markList > li > figure img {
	width: 70px; }

/*.fixedCtaBlock {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 15px 0;
	background-color: rgba(255, 80, 0, 0.3);
	opacity: 1;
	animation-duration: 0.5s;
	animation-name: fade-in;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: fade-in; }
@media screen and (max-width: 768px) {
	.fixedCtaBlock {
		padding: 8px; } }
.fixedCtaBlock.is_hidden {
	display: none;
	opacity: 0;
	animation-duration: 0.5s;
	animation-name: fade-out;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: fade-out;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: fade-out; }

@keyframes fade-in {
	0% {
		display: none;
		opacity: 0; }
	1% {
		display: block;
		opacity: 0; }
	100% {
		display: block;
		opacity: 1; } }

@keyframes fade-out {
	0% {
		display: block;
		opacity: 1; }
	1% {
		display: block;
		opacity: 0; }
	100% {
		display: none;
		opacity: 0; } }*/


/*.fixedCtaBlock_btn > a {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 15px 60px 15px 40px;
	border-radius: 4px;
	background-color: #FF5000;
	text-decoration: none;
	color: #fff;
	border-bottom: 3px solid #d44200; }
@media screen and (max-width: 768px) {
	.fixedCtaBlock_btn > a {
		padding: 16px; } }
.fixedCtaBlock_btn > a::before {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	content: "無料";
	color: #FF5000;
	font-size: 14px;
	margin-right: 10px; }
@media screen and (max-width: 768px) {
	.fixedCtaBlock_btn > a::before {
		width: 30px;
		height: 30px;
		font-size: 10px; } }*/



@media screen and (max-width: 768px) {
	.fixedCtaBlock_txtArea {
		text-align: center;
	}
}
.fixedCtaBlock_subtxt {
	display: block;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: 700;
	color: #535353;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.fixedCtaBlock_subtxt {
		font-size: 12px;
		letter-spacing: normal;
	}
}
.fixedCtaBlock_maintxt {
	display: block;
	margin-top: 8px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #000;
}
@media screen and (max-width: 768px) {
	.fixedCtaBlock_maintxt {
		font-size: 18px;
		letter-spacing: normal; }
}

.detail__related {
	border: none;
	width: 1024px;
	padding: 62px 0 63px;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 980px){
	.detail__related {
		width: 100%;
	}
}
.detail__related .ttl__related {
	font-size: 24px;
	color: #47905D;
	border-left: 8px solid #47905D;
	padding: 4px 0 4px 10px;
	/*padding-top: 5px;
	padding-bottom: 5px;*/
	margin-bottom: 20px;
	font-weight: 900;
}
@media screen and (max-width: 768px) {
	.detail__related .ttl__related {
		font-size: 18px;
	}
}
.detail__related .list__related {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	padding-left: 0;
}
.detail__related .list__related li {
	margin-right: 10px;
}
.detail__related .list__related li a {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	background: #47905D;
	border-radius: 18px;
	border: 1px solid #47905D;
	padding: 8px 24px 8px 19px;
	transition: color .4s, background-color .4s;
}
.detail__related .list__related li a:hover {
	color: #47905D;
	background: #fff;
	opacity: 1;
}
@media screen and (max-width: 980px) {
	.relatedWrapper{
		padding-top: 50px;
		min-width: 100%;
	}
	.detail__related {
		padding: 10px;
		/* margin: 10px;  */
		width: 100%;
	}
	.detail__related .list__related {
		font-size: 1.3rem;
		padding-left: 16px;
		flex-wrap: wrap;
	}
	.detail__related .ttl__related {
		font-size: 18px;
		padding-top: 2px;
	}
	.detail__related .list__related li {
		margin-bottom: 20px;
	}
	.detail__related .list__related > li > a {
		font-size: 12px;
	}
	.areaRelation_links > li{
		margin-bottom: 10px;
	}
}

.areaRelation {
	/* min-width: 1080px; */
	background: #EDEDED;
	padding: 0 0 89px 0;
}
.areaRelation_inner {
	width: 1024px;
	margin: 0 auto;
	background: none;
	/* min-width: 1080px; */
}
@media screen and (max-width: 980px) {
	.areaRelation_inner {
		padding: 10px;
	}
}
@media screen and (max-width: 768px) {
	.areaRelation {
		width: 100%;
		min-width: 100%;
		margin: 0;
		padding: 31px 10px 48px 10px;
	}
	.areaRelation_inner{
		width: 100%;
		min-width: 100%;
	}
}
.areaRelation_links {
	padding-left: 0;
}
.areaRelation_links > li > a {
	/*padding: 8px 16px;
	background: none;
	border: 1px solid #005eb9;
	box-shadow: none;
	border-radius: 30px;
	font-size: 14px;*/
	color: #fff;
    font-weight: bold;
    font-size: 14px;
    background: #47905D;
    border-radius: 18px;
    border: 1px solid #47905D;
    padding: 8px 24px 8px 19px;
    transition: color .4s, background-color .4s;
}
@media screen and (max-width: 768px) {
	.areaRelation_links > li > a {
		display: inline-block;
		font-size: 12px;
	}
}
@media screen and (max-width: 980px) {
	.areaRelation_links {
		/* flex-direction: column; */
		flex-direction: row;
		padding-left: 16px;
	}
	.areaRelation_links > li + li {
		margin-left: 0;
	}
}

/* KARTE recommendBlock */

.k-jobslick_wrapper {
	/* min-width: 1080px; */
	background: #EDEDED;
	padding: 60px 0 43px;
}
@media screen and (max-width: 980px) {
	.k-jobslick_wrapper {
		min-width: 100%;
		padding-top: 30px;
		padding-bottom: 44px;
	}
}
.k-jobslick {
	/*width: 1024px;*/
	margin: 0 auto;
}
.k-jobslick .category-blue__box__title {
	padding: 0 10px;
	margin: 0 auto;
	background: none;
	max-width: 1054px;
}
.k-jobslick .category-blue__box__title h2 {
	width: 1024px;
	color: #47905D;
	font-size: 24px;
	background: #EDEDED;
	padding: 4px 0 4px 10px;
	border-left: 8px solid #47905D;
	margin-bottom: 27px;
	font-weight: 900;
}
@media screen and (max-width: 980px) {
	.k-jobslick .category-blue__box__title{
		width: 100%;
		margin-left: 0;
	}
	.k-jobslick .category-blue__box__title h2 {
		width: 100%;
		font-size: 18px;
		margin-bottom: 27px;
		font-weight: 900;
	}
}
.recommendBlock-desc {
	padding: 20px;
	font-size: 14px;
}
.recommendList {
	display: flex;
	flex-wrap: wrap;
}
.recommendBox {
	width: 320px;
	padding: 10px;
}
.recommendBox a {
	display: block;
	text-decoration: none;
	color: inherit;
	outline: none;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.recommendBox a:hover {
	opacity: 1;
}

.recommendBox a:hover .recommendBox-inner {
	/*background-color: #f9f9f9;*/
}
.recommendBox a:hover .recommendBox-head {
	/*text-decoration: underline;*/
}
/*.recommendBox-label {
	display: inline-block;
	background-color: #055cb5;
	color: #fff;
	font-size: 14px;
	padding: 5px 15px;
	margin-bottom: 3px;
}*/
.recommendBox-inner {
	/*border: 1px solid #d3d3d3;
	box-shadow: 10px 10px 0px 0px #d3d3d3;*/
	padding: 15px 15px 15px 26px;
	min-height: 180px;
}
.recommendBox-head {
	background: #47905D;
	font-size: 14px;
	font-weight: bold;
	padding: 21px 20px;
}
.recommendBox-head_label {
	display: inline-block;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	letter-spacing: 0.05em;
	padding: 4px 14px 4px 38px;
	border-radius: 18px;
	margin-bottom: 16px;
	position: relative;
}
.recommendBox-head_label::after {
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	left: 14px;
}
/*----- 各タグ設定 -----*/
/* 一般病院 */
.recommendBox-head_label.general {
	background: #4DB183;
}
.recommendBox-head_label.general::after {
	width: 16px;
	height: 14px;
	background-image: url(../img/detail/icon_general.svg);
	top: calc(50% - 7px);
}
/* 療養病院 */
.recommendBox-head_label.recuperation {
	background: #8CCB4D;
}
.recommendBox-head_label.recuperation::after {
	width: 17px;
	height: 10px;
	background-image: url(../img/detail/icon_recuperation.svg);
	top: calc(50% - 5px);
}
/* 精神病院 */
.recommendBox-head_label.mental {
	background: #ED9660;
}
.recommendBox-head_label.mental::after {
	width: 15px;
	height: 14px;
	background-image: url(../img/detail/icon_mental.svg);
	top: calc(50% - 7px);
}
/* リハビリ病院 */
.recommendBox-head_label.rehabilitation {
	background: #EFBB46;
}
.recommendBox-head_label.rehabilitation::after {
	width: 15px;
	height: 14px;
	background-image: url(../img/detail/icon_rehabilitation.svg);
	top: calc(50% - 7px);
}
/* クリニック */
.recommendBox-head_label.clinic {
	background: #DD62AE;
	padding-left: 30px;
}
.totyoku {
	background: #E2B544;
	color: white;
}
.teiki {
	background: #70BE6A;
	color: white;
}
.recommendBox-head_label.clinic::after {
	width: 11px;
	height: 12px;
	background-image: url(../img/detail/icon_clinic.svg);
	top: calc(50% - 6px);
	/*left: 16px;*/
}
/* 老人保健施設 */
.recommendBox-head_label.geriatric {
	background: #D9767E;
	padding-left: 30px;
}
.recommendBox-head_label.geriatric::after {
	width: 9px;
	height: 15px;
	background-image: url(../img/detail/icon_geriatric.svg);
	top: calc(50% - 8px);
	/*left: 16px;*/
}
/* その他医療機関 */
.recommendBox-head_label.other {
	background: #499FBE;
}
.recommendBox-head_label.other::after {
	width: 15px;
	height: 15px;
	background-image: url(../img/detail/icon_other.svg);
	top: calc(50% - 8px);
}
/* 製薬企業 */
.recommendBox-head_label.medicine-manufacture {
	background: #A876D9;
	padding-left: 32px;
}
.recommendBox-head_label.medicine-manufacture::after {
	width: 7px;
	height: 14px;
	background-image: url(../img/detail/icon_medicine-manufacture.svg);
	top: calc(50% - 8px);
}
/* 一般企業 */
.recommendBox-head_label.general-business {
	background: #6F6CCB;
}
.recommendBox-head_label.general-business::after {
	width: 12px;
	height: 15px;
	background-image: url(../img/detail/icon_general-business.svg);
	top: calc(50% - 8px);
}
/*----- 各タグ設定ここまで -----*/

.recommendBox-head_neme {
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	padding-left: 11px;
}

.recommendBox-body {
	margin-top: 1em;
	font-size: 14px;
}

.recommendBox-kamoku {}
.recommendBox-value,
.recommendBox-spot,
.recommendBox-kamoku,
.recommendBox-days {
	/*margin-top: 0.5em;*/
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #47905D;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.05em;
	margin-bottom: 12px;
}
.recommendBox-days {
	margin-bottom: 20px;
}
.recommendBox-value .icon,
.recommendBox-spot .icon,
.recommendBox-kamoku .icon,
.recommendBox-days .icon {
	width: 24px;
	margin-right: 8px;
}
.recommendBox-value .icon img,
.recommendBox-spot .icon img,
.recommendBox-kamoku .icon img,
.recommendBox-days .icon img {
	width: 100%;
	height: auto;
}
/*.recommendBox-other {
	margin-top: 0.5em;
}*/
.recommendBox-other-list {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.recommendBox-other-item {
	list-style-type: none;
	color: #47905D;
	font-size: 12px;
	letter-spacing: 0.05em;
	background: #E8F6E0;
	padding: 2px 12px 3px;
	margin: 0 10px 10px 0;
	border-radius: 14px;
}

.recommendList {
	position: relative;
	/* padding: 0 0 0 50px; */
	padding: 0 0 0 0;
}
.recommendBox-readmore{
	display: none;
}
@media screen and (max-width: 768px){
	.recommendList {
		display: flex;
		flex-direction: column;
	}
	.recommendBox{
		width: 100%;
	}
	.recommendBox:nth-of-type(n+4){
		display: none;
	}
	.recommendBox-readmore{
		display: block;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0;
		text-align: center;
		color: #1E6934;
		text-decoration: underline;
		text-decoration-color: #1E6934;
		text-decoration-style: solid;
		text-decoration-thickness: 1px;
		text-underline-offset: 3px;
		transform: translateY(30px);
	}
	.recommendBox-readmore.is-active{
		display: none;
	}
}
.slick-track {
	padding: 10px 0;
	margin-left: calc(20% - 505px);
}

/* .slick-next,
.slick-prev {
	position: absolute;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #055cb5;
	text-indent: -9999px;
	border: none;
	outline: none;
	z-index: 10;
} */
.slick-next,
.slick-prev {
	opacity: 0;
	position: absolute;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #055cb5;
	text-indent: -9999px;
	border: none;
	outline: none;
	z-index: 10;
	transition: opacity .4s;
}
.recommendList:hover .slick-next,
.recommendList:hover .slick-prev {
	opacity: 1;
}
.slick-prev{
	background: url(../img/detail/slider-left_button.png) center center / cover!important;
}
.slick-next{
	background: url(../img/detail/slider-right_button.png) center center / cover!important;
}
.slick-prev::before{
	display: none!important;
}
.slick-next::before{
	display: none!important;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
	background-color: #055cb5;
}

.slick-prev {
	/*left: 0px;*/
	left: 9.84%;
	transform: translateY(-50%);
}
.slick-next {
	/*right: 0px;*/
	right: 9.84%;
	transform: translateY(-50%);
}
.slick-prev::before,
.slick-next::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.slick-prev::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 13.0px 7.5px 0;
	border-color: transparent #fff transparent transparent;
}
.slick-next::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 13.0px;
	border-color: transparent transparent transparent #fff;
}

.slick-disabled {
	display: none !important;
}

.category-blue__box__title {
	background-size: 100% auto;
}

@media screen and (max-width: 590px) {
	.k-jobslick {
		width: 100%;
		padding: 10px;
	}
	.recommendList {
		padding: 0;
	}
	.recommendBlock-desc {
		padding: 15px 0 0;
	}
	.recommendBox-inner {
		min-height: 150px;
		padding-left: 31px;
	}
	.recommendBox-label {
		font-size: 12px;
	}
	.recommendBox-head {
		font-size: 12px;
	}
	.recommendBox-body {
		font-size: 11px;
	}
	.slide-arrow {
		display: none !important;
	}
}


.panel--result__body--table table {
	margin: 10px 0; }
.panel--result__body--table table thead th {
	padding: 13px 10px;
	border: none;
	background-color: #dddddd; }
.panel--result__body--table table thead th h4 {
	margin: 0;
	font-size: 1.6rem;
	font-weight: bold; }
.panel--result__body--table table tbody th {
	width: 20%;
	font-weight: normal;
	font-size: 1.3rem;
	background-color: #F9F9F9; }

@media screen and (max-width: 980px) {
	.panel--result__body--table table tbody th {
		width: 25%;
		font-size: 1.1rem;
	}
}
.panel--result__body--table table tbody td {
	font-size: 1.3rem; }
.panel--result__body--table table tbody td.detail__member {
	font-size: 1.6rem;
	vertical-align: middle !important;
	text-align: center;
	background-color: rgba(166,166,166,.6); }
.panel--result__body--table table tbody td.detail__member a {
	color: #333333; }
.panel--result__body--table table tbody td .detail__workinghour1 {
	margin-right: 10px;
}


.hidden {
	display: none !important;
}
.btn--100p {
	width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}



/* ==========================================
application.html
========================================== */
.application__ttl__in {
	max-width: 900px;
	padding: 0;
}
.application__step {
	width: auto;
}
.dispay__table {display: table;}
.application__form-group__name,
.application__form-group__kana,
.application__form-group__email,
.application__form-group__phonenumber,
.application__form-group__address--housenumber,
.application__form-group__workarea {
	width: 100%;
	padding: 0;
}
.application__form-group__email .form-control {
	/*width: 40%;*/
	width: 410px;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	vertical-align: bottom;
	padding: 17px 20px 13px;
}
.application__form-group__phonenumber .form-control {
	width: 160px;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	vertical-align: bottom;
	padding: 17px 20px 13px;
}
.application__form-group__postnumber--first {
	width: 55px;
	display: inline-block;
	vertical-align: bottom;
}
.application__form-group__postnumber--second {
	width: 60px;
	display: inline-block;
	vertical-align: bottom;
}
.application__form-group__address--housenumber .form-control {
	width: 60%;
	display: inline-block;
	vertical-align: bottom;
}
.application__form-group__workarea .form-control {
	/* width: 40%; */
	display: inline-block;
	vertical-align: bottom;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .1em;
	color: #1E6934;
}
.application__form-group__freetext .form-control {
	/*width: 90%;*/
	width: 475px;
	height: 103px;
	display: inline-block;
	vertical-align: bottom;
}
.application__application__notice {
	padding: 10px 20px;
}
.application__application__notice_right {
	padding-top: 20px;
}
.application__caution {
	margin-bottom: 0;
}
.application__worktype__checkbox {
	height: 34px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 8px;
}

.application__text {
	margin: 0 0 30px 0;
}
.panel--result + .result__premium {
	margin-top: 15px;
}
.application__label-required {
	display: none;
}
.application__form__caution {
	display: none;
}
.otherKamoku__Title {
	font-size: 1.5rem;
	font-weight: bold;
}
.otherKamoku__TitleSub {
	margin-left: 5px;
	font-size: 1.2rem;
	font-weight: normal;
}
.otherKamoku__input {
	width: 100%;
	padding: 3px 10px;
	font-size: 1.5rem;
}
.application__kamokuModal__footer {
	border-top: none;
}
/* 利用規約　*/
.application__checkCta {
	/*padding: 15px;
	border: 3px solid #EFEFEF;
	box-sizing: border-box;
	height: 150px;
	overflow-y: scroll;*/
	padding: 15px 18px;
	border: none;
	border-radius: 5px;
	background: #F4F4F4;
	box-sizing: border-box;
	height: 150px;
	margin-left: 13px;
	overflow-y: scroll;
}
.checkCta__ttl {
	border-left: 3px solid #333;
	margin-top: 60px;
	padding-left: 10px;
	font-size: 1.4rem;
}
.application__btn.pc-show .application__btn__wrap {
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 980px) {
	.application__ttl .point__block {
		padding-bottom: 15px;
	}
	.application__ttl h1 {
		padding: 30px 0 15px;
	}
	.application__ttl__in {
		padding: 0 10px;
	}
	.application__area__head {
		margin-top: 60px;
		overflow: hidden;
	}
	.application__area__head .application__form__caution {
		display: block;
		float: right;
		font-size: 1rem;
	}
	.application__main__wrap-sm {
		width: auto;
	}
	.application__table.application__table--header,
	.application__table.application__table--header > tbody > tr > th,
	.application__table.application__table--header > tbody > tr > td {
		padding: 8px;
		border: 1px solid #ddd;
	}
	/* 必須項目 */
	.application__label-required--pc {
		display: none;
	}
	.application__label-required {
		display: inline-block;
		color: #e70000;
	}
	.application__text-muted {
		display: block;
		margin-top: 5px;
	}
	.application__area .application__table td .application__tooltip-area .application__tooltip {
		left: -60px;
	}
	.application__area .application__table th .label-any {
		display: inline-block;
	}

	/* table */
	.application__table {
		border: none;
	}
	.application__table > tbody > tr {
	}
	.application__area .application__table.small_header th:first-child,
	.application__area .application__table > tbody > tr > th {
		width: 30%;
	}
	.application__table > tbody > tr > th,
	.application__table > tbody > tr > td {
		padding: 15px 0;
		border: none;
	}
	.application__table > tbody > tr > td {
		padding: 15px 0 15px 10px;
	}
	.application__area .application__table th {
		background-color: #fff;
		vertical-align: top !important;
	}

	/* 各項目 */
	.application__form-group__name,
	.application__form-group__kana,
	.application__form-group__email,
	.application__form-group__pref,
	.application__form-group__phonenumber {
		width: 100%;
		padding-right: 0;
	}
	.application__form-group__email,
	.application__form-group__phonenumber {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	input#email,
	input#tel01 {
		order: 1;
	}
	.application__form-group__email .application__text-muted,
	.application__form-group__phonenumber .application__text-muted {
		color: #000;
		margin-bottom: 3px;
	}
	.application__area .display__table {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.application__area .address .display__table {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.application__area .display__table-cell .application__text-muted {
		display: none;
	}
	.application__form-group__name .form-control,
	.application__form-group__kana .form-control,
	.application__form-group__email .form-control,
	.application__form-group__phonenumber .form-control,
	.application__form-group__pref .form-control {
		width: 100%;
		box-sizing: border-box;
		padding: 10px 12px;
	}
	.application__form-group__name,
	.application__form-group__kana {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	input#name,
	#nameKana {
		order: 2;
	}
	.application__form-group__name .application__text-muted,
	.application__form-group__kana .application__text-muted {
		color: #000;
		margin-bottom: 3px;
	}
	.application__form-group__postnumber--first {
		width: 55px;
	}
	.application__form-group__postnumber--second {
		width: 65px;
	}
	.application__btn-group {
		width: 100%;
	}
	.application__btn-group .btn-default {
		width: 50%;
	}
	.application__area .application__form-group__pref,
	.application__area .application__form-group__city {
		display: block;
	}
	.application__area .dispay__table {
		width: 100%;;
	}
	.application__area .application__birthday__year {
		display: inline-block;
	}
	.application__area .application__birthday__month,
	.application__area .application__birthday__day,
	.application__area .application__birthday__year--unit,
	.application__area .application__birthday__month--unit,
	.application__area .application__birthday__day--unit {
		display: inline-block;
		margin-top: 10px;
	}
	.application__area .application__birthday__year {
		width: 78.6%;
		max-width: 158px;
	}
	.application__area .application__birthday__year--unit {
		width: 7%;
		vertical-align: bottom;
	}
	.application__area .month_and_day {
		width: 100%;
		/*display:-webkit-box;
		display:-ms-flexbox;
		display:flex;*/ign: end;
	-ms-flex-align: end;
	align-items: flex-end;
	}
	.application__area .application__birthday__month {
		width: 34.82%;
		max-width: 70px;
	}
	.application__area .application__birthday__month--unit {
		width: auto;
		vertical-align: bottom;
		margin-right: 13px;
	}
	.application__area .application__birthday__day {
		width: 34.82%;
		max-width: 70px;
	}
	.application__area .application__birthday__day--unit {
		width: auto;
		vertical-align: bottom;
	}
	.application__area .application__form-group__freetext .form-control {
		width: 100%;
	}
	.application__form__caution {
		text-align: right;
		font-size: 1.4rem;
		color: #e70000;
	}
	.application__table__title {
		padding-left: 10px;
		border-left: 5px solid #00468C;
		color: #00468C;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.application__worktype__checkbox {
		margin-bottom: 10px;
		padding-top: 0;
		height: auto;
	}
	.application__worktype__checkbox label:first-child {
		margin-right: 25px;
	}
	.application__area .application__searchAddress {
		vertical-align: top;
	}
	.application__btn .application__btn__wrap .application__recruitLogo {
		width: auto;
		text-align: right;
	}
	.otherKamoku__TitleSub {
		display: block;
	}
	.js__selectform__triggerText.isDb {
		display: block;
		margin-top: 10px;
	}
	.js__selectform-input {
		margin-left: 0;
	}
	.otherKamoku__Title {
		font-size: 1.4rem;
		font-weight: normal;
	}
	.location-accordion-toggle {
		color: #2764bc;
	}
}

.contactbtno{
	width: 100% !important;
}
.contactbtno .fixedCtaBlock{
	position: relative;
}
.contactbtno .fixedCtaBlock_btn{
	width: 100%;
}
.contactbtno .fixedCtaBlock__btnArea__icon{
	margin: 0 auto;
}

.fadeoutY{
	transition: all 0.3s;
}
.fadeinUp{
	transform: translateY(0);
}
.bgwhite{
	background: #fff;
}

@media screen and (max-width:780px){
	.bigCassette__contents{
		background: #fff;
	}
}


.attention{
	font-size: 11px;
	margin: 20px 0 40px;
	text-align: center;
}