
.inline_flex {
		display: inline-flex;
}

.flex_wrap {
		display: flex;
		flex-wrap: wrap;
}

.flex_between {
		display: flex;
		justify-content: space-between;
		align-items: center;
}

.align_end {
		align-items: end;
}

.list_row {
		display: flex;
		padding: 10px 0;
		align-items: center;
}

.list_row .list_column {
		width: 20%;
		font-size: 14px;
		/* overflow: auto; */
		height: 50px;
		margin-right: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
}

.function_box {
		display: flex;
		justify-content: space-evenly !important;
		align-items: center;
}

.fn_button {
		position: relative;
		background: unset;
		color: black;
		padding: 0;
		text-align: unset;
		font-size: unset;
		border: none;
}

.fn_button i {
		font-style: normal;
}

.selected {
		color: #43b291;
}

.fn_button i:hover {
		color: #56d9b0 !important;
}

.fn_button_description {
		position: absolute;
		transform: translateX(-50%);
		padding: 0.1rem 0.5rem;
		margin-left: 0.5rem;
		margin-top: -1.1rem;
		border-radius: 9.8px;
		background-color: #666666c7;
		font-size: 0.5rem;
		color: #fff;
		text-align: left;
		visibility: hidden;
		opacity: 0;
		z-index: 1;
		transition: 0.5s all;
		display: none;
		cursor: context-menu;
		max-height: 20rem;
		overflow: auto;
}

.fn_button:hover .fn_button_description {
		visibility: visible;
		/* ツールチップを表示 */
		opacity: 1;
		/* 不透明度を100％に */
		display: inline;
}

.table_sentence {
		align-items: flex-start !important;
		justify-content: : left !important;
		text-align: left;
}



.post_log_inner button {
		margin-top: 4px;
		min-width: 60px;
		padding: 6px 30px;
}

.summary_content {
		margin-top: 20px;
}


.summary_content .summary_inner {
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
    	padding: 1rem 0;
		padding-bottom: 3rem;
}

.summary_content .summary_column {
		display: table;
}

.summary_content .summary_column .column_item {
		display: inline-block;
		font-size: 10px;
		background: var(--main-color);
		color: var(--link-color-light);
		padding: 4px 2px;
		margin: 0 1px;
		width: 90px;
		text-align: center;
}

.summary_content .summary_job {
		display: inline-flex;
}

.summary_content .summary_job .column_item {
		display: inline-block;
		font-size: 10px;
		color: var(--main-color);
		background: var(--link-color-light);
		margin: 0 1px;
		width: 90px;
		text-align: center;
		/* overflow-y: hidden; */
}

.summary_job_detail .list_row .list_column {
		font-size: 12px;
		line-height: 1.2;
}

.summary_job_detail .list_row .list_column:first-child {
		width: 10%;
}

.summary_job_detail .list_row .list_column:nth-child(3) {
		width: 60%;
}

.summary_job_detail .list_row .list_column:last-child {
		width: 12%;
}


.mypage_section {
		padding: 1.2rem;
		max-width: 1000px;
		margin: 0 auto 1rem;
		width: 100%;
}

.mypage_section i {
		margin-right: 3px;
}

.mapage_section_option {
		padding: 0.5rem;
		font-size: 0.8rem;
		border-radius: 5px;
		background: #589aef;
		font-weight: normal;
		color: white;
		text-decoration: none;
		border: none;
}

.mapage_section_option:active {
		/* padding-top:1px; */
		top: 1px;
		position: relative;
		/* padding-bottom:4px; */
		/* border:1px solid #334c66; */
		background-color: skyblue;
}

.mypage_section_header {
		background: white;
		width: 100%;
		border-bottom: 1px solid gainsboro;
		margin: unset;
		height: 4rem;
		max-width: unset;
		align-items: center;
		display: inline-grid;
}

