@charset "UTF-8";

html {
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 50px;  /* footerのheightと同じ値を設定 */
  position: relative;
  scroll-behavior: smooth;
}

html.main {
  padding-bottom: 164px; /* footerのheightと同じ値を設定 */
}

html.main_nav {
  padding-bottom: 200px;  /* footerのheightと同じ値を設定 */
}

body {
  color: #333;
  font-family: 'Roboto', Meiryo, ' ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Verdana, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 24px;
  margin: 26px 20px 0px 20px;
  padding: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  vertical-align: middle;
}

.pos_absolute {
  position: absolute;
}

.pos_relative {
  position: relative;
}

.gtm_tag {
  display: none;
  visibility: hidden
}

.pc_job_title {
  margin-left: 16px;
  margin-right: 16px;
}
.pc_job_title h1{
  font-size: 21px;
  line-height: 1.5em;
}
.sp_job_title {
  margin-right: 16px;
}
.sp_job_title h1{
  font-size: 18px;
  line-height: 1.5em;
}
.pc_jobdetail_title {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  line-height: 1.3em;
  padding: 7px 0 5px 0;
}

table.sp_button_container .job_number {
  display: table-cell;
}

.pc_job_title .job_number {
  display: inline-block;
}

div.pc_jobdetail_line {
  line-height: 25px;
}

div.sp_jobdetail_image {
  margin-top: 10px;
  margin-bottom: 10px;
}

.offer_area_line {
  line-height: 21px;
}

div.visit_interview_flow {
  font-size: 14px;
  padding: 5px 5px 30px 10px;
}

div.register_place {
  margin-bottom: 15px;
}

div.register_place a {
  padding-left: 1em;
  display: inline-block;
}

.sp_sticky_area {
  text-align: center;
  margin: 18px;
}

.office_name {
  font-size: 18px;
  /*font-weight: bold;*/
}

.topic_font {
  font-size: 18px;
  font-weight: bold;
}

/* ヘッダーのロゴ、アイコン表示用 */
table.header {
  border: none;
  border-spacing: 0;
  height: 40px;
  margin: 0 0 10px 0;
  vertical-align: middle;
  width: 100%;
}

table.header .login_account_area {
  padding-right: 54px;
}

table.header td .spot_account.badge {
  display: inline-block;
  background: #FFB2DF;
  color: #333333;
  font-family: "Noto Sans JP";
  font-weight: bold;
  border-radius: 15px;
  padding: 2px 20px;
  font-size: 14px;
  vertical-align: middle;
}

table.header td .rpo_account.badge {
  display: inline-block;
  background: #97EDE6;
  color: #333333;
  font-family: "Noto Sans JP";
  font-weight: bold;
  border-radius: 15px;
  padding: 2px 20px;
  font-size: 14px;
  vertical-align: middle;
}

table.header td .spot_account.text,
table.header td .rpo_account.text {
  margin-left: 2px;
  color: #333333;
  font-family: "Roboto";
  font-size: 12px;
  vertical-align: middle;
}

table.header td.top_logo img{
  width: 126px;
}

.head-link-name {
  width: 95px;
}

.head-link {
  background-color: #d7f0ff;
  border-radius: 3px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  margin: 0 2px 2px 12px;
  text-align: center;
}

.icon_char {
  font-size: 12px;
  font-weight: bold;
  line-height: 10px;
}

.display_none {
  display: none;
}

.font_bold {
  font-weight: bold;
}

.font_glaycolor {
  color: #9fa0a0;
}

.font_size12 {
  font-size: 12px;
}

.font_size14 {
  font-size: 14px;
}

.font_size16 {
  font-size: 16px;
}

.margin10 {
  margin: 10px;
}

.research_area {
  margin: 10px 0;
}

.research_area2 {
  margin:18px;
}

.applicant_area {
  margin: 10px 0;
}
.border_bottom_none {
  border-bottom: none;
}

.vertical_align_middle {
  vertical-align:middle;
}

.vertical_align_top {
  vertical-align: top;
}

.text_align_right {
  text-align: right;
}

.text_align_left {
  text-align: left;
}

.text_align_center {
  text-align: center;
}

.visibility_hidden {
  visibility: hidden;
}

.error_msg_area {
  margin: 30px 0px;
}

.progress_area {
  width: 300px;
}

.bulk_progress_area {
  margin-top:5px;
  width: 300px;
}

.pc-breadcrumb *,
.pc-breadcrumb *:after,
.pc-breadcrumb *:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pc-breadcrumb {
  float: left;
  list-style: none;
  margin: 1em auto 1.5em auto;
  overflow: hidden;
  padding: 0;
  width:100%;
}

.pc-breadcrumb li {
  display: inline-block;
  white-space: normal;
}
.pc-breadcrumb a {
  background-color: #fff;
  border-bottom: 1px solid;
  border-top: 1px solid;
  color: #3295f9;
  display: inline-block;
  margin: 0;
  position: relative;
  padding: 0.05em 0.8em 0.05em 1.5em;
  text-decoration: none;
  font-size: 11px;
}

.pc-breadcrumb li:first-child a {
  border-left: 1px solid #3295f9;
  border-radius: 5px 0 0 5px;
  padding-left: 1em;
  font-size: 11px;
}

.pc-breadcrumb a::after,
.pc-breadcrumb a::before {
  border-bottom: 1.3em solid transparent;
  border-left: 1.05em solid;
  border-top: 1.3em solid transparent;
  content: '';
  margin-top: -1.3em;
  position: absolute;
  right: -1em;
  top: 50%;
}

.pc-breadcrumb a::after {
  border-left-color: #fff;
  z-index: 2;
}

.pc-breadcrumb a::before {
  border-left-color: #3295f9;
  right: -1.1em;
  z-index: 1;
}

.pc-breadcrumb li:last-child a {
  background-color: #3295f9;
  border: 1px solid #3295f9;
  border-radius: 0 5px 5px 0;
  color: #fff;
  cursor: default;
  pointer-events: none;
}

.pc-breadcrumb li:last-child a:hover {
  background: none;
}

.pc-breadcrumb li:last-child a::before,
.pc-breadcrumb li:last-child a::after {
  content: normal;
}

.pc-breadcrumb-preview *,
.pc-breadcrumb-preview *:after,
.pc-breadcrumb-preview *:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.pc-breadcrumb-preview {
  float: left;
  list-style: none;
  margin: 1em auto 1.5em auto;
  overflow: hidden;
  padding: 0;
  width:100%;
}

.pc-breadcrumb-preview li {
  display: inline-block;
  white-space: normal;
}
.pc-breadcrumb-preview a {
  background-color: #fff;
  border-bottom: 1px solid;
  border-top: 1px solid;
  color: #3295f9;
  display: inline-block;
  margin: 0;
  padding: 0.05em 0.8em 0.05em 1.5em;
  pointer-events: none;
  position: relative;
  text-decoration: none;
  font-size: 11px;
}

.pc-breadcrumb-preview li:first-child a {
  border-left: 1px solid #3295f9;
  border-radius: 5px 0 0 5px;
  padding-left: 1em;
  font-size: 11px;
}

.pc-breadcrumb-preview a::after,
.pc-breadcrumb-preview a::before {
  border-bottom: 1.3em solid transparent;
  border-left: 1.05em solid;
  border-top: 1.3em solid transparent;
  content: '';
  margin-top: -1.3em;
  position: absolute;
  right: -1em;
  top: 50%;
}

.pc-breadcrumb-preview a::after {
  border-left-color: #fff;
  z-index: 2;
}

.pc-breadcrumb-preview a::before {
  border-left-color: #3295f9;
  right: -1.1em;
  z-index: 1;
}

.pc-breadcrumb-preview li:last-child a {
  background-color: #3295f9;
  border: 1px solid #3295f9;
  border-radius: 0 5px 5px 0;
  color: #fff;
  cursor: default;
  pointer-events: none;
}

.pc-breadcrumb-preview li:last-child a:hover {
  background: none;
}

.pc-breadcrumb-preview li:last-child a::before,
.pc-breadcrumb-preview li:last-child a::after {
  content: normal;
}

div.recaptcah {
  border-top: 1px solid #D9D9D9;
  font-size: .4em;
  line-height: 1.5;
  padding: 2px 0 1px;
}

footer {
  bottom: -100px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.footer-area {
  flex: 0 0 auto;
  box-sizing: border-box;
  /*padding: 80px 20px 20px 20px;*/
}

.footer-box {
  margin: 120px 0px 0px 0px;
  width: 100%;
  box-sizing: border-box;
}

.footer-navi {
  background-color: #0056A6;
  color: #fff;
  width: 100%;
  height: 35px;
  box-sizing: border-box;
}

.footer-navi a {
  color: #fff;
  text-decoration: none;
}

.footer-navi-list {
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-navi-list li {
  display: inline-block;
  letter-spacing: 2px;
  font-size: 10px;
}

.footer-navi-list li:not(:first-child) {
  margin-left: 20px;
}

.copyright-area {
  width: 100%;
  height: 150px;
  text-align: center;
}

.footer-logo {
  margin: 15px 0px 0px 0px;
}

.copyright {
  margin: 15px 0px 0px 0px;
  font-size: 9px;
}

.copyright a {
  color: #3295f9;
}

.recaptcah {
  border-top: solid 1px #D9D9D9;
  text-align: center;
  font-size: 6px;
  color: #333333;
  padding: 2px 0px 1px 0px;
}

/* TOPへのスティッキー */
.pageTop,
.pageTop_d {
  background-color: rgba(0,0,0,.6);
  border-radius: 4px;
  bottom: -100px;
  color: #fff;
  cursor: pointer;
  padding: 5px 0;
  position: fixed;
  right: 2%;
  text-align: center;
  width: 60px;
  z-index: 99;
}

.pageTop_icon {
  color: #fff;
  font-size: 22px;
}

/* リンク */
a {
  color: #3295f9;
  text-decoration: none;
}

a.color_black {
  color: #333;
  text-decoration: none;
}

/* 区切り線 */
hr {
  background-color: #3295f9;
  border: none;
  height: 1px;
  margin: 5px 0;
}

hr.color_black {
  background-color: #333;
  border: none;
  height: 1px;
}

hr.color_gray {
  background-color: #898989;
  border: none;
  height: 1px;
}

hr.color_gray2 {
  background-color: #9b9b9b;
  border: none;
  height: 0.5px;
}

hr.hr_job_top {
  height: 3px;
}

.scout_msg_container {
  background-color: #D7F0FF;
  border-radius: 6px;
  padding: 7.75px 16px 20px 16px;
  margin-bottom: 10px;
  background: linear-gradient(180deg, #EBF7FF 0%, #D7F0FF 46%, #D7F0FF 100%);
}

.scout_msg_container.open {
  background: linear-gradient(180deg, #EBF7FF 0%, #D7F0FF 6%, #D7F0FF 100%);
}

.scout_msg_label_area {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}

.scout_msg_job_name_area {
  padding: 10px 0 10px 0;
}

.scout_msg_job_name_text {
  color: #3295F9;
  font-size: 15px;
  font-weight: bold;
  line-height: 110%;
  margin-bottom: 5px;
}

.scout_msg_job_name_subtile_text {
  font-size: 13px;
  font-weight: bold;
  line-height: 100%;
}

.scout_msg_job_hr {
  background-color: #3295f9;
  border: none;
  height: 1px;
  width: 100%;
  margin: 0 0 10px 0;
}

.scout_msg_content_area {
  margin-bottom: 20px;
}

#scout_message_date {
  color: #7E7E7E;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}

#scout_message {
  font-size: 13px;
  line-height: 1.5;
}

/* スカウトアコーディオン全体 */
.scout_msg_accordion_button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  padding: 4px 10px;
  background-color: #FFFFFF;
  border: 1px solid #3295F9;
  border-radius: 13px;
  width: fit-content;
}

.scout_msg_accordion_btn_text {
  font-size: 13px;
  color: #3295F9;
  margin-right: 5px;
  line-height: 1;
}

.scout_msg_accordion_icon {
  transition: transform 0.3s;
}

.scout_msg_accordion_btn_text::after {
  content: "スカウト内容を表示する";
}

.scout_msg_accordion_wrapper {
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  padding: 15px 30px 15px 30px;
  border: 1px solid rgba(50, 149, 249, 1);
}

.scout_msg_accordion_wrapper.open .scout_msg_accordion_btn_text::after {
  content: "スカウト内容を閉じる";
}

.scout_msg_accordion_wrapper.open .scout_msg_accordion_icon {
  transform: rotate(180deg);
}

.scout_msg_accordion_content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.scout_msg_accordion_button_area {
  display: flex;
  justify-content: center;
}

.scout_msg_link_area {
  display: inline-block;
  margin-top: 13px;
  margin-left: 4px;
}

.scout_msg_link {
  display: flex;
  align-items: center;
}

.scout_msg_link_icon {
  width: 15px;
  height: 18px;
  margin-right: 5px;
}

.scout_msg_link_text {
  font-size: 12px;
  font-family: "Noto Sans JP";
  letter-spacing: 0.05em;
  line-height: 1;
}

.job_name_label {
  padding: 15px 0 12px 0;
  font-size: 18px;
  line-height: 1.1em
}

.job_name_label span,
.employment_name {
  color: #333;
  font-size: 12px;
  padding-left: 10px;
}

.job_name_label span.job_name_label_agency {
  display: block;
  padding-left: 0px;
  margin-top: 3px;
}

/* フォントアイコンの設定 */
.icon_color_b {
  color: #3295f9;
  font-size: 16px;
}

.icon_color_w {
  color: #fff;
  font-size: 16px;
}

.icon_color_y {
  color: #f8b62d;
  font-size: 16px;
}

.icon_color_g {
  color: #ddd;
  font-size: 16px;
}

.icon_color_r {
  color: #FF2800;
  font-size: 16px;
}

.icon_color_o {
  color: #FF7600;
  font-size: 16px;
}
.icon_color_o:hover {
  color: #ff500b;
}

.icon_color_b_list {
  color: #3295f9;
  font-size: 16px;
}

.icon_color_w_list {
  color: #fff;
  font-size: 16px;
}

.icon_link_right {
  color: #3295f9;
  margin-left: 6px;
  height: 12px;
}

.icon {
  color: #3295f9;
  font-size: 21px;
}

.icon_circle {
  color: #3295f9;
  font-size: 14px;
}

.icon_times {
  color: #f789b7;
  font-size: 16px;
}

/* paginationのアイコン */
.icon_color_g_page {
  color: #898989;
  font-size: 16px;
}

.icon_color_b_page {
  color: #3295f9;
  font-size: 16px;
}

/* ログイン入力エリア */
.login {
  border: 2px solid #9b9b9b;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 0;
  padding: 5px 5px 15px 5px;
  text-align: center;
}

.login th {
  border-bottom: 1px solid #9b9b9b;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 20px 0;
}

.login td {
  border: none;
  padding: 5px 0;
}

.login td.button_login {
  border: none;
  padding: 5px 0;
}

/* ログインタイトル */
.loginTitle {
  color: #3295f9;
  font-size: 22px;
  font-weight: bold;
}

/* 画面上部に出力するメッセージエリア */
.message_container {
  border: 1px solid #e83828;
  border-radius: 4px;
  color: #e83828;
  margin-top: 5px;
  margin-bottom: 14px;
  padding: 10px;
}

/* エラー時：入力エリア下部に出力するメッセージ */
.error_msg {
  background-color: #ffe8e5;
  box-sizing: border-box;
  color: #e83828;
  font-size: 14px;
  padding-left: 8px;
  text-align: left;
  width: 100%;
}

/* 必須 */
.required {
  color: red;
  font-weight: bold;
}

.requiredMemo {
  color: red;
  font-size: 18px;
}

.requiredMemoHead {
  color: red;
  font-size: 12px;
}

/* 検索件数 */
.hitNum {
  font-size: 20px;
}

.hit_joboffer {
  text-align: left;
  padding-left: 10px;
}

.joboffer_area_color {
  color: #9fa0a0;
}

.joboffer_accord_list {
  padding-left: 10px;
}



/* B、D画面のボタンエリア　グロナビ用 */
.is-fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.btnarea{
  width: 100%;
  margin: 0 auto;
}

.btnarea::after,
.detail_btn::after{
  content: "";
  display: block;
  clear: both;
}

/* リストページ */
.btnarea button.button_fixed_blue,
.show_detail{
  width: 60%;
  float: left;
}

.btnarea button.button_fixed_white {
  width: 37%;
  float: right;
}

.btnarea button.button_fixed_white.show_detail {
  float: left;
}

/* 詳細ページ */
.detail_btn{
  width: 100%;
  margin: 0 auto;
}

.list_group .sticky_button .sp_sticky_area{
  margin: 18px 10px;
}

.list_group .sticky_button .s-px8{
  padding: 0 8px;
}

.list_group button.button_fixed_orange{
  float: left;
  width: 61%;
  margin-right: 0px;
}

.list_group button.button_fixed_white {
  float: right;
  width:37%;
}

#hello_work_csv_conversion_area {
  vertical-align: top;
}

.list_group button.button_fixed_white.show_detail,
.btnarea button.button_fixed_white.show_detail {
  border-color: #3295F9;
  float: left;
  width: 60%;
}

.btnarea button.button_fixed_white.show_detail.disabled_btn {
  border-color: #898989;
}

.list_group button.button_fixed_white.show_detail:hover,
.btnarea button.button_fixed_white.show_detail:hover {
  border-color: #326bcc;
}

#jobs_form.hello_work_job .list_group button.button_fixed_white {
  float: initial;
  width: 100%;
}

.list_group.no_public {
  padding: 24px 14px;
  border: 1px dashed #666;
  position: relative;
}

.list_group.no_public .appunitprice_table {
  margin-bottom: 25px;
}

.list_group.no_public .button_fixed_white,
.list_group.no_public .button_fixed_blue {
  float: none;
}

.list_group.no_public span {
  position: absolute;
  top: -12px;
  font-size: 14px;
  color: #333;
  background: #fff;
  padding: 0 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 225px;
}

.button_fixed_width {
  width: 200px;
}

.button_fixed_disabled {
  background-color: #c5c5c5;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #fff;
  cursor: none;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  pointer-events: none;
  text-decoration: none;
  width: 200px;
}

.button_variable_disabled {
  background-color: #c5c5c5;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #fff;
  cursor: none;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  pointer-events: none;
  text-decoration: none;
}

.attention_text {
  color: #FF2800;
  font-size: 14px;
  font-weight: bold;
  background-color: #FFDFDF;
  display: none;
}

.hello_work_text {
  background-color: #D7F0FF;
  border-radius: 5px;
  color: #333333;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 10px;
  line-height: 22px;
  margin: 15px 0 15px 0;
  padding: 16px;
}

.hello_work_text strong {
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 6px;
}

/* 地図で選ぶボタンの応急処置 */
.button_fixed_blue[data-remodal-target="map"] span {
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 4px;
}

/* 幅指定のボタン(青) */
.button_fixed_blue {
  background-color: #3295f9;
  border: 1px solid #3295f9;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3); /*影の指定： rgb(155, 155, 155) = #9b9b9b */
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  width: 200px;
}

/* 幅指定のボタン(青)　マウスオーバー時 */
.button_fixed_blue:hover {
  background-color: #326bcc;
  border: 1px solid #326bcc;
}
a.button_fixed_blue {
  display: flex;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border: none;
  line-height: 1;
  cursor: pointer;
}
a.button_fixed_blue:hover {
  border: none;
}

label.button_fixed_blue {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 31px;
  height: 32px;
  border: none;
  cursor: pointer;
}

label.button_fixed_blue {
  border: none;
}

label.button_fixed_blue:hover {
  border: none;
}

label.button_fixed_blue span {
  margin-top: 2px;
}

/* 幅指定のボタン(オレンジ) */
.button_fixed_orange {
  background-color: #FF7600;
  border: 1px solid #FF7600;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3); /*影の指定： rgb(155, 155, 155) = #9b9b9b */
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  width: 200px;
}

/* 幅指定のボタン(オレンジ)　マウスオーバー時 */
.button_fixed_orange:hover {
  background-color: #ff500b;
  border: 1px solid #ff500b;
}

/* 幅指定なしでラベルによりサイズの変わるボタン(青) */
.button_variable_blue {
  background-color: #3295f9;
  border: 1px solid #3295f9;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  padding: 0 10px;
}

/* 幅指定なしでラベルによりサイズの変わるボタン(青)　マウスオーバー時 */
.button_variable_blue:hover {
  background-color: #326bcc;
  border: 1px solid #326bcc;
}

/* 幅広のボタン(青) */
.button_fixed_blue_wide {
  background-color: #3295f9;
  border: 1px solid #3295f9;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3); /*影の指定： rgb(155, 155, 155) = #9b9b9b */
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  width: 400px;
}

/* 幅指定のボタン(青)　マウスオーバー時 */
.button_fixed_blue_wide:hover {
  background-color: #326bcc;
  border: 1px solid #326bcc;
}

/* 幅広のボタン(オレンジ) */
.button_fixed_orange_wide {
  background-color: #FF7600;
  border: 1px solid #FF7600;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3); /*影の指定： rgb(155, 155, 155) = #9b9b9b */
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  width: 400px;
}

/* 幅指定のボタン(オレンジ)　マウスオーバー時 */
.button_fixed_orange_wide:hover {
  background-color: #ff500b;
  border: 1px solid #ff500b;
}

/* 幅広のボタン(グレー) */
.button_fixed_gray_wide {
  background-color: #dcdddd;
  border: 1px solid #dcdddd;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3); /*影の指定： rgb(155, 155, 155) = #9b9b9b */
  color: #898989;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  width: 400px;
}

/* 幅広のボタン(グレー)のアイコン */
.button_fixed_gray_wide .icon {
  color: #898989;
  font-size: 20px;
  vertical-align: middle;
}

/* 幅広のボタン(青)：求人詳細用 */
.jobd_button_fixed_blue_wide {
  background-color: #3295f9;
  border: 1px solid #3295f9;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3); /*影の指定： rgb(155, 155, 155) = #9b9b9b */
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 44px;
  width: 300px;
}

/* 幅指定のボタン(青)：求人詳細用　マウスオーバー時 */
.jobd_button_fixed_blue_wide:hover {
  background-color: #326bcc;
  border: 1px solid #326bcc;
}

/* 幅広のボタン(オレンジ)：求人詳細用 */
.jobd_button_fixed_orange_wide {
  background-color: #FF7600;
  border: 1px solid #FF7600;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3); /*影の指定： rgb(155, 155, 155) = #9b9b9b */
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 44px;
  width: 300px;
}

/* 幅指定のボタン(青)：求人詳細用　マウスオーバー時 */
.jobd_button_fixed_orange_wide:hover {
  background-color: #ff500b;
  border: 1px solid #ff500b;
}

/* 幅広のボタン(グレー)：求人詳細プレビュー用 */
.jobd_button_fixed_gray_wide {
  background-color: #dcdddd;
  border: 1px solid #dcdddd;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3); /*影の指定： rgb(155, 155, 155) = #9b9b9b */
  color: #898989;
  font-size: 15px;
  font-weight: bold;
  height: 44px;
  width: 300px;
}

/* 幅広のボタン(グレー)：求人詳細プレビュー用 */
.jobd_button_fixed_gray_wide .icon {
  color: #898989;
  font-size: 20px;
  vertical-align: middle;
}


/* 幅指定なしでラベルによりサイズの変わるボタン(青)(プレビュー） */
.button_variable_blue_preview {
  background-color: #3295f9;
  border: 1px solid #3295f9;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 44px;
  padding: 0;
  width: 120px;
}

/* 幅指定なしでラベルによりサイズの変わるボタン(青)　マウスオーバー時 */
.button_variable_blue_preview:hover {
  background-color: #326bcc;
  border: 1px solid #326bcc;
}

/* 幅指定のボタン(青) */
.button_fixed_blue_preview {
  background-color: #3295f9;
  border: 1px solid #3295f9;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3); /*影の指定： rgb(155, 155, 155) = #9b9b9b */
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 44px;
  width: 165px;
}

/* 幅指定のボタン(青)　マウスオーバー時 */
.button_fixed_blue_preview:hover {
  background-color: #326bcc;
  border: 1px solid #326bcc;
}

/* 幅指定のボタン(グレー) */
.button_fixed_gray {
  background-color: #dcdddd;
  border: 1px solid #dcdddd;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #898989;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  width: 200px;
}

/* 幅指定のボタン(グレー) */
.button_fixed_gray .icon {
  color: #898989;
  font-size: 20px;
  vertical-align: middle;
}

/* 幅指定のボタン(白) */
.button_fixed_white {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #3295f9;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  width: 200px;
}

/*幅指定のボタン(白)　マウスオーバー時 */
@media only screen and ( min-width: 769px ){
  .button_fixed_white:hover {
    background-color: #326bcc;
    border: 1px solid #326bcc;
    color: #fff;
  }

  .button_fixed_white:hover .icon_color_b {
    color: #fff;
  }
}

/* 幅指定のボタン(掲載終了時：グレー) */
button.button_fixed_blue.disabled_btn,
button.button_fixed_white.disabled_btn{
  background-color: #c5c5c5;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #fff;
  cursor: none;
  font-weight: bold;
  pointer-events: none;
  text-decoration: none;
  }

  .button_fixed_white.button_fixed_gray,
  .button_fixed_orange:hover.button_fixed_gray{
  background-color: #dcdddd;
  border: 1px solid #dcdddd;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #898989;
  font-weight: bold;
  }



/* 幅指定のボタン(白) */
.button_fixed_white_map {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #3295f9;
  font-size: 13px;
  height: 22px;
  width: 100px;
}

/*幅指定のボタン(白)　マウスオーバー時 */
.button_fixed_white_map:hover {
  background-color: #326bcc;
  border: 1px solid #326bcc;
  color: #fff;
}

