<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.main {
  min-height: 70vh;
}

/* プレリリース用の設定 */
.prerelease {
  background: #ccc !important;
  box-shadow: none !important;
}

.user_noentry {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #ec4559;
  margin: 20% 0;
}


/*---------------------------------------------------------------------------------
マイページ共通
---------------------------------------------------------------------------------*/
.main_left_inner {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 40px 3%;
  min-height: 82vh;
}

.mypage_sub_title {
  background-color: #9e9d9d;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 10px 2%;
}

/* 新着 */
.mypage_contents .mail_new {
  background: #f00;
  color: #fff;
  font-size: 11px;
  line-height: 1em;
  padding: 1px 8px;
  border-radius: 3px;
  margin-right: 5px;
}

/* サイドナビ */
.mypage_sidenav {
  width: 22%;
}

.mypage_menu,
.page_history {
  border: 1px solid #ddd;
}

.mypage_menu&gt;h3,
.page_history&gt;h3 {
  background-color: #585756;
  color: #fff;
  padding: 13px;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
}

.mypage_menu {
  margin-bottom: 50px;
}

.mypage_menu ul {
  width: 88%;
  margin: 0 auto;
}

.mypage_menu_li {
  padding: 10px 0;
  border-bottom: 1px solid #dbdbdb;
  font-size: 13px;
}

.mypage_menu_li&gt;a {
  display: block;
  cursor: pointer;
  position: relative;
}

.mypage_menu_li&gt;a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #f15a24;
  border-right: 2px solid #f15a24;
  transform: rotate(45deg);
}

.mypage_menu_icon {
  width: 17px;
  vertical-align: middle;
  margin-right: 5px;
}

.page_history ul {
  width: 90%;
  margin: 0 auto;
}

.page_history_li {
  padding: 8px 0;
  font-size: 12px;
}

.page_history_li&gt;a {
  display: block;
  cursor: pointer;
  border-left: #f15a24 solid 2px;
  padding-left: 5px;
}

.page_history_more {
  display: flex;
  justify-content: flex-end;
  padding: 8px 5%;
  font-size: 13px;
  text-decoration: underline;
  color: #333;
}

/*---------------------------------------------------------------------------------
マイページトップ
---------------------------------------------------------------------------------*/
/* パンくず */

.mypage_breadcrumb {
  background-color: #f2f2f2;
}

.mypage_breadcrumb_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5px 0;
}

.mypage_breadcrumb_li {
  font-size: 11px;
  position: relative;
  padding-right: 20px;
}

.mypage_breadcrumb_li::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  transform: rotate(45deg);
}

.mypage_breadcrumb_li&gt;a {
  text-decoration: underline;
  color: #7a7a7a;
}

.mypage_breadcrumb_li:last-child {
  padding-right: 0;
}

.mypage_breadcrumb_li:last-child::after {
  content: none;
}

.mypage_contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0 60px;
}

.mypage_contents,
.mypage_contents * {
  box-sizing: border-box;
}

.main_left {
  width: 72%;
}

.mypage_contents h2 {
  border-left: solid 3px #f15a24;
  padding-left: 10px;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 20px;
}

.mypage_news_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}

.message_news,
.flabo_news {
  border: #c6cece 1px solid;
  border-radius: 4px;
  width: 48.5%;
  height: 200px;
}

.message_news_list,
.flabo_news_text {
  height: 155px;
  overflow-y: auto;
}

.flabo_news&gt;h3,
.message_news&gt;h3 {
  background-color: #9e9d9d;
  color: #fff;
  font-weight: bold;
  padding: 10px 2%;
  border-radius: 4px 4px 0 0;
  text-align: center;
  font-size: 17px;
  letter-spacing: 1px;
}

.message_news_list,
.flabo_news_text {
  padding: 8px 3%;
}

.message_news_list a,
.flabo_news_text a {
  text-decoration: underline;
}

.message_news_list li {
  font-size: 12px;
  border-bottom: 1px solid #c6cece;
  padding: 8px 0;
}

.message_news_list li:last-child {
  border-bottom: none;
}

.flabo_news_text {
  font-size: 12px;
}

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

.maypage_item_area&gt;a {
  width: 48.5%;
  background-color: #f15a24;
  padding: 13px 2%;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 22px;
  border-radius: 4px;
}

.mypage_item_icon {
  width: 25px;
  vertical-align: middle;
  margin-right: 7px;
}

.mypage_item_gift {
  border: 1px solid #f15a24;
  background-color: #fff !important;
  color: #f15a24 !important;
}

/* 新着メッセージスクロールバー */

.message_news_list::-webkit-scrollbar,
.flabo_news_text::-webkit-scrollbar {
  width: 5px;
}

.message_news_list::-webkit-scrollbar-track,
.flabo_news_text::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.message_news_list::-webkit-scrollbar-thumb,
.flabo_news_text::-webkit-scrollbar-thumb {
  background-color: rgb(110, 110, 110);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*---------------------------------------------------------------------------------
エントリー管理
---------------------------------------------------------------------------------*/
/* メール一覧 ここから */

.mail_box li {
  overflow: hidden;
  padding: 16px 2%;
}

.mail_box li&gt;a {
  text-decoration: underline;
}

.mail_box .mail_date {
  float: right;
  clear: both;
  margin: 0 0 0 5%;
  font-size: 11px;
}

.mail_company {
  display: inline;
}

.mail_box li:nth-child(odd) {
  background-color: #dff4ff;
}

.mail_name {
  overflow: hidden;
  padding: 4px 2%;
  font-size: 12px;
}

.mail_name .mail_date {
  margin-top: 0;
  clear: both;
  float: right;
  font-size: 12px;
}

/* メール一覧 ここまで */

/*メール詳細 ここから*/
.mail_title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mail_title_box&gt;a {
  margin-bottom: 20px;
  background-color: #fff;
  border: #f15a24 1px solid;
  padding: 8px 24px 8px 8px;
  border-radius: 4px;
  color: #f15a24;
  position: relative;
  cursor: pointer;
}

.mail_title_box&gt;a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #f15a24;
  border-right: 2px solid #f15a24;
  transform: rotate(45deg);
}

.applicant_mail {
  color: #b7ae79;
  font-size: 25px;
  padding-bottom: 20px;
  border-bottom: solid 3px;
  padding-left: 20px;
  font-weight: bold;
  margin-bottom: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;
}

.applicant_mail button {
  margin-left: 10px;
  padding: 8px 2%;
  font-size: 15px;
  font-weight: bold;
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  border: 1px solid #333333;
  border-radius: 3px;
  cursor: pointer;
  width: 28%;
  max-width: 106px;
}

.applicant_mail button a {
  color: #333;
}

.applicant_mail_box {
  padding: 10px 1.4%;
  overflow-y: scroll;
  border: 1px solid #b9b9b9;
  border-radius: 6px;
  height: 530px;
}

/* メッセージ一覧スクロールバー */

.applicant_mail_box::-webkit-scrollbar {
  width: 7px;
}

