@charset "UTF-8";
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
/***********************************************************************
 ***********************************************************************
 ***********************************************************************

## Project

特定ページ専用、効果範囲が限定的な記述。
コンテンツ内容に密接で、汎用性がなく、機能の付け替えを想定していない。

*/
@media screen and (min-width: 1000px), print {
	.content_section:not(:last-child) {
		margin-bottom: 120px;
	}
	.content_section-sm:not(:last-child) {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 999px) {
	.content_section:not(:last-child) {
		margin-bottom: 60px;
	}
	.content_section-sm:not(:last-child) {
		margin-bottom: 40px;
	}
}

.content_section-line {
	margin-top: 20px;
}

.content_section-line:not(:last-child) {
	margin-bottom: 60px;
}

.content_section-line + .content_section-line {
	border-top: 1px solid #eee;
	padding-top: 60px;
}

.login-logo {
	font-size: 1.7rem;
}

.ui-sortable-handle {
  cursor: move;
}

.content h3 .icon {
	margin-right: 0.5rem;
}

.content .table-form_list .badge {
	min-width: 5em;
}

.content .table-form_list tr,
.content .table-form_list th,
.content .table-form_list td {
	vertical-align: middle;
}

.content .table-form_list__sort {
	min-width: 60px;
}

.content .table-form_list__id {
	text-align: right;
}

.content .table-form_list__is_public {
	padding: 0.5em;
	vertical-align: middle;
	text-align: center;
}

.content .table-form_list__actions {
	padding: 0.5em;
	vertical-align: middle;
}

.content .table-form_list__actions .unopened_btn {
	min-width: 130px;
}

.content .table-group_list tr,
.content .table-group_list th,
.content .table-group_list td {
	vertical-align: middle;
}

.content .table-group_list__id {
	text-align: right;
}

.content .table-data_list tr,
.content .table-data_list th,
.content .table-data_list td {
	vertical-align: middle;
}

.content .table-edit_list tr,
.content .table-edit_list th,
.content .table-edit_list td {
	vertical-align: middle;
}

.content .table-edit_list__tr-hidden th,
.content .table-edit_list__tr-hidden td {
	background-color: #e5e5e5;
}

.content .table-edit_list__tr-active th,
.content .table-edit_list__tr-active td {
	background-color: rgba(102, 191, 250, 0.4);
}

.content .table-edit_list tbody tr th,
.content .table-edit_list tbody tr td {
	border-top: 0 none;
}

.content .table-edit_list .form-control:disabled,
.content .table-edit_list .form-control[readonly] {
	background-color: #fff;
	opacity: 1;
}

.content .table-edit_setting_list tr,
.content .table-edit_setting_list th,
.content .table-edit_setting_list td {
	vertical-align: top;
}

.content .table-edit_setting_list ._label_td {
	padding-top: 1.2rem;
	font-weight: bold;
}

.content .table-edit_setting_list ._button_td {
	padding-top: 1rem;
}

.content .form .select2 {
	width: 100%;
}

.content .form .bootstrap-switch {
	margin-top: 0.3rem;
}

.content .card-body ._label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
	font-weight: bold;
}

.content .card-body ._label .icon,
.content .card-body .col-form-label .icon {
	margin-right: 0.3rem;
}