/* 幅指定なしでラベルによりサイズの変わるボタン(白) */
.button_variable_white {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #3295f9;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  padding: 0 10px;
}

.button_variable_blue {
  background-color: #3295f9;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  padding: 0 10px;
}

.button_valiable_red {
  position: absolute;
  background-color: #fff;
  border: 1px solid #fff;
  color: red;
  font-size: 40px;
  font-weight: normal;
  height: 20px;
  top: 2px;
  right: 10px;
}

/* 幅指定なしでラベルによりサイズの変わるボタン(白)　マウスオーバー時 */
@media only screen and ( min-width: 769px ){
  .button_variable_white:hover {
    background-color: #326bcc;
    border: 1px solid #326bcc;
    color: #fff;
  }

  .button_variable_white:hover .icon_color_b {
    color: #fff;
  }
}

.req_to_offices {
  background-color: #fffe60;
  color: #3295f9;
}

.req_to_offices:hover {
  color: #ffff90;
}

/* 幅指定なしでラベルによりサイズの変わるボタン(白)(プレビュー用） */
.button_variable_white_preview {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #3295f9;
  font-size: 15px;
  font-weight: bold;
  height: 44px;
  padding: 0;
  width: 120px;
}

/* 幅指定なしでラベルによりサイズの変わるボタン(白)(プレビュー用）　マウスオーバー時 */
.button_variable_white_preview:hover {
  background-color: #326bcc;
  border: 1px solid #326bcc;
  color: #fff;
}

.button_variable_white_preview:hover .icon_color_b {
  color: #fff;
}

/* 幅広のボタン(白) */
.button_fixed_white_wide {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #3295f9;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  width: 400px;
}

/* 幅広のボタン(白)　マウスオーバー時 */
.button_fixed_white_wide:hover {
  background-color: #326bcc;
  border: 1px solid #326bcc;
  color: #fff;
}

.button_fixed_white_wide:hover .icon_color_b {
  color: #fff;
}

/* 気になる登録完了モーダル内ボタン */
.button_keep_modal {
  align-items: center;
  display: flex;
  gap: 3px;
  height: 44px;
  justify-content: center;
  margin: 0 auto;
  max-width: 200px;
  line-height: 100%;
}

/* モーダル閉じるボタン */
.button_close_modal {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 35px;
    height: 35px;
    background-color: #545454;
    border-radius: 50%;
    border: none;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* 気になるボタン */
.keep_btn.registered i {
  color: #f8b62d;
}

.keep_btn_text_wrapper {
  display: inline-block;
  position: relative;
}

.keep_btn_text_wrapper span {
  font-size: 15px;
  white-space: nowrap;
  transition: opacity 0.3s ease;
  line-height: 1;
}

.keep_btn.registered .registered_text,
.keep_btn:not(.registered) .unregistered_text {
  display: inline-block;
  opacity: 1;
}

.keep_btn:not(.registered) .registered_text,
.keep_btn.registered .unregistered_text {
  display: none;
  opacity: 0;
}

.keep_btn .registered_text {
  color: #333;
}

@media only screen and ( min-width: 769px ){
  .keep_btn:hover .registered_text {
    color: #fff;
  }
}

/* 気になるボタンアニメーション */
.keep_btn.keep_btn_animation {
  cursor: default;
}

.keep_btn.keep_btn_animation i {
  animation: spinAndResize 1s forwards;
  transition: color 0.3s ease;
}

.keep_btn.animate_to_registered i {
  color: #f8b62d;
}

.keep_btn.registered.animate_to_unregistered i {
  color: #3295F9;
}

@media only screen and ( min-width: 769px ){
  .keep_btn.keep_btn_animation:hover i {
    color: #fff;
  }
}

.keep_btn.animate_to_registered .unregistered_text,
.keep_btn.animate_to_unregistered .registered_text {
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.keep_btn.animate_to_registered .registered_text,
.keep_btn.animate_to_unregistered .unregistered_text {
  display: inline-block;
  opacity: 1;
}

@keyframes spinAndResize {
  0% {
    transform: rotate(0deg) scale(1);
  }
  16.67% {
    transform: rotate(30deg) scale(1.5); /* 6分の1回転時に最大サイズ */
  }
  100% {
    transform: rotate(180deg) scale(0); /* 半回転で元のサイズに戻る */
  }
}

.confirm_keep_retention_period span {
  color: #3295F9;
  font-weight: bold;
}

.confirm_keep_guidance_info {
  border: 2px solid #FFEAA5;
  border-radius: 4px;
  padding: 15px;
  text-align: left;
}

.confirm_keep_guidance_info span {
  color: #FF940C;
  font-weight: bold;
}
.confirm_keep_guidance_info .register{
  color: #3295F9;
}

.confirm_info {
  display: inline-block;
  font-weight: bold;
}

.confirm_pc_applicant {
  margin-top: 20px;
}

.confirm_sp_applicant {
  margin-top: 20px;
  padding-right: 20px;
}

/* 削除ボタン（仮） */
.button_delete {
  background-color: #f93232;
  border: 1px solid #f93232;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3); /*影の指定： rgb(155, 155, 155) = #9b9b9b */
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  margin: 0 0 0 0;
  width: 200px;
}

/* 削除ボタン　マウスオーバー時（仮） */
.button_delete:hover {
  background-color: #cc3232;
  border: 1px solid #cc3232;
}

/* 一覧内のボタン　青 */
.button_list_blue {
  background-color: #3295f9;
  border: 1px solid #3295f9;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 24px;
  margin: 0 2px;
}

/* 一覧内のボタン 青　マウスオーバー時 */
.button_list_blue:hover {
  background-color: #326bcc;
  border: 1px solid #326bcc;
}

/* 一覧内のボタン　白 */
.button_list_white {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(137, 137, 137, .4);
  color: #3295f9;
  font-size: 14px;
  font-weight: bold;
  height: 24px;
  margin: 0 2px;
}

/* 一覧内のボタン 白　マウスオーバー時 */
.button_list_white:hover {
  background-color: #326bcc;
  border: 1px solid #326bcc;
  color: #fff;
}
.button_list_white:hover i.icon_color_b_list {
  color: #fff;
}

/* 一覧内のボタン　ピンク（仮） */
.button_list_pink {
  background-color: #f789b7;
  border: 1px solid #f789b7;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(137, 137, 137, .4);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 24px;
  margin: 0 2px;
}

/* 一覧内のボタン ピンク　マウスオーバー時（仮） */
.button_list_pink:hover {
  border: 1px solid #f36ba4;
  background-color: #f36ba4;
}

/* 一覧内のボタン　グレー（仮） */
.button_list_gray {
  background-color: #898989;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(137, 137, 137, .4);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 24px;
  margin: 0 2px;
  pointer-events: none;
}

/* paginationボタン　グレー */
.button_page_gray {
  background-color: #dcdddd;
  border: 1px solid #dcdddd;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(137, 137, 137, .4);
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  margin: 0 2px;
  pointer-events: none;
  width: 28px;
}

/* paginationボタン　白青 */
.button_page_blue {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(137, 137, 137, .4);
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  margin: 0 2px;
  width: 28px;
}

/* 追加ボタン　白 */
.button_access_add,
.button_register_place_add,
.button_salary_add,
.button_salary_description_add,
.button_qualification_add
{
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(137, 137, 137, .4);
  color: #3295f9;
  font-size: 14px;
  font-weight: bold;
  height: 24px;
  margin: 0 2px;
}

/* 削除ボタン　赤 */
.button_access_delete,
.button_register_place_delete,
.button_salary_delete,
.button_salary_description_delete,
.button_qualification_delete
{
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(137, 137, 137, .4);
  color: #f93232;
  font-size: 14px;
  font-weight: bold;
  height: 24px;
  margin: 0 2px;
}

/* 都道府県ボタン */
.button_pref {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #3295f9;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 23px;
  padding-top: 2px;
  text-align: center;
  width: 57px;
}

/* 都道府県ボタン マウスオーバー時 */
.button_pref:hover {
  background-color: #3295f9;
  border: 1px solid #3295f9;
  color: #fff;
}

.button_pref_disabled {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #3295f9;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 23px;
  padding-top: 2px;
  text-align: center;
  width: 57px;
}

.button_pref_disabled.button_gray {
  background-color: #c5c5c5;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #fff;
  cursor: none;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 23px;
  padding-top: 2px;
  pointer-events: none;
  text-align: center;
  text-decoration: none;
  width: 57px;
}

.button_fixed_orange_to_scout {
  background-color: #FF5D02;
  border: 1px solid #C1C1C1;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, .3);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 44px;
  width: 200px !important;
  margin-left: 65px;
}

.leave_page_btn:hover {
  color: #fff !important;
}

/* テーブルの角丸化 画面上部ボタンエリア */
table.button_head {
  background-color: #326bcc;
  border: none;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 0;
  color: #fff;
  font-weight: bold;
  height: 40px;
  margin: 0 0 20px 0;
  padding: 5px 0 5px 10px;
  width: 100%;
}

/* リンク_ヘッダーボタン用 */
.button_head td {
  text-align: left;
}

.button_head a {
  color: #fff;
}

.button_head img {
  vertical-align: middle;
}

/* テーブルの角丸化 画面上部タイトル部分（戻るボタンなし） */
.screentitle {
  background-color: #d7f0ff;
  border: none;
  border-collapse: separate;
  border-left: 7px solid #3295f9;
  border-radius: 4px;
  border-spacing: 0;
  height: 40px;
  margin: 20px 0 20px 0;
  padding: 5px 0 5px 10px;
  width: 100%;
}

/* テーブルの角丸化 画面上部タイトル部分（戻るボタンあり） */
.screentitle_back {
  border-collapse: separate;
  border-radius: 4px;
  margin: 0 0 20px 0;
  width: 100%;
}

.screentitle_back tr td.title {
  background-color: #d7f0ff;
  border: none;
  border-collapse: separate;
  border-left: 7px solid #3295f9;
  border-radius: 4px;
  border-spacing: 0;
  height: 40px;
  padding: 0 0 0 10px;
  width: 70%;
}

.screentitle_back tr td.button {
  background-color: #3295f9;
  border-collapse: separate;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.screentitle_back tr td.button a {
  color: #fff;
  font-weight: bold;
}

.item_title {
  margin-bottom: 16px;
}

/* 求人詳細/編集操作ボタン群(上部) */
.operation_buttons {
  margin: 0 0 20px 0;
  width: 100%;
}

/* テーブルの角丸化 一覧用 */
table.table_list {
  background-color: #fff;
  border: 1px solid #666;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 0;
  min-width: 100%;
  overflow: hidden;
  padding: 0;
  table-layout: fixed; /* 固定 */
}

table.table_list th {
  background-color: #fff;
  border-bottom: 1px solid #898989;
  border-left: 1px solid #666;
  padding: 5px;
}

table.table_list tr.head th {
  background-color: #3295f9;
  border-bottom: 1px solid #666;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

table.table_list td {
  border-bottom: none;
  border-left: 1px solid #666;
  padding: 5px;
}

table.table_list tr.head td {
  background-color: #3295f9;
  border-bottom: 1px solid #666;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

table.table_list tr td:first-child,
table.table_list tr th:first-child {
  border-left: none;
}

table.table_list tr:last-child td {
  border-bottom: none;
}

/* 求人一覧のステータス変更チェックボックス */
table.table_list tr label.job_status_change {
  margin-right: 5px;
}
table.table_list tr label.job_status_change input {
  display: none;
}
table.table_list tr label.job_status_change span {
  color: #3295f9;
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  font-size: 14px;
  font-weight: bold;
  height: 24px;
  margin: 0 2px;
  padding: 1px 6px;
  cursor: pointer;
}
table.table_list tr label.job_status_change input:checked + span {
  color: #fff;
  background: orange;
}
table.table_list tr label.job_status_change input:disabled + span {
  color: #fff;
  background: #898989;
  border: #898989;
  cursor: default;
}

/* 一覧レコードのバックカラー */
table.table_list tbody tr.odd {
  background-color: #f7f8f8;
}

table.table_list tbody tr.even {
  background-color: #d7f0ff;
}

table.table_list tbody tr.emphasis-row {
  background-color: #ffd7e9;
}

table.table_list tr.rows_treated td {
  /* その他 */
  background-color: #9b9b9b;
}

/* テーブルの角丸化 詳細・編集画面用 */
table.table_edit {
  background-color: #fff;
  border: 1px solid #666;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

table.table_edit td.dleft {
  border-right: 1px solid #898989;
  border-top: 1px solid #898989;
}

table.table_edit td.dright {
  border-top: 1px solid #898989;
}

table.table_edit td.dleft_top {
  border-right: 1px solid #898989;
  border-top: none;
}

table.table_edit td.dright_top {
  border-top: none;
}

table.table_edit button#mailtest,
table.table_edit button#mailopen,
table.table_edit button#clipbord {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #3295f9;
  font-weight: bold;
  margin-left: 10px;
}

table.table_edit button#mailtest:hover,
table.table_edit button#mailopen:hover,
table.table_edit button#clipbord:hover {
  background-color: #85c2ff;
  border: 1px solid #85c2ff;
  color: #fff;
}

table.table_edit button.set_approval_send_flg,
table.table_edit button.link_jams_account{
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #3295f9;
  font-weight: bold;
  margin-left: 10px;
}

table.table_edit button.set_approval_send_flg:hover,
table.table_edit button.link_jams_account:hover {
  background-color: #85c2ff;
  border: 1px solid #85c2ff;
  color: #fff;
}

table.table_edit button.set_approval_send_flg:disabled,
table.table_edit button.link_jams_account:disabled {
  background-color: #898989;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(137, 137, 137, .4);
  color: #fff;
  font-weight: bold;
  margin-left: 10px;
  pointer-events: none;
}

table.table_edit button.login_info_mail {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #3295f9;
  font-weight: bold;
  margin-left: 10px;
}

table.table_edit button.login_info_mail:hover {
  background-color: #85c2ff;
  border: 1px solid #85c2ff;
  color: rgb(255, 247, 247);
}

table.table_edit button.credit_register_mail {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #3295f9;
  font-weight: bold;
  margin-left: 10px;
}

table.table_edit button.credit_register_mail:hover {
  background-color: #85c2ff;
  border: 1px solid #85c2ff;
  color: rgb(255, 247, 247);
}

/* 詳細・編集画面　ラベル側 */
td.dleft, td.dleft_top {
  background-color: #3295f9;
  color: #fff;
  font-weight: bold;
  padding: 5px 5px 5px 8px;
  text-align: left;
  width: 200px;
  min-width: 200px;
}
td.dleft.emphasis-td, td.dleft_top.emphasis-td {
  background-color: #ff89be;
}

/* 詳細・編集画面　入力欄側 */
td.dright, td.dright_top {
  background-color: #fff;
  padding: 5px 5px 5px 5px;
  text-align: left;
}

td.dright.changed,
td.dright_top.changed {
  background-color: #fffea6;
}

/* 求人詳細・編集画面　登録場所入力欄 */
.button_register_place_add {
  margin: 5px 0 20px 0;
  height: 35px;
}
.register_place_info {
  max-height: 700px;
  overflow-y: scroll;
}
.register_place_info table.register_place_table {
  border-top: none;
}
.register_place_info table.register_place_table tr {
  height: 41px;
}
.register_place_info table.register_place_table td.dleft {
  vertical-align: top;
  background: #d7f0ff;
  color: #000;
  padding: 15px 0 0 15px;
  width: 120px;
}

#file_up_button {
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #3295f9;
  font-weight: bold;
  width:auto;
  height: auto;
  padding: 1px 6px;
  cursor: pointer;
}

#file_up_button:hover {
  background-color: #326bcc;
  border: 1px solid #326bcc;
  color: #fff;
}

.image_upload {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin: 8px 0 0 3.3px;
}

.image_file {
  display: inline-block;
  width: 150px;
  height: 88px;
  object-fit: contain;
  box-sizing: border-box;
  border: 2px;
  border-color: #333;
  border-style: dotted;
  vertical-align: middle;
  cursor: pointer;
}

.image_file:hover {
  border-color: #3295f9;
  opacity: 0.6;
}

.image_file[drop-active=true] {
  border: 2px;
  border-color: #3295f9;
  border-style: dotted;
  opacity: 0.6;
}

.image_controll {
  margin-top: 5px;
  height: 24px;
}

.image_controll_2 {
  margin-top: 5px;
  height: 24px;
}

.main_image_select {
  display:none;
}

.main_image_select_label {

  float: left;
  text-align: center;
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #3295f9;
  font: 400 13.3333px Arial;
  font-weight: bold;
  width: 90px;
  height: auto;
  padding: 1px 6px;
  cursor: pointer;
}

.main_image_select_label:before {
  content: 'メインにする';
}

.main_image_select_label:hover {
  background-color: #3295f9;
  border: 1px solid #3295f9;
  color: #fff;
}

.main_image_select:checked + label {
  background-color: #326bcc;
  border: 1px solid #326bcc;
  color: #fff;
}

.main_image_select:checked + label:before {
  content: 'メイン選択済';
}

.image_upload [list="alttext_list"] {
  display: inline-block;
  width: 144px;
  height: 18px;
  border: 1px solid #666;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
  -moz-box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
  -webkit-box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
}

.image_upload [type="button"] {
  float: right;
  background-color: #fff;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #3295f9;
  font-weight: bold;
  width:auto;
  height: auto;
}

.image_upload [type="button"]:hover {
  background-color: #326bcc;
  border: 1px solid #326bcc;
  color: #fff;
}

.image_tether {
  display: inline-block;
  vertical-align: bottom;
  width: 8px;
  height: 120px;
  margin-left: 3.3px;
}

.image_tether img.allow {
  width: 8px;
  height: 20px;
  margin-top: 35px;
}

.images_reacquire_input {
  display: block;
  padding-top: 10px;
}

.images_reacquire_input table {
  width: 100%;
}

.images_reacquire_input td {
  padding-top: 5px;
}

.images_reacquire_input td.dindleft {
  position: relative;
  width: 120px;
}

.images_reacquire_input td.dindright {
  width: auto;
}

/* 管理画面の絞込み条件table */
.admin_search {
  margin-top: 20px;
  width: 100%;
}

.admin_search tr td{
  height: 32px;
  padding-bottom: 10px;
}

/* A-2-1 歯科ＴＯＰ画面 タイトル部分 */
table.a_2_1_screentitle {
  border: 3px solid #3295f9;
  border-collapse: separate;
  border-radius: 30px;
  border-spacing: 0;
  height: 50px;
  margin: 50px 0 20px 0;
  padding: 5px 0 5px 10px;
  width: 50%;
}

table.a_2_1_screentitle td {
  color: #3295f9;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

/* A-2-1 歯科ＴＯＰ画面 テーブルの角丸化 */
table.a_2_1_table {
  background-color: #fff;
  border: 1px solid #666;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 0;
  overflow: hidden;
  padding: 0;
  width: 355px;
}

table.a_2_1_table td {
  border-bottom: 1px solid #898989;
  padding: 10px;
}

table.a_2_1_table tr td:first-child,
table.a_2_1_table tr th:first-child {
  border-left: none;
}

table.a_2_1_table tr:last-child td {
  border-bottom: none;
}

/* 応募課金 テーブルの角丸化 */
table.appunitprice_table {
  background-color: #fff;
  border: 1px solid #ff8a1f;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

table.appunitprice_table td {
  border-bottom: 1px solid #898989;
  padding: 10px;
}

table.appunitprice_table td.itm {
  border-bottom: 1px solid #ff8a1f;
  padding: 10px;
  width:140px;
  background-color:#ffd136;
}

table.appunitprice_table td.firstval {
  border-bottom:1px #ff8a1f solid;
}

table.appunitprice_table tr td:first-child,
table.appunitprice_table tr th:first-child {
  border-left: none;
}

table.appunitprice_table tr:last-child td {
  border-bottom: none;
}

.acd_close {
  display: none;
}

/* リンク */
a.a_2_1_button {
  color: #3295f9;
  display: block;
  font-size: 14px;
  text-decoration: none;
}

a.a_2_1_button div.left {
  float: left;
  text-align: left;
}

a.a_2_1_button div.right {
  background-color: #fff;
  color: #3295f9;
  text-align: right;
}

div.a_2_1_button_disabled {
  color: #898989;
  cursor: none;
  display: block;
  font-size: 14px;
  pointer-events: none;
  text-decoration: none;
}

div.a_2_1_button_disabled div.left {
  float: left;
  text-align: left;
}

div.a_2_1_button_disabled div.right {
  background-color: #fff;
  color: #898989;
  text-align: right;
}

div.a_2_1_button_disabled:hover div.right {
  color: #898989;
  font-size: 14px;
  font-weight: normal;
}

table.now_conditions {
  background-color: #fff;
  border: 1px solid #666;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 0;
  margin: 20px 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.5em;
}

table.now_conditions td {
  border-bottom: 1px solid #898989;
  padding: 10px;
}

table.now_conditions tr td:first-child,
table.now_conditions tr th:first-child {
  border-left: none;
}

table.now_conditions tr:last-child td {
  border-bottom: none;
}

dl.job_offer_list {
  border-spacing: 7px;
  box-sizing: border-box;
  margin-bottom: 18px;
  min-height : 150px; /*画像サイズの高さと合わせる*/
  width: 62%;
  float: left;
  line-height: 22.5px;
}

dl.job_offer_list dt {
  float: left;
  clear: left;
  font-weight: bold;
  vertical-align: top;
  width: 4.0em;
  padding-right: 18px;
  padding-left: 10px;
  position: relative;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.5em;
  position: relative;
  border-right: none;


}

dl.job_offer_list dt:after {
  content: "";
  position: absolute;
  display: block;
  float: left;
  width: 4px;
  border-radius: 2px;
  height: 1.1em;
  background: #8ac4ff;
  margin-right: 5px;
  left: 0;
  top: 2px;
}

dl.job_offer_list dd {
  float: left;
  margin-bottom: 15px;
  width: 77%;
  padding: 0;
  margin-left: -1px;
  border-left: none;
  font-size: 13px;
  line-height: 1.5em;
}

dl.job_offer_img,
.job_offer_img {
  align-items: center;
  display: flex;
  float: right;
  height: 150px;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 230px;
  position: relative;
}

.job_offer_img div {
  background-color: #fff;
  border: 2px solid #666;
  border-radius: 30px;
  color: #666;
  font-weight: bold;
  margin: 0;
  padding: 5px 50px;
  position: absolute;
  width: 70px;
  left:28px;
}

.catch_copy_mg {
  font-size: 15px;
  line-height: 1.6em;
  color: #28a8b2;
  font-weight: bold;
  margin-bottom: 10px;
}

.catch_copy_detail_mg {
  font-size: 16px;
  line-height:1.5em;
  color: #28a8b2;
  font-weight: bold;
  margin: 25px 0 25px 0;
}

/* Pickup、Newの画像表示位置の設定 */
.caption_box {
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.caption_box .pc_caption {
  font-size: 1em;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 32px;
  top: 24px;
  transform: translateY(-50%) translateX(1em);
}

.caption_box .sp_caption {
  font-size: 1em;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 30px;
  transform: translateY(-50%) translateX(1em);
  z-index:1;
}

.pc_caption .pc_img_size {
  max-height: 45px;
  max-width: 45px;
  height: auto;
  width: auto;
}

.sp_caption .sp_img_size {
  max-height: 55px;
  max-width: 55px;
  height: auto;
  width: auto;
}

/* B-4-1 応募者詳細画面 対応済みにするcheckboxとbutton用 */
table.b_4_1_chktable {
  border: none;
  border-spacing: 0;
  margin: 0 0 10px 0;
  width: 100%;
}

table.b_4_1_chktable tr td.chk {
  background-color: #3295f9;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  padding: 0 0 0 10px;
  width: 150px;
}

table.b_4_1_chktable tr td.label_settled {
  background-color: #fff;
  border: 2px solid #f93232;
  border-radius: 4px;
  color: #f93232;
  font-weight: bold;
  padding: 0;
  text-align: center;
  width: 200px;
}

table.b_4_1_chktable tr td.already_read {
  border-color: #666;
  color: #666
}

table.b_4_1_chktable tr td.label_settled_none {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  padding: 0;
  text-align: center;
  width: 200px;
}

table.b_4_1_chktable tr td.button {
  text-align: center;
}

/* B-4-1 応募者詳細画面 申請履歴エリア用 */
div.b_4_1_history {
  display: table;
  margin: 10px 0;
}

.b_4_1_history label:first-child {
  /*固定幅を指定する*/
  width: 20%;
}

.b_4_1_history label:last-child {
  /*固定幅を指定する*/
  width: 80%;
}

.b_4_1_history div.img {
  display: table-cell;
  vertical-align: middle;
}

div.b_4_1_history img {
  height: 30px;
  margin: 0 20px;
  padding: 0;
}

div.b_4_1_history label {
  border: 1px solid #666;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 0;
  display: table-cell;
  height: 100px;
  padding: 16px;
  vertical-align: middle;
}

.office_applicant_footerbtn {
  margin: 10px 0;
}

.office_applicant_area2 {
  margin: 10px 0;
}

.office_applicant_applibackcolor {
  background-color: #fff;
}

.office_applicant_ansbackcolor {
  background-color: #d7f0ff;
}
.non_charge_mark, .duplicate_mark {
  width: 18px;
  height: 18px;
  margin-right: 3px;
  vertical-align: middle;
}
.duplicate_txt{
  font-weight: bold;
  color: #FF2800;
}
.duplicate_txt_underline{
  text-decoration: underline;
}

/* 青線の囲い */
.enclosure {
  border: 2px solid #3295f9;
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0;
  box-sizing: border-box;
  padding: 5px;
}

/* 青線の囲い */
.enclosure_noncharge {
  border: 2px solid #3295f9;
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0;
  box-sizing: border-box;
  padding: 5px 5px 5px 16px;
}

/* ページエリア */
.page {
  margin: 12px 0;
  width: 100%;
}

/* テキスト入力欄 */
.input {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
  -moz-box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
  -webkit-box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
  box-sizing: border-box;
  height: 32px;
  padding: 0 5px;
  width: 100%;
}

.input_login {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
  -moz-box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
  -webkit-box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
  box-sizing: border-box;
  height: 32px;
  padding: 0 5px;
  width: 300px;
}

.error_login {
  width: 300px;
}

.input_num {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
  -moz-box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
  -webkit-box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
  box-sizing: border-box;
  height: 32px;
  padding: 0 5px;
  width: 200px;
}

.input_num_s {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
  -moz-box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
  -webkit-box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
  box-sizing: border-box;
  height: 32px;
  padding: 0 5px;
  width: 100px;
}

.input_date {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
  -moz-box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
  -webkit-box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
  box-sizing: border-box;
  height: 32px;
  padding: 0 5px;
  width: 200px;
}

.input_header_l {
  background-color: #fff;
  border: 1px solid #666;
  border-bottom-left-radius: 4px;
  border-right: 1px dashed #666;
  border-top-left-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.5) inset;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  vertical-align: middle;
  width: 155pt;
}

.input_header_r {
  background-color: #fff;
  border: 1px solid #666;
  border-bottom-right-radius: 4px;
  border-left: none;
  border-top-right-radius: 4px;
  box-shadow: -1px 1px 1px rgba(155, 155, 155, 0.3) inset;
  height: 32px;
  line-height: 32px;
  padding: 0 5px;
  vertical-align: middle;
  width: 155pt;
}

input:read-only,
textarea:read-only {
    background: rgba(155, 155, 155, 0.5);
}

/* テキストエリア入力欄 */
.textarea,
.textbox {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
  -moz-box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
  -webkit-box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
  box-sizing: border-box;
  height: 80px;
  margin: 0;
  padding: 5px 5px;
  width: 100%;
}
.textarea.readonly {
  background: rgba(155, 155, 155, 0.5);
}

/* テキストエリア入力欄 */
.textarea_preview {
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
    -moz-box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
    -webkit-box-shadow: inset 1px 1px 1px rgba(155, 155, 155, 0.5);
    box-sizing: border-box;
    height: 170px;
    margin: 0;
    padding: 5px 5px;
    width: 100%;
  }

/* セレクトボックス入力欄 */
.select {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.5) inset;
  box-sizing: border-box;
  height: 32px;
  padding: 0 5px;
  width: 100%;
}
.select:disabled {
  background: rgba(155, 155, 155, 0.7);
  color: #000;
}

/* ラベル項目を入力欄と高さを合わせるときに設定 */
.label {
  line-height: 32px;
}

/* ラベル　余白なしの設定 */
.noMargin {
  line-height: 1px;
}

.modification_label {
    text-align: left;
    width: 100%;
}

/* URL入力欄 */
.inputUrl {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.5) inset;
  height: 32px;
  padding: 0 5px;
  width: 300pt;
}

/* 検索条件部分　入力欄 */
.inputSearch {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.5) inset;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  width: 100pt;
}

/* 検索条件部分　入力欄 */
.inputWardSearch {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.5) inset;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  width: 227pt;
}