.applicant_mail_box::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.applicant_mail_box::-webkit-scrollbar-thumb {
  background-color: rgb(110, 110, 110);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.new_bold {
  font-weight: bold;
}

/* 戻るボタン・返信ボタン */
.mail_mypage_btn_area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.mail_mypage_btn_area .back_btn,
.mail_mypage_btn_area .reply_btn {
  width: 30%;
  max-width: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 5px;
  margin: 0 10px;
  font-weight: bold;
  font-size: 17px;
  cursor: pointer;
}

.mail_mypage_btn_area .back_btn:hover,
.mail_mypage_btn_area .reply_btn:hover {
  opacity: 0.7;
}

.mail_mypage_btn_area .back_btn {
  background-color: #efefef;
  border: #acacac solid 1px;
}

.mail_mypage_btn_area .reply_btn {
  background-color: #f15a24;
  color: #fff;
}

/* バルーン */

.appli_recieve {
  float: left;
  width: 67%;
  padding: 0 10px;
}

.appli_send {
  float: right;
  width: 72%;
  padding: 0 10px;
}

.balloon_topleft,
.balloon_topright {
  margin-top: 30px;
}

.balloon_topright {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.balloon_topright .balloon_inner {
  width: 91%;
}

.balloon_main {
  border-radius: 10px;
  padding: 20px 4%;
  margin-bottom: 5px;
}

.balloon_topleft .balloon_main {
  background: #ceeeff;
}

.balloon_topright .balloon_main {
  background: #e3e3e3;
}

.balloon_main a {
  color: #2d4ebf;
  text-decoration: underline;
}

.mail_title {
  padding-bottom: 10px;
  border-bottom: solid #a9a9a9 2px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.recieve_title,
.send_title {
  font-weight: bold;
  font-size: 15px;
}

.mail_mark {
  padding: 3px 3px;
  width: 60px;
  color: #fff;
  font-size: 10px;
  border-radius: 3px;
  margin-right: 1%;
  text-align: center;
}

.mail_mark.color_m_99 {
  width: 70px;
}

.color_m_01 {
  background: #ff9200;
}

.color_m_02 {
  background: #06b100;
}

.color_m_03 {
  background: #27b7fc;
}

.color_m_04 {
  background: #5fa1ff;
}

.color_m_99 {
  background: #f00;
}

.mail_mark_send01 {
  color: #333;
  font-size: 12px;
  margin: 0 1% 22px 0;
}

.mail_mark_send02 {
  color: #f00;
  font-size: 12px;
  margin: 0 1% 22px 0;
}

/* バルーン下　日時・新着 */
.balloon_topleft .mail_date_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.balloon_topright .mail_date_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mail_date_box .mail_date {
  float: none;
  margin-right: 1%;
  font-size: 12px;
  width: auto;
}

.mail_date_box .mail_new {
  background: #f00;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  padding: 5px 10px;
  border-radius: 3px;
}

/* 返信モーダル */

/* モーダル*/
.mail_modal_container {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 900px;
  padding: 10px 20px;
  background-color: #fff;
  height: 80%;
  overflow: auto;
  border-radius: 5px;
}

.modal_main {
  padding: 32px;
  margin-top: 30px;
}

/* モーダルスクロールバー */

.modal_inner::-webkit-scrollbar {
  width: 7px;
}

.modal_inner::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.modal_inner::-webkit-scrollbar-thumb {
  background-color: rgb(110, 110, 110);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/* 後ろのコンテンツ止める */
body.nonscroll {
  overflow: hidden;
}

input[name="titles"] {
  box-sizing: border-box;
  padding: 1%;
  width: 80%;
  height: 40px;
  margin: 0 0 20px 2%;
  border-radius: 3px;
  border: 1px #b9b9b9 solid;
}

textarea[name="texts"] {
  width: 100%;
  height: 58vh;
  margin-bottom: 20px;
  border: 1px #b9b9b9 solid;
  padding: 1%;
  box-sizing: border-box;
}

.modal_btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.mail_send_btn {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 16px 10px;
  appearance: none;
  display: block;
  background-color: #f15a24;
  width: 320px;
  max-width: 90%;
  margin: 0 auto;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 2px;
}

.mail_send_btn:hover {
  opacity: 0.7;
}

.modal_close_btn {
  display: none;
}

.modal_title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ede6c8;
  font-size: 17px;
  font-weight: bold;
  padding: 15px;
  box-sizing: border-box;
}

.return_title {
  font-weight: bold;
  font-size: 15px;
}

/*メール詳細 ここまで*/

/*---------------------------------------------------------------------------------
スクールチャット
---------------------------------------------------------------------------------*/
.school_text_area {
  margin-bottom: 20px;
  border: 1px #f15a24 solid;
}

.school_acc {
  color: #f15a24;
  font-weight: bold;
  position: relative;
  padding: 10px 26px 10px 10px;
  margin: 0 auto;
}

.school_acc::after {
  content: "＋";
  position: absolute;
  right: 16px;
  font-size: 21px;
}

.school_acc.active::after {
  content: "－";
}

.school_text {
  display: none;
  font-size: 12px;
  color: #616161;
  padding: 6px 10px;
  margin-bottom: 16px;
  border-radius: 5px;
}

.school_text_example {
  display: block;
  background-color: #fff7e2;
  padding: 10px;
  margin-top: 10px;
}

.school_text_example .pl {
  display: block;
  padding-left: 10px;
}

.school_text_example .fwb {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

/*---------------------------------------------------------------------------------
キープBOX
---------------------------------------------------------------------------------*/
.favorite_box {
  padding-top: 5%;
  padding-bottom: 5%;
}

.mypage_card {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 3%;
  width: 90%;
  margin: 0 auto;
}

.keep_content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.mypage_img {
  display: block;
  width: 150px;
  overflow: hidden;
  margin-right: 2%;
}

.mypage_img img {
  margin-right: 3%;
  max-width: 100%;
}

.keep_text {
  width: 70%;
}

.keep_text&gt;h4 {
  margin-bottom: 8px;
  font-size: 15px;
}

.keep_category {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  border-radius: 5px;
  padding: 1px 6px;
  margin-right: 1%;
  width: auto;
  text-align: center;
}

.keep_star {
  display: block;
  width: 32px;
}

.company_name {
  display: inline;
  font-size: 12px;
}

.mypage_card .c1 {
  background: #ff9900 !important;
  /*企業*/
}

.mypage_card .c2 {
  background: #2e7ceb !important;
  /*ニュース*/
}

.mypage_card .c3 {
  background: #06b100 !important;
  /*説明会*/
}

.mypage_card .c4 {
  background: #40b3ff !important;
  /*インターンシップ*/
}

.mypage_card .c5 {
  background: #ef1468 !important;
  /*コラム*/
}

.mypage_card .c7 {
  background: #ffd400 !important;
  /*学校求人*/
}


.mypage_card .c8 {
  background: #06b100 !important;
  /*説明会*/
}

/*---------------------------------------------------------------------------------
マッチング企業
---------------------------------------------------------------------------------*/
.match_text {
  font-size: 13px;
  margin-bottom: 30px;
}

.match_text&gt;a {
  color: #2d4ebf;
  text-decoration: underline;
}

.match_type_text {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.match_type {
  padding: 24px 3%;
  border-radius: 10px;
  margin-bottom: 30px;
}

.match_type&gt;h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}

.match_type_a {
  background-color: #ffeaea;
}

.match_type_a&gt;h3 {
  color: #f14917;
}

.match_type_b {
  background-color: #fff7df;
}

.match_type_b&gt;h3 {
  color: #f19a17;
}

.match_type_c {
  background-color: #e0ffe7;
}

.match_type_c&gt;h3 {
  color: #39c320;
}

.match_type_d {
  background-color: #d9fbff;
}

.match_type_d&gt;h3 {
  color: #20a2af;
}

.match_type_article {
  margin-right: 13%;
  margin-left: 13%;
  font-size: 13px !important;
  margin-bottom: 3%;
}

.next_show {
  text-align: center;
  font-size: 20px;
  color: #ff9900;
  font-weight: bold;
  margin: 13% 0;
}

.matching_company_title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

/*---------------------------------------------------------------------------------
登録・変更
---------------------------------------------------------------------------------*/
.registration_btn_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #9e9d9d;
  padding: 8px 2%;
  margin-bottom: 24px;
}

.registration_btn_area&gt;h3 {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}

.registration_btn_area&gt;a {
  background-color: #f15a24;
  color: #fff;
  padding: 8px 35px;
  font-size: 14px;
  border-radius: 4px;
  display: block;
}

.register_table {
  border: #d6d6d6 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 780px;
  margin: 0 auto 40px;
}

.register_head,
.register_data {
  border-bottom: #d6d6d6 1px solid;
}

.register_table tr:last-of-type .register_data,
.register_table tr:last-of-type .register_head {
  border-bottom: none;
}

.register_head {
  background-color: #efefef;
  padding: 20px 2%;
  min-width: 140px;
  text-align: left;
  font-weight: bold;
  width: 23%;
  font-size: 12px;
}

.register_data {
  padding: 20px 3%;
  width: auto;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  min-height: 62px;
  font-size: 13px;
}

.register input[type="text"],
.register input[type="email"],
.register input[type="tel"],
.register input[type="password"],
.register select {
  padding: 6px;
  font-size: 15px;
  border: 1px solid #d6d6d6;
  margin: 6px 0;
  background-color: #fff;
  color: #333;
}

.register select {
  appearance: none;
  width: 100%;
}

.select_wrap {
  position: relative;
  margin-right: 2%;
  background-color: #fff;
}

.select_wrap::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-bottom: solid 2px #999;
  border-right: solid 2px #999;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  transform: rotate(45deg);
  pointer-events: none;
}

.radio_label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  margin-right: 40px;
}

.radio_label::before,
.radio_label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.radio_label::before {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}

.radio_label::after {
  background-color: #f15a24;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 8px;
}

input:checked+.radio_label::after {
  opacity: 1;
}

.radio {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.important {
  background-color: #ff0000;
  color: #fff;
  padding: 2px 8px;
  font-size: 10px;
  margin-left: 5px;
  white-space: nowrap;
}

/*******お名前*******/
.name_label {
  width: 44%;
  margin-right: 2%;
}

.name_label input {
  width: 85%;
}

/*******生年月日*******/
.birthday_data .select_wrap {
  width: 27%;
}

/*******メールアドレス・電話番号*******/
.register input[type="email"],
.register input[type="tel"] {
  width: 80%;
}

/*******住所*******/
.address_data .select_wrap {
  width: 26%;
}

.address_label01 {
  width: 64.5%;
}

.address_label01 input {
  width: 70%;
}

.address_label02 {
  width: 100%;
}

.address_label02 input {
  width: 61.5%;
}

/*******ログインID*******/
.login_label {
  width: 100%;
}

.login_label input {
  width: 61%;
}

/*******パスワード*******/
.password_label {
  width: 100%;
}

.password_label input {
  width: 61%;
}

/*******学校区分*******/
.school_data .select_wrap {
  width: 40%;
}

/*******学校名*******/
.school_name input {
  width: 80%;
}

/*******学部・学科・専攻*******/
.study_data input {
  width: 80%;
}

.graduate_data .select_wrap {
  width: 40%;
}

/*******学籍番号*******/
.studentid_data input {
  width: 80%;
}

/*******希望職種・希望勤務地*******/
.checkbox_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.checkbox_list li {
  margin: 0 2%;
}

.checkbox_list input {
  display: none;
}

.checkbox_list label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 28px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.checkbox_list label::before,
.checkbox_list label::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.checkbox_list label::before {
  top: 50%;
  left: 0;
  width: 17px;
  height: 17px;
  margin-top: -8px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 3px;
  transform: translateY(-7%);
}

.checkbox_list label::after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 11px;
  height: 4px;
  margin-top: -4px;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
  border-left: 2px solid #f15a24;
  border-bottom: 2px solid #f15a24;
}

.checkbox_list label:hover::before {
  background: #fff;
}

.checkbox_list input[type="checkbox"]:checked+label::before {
  background: #fff;
  border: 1px solid
    /*#C9BA71*/
    #f15a24;
}

.checkbox_list input[type="checkbox"]:checked+label::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.area_wrap {
  width: 100%;
}

.area_wrap li:first-child {
  float: none;
  width: 100%;
  margin-bottom: 14px;
  font-weight: bold;
  color: #333;
  background-color: #d6d6d6;
  padding: 5px 10px;
}

.area_wrap li:not(:first-child) {
  margin-bottom: 10px;
  margin-left: 4%;
  width: 21%;
}

/*******タイプ別適職診断*******/
.top_textbox {
  margin: 20px auto 16px;
  width: 94%;
}

.top_textbox h3 {
  font-weight: bold;
}

.qa_table th {
  display: block;
  width: 100%;
  padding: 12px 3%;
}

.qa_table .radio_label {
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0;
}

/*******サブミットボタン・戻るボタン*******/
.formbtn_area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 0 4%;
}

