/* ------------------------------------------------
common.css
------------------------------------------------ */

/* ================================================
reset
================================================ */

.ios body {
	letter-spacing: -.0001em;
}

body {
	text-size-adjust: 100%;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	margin: 0;
	padding: 0;
}

hr {
	border: 0;
	height: 0;
}

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

audio[controls],
canvas,
video {
	display: inline-block;
}

img,
a img {
	background: transparent;
	vertical-align: bottom;
}

object,
embed {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dl,
dt,
dd,
address,
caption,
th,
td {
	word-break: break-all;
	word-wrap: break-word;
}

ul,
ol,
li {
	list-style: none;
}

* {
	box-sizing: border-box;
}

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

a {
	display: block;
}

a[href^='javascript'] {
	-webkit-touch-callout: none;
			touch-callout: none;
}

div:after,
ul:after,
dl:after {
	clear: both;
	content: '';
	display: table;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

html {
	max-width: 100%;
}

html #contents {
	background-color: #f5f3f0;
}

#header {
	background-color: #fff;
	border-top:9px solid #F44040;
}

/* ================================================
font setting
================================================ */

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	line-height: 1.3;
}

body,
input,
button,
select,
textarea {
	color: #595960;
	font-family: 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, 'A-OTF 新ゴ Pro', DroidSansJapanese, sans-serif;
}

address,
em,
strong,
th,
dfn {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
strong {
	font-weight: normal;
}

a {
	color: #2e73d8;
	text-decoration: none;
}

a:visited {
	color: #8e5ead;
}

/* ================================================
form setting
================================================ */

input,
button,
select,
textarea {
	box-sizing: border-box;
	margin: 0;
	outline: none;
}

input[type='search']:focus {
	outline-offset: -3px;
}

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

button {
	appearance: button;
	border: 0;
	border-radius: 10px;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0;
}

button::-webkit-search-decoration {
	display: none;
}

button:focus {
	outline-offset: -2px;
}

::placeholder {
	color: #b0b0b5;
	font-size: 14px;
}

::placeholder {
	color: #b0b0b5;
}

a[class*='-button'],
input[class*='-button'] {
	border-bottom-width: 2px;
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	font-size: 16px;
}

a[class*='-button'] em,
input[class*='-button'] em {
	font-weight: 700;
}

span[class*='-button'] {
	border-bottom-width: 2px;
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	font-size: 16px;
}

input {
	appearance: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-color: #ccc;
	border-radius: 10px;
	font-size: 14px;
}

input:focus {
	background-color: #ffeccb;
}

.error input {
	background-color: #ffe5e5;
}

.error input:focus {
	background-color: #ffeccb;
}

select:focus {
	background-color: #ffeccb;
}

.error select:focus {
	background-color: #ffeccb;
}

.error select {
	background-color: #ffe5e5;
}

textarea {
	appearance: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-color: #ccc;
	border-radius: 10px;
	font-size: 14px;
	padding: 10px;
	resize: vertical;
}

textarea:focus {
	background-color: #ffeccb;
}

.error textarea {
	background-color: #ffe5e5;
}

/* ================================================
for criteo
================================================ */

#cto_cookies_header_message a {
	display: inline;
}