/* 検索条件部分　セレクトボックス欄 */
.selectSearch {
  border: 1px solid #666;
  height: 26px;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.5) inset;
  padding: 0 5px;
  background-color: #fff;
}

/* セレクトボックス入力欄 */
.selectrow {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.5) inset;
  height: 26px;
  width: 50px;
}

/* プレースホルダーの色 */
input::placeholder {
  color: #9fa0a0;
  font-size: 12px;
}

/* IE */
input:-ms-input-placeholder {
    color: #9fa0a0;
    font-size: 12px;
}

/* Edge */
input::-ms-input-placeholder {
    color: #9fa0a0;
    font-size: 12px;
}

/* ラベルの右上部にバッチを表示 */
span[data-badge-top-right] {
  border-radius: 6px;
  display: inline;
  padding: 0;
  position: relative;
}

span[data-badge-top-right]:before {
  background-color: rgba(255, 0, 0, .8);
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 3px #999;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 12px;
  padding: 3px;
  position: absolute;
}

span[data-badge-top-right]:before {
  content: attr(data-badge-top-right)"";
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}

/* B-5-2 非課金申請画面用 */
.padding_bold {
  font-weight: bold;
  padding: 12px 0 0 0;
}

/* 非課金申請画面　アコーディオン */
dl.accord {
  font-weight: normal;
  margin: 0 20px;
  width: 90%;
}

dl.accord dt {
  background-color: #d7f0ff;
  border: 1px solid #666;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 0;
  cursor: pointer;
  margin-bottom: 1px;
  padding: 0;
  padding: 5px 10px;
  text-align: left;
  width: 100%;
}

dl.accord dd {
  border: none;
  margin: 1px 0;
  padding: 5px;
  text-align: left;
}

/* 担当者のアコーディオン用 */
.accord_personnel {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  list-style-type: none;
  margin: 5px;
}

.accord_personnel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.accord_personnel li {
  border: none;
  border-bottom: none;
  border-top: 1px dashed #666;
  display: block;
  font-weight: normal;
  text-align: left;
}

.accord_personnel li.top {
  border-top: 1px solid #666;
}

.accord_personnel .title {
  background-color: #3295f9;
  border-bottom: none;
  border-collapse: separate;
  border-spacing: 0;
  border-top: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-table;
  margin-bottom: 0;
  padding: 5px 0;
  text-align: left;
  width: 100%;
}

.accord_personnel .title .left {
  display: table-cell;
  font-weight: bold;
  padding: 0 0 0 15px;
  text-align: left;
  width: 80%;
}

.accord_personnel .title .right {
  display: table-cell;
  padding: 0 15px 0 0;
  text-align: right;
  width: 20%;
}

.accord_personnel .personnel_list {
  box-sizing: border-box;
  display: inline-table;
  text-align: left;
  width: 100%;
}

.accord_personnel .personnel_list .left {
  border-right: 1px solid #666;
  display: table-cell;
  padding: 5px;
  text-align: left;
  width: 20%;
}

.accord_personnel .personnel_list .right {
  padding: 5px;
  text-align: left;
}

.accord_personnel li label,
.accord_personnel li i {
  display: inherit;
  vertical-align: middle;
}

.label_bold {
  font-weight: bold;
  text-align: left;
}

.job_name_detail_label {
  font-size: 18px;
  line-height: 1.1em;
  color: #3295f9;
}

.job_name_detail_label span {
  display: block;
  margin-top: 6px;
  color: #333;
  font-size: 14px;
}

.job_name_label .hello_work_display,
.job_name_detail_label span .hello_work_display,
.label_bold .hello_work_display {
  border: solid 2px #28A8B2;
  border-radius: 4px;
  color: #28A8B2;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 14.52px;
  margin-top: 0;
  margin-left: 10px;
  padding: 5px 6px;
}

.container {
  margin: auto;
  padding: 0;
  width: 980px;
}

.container:after { /*clearfix設定*/
  clear: both;
  content: "";
  display: block;
}

.container_preview {
  margin: auto; /*ブラウザ中央に配置*/
  padding: 0;
  width: 680px; /*必要な幅に設定*/
}

.container_preview:after { /*clearfix設定*/
  clear: both;
  content: "";
  display: block;
}

.left_wrap {
  float: left; /*左にフロート配置*/
  height: 100%;
  margin: 0 20px 0 0;
  width: 680px;
}

.right_wrap {
  float: right; /*右のフロート配置*/
  height: 100%;
  text-align: left;
  width: 280px;
}

.left_wrap div.list_group {
  margin: 0 0 32px 0;
}
.left_wrap div.list_group_s {
  margin: 0 0 10px 0;
}

.main_preview div.list_group {
    margin: 0 0 25px 0;
}

.right_wrap ul {
  list-style-type: none;
  margin-bottom: 15px;
  padding: 0
}

.right_wrap ul li {
  margin: 0 0 0 10px;
  font-size: 14px;
}

.right_wrap ul ul {
  margin: 0;
}

.right_wrap ul li label {
  display: inline-block;
}

.right_wrap label.color_black {
  color: #666;
}

.right_wrap label.title {
  color: #666;
  font-weight: bold;
}

.right_wrap li.service_accord .right {
  margin-left: 10px;
  font-weight: normal;
  cursor: pointer;
}

.right_wrap li.service_accord ul {
  display: none;
}

a.search_item {
  color: #3295f9;
  cursor: pointer;
  text-decoration: none;
}

.search_item_disabled {
  color: #333;
  cursor: none;
  display: inline-block;
  pointer-events: none;
  text-decoration: none;
}

.jobs_list_mg {
  margin: 0px 16px;
}

.list_group_mg {
  margin: 0px 10px;
}

.content_right_sp {
  border-top: 1px solid #333
}

.catchcopy_area {
  font-size: 15px;
  line-height:1.6em;
  color: #28a8b2;
  font-weight: bold;
  padding-right: 10px;
  margin: 10px 0 21px 0;
}

.more_area {
  margin: 20px 0;
}

.relation_link_area {
  margin: 36px 0 25px 0;
}

.newmail_area {
  vertical-align: middle;
}

.newmail_button {
  margin-bottom: 36px;
}


/* 求人情報内の水色マーカー用 */
.lightblue {
  display: block;
  width: 100%;
}

.lightblue_margin {
  margin: 0 12px 0 0;
}

.lightblue_marginwidth {
  margin: 20px 0 10px 0;
}

.lightblue_marginbottom {
  margin: 0 0 16px 0;
}


.lightblue span {
  background-color: #d7f0ff;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #3295f9;
  display: inline-block;
  font-size: 13px;
  padding: 1px 5px 0 5px;
  text-align: center;
  margin: 0 3px 6px 0;
}

.lightblue_display span {
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  padding: 0px 5px 0px 5px;
  margin: 0 5px 5px 0;
  text-align: center;
  border: 1px solid black;
}

.lightblue_disabled {
  display: block;
  width: 100%;
}

.lightblue_disabled a {
  cursor: none;
  pointer-events: none;
  text-decoration: none;
}

.lightblue_disabled span {
  background-color: #c5c5c5;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  padding: 3px 5px 2px 5px;
  margin: 0 5px 5px 0;
  text-align: center;
}

/* 求人一覧の画像サイズ */
img.pic_size {
  height: auto;
  max-height: 150px;
  max-width: 230px;
  width: auto;
}

/* buttonクリック時の吹き出し内アコーディオン（エリア 指定） */
.accord_area_container {
  position: relative;
}

.balloon_area {
  display: none;
}

.balloon_area_none {
  display: none;
}

.balloon_area_top {
  display: none;
}

.balloon_area {
  background-color: #fff;
  border: solid 1px #555;
  border-radius: 4px;
  box-sizing: border-box;
  left : 5%;
  margin-top : 12px;
  position: absolute;
  padding: 0;
  top : 100%;
  width: 400px;
  z-index: 3;
}

.balloon_area:before {
  content: "";
  position: absolute;
  top: -27px;
  left: 10%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #fff;
  z-index: 2;
}

.balloon_area:after {
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  content: "";
  left: 10%;
  margin-left: -17px;
  position: absolute;
  top: -28px;
  z-index: 1;
}

#popup_accord_area_cb:checked + .balloon_area {
  display: inline-block;
}


.balloon_area_top {
  background-color: #fff;
  border: solid 1px #555;
  border-radius: 4px;
  bottom : 100%;
  box-sizing: border-box;
  left : 5%;
  margin-bottom : 12px;
  padding: 0;
  position: absolute;
  width: 400px;
  z-index: 3;
}

.balloon_area_top:before {
  border: 14px solid transparent;
  border-top: 14px solid #fff;
  bottom: -27px;
  content: "";
  left: 50%;
  margin-left: -152px;
  position: absolute;
  z-index: 2;
}

.balloon_area_top:after {
  border: 14px solid transparent;
  border-top: 14px solid #555;
  bottom: -28px;
  content: "";
  left: 50%;
  margin-left: -152px;
  position: absolute;
  z-index: 1;
}

#popup_accord_area_cb:checked + .balloon_area_top {
  display: inline-block;
}

/* buttonクリック時の吹き出し内アコーディオン（沿線・駅 指定） */
.accord_subway_container {
  position: relative;
}

.accord_top {
  border-top: none;
}

.balloon_subway {
  display: none;
}

.balloon_subway_top {
  display: none;
}

.balloon_subway_none {
  display: none;
}

.balloon_subway {
  background-color: #fff;
  border: solid 1px #555;
  border-radius: 4px;
  box-sizing: border-box;
/*  display: inline-block;*/
  left : 5%;
  margin-top : 12px;
  position: absolute;
  padding: 0;
  top : 100%;
  width: 400px;
  z-index: 3;
}

.balloon_subway:before {
  border: 14px solid transparent;
  border-bottom: 14px solid #fff;
  content: "";
  left: 10%;
  margin-left: -17px;
  position: absolute;
  top: -27px;
  z-index: 2;
}

.balloon_subway:after {
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  content: "";
  left: 10%;
  margin-left: -17px;
  position: absolute;
  top: -28px;
  z-index: 1;
}

.balloon_subway_top {
  background-color: #fff;
  border: solid 1px #555;
  border-radius: 4px;
  bottom : 100%;
  box-sizing: border-box;
/*  display: inline-block;*/
  left : 5%;
  margin-bottom : 12px;
  padding: 0;
  position: absolute;
  width: 400px;
}

#popup_accord_subway_cb:checked + .balloon_subway {
  display: inline-block;
}

.balloon_subway_top:before {
  border: 14px solid transparent;
  border-top: 14px solid #fff;
  bottom: -27px;
  content: "";
  left: 50%;
  margin-left: -152px;
  position: absolute;
  z-index: 2;
}

.balloon_subway_top:after {
  border: 14px solid transparent;
  border-top: 14px solid #555;
  bottom: -28px;
  content: "";
  left: 50%;
  margin-left: -152px;
  position: absolute;
  z-index: 1;
}

#popup_accord_subway_cb:checked + .balloon_subway_top {
  display: inline-block;
}

.accord_area,
.accord_subway {
  background-color: #fff;
  border: none;
  border-radius: 4px;
  list-style-type: none;
  max-height: 380px;
  overflow-y: auto;
}

.accord_area ul,
.accord_subway ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.accord_area li .lowermost ,
.accord_subway li .lowermost {
  border-top: 1px solid #666;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-weight: normal;
  padding: 5px 0 5px 35px;
  text-align: left;
}

.accord_area li .lowermost .left ,
.accord_subway li .lowermost .left {
  display: inline-block;
  text-align: left;
  width: 80%;
}

.accord_area li .lowermost .count ,
.accord_subway li .lowermost .count {
  display: inline-block;
  text-align: right;
  padding-right: 2px;
  vertical-align: middle;
  width: 20%;
}

.accord_area .title2 .right_area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.accord_area li .lowermost .arrow_zone ,
.accord_subway li .lowermost .arrow_zone {
  display: inline-block;
  flex-shrink: 0;
  width: 26px;
}

.accord_area li .lowermost_disabled ,
.accord_subway li .lowermost_disabled {
  border-top: 1px solid #666;
  color: #333;
  cursor: none;
  display: block;
  font-weight: normal;
  padding: 5px 0 5px 50px;
  pointer-events: none;
  text-align: left;
  text-decoration: none;
}

.accord_area .title,
.accord_subway .title {
  background-color: #fff;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #666;
  cursor: pointer;
  display: inline-table;
  margin-bottom: 0;
  padding: 5px 0;
  text-align: left;
  width: 100%;
}

.accord_area .title .left,
.accord_subway .title .left {
  display: table-cell;
  font-weight: bold;
  padding: 0 0 0 15px;
  text-align: left;
  width: 75%;
}

.accord_area .title2,
.accord_subway .title2 {
  background-color: #fff;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #666;
  box-sizing: border-box;
  cursor: auto;
  margin-bottom: 0;
  padding: 5px 0 5px 20px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.accord_area .title2 .left,
.accord_subway .title2 .left {
  display: table-cell;
  font-weight: normal;
  padding: 0 0 0 15px;
  text-align: left;
}

.accord_area li .title2_lowermost .left ,
.accord_subway li .title2_lowermost .left {
  border-top: 1px solid #666;
  cursor: pointer;
  display: block;
  font-weight: normal;
  padding: 5px 0 5px 35px;
  text-align: left;
}

.accord_area li .lowermost.title3 ,
.accord_subway li .lowermost.title3 {
  padding-left: 50px;
}

.accord_area .title .right,
.accord_area .title2 .right,
.accord_subway .title .right,
.accord_subway .title2 .right {
  cursor: auto;
  display: table-cell;
  flex-shrink: 0;
  text-align: center;
  vertical-align: middle;
  width: 26px;
}

.accord_area .title .count,
.accord_area .title2 .count,
.accord_subway .title .count,
.accord_subway .title2 .count {
  cursor: auto;
  display: table-cell;
  padding: 0 2px 0 15px;
  text-align: right;
  vertical-align:middle;
}

.accord_subway .title2 .subtitle {
  color: #888888;
  font-size: 14px;
}

.accord_area li label,
.accord_area li i,
.accord_subway li label,
.accord_subway li i {
  vertical-align: middle;
}

/* 絞込み条件、関連するリンクのもっと見るエリア　START */
.animated {
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    opacity: 1;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

.slide-down {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
}

@-webkit-keyframes slideUp {
  0% {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

.slide-up {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
}

.content-more {
  background-color: #d7f0ff;
  height: 105px;
  margin: 0;
  overflow: hidden;
  padding: 10px 5px 0 5px;
  position: relative;
  border-radius: 4px;
}
.content-no-more {
  background-color: #d7f0ff;
  margin: 0;
  overflow: hidden;
  padding: 5px;
  position: relative;
  border-radius: 4px;
}

.content-more .title {
  color: #666;
  display: inline-block;
  font-weight: bold;
  margin-left: 10px;
  width: 100%;
}

.content-more .block {
  margin: 0 10px 20px 10px;
}

.content-more a {
  margin-right: 10px;
  font-size: 14px;
}

.content-no-more a {
  margin-right: 10px;
}

.medical-filter-content-more {
  height: 130px;
  overflow: hidden;
  position: relative;
}
.medical-filter-content-more:before {
  height: 80px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 1) 60%, #fff 100%);
  background: -moz-linear-gradient( top, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 1) 60%, #fff 100%);
  background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 1) 60%, #fff 100%);
}
.medical-filter-slide-down:before {
  background: none;
  height: 0px;
}

.access-content-more {
  height: 135px;
  overflow: hidden;
  position: relative;
}
.access-content-more.access-content-highest {
  height: 155px;
}
.access-content-more:before {
  height: 30px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.28) 10%, rgba(255,255,255,0.4) 20%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.28) 10%, rgba(255,255,255,0.4) 20%, rgba(255,255,255,1) 100%);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.28) 10%, rgba(255,255,255,0.4) 20%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#FFFFFF",GradientType=1);
}
.access-slide-down:before {
  background: none;
  height: 0px;
}
.access_link_more {
  bottom: 0;
  display: block;
  left: 10px;
  position: absolute;
  text-align: center;
  width: 28px;
  height: 16px;
  border-radius: 4px;
  background-color: #d7f0ff;
  box-shadow: 1px 1px 1px rgba(155,155,155,.3);
}
.access-close-btn {
  margin-top: 5px;
  position: relative!important;
}
.access-slide-up {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
}
.access-slide-down {
  height: auto!important;
  overflow: visible;
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
}

.close-btn,
.narrow_link_more,
.relation_link_more {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  bottom: 0;
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr='#00fff',
    endColorstr='#ffffff',
    GradientType=0
  );
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.medical_filter_link_more {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  bottom: 0;
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr='#00fff',
    endColorstr='#ffffff',
    GradientType=0
  );
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.medical-filter-close-btn {
  display: block;
  text-align: center;
  width: 100%;
  padding-top: 15px;
  position: relative;
}

.access_link_more {
  bottom: 0;
  display: block;
  left: 10px;
  position: absolute;
  text-align: center;
  width: 28px;
  height: 16px;
  border-radius: 4px;
  background-color: #d7f0ff;
  box-shadow: 1px 1px 1px rgba(155,155,155,.3);
}

.close-btn {
  background: none;
}

.slide-up {
  height: 105px;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 10px;
  border-radius: 4px;
}

.slide-down {
  height: auto;
  padding-bottom: 50px;
  padding-top: 10px;
  overflow: visible;
  border-radius: 4px;
}

.medical-filter-slide-up {
  height: 130px;
  overflow: hidden;
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
}

.medical-filter-slide-down {
  height: auto;
  overflow: visible;
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
}

.narrow_link_more p,
.relation_link_more p {
  background-color: #fff;
  border: 1px solid #3295f9;
  border-radius: 4px;
  color: #3295f9;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 6px;
  width: 160px;
}

.medical_filter_link_more p {
  background-color: #fff;
  border: 1px solid #3295f9;
  border-radius: 4px;
  color: #3295f9;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  width: 180px;
  height: 25px;
}

.close-btn {
  padding: 0;
  margin-bottom: 10px;
}
/* 絞込み条件、関連するリンクのもっと見るエリア　END */

/* A-6-1 求人詳細画面の雇用条件、医院情報のtable */
dl.job_offer_detail {
  background-color: transparent;
  border: none;
  border-spacing: 0;
  margin: 15px 0;
  padding: 0;
  width: 100%;
}

dl.job_offer_detail::after {
  display: block;
  content: '';
  clear:both;
}

dl.job_offer_detail dt {
  clear: left;
  float: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6em;
  position: relative;
  border-right: none;
  padding: 0 10px 0 17px;
  width: 7.4em;
  margin-bottom: 12px;
  vertical-align: top;
}

dl.job_offer_detail dt:after {
  content: "";
  position: absolute;
  display: block;
  float: left;
  width: 4px;
  border-radius: 2px;
  height: 1.0em;
  background: #8ac4ff;
  margin-right: 5px;
  left: 7px;
  top: 3px;
}

dl.job_offer_detail dd {
  float: left;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.6em;
  padding: 0;
  margin-left: 0;
  margin-bottom: 12px;
  width: 78%;
}

dl.job_offer_detail dd .description {
  padding-left: 30px;
  margin: -21px 0 3px 0;
}

/* 診療の割合のグラフ */
dl.job_offer_detail dd .graph {
  width: 100%;
  height: 18px;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}

dl.job_offer_detail dd .graph.medical {
  margin-bottom: 50px;
}

dl.job_offer_detail dd .graph .bar {
  display: inline-block;
  height: 100%;
  position: relative;
}

dl.job_offer_detail dd .graph.insurance .bar p {
  font-size: 9px;
  color: #333;
  position: absolute;
  top: -20px;
  width: max-content;
  text-align: center;
}

dl.job_offer_detail dd .graph.medical .bar p {
  font-size: 9px;
  color: #333;
  position: absolute;
  bottom: -30px;
  width: max-content;
  text-align: center;
}

dl.job_offer_detail dd .graph.insurance .bar.blue {
  background: linear-gradient(90deg, rgba(69,153,255,1) 0%, rgba(207,231,255,1) 100%);
}

dl.job_offer_detail dd .graph.insurance .bar.green {
  background: linear-gradient(90deg, rgba(89,200,178,1) 0%, rgba(201,255,243,1) 100%);
}

dl.job_offer_detail dd .graph.medical .bar.blue1 {
  background: #4599ff;
}

dl.job_offer_detail dd .graph.medical .bar.blue2 {
  background: #73b9ff;
}

dl.job_offer_detail dd .graph.medical .bar.blue3 {
  background: #8cc5ff;
}

dl.job_offer_detail dd .graph.medical .bar.blue4 {
  background: #b5daff;
}

dl.job_offer_detail dd .graph.medical .bar.blue5 {
  background: #d9ecff;
}

dl.job_offer_detail dd .graph.medical .bar.green1 {
  background: #64d1bb;
}

dl.job_offer_detail dd .graph.medical .bar.green2 {
  background: #85dbca;
}

dl.job_offer_detail dd .graph.medical .bar.green3 {
  background: #afedde;
}

dl.job_offer_detail dd .graph.medical .bar.green4 {
  background: #cbede8;
}

dl.job_offer_detail dd .graph.medical .bar.green5 {
  background: #ddf5f2;
}

dl.job_offer_detail div.cl{
  content: "";
  display: block;
  clear:both;
}

dl.job_offer_detail div.cll::after{
  content: "";
  display: block;
  clear:both;
}

dl.job_offer_detail .lightblue span {
  margin-top: 2px;
  margin-bottom: 2px;
}

dl.job_offer_header {
  border-spacing: 7px;
  box-sizing: border-box;
  margin-bottom: 15px;
  min-height : 150px; /*画像サイズの高さと合わせる*/
  width: 63%;
  float: left;
  line-height: 22.5px;
}

#jobs_form.hello_work_job dl.job_offer_header {
  min-height: 0;
  width: 100%;
}

.list_group.hello_work_job dl.job_offer_list {
  width: 100%;
}

dl.job_offer_header dt {
  float: left;
  clear: left;
  font-weight: bold;
  vertical-align: top;
  width: 60px;
  padding-left: 10px;
  padding-right: 15px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.3em;
  position: relative;
  border-right: none;
}

dl.job_offer_header dt:after {
  content: "";
  position: absolute;
  display: block;
  float: left;
  width: 4px;
  border-radius: 2px;
  height: 1.0em;
  background: #8ac4ff;
  margin-right: 5px;
  left: 0;
  top: 1px;
}

dl.job_offer_header dd {
  float: left;
  font-size: 14px;
  border-left: none;
  width: 76%;
  margin-bottom: 12px;
}

dl.job_offer_header dd .description {
  padding-left: 30px;
  margin: -23px 0 8px 0;
}

.job_2row_dt_list:after {
  height: 2.5em !important;
}