.mypage_section_header_sticky {
		position: sticky;
		z-index: 2;
		top: 0;
		background: white;
		width: 100%;
		border-bottom: 1px solid gainsboro;
		margin: unset;
		height: 4rem;
		padding: 0;
		max-width: unset;
		align-items: center;
		display: inline-grid;
}

.anchor {
		padding-top: 170px;
		margin-top: -170px;
}

.tooltip {
		/* 補足説明するテキストのスタイル */
		position: relative;
		cursor: pointer;
		padding: 0 5px;
		text-decoration: unset;
		font-size: 16px;
}

.tooltip_count {
		font-size: 0.8rem;
		font-weight: normal;
		position: absolute;
		top: -2px;
		left: 19px;
}

.description_top {
		/* ツールチップのスタイル */
		width: 150px;
		/* 横幅 */
		position: absolute;
		left: 50%;
		bottom: 80%;
		/* Y軸の位置 */
		transform: translateX(-50%);
		margin-bottom: 1px;
		/* テキストとの距離 */
		padding: 6px;
		border-radius: 10px;
		/* 角の丸み */
		background-color: #666;
		font-size: 0.7em;
		color: #fff;
		text-align: center;
		visibility: hidden;
		/* ツールチップを非表示に */
		opacity: 0;
		/* 不透明度を0％に */
		z-index: 1;
		transition: 0.5s all;
		/* マウスオーバー時のアニメーション速度 */
}

.tooltip:hover .description_top {
		/* マウスオーバー時のスタイル */
		bottom: 100%;
		/* Y軸の位置 */
		visibility: visible;
		/* ツールチップを表示 */
		opacity: 1;
		/* 不透明度を100％に */
}

/* カード複製ボタンのスタイル - 他のアイコンと同じ色に設定 */
.duplicate_card {
		/* 他のアイコンと同じ色を継承 */
}

.duplicate_card:hover {
		/* 他のアイコンと同じホバー色を継承 */
}

.duplicate_card i {
		font-size: 18px;
}