.submit_btn {
  display: block;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 250px;
  background-color: #f15a24;
  color: #fff;
  font-size: 15px;
  padding: 16px;
  font-weight: bold;
  margin: 0 1% 20px;
  max-width: 95%;
  border-radius: 5px !important;
  cursor: pointer;
  text-align: center;
}

.withdrawal_btn,
.formback_btn {
  display: block;
  padding: 16px;
  border-radius: 5px;
  width: 250px;
  max-width: 95%;
  text-align: center;
  font-weight: bold;
  background-color: #efefef;
  border: #acacac solid 1px;
  color: #333;
}

.formback_btn {
  margin: 0 1% 20px;
}

.withdrawal_btn {
  margin: 0 auto 20px;
}

/*******入力フォームエラー*******/

.inp_error {
  background-color: #ffe8e8 !important;
}

.error_text {
  background-color: #ffe8e8;
  color: #ff0000;
  font-size: 12px;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
}

.error_text:empty {
  display: none;
}

.error_text_top {
  width: 100%;
  margin: 20px auto 0;
}

/*******変更完了画面*******/
.register_complete_area {
  padding: 30px 0;
}

.register_complete_area .complete_text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.register_complete_area .submit_btn {
  margin: 30px auto 0;
}

/*******退会手続き*******/
.withdrawal_text {
  font-size: 12px;
  margin-bottom: 20px;
}

.kaiyaku_text {
  resize: none;
  width: 100%;
  min-height: 100px;
}

/*---------------------------------------------------------------------------------
予約確認
---------------------------------------------------------------------------------*/
.rsv_box li,
.gift_box li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 2%;
}

.rsv_box li a,
.gift_box li a {
  text-decoration: underline;
}

.rsv_box li:nth-child(odd),
.gift_box li:nth-child(odd) {
  background-color: #dff4ff;
}

.rsv_left {
  flex: 1;
}

.rsv_company {
  font-size: 16px;
  padding-bottom: 5px;
}

.rsv_date {
  font-weight: bold;
}

.rsv_detail {
  padding: 0 2%;
  color: #2d4ebf;
}

.rsv_right {
  padding: 0 2%;
  text-align: right;

}

.rsv_right .rsv_detail {
  padding: 0;
}

.rsv_right .rsv_id {
  font-weight: bold;
  font-size: 13px;
}


/* 予約確認詳細 */

.rsv_confirm_table {
  border: #d6d6d6 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
  width: 90%;
  margin: 0 auto;
}

.rsv_confirm_table .confirm_head,
.rsv_confirm_table .confirm_data {
  border-bottom: #d6d6d6 1px solid;
}

.rsv_confirm_table tr:last-of-type .confirm_data,
.rsv_confirm_table tr:last-of-type .confirm_head {
  border-bottom: none;
}

.rsv_confirm_table .confirm_head {
  background-color: #efefef;
  padding: 18px 2%;
  min-width: 140px;
  text-align: left;
  font-weight: bold;
  width: 23%;
  font-size: 13px;
}

.rsv_confirm_table .confirm_data {
  padding: 20px 3%;
  width: auto;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
}

.detail_company {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}