.job_2row_dt_detail:after {
  height: 2.3em !important;
}

.job_3row_dt_detail:after {
  height: 3.7em !important;
}
@media print, screen and ( min-width: 769px ){
  /* PCのときのみ */
  .job_1row_dt_detail_pc.job_2row_dt_detail:after{
    height: 1.0em !important;
  }
  .job_2row_dt_detail_pc:after {
    height: 2.6em !important;
  }

  .job_3row_dt_detail_pc:after {
    height: 4.1em !important;
  }

  .w505 {
    width: 505px !important;
  }

  .preview_question {
    display: inline-block;
    height: 44px;
    width: 300px;
    background-color: #fff;
    border: 1px solid #ff7600;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
    color: #ff7600;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 24px;
  }

  .preview_question:hover {
    background-color: #ff8d24;
    border-color: #ff8d24;
    color: #fff;
  }

  .keep_margin {
    margin-top: 10px !important;
    margin-right: 9px !important;
  }

  .preview_question_icon {
    display: inline-block;
    fill: #ff7600;
    padding-right: 10px;
    position: relative;
    top: 3px;
  }

  .preview_question:hover .preview_question_icon {
    fill: #fff;
  }
}
@media only screen and (min-width:435px) and ( max-width:768px){
  .job_1row_dt_detail_pc.job_2row_dt_detail:after{
    height: 1.0em !important;
  }

  .job_2row_dt_detail_pc:after {
    height: 2.6em!important;
  }

  .job_3row_dt_detail_pc:after {
    height: 4.2em!important;
  }

}

.jobdetail_gmap {
  box-sizing: border-box;
  height: 400px;
  padding: 0;
  width: 470px;
}

.address_gmap {
  box-sizing: border-box;
  height: 400px;
  width: 100%;
}

/* 地図で選ぶ */
.map_content {
  box-sizing: border-box;
  height: 100%;
  padding-top: 40px;
  position: relative;
}

.map_search {
	box-sizing: border-box;
	min-height: 100%;
}

.map_title {
  background-color: #3295f9;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 999;
}

.map_title_none {
  display: none;
}

table.map_info_window {
  width: 300px;
}

table.map_info_window > tbody > tr > td.image_cell {
  padding-right: 10px;
}

.map_info_image {
/*
  max-width: 100px;
  max-height: 100px;
*/
  width: 150px;
}

@media only screen and ( max-width: 768px ) {
  table.map_info_window {
    width: 200px;
  }

  table.map_info_window > tbody > tr > td.image_cell {
    padding-right: 8px;
  }

  .map_info_image {
    width: 92px;
  }
}

.map_info_text {
  text-align: left;
}

.recommend_desc {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6em;
}

.about_aplic_close {
  display: block;
  cursor: pointer;
  width: 200px;
  padding: 3px;
  margin: 0 auto;
  border: 1px solid #898989;
  border-radius: 4px;
  text-align: center;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  font-size: 14px;
  color: #3295f9;
}

/* 「近隣の条件が似た求人」エリア */
#append_alike_job.jobs_list_mg button.button_variable_blue,
#alike_jobs_list_sp button.button_variable_blue{
  width: 160px;
  width: 55%;
  margin: 0;
  float: left;
}

#append_alike_job.jobs_list_mg button.button_fixed_blue{
  float: left;
  margin: 0;
}

#append_alike_job.jobs_list_mg button.button_variable_white,
#alike_jobs_list_sp button.button_variable_white {
  margin: 0;
  float: right;
  width: 42%;
}

/* PC表示 */
#alike_jobs_list_pc {
  background-color: #dbdddc;
  border-radius: 6px;
  margin-top: 3px;
  padding: 6px 6px 0 6px;
  overflow: hidden;
}

#alike_jobs_list_pc .continue {
  color: #3295f9;
}

#alike_jobs_list_pc .list_group_cell {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 0 6px 0;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
}

#alike_jobs_list_pc .list_group_cell_mg {
  margin: 0 10px 24px 10px;
  overflow: hidden;
}

/* SP表示 */
#alike_jobs_list_sp {
  background-color: #dbdddc;
  width: calc(100% + 20px);
  margin: 12px 0 24px -10px;
  padding: 10px 0 6px 0;
}

#alike_jobs_list_sp .list_group_cell {
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  margin: 0 3px 5px 3px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
}

#alike_jobs_list_sp .list_group_cell_mg {
  margin: 0px;
}

#alike_jobs_list_sp .sp_img {
    align-items: center;
    background-color: #edf7ff;
    display: flex;
    justify-content: center;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 175px;
    margin: 0 0 10px 0;
}

#alike_jobs_list_sp img.pic_size {
  max-width: 100%;
  max-height: 175px;
}

#alike_jobs_list_sp .continue {
  font-weight:normal;
  color: #3295f9;
}

/* プレビュー画面 */
.job_finished_content {
  padding: 16px;
  background-color: #d7f0ff;
  margin-bottom: 16px;
  border-radius: 4px;
  text-align: center;
}

.job_finished_content .icon {
  font-size: 20px;
  vertical-align: middle;
}

.job_finished_message {
  font-size: 15px;
  font-weight: bold;
  color: #3295f9;
  margin-left: 5px;
}

.job_finished_container {
  min-width: 365px;
  max-width: 100%;
  border: 1px solid #3295f9;
  border-radius: 4px;
  padding: 4px 8px 8px 8px;
  color: #3295f9;
  font-size: 13px;
  display: inline-block;
  line-height: 1.5em;
  margin-top: 5px;
}

.job_finished_head {
  padding: 0 5px;
  margin-left: auto;
  margin-right: auto;
}

/* A-3-1 歯科衛生士TOPの　都道府県地図とボタン表示用 */
.prefectures_area_pc {
  height: 480px;
  margin: 0 auto;
  position: relative;
  max-width: 800px;
}

.prefectures_area_pc .box {
  background-color: #fff;
  padding-top: 50px;
  position: absolute;
  width: 730px;
}

.box ul {
  list-style-type: none;
  max-width: 124px;
  min-width: 124px;
  position: absolute;
}

.box ul li {
  background-color: #fff;
  float: left;
  margin-bottom: 3px;
  margin-left: 5px;
  width: 57px;
}

.box ul li.area_title {
  background-color: #fff;
  float: left;
  padding-left: 5px;
  text-align: center;
  width: 114px;
}

.tohoku {top: 50px; right: 30px;}

.kanto {top: 220px; right: 30px;}

.hokuriku {top: 50px;right: 300px;}

.kansai {top: 50px;right: 440px;}

.tyugoku {top: 50px;right: 580px;}

.kyusyu {top: 220px;right: 580px;}

.shikoku {top: 355px;left: 230px;}

.tokai {top: 355px;left: 370px;}

.tohoku_title {top: 25px; right: 30px;}

.kanto_title {top: 195px; right: 30px;}

.hokuriku_title {top: 25px;right: 300px;}

.kansai_title {top: 25px;right: 440px;}

.tyugoku_title {top: 25px;right: 580px;}

.kyusyu_title {top: 195px;right: 580px;}

.shikoku_title {top: 330px;left: 230px;}

.tokai_title {top: 330px;left: 370px;}

img.a_3_1_mapsize {
  height: auto;
  max-height: 380px;
  max-width: 380px;
  width: auto;
}

.prefectures_area_pc .search_area {
  background-color: #fff;
  padding-bottom: 100px;
  position: absolute;
  top: 500px;
  width: 768px;
}

/* A-3-1 お知らせ */
#news_area {
  margin-top: 40px;
}

#news_area_inner {
  padding: 3px 8px;
}

#news_area .hl {
  display: block;
  background-color: #d7f0ff;
  padding: 3px 8px 2px 8px;
  font-size: 14px;
  border-radius: 4px;
}

#news_area .newsTable tr th {
  font-size: 14px;
  padding: 0 0 8px 0;
}

#news_area .newsTable tr td {
  font-size: 14px;
  padding: 0 0 8px 16px;
}

@media only screen and ( max-width: 768px ) {
  #news_area .hl {
  width: calc(100vw - 18px);
  margin-left: -26px;
  padding-left: 26px;
  border-radius: 0;
  }

  #news_area_inner {
    padding: 3px 0;
  }
}

/* 単体newsページ */
#news-sec {
  margin-bottom: 40px;
}

#news-sec-titleArea {
  margin-bottom: 30px;
}

#news-sec .release-date {
  display: block;
  padding: 8px 16px 0 16px;
}

#news-sec-titleArea h1 {
  border-top: none;
  border-bottom: none;
  background: none;
  color: #181414;
  font-size: 18px;
  font-weight: bold;
  padding: 2px 16px 8px 16px;
}

#news-mainText {
  padding: 0 16px;
}

#news-mainText p {
  font-size: 14px;
  line-height: 1.5em;
}

@media only screen and (max-width:768px){
  #news-sec .release-date {
    padding: 8px 0 0 0;
  }

  #news-sec-titleArea h1 {
    padding: 0 0 7px 0;
  }

  #news-mainText {
    padding: 0;
  }
}


/* A-3-4 個人情報保護方針 */
/*
h2.title_marker_1_title {
  border-left: 5px solid #3295f9;
  display: inline-block;
  font-weight: bold;
  margin: 0;
}
*/
div.sentence_box {
  background-color: #fff;
  border: 1px solid #666;
  border-collapse: separate;
  border-radius: 4px;
  margin: 30px 0;
  padding: 20px 20px;
  font-size: 14px;
  line-height: 1.6em;
}

div.sentence_box_item {
  margin: 10px 0 30px 20px;
}

div.sentence_box div.enclosure {
  text-align: center;
  width: 100%;
}

div.sentence_box div.enclosure div {
  margin: 0 0 10px 0;
}

div.title {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
  vertical-align: middle;
}

div.title_marker_1 {
  border-left: 5px solid #3295f9;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

div.title_marker_2 {
  border-left: 2px solid #fff;
  display: inline-block;
  margin: 0;
}

div.item_number {
  margin-right: 10px;
}

div.sentence_box ul.item1 {
  list-style-type: decimal;
  margin: 0px;
  padding-left: 20px;
}

div.sentence_box ul.item2 {
  list-style-type: lower-roman;
  padding-left: 20px;
}

div.sentence_box ul.item1 li {
  margin: 5px 0;
}

div.sentence_box ul.item2 li {
  margin: 5px 0;
}

div.sentence_box ul.item3 {
  list-style-type: disc;
  padding-left: 20px;
}

div.sentence_box ul.item3 li {
  margin: 5px 0;
}

div.sentence_box ul.item4 {
  list-style-type: none;
  padding-left: 20px;
}

div.sentence_box ul.item4 li {
  position: relative;
  list-style-type: none;
  margin: 5px 0;
}

div.sentence_box ul.item4 li:before {
  position: absolute;
  right: calc(100% + 0.5rem);  /* 0.5remは連番とテキストとの余白 */
  content: "(" counter(list-item) ")";
}

div.title.label-font{
  font-size: 15px;
}

/* A-3-5 サイトマップ */
h2.sitemap-title {
  font-weight: bold;
}

.site_map_box {
  background-color: #fff;
  border: 1px solid #666;
  border-collapse: separate;
  border-radius: 4px;
  /*border-spacing: 0;*/
  margin: 30px 0;
  padding: 20px 20px;
  font-size: 14px;
}

.site_map_pref {
  display: inline-block;
  padding: 3px 0;
  width: 170px;
}

.site_map_pref_disabled {
  color: #3295f9;
  display: inline-block;
  padding: 3px 0;
  width: 170px;
}

.site_map_pref_disabled.button_gray {
  color: #898989;
  display: inline-block;
  padding: 3px 0;
  pointer-events: none;
  width: 170px;
}

.site_map_other {
  display: inline-block;
  padding: 3px 0;
  width: 170px;
}

.site_map_icon {
  font-size: 20px;
}

/* 履歴・キープ画面 */
.keep_comp_title {
  align-items: center;
  border: 2px solid #3295f9;
  border-radius: 30px;
  color: #3295f9;
  display: flex;
  font-weight: bold;
  gap: 3px;
  justify-content: center;
  padding: 5px;
}

.keep_comp_title span {
  padding-top: 2px;
}

.keep_nodata {
  background-color: #fff;
  color: #3295f9;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}

.history_nodata {
  background-color: #fff;
  color: #3295f9;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}

.history_keep {
  background-color: #3295f9;
  box-sizing: border-box;
}

.history_keep_header {
  background-color: #3295f9;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  padding: 10px 5px;
  position: relative;
  text-align: left;
}

.history_keep_header label {
  color: #fff;
}

.keep_head_text {
  background-color: #EEF9FF;
  border-radius: 4px;
  color: #333333;
  font-size: 12px;
  line-height: 150%;
  padding: 7px 6px 5px 10px;
}

.keep_head_text span {
  font-weight: bold;
}

.keep_head_text .long-term-storage {
  color: #FF940C;
}

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

.history_keep_list {
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0 10px;
  position: relative;
  text-align: left;
}

.history_keep_list_disabled {
  background-color: #e7e7e7;
  border-radius: 4px;
  box-sizing: border-box;
  color: #666;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0 10px;
  position: relative;
  text-align: left;
}

.history_keep_chk {
  display: block;
  padding: 5px 0 0 0;
  text-align: left;
}

.history_keep_chk .entry_label {
  float: right;
  text-align: right;
  font-size: 13px;
  color: #fff;
  background-color: #ff940c;
  padding: 0 5px;
  border-radius: 4px;
}

.history_keep .icon_color_w {
  font-size: 18px;
}

.float_left_clear {
  clear: left;
}

.terms_sp_main2 {
  clear: left;
}

.pc_relationlink {
  padding:5px 10px;
}

.sp_relationlink {
  padding:5px;
  font-size: 14px;
  line-height: 1.6em;
}

.area_sp_main1 {
  clear: left;
}

.area_modal_pc_main {
  padding-top:12px;
  font-weight:bold;
  font-size:15px;
  text-align:left;
}

.modal-open {
  cursor: pointer;
}
/* エリアページ求人無い場合のモーダル */
.nojob_title {
  border: 2px solid #3295f9;
  border-radius: 30px;
  color: #3295f9;
  font-weight: bold;
  padding: 5px;
}

.remodal_nojob p{
  padding: 20px 0;
  font-weight: bold;
}

/* 入職応援金申請ページ */
#congratulatory_money_request_form h1 {
  margin-left: 16px;
}
div.congratulatory_title {
  margin: 10px 0 0 16px;
}
div.congratulatory_title p {
  font-size: 14px;
}

/* 入職応援金申請完了ページ */
div.complete_box {
  background-color: #fff;
  margin: 0;
  padding: 20px 20px;
  font-size: 14px;
  line-height: 1.6em;
}

div.complete_box_item {
  margin: 10px 0 30px 20px;
}

div.complete_box ul.item1 {
  list-style-type: decimal;
  margin: 0px;
  padding-left: 20px;
}

div.complete_box ul.item1 li {
  margin: 5px 0;
}

/* C画面のinput(枠線：青) */
.c_input {
  border: 1px solid #3295f9;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.5) inset;
  box-sizing: border-box;
  height: 32px;
  padding: 0 10px;
  width: 100%;
}

.c_title {
  border: none;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0;
  text-align: center;
  width: 50%;
}

.c_enclosure1 {
  border: 1px solid #cacaca;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 0;
  box-sizing: border-box;
  width: 70%;
}

.c_enclosure2 {
  background-color: #fff;
  border: 1px solid #666;
  border-collapse: separate;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 30px;
  padding: 20px;
  text-align: left;
  width: 70%;
}

.c_input_container {
  margin: 20px 0 50px 0;
  width: 80%;
}

.c_msg_normal {
  color: #3295f9;
}

.c_info_msg {
  width: 100%;
}

.c_required {
  border: 1px solid  #cc3232;
  color: #cc3232;
  margin-right: 5px;
  padding: 0 5px;
}

.c_pc_head {
  background-color: beige;
  border-collapse: separate;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px 0;
  width: 100%;
}

.c_pc_img_size {
  display: inline-block;
  height: auto;
  max-height: 40px;
  width: auto;
}

.c_stopmail_title {
  margin: 30px 0px;
}

.c_stopmail_main {
  margin: 20px;
}

.c_stopmail_confirm_main1 {
  margin-bottom: 20px;
}

.c_stopmail_confirm_main2 {
  display: inline-table;
  margin-bottom: 20px;
}

.c_stopmail_confirm_main2_1 {
  display: table-cell;
  padding-right: 10px;
}

.c_stopmail_confirm_main2_2 {
  display: table-cell;
}

a.c_back {
  background-color: #fff;
  color: #333;
  text-decoration: underline;
}

.c_button_variable {
  background: -webkit-gradient(linear, left bottom, left top, from(#080), color-stop(.5, #0b0), to(#0b0));
  border: 1px solid #0b0;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  padding: 0 20px;
}

.c_button_variable:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#080), color-stop(.5, #080), to(#080));
}

*::-ms-backdrop, .c_button_variable {
  background: #0b0;
  border: 1px solid #0b0;
}

*::-ms-backdrop, .c_button_variable:hover {
  background: #080;
  border: 1px solid #080;
}

.c_button_variable2 {
  background: -webkit-gradient(linear, left bottom, left top, from(#f60), color-stop(.5, #f90), to(#f90));
  border: 1px solid #f60;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  padding: 0 20px;
}

.c_button_variable2:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#f60), color-stop(.5, #f60), to(#f60));
}

*::-ms-backdrop, .c_button_variable2 {
  background: #f90;
  border: 1px solid #f90;
}

*::-ms-backdrop, .c_button_variable2:hover {
  background: #f60;
  border: 1px solid #f60;
}

.c_button_disabled {
  background-color: #9b9b9b;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  padding: 0 20px;
  pointer-events: none;
}

.c_button_link {
  background: #fff;
  border: none;
  color: #3295f9;
  cursor: pointer;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
  font-size: 18px;
}

.loading_icon {
  background-color: rgba(137, 137, 137, .9);
  bottom: 0px;
  border-radius: 4px;
  height: 50px;
  left: 0px;
  margin: auto;
  opacity: .8;
  padding: 10px;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 50px;
  z-index: 999;
}

.map_fa_spin {
  animation: fa-spin 2s infinite linear;
  color: #fff;
  font-size: 50px;
}

/* B-1-1 ログイン */
.office_login_header {
  margin: 0px 0px 10px 0px;
}

tr.office_login_infomation_color {
  background-color: #d7f0ff;
}
td.office_login_infomation_area {
  padding: 16px;
}
td.office_login_saportarea {
  padding: 16px 0;
}

/* B-1-2 パスワードお忘れの方 */
div.office_passforget_message {
  padding: 0px 10px;
}

div.office_passforget_submessage1 {
  padding: 10px 10px 0px 10px;
}

div.office_passforget_submessage2 {
  padding: 0px 10px 10px 10px;
}

/* B-3-1 求人一覧 */
.offer_maxinput {
  text-align: right;
}

.offer_newappli {
  vertical-align: middle;
}

.public_end_reason_modal_window, .sd_source_folder_modal_window, .mail_type_select_modal_window {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.public_end_reason_modal_bg, .sd_source_folder_modal_bg, .mail_type_select_modal_bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: #000;
  opacity: 0.3;
}

.public_end_reason_modal_contents_back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #3295f9;
  width: 340px;
  height: 244px;
  margin: auto;
  border-radius: 10px;
  border: solid #ffffffd9 1px;
}

.sd_source_folder_modal_contents_back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #3295f9;
  width: 340px;
  margin: auto;
  border-radius: 10px;
  border: solid #ffffffd9 1px;
}

.public_end_reason_modal_contents {
  position: relative;
  background-color: #fff;
  width: calc(100% - (22px * 2 + 16px));
  height: calc(100% - (19px * 2 + 16px));
  margin: 8px;
  padding: 19px 22px;
  border-radius: 8px;
}

.sd_source_folder_modal_contents {
  position: relative;
  background-color: #fff;
  width: calc(100% - (22px * 2 + 16px));
  margin: 8px;
  padding: 19px 22px;
  border-radius: 8px;
}

.public_end_reason_modal_contents p,
.sd_source_folder_modal_contents p {
  text-align: center;
  font-size: medium;
  font-weight: bold;
  height: 25px;
}

.public_end_reason_select_area, .sd_source_folder_input_area {
  padding: 0 20px;
}

.public_end_reason_select_area input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin: 8px 4px 5px 4px;
  cursor: pointer;
}

.public_end_reason_select_area label {
  display: inline-block;
  vertical-align: text-bottom;
  height: 30px;
  width: 200px;
  margin: 3px 0;
  cursor: pointer;
}

.public_end_reason_button_area, .sd_source_folder_button_area {
  text-align: center;
  padding: 12px 0;
}

.public_end_reason_button_area button, .sd_source_folder_button_area button {
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(137, 137, 137, .4);
  font-size: 14px;
  font-weight: bold;
  width: 100px;
  height: 24px;
  margin: 0 2px;
}

.button_bulk_approvalreq_mail {
  margin-left: 75px;
  width: 120px;
  background-color: #16A9F1;
}

.button_bulk_approval {
  width: 120px;
}

.button_applicant_view {
  margin-left: 150px;
}

.mail_type_modal_contents {
  position: absolute;
  background-color: #fff;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin: auto;
  width: 340px;
  height: 244px;
  border-radius: 8px;
}

.mail_type_select_area {
  margin: 40px;
}

.underline_modal_window {
  border-bottom:1px solid black;
}

.mail_type_select_area input[type=checkbox] {
  width: 40px;
  height: 15px;
  margin: 8px 4px 5px 4px;
  cursor: pointer;
}

.mail_type_modal_lavel {
  padding-left: 20px;
  word-break: break-all;
  display: inline-block;
  vertical-align: text-bottom;
  height: 26px;
  width: 200px;
  margin: 0 auto;
  line-height: 100px;
  cursor: pointer;
}

.mail_type_modal_lavel_fix {
  padding-left: 20px;
  word-break: break-all;
  display: inline-block;
  vertical-align: text-bottom;
  height: 26px;
  width: 200px;
  margin: 0 auto;
  line-height: 100px;
  cursor: pointer;
}

.mail_type_select_area input[type=button] {
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(137, 137, 137, .4);
  font-size: 14px;
  font-weight: bold;
  width: 100px;
  height: 24px;
  margin: 0 2px;
}

.mail_type_modal_contents p {
  font-size: medium;
  margin-top: 15px;
  text-indent: 20px;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  height: 25px;
}

.mail_type_submit_button {
  position: absolute;
  background-color: #3295f9;
  border: 1px solid #898989;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  bottom: 15px;
  right: 10px;
  height: 25px;
  padding: 0 10px;
}

/* B-4-1 応募者詳細 */
.office_applicant_footerbtn {
  margin: 10px 0;
}

.office_applicant_area2 {
  margin: 10px 0;
}

.office_applicant_allowpadding {
  padding-left: 16px;
}

.office_applicant_allowbackcolor {
  background-color: #d7f0ff;
}

/* B-5-2 非課金申請 */
.ans_comment_area {
  background-color: #d7f0ff;
  padding: 5px;
  border-radius: 4px;
}

/* Bヘッダ */
.office_header_logout {
  display: none;
}

/* スカウトバナー */
.scout-banner-area {
  width: 480px;
  margin: 0 auto 12px;
}

.scout-banner-area img {
  width: 100%;
  max-width: 480px;
  height: auto;
  margin-top: 17.5px;
}

.sp_accord_area {
  display: none;
}

/* アコーディオン開閉制御CB */
.accord_on_off_cb {
  display: none;
}

.applied_speech_bubble {
  margin-bottom: 4px;
  height: auto;
  width: 506px;
  object-fit: cover;
  margin-left: 25px;
  display: none;
}

.popup_toggle {
  position: relative;
  cursor: pointer;
  vertical-align: bottom;
  z-index: 200;
}

.inline_block {
  display: inline-block;
}

.about_aplic_area_pc {
  display: none;
}

/* PCのみ適用するCSS */
@media print, screen and ( min-width: 769px )
{
  button {
    cursor: pointer;
  }

  .btnarea{
    width: 70%;
  }

  .btnarea button.button_fixed_blue,
  .show_detail{
    width: 68% !important;
  }

  .btnarea button.button_fixed_white {
    width: 30%;
  }

  .pc_none {
    display: none;
  }
  .detail_btn{
    width: 82%;
    margin: 0 auto;
  }
  #jobs_form.hello_work_job .detail_btn {
    width: 100%;
  }
  .list_group button.button_fixed_orange{
    width: 300px;
    float: right;
    margin-left: 0px;
    margin-right: 0px;
  }

  .list_group .detail_btn button.button_fixed_white {
    width:200px !important;
    float: right;
  }

  #jobs_form.hello_work_job .list_group .detail_btn button.button_fixed_white {
    width: 100% !important;
  }

  .pc_sticky_search {
    background-color: rgba(137, 137, 137, .9);
    bottom: -100px;
    color: #fff;
    height: 80px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
  }

  .pc_sticky_search table {
    height: 80px;
    vertical-align: middle;
  }

  .prefectures_area_sp {
    display: none;
  }

  #alike_jobs_list_pc .job_name_label {
    width: 568px;
  }

  #alike_jobs_list_pc .list_group_cell_mg > div:nth-child(5){
    display: flex;
    gap: 10px;
    width: 475px;
    margin: 0 auto;
  }

  #alike_jobs_list_pc .list_group_cell button.button_fixed_blue{
    width: 300px;
  }

  #alike_jobs_list_pc .list_group_cell button.button_fixed_white {
    width:160px;
  }

  .jobd_button {
    height: 44px;
  }

  .jobs_list_mg h2 {
    font-size: 18px;
  }

  .about_aplic_icon {
    cursor: pointer;
    vertical-align: bottom;
  }

  #about_aplic_area_pc_above:checked ~ .about_aplic_area_pc,
  #about_aplic_area_pc_below:checked ~ .about_aplic_area_pc {
    display: block;
    position: absolute;
    left: 32px;
    top: 90px;
    width: 500px;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 15px 15px;
    text-align: left;
    background-color: #fff;
    box-shadow: 2px 2px 4px rgba(155, 155, 155, 0.7);
    z-index: 100;
  }
  #about_aplic_area_pc_above:checked ~ .about_aplic_area_pc:before,
  #about_aplic_area_pc_below:checked ~ .about_aplic_area_pc:before {
    content: "";
    position: absolute;
    top: -26px;
    left: 40px;
    margin-left: -16px;
    border: 13px solid transparent;
    border-bottom: 13px solid #FFF;
    z-index: 102;
  }
  #about_aplic_area_pc_above:checked ~ .about_aplic_area_pc:after,
  #about_aplic_area_pc_below:checked ~ .about_aplic_area_pc:after {
    content: "";
    position: absolute;
    top: -28px;
    left: 40px;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #555;
    z-index: 101;
  }

  .about_aplic_area_pc ul {
    list-style-type: disc;
    padding-left: 15px;
    margin-bottom: 12px;
  }

  .about_aplic_area_pc ul li {
    font-size: 13px;
    line-height: 1.6em;
  }
  .pc_none.about_aplic_area::after{
    content: "";
    display: block;
    clear: both;
  }
}