@keyframes tooltipFadeFromTop {
	from {
		opacity: 0;
		transform: translateY(-5px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes tooltipFadeFromBottom {
	from {
		opacity: 0;
		transform: translateY(5px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes _modalFade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* clearfix */

/***************************************************
common
***************************************************/

#all {
	background-color: #f5f3f0;
}

#contents {
	margin: 0 auto;
	padding-top: 20px;
	width: 700px;
}

.lp-hw-content {
	padding-top: 40px;
}

.lp-hw-content-title {
	padding: 15px 20px;
}

.lp-hw-content-title__text {
	color: #13131e;
	font-size: 19px;
	letter-spacing: -.38px;
	line-height: 25px;
	opacity: 1;
}

.lp-hw-content__bg--pt01 {
	background-color: #fff;
	border: 1px solid #e8e8e2;
	border-radius: 20px;
	box-shadow: 0 1px 1px 0 rgb(0 0 0 / 15%);
	padding: 30px 80px;
}

.lp-hw-content__caption--pt01 {
	color: #df4d4d;
	display: block;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 5px;
	padding-bottom: 14px;
	padding-top: 2px;
	position: relative;
	text-align: left;
}

.lp-hw-content__caption--pt02 {
	color: #595960;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 21px;
	opacity: 1;
	padding-bottom: 20px;
	text-align: left;
}

/***************************************************
list
***************************************************/

.lp-hw-content-toggle-list__icon a {
	background-image: url('../../../images/hw/common/toggle_006a.png');
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 17px auto;
	border-bottom: 1px solid #d5d5d5;
	color: #13131E;
	font-size: 15px;
	vertical-align: middle;
}

.lp-hw-content-toggle-list__icon--open a {
	background-image: url('../../../images/hw/common/toggle_006b.png');
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 17px auto;
	font-weight: bold;
}

.lp-hw-content-toggle-list > li:first-child {
	border-top: 1px solid #d5d5d5;
}

.lp-hw-content-toggle-list li span {
	background: 0 0;
	color: #9d9d9d;
	display: inline-block;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 92%;
}

.lp-hw-content-toggle-list__slide {
	display: none;
}

.lp-hw-content-toggle-list__slide li {
	background-color: #f5f5f5;
	border-bottom: 1px solid #d5d5d5;
	font-size: 14px;
	font-weight: 700;
}

.lp-hw-content-toggle-list__slide a {
	color: #595960;
	display: inline;
	letter-spacing: 0;
	text-decoration: underline;
}

.lp-hw-content__msg {
	border: 1px solid #e8e8e2;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 15px 20px 15px 20px;
}

.lp-hw-content__msg__list li {
	padding: 5px 0 5px 0;
	position: relative;
	color: #13131E;
}

.lp-hw-content__msg__list li:before {
	background: #fff;
	background: #d5d5d5;
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 1em;
	margin-right: 7px;
	vertical-align: middle;
	width: 1em;
}

.lp-hw-content--hidden {
	overflow: hidden;
	position: relative;
	-webkit-tap-highlight-color: transparent;
}

/***************************************************
list（アコーディオンを使用しないもの）
***************************************************/

.lp-hw-content-list__icon a {
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 17px auto;
	border-bottom: 1px solid #d5d5d5;
	color: #13131E;
	font-size: 15px;
	vertical-align: middle;
}

.lp-hw-content-list__icon p {
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 17px auto;
	border-bottom: 1px solid #d5d5d5;
	color: #13131E;
	font-size: 15px;
	vertical-align: middle;
}

.lp-hw-content-list > li:first-child {
	border-top: 1px solid #d5d5d5;
}

.lp-hw-content-list li span {
	background: 0 0;
	color: #9d9d9d;
	display: inline-block;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 92%;
}

.lp-hw-content-list__slide li {
	background-color: #f5f5f5;
	border-bottom: 1px solid #d5d5d5;
	font-size: 14px;
	font-weight: 700;
}

.lp-hw-content-list__slide a {
	color: #595960;
	display: inline;
	letter-spacing: 0;
	text-decoration: underline;
}

/***************************************************
button
***************************************************/

.lp-hw-content-button-area--pt01 {
	padding: 20px 0 0;
	position: relative;
	text-align: center;
	width: 500px;
	margin: 0 auto;
}

.lp-hw-content-button-area--pt01 a {
	align-items: center;
	background-color: #fff;
	background-image: url(../../../images/hw/common/icon_arrow_02.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-size: 7px auto;
	border-color: #bcbcb3;
	color: #13131e;
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
	justify-content: center;
	min-height: 48px;
	position: relative;
}

.lp-hw-content-button-area--pt02 {
	background: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, #fff 50%, #fff 100%);
	bottom: 0;
	font-size: 12px;
	left: 0;
	padding-top: 30px;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.lp-hw-content-button-area--pt03 {
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0, #f5f3f0 50%, #f5f3f0 100%);
	background:         linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, #f5f3f0 50%, #f5f3f0 100%);
	bottom: 0;
	font-size: 12px;
	left: 0;
	padding-top: 70px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.lp-hw-content-button-area--pt03.lp-hw-content-button--open {
	padding-top: 0;
}

.lp-hw-content-button-area--pt01 .lp-hw-content-button--pt01 {
	background-color: #fff;
	border-color: #bcbcb3;
	color: #13131e;
	padding: 15px 0px;
	position: relative;
}

.lp-hw-content-button-area--pt01 .lp-hw-content-button--pt02 {
	background-color: #fff;
	border-color: #bcbcb3;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	color: #13131e;
	-webkit-flex-direction: column;
			flex-direction: column;
	padding: 10px;
	position: relative;
}

.lp-hw-content-button--pt02 span {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 5px 2px;
}

.lp-hw-content-button--pt02 b {
	padding: 2px 5px 5px;
}

.lp-hw-content-button--pt03 {
	background-image: url('../../../images/hw/common/toggle_002a.png');
	background-position: 60% 4px;
	background-repeat: no-repeat;
	background-size: 10px auto;
	color: #288dc7;
	cursor: pointer;
	display: inline-block;
	padding-right: 15px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.lp-hw-content-button--pt03.lp-hw-content-button--open {
	background-image: url('../../../images/hw/common/toggle_002b.png');
	background-position: 57% 4px;
	background-repeat: no-repeat;
	background-size: 10px auto;
}

.lp-hw-content-button--pt04 {
	background-color: #fff;
	background-image: url('../../../images/hw/common/toggle_004a.png');
	background-position: 90% 23px;
	background-repeat: no-repeat;
	background-size: 10px auto;
	border: 1px solid #bcbcb3;
	border-radius: 100px;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	height: 55px;
	line-height: 55px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 250px;
}

.lp-hw-content-button--pt04.lp-hw-content-button--open {
	background-image: url('../../../images/hw/common/toggle_004b.png');
	background-position: 90% 23px;
	background-repeat: no-repeat;
	background-size: 10px auto;
}

/* ================================================
header
================================================ */

.header {
	border-bottom: 1px solid #eee;
	padding: 18px 10px 18px 25%;
}

/***************************************************
ヘッダ下（コンテンツトップ要素）
***************************************************/

.lp-hw-content-top {
	background: #fff 0 0 no-repeat padding-box;
	box-shadow: 0 1px 1px 0 rgb(0 0 0 / 15%);
	opacity: 1;
	padding: 15px 80px 30px;
	border-radius: 20px;
	text-align: center;
	width: 100%;
}

.lp-hw-content-top__img {
	padding-bottom: 20px;
}

.lp-hw-content-top__title {
	color: #13131e;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .38px;
	line-height: 31px;
	opacity: 1;
	padding-bottom: 12px;
}

.lp-hw-content-top__title em {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: .42px;
	line-height: 28px;
}

.lp-hw-content-top__title span {
	display: inline-block;
}

.lp-hw-content-top__text {
	color: #595960;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 21px;
	opacity: 1;
	text-align: left;
}

/* ================================================
footer
================================================ */

#footer {
	background-color: #e9e7e3;
	font-size: 1.2rem;
}

.footer {
    width: 70%;
	min-width: 700px;
    max-width: 1400px;
    margin: 0 auto;
	padding: 0 10px;
}

.footer-item-float__list {
	display: flex;
	padding-bottom: 30px;
	border-bottom: 1px solid #dbdad1;
}

.footer-item-float__list > div {
	width : calc(100% / 3) ;
}

.footer-item-float__list .footer-item__list-ttl {
	padding: 40px 0 20px 0;
}

.footer-item-line__list > div:not(:last-child) {
	border-bottom: 1px solid #dbdad1;
}

.footer-item-line__list > div {
	display: flex;
}

.footer-item-line__list .footer-item__list-ttl {
	width: 200px;
	min-width: 200px;
	vertical-align: top;
}

.footer-item-line__list table {
	border-collapse: separate;
	border-spacing: 0 20px;
}

.footer-sns__list, .footer-tocompany__list, .footer-other__list{
	padding: 20px 0 0;
}

.footer-sns__list .footer-item__link--ex {
	margin: 0 0 20px 0;
}

.footer-item__list-ttl {
	color: #13131e;
	font-weight: bold;
}

.footer-item-float__list .footer-item__link > li {
	padding-bottom: 20px;
}

.footer-item__link--row {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-item__link--row a {
	margin: 0 40px 20px 0;
}

.footer-item__link--row a,
.footer-item__link a {
	color: #595960;
	display: inline-block;
	padding-right: 15px;
}

.footer-item__link--normal {
	background-image: url(../../../images/hw/common/icon_006a.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 6px auto;
	margin-right: 40px;
}

.footer-item__link--ex {
	background-image: url(../../../images/hw/common/bt_006c.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 10px auto;
}

.footer-other__list .footer-item__link--ex {
	margin-right: 40px;
}

.footer-item__link--slash {
	color: #dbdad1;
	padding: 0 5px 0 5px;
}

.footer-item__logo {
	padding: 60px 0 100px 0;
	text-align: center;
}

.footer-item__logo--copyright {
	color: #999996;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1rem;
	padding-top: 10px;
}

/* ================================================
social-link
================================================ */

.social-link {
	padding-top: 60px;
}

.social-link-item {
	text-align: center;
}

.social-link-item__list--icon {
	display: inline-block;
	font-size: 1.0rem;
	font-weight: bold;
	padding: 0 3px;
}

.social-link-item__list--icon a {
	border-radius: 20px;
	color: #fff;
	padding: 9px 15px 9px 30px;
	width: 100px;
}

.social-link-item__list--line {
	background: url(../../../images/hw/common/btn_share_line.png);
	background-color: #00b833;
	background-position: 17px 50%;
	background-repeat: no-repeat;
	background-size: 18px auto;
}

.social-link-item__list--twitter {
	background: url(../../../images/hw/common/btn_share_twitter.png);
	background-color: #1da1f2;
	background-position: 17px 50%;
	background-repeat: no-repeat;
	background-size: 17px auto;
}

.social-link-item__list--fb {
	background: url(../../../images/hw/common/btn_share_facebook.png);
	background-color: #1877f2;
	background-position: 20px 100%;
	background-repeat: no-repeat;
	background-size: 12px auto;
}

/* ================================================
js-scrollTop
================================================ */

.js-scrollTop_bottom {
	font-size: 1.4rem;
	padding: 80px 0 60px 0;
	text-align: center;
}

.js-scrollTop__bottomlink span {
	background: url('../../../images/hw/common/totop.png') no-repeat 100% 50%;
	background-position: right;
	background-size: 17px auto;
	color: #999996;
	text-decoration: underline;
	padding-right: 20px;
}

.js-scrollTop__bottomlink:visited {
	color: #999996;
}

/* ================================================
breadCrumb
================================================ */

.breadCrumb {
    width: 70%;
	min-width: 700px;
    max-width: 1400px;
	border-bottom: 1px solid #dbdad1;
	border-top: 1px solid #dbdad1;
	font-size: 1.2rem;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	margin: 0 auto;
}

.breadCrumb a {
	color: #595960;
	display: inline-block;
	padding: 15px 20px 15px 10px;
	position: relative;
	text-decoration: underline;
}

.breadCrumb a:first-of-type {
	padding: 15px 20px 15px 10px;
}

.breadCrumb a:before {
	border: 1px solid;
	border-color: #dbdad1 #dbdad1 transparent transparent;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	right: -15px;
	top: 0;
	transform: rotate(65deg);
	width: 48px;
}

.breadCrumb a:after {
	border: 1px solid;
	border-color: #dbdad1 #dbdad1 transparent transparent;
	bottom: 0;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	right: -15px;
	transform: rotate(116deg);
	width: 48px;
}

.breadCrumb-item__link--none {
	color: #595960;
	display: inline-block;
	padding: 15px 10px;
	position: relative;
}

.breadCrumb-item > span {
	margin: 0 0 0 5px;
}

.breadCrumb-item > span:first-of-type {
	margin: 0;
}

/* ================================================
boms-link
================================================ */

.boms-link-ttl {
	padding: 40px 20px 15px 20px;
}

.boms-link-ttl__txt {
	color: #13131e;
	font-size: 1.9rem;
}

.boms-link {
	background-color: #fff;
	border: 1px solid #e8e8e2;
	box-shadow: 0 1px 1px 0 rgb(0 0 0 / 15%);
	padding: 30px 20px;
}

.boms-link__ttl {
	color: #df4d4d;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 0 0 15px 0;
}

.boms-link__txt {
	font-size: 1.4rem;
	line-height: 1.5;
	padding-bottom: 20px;
}

.boms-link__list-item {
	background-image: url('../../../images/hw/common/icon_006a.png');
	background-position: 99% 50%;
	background-repeat: no-repeat;
	background-size: 6px auto;
	border-bottom: 1px solid #d5d5d5;
	padding: 20px 25px 20px 0;
	vertical-align: middle;
}

.boms-link__list:first-child {
	border-top: 1px solid #d5d5d5;
}

.boms-link__list-item--ttl {
	color: #13131e;
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	padding-bottom: 10px;
}

.boms-link__list-item--txt {
	color: #595960;
	font-size: 1.4rem;
}

/***************************************************
新着求人
***************************************************/

.lp-hw-content-joblist {
	width: 100%;
}

.lp-hw-content-joblist-detail--pt01 {
	padding: 0 10px 10px;
}

.lp-hw-content-joblist-detail--bg01 {
	background-color: #fff;
	border: 1px solid rgba(204, 204, 204, .35);
	border-radius: 10px;
	box-shadow: 0 1px 2px rgb(0 0 0 / 35%);
	box-sizing: border-box;
	padding: 20px;
}

.lp-hw-content-joblist-info--pt03 {
	padding-top: 12px;
}

.lp-hw-content-joblist-info__icon {
	display: flex;
	flex-wrap: nowrap;
	font-size: 0;
	padding-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lp-hw-content-joblist-info__icon div {
	padding: 0 4px 5px 0;
}

.lp-hw-content-joblist-info__icon p {
	font-size: 10px;
	line-height: 1.5;
	padding: 0 5px;
}

.lp-hw-content-joblist-info__icon--pt01 p {
	background-color: #bcbcb3;
	border: 1px solid #e8e8e2;
	border-color: #bcbcb3;
	border-radius: 10px;
	color: #fff;
}

.lp-hw-content-joblist-info__icon--pt02 {
	overflow: hidden;
}

.lp-hw-content-joblist-info__icon--pt02 p {
	background-color: #fff;
	border: 1px solid #fff;
	border-color: #fff;
	border-radius: 10px;
	color: #999996;
	font-size: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lp-hw-content-joblist-info__apply {
	color: #6baa5e;
	font-size: 12px;
	overflow: hidden;
	padding-bottom: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lp-hw-content-joblist-info__title {
	color: #2e73d8;
	display: inline;
	font-size: 17px;
	font-weight: 700;
	text-decoration: underline;
}

.lp-hw-content-joblist-info__list li {
	align-items: center;
	background-repeat: no-repeat;
	display: flex;
	padding-top: 10px;
	position: relative;
}

.lp-hw-content-joblist-info__list li:first-of-type {
	padding-top: 0;
}

.lp-hw-content-joblist-info__list li .p02 {
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.lp-hw-content-joblist-info__list img {
	margin-right: 9px;
	vertical-align: -2px;
}

.lp-hw-content-joblist-info__list li em {
	color: #999996;
	letter-spacing: -.09em;
	margin-left: 0;
	margin-right: 5px;
}

.lp-hw-content-joblist-info__list li span {
	color: #595960;
	display: inline-block;
	font-feature-settings: 'palt' 1;
	font-weight: normal;
	margin: 0 2px 1px 0px;
	padding: 0 4px;
	transform: scale(.85, 1);
	vertical-align: middle;
}

.lp-hw-content-joblist-info__list li .lp-hw-content-joblist-info--type_ap {
	background-color: #ffe9e9;
	margin-left: 0;
}

.lp-hw-content-joblist-info__list li .lp-hw-content-joblist-info--type_sy {
	background-color: #e4eef7;
}

.lp-hw-content-joblist-info__list--pt02 ul li {
	background-position: 0 50%;
	background-repeat: no-repeat;
	color: #595960;
	display: block;
	font-size: 13px;
	line-height: 16px;
	overflow: hidden;
	padding-left: 22px;
	padding-top: 0;
	text-indent: -1.5px;
	white-space: nowrap;
}

.lp-hw-content-joblist-info__list--pt01 p {
	color: #13131e;
	font-weight: 700;
	position: relative;
}


/***************************************************
最低賃金に関する情報
***************************************************/

.lp-hw-tdfk-news__minimum__wage {
	margin-bottom: 30px;
}

.lp-hw-tdfk-news__minimum__wage dl {
	border: 1px solid #e8e8e2;
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	width: 100%;
	border-radius: 5px 5px;
}

.lp-hw-tdfk-news__minimum__wage dt {
	background-color: #f8f8f6;
	box-sizing: border-box;
	color: #999996;
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	vertical-align: middle;
	width: 45%;
}

.lp-hw-tdfk-news__minimum__wage dd {
	color: #13131e;
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	width: 55%;
}

.lp-hw-tdfk-news__annotation span {
	color: #999996;
	display: block;
	font-size: 12px;
	letter-spacing: 0;
	text-align: left;
}

.lp-hw-tdfk-news__annotation--pt02 {
	padding-top: 12px;
}

/***************************************************
FAQ
***************************************************/

.lp-hw-content-faq {
	font-size: 14px;
}

.lp-hw-content-faq .lp-hw-content-toggle-list__icon em {
	color: #999996;
	font-weight: bold;
	padding-top: 20px;
	position: absolute;
}

.lp-hw-content-faq .lp-hw-content-toggle-list__icon a {
	color: #13131E;
	padding: 20px 25px 20px 25px;
}

.lp-hw-content-faq .lp-hw-content-toggle-list__slide em {
	color: #df4d4d;
	padding-right: 5px;
	padding-top: 20px;
}

.lp-hw-content-faq .lp-hw-content-toggle-list__slide span {
	color: #595960;
	display: inline;
	vertical-align: middle;
	width: 100%;
}

.lp-hw-content-faq .lp-hw-content-toggle-list__slide li {
	padding: 15px;
}

/***************************************************
FAQ（アコーディオンを使用しないもの）
***************************************************/

.lp-hw-content-faq .lp-hw-content-list__icon em {
	color: #999996;
	font-weight: bold;
	padding-top: 20px;
	position: absolute;
}

.lp-hw-content-faq .lp-hw-content-list__icon a {
	color: #13131E;
	padding: 20px 25px 20px 25px;
}

.lp-hw-content-faq .lp-hw-content-list__icon p {
	color: #13131E;
	padding: 20px 25px 20px 25px;
}

.lp-hw-content-faq .lp-hw-content-list__slide em {
	color: #df4d4d;
	padding-right: 5px;
	padding-top: 20px;
}

.lp-hw-content-faq .lp-hw-content-list__slide span {
	color: #595960;
	display: inline;
	vertical-align: middle;
	width: 100%;
}

.lp-hw-content-faq .lp-hw-content-list__slide li {
	padding: 15px;
}

/***************************************************
エラー画面用
***************************************************/

.common-pagetop .pt01 {
	height: 40px
}

.common-pagetop .pt01 p {
	position: absolute;
	right: 10px;
	margin-top: 8px;
	z-index: 2
}

.common-pagetop .pt01 p a {
	display: inline-block;
	text-align: right;
	border-radius: 4px 4px 0 0
}

.common-pagetop .pt01 p span {
	display: block;
	width: 38px;
	height: 38px;
	background: #f44040;
	border-radius: 4px
}

html.next .common-pagetop .pt01 p span {
	background-color: #3475c1
}

.common-pagetop .pt01 .js-st-hide {
	display: none
}

.common-pagetop .pt01 .js-scrollTop.js-st-move {
	position: fixed;
	bottom: 10px
}

.color03 {
	position: relative;
	padding: 7px;
	color: #543535;
	border: 1px solid #ccc;
	box-shadow: 0 -1px 0 #ccc inset;
	text-shadow: 1px 1px 0 #fff;
	font-weight: 700;
	background: #fff;
	background: -webkit-linear-gradient(top, #fff 0, #f1f1f1 100%);
	background: linear-gradient(to bottom, #fff 0, #f1f1f1 100%);
	border-radius: 6px
}

.other-errorMessage {
	background-color: #fff;
	border: 1px solid #e8e8e2;
	border-radius: 20px;
	box-shadow: 0 1px 1px 0 rgb(0 0 0 / 15%);
	padding: 30px 80px;
}