
.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;
		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％に */
}


.mypage_section .job_seeker_head .job_seeker_head_button {
		display: flex;
		align-items: center;
}

.mypage_section .job_seeker_head .job_seeker_head_button a {
		margin-right: 1rem;
}

.mypage_section .job_seeker_head .job_seeker_head_button button {
		margin-right: 1rem;
}

.mypage_section .job_seeker_head .name {
		font-size: 22px;
		font-weight: bold;
}

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

/* .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_content .job_seeker_head .name {
  font-size: 20px;
}

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