/* スマホのみに適用するCSS START------------------------------------------*/
@media only screen and ( max-width: 768px )
{
  body {
    margin: 0 0 20px 0;
    -webkit-text-size-adjust: 100%;
  }

  header {
    padding: 8px 8px 0 8px;
  }

  footer.main {
    font-size: 14px;
    line-height: 1.6em;
  }

  footer.main_nav {
    height: 200px;
  }

  .sp_main1 {
    margin: 0 10px;
  }

  .sp_main2 {
    margin: 0 10px;
  }

  .sp_main2_hr {
    margin-left: -10px;  /* sp_main2のmarginが変更した場合、合わせて変更する */
    margin-right: -10px; /* sp_main2のmarginが変更した場合、合わせて変更する */
  }

  .hr_job_top {
    height: 3px;
    margin-left: -10px;  /* sp_main2のmarginが変更した場合、合わせて変更する */
    margin-right: -10px; /* sp_main2のmarginが変更した場合、合わせて変更する */
  }

  hr.color_black {
    margin-top: 0;
  }

  hr.color_gray {
    margin-bottom: 0;
  }

  hr.color_bg_gray {
    background-color: #dcdddd;
    height: 5px;
    margin-bottom: 0;
    margin-top: 0;
  }

  .scout_msg_container {
    border-top: 2px solid #3295f9;
    border-radius: 0px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 7.75px 10px 20px 10px;
    background: linear-gradient(180deg, #EBF7FF 0%, #D7F0FF 42%, #D7F0FF 100%);
  }

  .scout_msg_container.open {
    background: linear-gradient(180deg, #EBF7FF 0%, #D7F0FF 9%, #D7F0FF 100%);
  }

  .scout_msg_label_area {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .scout_msg_accordion_wrapper {
    padding: 15px;
  }

  .scout_msg_job_name_area {
    padding: 0px 0px 10px 0px;
  }

  .scout_msg_link_area {
    margin-left: 10px;
  }

  .index_log_height_area {
    height: 150px !important;
  }

  /* ヘッダーのロゴ、アイコン表示用 */
  table.header {
    border: none;
    border-spacing: 0;
    padding: 8px 8px 0px 8px;
    width: 100%;
  }

  .head-link-name {
    width: 80px;
  }

  .head-link {
    line-height: 22px;
  }

  .sp-breadcrumb-linear {
    background: linear-gradient(right,rgba(255,255,255,0) 0%,rgba(255,255,255,.7) 50%,rgba(255,255,255,.7) 50%,#fff 100%);
    background: -moz-linear-gradient(right,rgba(255,255,255,0) 0%,rgba(255,255,255,.7) 50%,rgba(255,255,255,.7) 50%,#fff 100%);
    background: -webkit-linear-gradient(right,rgba(255,255,255,0) 0%,rgba(255,255,255,.7) 50%,rgba(255,255,255,.7) 50%,#fff 100%);
    margin-top: 0px;
    padding: 0.3em;
    padding-left: 1em;
    position: absolute;
    z-index: 999;
  }

  .sp-breadcrumb *,
  .sp-breadcrumb *:after,
  .sp-breadcrumb *:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .sp-breadcrumb {
    float: left;
    list-style: none;
    margin: 1em auto;
    overflow: hidden;
    overflow-x: scroll;
    padding: 0;
    white-space: nowrap;
    width: 100%;
  }

  .sp-breadcrumb li {
    display: inline-block;
    /* margin: 0 0 0.5em 0; */
  }

  .sp-breadcrumb a {
    background-color: #fff;
    border-bottom: 1px solid #898989;
    border-top: 1px solid #898989;
    color: #3295f9;
    display: inline-block;
    margin: 0;
    position: relative;
    padding: 0 0.8em 0 1.5em;
    text-decoration: none;
    font-size: 11px;
  }

  .sp-breadcrumb li:first-child a {
    padding-left: 1em;
  }

  .sp-breadcrumb li:nth-of-type(1) a {
    cursor: default;
  }

  .sp-breadcrumb a::after,
  .sp-breadcrumb a::before {
    border-bottom: 1.1em solid transparent;
    border-left: 1.1em solid;
    border-top: 1.1em solid transparent;
    content: '';
    margin-top: -1.1em;
    position: absolute;
    right: -1.05em;
    top: 50%;
  }

  .sp-breadcrumb a::after {
    border-left-color: #fff;
    z-index: 2;
  }

  .sp-breadcrumb a::before {
    border-left-color: #898989;
    right: -1.1em;
    z-index: 1;
  }

  .sp-breadcrumb li:last-child a {
    background-color: #3295f9;
    border: 1px solid #3295f9;
    color: #fff;
    cursor: default;
    pointer-events: none;
    border-radius: 0 4px 4px 0;
  }

  .sp-breadcrumb li:last-child a:hover {
    background: none;
  }

  .sp-breadcrumb li:last-child a::before,
  .sp-breadcrumb li:last-child a::after {
    content: normal;
  }

  .sp-breadcrumb-preview *,
  .sp-breadcrumb-preview *:after,
  .sp-breadcrumb-preview *:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  .sp-breadcrumb-preview {
    float: left;
    list-style: none;
    margin: 1em auto;
    overflow: hidden;
    overflow-x: scroll;
    padding: 0;
    white-space: nowrap;
    width: 100%;
  }

  .sp-breadcrumb-preview li {
    display: inline-block;
    /* margin: 0 0 0.5em 0; */
  }

  .sp-breadcrumb-preview a {
    background-color: #fff;
    border-bottom: 1px solid #898989;
    border-top: 1px solid #898989;
    color: #3295f9;
    display: inline-block;
    margin: 0;
    padding: 0 0.8em 0 1.5em;
    pointer-events: none;
    position: relative;
    text-decoration: none;
    font-size: 11px;
  }

  .sp-breadcrumb-preview li:first-child a {
    padding-left: 1em;
  }

  .sp-breadcrumb-preview a::after,
  .sp-breadcrumb-preview a::before {
    border-bottom: 1.1em solid transparent;
    border-left: 1.1em solid;
    border-top: 1.1em solid transparent;
    content: '';
    margin-top: -1.1em;
    position: absolute;
    right: -1.05em;
    top: 50%;
  }

  .sp-breadcrumb-preview a::after {
    border-left-color: #fff;
    z-index: 2;
  }

  .sp-breadcrumb-preview a::before {
    border-left-color: #898989;
    right: -1.1em;
    z-index: 1;
  }

  .sp-breadcrumb-preview li:last-child a {
    background-color: #3295f9;
    border: 1px solid #3295f9;
    color: #fff;
    cursor: default;
    pointer-events: none;
  }

  .sp-breadcrumb-preview li:last-child a:hover {
    background: none;
  }

  .sp-breadcrumb-preview li:last-child a::before,
  .sp-breadcrumb-preview li:last-child a::after {
    content: normal;
  }

  /* テキスト入力欄 */
  .input {
    box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.5) inset;
    box-sizing: border-box;
    height: 44px;
    padding: 0 0 0 10px;
    width: 100%;
  }

  /* テキストエリア入力欄 */
  .textarea,
  .textbox {
    box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.5) inset;
    box-sizing: border-box;
    width: 100%;
  }

  /* セレクトボックス入力欄 */
  .select {
    box-sizing: border-box;
    height: 44px;
    width: 100%;
  }

  /* ラベル項目を入力欄と高さを合わせるときに設定 */
  .label {
    box-sizing: border-box;
    height: 44px;
    width: 100%;
  }

  /* URL入力欄 */
  .inputUrl{
    box-sizing: border-box;
    height: 44px;
    width: 100%;
  }

  /* 検索条件部分　入力欄 */
  .inputSearch{
    height: 44px;
  }

  .inputWardSearch {
    height: 44px;
  }

  div.input_header {
    box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.5) inset;
    display: inline-table;
    margin: 10px 10px 0 10px;
    width: 95%;
  }

  .input_header_l {
    border: 1px solid #666;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-right: 1px dashed #666;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.5) inset;
    box-sizing: border-box;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    vertical-align: middle;
    width: 50%;
    --webkit-appearance: none;
  }

  .input_header_r {
    border: 1px solid #666;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-left: none;
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    box-shadow: -1px 1px 1px rgba(155, 155, 155, 0.3) inset;
    box-sizing: border-box;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    vertical-align: middle;
    width: 50%;
    --webkit-appearance: none;
  }

  /* フォントアイコンの設定 */
  .icon_color_b {
    font-size: 20px;
  }

  .icon_color_y {
    font-size: 18px;
  }

  .icon_color_w {
    font-size: 20px;
  }

  .sp_button_container {
    border-spacing:5px;
    margin-bottom:10px;
  }

  .sp_button_container th {
    padding: 10px 5px 6px 5px;
    line-height: 1.3em;
  }

  .sp_button_container .keyword .balloon_keyword_container label{
    font-size: 12px;
    text-align: center;
    display: block;
  }

  .button_fixed_width {
    width: 154px;
  }

  /* 幅指定のボタン(青) */
  .button_fixed_blue{
    height: 44px;
    width: 154px;
  }

  /* 幅指定のボタン(オレンジ) */
  .button_fixed_orange {
    height: 44px;
    width: 154px;
    margin-right: 20px;
  }

  /* 幅指定のボタン(グレー) */
  .button_fixed_gray {
    height: 44px;
    width: 154px;
    margin-right: 20px;
  }

  /* 幅指定なしでラベルによりサイズの変わるボタン(青) */
  .button_variable_blue {
    height: 44px;
  }

  #alike_jobs_list_sp .button_variable_blue {
    margin: 0 3px;
  }

  .button_variable_disabled {
    height: 44px;
  }

  /* 幅広のボタン(青) */
  .button_fixed_blue_wide {
    height: 44px;
    width: 100%;
  }

  /* 幅広のボタン(オレンジ) */
  .button_fixed_orange_wide {
    height: 44px;
    width: 100%;
  }

  /* 幅広のボタン(グレー) */
  .button_fixed_gray_wide {
    height: 44px;
    width: 100%;
  }

  /* 幅指定のボタン(白) */
  .button_fixed_white,
  .button_fixed_white.disabled_btn {
    height: 44px;
    width: 154px;
  }

  /* 幅指定なしでラベルによりサイズの変わるボタン(白) */
  .button_variable_white {
    height: 44px;
  }

  #alike_jobs_list_sp .button_variable_white {
    margin: 0 3px;
    padding: 0px;
  }

  /* 幅広のボタン(青) */
  .button_fixed_white_wide {
    height: 44px;
    width: 100%;
  }

  /* A-2-1 歯科ＴＯＰ画面 タイトル部分 */
  table.a_2_1_screentitle {
    border: 3px solid #3295f9;
    border-collapse: separate;
    border-radius: 30px;
    border-spacing: 0;
    height: 50px;
    width: 100%;
  }

  /* A-2-1 歯科ＴＯＰ画面 テーブルの角丸化 */
  table.a_2_1_table {
    background-color: #fff;
    border: 1px solid #666;
    border-collapse: separate;
    border-radius: 4px;
    border-spacing: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }

  /* リンク */
  a.a_2_1_button {
    font-size: 14px;
    text-decoration: none;
  }

  a.a_2_1_button div.left {
    color: #3295f9;
    float: left;
    text-align: left;
  }

  a.a_2_1_button div.right {
    background-color: #fff;
    color: #3295f9;
    text-align: right;
  }

  /* A-3-1 スマホだけに適用するCSS */
  .prefectures_area_pc {
    display: none;
  }

  /* A-6-1 事業所情報など - アクセス */
  dl.job_offer_detail dd .description p {
    margin-bottom: 4px;
  }

  .relative_head {
    font-size: 15px !important;
  }
  /* A-6-1 似た求人 キャッチコピー */
  #alike_jobs_list_sp .catch_copy_mg {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 16px;
  }

  .sp_accord_area {
    display: block;
    background-color: #fff;
    border: 1px solid #666;
    border-collapse: separate;
    border-radius: 4px;
    list-style-type: none;
  }

  .sp_accord_area ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sp_accord_area li a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #898989;
    display: block;
    padding: 11px 0 8px 50px; /* line-height: 21pxが変更したら再計算 */
  }

  .sp_accord_area li a.disabled {
    color: #3295f9;
    text-decoration: none;
  }

  .sp_accord_area li a.disabled.button_gray {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #898989;
    color: #898989;
    cursor: none;
    display: block;
    padding: 12px 0 12px 50px; /* line-height: 21pxが変更したら再計算 */
    pointer-events: none;
    text-decoration: none;
  }

  .sp_accord_area .title {
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #666;
    cursor: pointer;
    display: inline-table;
    height: 44px;
    margin-bottom: 0;
    text-align: left;
    vertical-align: middle;
    width: 100%;
  }

  .sp_accord_area .title_top {
    border-top: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .sp_accord_area .title .left {
    display: table-cell;
    font-weight: bold;
    padding: 0 0 0 15px;
    text-align: left;
    width: 75%;
  }

  .sp_accord_area .title .right {
    display: table-cell;
    padding: 0 15px 0 0;
    text-align: right;
    width: 20%;
  }

  .sp_accord_area li label,
  .sp_accord_area li i {
    vertical-align: middle;
  }

  .sp_accord_area .fas {
    display: inline-block;
  }

  .sp_accord_title_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    border-top: 1px solid #666;
  }

  ul.sp_accord_area > li > label.sp_accord_title_wrapper {
    border-top: none;
  }

  .accord_row_left {
    width: 75%;
    text-align: left;
    padding-left: 15px;
  }

  .sp_accord_title_wrapper .accord_row_left {
    display: flex;
    gap: 10px;
    margin-top: 3px;
  }

  .sp_accord_title_wrapper .accord_row_left span {
    font-weight: bold;
  }

  #title_top_cb[type="checkbox"]:checked ~ .sp_accord_area > li > .sp_accord_title_wrapper .accord_row_right > .fa-angle-right {
    transform-origin: center;
    transform: rotate(90deg);
    transition: transform 0.1s linear;
  }

  #title_top_cb[type="checkbox"] ~ .sp_accord_area > li > .sp_accord_title_wrapper .accord_row_right > .fa-angle-right {
    transition: transform 0.1s linear;
  }

  .accord_row_right {
    width: 25%;
    text-align: right;
    padding-right: 15px;
  }

  .sp_accord_top_title {
    display: block;
    border-top: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    height: 44px;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
  }

  #title_top_cb[type="checkbox"] ~ .sp_accord_area ul.wide_areas {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
  }

  #title_top_cb[type="checkbox"]:checked ~ .sp_accord_area ul.wide_areas {
    max-height: 2500px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }

  .sp_accord_area ul.wide_areas .label.title {
    line-height: 44px;
  }

  .sp_accord_area ul.prefs {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }

  #wide_id1[type="checkbox"]:checked ~ .sp_accord_area ul.prefs[data-wideId="1"],
  #wide_id2[type="checkbox"]:checked ~ .sp_accord_area ul.prefs[data-wideId="2"],
  #wide_id3[type="checkbox"]:checked ~ .sp_accord_area ul.prefs[data-wideId="3"],
  #wide_id4[type="checkbox"]:checked ~ .sp_accord_area ul.prefs[data-wideId="4"],
  #wide_id5[type="checkbox"]:checked ~ .sp_accord_area ul.prefs[data-wideId="5"],
  #wide_id6[type="checkbox"]:checked ~ .sp_accord_area ul.prefs[data-wideId="6"],
  #wide_id7[type="checkbox"]:checked ~ .sp_accord_area ul.prefs[data-wideId="7"],
  #wide_id8[type="checkbox"]:checked ~ .sp_accord_area ul.prefs[data-wideId="8"] {
    max-height: 400px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }

  #wide_id1[type="checkbox"]:checked ~ .sp_accord_area .wide_areas .sp_accord_title_wrapper[for="wide_id1"] .accord_row_right > .fa-angle-right,
  #wide_id2[type="checkbox"]:checked ~ .sp_accord_area .wide_areas .sp_accord_title_wrapper[for="wide_id2"] .accord_row_right > .fa-angle-right,
  #wide_id3[type="checkbox"]:checked ~ .sp_accord_area .wide_areas .sp_accord_title_wrapper[for="wide_id3"] .accord_row_right > .fa-angle-right,
  #wide_id4[type="checkbox"]:checked ~ .sp_accord_area .wide_areas .sp_accord_title_wrapper[for="wide_id4"] .accord_row_right > .fa-angle-right,
  #wide_id5[type="checkbox"]:checked ~ .sp_accord_area .wide_areas .sp_accord_title_wrapper[for="wide_id5"] .accord_row_right > .fa-angle-right,
  #wide_id6[type="checkbox"]:checked ~ .sp_accord_area .wide_areas .sp_accord_title_wrapper[for="wide_id6"] .accord_row_right > .fa-angle-right,
  #wide_id7[type="checkbox"]:checked ~ .sp_accord_area .wide_areas .sp_accord_title_wrapper[for="wide_id7"] .accord_row_right > .fa-angle-right,
  #wide_id8[type="checkbox"]:checked ~ .sp_accord_area .wide_areas .sp_accord_title_wrapper[for="wide_id8"] .accord_row_right > .fa-angle-right {
    transform-origin: center;
    transform: rotate(90deg);
    transition: transform 0.1s linear;
  }

  #wide_id1[type="checkbox"] ~ .sp_accord_area .wide_areas .sp_accord_title_wrapper[for="wide_id1"] .accord_row_right > .fa-angle-right,
  #wide_id2[type="checkbox"] ~ .sp_accord_area .wide_areas .sp_accord_title_wrapper[for="wide_id2"] .accord_row_right > .fa-angle-right,
  #wide_id3[type="checkbox"] ~ .sp_accord_area .wide_areas .sp_accord_title_wrapper[for="wide_id3"] .accord_row_right > .fa-angle-right,
  #wide_id4[type="checkbox"] ~ .sp_accord_area .wide_areas .sp_accord_title_wrapper[for="wide_id4"] .accord_row_right > .fa-angle-right,
  #wide_id5[type="checkbox"] ~ .sp_accord_area .wide_areas .sp_accord_title_wrapper[for="wide_id5"] .accord_row_right > .fa-angle-right,
  #wide_id6[type="checkbox"] ~ .sp_accord_area .wide_areas .sp_accord_title_wrapper[for="wide_id6"] .accord_row_right > .fa-angle-right,
  #wide_id7[type="checkbox"] ~ .sp_accord_area .wide_areas .sp_accord_title_wrapper[for="wide_id7"] .accord_row_right > .fa-angle-right,
  #wide_id8[type="checkbox"] ~ .sp_accord_area .wide_areas .sp_accord_title_wrapper[for="wide_id8"] .accord_row_right > .fa-angle-right {
    transition: transform 0.1s linear;
  }

  .sp_accord_area ul.prefs li {
    height: 44px;
  }


  .sp_none {
    display: none;
  }

  .jobs_list_mg {
    margin: 0px;
  }

  .list_group.no_public {
    padding: 24px 8px;
  }

  .list_group.no_public .button_fixed_white,
  .list_group.no_public .button_fixed_blue {
    width: 154px;
  }

  .list_group_mg {
    margin: 0px;
  }

  .pc_job_title {
    margin: 12px 0 12px 0;
  }

  .pc_jobdetail_title {
    margin: 0;
    font-size: 17px;
    line-height: 1.3em;
    padding: 7px 0 5px 0;
  }

  .container {
    padding: 0;
    width: 100%;
  }

  .container_preview {
    padding: 0;
    width: 100%;
  }

  .left_wrap {
    width: 100%;
    margin: 0;
  }

  .right_wrap {
    width: 100%;
  }

  .job_offer_img {
    display: none;
  }

  .sp_img {
    align-items: center;
    background-color: #edf7ff;
    display: flex;
    justify-content: center;
    margin: 0 0 0 -10px;
    padding: 0;
    text-align: center;
    text-align: center;
    width: 100vw;
    position: relative;
  }

  .sp_img div {
    background-color: #fff;
    border: 2px solid #666;
    border-radius: 30px;
    color: #666;
    font-weight: bold;
    margin: 0;
    padding: 5px 50px;
    position: absolute;
    width: 80px;
  }

  *::-ms-backdrop, .sp_img div  {
    left: 50%;
    margin-left: -90px;
    margin-top: -20px;
  }

  .history_keep_list .sp_img {
    width: calc(100% + 20px);
  }

  .history_keep_list_disabled .sp_img {
    width: calc(100% + 20px);
  }

  .sp_job_sendmail_mg {
    margin-bottom:10px;
  }

  /* 求人一覧の画像サイズ */
  img.sp_pic_size {
    height: auto;
    width: 100vw;
  }

  .history_keep_list img.sp_pic_size {
    width: 100%;
  }

  .history_keep_list_disabled img.sp_pic_size {
    width: 100%;
  }

  dl.job_offer_list {
    border-spacing: 7px;
    text-align: left;
    width: 100%;
    margin-bottom: 8px;
  }

  /*　求人詳細　*/
  dl.job_offer_header {
    background-color: #fff;
    border: none;
    border-spacing: 0;
    padding: 0;
    width: 100%;
    margin: 0;
  }

  dl.job_offer_header dt {
    background-color: #fff;
    font-size: 15px;
    border: none;
    position: relative;
    border-right: none;
    padding-left: 10px;
    margin-bottom: 12px !important;
  }

  dl.job_offer_header dt:after {
    content: "";
    position: absolute;
    display: block;
    float: left;
    width: 4px;
    border-radius: 2px;
    height: 1.0em;
    background: #8ac4ff;
    margin-right: 5px;
    left: 0;
    top: 1px;
  }

  dl.job_offer_header dd {
    margin: 0px 0px 15px 0;
    padding: 0px;
    border: none;
    width: auto;
    width: calc(100% - 85px);
    font-size: 14px;
    line-height: 1.6em;
  }

  dl.job_offer_detail {
    background-color: #fff;
    border: none;
    border-spacing: 0;
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
  }

  dl.job_offer_detail dt {
    background-color: #fff;
    clear: left;
    float: left;
    font-size: 15px;
    width: 7.4em;
  }

  dl.job_offer_detail dd {
    margin: 0;
    font-size: 14px;
    line-height: 1.6em;
    padding: 0;
    margin-bottom: 12px;
    width: calc(100% - 10em);
  }

  dl.job_offer_detail .lightblue span {
    margin: 0 4px 5px 0;
  }

  /* 求人詳細 アコーディオン */
  .detailGradArea {
    position: relative;
  }

  .grad-item {
    position: relative;
    overflow: hidden;
  }

  .grad-item:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 50%,rgba(255,255,255,.9) 50%,#fff 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 50%,rgba(255,255,255,.9) 50%,#fff 100%);
    background: linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,.9) 50%,rgba(255,255,255,.9) 50%,#fff 100%);
    content: "";
    z-index: 3;
  }

  .grad-btn {
    z-index: 4;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    width: 174px;
    margin: auto;
    padding: 2px 0;
    border-radius: 4px;
    border: 1px solid #3295f9;
    background: #fff;
    color: #3295f9;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgba(0,87,175,.3);
  }

  .grad-btn:before {
    content: "もっと見る";
  }

  .grad-trigger {
    display: none; /*チェックボックスは常に非表示*/
  }
  .grad-trigger:checked ~ .grad-btn::before {
    content: "閉じる" ;/*チェックされていたら、文言を変更する*/
  }
  .grad-trigger:checked ~ .grad-item {
    height: auto !important; /*チェックされていたら、高さを戻す*/
  }
  .grad-trigger:checked ~ .grad-item::before {
    display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  }

  /* プレビュー画面 */
  .job_finished_content {
    padding: 14px 10px;
    margin: 0 -10px 10px -10px;
    border-radius: 0px;
  }

  .job_finished_container {
    min-width: 0%;
    display: block;
  }

  /* エリア・沿線検索のアコーディオン用 */
  .sp_accord_tab {
    border: none;
    border-spacing: 0;
    display: inline-table;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  .sp_accord_tab .tab_area {
    border-right: 1px solid #333;
    cursor: pointer;
    display: table-cell;
    margin: 0;
    padding: 0;
    width: 50%;
  }

  .sp_accord_tab .tab_subway {
    cursor: pointer;
    display: table-cell;
    margin: 0;
    padding: 0;
    width: 50%;
  }

  .sp_accord2 {
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 4px;
    list-style-type: none;
    font-size: 14px;
  }

  .sp_accord2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sp_accord2 li a.link {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #898989;
    display: block;
    padding: 12px 0 12px 30px; /* line-height: 21pxが変更したら再計算 */
  }

  .sp_accord2 li .lowermost {
    border-top: 1px solid #666;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-weight: normal;
    padding: 12px 0 12px 35px;
    text-align: left;
  }

  .sp_accord2 li .lowermost_disabled {
    border-top: 1px solid #666;
    color: #333;
    cursor: none;
    display: block;
    font-weight: normal;
    padding: 12px 0 12px 50px;
    pointer-events: none;
    text-align: left;
    text-decoration: none;
  }

  .sp_accord2 li .lowermost .left ,
  .sp_accord2 li .lowermost .left {
    display: inline-block;
    text-align: left;
    width: 80%;
  }

  .sp_accord2 .title2 .subtitle {
    color: #888888;
    font-size: 13px;
  }

  .sp_accord2 li .lowermost.title3 ,
  .sp_accord2 li .lowermost.title3 {
    padding-left: 50px;
  }

  .sp_accord2 li .lowermost .count ,
  .sp_accord2 li .lowermost .count {
    display: inline-block;
    text-align: right;
    padding-right: 2px;
    vertical-align: middle;
    width: 20%;
  }

  .sp_accord2 .title2 .right_area {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sp_accord2 li .lowermost .arrow_zone ,
  .sp_accord2 li .lowermost .arrow_zone {
    display: inline-block;
    flex-shrink: 0;
    width: 26px;
  }

  .sp_accord2 li .title2_lowermost {
    border-top: 1px solid #666;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 12px 0 12px 35px;
    text-align: left;
  }

  .sp_accord2 .title {
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #666;
    cursor: pointer;
    display: inline-table;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
  }

  .sp_accord2 .title2 {
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #666;
    box-sizing: border-box;
    cursor: auto;
    margin-bottom: 0;
    padding: 10px 0 10px 20px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .sp_accord2 .title .count,
  .sp_accord2 .title2 .count {
    cursor: auto;
    display: table-cell;
    padding: 0 2px 0 15px;
    text-align: right;
    vertical-align: middle;
  }

  .sp_accord2 .title_top {
    border-top: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .sp_accord2 .sp_accord_top i {
    vertical-align: middle;
  }

  .sp_accord_top_label {
    line-height: 16px;
  }

  .sp_accord_top table {
    margin: 9px 5px 5px 5px;
  }

  .sp_accord2 .title .left {
    display: table-cell;
    font-weight: bold;
    font-size: 12.6px;
    text-align: left;
    width: 80%;
  }

  .sp_accord2 .title2 .left {
    display: table-cell;
    font-weight: normal;
    padding: 0 0 0 15px;
    text-align: left;
  }

  .sp_accord2 .title .right,
  .sp_accord2 .title2 .right {
    cursor: auto;
    display: table-cell;
    flex-shrink: 0;
    text-align: center;
    padding: 0px;
    vertical-align: middle;
    width: 26px;
  }

  .sp_accord2 .title .tab {
    display: table-cell;
    padding-top: 10px;
    text-align: center;
    width: 100%;
  }

  .tab_area_list li label,
  .tab_area_list li i,
  .tab_subway_list li label,
  .tab_subway_list li i
   {
    vertical-align: middle;
  }

  .tab_area_list_none {
    display: none;
  }

  .tab_subway_list_none {
    display: none;
  }

  .backgray {
    background-color: #c5c5c5;
    border-bottom: 1px solid #333;
  }

  .right_wrap {
    float: none;
    text-align: left;
    width: auto;
  }

  .right_wrap ul {
    padding: 0 0 0 10px;
  }

  .right_wrap ul li {
    border-top: 1px solid #e4e9ee;
    margin-left: -10px;
    padding: 0 0 0 20px;
    min-height: 34px;
    line-height: 28px;
  }

  .right_wrap ul li:last-child {
    border-bottom: 1px solid #e4e9ee;
  }

  .right_wrap ul li.service_accord ul {
    padding-bottom: 0;
  }

  .right_wrap ul li.service_accord ul li {
    margin-left: -30px;
    padding-left: 50px;
  }

  .right_wrap ul li.service_accord ul li:last-child {
    border-bottom: none;
  }

  .right_wrap .title {
    background-color: #fff;
    border-bottom-left-radius: none;
    border-bottom-right-radius: none;
    border-collapse: none;
    border-spacing: auto;
    border-top: none;
    cursor: none;
    display: auto;
    font-size: 15px;
    height: 32px;
    margin: 10px 0;
    margin-bottom: auto;
    text-align: auto;
    width: 100%;
  }

  .right_wrap ul li input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-top: 6px;
    border: 1px solid #b5b5b6;
    border-radius: 4px;
  }

  .right_wrap ul li label {
    vertical-align: top;
    margin-top: 3px;
  }

  .right_wrap ul li label.checkbox_group {
    width: 100%;
    margin: 0;
    line-height: 28px;
  }

  .right_wrap ul li a,
  .right_wrap ul li span {
    float: right;
    width: 35px;
    height: 34px;
    border-left: 1px solid #e4e9ee;
    text-align: center;
    display: block;
  }

  .right_wrap ul li img.arrow {
    width: 17px;
    height: 12px;
    vertical-align: middle;
    padding-top: 10px;
  }

  .medical-filter-content-more {
    height: 180px;
  }

  .medical-filter-slide-down {
    height: auto;
  }

  .medical-filter-close-btn {
    padding-top: 25px;
  }

  /* キーワード検索の吹き出し */
  .balloon_keyword_container {
    cursor: pointer;
    position: relative;
    z-index: 4;
  }

  .balloon_keyword_none {
    display: none;
  }

  .balloon_keyword {
    background-color: #fff;
    border: solid 1px #555;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-top : 12px;
    padding: 0;
    position: absolute;
    right : -10%;
    top : 100%;
    width: 360px;
    z-index: 3;
  }

  .balloon_keyword:before {
    border: 6px solid transparent;
    border-bottom: 12px solid #fff;
    content: "";
    position: absolute;
    right: 10%;
    top: -17px;
    z-index: 2;
  }

  .balloon_keyword:after {
    border: 7px solid transparent;
    border-bottom: 14px solid #555;
    content: "";
    position: absolute;
    right: 9.6%;
    top: -21px;
    z-index: 1;
  }

  .balloon_keyword_top {
    background-color: #fff;
    background-color: #fff;
    border: solid 1px #555;
    border-radius: 4px;
    bottom : 130%;
    box-sizing: border-box;
    display: inline-block;
    margin-top : 12px;
    position: absolute;
    padding: 0;
    right : -9%;
    width: 360px;
    z-index: 3;
  }

  .balloon_keyword_top:before {
    border: 6px solid transparent;
    border-top: 12px solid #fff;
    bottom: -17px;
    content: "";
    position: absolute;
    right: 9.8%;
    z-index: 2;
  }

  .balloon_keyword_top:after {
    border: 7px solid transparent;
    border-top: 14px solid #555;
    bottom: -21px;
    content: "";
    position: absolute;
    right: 9.6%;
    z-index: 1;
  }

  .mail_send_msg {
    background-color: #edf7ff;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 12px 0; /* line-height: 21pxが変更したら再計算 */
    text-align: center;
    width: 100%;
  }

 .new_mail_msg {
    font-weight: bold;
    vertical-align: middle;
    font-size: 15px !important;
 }

  /* 履歴・キープ画面 */
  .history_keep {
    background-color: #3295f9;
    width: 100%;
  }
  .history_keep_header {
    padding: 10px 2%;
  }

  .history_keep_list,
  .history_keep_list_disabled {
    width: 97%;
  }

  .bg_color_b {
    background-color: #3295f9;
    border-color: #3295f9;
  }

  .color_b {
    color: #3295f9;
  }

  .color_w {
    color: #fff;
  }

  /* 個人情報保護方針 */
  div.sentence_box {
    background-color: #fff;
    border: none;
    border-collapse: none;
    border-radius: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  div.sentence_box_item {
    margin: 10px 0 30px 0;
  }

  div.sentence_box div.enclosure div {
    margin: 0 0 10px 0;
  }

  /* サイトマップ画面用 */
  .site_map_box {
    background-color: #fff;
    border: none;
    border-collapse: none;
    border-radius: none;
    /*border-spacing: 0;*/
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .site_map_pref {
    background-color: #d7f0ff;
    border-radius: 4px;
    margin: 5px 0 5px 5px;
    padding: 7px 0 7px 5px; /* line-height: 21pxが変更したら再計算 */
    width: 45%;
  }

  .site_map_pref_disabled {
    background-color: #d7f0ff;
    border-radius: 4px;
    margin: 5px 0 5px 5px;
    padding: 7px 0 7px 5px;
    width: 45%;
  }

  .site_map_pref_disabled.button_gray {
    background-color: #c5c5c5;
    border-radius: 4px;
    color: #fff;
    margin: 5px 0 5px 5px;
    padding: 7px 0 7px 5px; /* line-height: 21pxが変更したら再計算 */
    width: 45%;
  }

  .site_map_other {
    background-color: #d7f0ff;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 5px;
    padding: 7px 0 7px 5px; /* line-height: 21pxが変更したら再計算 */
    width: 95%;
  }

  /* 入職応援金申請ページ */
  #congratulatory_money_request_form h1 {
    margin: 0;
  }
  div.congratulatory_title {
    margin-left: 10px;
  }

  /* 入職応援金申請完了 */
  div.complete_box {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  div.complete_box_item {
    margin: 10px 0 30px 0;
  }

  /* C_再応募画面 */
  .c_hr {
    height: 3px;
  }

  .c_input_sp {
    width: 80%;
  }

  .c_input {
    border: 1px solid #3295f9;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.5) inset;
    box-sizing: border-box;
    height: 44px;
    padding: 0 10px;
    margin: 50px 0 0 0;
  }

  .c_sp_head {
    background-color: #fff;
    display: inline-block;
    width: 100%;
  }

  .c_title {
    background-color: #3295f9;
    border: none;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    padding: 10px;
    text-align: left;
    width: 100%;
  }

  .c_enclosure1 {
    border: none;
    border-collapse: separate;
    border-radius: none;
    border-spacing: 0;
    width: 100%;
  }

  .c_enclosure2 {
    margin: 0;
    padding: 10px;
    width: 100%;
  }

  .c_input_container {
    background-color: #d7f0ff;
    box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.5) inset;
    margin: 0 0 50px 0;
    margin-left: -16px;  /* sp_main2のmarginが変更した場合、合わせて変更する */
    margin-right: -16px; /* sp_main2のmarginが変更した場合、合わせて変更する */
    width: 100%;
  }

  .c_msg_normal {
    color: #333;
    font-weight: bold;
    text-align: left;
  }

  .c_info_msg {
    padding-bottom: 30px;
    width: 80%;
  }

  .c_info_msg2 {
    padding-bottom: 30px;
    width: 100%;
  }

  .c_sp_img_size {
    display: inline-block;
    height: auto;
    max-height: 40px;
    width: auto;
  }

  .c_button_variable {
    background: -webkit-gradient(linear, left bottom, left top, from(#003), color-stop(.5, #009), to(#009));
    border: 1px solid #009;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    padding: 0 20px;
  }

  .c_button_variable:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#003), color-stop(.5, #003), to(#003));
  }

  *::-ms-backdrop, .c_button_variable {
    background: #009;
    border: 1px solid #009;
  }

  *::-ms-backdrop, .c_button_variable:hover {
    background: #003;
    border: 1px solid #003;
  }

  table.table_edit {
    width: 95%;
  }

  td.dleft, td.dleft_top {
    background-color: #3295f9;
    color: #fff;
    font-weight: bold;
    padding: 5px 5px 5px 8px;
    text-align: left;
    width: 70px;
  }

  /* ボタンのスティッキー表示用 */
  .sticky_button {
    background-color: rgba(137, 137, 137, .9);
    bottom: -100px;
    height: 80px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
  }

  .sticky_button.s-h110 {
    height: 110px;
  }

  .sticky_button .applied_area{
    height: 42px;
    padding: 0 8px;
  }

  .sp_sticky_search {
    background-color: rgba(137, 137, 137, .9);
    bottom: -100px;
    color: #fff;
    height: 80px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
  }

  .jobdetail_gmap_none {
    display: none;
  }

  .jobdetail_gmap {
    box-sizing: border-box;
    height: 300px;
    padding: 0;
    width: 100%;
  }

  footer.main_nav {
    font-size: 14px;
    line-height: 1.6em;
  }

  .jobs_list_mg h2 {
    font-size: 16px;
  }
  .pc_none.list_group + h2 {
    font-size: 18px;
  }

  .job_name_label {
    display: flex;
    flex-flow: column;
    font-size: 16px;
    gap: 6px;
  }

  .job_name_label span,
  .employment_name {
    padding-left: 0;
  }

  #alike_jobs_list_sp .job_name_label {
    padding: 0 0 12px 0;
  }

  div.sentence_box {
    font-size: 13px;
    line-height: 1.5em;
  }

  .about_aplic_tap_area {
    margin: 15px auto 0 auto;
    font-size: 14px;
    text-align: center;
  }

  .about_aplic_open {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #3295F9;
  }

  .about_aplic_open span {
    display: block;
    line-height: 14px;
  }

  .about_aplic_open+i {
    display: block;
    float: left;
    font-size: 20px;
    line-height: 1.2em;
  }

  .about_aplic_accord {
    display: none;
    width: calc(100% - 24px);
    border: 1px solid #333;
    border-radius: 4px;
    padding: 15px 10px;
    text-align: left;
  }

  #about_aplic_area_sp_above:checked ~ .about_aplic_accord,
  #about_aplic_area_sp_below:checked ~ .about_aplic_accord {
    display: block;
  }

  #about_aplic_area_sp_above + .about_aplic_tap_area .about_aplic_open > .fa-angle-right,
  #about_aplic_area_sp_below + .about_aplic_tap_area .about_aplic_open > .fa-angle-right {
    transition: transform 0.1s ease-in-out;
  }

  #about_aplic_area_sp_above:checked + .about_aplic_tap_area .about_aplic_open > .fa-angle-right,
  #about_aplic_area_sp_below:checked + .about_aplic_tap_area .about_aplic_open > .fa-angle-right {
    transform-origin: center;
    transform: rotate(90deg);
    transition: transform 0.1s ease-in-out;
  }

  .about_aplic_accord ul {
    list-style-type: disc;
    padding-left: 15px;
    margin-bottom: 12px;
  }

  .about_aplic_accord ul li {
    font-size: 13px;
    line-height: 1.6em;
  }

  #lead-to-scout {
    margin-left: 10px;
    margin-right: 10px;
  }

  .applied_speech_bubble {
    width: 100%;
    margin-bottom: 4px;
    margin-left: 0px;
    height: auto;
    object-fit: contain;
    display: none;
  }

  .sp_applied_speech_bubble {
    display: none;
  }

  .applied_speech_bubble.s-mtn4 {
    margin-top: -4px;
  }
}
/* スマホのみに適用するCSS END--------------------------------------------*/
@media only screen and (max-width: 480px){
  .list_group button.button_fixed_white,
  .history_keep_list button.button_fixed_white {
    padding-left: 0px;
    padding-right: 0px;
  }

  #append_alike_job.jobs_list_mg button.button_variable_blue,
  #alike_jobs_list_sp button.button_variable_blue{
    width: 57%;
    font-size: 90%;
  }

  #append_alike_job.jobs_list_mg button.button_variable_white,
  #alike_jobs_list_sp button.button_variable_white {
    width:41%;
    font-size: 90%;
  }

  #append_alike_job.jobs_list_mg button.button_variable_white .keep_btn_text_wrapper span,
  #alike_jobs_list_sp button.button_variable_white .keep_btn_text_wrapper span {
    font-size: inherit;
    line-height: 17px;
  }

  #append_alike_job.jobs_list_mg button.button_variable_white .icon_color_b,
  #append_alike_job.jobs_list_mg button.button_variable_blue .icon_color_w,
  #alike_jobs_list_sp button.button_variable_white .icon_color_b,
  #alike_jobs_list_sp button.button_variable_blue .icon_color_w{
    font-size: 4.6vw;
  }
}