.rsv.btn_list {
  display: flex;
}

/*---------------------------------------------------------------------------------
プレゼント履歴
---------------------------------------------------------------------------------*/
.gift_page_txt {
  font-size: 14px;
  margin-bottom: 10px;
}

.gift_page_txt a,
.gift_box li a {
  color: #0066c0;
}

.gift_sl {
  font-size: 12px;
  margin-bottom: 10px;
}

.gift_name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

.gift_date,
.gift_url {
  font-size: 13px;
  color: #676767;
}

.gift_url {
  display: flex;
}

.gift_url a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

/*---------------------------------------------------------------------------------
バナーエリア
---------------------------------------------------------------------------------*/
.mypage_bnr_area {
  margin-top: 30px;
}

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

.bnr_ul li {
  width: 48%;
  margin-bottom: 20px;
}


/*---------------------------------------------------------------------------------
パスワードリマインダー
---------------------------------------------------------------------------------*/
.remind {
  padding: 50px 4%;
}

.remind&gt;h2 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
}

.remind_title {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}

.remind_form {
  width: 100%;
  max-width: 540px;
  padding: 30px 0;
  margin: 0 auto 50px;
}

.remind_form,
.remind_form * {
  box-sizing: border-box;
}

.remind_input {
  -webkit-appearance: none;
  appearance: none;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  color: #333;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.remind_form dd.confirm {
  font-size: 20px;
  margin-top: 10px;
}

.remind_form dd input {
  font-size: 16px;
  width: 440px;
  height: 40px;
  padding: 10px;
  box-sizing: border-box;
  letter-spacing: 0.7px;
  float: left;
}

.remind_form .send {
  color: #fff;
  background: #ff9900;
  border: 2px solid #ff9900;
  border-radius: 4px;
  font-size: 20px;
  letter-spacing: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  overflow: hidden;
  height: 41px;
  width: 180px;
  line-height: 0.6em;
  -webkit-appearance: none;
  margin-top: 20px;
}

.remind_form .send:hover {
  cursor: pointer;
  opacity: 0.7;
}

.remind_form .formbtn_area {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.addressError {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}


/*---------------------------------------------------------------------------------
ログイン
---------------------------------------------------------------------------------*/

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.error {
  background-color: #ffe8e8;
  color: #ff0000;
  font-size: 12px;
  padding: 5px;
  margin-bottom: 5px;
  text-align: left;
}

.inp_error {
  background-color: #ffe8e8;
}

.resetting_text {
  text-align: left;
}

.login_tit {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 6px;
  color: f15a24;
}

.login_txt {
  font-size: 14px;
  margin-bottom: 10px;
}

.login_txt .orange {
  color: #f15a24;
}

.login_form,
.new_member {
  background: #fff;
  padding: 30px;
  margin: 0 auto;
  text-align: center;
  width: 500px;
  max-width: 97%;
  border: #d5d5d5 1px solid;
}

.form_inner {
  width: 97%;
  margin: 0 auto;
}

.login_img {
  display: block;
  width: 300px;
  padding: 0 0 20px;
  margin: 0 auto;
}

.form_inner&gt;input[type="text"],
.form_inner&gt;input[type="password"] {
  width: 100%;
  margin-bottom: 24px;
  height: 36px;
  border: #d6d6d6 1px solid;
  padding: 0 2%;
  font-size: 15px;
}

.form_inner label {
  display: block;
  text-align: left;
  margin-bottom: 8px;
}

.mypage_login {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0px auto 0px;
  background-color: #f8f8f8;
  padding: 30px 0 50px;
}

.mypage_login,
.mypage_login * {
  box-sizing: border-box;
}

#login_btn {
  background: #f15a24;
  color: #fff;
  padding: 12px 2%;
  border-radius: 5px;
  font-size: 16px;
  border: 0px;
  cursor: pointer;
  font-weight: bold;
  margin: 10px auto;
  display: block;
  width: 100%;
}

#login_btn:hover,
.new_member_btn:hover {
  opacity: 0.7;
}

.toContact {
  display: block;
  margin-right: 3px;
  color: #0066c0;
  text-align: left;
}

.new_member {
  margin: 24px auto 50px;
  padding: 14px 30px;
}

.new_member_btn {
  background: #fff;
  color: #f15a24;
  padding: 12px 2%;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid #f15a24;
  cursor: pointer;
  font-weight: bold;
  margin: 10px auto;
  display: block;
  width: 100%;
}

/*---------------------------------------------------------------------------------
プレゼント
---------------------------------------------------------------------------------*/
.present_group {
  overflow: hidden;
  padding: 3% 5.5%;
}

.present_bnr {
  float: left;
  margin: 2.6%;
  width: 28%;
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.2),
    1px 2px 10px 1px rgba(0, 0, 0, 0.2);
}

.present_bnr_sp {
  display: none;
}

.userId {
  padding: 40px 0 0 5.5%;
  font-size: 18px;
}

.annoId {
  font-size: 13px;
}

.present_box {
  padding: 20px;
}

.present_box a {
  font-size: 18px;
  font-weight: bold;
  color: #ee8691;
  line-height: 1.8em;
  text-decoration: underline;
}

/*---------------------------------------------------------------------------------
ヘルプデスク
---------------------------------------------------------------------------------*/
.lineWrap {
  margin: 30px 0 70px;
}

.lineWrap .manWrap li {
  width: 30%;
  margin: 1%;
  float: left;
}

.lineWrap .screenWrap li {
  width: 48%;
  margin: 1%;
  float: left;
}

.lineTitle {
  margin: 30px 0 0;
  width: 90%;
}

.lineFirst {
  font-size: 20px;
  margin: 20px 0;
}

.lineColor {
  color: #00b813;
}

.redColor {
  color: #fe0b35;
}

.lineBtn {
  width: 230px;
  display: block;
}

.flowWrap {
  font-size: 20px;
  margin: 30px;
  line-height: 1.5em;
}

.flow1 {
  font-size: 24px;
  font-weight: bold;
  margin: 60px 0 20px;
}

.flow2 {
  font-size: 24px;
  font-weight: bold;
  margin: 70px 0 20px;
}

.fukidashi {
  width: 40px;
  margin: 0 5px;
}

.office {
  margin: 20px 0;
  width: 60%;
}

/*==================================
LINE
===================================*/
.line_btn {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5em;
}