.content .card-body ._value {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.content .card-body + .card-body {
	border-top: 1px solid rgba(0,0,0,.125);
}

.content .card-body.bg-2 {
	background-color: #f8f8f8;
}

.content .card.accordion .card-title i {
	position: relative;
	top: 3px;
	left: 0;
	padding-left: 0.3em;
	padding-right: 0.3em;
	transition: transform 0.1s ease-in-out;
	-ms-transform-origin: center center;
	transform-origin: center center;
}

.content .card.accordion .card-title a[aria-expanded="true"] i {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.content hr {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	border-color: #eee;
}

.login-card-body {
	background-color: transparent;
}

.data_detail_list > *:not(:last-child) {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 1rem;
}

.data_detail_list > *.row > *:first-child {
	padding-left: 1rem;
}

.data_detail_list > *:not(.row) > * {
	padding-left: 0.7rem;
}

.btn-group-toggle-custom > .btn {
	min-width: 5em;
	background-color: #ccc;
	border-color: #ccc;
	color: rgba(255, 255, 255, 0.8);
}

.btn-group-toggle-custom > .btn.active {
	color: #fff;
}

.content-wrapper > * > .content {
	padding: 0 0.5rem;
}

.edit_page .note-editor p,
.edit_page .html_text p {
	margin-bottom: inherit;
}

.edit_page .edit_area {
	background-color: #66bffa;
}

.edit_page .edit_area .position-sticky {
	top: 20px;
}

.edit_page .edit_area .alert {
	margin-top: 0.3em;
}

.edit_page .edit_area .group_area {
	padding-bottom: 2rem;
}

.edit_page .edit_area .group_area + .group_area {
	padding-top: 2rem;
}

.edit_page .edit_area .group {
	padding-top: 1rem;
	padding-bottom: 0.5rem;
}

.edit_page .edit_area .group .form-group {
	margin-bottom: 0;
}

.edit_page .edit_area h5 {
	margin-top: 1.6rem;
	margin-bottom: 1.3rem;
	font-weight: bold;
}

.edit_page .edit_area h6 {
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

.edit_page .edit_area h6 .icon {
	margin-right: 0.3em;
}

.edit_page .edit_area h6,
.edit_page .edit_area .form-group > label {
	color: #fff;
}

.edit_page .edit_area label {
	font-weight: normal;
	color: #434343;
}

.edit_page .edit_area .bootstrap-switch {
	background-color: #fff;
}

.edit_page .edit_area hr {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.edit_page .note-editor .note-toolbar {
	padding: 0.2rem 0.5rem;
}

.edit_page .note-editor.note-frame,
.edit_page .note-editor.note-airframe {
	border: inherit;
}

.link-prev i {
	margin-right: 0.5em;
}

.custom-file-label::after {
	content: "画像選択";
}

.form .summernote_area > .card {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.form .note-editor.note-frame,
.form .note-editor.note-airframe {
	border: 0 none;
}

.icheck_list > * {
	min-height: 40px;
}

.title_preview_area {
	background-color: #000;
	box-sizing: border-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	min-height: 90px;
	margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
	.title_preview_area {
		min-height: 50px;
	}
}

.title_preview_area__title {
	font-size: 2rem;
	display: block;
	text-align: center;
	line-height: 1.4em;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.4em;
}

@media screen and (max-width: 767px) {
	.title_preview_area__title {
		font-size: 1.3rem;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	}
}

@media screen and (max-width: 575px) {
	.title_preview_area__title {
		text-align: left;
	font-size: 1.15rem;
	}
}

.on_opacity:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: 0.2s opacity;
}

.main-sidebar {
	overflow: visible;
}

.main-sidebar > .position-sticky {
	top: 0;
}

.table-applicant {
	box-sizing: content-box;
}

@media screen and (max-width: 1460px) {
	.table-applicant th,
	le-applicant td {
	padding: 0.3rem !important;
	}
}

.table-applicant thead {
	background-color: #f5f5f5;
	color: #959595;
}

/* .table-applicant thead th:not(.th__checkbox) {
	text-align: center;
}
 */
.table-applicant thead .th__checkbox {
	width: 25px;
}

@media screen and (max-width: 768px) {
	.table-applicant thead .th__checkbox {
		width: auto;
	}
}

.table-applicant thead .th__opened {
	width: 60px;
}

@media screen and (max-width: 768px) {
	.table-applicant thead .th__opened {
		width: auto;
	}
}

.table-applicant thead .th__face {
	width: 80px;
}

@media screen and (max-width: 768px) {
	.table-applicant thead .th__face {
		width: auto;
	}
}

.table-applicant thead .th__info {
	width: 150px;
}

@media screen and (max-width: 1330px) {
	.table-applicant thead .th__info {
		width: auto;
	}
}

.table-applicant thead .th__form {
	width: 190px;
}

@media screen and (max-width: 1330px) {
	.table-applicant thead .th__form {
		width: auto;
	}
}

.table-applicant thead .th__status {
	width: 105px;
}

@media screen and (max-width: 768px) {
	.table-applicant thead .th__status {
		width: auto;
	}
}

.table-applicant thead .th__date {
	width: 110px;
}

@media screen and (max-width: 1330px) {
	.table-applicant thead .th__date {
		width: 80px;
	}
}

@media screen and (max-width: 768px) {
	.table-applicant thead .th__date {
		width: auto;
	}
}

.table-applicant tr._odd {
	background-color: #f0f1f0 !important;
}

.table-applicant tr.introduction_applicant {
	position: relative;
	/* background: rgb(255,255,255); */
	/* background: linear-gradient(172deg, rgba(255,255,255,1) 33%, rgba(0,29,255,0.3) 100%); */
	/* background: linear-gradient(270deg, rgba(255,255,255,1) 33%, rgba(0,135,255,0.05) 100%); */

	/* background-color: rgba(0,135,255,0.2); */
	/* 255,2270,0.2
	0 255 12 / 20%); */
}

/* .table-applicant tr.introduction_applicant::after {
	display: block;
	content: "紹介会社";
	position: absolute;
	width: 80px;
	height: 25px;
	line-height: 25px;
	top: 0;
	left: 0;
	font-size: 14px;
	background-color: #0079fffa;
	background-color: #747575fa;
	color: #fff;
	text-align: center;
	border-radius: 0 0 0.25rem 0;
} */

.table-applicant tr._odd .table-inner__subject::after,
.table-applicant tr._odd .table-inner__contentpreview::after {
	background-color: #f0f1f0 !important;
}

.table-applicant tr._even {
	background-color: #fff;
}

.table-applicant tr._status,
.table-applicant tr._status > th,
.table-applicant tr._status > td {
	border-bottom: 0 none;
}

.table-applicant tr._topics {
	border-top: 0 none;
	border-bottom: 0 none;
}

.table-applicant tr._topics,
.table-applicant tr._topics > th,
.table-applicant tr._topics > td {
	border-top: 0 none;
	border-bottom: 0 none;
}

.table-applicant tr._buttons,
.table-applicant tr._buttons > th,
.table-applicant tr._buttons > td {
	border-top: 0 none;
}

.table-applicant .fa-chevron-right {
	font-size: 12px;
	position: relative;
	top: -2px;
}

.table-applicant .custom-select._status {
	background-color: #f5f5f5;
	font-size: 15px;
	box-shadow: none;
	border-color: #eeeeee;
	color: #7d7d7d;
}

.table-applicant .table-data_list__comment .comment {
	position: relative;
}

.table-applicant .table-data_list__comment .comment_inner {
	max-height: 3em;
	overflow: hidden;
}

.table-applicant .table-data_list__comment .more {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #fff;
	display: inline-block;
	background-image: url(/common/img/icon/more_arrow.png);
	background-repeat: no-repeat;
	background-size: 10px 13px;
	background-position: left 17px top 6px;
	padding-left: 30px;
	right: 0;
}

.table .inner_td {
	padding: 0 1.5rem 0 1.5rem !important;
	width: 100%;
}

.table .inner_td._button {
	text-align: right;
	padding-bottom: 20px !important;
}

.table-inner {
	padding: 0 !important;
	width: 100%;
	border-top: 1px solid #ddd;
	margin-bottom: 0;
}

.table-inner__type {
	width: 80px;
	min-width: 80px;
	white-space: nowrap;
}

.table-inner__date {
	width: 160px;
	min-width: 160px;
	white-space: nowrap;
}

.table-inner__subject,
.table-inner__contentpreview {
	position: relative;
	top: 0;
	left: 0;
	padding-right: 1.5rem;
}

.table-inner__subject .text,
.table-inner__contentpreview .text {
	max-height: 1.5rem;
	overflow: hidden;
	line-height: 1.5rem;
	transition: max-height 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.table-inner__detaillink {
	width: 80px;
	min-width: 80px;
	white-space: nowrap;
}

.table-inner__subject {
	width: 200px;
}

.badge {
	font-size: 14px;
	font-weight: 400;
}

.badge-orange {
	background-color: #ff9b3a;
	color: #fff;
}

.badge-ygreen {
	background-color: #9bc41c;
	color: #fff;
}

.badge-gray {
	background-color: #767676;
	color: #fff;
}

.badge._unread {
	padding: 6px 8px;
	font-weight: normal;
}

.badge._open {
	padding: 6px 8px;
	font-weight: normal;
}

.badge._receive {
	background-image: url(/common/img/icon/receive.png);
	background-size: 14px 16px;
	background-repeat: no-repeat;
	background-position: center left 6px;
	padding: 4px 8px 4px 22px;
	font-weight: normal;
}

.badge._send {
	background-color: #aaaaaa;
	background-image: url(/common/img/icon/send.png);
	background-size: 14px 16px;
	background-repeat: no-repeat;
	background-position: center left 6px;
	padding: 4px 8px 4px 22px;
	font-weight: normal;
}

/* 詳細ページ */
.personal_info__head {
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 50px;
	-ms-flex-align: start;
	align-items: flex-start;
	display: flex;
	line-height: 1.2;
}

@media screen and (max-width: 991px) {
	.personal_info__head {
		padding-bottom: 20px;
	}
}

.personal_info__head > .image > img {
	display: block;
	margin-right: 40px;
	width: 160px;
}

@media screen and (max-width: 768px) {
	.personal_info__head > .image > img {
		width: 100px;
	margin-right: 10px;
	}
}

.personal_info__head > .text .badge-status {
	background-color: #e6eaf0;
	color: #94a2b7;
	font-size: 16px;
	min-width: 160px;
	padding: 5px 10px;
	margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
	.personal_info__head > .text .badge-status {
		min-width: 100px;
		font-size: 14px;
		margin-bottom: 0.5em;
	}
}

.personal_info__head > .text .badge-status._checked {
	background-color: #fd7e14;
	color: #ffffff;
}

.personal_info__head > .text .name_yomi {
	color: #959595;
	font-size: 24px;
}

@media screen and (max-width: 768px) {
	.personal_info__head > .text .name_yomi {
		font-size: 14px;
	}
}

.personal_info__head > .text .name_kanji {
	color: #2e383d;
	font-size: 60px;
}

@media screen and (max-width: 992px) {
	.personal_info__head > .text .name_kanji {
		font-size: 45px;
	}
}

@media screen and (max-width: 768px) {
	.personal_info__head > .text .name_kanji {
		font-size: 26px;
		margin-bottom: 0.1em;
	}
}

.personal_info__head > .text .age {
	color: #959595;
	font-size: 18px;
	margin-bottom: 1em;
}

@media screen and (max-width: 992px) {
	.personal_info__head > .text .age {
		margin-bottom: 2em;
	}
}

@media screen and (max-width: 768px) {
	.personal_info__head > .text .age {
		font-size: 14px;
		margin-bottom: 0.6em;
	}
}

.personal_info__body {
	padding-top: 45px;
	padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
	.personal_info__body {
		padding-top: 0;
	}
}

.personal_info__body .personal_info__th {
	width: 17%;
	min-width: 300px;
	margin-right: 1em;
}

@media screen and (max-width: 991px) {
	.personal_info__body {
		border-left: 0 none;
		padding-left: 0;
		margin-top: 20px;
	}
	.personal_info__body .personal_info__th {
		width: 100%;
	}
	.personal_info__body .personal_info__td {
		width: 100%;
	}
}

.personal_info__body-2 .d-lg-flex {
	margin-bottom: 1em;
}

.personal_info__th {
	position: relative;
	padding-left: 10px;
	font-weight: bold;
}

.personal_info__th::before {
	content: "";
	display: block;
	width: 3px;
	height: 15px;
	background-color: #1c80fe;
	position: absolute;
	left: 0;
	top: 4px;
}

@media screen and (max-width: 991px) {
	.personal_info__td {
		margin-bottom: 1em;
	}
}

.card-header._message_area {
	position: relative;
}

.card-header._message_area::before {
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	background: linear-gradient(-180deg, rgba(156, 156, 156, 0.123) 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 5;
}

.messege_area {
	max-height: 800px;
	overflow-y: scroll;
	position: relative;
}

.message_content_block {
	padding-top: 40px;
}

.message_content_block .message {
	padding-bottom: 40px;
}

.message_content_block .message-icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.message_content_block .message-icon::before {
	content: "";
	display: block;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #000000;
	border-radius: 50%;
}

@media screen and (max-width: 767px) {
	.message_content_block .message-icon {
		width: 50px;
		height: 50px;
	}
}

.message_content_block .message-icon img {
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.message_content_block .message_wrapper {
	max-width: 80%;
	min-width: 260px;
}

@media screen and (max-width: 767px) {
	.message_content_block .message_wrapper {
		min-width: auto;
	}
}

.message_content_block .message-text {
	position: relative;
	border-radius: 5px;
	min-height: 50px;
	padding: 15px 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.message_content_block .message-text::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 17px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	top: 28px;
}

@media screen and (max-width: 767px) {
	.message_content_block .message-text::before {
		top: 5px;
	}
}

.message_content_block .message_info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 5px;
}


@media screen and (max-width: 999px) {
	.message_content_block .message_info {
		flex-direction: column-reverse;
	}
}

.message_content_block .message_info .message_name {
	font-weight: 600;
	font-size: 16px;
	margin-right: 1em;
}

.message_content_block .message_info .message_time .time {
	font-weight: 400;
	font-size: 16px;
	color: #bfbfbf;
}

.message_content_block .received_message .message_wrapper {
	padding-left: 20px;
}

@media screen and (max-width: 767px) {
	.message_content_block .received_message .message_wrapper {
		padding-left: 10px;
	}
}

.message_content_block .received_message .message_name {
	color: #2e383d;
}

.message_content_block .received_message .message-text {
	background-color: #f8f8f8;
}

.message_content_block .received_message .message-text::before {
	background-image: url(/common/img/applicant_tail.png);
	left: -21px;
}

@media screen and (max-width: 767px) {
	.message_content_block .received_message .message-text::before {
		left: -12px;
	}
}

/**************************
system_message
*/

.message_content_block .system_message {
	margin: auto;
	max-width: 60%;
}

@media screen and (max-width: 767px) {
	.message_content_block .system_message {
		max-width: 100%;
	}
}

.message_content_block .system_message .message_wrapper {
	width: 100%;
	max-width: 100%;
}

.message_content_block .system_message .message_name {
	color: #2e383d;
}

.message_content_block .system_message .message-text {
	background-color: #e6e5e7;
}

.message_content_block .my_message .message_wrapper {
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	.message_content_block .my_message .message_wrapper {
		padding-right: 10px;
	}
}

.message_content_block .my_message .message_name {
	color: #4ea4ce;
}

.message_content_block .my_message .message-text {
	background-color: #cee3ff;
}

.message_content_block .my_message .message-text::before {
	background-image: url(/common/img/recruiter_tail.png);
	right: -21px;
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

@media screen and (max-width: 767px) {
	.message_content_block .my_message .message-text::before {
		right: -12px;
	}
}

.message_content_block .message._file .message-text {
	background-color: #23a3b8;
	transition: 0.2s;
	box-shadow: 2.121px 2.121px 5px 0px rgba(0, 0, 0, 0.2);
}

.message_content_block .message._file .message-text:hover {
	opacity: 0.8;
}

.message_content_block .message._file .message-text::before {
	background-image: url(/common/img/file_tail.png);
}

.message_content_block .message._file .message-text .pdf {
	color: #fff;
	display: block;
}

.message_content_block .message._file .message-text .pdf::after {
	content: "";
	display: inline-block;
	background: url(/common/img/icon/pdf_white.png) no-repeat center center/cover;
	width: 20px;
	height: 23px;
	margin-left: 10px;
	position: relative;
	top: 5px;
}

.send_message .btn_file {
	width: 180px;
	margin-right: 20px;
	color: #fff;
	background-color: #23a3b8;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	transition: 0.2s;
}

.send_message .btn_file:hover {
	opacity: 0.7;
}

.send_message .btn_file img {
	margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
	.send_message .btn_file {
		width: 100%;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin-bottom: 0.5em;
	}
	.send_message .btn_file > span {
		margin-right: 0.5em;
	}
	.send_message .btn_file img {
		width: 15px;
		margin-bottom: 0;
	}
}

.send_message_right {
	width: calc(100% - 200px);
}

@media screen and (max-width: 767px) {
	.send_message_right {
		width: 100%;
	}
}

.send_message_right textarea {
	resize: none;
	width: 100%;
	height: 160px;
	border-radius: 0.25rem 0 0 0.25rem;
}

.send_message_right .sendmessage {
	width: 140px;
	border-radius: 0 0.25rem 0.25rem 0;
	font-size: 22px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.send_message_right .sendmessage {
		width: 80px;
		font-size: 16px;
	}
}

.status_area .btn-outline-info {
	background-color: #fff;
	border-color: #ccd7d9;
}

.status_area .form-group ._label {
	color: #434343;
	font-weight: 500;
}

.status_area .form-group label {
	font-weight: 500;
}

.status_area .form-group label:hover {
	background-color: #24a8bd;
}

.modal-dialog._large {
	max-width: 60vw !important;
}

.js-default_submit._disabled {
	pointer-events: none;
	opacity: 0.5;
}

.js-wait_submit._disabled {
	pointer-events: none;
	opacity: 0.5;
}

.user_birthday_row {
	display: flex;
	column-gap: 20px;
}

.birthday_item {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.applicant_add_input_area > ._input {
	padding: 0;
}

@media screen and (max-width: 999px) {
	.sp_none {
		display: none;
	}
	.wrapper .table-data_list thead {
		display: none;
	}
	.wrapper .table-data_list tbody > tr {
		display: block;
		border-bottom: 1px solid #ccc;
	}
	.wrapper .table-data_list tbody > tr > td {
		display: block;
		border: 0 none;
		max-width: 320px;
		margin: auto;
	}
	.wrapper .table-data_list .table-data_list__opened {
		padding-top: 1.5em !important;
	}
	.wrapper .table-data_list .table-data_list__check,
	.wrapper .table-data_list .table-data_list__comment {
		display: none !important;
	}
	.wrapper .table-data_list .table-data_list__info * {
		text-align: left !important;
	}
	.wrapper .table-data_list .table-data_list__date {
		padding-bottom: 1.5em !important;
	}
	.wrapper .table-data_list .table-data_list__date .btn {
		width: 100%;
		display: block;
	}
	.wrapper .table-data_list .table-data_list__face img {
		display: block;
		margin: auto;
	}
	.wrapper .table-data_list .alert {
		max-height: auto !important;
	}
	.wrapper .form-group .btn-group {
		display: block;
	}
	.wrapper .form-group .btn-group > .btn {
		width: 100% !important;
		display: block !important;
		border-radius: 0;
	}
	.wrapper .form-group .btn-group > .btn:first-child {
		left: -1px;
	}
}

/***********************************************************************
	パスワード更新画面
*/
.passwrod_setting_box {
	width: 400px;
}
.passwrod_setting_box .card-body {
	padding: 20px 30px 30px;
}

@media screen and (max-width: 420px) {
	.passwrod_setting_box {
		width: 350px;
	}

	.passwrod_setting_box .card-body {
		padding: 15px;
	}
}
@media screen and (max-width: 374px) {
	.passwrod_setting_box {
		width: 310px;
	}

	.passwrod_setting_box .card-body {
		padding: 15px 10px;
	}
}

/***********************************************************************
	ログインページ・パスワードリセット画面のスタイル
*/
@media screen and (max-width: 767px) {
	.login-page {
		justify-content: start;
		padding-top: 100px;
	}
}


.brand-link {
	font-size: 1.05rem !important;
}