@media only screen and ( max-width: 435px )
{
  dl.job_offer_list dt {
    font-size: 14px;
    line-height: 1.5em;
    width: 4em;
  }

  dl.job_offer_list dd {
    font-size: 14px;
    line-height: 1.5em;
    width: calc(100% - 6em);
    padding-left: 0;
  }

  dl.job_offer_header dt {
    padding: 0 !important;
    padding-left: 10px !important;
    margin-top: 1px !important;
    margin-right: 12px !important;
    width: 4em;
    font-size: 14px;
    float: left;
    border: none;
  }

  dl.job_offer_header dd {
    width: calc(100% - 7em);
    padding-left: 5px;
    padding-bottom: 0px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  dl.job_offer_header dd .fas.fa-map-marker-alt.icon_color_b {
    display: none;
  }

  dl.job_offer_header dd .fas.fa-subway.icon_color_b {
    display: none;
  }

  dl.job_offer_header dd .description {
    margin: 0;
    padding-left: 0;
  }

  dl.job_offer_header dd:last-child {
    margin-bottom: 30px;
  }

  dl.job_offer_detail {
    background-color: transparent;
    border: none;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  dl.job_offer_detail .border_dashed_top,
  dl.job_offer_detail .border_dashed {
    border: none;
  }

  dl.job_offer_detail dt {
    padding: 0;
    padding-left: 10px;
    margin-right: 12px;
    width: 4em;
    font-size: 14px;
    clear: left;
    float: left !important;
    border: none;
    line-height: 1.3em;
  }

  dl.job_offer_detail dt:after {
    content: "";
    position: absolute;
    display: block;
    float: left;
    width: 4px;
    border-radius: 2px;
    height: 1.0em;
    background: #8ac4ff;
    margin-right: 5px;
    left: 0;
    top: 1px;
  }

  dl.job_offer_detail dd {
    padding-left: 10px;
    padding-bottom: 0px;
    margin-top: 0;
    margin-bottom: 10px;
    width: calc(100% - 7em);
  }

  dl.job_offer_detail .fas.fa-map-marker-alt.icon_color_b,
  dl.job_offer_detail .fas.fa-subway.icon_color_b
  {
    display: none;
  }

  .job_offer_detail .description {
    margin: 0 !important;
    padding-left: 0 !important;
  }

  .job_offer_detail #access > dd > div.pc_none > button {
    width: calc(100vw - 20px);
    margin-left: -6em;
    margin-bottom: 15px;
  }

  .job_offer_detail #sp_jobdetail_gmap,
  .job_offer_detail .open_street_map.sp {
    width: calc(100vw - 20px);
    margin-left: -6.4em;
  }
}

/* スマホ(375px以下)のみに適用するCSS START------------------------------------------*/
@media only screen and ( max-width: 375px )
{
  dl.job_offer_list dd {
    width: calc(100% - 6em);
  }
  .sp_sticky_area{
    margin: 16px 12px;
  }
}
@media only screen and ( max-width: 360px )
{
  .balloon_keyword {
    background-color: #fff;
    border: solid 1px #555;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-top : 12px;
    padding: 0;
    position: absolute;
    right : 0%;
    top : 100%;
    width: 300px;
    z-index: 3;
  }

  .balloon_keyword_top {
    background-color: #fff;
    border: solid 1px #555;
    border-radius: 4px;
    bottom : 130%;
    box-sizing: border-box;
    display: inline-block;
    margin-top : 12px;
    position: absolute;
    padding: 0;
    right : -8%;
    width: 300px;
    z-index: 3;
  }

  /* 幅指定のボタン(青) */
  .button_fixed_blue {
    width: 130px;
    font-size: 4.5vw;
    font-size: 90%;
  }

  /* 幅指定のボタン(白) */
  .button_fixed_white {
    width: 130px;
    font-size: 4.5vw;
    font-size: 90%;
  }

  /* 幅指定のボタン(オレンジ) */
  .button_fixed_orange {
    width: 130px;
    font-size: 4.5vw;
    font-size: 90%;
  }

  /* 幅指定のボタン(グレー) */
  .button_fixed_gray {
    width: 130px;
    font-size: 4.5vw;
    font-size: 90%;
  }

  .list_group .button_fixed_blue_wide{
    font-size: 4.5vw;
    font-size: 90%;
  }

  .jobs_list_mg .button_fixed_orange,
  .jobs_list_mg .button_fixed_white,
  .jobs_list_mg .button_variable_blue,
  .jobs_list_mg .button_variable_white,
  .btnarea .button_fixed_white,
  .btnarea .button_fixed_blue,
  #alike_jobs_list_sp .button_variable_blue,
  #alike_jobs_list_sp .button_variable_white {
    font-size: 4.6vw;
    padding-left: 1px;
    padding-right: 1px;
  }

  #alike_jobs_list_sp .button_variable_white {
    font-size: 88%;
  }

  .balloon_keyword_container .button_fixed_blue_wide .icon_color_w,
  .button_fixed_blue_wide .fa-map.icon_color_w,
  .fa-file-alt.icon_color_w,
  .fa-star.icon_color_b,
  .fa-star.icon_color_y,
  .fa-edit.icon_color_w {
    font-size: 5.3vw;
  }

  .jobs_list_mg .icon_color_w,
  .jobs_list_mg .icon_color_b,
  .btnarea .icon_color_w,
  .btnarea .icon_color_b {
    font-size: 5.0vw;
  }

  .sp_button_container th:nth-child(1){
    padding-left: 0;
  }
  .sp_button_container th:nth-child(2){
    padding-left: 0;
    padding-right: 0;
  }
  .sp_button_container th:nth-child(3){
    padding-right: 0;
  }

  table.sp_button_container .job_number {
    display: table-cell;
    font-size: 13px;
  }

  .balloon_keyword_container .fa-search.icon_color_w{
    font-size: 4.3vw;
  }
  .about_aplic_open + i {
    line-height: 1.5em;
  }

  #append_alike_job div.pc_none.list_group tr > th > button{
    font-size: 15px;
  }

  #append_alike_job div.pc_none.list_group .fa-map{
  font-size: 20px;
  }

  #append_alike_job div.pc_none.list_group .fa-search{
   font-size: 16px;
  }
}
/* スマホ(375px以下)のみに適用するCSS END--------------------------------------------*/

@media print, screen and ( min-width: 769px ){
  .sp-pagenation {
    display: none;
  }

  #pagenation-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
  }

  #previous-page-button,
  #next-page-button,
  #current-page,
  #number-of-page-button,
  .separator-of-page {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    height: 35px;
    justify-content: center;
    text-align: center;
  }

  #previous-page-button,
  #next-page-button {
    background-color: #fff;
    border: 1px solid #898989;
    box-shadow: 1px 1px 1px rgba(159,159,159,0.6);
    color: #3295f9;
    width: 46px;
  }

  #previous-page-button {
    margin: 0 3px 0 3px;
  }

  #next-page-button {
    margin: 0 0 0 3px;
  }

  #current-page {
    background-color: #d7f0ff;
    color: #333;
    font-size: 13px;
    margin: 2px 3px 0 3px;
    width: 38px;
  }

  #number-of-page-button {
    background-color: #fff;
    border: 1px solid #898989;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(159,159,159,0.6);
    color: #3295f9;
    font-size: 13px;
    margin: 0 3px 0 3px;
    width: 38px;
  }

  .separator-of-page {
    background-color: #fff;
    font-size: 13px;
    margin: 0 3px 0 3px;
  }
}

@media print, screen and ( max-width: 768px ){
  .pc-pagenation {
    display: none;
  }

  #pagenation-container {
    display: flex;
    justify-content: center;
    margin: 10px 0;
  }

  #previous-page-button,
  #next-page-button,
  #current-page,
  #number-of-page-button {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 35px;
    justify-content: center;
    text-align: center;
  }

  #previous-page-button,
  #next-page-button {
    background-color: #fff;
    border: 1px solid #898989;
    box-shadow: 1px 1px 1px rgba(159,159,159,0.6);
    color: #3295f9;
    font-size: 12px;
    width: 46px;
  }

  #previous-page-button {
    margin: 0 18px 0 3px;
  }

  #next-page-button {
    margin: 0 0 0 18px;
  }

  #current-page {
    background-color: #d7f0ff;
    color: #333;
    font-size: 11px;
    margin: 2px 3px 0 3px;
    width: 35px;
  }

  #number-of-page-button {
    background-color: #fff;
    border: 1px solid #898989;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(159,159,159,0.6);
    color: #3295f9;
    font-size: 11px;
    margin: 0 3px 0 3px;
    width: 35px;
  }
}

@media print, screen and ( max-width: 375px ){
  #previous-page-button {
    margin: 0 9px 0 3px;
  }

  #next-page-button {
    margin: 0 0 0 9px;
  }
}

.tooltip-launcher {
  cursor: pointer;
}

.tooltip-container {
  display: none;
  background-color: #fff !important;
  border-radius: 10px 10px;
  border: 6px solid #ffc000;
  margin: 5px;
  min-height: 150px;
}

.tooltip-left {
/*  background-color: #0000ff; */
  flex-grow: 1;
  margin: 10px 0 10px 10px;
}

.tooltip-right {
/*  background-color: #00ff00; */
  margin: 0 0 10px 0;
  text-align: center;
  width: 40px;
}

.tooltip-closer {
  color: #f00;
  cursor: pointer;
  font-size: 36px;
  font-weight: bold;
}

.tooltip-launcher {
  vertical-align:top;
  position:relative;
  top:-4px;
  right:-4px;
}

.tooltip-circle1 {
  color:#3d558a;
  font-size:32px;
}

.tooltip-circle2 {
  color:#fff;
  font-size:20px;
}

.tooltip-question-circle {
  color:#ffc000;
  font-size:26px;
}

.tooltip-times {
  color:#c00;
  font-size:32px;
}

#salary_detail {
  display: table-row;
}

.salary_left {
  border-top: solid 2px #666;
}

.salary_container .salary_subtitle_container {
  display: flex;
}