/* ========== PC専用：求職者ヘッダー (job_seeker_head) ========== */
.mypage_section .job_seeker_head .flex_between .name {
		flex: 0 1 auto;
		min-width: 0;
}
.mypage_section .job_seeker_head .flex_between .job_seeker_head_button {
		flex: 1 1 0;
		min-width: 0;
		max-width: 50%;
}
.mypage_section .job_seeker_head .job_seeker_head_button {
		display: flex;
		align-items: stretch;
		justify-content: flex-end;
		gap: 10px;
		flex-shrink: 0;
		overflow-x: auto;
		overflow-y: visible;
}
.mypage_section .job_seeker_head .job_seeker_head_button > * {
		flex: 0 1 auto;
		min-width: 140px;
		max-width: 140px;
}
.mypage_section .job_seeker_head .job_seeker_head_button > .tooltip,
.mypage_section .job_seeker_head .job_seeker_head_button form {
		display: flex !important;
		flex: 0 1 auto;
		min-width: 140px;
		max-width: 140px;
		overflow: visible;
		align-items: stretch;
}
.mypage_section .job_seeker_head .job_seeker_head_button > .tooltip form,
.mypage_section .job_seeker_head .job_seeker_head_button form.job_seeker_head_button_form {
		width: 100%;
		min-width: 0;
		height: 100%;
		min-height: 0;
		flex: 1 1 0;
		align-items: stretch;
}
.mypage_section .job_seeker_head .job_seeker_head_button > .tooltip form button,
.mypage_section .job_seeker_head .job_seeker_head_button form button {
		width: 100%;
		min-width: 0;
		height: 100%;
		min-height: 100%;
		align-self: stretch;
}
.mypage_section .job_seeker_head .name .tooltip .description_top,
.mypage_section .job_seeker_head .job_seeker_head_button .tooltip .description_top {
		top: 100%;
		bottom: auto;
		margin-top: 4px;
		margin-bottom: 0;
		background: #303134 !important;
		color: #fff !important;
		font-size: 0.75rem !important;
		z-index: 9999;
		padding: 8px 12px;
		border-radius: 8px;
		box-shadow: 0 2px 8px rgba(0,0,0,.25);
}
.mypage_section .job_seeker_head .name .tooltip:hover .description_top,
.mypage_section .job_seeker_head .job_seeker_head_button .tooltip:hover .description_top {
		top: 100%;
		bottom: auto;
		visibility: visible;
		opacity: 1;
}
.mypage_section .job_seeker_head .job_seeker_head_button button,
.mypage_section .job_seeker_head .job_seeker_head_button a[href] {
		flex: 1 1 0;
		min-width: 0;
		min-height: 40px !important;
		margin: 0 !important;
		padding: 8px !important;
		border-radius: 8px;
		font-size: 0.875rem;
		font-weight: 500;
		align-items: center;
		justify-content: center;
		gap: 6px;
		flex-wrap: wrap;
		white-space: normal;
		word-break: break-word;
		line-height: 1.3;
		overflow: hidden;
		text-overflow: ellipsis;
		border: 1px solid #dadce0 !important;
		background: #fff !important;
		color: #5f6368 !important;
}
.mypage_section .job_seeker_head .job_seeker_head_button button:hover,
.mypage_section .job_seeker_head .job_seeker_head_button a[href]:hover {
		background: #f1f3f4 !important;
		border-color: #bdc1c6 !important;
}
.mypage_section .job_seeker_head .job_seeker_head_button button.a_link_btn.mail_permit_btn { background: #e8f5e9 !important; color: #2e7d32 !important; border: 1px solid rgba(46,125,50,.3) !important; }
.mypage_section .job_seeker_head .job_seeker_head_button button.a_link_btn.mail_permit_btn:hover { background: #c8e6c9 !important; }
.mypage_section .job_seeker_head .job_seeker_head_button button.a_link_btn.mail_ban_btn { background: #fff !important; color: #c62828 !important; border: 1px solid rgba(198,40,40,.35) !important; }
.mypage_section .job_seeker_head .job_seeker_head_button button.a_link_btn.mail_ban_btn:hover { background: #ffebee !important; }
.mypage_section .job_seeker_head .job_seeker_head_button .price_read_num,
.mypage_section .job_seeker_head .job_seeker_head_button .sold_modal.non_active_btn { background: #e3f2fd !important; color: #1565c0 !important; border: 1px solid rgba(21,101,192,.25) !important; margin: 0; }
.mypage_section .job_seeker_head .job_seeker_head_button .price_read_num:hover,
.mypage_section .job_seeker_head .job_seeker_head_button .sold_modal.non_active_btn:hover { background: #bbdefb !important; }
.mypage_section .job_seeker_head .job_seeker_head_button .archive_btn.non_archived { background: #fff !important; color: #5f6368 !important; border: 1px solid #dadce0 !important; }
.mypage_section .job_seeker_head .job_seeker_head_button .archive_btn.non_archived:hover { background: #f1f3f4 !important; border-color: #bdc1c6 !important; }
.mypage_section .job_seeker_head .job_seeker_head_button .archive_btn.archived { background: #f1f3f4 !important; color: #5f6368 !important; border: 1px solid #dadce0 !important; }
.mypage_section .job_seeker_head .job_seeker_head_button .price_edit_modal { background: #e3f2fd !important; color: #1565c0 !important; border: 1px solid rgba(21,101,192,.35) !important; }
.mypage_section .job_seeker_head .job_seeker_head_button .price_edit_modal:hover { background: #bbdefb !important; }
.mypage_section .job_seeker_head .job_seeker_head_button .refunded_btn { background: #fff3e0 !important; color: #e65100 !important; border: 1px solid rgba(230,81,0,.4) !important; }
.mypage_section .job_seeker_head .job_seeker_head_button .refunded_btn:hover { background: #ffe0b2 !important; }
.mypage_section .job_seeker_head .job_seeker_head_button .entering_date_edit_btn,
.mypage_section .job_seeker_head .job_seeker_head_button .retired_status { background: #f5f5f5 !important; color: #424242 !important; border: 1px solid #e0e0e0 !important; }
.mypage_section .job_seeker_head .job_seeker_head_button .entering_date_edit_btn:hover,
.mypage_section .job_seeker_head .job_seeker_head_button .retired_status:hover { background: #eeeeee !important; }
.mypage_section .job_seeker_head .job_seeker_head_button .entering_date_edit_btn.unactivate_btn { background: #fafafa !important; color: #9e9e9e !important; }
.mypage_section .job_seeker_head .job_seeker_head_button .send_bill_btn,
.mypage_section .job_seeker_head .job_seeker_head_button .download_bill_btn { background: #f5f5f5 !important; color: #424242 !important; border: 1px solid #e0e0e0 !important; }
.mypage_section .job_seeker_head .job_seeker_head_button .send_bill_btn:hover,
.mypage_section .job_seeker_head .job_seeker_head_button .download_bill_btn:hover { background: #eeeeee !important; }
.mypage_section .job_seeker_head .job_seeker_head_button .dalete_btn,
.mypage_section .job_seeker_head .job_seeker_head_button .delete_jobseeker_btn { background: #ffebee !important; color: #c62828 !important; border: 1px solid rgba(198,40,40,.4) !important; }
.mypage_section .job_seeker_head .job_seeker_head_button .dalete_btn:hover,
.mypage_section .job_seeker_head .job_seeker_head_button .delete_jobseeker_btn:hover { background: #ffcdd2 !important; }

.mypage_content .job_seeker_head .name,
.mypage_section .job_seeker_head .name {
		font-size: 20px;
		font-weight: bold;
}

.mypage_section .job_seeker_head img {
		width: 24px;
		height: 24px;
		object-fit: contain;
		border-radius: 50%;
}

/* 뷰포트 767px 이하: PC에서 창 줄이기/DevTools 모바일 에뮬 시에도 2열 그리드 적용 (sp.css는 is_mobile()일 때만 로드됨) */
@media (max-width: 767px) {
	#mypage_main_content_top .mypage_section .job_seeker_head .flex_between,
	.mypage_section .job_seeker_head .flex_between {
		display: block !important;
	}
	#mypage_main_content_top .mypage_section .job_seeker_head .flex_between .job_seeker_head_button,
	.mypage_section .job_seeker_head .flex_between .job_seeker_head_button {
		max-width: 100% !important;
		width: 100% !important;
	}
	#mypage_main_content_top .mypage_section .job_seeker_head .job_seeker_head_button,
	.mypage_section .job_seeker_head .job_seeker_head_button {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 8px !important;
		max-width: 100% !important;
		padding: 0.5rem 0 !important;
		margin-top: 0.5rem !important;
	}
	#mypage_main_content_top .mypage_section .job_seeker_head .job_seeker_head_button > *,
	.mypage_section .job_seeker_head .job_seeker_head_button > * {
		min-width: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		display: flex !important;
		box-sizing: border-box !important;
		padding: 0 !important;
	}
	#mypage_main_content_top .mypage_section .job_seeker_head .job_seeker_head_button > .tooltip form,
	#mypage_main_content_top .mypage_section .job_seeker_head .job_seeker_head_button form,
	.mypage_section .job_seeker_head .job_seeker_head_button > .tooltip form,
	.mypage_section .job_seeker_head .job_seeker_head_button form {
		width: 100% !important;
		min-width: 0 !important;
		flex: 1 1 0 !important;
	}
	#mypage_main_content_top .mypage_section .job_seeker_head .job_seeker_head_button button,
	#mypage_main_content_top .mypage_section .job_seeker_head .job_seeker_head_button a[href],
	#mypage_main_content_top .mypage_section .job_seeker_head .job_seeker_head_button form button,
	.mypage_section .job_seeker_head .job_seeker_head_button button,
	.mypage_section .job_seeker_head .job_seeker_head_button a[href],
	.mypage_section .job_seeker_head .job_seeker_head_button form button {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		min-height: 40px !important;
		padding: 8px 10px !important;
		font-size: 0.8125rem !important;
		border-radius: 8px !important;
		box-sizing: border-box !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		text-align: center !important;
		white-space: normal !important;
		word-break: break-word !important;
		line-height: 1.3 !important;
		margin: 0 !important;
		flex: 1 1 0 !important;
		overflow: visible !important;
		text-overflow: unset !important;
	}
}

/* .search_job_list .row {
		display: flex;
		border-bottom: 1px solid var(--border-color);
		color: var(--link-color-dark);
		padding: 10px 6px;
		font-size: 12px;
		background: var(--link-color-light);
} */







.dalete_btn {
		width: 9rem;
		min-width: 9rem;
		padding: 8px;
		background: #e64e4e;
}

.archive_btn {
		width: 9rem;
		min-width: 9rem;
		padding: 8px;
}

.archive_btn.non_archived {
		background: #fff;
		color: var(--main-color);
		border: 1px solid var(--border-color);
}

.enable_btn {
		width: 120px;
		min-width: 120px;
		padding: 8px;
}

.enable_btn.non_enabled {
		background: #fff;
		color: var(--main-color);
		border: 1px solid var(--border-color);
}



.search_in_job_seeker_status_dashboard {
		width: 200px !important;
		min-width: 140px !important;
		padding: 10px !important;
}


.management_user_list .management_edit_btn {
		width: 150px;
		min-width: 150px;
		padding: 6px;
		font-size: 13px;
}

.mypage_section .edit_btn,
.mypage_section #edit_job_seeker_column_group_btn,
.client_action_log_btn {
		width: 150px;
		min-width: 150px;
		padding: 6px;
		font-size: 13px;
		margin-bottom: 10px;
}

.hidden_form .form_input {
		display: none;
}



.edit_selection_btn {
		cursor: pointer;
		/* overflow: hidden; */
		position: relative;
		color: black;
}

.edit_selection_btn:hover {
		width: fit-content;
		margin-bottom: -1.7em;
		margin-top: -0.5rem;
		color: #9da3ae !important;
}

.edit_selection_btn .delete_selection_btn {
		color: white;
		cursor: pointer;
}

.edit_selection_btn .delete_selection_btn:hover {
		filter: brightness(0.8);
}

.edit_selection_btn .edit_selection_btn_shift,
.edit_selection_btn .edit_selection_btn_a {
		color: white;
		cursor: pointer;
}

.edit_selection_btn .edit_selection_btn_shift:hover,
.edit_selection_btn .edit_selection_btn_a:hover {
		filter: brightness(0.8);
}

.edit_selection_btn .add_selection_btn {
		color: white;
		cursor: pointer;
}

.edit_selection_btn .add_selection_btn:hover {
		filter: brightness(0.8);
}

.card_list_inner_group {
		min-height: 2rem;
		align-items: center;
		border-top: 1px solid white;
		padding: 4% 0;
}

.card_list_inner_group_title {
		font-size: 0.8rem;
		margin: 3% 0;
		font-weight: 500;
}

.card_list_inner .card_info_group {
	display: flex;
	width: 100%;
	gap: 0.3rem;
	align-items: center;
	justify-content: space-between;
}

.card_list_inner .card_time_apeendix {
		text-align: right;
		font-size: 0.5rem;
		color: darkgray;
		font-weight: 500;
		line-height: 1.5;
}

.new_jobseeker_form input,
select {
		width: 100% !important;
		height: 3rem;
}

.card_info_name_photo{
	display: flex;
	max-width:80%;
	width: -webkit-fill-available;
	gap: 0.3rem;
}

.mypage_h2_title {
text-align: left;
}

.mypage_job_posting.mypage_section_header_sticky {
  height: auto;
  margin-top: 10px;
}


.mypage_job_posting .search_option_title {
  font-size: 0.7rem;
}