.line_btn a {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#7bd660),
      to(#44ad24));
  background: -webkit-linear-gradient(top, #7bd660, #44ad24);
  background: linear-gradient(to bottom, #7bd660, #44ad24);
  border: 2px solid #44ad24;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 5px 15px 5px 0;
  padding: 10px 20px;
  line-height: 6em;
  text-decoration: none;
}

.line_btn img {
  width: 300px;
}

.lineid {
  margin-bottom: 30px;
}

.lineid th {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#7bd660),
      to(#44ad24));
  background: -webkit-linear-gradient(top, #7bd660, #44ad24);
  background: linear-gradient(to bottom, #7bd660, #44ad24);
  color: #fff;
  border-radius: 5px;
  padding: 0 10px;
  margin-right: 10px;
  display: block;
}

.help_form_box {
  padding: 5% 10%;
}

.help_title {
  border-left: solid 5px #603511;
  line-height: 1.5em;
  font-size: 22px;
  padding-left: 5px;
  margin-bottom: 3%;
}

.help_form01 {
  overflow: hidden;
  padding-top: 60px;
  border-top: 1px solid #ddd;
}

.help_article {
  font-size: 18px;
  margin-bottom: 5%;
}

.help_tel_l {
  float: left;
  margin-left: 10%;
  line-height: 2em;
  margin-bottom: 10px;
}

.help_tel_l a {
  font-size: 45px;
  font-weight: bold;
}

.help_tel_r {
  float: left;
  margin-left: 10%;
}

.help_left {
  float: left;
  font-size: 16px;
  line-height: 2em;
  margin-left: 5%;
  width: 15%;
  margin-bottom: 1em;
}

.help_right {
  overflow: hidden;
  margin-bottom: 1em;
}

.help_right textarea {
  font-size: 15px;
  padding: 2px;
  border-radius: 5px;
  border: solid 1px #d5d5d5;
  line-height: 1.5em;
  margin-right: 5%;
  width: 90%;
  height: 10em;
}

textarea[name="rtn_youbou"] {
  height: 5em;
}

.help_form02 {
  margin-top: 8%;
}

.help_form02 dl {
  overflow: hidden;
}

.help_btn {
  background: #603511;
  border-radius: 5px;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  width: 50%;
  margin: 5% 25%;
  font-size: 20px;
  border: none;
  box-shadow: 2px 2px 5px 0px #b9b9b9;
  font-weight: bold;
}

.help_error {
  color: #f00;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.form_comp {
  margin: 15% 0% 15% 0%;
  font-weight: bold;
  font-size: 20px;
  color: #4c94ad;
  text-align: center;
}

.mail_date {
  margin-top: 0;
  clear: both;
  float: right;
  font-size: 12px;
}



@media screen and (max-width:1024px) {

  input,
  button,
  textarea,
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }


  .appli_recieve a,
  .appli_send a {
    /*width: 65% !important;*/
    font-size: 12px;
  }

  /*---------------------------------------------------------------------------------
マイページトップ
---------------------------------------------------------------------------------*/

  /* パンくず */
  .mypage_breadcrumb_list {
    width: 94%;
  }

  .mypage_contents {
    width: 94%;
  }

  .mypage_sidenav {
    width: 25%;
  }

  .mypage_news_area {
    flex-wrap: wrap;
  }

  .message_news,
  .flabo_news {
    width: 100%;
  }

  .message_news {
    margin-bottom: 30px;
  }

  .maypage_item_area&gt;a {
    font-size: 15px;
  }

  .mypage_news_area {
    margin-bottom: 35px;
  }

  .flabo_news&gt;h3,
  .message_news&gt;h3 {
    font-size: 14px;
  }

  /* サイドナビ */
  .mypage_menu_li {
    font-size: 12px;
  }

  .mypage_menu&gt;h3,
  .page_history&gt;h3 {
    font-size: 14px;
  }








  /*---------------------------------------------------------------------------------
  マイページコンテンツ共通
  ---------------------------------------------------------------------------------*/
  .main_left_inner {
    border: none;
    background-color: unset;
    padding: 0;
    min-height: 300px;
  }

  .mypage_sub_title {
    padding: 5px 3%;
    font-size: 14px;
  }

  /* 新着 */
  .mypage_contents .mail_new {
    font-size: 10px;
    padding: 2px 5px;
  }

  /* サイドナビ */
  .mypage_sidenav {
    display: none;
  }

  /*---------------------------------------------------------------------------------
  マイページトップ
  ---------------------------------------------------------------------------------*/

  .mypage_contents {
    width: 92%;
    min-height: 80vh;
  }

  .mypage_contents h2 {
    font-size: 16px;
  }

  .main_left {
    width: 100%;
  }

  .flabo_news&gt;h3,
  .message_news&gt;h3 {
    padding: 7px 2%;
  }

  .mypage_news_area {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .message_news,
  .flabo_news {
    width: 100%;
  }

  .message_news {
    height: 160px;
    margin-bottom: 20px;
  }

  .message_news_list {
    height: 120px;
    padding: 4px 3%;
  }

  .message_news_list li {
    font-size: 11px;
  }

  .flabo_news {
    height: 110px;
  }

  .flabo_news_text {
    height: 65px;
  }

  .maypage_item_area&gt;a {
    width: 48%;
    font-size: 15px;
    max-width: 500px;
    margin: 0 auto 20px;
  }

  .flabo_news&gt;h3,
  .message_news&gt;h3 {
    font-size: 15px;
  }

  /*---------------------------------------------------------------------------------
 エントリー管理
  ---------------------------------------------------------------------------------*/

  /* メール一覧 */
  .mail_name {
    font-size: 11px;
  }

  .mail_name .mail_date {
    font-size: 11px;
  }

  .mail_box .mail_date {
    font-size: 10px;
  }

  .mail_box li&gt;a {
    font-size: 13px;
  }

  .mail_title_box&gt;a {
    font-size: 12px;
    padding: 6px 20px 6px 6px;
  }

  .mail_title_box&gt;a::after {
    right: 8px;
    width: 6px;
    height: 6px;
  }

  /*-----カテゴリアイコン-----*/

  .mail_category_new {
    font-size: 12px;
    float: right;
    color: #fff;
    padding: 0 3px;
    border-radius: 5px;
    width: 10%;
    text-align: center;
    margin-right: 5%;
  }

  .mail_category_entry,
  .mail_category_offer,
  .mail_category_event01,
  .mail_category_event02 {
    font-size: 10px;
    float: right;
    color: #fff;
    padding: 0 3px;
    border-radius: 5px;
    width: 50px;
    text-align: center;
    margin-right: 1%;
  }

  .mail_category_new {
    background: #ec4559;
  }

  .mail_category_entry {
    background: #ff9900;
  }

  .mail_category_offer {
    background: #27b7fc;
  }

  .mail_category_event01 {
    background: #00704a;
  }

  .mail_category_event02 {
    background: #67cb33;
  }

  /*----【メール詳細】----*/

  .applicant_mail button {
    width: 25%;
    max-width: 80px;
    margin-left: 2%;
    padding: 6px 2%;
    font-size: 12px;
    font-weight: bold;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    border: 1px solid #333333;
    border-radius: 3px;
    cursor: pointer;
  }

  .mail_main {
    margin-top: 0 !important;
    padding-top: 0;
  }

  .applicant_mail_box {
    padding: 10px 1.4%;
    overflow-y: scroll;
    border: 1px solid #b9b9b9;
    border-radius: 10px;
    max-height: 57vh;
  }

  .applicant_mail {
    color: #b7ae79;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* 戻るボタン・返信ボタン */
  .mail_mypage_btn_area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .mail_mypage_btn_area .back_btn,
  .mail_mypage_btn_area .reply_btn {
    width: 35%;
    max-width: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    border-radius: 5px;
    margin: 0 10px;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
  }

  .mail_mypage_btn_area .back_btn:hover,
  .mail_mypage_btn_area .reply_btn:hover {
    opacity: 0.7;
  }

  .mail_mypage_btn_area .back_btn {
    background-color: #efefef;
    border: #acacac solid 1px;
  }

  .mail_mypage_btn_area .reply_btn {
    background-color: #f15a24;
    color: #fff;
  }

  /* バルーン */

  .appli_recieve {
    float: left;
    width: 75%;
    padding: 0 10px;
  }

  .appli_send {
    float: right;
    width: 83%;
    padding: 0 10px;
  }

  .balloon_topleft,
  .balloon_topright {
    margin-top: 30px;
  }

  .balloon_topright {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .balloon_topright .balloon_inner {
    width: 88%;
  }

  .balloon_main {
    border-radius: 10px;
    padding: 20px 4%;
    margin-bottom: 5px;
  }

  .mail_title {
    padding-bottom: 10px;
    border-bottom: solid #a9a9a9 2px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .recieve_title,
  .send_title {
    font-weight: bold;
    font-size: 13px;
  }

  .recieve_article,
  .send_article {
    font-size: 13px;
  }

  .mail_mark {
    padding: 2px 2px;
    width: 60px;
    color: #fff;
    font-size: 10px;
  }

  .mail_mark.color_m_99 {
    width: 70px;
  }

  .color_m_01 {
    background: #ff9200;
  }

  .color_m_02 {
    background: #00704a;
  }

  .color_m_03 {
    background: #6dca4a;
  }

  .color_m_04 {
    background: #27b7fc;
  }

  .color_m_99 {
    background: #f00;
  }

  /* 既読未読 */
  .mail_mark_send01 {
    color: #333;
    font-size: 11px;
    margin: 0 1% 22px 0;
  }

  .mail_mark_send02 {
    color: #f00;
    font-size: 11px;
    margin: 0 1% 22px 0;
  }

  /* バルーン下　日時・新着 */
  .balloon_topleft .mail_date_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .balloon_topright .mail_date_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .mail_date_box .mail_date {
    float: none;
    margin-right: 1%;
    font-size: 11px;
    width: auto;
  }

  .mail_date_box .mail_new {
    background: #f00;
    color: #fff;
    font-size: 11px;
    line-height: 1em;
    padding: 3px 8px;
    border-radius: 3px;
  }

  /* 返信モーダル */

  /* モーダル*/
  .mail_modal_container {
    display: none;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .modal_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 30, 30, 0.9);
  }

  .modal_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 900px;
    padding: 10px 20px;
    background-color: #fff;
    height: 80%;
    overflow: auto;
    border-radius: 5px;
  }

  .modal_main {
    padding: 32px 3%;
    margin-top: 30px;
  }

  .close_modal {
    position: absolute;
    top: 2%;
    right: 2%;
    cursor: pointer;
    font-size: 30px;
  }

  /* 後ろのコンテンツ止める */
  body.nonscroll {
    overflow: hidden;
  }

  input[name="titles"] {
    box-sizing: border-box;
    padding: 1%;
    width: 80%;
    height: 32px;
    margin: 0 0 20px 2%;
    border-radius: 3px;
    border: 1px #b9b9b9 solid;
  }

  textarea[name="texts"] {
    width: 100%;
    height: 54vh;
    margin-bottom: 20px;
    border: 1px #b9b9b9 solid;
    border-radius: 5px;
    padding: 1%;
    box-sizing: border-box;
  }

  .modal_btn_area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .mail_send_btn {
    background-color: #f15a24;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 16px 10px;
    appearance: none;
    display: block;
    width: 320px;
    max-width: 90%;
    margin: 0 auto;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 2px;
  }

  .modal_close_btn {
    display: none;
  }

  .mail_send_btn:hover {
    opacity: 0.7;
  }

  .modal_title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #ede6c8;
    font-size: 17px;
    font-weight: bold;
    padding: 15px;
    box-sizing: border-box;
  }

  .return_title {
    font-size: 14px;
    font-weight: bold;
  }

  /*メール詳細 ここまで*/

  /*---------------------------------------------------------------------------------
ログイン
---------------------------------------------------------------------------------*/
  .error {
    background-color: #ffe8e8;
    color: #ff0000;
    font-size: 12px;
    padding: 5px;
    margin-bottom: 5px;
    text-align: left;
  }

  .inp_error {
    background-color: #ffe8e8;
  }

  .login_form,
  .new_member {
    background: #fff;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
    width: 80%;
    border: #d5d5d5 1px solid;
    max-width: 500px;
  }

  .form_inner {
    width: 97%;
    margin: 0 auto;
  }

  .login_img {
    display: block;
    width: 300px;
    margin: 0 auto;
    padding: 30px 4% 20px;
  }

  .form_inner&gt;input[type="text"],
  .form_inner&gt;input[type="password"] {
    width: 100%;
    margin-bottom: 24px;
    height: 36px;
    border: #d6d6d6 1px solid;
    padding: 0 2%;
    font-size: 15px;
    max-width: 100%;
  }

  .form_inner label {
    display: block;
    text-align: left;
    margin-bottom: 8px;
  }

  .mypage_login {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0px auto 0px;
    background-color: #f8f8f8;
    padding: 30px 0 50px;
  }

  .mypage_login,
  .mypage_login * {
    box-sizing: border-box;
  }

  #login_btn {
    background: #f15a24;
    color: #fff;
    padding: 12px 2%;
    border-radius: 5px;
    font-size: 16px;
    border: 0px;
    cursor: pointer;
    font-weight: bold;
    margin: 10px auto;
    display: block;
    width: 100%;
  }

  #login_btn:hover,
  .new_member_btn:hover {
    opacity: 0.7;
  }

  .toContact {
    display: block;
    margin-right: 3px;
    color: #0066c0;
    text-align: left;
    font-size: 12px;
  }

  .new_member {
    margin: 24px auto 50px;
    padding: 14px 30px;
  }

  .new_member_btn {
    background: #fff;
    color: #f15a24;
    padding: 12px 2%;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #f15a24;
    cursor: pointer;
    font-weight: bold;
    margin: 10px auto;
    display: block;
    width: 100%;
  }

  /*---------------------------------------------------------------------------------
ログインモーダル
  ---------------------------------------------------------------------------------*/
  .login_modal_tit {
    font-size: 19px;
  }

  /*---------------------------------------------------------------------------------
  パスワードリマインダー
  ---------------------------------------------------------------------------------*/
  .remind {
    padding: 30px 4%;
  }

  .remind_form {
    width: 100%;
  }

  .remind_form dt {
    color: #555;
  }

  .remind_form dd input {
    font-size: 16px;
    width: 100%;
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
    letter-spacing: 0.7px;
  }

  .addressError {
    color: red;
    font-size: 14px;
    margin-top: 5px;
  }

  /*---------------------------------------------------------------------------------
キープBOX
---------------------------------------------------------------------------------*/
  .mypage_card {
    width: 100%;
    padding: 20px 0;
  }

  .mypage_img {
    width: 30%;
  }

  .keep_text {
    width: 70%;
  }

  .keep_text&gt;h4 {
    font-size: 12px;
  }

  .keep_star {
    width: 30px;
  }

  .company_name {
    font-size: 10px;
  }

  /*---------------------------------------------------------------------------------
登録・変更
---------------------------------------------------------------------------------*/
  .registration_btn_area {
    background-color: unset;
    padding: 0;
    max-width: 780px;
    margin: 0 auto 12px;
  }

  .registration_btn_area&gt;h3 {
    color: #333;
    font-size: 15px;
  }

  .registration_btn_area&gt;a {
    border: 1px solid #f15a24;
    background-color: #fff;
    color: #f15a24;
    padding: 6px 25px;
    font-size: 14px;
  }

  .register_table {
    border: none;
    border-bottom: #d6d6d6 1px solid;
    border-top: #d6d6d6 1px solid;
  }

  .register_table tr:last-of-type .register_head {
    border-bottom: #d6d6d6 1px solid;
  }

  .register_table th {
    display: block;
    width: 100%;
  }

  .register_head {
    padding: 11px 3.2%;
    font-size: 13px;
  }

  .register_data {
    padding: 16px 2%;
    font-size: 13px;
    min-height: 54px;
  }

  .register h3 {
    padding: 0 3%;
    margin: 40px auto 10px;
  }

  .register input[type="email"],
  .register input[type="tel"] {
    width: 80%;
  }

  .radio_label {
    margin-bottom: 5px;
  }

  /*******エラー上部*******/
  .error_text_top {
    width: 94%;
  }

  /*******お名前*******/
  .name_label {
    width: 100%;
    margin-right: 0;
  }

  .name_label input[type="text"] {
    width: 80%;
    margin-left: 1%;
  }

  /*******生年月日*******/
  .birthday_data .select_wrap {
    width: 31.3%;
  }

  /*******ご住所*******/
  .address_data .select_wrap {
    width: 40%;
    margin-bottom: 10px;
  }

  .address_label01 {
    width: 100%;
  }

  .address_label01 input,
  .address_label02 input {
    width: 100%;
  }

  /*******ログインID*******/
  .login_label input {
    width: 80%;
  }

  /*******パスワード*******/
  .password_label input {
    width: 80%;
  }

  #users {
    width: 100%;
    margin: 0 auto;
    min-height: 600px;
  }

  .formset {
    padding-right: 0;
    width: 47%;
    height: 103px;
    padding: 0 5px;
    margin-right: 0;
  }

  .formsetone {
    float: none;
    width: 47%;
    padding-left: 5px;
  }

  .formset_checkbox {
    width: 25%;
    height: 50px;
    padding-right: 0;
  }

  .formsetone_long {
    float: none;
  }

  .formsetone_long input {
    width: 80% !important;
  }

  .qa {
    width: 100%;
    height: 30px;
    margin: 30px 0;
  }

  .qa .design {
    font-size: 19px !important;
    text-indent: -3em;
    padding-left: 2.5em;
    padding-right: 1.5em;
    line-height: 1.3em;
  }

  .confirmation_box3 {
    width: 49%;
  }

  .mailmagazine_annotation {
    font-size: 14px;
  }

  /*******確認画面*******/
  .confirmation_wrap {
    margin-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
  }

  .confirmation_box {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .confirmation_box2 {
    float: left;
    width: 49%;
    margin-bottom: 10px;
  }

  .confirmation_box3 {
    float: left;
    width: 33%;
    margin-bottom: 10px;
  }

  .confirmation_box h2,
  .confirmation_box2 h2,
  .confirmation_box3 h2 {
    font-size: 15px;
    color: #5d3026;
    letter-spacing: 0.7px;
    margin-bottom: 3px;
  }

  .confirmation_box p,
  .confirmation_box2 p,
  .confirmation_box3 p {
    font-size: 1.1rem;
  }

  /*---------------------------------------------------------------------------------
マッチング企業
---------------------------------------------------------------------------------*/
  .match_text {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .match_type_text {
    font-size: 17px;
  }

  .match_type&gt;h3 {
    font-size: 17px;
  }

  .match_type&gt;p {
    font-size: 13px;
  }

  /*---------------------------------------------------------------------------------
プレゼント
---------------------------------------------------------------------------------*/
  .present_group {
    overflow: hidden;
    padding: 5% 5.5%;
  }

  .present_bnr {
    display: none;
  }

  .present_bnr_sp {
    margin: 2.6%;
    box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.2),
      1px 2px 10px 1px rgba(0, 0, 0, 0.2);
  }

  .userId {
    padding: 20px 0 0 5.5%;
    font-size: 16px;
  }

  .annoId {
    font-size: 13px;
  }

  /*---------------------------------------------------------------------------------
ヘルプデスク
---------------------------------------------------------------------------------*/
  .lineWrap {
    margin: 30px 0 40px;
  }

  .lineWrap .manWrap li {
    width: 31%;
    margin: 1%;
    float: left;
  }

  .lineWrap .screenWrap li {
    width: 48%;
    margin: 1%;
    float: left;
  }

  .lineTitle {
    margin: 30px 0 0;
    width: 100%;
  }

  .lineFirst {
    font-size: 16px;
    margin: 20px 0;
  }

  .lineColor {
    color: #00b813;
  }

  .redColor {
    color: #fe0b35;
  }

  .lineBtn {
    width: 60%;
    display: block;
    margin: 0 auto;
  }

  .flowWrap {
    font-size: 16px;
    margin: 5px;
    line-height: 1.5em;
  }

  .flow1 {
    font-size: 22px;
    font-weight: bold;
    margin: 60px 0 20px;
  }

  .flow2 {
    font-size: 22px;
    font-weight: bold;
    margin: 70px 0 20px;
  }

  .fukidashi {
    width: 40px;
    margin: 0 5px;
  }

  .office {
    margin: 20px auto;
    width: 80%;
  }

  /*==================================
LINE
===================================*/

  .line_btn {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.5em;
  }

  .line_btn a {
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        from(#7bd660),
        to(#44ad24));
    background: -webkit-linear-gradient(top, #7bd660, #44ad24);
    background: linear-gradient(to bottom, #7bd660, #44ad24);
    border: 2px solid #44ad24;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 10px;
    padding: 10px 20px;
    line-height: 6em;
    text-decoration: none;
  }

  .lineid {
    margin-bottom: 30px;
  }

  .lineid th {
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        from(#7bd660),
        to(#44ad24));
    background: -webkit-linear-gradient(top, #7bd660, #44ad24);
    background: linear-gradient(to bottom, #7bd660, #44ad24);
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
    margin-right: 10px;
    display: block;
  }

  .help_form_box {
    padding: 5% 5%;
  }

  .help_title {
    border-left: solid 5px #603511;
    line-height: 1.5em;
    font-size: 16px;
    padding-left: 5px;
    margin-bottom: 5%;
  }

  .help_form01 {
    overflow: hidden;
    padding-top: 40px;
    border-top: 1px solid #ddd;
  }

  .help_article {
    font-size: 16px;
    margin-bottom: 5%;
    margin-top: 3%;
  }

  .help_tel_l {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-left: 3%;
    line-height: 2em;
    margin-bottom: 10px;
  }

  .help_tel_l a {
    font-size: 30px;
  }

  .help_tel_r {
    float: left;
    margin-left: 3%;
  }

  .help_left {
    font-size: 16px;
    line-height: 2em;
    width: 100%;
  }

  .help_right {
    overflow: hidden;
    margin-bottom: 1em;
  }

  .help_right textarea {
    font-size: 16px;
    padding: 2px;
    border-radius: 5px;
    border: solid 1px #d5d5d5;
    line-height: 1.5em;
    margin-right: 5%;
    width: 90%;
    height: 8em;
  }

  textarea[name="rtn_youbou"] {
    height: 5em;
  }

  .help_form02 {
    margin-top: 8%;
  }

  .help_btn {
    background: #603511;
    border-radius: 5px;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    width: 50%;
    margin: 5% 25%;
    font-size: 20px;
    border: none;
    box-shadow: 2px 2px 5px 0px #b9b9b9;
    font-weight: bold;
  }

  .help_error {
    color: #f00;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }

  .form_comp {
    margin-top: 20%;
    margin-bottom: 20%;
    font-weight: bold;
    font-size: 14px;
    color: #4c94ad;
    text-align: center;
  }

  /*---------------------------------------------------------------------------------
バナーエリア
---------------------------------------------------------------------------------*/
  .mypage_bnr_area {
    margin-top: 30px;
  }

  .bnr_ul {
    display: block;
  }

  .bnr_ul li {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }


}



@media screen and (max-width: 480px) {

  /*---------------------------------------------------------------------------------
マイページ共通
---------------------------------------------------------------------------------*/
  /* パンくず */
  .mypage_breadcrumb_list {
    width: 96%;
  }

  .mypage_breadcrumb_li {
    font-size: 10px;
  }

  .mypage_breadcrumb_li::after {
    right: 6px;
    width: 6px;
    height: 6px;
  }

  /*---------------------------------------------------------------------------------
ログイン
---------------------------------------------------------------------------------*/

  .login_form,
  .new_member {
    width: 100%;
    border: none;
  }

  .login_form {
    width: 90%;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 0 20px;
    background-color: rgba(252, 252, 252, 1);
  }

  .mypage_login {
    background-color: rgba(252, 252, 252, 1);
    padding: 0;
    width: 100%;
  }

  .new_member {
    width: 90%;
    padding: 5px 0;
    background-color: rgba(252, 252, 252, 1);
    margin-top: 14px;
  }

  .form_inner label {
    margin-bottom: 4px;
  }

  .form_inner&gt;input[type="text"],
  .form_inner&gt;input[type="password"] {
    margin-bottom: 14px;
  }

  .login_img {
    width: 260px;
  }

  .login_tit {
    font-size: 16px;
    padding: 0 5%;
  }

  .login_txt {
    font-size: 12px;
    text-align: left;
    padding: 0 5%;

  }

  /*---------------------------------------------------------------------------------
    マイページトップ
    ---------------------------------------------------------------------------------*/
  .maypage_item_area&gt;a {
    width: 96%;
  }



  /* 登録・変更 */

  .register input[type="text"],
  .register input[type="email"],
  .register input[type="tel"],
  .register input[type="password"],
  .register select {
    padding: 8px;
    font-size: 16px;
  }

  .register input[type="email"],
  .register input[type="tel"] {
    width: 100%;
  }

  /*******お名前*******/
  .name_label input[type="text"] {
    width: 90%;
  }

  /*******ログイン*******/
  .login_label input {
    width: 100%;
  }

  /*******パスワード*******/
  .password_label input {
    width: 100%;
  }

  /*******学校区分*******/
  .school_data .select_wrap {
    width: 60%;
  }

  /*******学校名*******/
  .school_name input {
    width: 100%;
  }

  /*******学部・学科・専攻*******/
  .study_data input {
    width: 100%;
  }

  /*******卒業予定時期*******/
  .graduate_data .select_wrap {
    width: 60%;
  }

  /*******学籍番号*******/
  .studentid_data input {
    width: 100%;
  }

  /*******希望職種・希望勤務地*******/
  .checkbox_list li {
    width: 46%;
  }

  .area_wrap li:not(:first-child) {
    width: 44%;
  }

  /*******タイプ別適職診断*******/
  .qa_table th {
    font-size: 15px;
  }

  /*******サブミットボタン・戻るボタン*******/
  .formbtn_area {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  /*******変更完了画面*******/

  .register_complete_area .complete_text {
    font-size: 18px;
  }

  /*---------------------------------------------------------------------------------
  マッチング企業
  ---------------------------------------------------------------------------------*/

  .match_type_a dt {
    color: #ef1468;
  }

  .match_type_a dd {
    font-size: 15px;
    margin: 2% 0;
  }

  .match_type_b dt {
    color: #67cb33;
  }

  .match_type_b dd {
    font-size: 15px;
    margin: 2% 0;
  }

  .match_type_c dt {
    color: #27b7fc;
  }

  .match_type_c dd {
    font-size: 15px;
    margin: 2% 0;
  }

  .match_type_d dt {
    color: #ff9900;
  }

  .match_type_d dd {
    font-size: 15px;
    margin: 2% 0;
  }

  .match_type_article {
    margin-left: 13%;
  }

  .next_show {
    text-align: center;
    font-size: 20px;
    color: #ff9900;
    font-weight: bold;
    margin: 13% 0;
  }

  /*---------------------------------------------------------------------------------
  メール管理
  ---------------------------------------------------------------------------------*/

  /* バルーン */
  .appli_recieve {
    float: left;
    width: 85%;
    padding: 0 10px;
  }

  .appli_send {
    float: right;
    width: 95%;
    padding: 0 10px;
  }

  .recieve_article,
  .send_article {
    font-size: 12px;
  }

  .mail_mypage_btn_area .back_btn,
  .mail_mypage_btn_area .reply_btn {
    width: 43%;
    height: 46px;
    font-size: 14px;
  }

  /* 返信モーダル */
  .modal_bg {
    display: none;
  }

  .modal_inner {
    width: 100%;
    max-width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    height: 100%;
    border-radius: unset;
  }

  .modal_title {
    width: 100%;
    font-size: 17px;
    padding: 32px 5% 23px;
    text-align: center;
  }

  .modal_main {
    padding: 32px 5%;
    margin-top: 63px;
  }

  .return_title {
    font-size: 17px;
  }

  input[name="titles"] {
    width: 85%;
    height: 43px;
    font-size: 15px;
  }

  textarea[name="texts"] {
    height: 54vh;
    box-sizing: border-box;
    font-size: 15px;
  }

  .mail_send_btn,
  .modal_close_btn {
    width: 46%;
    max-width: unset;
    padding: 12px 10px;
  }

  .modal_close_btn {
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    display: block;
    margin: 0 auto;
    color: #333;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    background-color: #efefef;
    border: #acacac solid 1px;
  }

  /*---------------------------------------------------------------------------------
登録内容確認・変更
---------------------------------------------------------------------------------*/
  /*******サブミットボタン・戻るボタン*******/
  .formbtn_area {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  /*******資格*******/

  .other_label input {
    width: 100%;
  }

  /*---------------------------------------------------------------------------------
キープＢＯＸ
---------------------------------------------------------------------------------*/

  .keep_zero {
    font-size: 14px;
  }


  /*---------------------------------------------------------------------------------
予約確認
---------------------------------------------------------------------------------*/
  /* 予約確認詳細 */
  .detail_company {
    font-size: 23px;
  }

  .rsv_box li {
    flex-wrap: wrap;
  }

  .rsv_left {
    width: 100%;
  }

  .rsv_right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }

  .rsv_detail {
    width: 100%;
    text-align: right;

  }

  .rsv_right .rsv_id {
    font-size: 12px;
    color: #f15a24;
  }

  .rsv_right .rsv_detail {
    max-width: 40%;
    padding-right: 1%;
  }

  /*---------------------------------------------------------------------------------
予約確認
---------------------------------------------------------------------------------*/


  /* 予約確認詳細 */


  .rsv_company {
    font-size: 14px;
    padding-bottom: 3px;
  }

  .rsv_left {
    flex: 1;
  }

  .rsv_date {
    font-size: 12px;
  }

  .rsv_detail {
    font-size: 12px;
    padding: 0 1%;
    display: block;
    min-width: 70px;
  }

  .rsv_confirm_table {
    border: none;
    border-bottom: #d6d6d6 1px solid;
    border-top: #d6d6d6 1px solid;
    width: 100%;
  }

  .detail_company {
    font-size: 18px;
  }

  .rsv_confirm_table .confirm_h3 {
    font-size: 18px;
  }

  .rsv_confirm_table .confirm_head {
    width: 100%;
  }

  .confirm_table tr:last-of-type .confirm_head {
    border-bottom: #d6d6d6 1px solid;
  }

  .rsv_confirm_table th {
    display: block;
    width: 100%;
  }

  .rsv_confirm_table .confirm_head {
    padding: 10px 3.2%;
    font-size: 14px;
  }

  .rsv_confirm_table .confirm_data {
    padding: 16px 5%;
  }

  /* モーダル */
  .close_modal {
    top: 30px;
    right: 30px;
  }
}

@media screen and (max-width: 370px) {

  .errorPage .design,
  .errorPage .design_long {
    font-size: 12px;
  }

  /*---------------------------------------------------------------------------------
  メール管理
  ---------------------------------------------------------------------------------*/

  /*----【メール詳細】----*/

  .applicant_mail {
    font-size: 17px;
  }

  .applicant_mail button {
    width: 30%;
    font-size: 11px;
  }

  .mail_mark_send01 {
    font-size: 10px;
  }

  /*---------------------------------------------------------------------------------
キープBOX
---------------------------------------------------------------------------------*/
  .mypage_card {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .keep_content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .keep_text {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .mypage_img {
    width: 50%;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .mypage_img img {
    margin-right: 0;
  }

  .keep_text&gt;h4 {
    font-size: 13px;
    width: 100%;
  }

  .keep_text .keep_category {
    max-width: 25%;
    line-height: 1.8;
  }

  .keep_text .company_name {
    max-width: 74%;
    line-height: 1.3;
    text-align: left;
    margin-left: 1%;
  }
}</pre></body></html>