.salary_subtitle_container .salary_subtitle_title {
  background-color: #d7f0ff;
  color: #666;
  font-weight: bold;
  padding: 5px 5px 5px 8px;
  display: flex;
  align-items: center;
  width: 157px;
}

.salary_subtitle_container .salary_subtitle_input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 10px);
}

.salary_container .salary_info_container {
  display: flex;
  border-top: solid 1px #898989;
}

.salary_info_container .salary_info_title {
  background-color: #d7f0ff;
  color: #666;
  font-weight: bold;
  padding: 5px 5px 5px 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 158px;
}

.salary_subtitle_input .subtitle_input {
  margin: 5px 5px;
}

.salary_info_container .salary_info_input {
  width: 100%;
}

.salary_info_input .salary_info_row {
  display: flex;
}

.salary_info_input .item_name {
  display: flex;
  align-items: center;
  width: 120px;
}

.salary_info_input .salary_info_top {
  padding: 5px 5px;
}

.salary_info_input .salary_info_medium {
  padding: 5px 5px;
}

.salary_info_input .salary_info_bottom {
  border-top: dashed 1px #898989;
  padding: 5px 5px;
}

.salary_detail .error {
  padding: 0 5px;
}

#main-tbl {
  border-right: 0 !important;
  border-left: 0 !important;
}

#main-tbl td.dleft {
  border-left: 1px solid #666 !important;
}

#main-tbl td.dright {
  border-right: 1px solid #666 !important;
}

#main-tbl td.dleft_top {
  border-left: 1px solid #666 !important;
}

#main-tbl td.dright_top {
  border-right: 1px solid #666 !important;
}

#main-tbl .tbl-wspace-base {
  display: none;
}

#main-tbl .tbl-wspace {
  border-top: 1px solid #666;
  height: 420px;
}

#main-tbl .access .chosen-container .chosen-results {
  max-height: 400px !important;
}

/*  求人編集画面 資格入力エリア  */
.qualification_input_area {
  display: flex;
  gap: 15px;
  align-items:stretch;
  min-height: 60px;
}

.qualification_title {
  background-color: #d7f0ff;
  padding: 10px 5px 10px 8px;
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  justify-content: space-around;
  width: 160px;
  gap: 10px;
}

.qualification_input_area .qualification_select,
.qualification_input_area .qualification_input  {
  width: 30%;
  padding: 10px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.qualification_input_area .error_message {
  display: block;
  line-height: 30px;
}

.supprted {
  background-color: #c5c5c5 !important;
  border-top: #000 solid 1px !important;
  position: relative;
}

.supprted::before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.error-tooltip {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

/* ツールチップアイコン */
.error-tooltip-icon {
  position: relative;
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  vertical-align: middle;
  color: white;
  border: 5px double;
  background: #E83828;
  border-radius: 100%;
}

/* ツールチップハテナマーク */
.error-tooltip-icon::before {
  position: absolute;
  display: inline-block;
  left: 55%;
  top: 50%;
  transform: translate(-55%, -50%) scale(0.6);
  content: '?';
  color: white;
  font-size: 130%;
  font-weight: normal;
}

.checkbox-click {
  display: none;
}

/* ツールチップ内 */
.error-tooltip-inside {
  display:none;
  position: absolute;
  width: max-content;
  margin-top: 25px;
  left: -70px;
  background: white;
  color: #333333;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

label:has(input:checked) + div > .error-tooltip-inside {
  display:block;
}

/* 吹き出しのしっぽ */
.error-tooltip-inside::after {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  left: 59px;
  top: -6px;
  transform: rotateZ(45deg) translateX(-50%);
  transform-origin: left;
  content: ' ';
  background: white;
}

.error-tooltip-inside p {
  text-align: left;
  line-height: 18px;
  font-size: 11px;
  margin: 0 15px;
}

.error-tooltip-inside hr {
  background-color: #9b9b9b;
  border: none;
  height: 0.5px;
}

/* ツールチップ見出し */
.error-tooltip-headline {
  display: flex;
  -webkit-justify-content: center;
  justify-content: left;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
}

.error-tooltip-headline p {
  font-size: 13px;
  margin-left: 6px;
}

/*推奨環境 アコーディオン */
.accordion-001 {
  max-width: 706px;
  margin-bottom: 20px;
  border: 2px solid #3295F9;
  border-radius: 5px;
}

.accordion-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 1em;
  font-weight: 600;
  cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
  display: none;
}

.accordion-001 summary::after {
  transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  border-bottom: 3px solid #3295F9;
  border-right: 3px solid #3295F9;
  content: '';
  transition: transform .3s;
}

.accordion-001[open] summary::after {
  transform: rotate(45deg);
}

.accordion-001 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 2em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
  transform: none;
  opacity: 1;
  width: 653px;
}


/*　FAQ(以下田中追加）  */

.faq-body {
  margin: 15px 0 0 0;
}

.faq-header {
  height: 41px;
  border-bottom: 3px;
  box-shadow: #00000029 0 10px 10px -5px;
  width: 100%;
}

.faq-title {
  color: #123d83;
  font-size: 23px;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.faq-logo {
  position: absolute;
  margin-left: 15px;
  width: 165px;
}


/* カテゴリアコーディオン */

.faq-category {
  background-color: #f4f9ff;
  border: 1px solid #123d83;
  left: 50%;
  margin-top: -230px;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);

  z-index: 2;
}

.faq-category::before,
.faq-category::after {
  position: absolute;
}

.faqgrad-btn {
  background: #123d83;
  border-radius: 2px;
  bottom: 1em;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  height: 25px;
  left: 0;
  margin: auto;
  padding: 1.5px 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: .2s ease;
  width: 120px;
  z-index: 4;
}

.faqgrad-btn::after {
  content: "開く ▼";
}

.faqgrad-btn:hover {
  background: #fff;
  color: #123d83;
}

.faqgrad-item {
  height: 200px; /*隠した状態の高さ*/
  overflow: hidden;
  position: relative;
}

.faqgrad-item::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 50px; /*グラデーションで隠す高さ*/
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.faqgrad-trigger {
  display: none;
}
.faqgrad-trigger:checked ~ .faqgrad-btn {
  bottom: 1em;
}

.faqgrad-trigger:checked ~ .faqgrad-btn::after {
  content: "閉じる ▲";
}

.faqgrad-trigger:checked ~ .faqgrad-item {
  height: auto;
  margin-bottom: 60px;
}
.faqgrad-trigger:checked ~ .faqgrad-item::before {
  display: none;
}


/* カテゴリアコーディオン内 */

.faq-h1 {
  color: #123d83;
  font-size: 21px;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  text-align: center;
}

.menuicon {
  margin-right: 10px;
}

.faq-accordion {
  border-bottom: 2px solid #123d83;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 600px;
  position: relative;
}

.faq-accordion summary {
  align-items: center;
  color: #123d83;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  justify-content: space-between;
  padding: .5em .5em;
  position: relative;
}

.faq-accordion summary::-webkit-details-marker {
  display: none;
}

.faq-accordion summary::after {
  border-bottom: 3px solid #123d83;
  border-right: 3px solid #123d83;
  content: '';
  height: 7px;
  margin-left: 10px;
  transition: transform .3s;
  transform: translateY(-25%) rotate(-45deg);
  width: 7px;
}

.faq-accordion[open] summary::after {
  transform: rotate(45deg);
}

.faq-accordion p {
  margin: 5px;
  opacity: 0;
  padding: .3em 2em .1em;
  text-decoration:underline;
  transition: transform .5s, opacity .5s;
  transform: translateY(-10px);
}

.faq-accordion[open] p {
  opacity: 1;
  transform: none;
}

.link-box {
  margin-bottom: 10px;
}

.link-box a:link {
  color: #3295f9;
}

.link-box a:visited {
  color: #681da8;
}

.link-box a:hover {
  color: #edaa0d;
}


/* 続きを読む */

.faq-open {
  position: relative;
}

.faqgrad-btn2 {
  background: #123d83;
  border-radius: 2px;
  bottom: 1em;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  height: 25px;
  left: 0;
  margin: auto;
  padding: 1.5px 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: .2s ease;
  width: 120px;
  z-index: 3;
}

.faqgrad-btn2::after {
  content: "続きを読む ▼";
}

.faqgrad-btn2:hover {
  background: #fff;
  color: #123d83;
}

.faqgrad-trigger:checked ~ .faqgrad-btn2 {
  bottom: 1em;
}

.faqgrad-trigger:checked ~ .faqgrad-btn2::after {
  content: "閉じる ▲";
}

.faqgrad-item2 {
  height: 160px;
  overflow: hidden;
  position: relative;
}

.faqgrad-item2::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 60px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.faqgrad-trigger:checked ~ .faqgrad-item2 {
  height: auto;
  margin-bottom: 60px;
}

.faqgrad-trigger:checked ~ .faqgrad-item2::before {
  display: none;
}


/* 質問項目 */

.faq-zoze {
  margin: 0 auto;
  margin-top: 265px;
  max-width: 1050px;
  position: relative;
}

.bigcategory {
  margin-top: 50px;
}

.faq-h3 {
  color: #123d83;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.faq-hr {
  border: 2px solid #123d83;
}

.question {
  background-color: #f2f2f2;
  border-left: 8px solid #123d83;
  box-shadow: #00000033 0 8px 10px -7px;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1000px;
  padding: .3em .7em;
}

.anser {
  color: #333;
  display: flex;
  font-size: 13px;
  gap: 0 7px;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1000px;
  font-weight: 600;
}

.anser-icon {
  margin-top: 3px;
}

.faq-p {
  font-size: 13px;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 950px;
}

.faq-p2 {
  margin-top: 0;
}

.procedure-tip {
  display: flex;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 950px;
}

.procedure-tip2 {
  display: flex;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 10px;
  max-width: 950px;
}

.procedure-tip3 {
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 950px;
}

.procedure-tip4 p {
  display: flex;
  margin-bottom: 100px;
  margin-top: 20px;
  max-width: 950px;
}

.procedure1,
.procedure2,
.procedure3,
.procedure4,
.procedure5 {
  background: #3295f9;
  border-radius: 100%;
  color: white;
  display: inline-block;
  height: 17px;
  margin-top: 10px;
  position: absolute;
  vertical-align: middle;
  width: 17px;
}

.procedure1::before {
  content: '1';
  display: inline-block;
  font-size: 120%;
  font-weight: normal;
  left: 55%;
  position: absolute;
  top: 50%;
  transform: translate(-55%, -50%) scale(.6);
}

.procedure2::before {
  content: '2';
  display: inline-block;
  font-size: 120%;
  font-weight: normal;
  left: 55%;
  position: absolute;
  top: 50%;
  transform: translate(-55%, -50%) scale(.6);
}

.procedure3::before {
  content: '3';
  display: inline-block;
  font-size: 120%;
  font-weight: normal;
  left: 55%;
  position: absolute;
  top: 50%;
  transform: translate(-55%, -50%) scale(.6);
}

.procedure4::before {
  content: '4';
  display: inline-block;
  font-size: 120%;
  font-weight: normal;
  left: 55%;
  position: absolute;
  top: 50%;
  transform: translate(-55%, -50%) scale(.6);
}

.procedure5::before {
  content: '5';
  display: inline-block;
  font-size: 120%;
  font-weight: normal;
  left: 55%;
  position: absolute;
  top: 50%;
  transform: translate(-55%, -50%) scale(.6);
}

.procedure-text {
  font-size: 13px;
  margin-left: 25px;
  margin-top: 6px;
}

.hikakinsinsei-45 {
  display: flex;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 950px;
}

.link-color {
  color: #3295f9;
  text-decoration:underline;
}


/*モーダル表示*/

.modal-wrap {
  display: inline-block;
}

.modal-wrap input {
  display: none;
}

.modal-close-label,
.modal-open-label {
  cursor: pointer;
}

.modal-open-label {
  display: flex;
}

.modal-open-label-img {
  height: 306px;
  margin: 0 auto;
  margin-left: 50px;
  margin-top: 10px;
  max-width: 950px;
  width: 500px;
}

.modal-open-label-img2 {
  height: 697px;
  margin: 0 auto;
  margin-left: 50px;
  margin-top: 10px;
  max-width: 950px;
  width: 500px;
}

.modal-open-label-img3 {
  height: 269px;
  margin: 0 auto;
  margin-left: 50px;
  margin-top: 10px;
  max-width: 950px;
  width: 500px;
}

.modal-open-label-img4 {
  height: 299px;
  margin: 0 auto;
  margin-left: 50px;
  margin-top: 10px;
  max-width: 950px;
  width: 500px;
}

.modal-icon {
  margin-top: 300px;
}

.modal-icon2 {
  margin-top: 685px;
}

.modal-icon3 {
  margin-left: 5px;
  margin-top: 270px;
}

.modal-icon4 {
  margin-top: 305px;
}

.modal-icon5 {
  margin-left: 5px;
  margin-top: 295px;
}

.modal-icon6 {
  margin-top: 300px;
}

.modal-picture {
  float: left;
  margin-left: 6%;
  max-width: 90%;
}

.modal-picture2 {
  float: left;
  margin-left: 21%;
  max-width: 57%;
}

.modal {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.modal-open-input:checked + label + input + .modal {
  animation: modal-animation .6s;
  display: block;
}

.modal-content-wrap {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  z-index: 2;
}

.modal-content-wrap2 {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  z-index: 2;
}

.modal-close-label {
  color: #fff;
  display: inline-block;
  font-size: 2em;
  padding-left: 1%;
  padding-top: 54%;
}

.modal-close-label2 {
  color: #fff;
  display: inline-block;
  font-size: 2em;
  padding-left: 1%;
  padding-top: 77%;
}

.modal-close-label3 {
  color: #fff;
  display: inline-block;
  font-size: 2em;
  padding-left: 1%;
  padding-top: 47%;
}

.modal-close-label4 {
  color: #fff;
  display: inline-block;
  font-size: 2em;
  padding-left: 1%;
  padding-top: 53%;
}

.modal-close-label5 {
  color: #fff;
  display: inline-block;
  font-size: 2em;
  padding-left: 1%;
  padding-top: 56%;
}

.modal-background {
  background-color: rgba(0, 0, 0, .45);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.modal-group {
  position: fixed;
}

.faq-text1 {
  margin: 0 auto;
  margin-top: 20px;
}

@keyframes modal-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (min-width: 1080px) {

  .faq-category {
    width: 1050px;
  }

}

@media only screen and (max-width: 1080px) {

  .bigcategory {
    margin-left: 20px;
    margin-right: 20px;
  }

  .modal-open-label-img {
    margin: 0 auto;
    margin-top: 10px;
    max-width: 950px;
  }

  .modal-open-label-img2 {
    margin: 0 auto;
    margin-top: 10px;
    max-width: 950px;
  }

  .modal-open-label-img3 {
    margin: 0 auto;
    margin-top: 10px;
    max-width: 950px;
  }

  .modal-open-label-img4 {
    margin: 0 auto;
    margin-top: 10px;
    max-width: 950px;
  }

  .faq-category {
    width: 95%;
  }

  .faq-p {
    margin-left: 27px;
  }

  .procedure-tip,
  .procedure-tip3 {
    margin-left: 25px;
  }

  .procedure-tip2 {
    margin-left: 30px;
  }

  .faq-accordion {
    width: 90%;
  }

}

@media only screen and (max-width: 970px) {

  .modal-picture {
    height: auto;
    max-width: 90%;
    width: auto;
  }

}

@media only screen and (max-width: 760px)  {

  .modal-content-wrap {
    width: 100%;
  }

  .modal-picture {
    height: auto;
    margin-left: 6%;
    max-width: 90%;
    width: auto;
  }

  .modal-close-label,
  .modal-close-label3,
  .modal-close-label4,
  .modal-close-label5 {
    font-size: 1em;
  }

  .modal-close-label2 {
    font-size: 1em;
  }

}


@media only screen and (max-width: 768px) {

  .faq-body {
    margin: 0;
  }

  .faq-header {
    height: 33px;
  }

  .faq-spheader {
    padding: 0;
  }

  .faq-zoze {
    margin-top: 260px;
  }

  .modal-content-wrap2 {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 2;
  }

  .modal-picture2 {
    margin-left: 5%;
    max-width: 90%;
  }

  .modal-close-label2 {
    font-size: 1em;
    padding-top: 120%;
  }

  .faq-h1 {
    font-size: 17px;
  }

  .question {
    font-size: 13px;
    margin-top: 20px;
  }

  .faq-h3 {
    color: #123d83;
    font-size: 16px;
    margin-bottom: 6px;
  }

  .anser {
    font-size: 12px;
    margin-top: 20px;
  }

  .preview_question {
    display: inline-block;
    height: 44px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ff7600;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);
    color: #ff7600;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
  }

  .preview_question:hover {
    background-color: #ff8d24;
    border-color: #ff8d24;
    color: #fff;
  }

  .preview_question.w62per {
    width: 62%;
  }

  .preview_question_icon {
    display: inline-block;
    fill: #ff7600;
    padding-right: 10px;
    position: relative;
    top: 3px;
  }

  .preview_question:hover .preview_question_icon {
    fill: #fff;
  }

  .keep_margin {
    margin-top: 10px !important;
  }
}

@media only screen and (max-width: 768px) and (min-width: 520px) {

  .faq-title {
  font-size: 20px;
  margin-top: 10px;
  }

  .faq-logo {
    width : 120px;
  }

}

@media only screen and (max-width: 570px)  {

  .modal-open-label-img,
  .modal-open-label-img2,
  .modal-open-label-img3,
  .modal-open-label-img4 {
    max-width: 95%;
    width: auto;
    height: auto;
  }

  .modal-icon,
  .modal-icon2,
  .modal-icon3,
  .modal-icon4,
  .modal-icon5,
  .modal-icon6 {
    display: none;
  }

}

@media only screen and (max-width: 520px)  {

  .faq-title {
    font-size: 17px;
    margin-top: 10px;
  }

}

@media only screen and (max-width: 520px) and (min-width: 370px) {

  .faq-logo {
    width : 80px;
    margin-top: 6px;
  }

}

@media only screen and (max-width: 370px)  {

  .faq-logo {
    width :70px;
    margin-top: 5px;
  }

  .modal-picture {
    max-width: 85%;
    margin-left: 8%;
  }

  .modal-close-label {
    padding-top: 48%;
  }

  .modal-close-label3 {
    font-size: 1em;
    padding-top: 40%;
    padding-left: 1%;
  }

  .modal-close-label4 {
    font-size: 1em;
    padding-top: 47%;
    padding-left: 1%;
  }

  .modal-close-label5 {
    font-size: 1em;
    padding-top: 48%;
    padding-left: 1%;
  }

}

@media only screen and (max-width: 499px) {
  .scout-banner-area {
    width: auto;
    margin: 0 10px;
  }

  footer.main {
    margin-top: 60px;
  }
}

@media screen and (min-width: 500px) {
  .scout-banner-wide {
    display: none;
  }
}

.scout-banner-insert {
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 0 -10px 10px -10px;
  background-color: #dcdddd;
  height: 5px;
}

.scout-banner-wide-fix {
  display: block;
  line-height: 0;
  margin-bottom: 15px;
}

.scout-banner-wide-fix img {
  width: 100%;
}

.line-area-8RosToje {
    display: flex;
    align-items: center;
}

.line-area-8RosToje .line-status-8RosToje {
    display: flex;
    width: 100px;
    height: 22px;
    background-color: #CECECE;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
}

.line-area-8RosToje .line-select-8RosToje {
    width: 160px;
    margin: 0 0 0 10px;
    padding: 5px 5px 5px 30px;
}

.line-area-8RosToje  .line-icon-8RosToje {
    position: relative;
    right: 152px;
    bottom: 1px;
}

.line-area-8RosToje .line-select-8RosToje > option:nth-child(1) {
    display: none;
}

.line-area-8RosToje .line-select-8RosToje {
    color: #3295F9;
    font-weight: bold;
}
.line-area-8RosToje .line-select-8RosToje > option {
    color : #333;
}

.line-email-modal-8RosToje,
.line-email-modal-conf-8RosToje {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(180, 180, 180, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  flex-direction: column;
}

.line-email-modal-8RosToje .line-email-modal-body-8RosToje,
.line-email-modal-conf-8RosToje .line-email-modal-conf-body-8RosToje {
  width: 840px;
  height: 640px;
  background-color: #fff;
  border-radius: 10px;
  padding: 0px 30px 30px 30px;
}

.line-email-modal-body-8RosToje > div:nth-child(1) {
  height: 30px;
}

.line-email-modal-body-8RosToje .text-title-8RosToje {
  font-weight: 700;
  font-size: 24px;
  margin: 0 10px 15px 15px;
}

.line-email-modal-body-8RosToje > div:nth-child(3) {
  height: 2px;
  width: 100%;
  background: rgba(180, 180, 180, 0.8);
  margin: 0 0 15px 0;
}

.line-email-modal-body-8RosToje > div:nth-child(4) {
  display: flex;
  align-items: center;
}

.line-email-modal-body-8RosToje .text-email-address-8RosToje,
.line-email-modal-body-8RosToje .text-subject-8RosToje,
.line-email-modal-body-8RosToje .text-body-8RosToje {
  font-weight: 700;
  font-size: 16px;
  margin: 0 10px 6px 10px;
}

.line-email-modal-body-8RosToje .text-required-8RosToje {
  background: #f00;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  height: 15px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 6px 0;
}

.line-email-modal-body-8RosToje .input-email-address-8RosToje,
.line-email-modal-body-8RosToje .input-subject-8RosToje,
.line-email-modal-body-8RosToje .input-body-8RosToje {
  width: 800px;
  margin: 0 10px 6px 10px;
  padding: 8px 8px;
  font-size: 18px;
}

.line-email-modal-body-8RosToje .input-body-8RosToje {
  height: 320px;
}

.line-email-modal-body-8RosToje > div:nth-child(10) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.line-email-modal-body-8RosToje .close-8RosToje {
  display: flex;
  width: 141px;
  height: 35px;
  margin: 0 0 0 30px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border: 1px solid;
  cursor: pointer;
}

.line-email-modal-body-8RosToje .next-8RosToje {
  display: flex;
  width: 141px;
  height: 35px;
  margin: 0 0 0 30px;
  background: #00ACD6;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
  color: #fff;
}

.line-email-modal-conf-body-8RosToje > div:nth-child(1) {
  height: 30px;
}

.line-email-modal-conf-body-8RosToje .text-title-8RosToje {
  font-weight: 700;
  font-size: 24px;
  margin: 0 10px 15px 15px;
}

.line-email-modal-conf-body-8RosToje > div:nth-child(3) {
  height: 2px;
  width: 100%;
  background: rgba(180, 180, 180, 0.8);
  margin: 0 0 30px 0;
}

.line-email-modal-conf-body-8RosToje > div:nth-child(4) {
  display: flex;
  margin: 0 10px 20px 10px;
  font-size: 16px;
}

.line-email-modal-conf-body-8RosToje .text-to-8RosToje {
  font-weight: 700;
}

.line-email-modal-conf-body-8RosToje .text-email-8RosToje {
  margin: 0 0 0 10px;
}

.line-email-modal-conf-body-8RosToje .text-subject-8RosToje {
  margin: 0 10px 20px 10px;
  font-size: 16px;
}

.line-email-modal-conf-body-8RosToje .text-body-8RosToje {
  height: 320px;
  width: 800px;
  margin: 0 10px 30px 10px;
  resize: none;
  background: #fff;
  border: 0px;
  font-size: 16px;
  overflow-y: auto;
}

.line-email-modal-conf-body-8RosToje > div:nth-child(7) {
  height: 2px;
  width: 100%;
  background: rgba(180, 180, 180, 0.8);
  margin: 0 0 45px 0;
}

.line-email-modal-conf-body-8RosToje > div:nth-child(8) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.line-email-modal-conf-body-8RosToje .previous-8RosToje {
  display: flex;
  width: 141px;
  height: 35px;
  margin: 0 0 0 30px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border: 1px solid;
  cursor: pointer;
}

.line-email-modal-conf-body-8RosToje .send-8RosToje {
  display: flex;
  width: 141px;
  height: 35px;
  margin: 0 0 0 30px;
  background: #00ACD6;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
  color: #fff;
}



.line-sms-modal-8RosToje,
.line-sms-modal-conf-8RosToje {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(180, 180, 180, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  flex-direction: column;
}

.line-sms-modal-8RosToje .line-sms-modal-body-8RosToje,
.line-sms-modal-conf-8RosToje .line-sms-modal-conf-body-8RosToje {
  width: 840px;
  height: 440px;
  background-color: #fff;
  border-radius: 10px;
  padding: 0px 30px 30px 30px;
}

.line-sms-modal-body-8RosToje > div:nth-child(1) {
  height: 30px;
}

.line-sms-modal-body-8RosToje .text-title-8RosToje {
  font-weight: 700;
  font-size: 24px;
  margin: 0 10px 15px 15px;
}

.line-sms-modal-body-8RosToje > div:nth-child(3) {
  height: 2px;
  width: 100%;
  background: rgba(180, 180, 180, 0.8);
  margin: 0 0 30px 0;
}

.line-sms-modal-body-8RosToje > div:nth-child(4) {
  display: flex;
  align-items: center;
}

.line-sms-modal-body-8RosToje > div:nth-child(6) {
  display: flex;
  align-items: center;
}

.line-sms-modal-body-8RosToje .text-sms-number-8RosToje,
.line-sms-modal-body-8RosToje .text-body-8RosToje {
  font-weight: 700;
  font-size: 16px;
}

.line-sms-modal-body-8RosToje .text-required-8RosToje {
  background: #f00;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  height: 15px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 6px 0;
}

.line-sms-modal-body-8RosToje .text-sms-number-8RosToje {
  margin: 0 10px 6px 10px;
}

.line-sms-modal-body-8RosToje .text-body-8RosToje {
  margin: 0 6px 6px 10px;
}

.line-sms-modal-body-8RosToje .input-sms-number-8RosToje,
.line-sms-modal-body-8RosToje .input-body-8RosToje {
  width: 800px;
  margin: 0 10px 20px 10px;
  padding: 8px 8px;
  font-size: 18px;
}

.line-sms-modal-body-8RosToje .input-body-8RosToje {
  height: 100px;
  border: 0;
  border-top: solid 2px rgba(180, 180, 180, 0.8);
  border-bottom: solid 2px rgba(180, 180, 180, 0.8);
  padding-top: 20px;
  margin-bottom: 50px;
  resize: none;
  background: #fff;
}

.line-sms-modal-body-8RosToje > div:nth-child(8) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.line-sms-modal-body-8RosToje .close-8RosToje {
  display: flex;
  width: 141px;
  height: 35px;
  margin: 0 0 0 30px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border: 1px solid;
  cursor: pointer;
}

.line-sms-modal-body-8RosToje .next-8RosToje {
  display: flex;
  width: 141px;
  height: 35px;
  margin: 0 0 0 30px;
  background: #00ACD6;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
  color: #fff;
}

.line-sms-modal-conf-body-8RosToje > div:nth-child(1) {
  height: 30px;
}

.line-sms-modal-conf-body-8RosToje .text-title-8RosToje {
  font-weight: 700;
  font-size: 24px;
  margin: 0 10px 15px 15px;
}

.line-sms-modal-conf-body-8RosToje > div:nth-child(3) {
  height: 2px;
  width: 100%;
  background: rgba(180, 180, 180, 0.8);
  margin: 0 0 30px 0;
}

.line-sms-modal-conf-body-8RosToje > div:nth-child(4) {
  display: flex;
  margin: 0 10px 20px 10px;
  font-size: 16px;
}

.line-sms-modal-conf-body-8RosToje .text-to-8RosToje {
  font-weight: 700;
}

.line-sms-modal-conf-body-8RosToje .text-sms-8RosToje {
  margin: 0 0 0 10px;
}

.line-sms-modal-conf-body-8RosToje .text-body-8RosToje {
  height: 100px;
  width: 800px;
  margin: 0 10px 30px 10px;
  resize: none;
  background: #fff;
  border: 0px;
  font-size: 16px;
  overflow-y: auto;
}

.line-sms-modal-conf-body-8RosToje > div:nth-child(6) {
  height: 2px;
  width: 100%;
  background: rgba(180, 180, 180, 0.8);
  margin: 0 0 99px 0;
}

.line-sms-modal-conf-body-8RosToje > div:nth-child(7) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.line-sms-modal-conf-body-8RosToje .previous-8RosToje {
  display: flex;
  width: 141px;
  height: 35px;
  margin: 0 0 0 30px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border: 1px solid;
  cursor: pointer;
}

.line-sms-modal-conf-body-8RosToje .send-8RosToje {
  display: flex;
  width: 141px;
  height: 35px;
  margin: 0 0 0 30px;
  background: #00ACD6;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  cursor: pointer;
  color: #fff;
}

.index_log_height_area {
  height: 128px;
}

#msg-content-demo-container-1oHosW > header > div {
  min-height: 106px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
  box-shadow: 0 3px 6px 0 #00000029;
  background-color: #fff;
}

#msg-content-demo-container-1oHosW > header > div > div:nth-child(1) {
  display: flex;
  align-items: center;
  margin: 0 0 2px 0;
  cursor: pointer;
}

#msg-content-demo-container-1oHosW > header > div > div:nth-child(1) > span {
  font-size: 12px;
  margin: 0 0 0 5px;
  color: #808080;
}

#msg-content-demo-container-1oHosW > header > div > div:nth-child(2) {
  display: flex;
  margin: 0 0 6px 0;
}

#msg-content-demo-container-1oHosW > header > div > div:nth-child(2) > div:nth-child(1) {
  border-left: 3px solid #808080;
  padding: 0 10px 0 0;
}

#msg-content-demo-container-1oHosW > header > div > div:nth-child(2) > div:nth-child(2) {
  color: #808080;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  top: 3px;
}

#msg-content-demo-container-1oHosW > header > div > div:nth-child(3) {
  color: #808080;
  font-size: 14px;
  margin: 0 0 0 10px;
}

#msg-content-demo-container-1oHosW > footer > div {
  display: flex;
  justify-content: center;
}

#msg-content-demo-container-1oHosW > footer > div > div {
  width: 100%;
  max-width: 371px;
  height: 198px;
  border-top: 2px solid #236db4;
  border-right: 2px solid #e2e2e2;
  border-bottom: 2px solid #e2e2e2;
  border-left: 2px solid #e2e2e2;
  background-color: #fff;
  cursor: not-allowed;
}

#msg-content-demo-container-1oHosW > footer > div > div > div {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #e2e2e2;
  margin: 11px 0 0 0;
}

#msg-content-demo-container-1oHosW > footer > div > div > div > div:nth-child(1) {
  display: flex;
  margin: 0 0 90px 0;
}

#msg-content-demo-container-1oHosW > footer > div > div > div > div:nth-child(2) {
  display: flex;
  flex-direction: row-reverse;
}

#msg-content-demo-container-1oHosW > footer > div > div > div > div:nth-child(1) > span {
  font-size: 12px;
  color: #a7a7a7;
  margin: 10px 0 0 8px;
}

#msg-content-demo-container-1oHosW > footer > div > div > div > div:nth-child(2) > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
  width: 105px;
  height: 34px;
  border-radius: 3px 3px;
  background: #0063ea;
}

#msg-content-demo-container-1oHosW > footer > div > div > div > div:nth-child(2) > div > span {
  font-size: 16px;
  color: #fff;
}

#msg-content-demo-container-1oHosW > footer > div > div > div > div:nth-child(2) > div > svg {
  margin: 0 0 2px 3px;
}

#msg-content-demo-container-1oHosW > #message-container-1oHosW {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}

#msg-content-demo-container-1oHosW > #message-container-1oHosW > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 16px 0 0 0;
}

#msg-content-demo-container-1oHosW > #message-container-1oHosW > div > div {
  display: flex;
}

#msg-content-demo-container-1oHosW > #message-container-1oHosW > div > div > div:nth-child(1) {
  margin: 0 4px 0 0;
}

#msg-content-demo-container-1oHosW > #message-container-1oHosW > div > div > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 304px;
  min-height: 84px;
  padding: 6px 6px 15px 6px;
  border-radius: 6px 6px;
  box-shadow: 0 3px 6px 0 #00000029;
  background-color: #fff;
}

#msg-content-demo-container-1oHosW > #message-container-1oHosW > div > div > div:nth-child(2) > div:nth-child(1) {
  font-size: 11px;
  color: #7e7e7e;
}

#msg-content-demo-container-1oHosW > #message-container-1oHosW > div > div > div:nth-child(2) > div:nth-child(2) {
  font-size: 13px;
}

@keyframes fadeIn-1oHosW {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

#msg-content-demo-container-1oHosW #modal-1oHosW {
  display: none;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  overflow-y: hidden;
  overflow-x: hidden;
}

#msg-content-demo-container-1oHosW #modal-1oHosW.modal-animation-1oHosW {
  animation: fadeIn-1oHosW 0.5s forwards;
  animation-delay: 1s;
}

#msg-content-demo-container-1oHosW #modal-1oHosW > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  width: 100%;
  max-width: 330px;
  height: max-content;
  margin-top: 70px;
  border-radius: 4px 4px;
}

@media ( max-width: 768px ) {
  #msg-content-demo-container-1oHosW #modal-1oHosW > div {
    margin: 28px 29px 0 29px;
  }
}

#msg-content-demo-container-1oHosW #modal-1oHosW > div > div:nth-child(1) {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 0 0;
}

#msg-content-demo-container-1oHosW #modal-1oHosW > div > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 282px;
  border: 4px solid #d7f0ff;
  border-radius: 6px 6px;
  margin: 20px 0 0 0;
}

#msg-content-demo-container-1oHosW #modal-1oHosW > div > div:nth-child(2) > div:nth-child(1) {
  margin: 20px 0 0 0;
  font-size: 14px;
  font-weight: 700;
  color: #3295F9;
}

#msg-content-demo-container-1oHosW #modal-1oHosW > div > div:nth-child(2) > div:nth-child(2) {
  display: flex;
  margin: 15px 20px 0 20px;
}

#msg-content-demo-container-1oHosW #modal-1oHosW > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) {
  margin: 0 8px 0 0;
}

#msg-content-demo-container-1oHosW #modal-1oHosW > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {
  font-size: 14px;
  font-weight: 500;
}

#msg-content-demo-container-1oHosW #modal-1oHosW > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > span {
  font-size: 16px;
  font-weight: 700;
  color: #3295F9;
}

#msg-content-demo-container-1oHosW #modal-1oHosW > div > div:nth-child(2) > div:nth-child(3) {
  display: flex;
  margin: 15px 20px 0 20px;
}

#msg-content-demo-container-1oHosW #modal-1oHosW > div > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) {
  margin: 0 8px 0 0;
}

#msg-content-demo-container-1oHosW #modal-1oHosW > div > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) {
  font-size: 14px;
  font-weight: 500;
}

#msg-content-demo-container-1oHosW #modal-1oHosW > div > div:nth-child(2) > div:nth-child(3) > div:nth-child(2) > span {
  font-size: 16px;
  font-weight: 700;
  color: #3295F9;
}

#msg-content-demo-container-1oHosW #modal-1oHosW > div > div:nth-child(2) > a:nth-child(4) {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 15px 0 0 0;
  width: 100%;
  max-width: 245px;
  height: 42px;
  border-radius: 4px 4px;
  background-color: #3295f9;
  box-shadow: 1px 1px 1px 1px #9b9b9b4d;
}

#msg-content-demo-container-1oHosW #modal-1oHosW > div > div:nth-child(2) > a:nth-child(4) > svg:nth-child(1) {
  position: relative;
  top: 1px;
}

#msg-content-demo-container-1oHosW #modal-1oHosW > div > div:nth-child(2) > a:nth-child(4) > span:nth-child(2) {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  position: relative;
  top: 2px;
}

#msg-content-demo-container-1oHosW #modal-1oHosW > div > div:nth-child(2) > a:last-child {
  margin-bottom: 15px;
}

#msg-content-demo-container-1oHosW #modal-1oHosW > div > div:nth-child(3) {
  margin: 20px 0 0 0;
  font-size: 12px;
}

#msg-content-demo-container-1oHosW #modal-1oHosW > div > div:last-child {
  margin-bottom: 20px;
}

.modal-1oHosW-contents {
  width: 100%;
  justify-content: center;
}

.modal-1oHosW-title {
  display: flex;
  width: 300px;
  height: 62px;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}

.modal-1oHosW-recommend-contents {
  border-radius: 4px;
}

.recommend-contents {
  display: flex;
  margin: 0 10px;
  justify-content: center;
  align-items: center;
}

.qa-signup-register-button-area{
  margin: 25px 10px 15px 10px;
  justify-content: center;
  display: flex;
}

.qa-signup-register-button-boxes {
  background-color: #FF7600;
  width: 245px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(155, 155, 155, 0.3);

  background-image: url('data:image/svg+xml;charset=UTF-8,<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 185.01 21.99"><rect x="152.01" y="2" width="33" height="18" rx="4" ry="4" style="fill:%23fff; stroke-width:0px;"/><path d="m159.82,6.15l1.3.39c-.2.4-.43.8-.7,1.19s-.57.75-.88,1.08c-.31.33-.62.62-.92.87-.07-.09-.18-.19-.31-.3-.13-.11-.27-.22-.41-.32-.14-.1-.26-.19-.36-.25.47-.31.91-.7,1.32-1.17.41-.47.73-.96.97-1.49h-.01Zm-.09,1.17h7.58v1.16h-7.9l.32-1.16h0Zm-1.96,2.56h9.94v1.18h-9.94v-1.18Zm.18,2.57h9.6v1.18h-9.6v-1.18Zm3.27-4.73h1.1v5.35h-1.1v-5.35Zm-1.96,0h1.18v5.36h-1.18v-5.36Zm3.87,0h1.1v5.36h-1.1v-5.36Zm1.94,0h1.21v5.36h-1.21v-5.36Zm-4.18,6.52l1.22-.13c.07.33.14.69.19,1.08.06.39.09.72.1.99l-1.3.19c0-.18,0-.39-.03-.63,0-.24-.04-.5-.07-.76s-.07-.51-.11-.74Zm2.19.03l1.23-.21c.1.21.19.44.27.69s.17.49.23.73c.07.23.11.45.14.64l-1.32.25c-.04-.27-.11-.6-.22-1-.1-.4-.22-.76-.34-1.1h.01Zm2.18-.07l1.26-.4c.18.23.35.47.53.74.18.26.35.53.51.79.16.26.29.49.37.69l-1.35.45c-.08-.2-.19-.43-.34-.69-.14-.26-.3-.53-.47-.8-.17-.28-.34-.54-.51-.78h0Zm-6.35-.35l1.28.32c-.12.42-.3.84-.52,1.25s-.47.77-.74,1.07l-1.26-.52c.25-.23.49-.55.71-.93.23-.39.4-.78.53-1.19Zm11.97-7.66h1.21v10.25h-1.21V6.2h0Zm-1.67,3.62h4.51v1.23h-4.51v-1.23Zm1.43.65l.74.36c-.1.37-.21.76-.33,1.17-.12.4-.26.81-.42,1.21s-.32.78-.48,1.14c-.17.35-.35.66-.54.92-.04-.14-.09-.29-.17-.45-.07-.17-.14-.33-.22-.5-.07-.16-.14-.3-.21-.42.22-.27.43-.6.64-1s.41-.82.58-1.24c.18-.43.31-.83.41-1.2h0Zm1.44.64c.06.06.14.15.25.27.12.12.25.27.38.43.14.15.27.31.4.47.13.15.25.29.35.42.11.12.19.22.23.29l-.8,1.03c-.07-.16-.17-.35-.29-.56-.12-.22-.25-.44-.38-.67-.14-.23-.27-.45-.41-.66-.13-.21-.25-.37-.34-.51l.6-.52h0Zm-2.88-4.06l.92-.24c.1.26.18.55.25.86.08.31.15.61.2.9s.09.56.11.79l-.99.26c0-.23-.04-.5-.09-.79-.04-.3-.1-.6-.18-.91-.07-.32-.14-.6-.23-.87h0Zm3.62-.3l1.11.24c-.09.3-.18.61-.29.92-.1.32-.21.62-.31.91-.1.29-.2.54-.29.76l-.84-.24c.08-.23.16-.5.23-.8.08-.31.15-.62.22-.93.07-.32.12-.6.15-.86h.02Zm4.17-.6h1.23v10.33h-1.23V6.15h0Zm-3.29,6.89l5.65-1.01.2,1.22-5.65,1.02-.2-1.23Zm.62-5.39l.65-.89c.21.12.42.25.64.41.23.15.44.31.64.47.21.16.37.31.48.45l-.68.99c-.11-.15-.26-.3-.46-.47-.19-.17-.4-.34-.62-.51s-.44-.32-.65-.45Zm-.49,2.77l.62-.95c.22.11.45.24.68.4.24.15.46.3.67.45.21.15.39.29.52.43l-.67,1.06c-.12-.14-.28-.29-.48-.45-.21-.17-.43-.33-.66-.5-.23-.17-.45-.32-.67-.44h0Z" style="fill:%23ff7600; stroke-width:0px;"/><path d="m10.01,17c0-1.66,1.34-3,3-3h1v-1.08c-1.23-.27-2.58-.42-4.01-.42-5.52,0-10,2.24-10,5v2.5h13c-1.66,0-3-1.34-3-3h.01Z" style="fill:%23fff; stroke-width:0px;"/><path d="m10.01,10c1.33,0,2.6-.53,3.54-1.46.94-.94,1.46-2.21,1.46-3.54s-.53-2.6-1.46-3.54c-.94-.94-2.21-1.46-3.54-1.46s-2.6.53-3.54,1.46c-.94.94-1.46,2.21-1.46,3.54s.53,2.6,1.46,3.54c.94.94,2.21,1.46,3.54,1.46Z" style="fill:%23fff; stroke-width:0px;"/><path d="m17.01,11.99c-.55,0-1,.45-1,1v3h-3c-.55,0-1,.45-1,1s.45,1,1,1h3v3c0,.55.45,1,1,1s1-.45,1-1v-3h3c.55,0,1-.45,1-1s-.45-1-1-1h-3v-3c0-.55-.45-1-1-1Z" style="fill:%23fff; fill-rule:evenodd; stroke-width:0px;"/></svg>');
  background-repeat: no-repeat;
  background-size: 70%;
  background-position-x:56%;
  background-position-y: 11px;
}

.qa-signup-register-button-contents {
  display: flex;
  align-items: center;
}

.qa-signup-register-button-boxes:hover {
  background-color: #FF500B;
  box-shadow: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 185.01 21.99"><rect x="152.01" y="2" width="33" height="18" rx="4" ry="4" style="fill:%23fff; stroke-width:0px;"/><path d="m159.82,6.15l1.3.39c-.2.4-.43.8-.7,1.19s-.57.75-.88,1.08c-.31.33-.62.62-.92.87-.07-.09-.18-.19-.31-.3-.13-.11-.27-.22-.41-.32-.14-.1-.26-.19-.36-.25.47-.31.91-.7,1.32-1.17.41-.47.73-.96.97-1.49h-.01Zm-.09,1.17h7.58v1.16h-7.9l.32-1.16h0Zm-1.96,2.56h9.94v1.18h-9.94v-1.18Zm.18,2.57h9.6v1.18h-9.6v-1.18Zm3.27-4.73h1.1v5.35h-1.1v-5.35Zm-1.96,0h1.18v5.36h-1.18v-5.36Zm3.87,0h1.1v5.36h-1.1v-5.36Zm1.94,0h1.21v5.36h-1.21v-5.36Zm-4.18,6.52l1.22-.13c.07.33.14.69.19,1.08.06.39.09.72.1.99l-1.3.19c0-.18,0-.39-.03-.63,0-.24-.04-.5-.07-.76s-.07-.51-.11-.74Zm2.19.03l1.23-.21c.1.21.19.44.27.69s.17.49.23.73c.07.23.11.45.14.64l-1.32.25c-.04-.27-.11-.6-.22-1-.1-.4-.22-.76-.34-1.1h.01Zm2.18-.07l1.26-.4c.18.23.35.47.53.74.18.26.35.53.51.79.16.26.29.49.37.69l-1.35.45c-.08-.2-.19-.43-.34-.69-.14-.26-.3-.53-.47-.8-.17-.28-.34-.54-.51-.78h0Zm-6.35-.35l1.28.32c-.12.42-.3.84-.52,1.25s-.47.77-.74,1.07l-1.26-.52c.25-.23.49-.55.71-.93.23-.39.4-.78.53-1.19Zm11.97-7.66h1.21v10.25h-1.21V6.2h0Zm-1.67,3.62h4.51v1.23h-4.51v-1.23Zm1.43.65l.74.36c-.1.37-.21.76-.33,1.17-.12.4-.26.81-.42,1.21s-.32.78-.48,1.14c-.17.35-.35.66-.54.92-.04-.14-.09-.29-.17-.45-.07-.17-.14-.33-.22-.5-.07-.16-.14-.3-.21-.42.22-.27.43-.6.64-1s.41-.82.58-1.24c.18-.43.31-.83.41-1.2h0Zm1.44.64c.06.06.14.15.25.27.12.12.25.27.38.43.14.15.27.31.4.47.13.15.25.29.35.42.11.12.19.22.23.29l-.8,1.03c-.07-.16-.17-.35-.29-.56-.12-.22-.25-.44-.38-.67-.14-.23-.27-.45-.41-.66-.13-.21-.25-.37-.34-.51l.6-.52h0Zm-2.88-4.06l.92-.24c.1.26.18.55.25.86.08.31.15.61.2.9s.09.56.11.79l-.99.26c0-.23-.04-.5-.09-.79-.04-.3-.1-.6-.18-.91-.07-.32-.14-.6-.23-.87h0Zm3.62-.3l1.11.24c-.09.3-.18.61-.29.92-.1.32-.21.62-.31.91-.1.29-.2.54-.29.76l-.84-.24c.08-.23.16-.5.23-.8.08-.31.15-.62.22-.93.07-.32.12-.6.15-.86h.02Zm4.17-.6h1.23v10.33h-1.23V6.15h0Zm-3.29,6.89l5.65-1.01.2,1.22-5.65,1.02-.2-1.23Zm.62-5.39l.65-.89c.21.12.42.25.64.41.23.15.44.31.64.47.21.16.37.31.48.45l-.68.99c-.11-.15-.26-.3-.46-.47-.19-.17-.4-.34-.62-.51s-.44-.32-.65-.45Zm-.49,2.77l.62-.95c.22.11.45.24.68.4.24.15.46.3.67.45.21.15.39.29.52.43l-.67,1.06c-.12-.14-.28-.29-.48-.45-.21-.17-.43-.33-.66-.5-.23-.17-.45-.32-.67-.44h0Z" style="fill:%23ff500b; stroke-width:0px;"/><path d="m10.01,17c0-1.66,1.34-3,3-3h1v-1.08c-1.23-.27-2.58-.42-4.01-.42-5.52,0-10,2.24-10,5v2.5h13c-1.66,0-3-1.34-3-3h.01Z" style="fill:%23fff; stroke-width:0px;"/><path d="m10.01,10c1.33,0,2.6-.53,3.54-1.46.94-.94,1.46-2.21,1.46-3.54s-.53-2.6-1.46-3.54c-.94-.94-2.21-1.46-3.54-1.46s-2.6.53-3.54,1.46c-.94.94-1.46,2.21-1.46,3.54s.53,2.6,1.46,3.54c.94.94,2.21,1.46,3.54,1.46Z" style="fill:%23fff; stroke-width:0px;"/><path d="m17.01,11.99c-.55,0-1,.45-1,1v3h-3c-.55,0-1,.45-1,1s.45,1,1,1h3v3c0,.55.45,1,1,1s1-.45,1-1v-3h3c.55,0,1-.45,1-1s-.45-1-1-1h-3v-3c0-.55-.45-1-1-1Z" style="fill:%23fff; fill-rule:evenodd; stroke-width:0px;"/></svg>');
}

.qa-signup-register-button-boxes:hover .qa-signup-register-button-contents .svg-transform-1 .hover-color {
  fill: #FF500B;
}

.qa-signup-register-button-boxes:hover .qa-signup-register-button-contents .hover-color {
  fill: #FF500B;
}

.qa-signup-register-text {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 22.5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5.5px;
  padding-bottom: 5.5px;
}

.qa-signup-free-svg {
  display: flex;
  margin-bottom: 5px;
}

.qa-signup-login-page-transition {
  width: 300px;
  height: 18.6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Meiryo';
  line-height: 18px;
  text-align: center;
  color: #3295F9;
}

/**
 * admin/joboffers
 */

.popover__area--wrapper {
  position: relative;
}
.popover__icon--image {
  vertical-align: sub;
}
.popover__icon--image ~ .popover__tooltip--wrap {
  display: none;
}
.popover__icon--image:hover ~ .popover__tooltip--wrap {
  position: absolute;
  top: calc(100% + 10px);
  left: -60px;
  min-width: 416px;
  max-width: 416px;
  padding: 10px;
  white-space: nowrap;
  background-color: #FFFFFF;
  z-index: 3;
  box-shadow: 0px 0px 7px 0px #00000033;
  border-radius: 3px;
  color: #333333;
  text-align: left;
  display: flex;
  flex-flow: row;
  gap: 5px;
}
.popover__icon--image:hover ~ .popover__tooltip--wrap::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: -7px;
  left: 60px;
  transform: rotate(45deg);
  background-color: inherit;
}
.popover__tooltip--text {
  white-space: break-spaces;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.cacheclear-inprogress-wrapper {
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.cacheclear-inprogress-heading {
  display: inline-flex;
  height: 26px;
  padding: 0 8px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: #FFA1BE;
  line-height: 18px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.60px;
  color: #333333;
}
.cacheclear-inprogress-body {
  display: inline-flex;
  gap: 5px;
}
.cacheclear-inprogress-body-from {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
  word-wrap: break-word
}
.cacheclear-inprogress-body-to {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
  word-wrap: break-word
}

/** admin＞事業所詳細＞JAMS連携 */
.link-jams__plan-select--dialog {
  position: fixed;
  width: 900px;
  border-radius: 10px;
  border-width: 1px;
  display: flex;
  flex-flow: column;
  gap: 40px;
  padding: 30px;
  border: 1px solid #0000002D;
  overflow: visible;
}

.link-jams__plan-select--dialog::backdrop {
  background: rgba(155, 155, 155, 0.35);
}

.link-jams__plan-tooltip--body {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.link-jams__plan-tooltip--body .bold {
  font-weight: 700;
}

.link-jams__plan-select--container {
  display: flex;
  flex-flow: column;
  gap: 30px;
  padding-right: 10px;
  padding-left: 10px;
  justify-content: flex-start;
  margin-top: 40px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.link-jams__plan-select--body {
  display: flex;
  gap: 10px;
  padding-right: 8px;
  padding-bottom: 40px;
  padding-left: 8px;
  border-bottom-width: 1px;
  border-bottom: 1px solid #818181;
}

.link-jams__plan-select--button-area {
  display: flex;
  flex-flow: row;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

.link-jams__plan-select--button {
  appearance: none;
  outline: none;
  width: 140px;
  height: 35px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content:center;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}

.link-jams__plan-select--button.close {
  border: 1px solid #5E5E5E;
  color: #5E5E5E;
  background-color: transparent;
}

.link-jams__plan-select--button.select {
  border: 1px solid #00ACD6;
  color: #FFFFFF;
  background-color: #00ACD6;
}

