@charset "UTF-8";

/*Front End PM用「front-end-pm.css」*/

/* ============================================================
# ヘッダー
============================================================
*/

#fep-header {
  display: none;
}

.article-body > p {
  display: none;
}

.fep-count {
  margin-bottom: 0;
}
@media (min-width: 639px){
  .fep-count {
    margin-bottom: 40px;
  }
}

/* ============================================================
# メニュー
============================================================
*/
a.fep-button-active {
  font-weight: normal;
}
#fep-menu {
  display: flex;
  justify-content: space-between;
}

#fep-menu .fep-button,
.fep-button,
.fep-button-active {
  border: 1px solid #000000;
  border-radius: 0 !important;
  padding: 6px 20px;
  margin-right: 0 !important;
  margin-bottom: 24px;
  font-size: 1.4rem;
  width: 100%;
}

.loginas-um_client_03 #fep-menu .fep-button-active,
.loginas-um_client_03 #fep-menu .fep-button {
    border: 1px solid #000000 !important;
    background: #000000;
    color: #ffffff;
}

.loginas-um_client_03 #fep-menu .fep-button-active::before {
  font-family: "icomoon";
  content: "\e915";
  padding-right: 8px;
  font-size: 2.0rem;
  vertical-align: middle;
}
.loginas-um_client_03 #fep-menu .fep-button::before {
  font-family: "icomoon";
  content: "\e92e";
  padding-right: 8px;
  font-size: 2.0rem;
  vertical-align: middle;
}

#fep-menu-newmessage.fep-button {
  border-left:1px solid #000000;
  border-top: 1px solid #000000;
  border-right: 0px;
  border-bottom: 0px;
}
#fep-menu-message_box.fep-button {
  border-left:1px solid #000000;
  border-top: 0px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
#fep-menu-announcements.fep-button {
  border-left:1px solid #000000;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 0px;
}
#fep-menu-new_announcement.fep-button {
  border-left: 0px;
  border-top: 0px;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
}
#fep-menu-directory.fep-button {
  border-left:0px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 0px;
}

span.fep_unread_message_count_hide_if_zero {
 letter-spacing: 3px;
}


@media screen and (max-width: 480px){
#fep-menu-toggle-button {
  display: none;
  /* padding: 11px 16px;
  font-size: 1.4rem;
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff; */
  }

/* #fep-menu-toggle-button:after {
  content: "\e924";
  font-family: 'icomoon' !important;
  font-size: 2.4rem;
  color: #ffffff;
  float: right;
  margin-left: 5px;
}

#fep-menu-toggle-button.fep-menu-toggle-expanded:after {
  content: "\e922";
  font-family: 'icomoon' !important;
  font-size: 2.4rem;
  color: #ffffff;
  float: right;
  margin-left: 5px;
}

#fep-menu .fep-button, .fep-button, .fep-button-active {
  padding: 6px 4px;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

#fep-menu-newmessage.fep-button, #fep-menu-new_announcement.fep-button {
  border-left:1px solid #000000;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 0px;
}
#fep-menu-message_box.fep-button, #fep-menu-directory.fep-button {
  border-left:1px solid #000000;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 0px;
}
#fep-menu-announcements.fep-button {
  border-left:1px solid #000000;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
#fep-menu-new_announcement.fep-button {
  border-left:1px solid #000000;
  border-top: 0px;
  border-right: 1px solid #000000;
  border-bottom: 0px;
}
#fep-menu-directory.fep-button {
  border-left:1px solid #000000;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
} */
}

/*トグルメニュー*/
@media (max-width: 480px) {
  .fep-button,
  .fep-button-active {
    border: 1px solid #000000;
  }
}

#fep-menu .fep-button,
.fep-button,
.fep-button-active {
  font-weight: normal;
}

#fep-menu a:focus {
  color: #00a0e9;
}
#fep-menu a:hover,
#fep-menu a:active {
  color: #ffffff;
}
/* ============================================================
# フッター
============================================================
*/
/* div #fep-content{
  text-align: center;
} */

#fep-footer {
  display: none;
}


/* ============================================================
# コンテント共通
============================================================
*/

#fep-content {
  padding: 40px 4%;
  border: none;
  background: #f9f9f9;
  text-align: center;
  margin-top: 24px;
}

#fep-content h2{
 display: none !important;
}

#fep-content .required {
  display: none;
}


@media only screen and (min-width : 960px){
  #fep-content {
    padding: 40px 80px;
  }
}

/*チェックボックス*/
.custom_profiletab_5 input[type="checkbox"] {
   display: none;
  }

.custom_profiletab_5 input[type="checkbox"] + span {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom_profiletab_5 #fep_send_to_admin + span {
  color:#000000;
}

.custom_profiletab_5 input[type="checkbox"] + span:last-child { margin-bottom: 0; }

.custom_profiletab_5 input[type="checkbox"] + span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s;
  border-color: .08s;
}

.custom_profiletab_5 input[type="checkbox"]:checked + span:before {
  width: 10px;
  top: -5px;
  left: 5px;
  background: none;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* div.fep-column.fep-column-fep-cb > label {
  margin-left: 16px;
} */

/* 添付ファイル */
/* .fep-form-newmessage .fep-form-field-fep_upload,
.fep-form-reply .fep-form-field-fep_upload {
  display: none;
} */
  /* プログレスバー */
.fep-progress-bar .fep-progress-bar-inner {
  display: none;
  }

.fep-font-red {
  color: #ff3a77 !important;
}

/* ============================================================
# 新規メッセージを作成
============================================================
*/
.front-end-pm-form {
  display: block;
}
.fep-label label{
  padding-left: 0;
  text-align: left;
  font-size: 1.4rem;
}

/*宛先候補*/
#fep-result {
  background: #ffffff;
  border: solid 1px #000000;
  display: none;
  position: absolute;
}
#fep-result li :hover {
  background: #000000;
}
#fep-result li {
  text-align: left;
  border-top: solid 1px #000000;
  font-size: 1.4rem;
  padding-left: 8px;
}

#fep-result li a {
  color: #000000;
}

label[for="fep_pro_to"],
label[for="message_title"],
label[for="message_content"],
label[for="fep_upload"] {
  margin-top: 24px;
  line-height: 1.5;
}

span.required {
  display: none;
}

.fep-form-newmessage label[for="fep_pro_to"]::after {
  content: '※ 名前に含まれる文字を入力後、表示された候補者名の中からリンクテキストを選択。スペースが含まれると正しく表示されません。';
  color: #ff3a77;
  font-size: 1.1rem;
  padding-left: 8px;
}


body#tinymce.wp-editor {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    font-size: 14px;
}

#fep_upload label {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 8px;
}

.front-end-pm-form input {
  padding: .3em .5em;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  border: 1px solid rgba(0, 0, 0, 0.6);
  /* background: transparent; */
  margin: 0 auto;
}

.fep-form textarea {
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 0;
  height: 320px;
}

#fep_upload {
  margin-bottom: 40px;
}

.fep-attachment-field-div input {
  width: 100%;
  margin-bottom: 8px;
  font-size: 1.4rem;
  padding: 4px;
}

.fep-attachment-field-input{
  margin-left: 0 !important;
}

a.fep-attachment-field-a{
  text-decoration: none !important;
}


/* ファイルをさらに追加 */
a#fep-attachment-field-add{
  display: none;
}

button[type="submit"].fep-button {
  width: 240px;
  background: #000000 !important;
  color: #FFFFFF !important;
  font-size: 1.6rem;
  margin: 48px auto 16px;
  line-height: 40px;
}


/*送信完了、エラーメッセージ*/
.fep-success,
.fep-error,
.fep-wp-error {
    background-color: transparent;
    border-color: transparent;
    border-width: 0px;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
}
.fep-error,
.fep-wp-error {
    color: #ff3a77;
}
/* ============================================================
# メッセージボックス、お知らせ、アドレス帳 共通
============================================================
*/
#fep-content form {
   margin: 0;
}

.fep-table-row {
  padding: 10px;
  position: relative;
}

/*検索ボックス*/
.fep-messagebox-search-form-div {
  display: none;
}
/* input.fep-messagebox-search-form-field,input.fep-announcementbox-search-form-field,input.fep-directory-search-form-field {
  width: 100%;
  height: 44px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 0;
  letter-spacing: 0.5px;
  padding: 8px 16px;
  margin: 0 auto;
  display: inline-block;
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */


/*フィルター*/
.fep-action-table .col_ns {
    margin: 16px auto;
}

#fep-action-table_02.col_ns {
  float: right;
  min-width: 170px;
}
.col_ns select {
    font-size: 1.6rem;
    padding: 8px 72px 8px 16px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    background-image: linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.6) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0.6) 50%, transparent 50%), linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.fep-loading-gif-div{
  display: none !important;
}

/*一括操作*/
#fep-action-table_01 {
  text-align: left;
}
#fep-action-table_01 div {
  display: inline-block;
}

/*適用*/
.apply-btn {
  text-align: left;
}

#fep-action-table_01 button[type="submit"].fep-button {
  width: 80px;
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  font-size: 1.6rem;
  margin: 0 0 0 8px;
  line-height: 22px !important;
  font-weight: normal;
}

  /*すべて表示*/
  #fep-action-table_02 {
    text-align: right;
  }

  @media screen and (max-width: 639px){
    #fep-action-table_02 {
      text-align: left;
      margin-top: 0;
    }
  }


/*
受信トレイ
*/
  #fep-box-content-main {
    text-align: left;
    margin-top: 24px;
  }

/*すべてチェック*/
.fep-cb-check-uncheck-all-div {
  margin-left: 10px;
  text-align: left;
}


/*メッセージ一覧表*/

.fep-table-tr {
  width: 100%;
  background: #ffffff;
  margin-bottom: 4px;
}
.fep-table-tr > div {
  display: inline-block !important;
}

.fep-table-tr > div > div{
    display: inline-block;
}

.fep-table .fep-column-fep-cb {
    /* width: 40px; */
    position: relative;
    top: -12px;
}
.fep-column-avatar {
  display: none !important;
}
.fep-table .fep-column-author {
  width: 160px;
}
.fep-column-author span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8;
}


.fep-column-title span {
  display: inline;
  line-height: 1.8;
}

.fep-table .fep-message-excerpt {
  display: none;
  /* opacity: 0.8;
  font-size: 1.3rem;
  line-height:1.8; */
}

/*未読マーク*/
.fep-unread-class {
    border-radius: 0;
    box-shadow:none;
    font-size: 1.0rem;
    font-weight: normal;
    line-height: 16px;
    padding: 0 2px;
    position: absolute;
    top: 0px;
    width: 28px;
    margin-left: 4px;
    text-align: center;
  }

@media screen and (max-width: 639px){
  /*すべてチェック*/
  .fep-cb-check-uncheck-all-div label {
    font-size: 1.5rem;
  }

 /*メッセージ一覧表*/
  .fep-table-tr > div {
    display: block !important;
  }

  .fep-table-tr > div > div {
      display: inline-block !important;
  }
  .fep-table .fep-column-fep-cb {
    position: relative;
    top:0;
  }
  .fep-column-author span, .fep-column-date span {
    display: inline;
    margin-right: 8px;
  }

  .fep-table .fep-column-author  {
    width: 80%;
  }
  .fep-column-author span {
    display: inline;
    margin-right: 8px;
  }
  .fep-table .fep-column-title {
    margin-left: 44px;
  }
  .fep-column-title span {
    position: relative;
    top: -2px;
  }
}

@media screen and (min-width: 640px){
.fep-table .fep-column-title {
    min-width: 320px;
    max-width: 60%;
    position: relative;
    top:-12px;
    vertical-align: middle;
    line-height: 1.0;
}
}

  /*ページネーション*/
.fep-pagination {
  border-radius: 0;
}

.fep-pagination-a {
  font-size: 2.4rem;
}

.fep-pagination > li > a {
  background-color: #ffffff !important;
  border: 1px solid #000000;
  border-color: #000000 !important;
  border-radius: 0;
  color: #000000 !important;
  float: left;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-left: -1px;
  padding: 4px 10px;
  position: relative;
  text-decoration: none;
}

.fep-pagination > li > span {
  background: #000000 !important;
  border: 1px solid #000000;
  border-radius: 0;
  color: #ffffff !important;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 4px 10px;
  margin: 0 16px;
}


/*トグルメニュー時*/
@media (max-width:479px) {
  .col2-wrap .col_ns {
    display: block !important;
  }
  .fep-action-table select {
    margin-bottom: 10px;
  }
  #fep-action-table_01 div {
    display: block;
  }
  .col_ns select {
    width: 100%;
  }
  #fep-action-table_01 button[type="submit"].fep-button {
    float: right;
    width: 88px;
  }
}

/* ============================================================
メッセージボックス
============================================================
*/

/*メッセージ詳細*/
#fep-content-single {
    display: block;
}

/*サイドバー非表示*/
#fep-content-single #fep-content-single-sidebar {
    display: none;
  }

/*受信メッセージ*/
.fep-per-message {
    border: none;
    margin: 0;
    padding: 0;
  }

.fep-per-message-index {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: none;
    font-size: 1.6rem;
    font-weight: normal;
    border-radius: 0;
    text-align: left;
    padding: 16px;
    margin-bottom: 2px;
    position: relative;
}

.fep-message .fep-per-message .fep-message-title {
    background-color: #ffffff !important;
    border: 1px solid #cccccc;
    border-radius: 0;
    padding: 16px;
}
.fep-message-title-heading > span,.author > span,.date > span {
  font-size: 1.4rem;
}

.fep-message .fep-message-title-heading {
    border: none;
    font-size: 1.8rem;
    font-weight: normal;
}

/* .fep-per-message div.fep-message-title {
  display: block;
} */
.fep-per-message .fep-message-title .author {
  font-size: 1.6rem;
  font-weight: normal;
}
.fep-per-message .fep-message-title .date {
  font-size: 1.6rem;
  text-align: left;
  padding-left: 0;
}

/*参加者非表示*/
.participants {
  display: none;
}

/*メッセージの表示・非表示*/
#fep-content-single-content .fep-align-right {
  text-align: center;
}
button.fep-message-toggle-all{
  margin-top: 24px;
  background-color: #000000!important;
  color: #ffffff !important;
  border: none !important;
  display: inline-block;
  font-family: 'icomoon';
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fep-message-content {
  background: #ffffff;
  border: 1px solid #cccccc;
  padding: 24px;
  top: -10px;
  position: relative;
  border-top: none;
}

.fep-message-content p {
  margin-bottom: 24px !important;
  text-align: left;
}

.loginas-um_client_03 .fep-message-content hr,
.loginas-um_member_03 .fep-message-content hr,
.loginas-um_client_03 .fep-read-receipt,
.loginas-um_member_03 .fep-read-receipt {
  display: none;
}
.fep-read-receipt-individual {
  padding-top: 16px;
  font-size: 1.3rem;
  color: #999999;
}

.fep-attachments-heading {
    font-size: 1.2rem;
    color: #f9f9f9;
    font-weight: normal;
}

.fep-attachment {
  text-align: left;
}

#fep-content a {
    text-decoration: none
  }

@media screen and (max-width: 560px){
  .fep-message .fep-message-title-heading{
    text-align: left;
  }
  .fep-per-message .fep-message-title {
    display: block;
    text-align: left;
}
.fep-per-message .fep-message-title .date {
    padding-left: 0!important;
    text-align: left!important;
  }
}

/* 返信ボタン 中央配置*/
.fep-form-reply {
  text-align: center;
}
/* .fep-form-reply label[for="message_content"]::after {
  content: '※ 連絡先など、自由にご記載頂けます。';
  color: #ff3a77;
} */

/* ============================================================
# 設定(functionで削除済み）
)
============================================================
*/
/* form.fep-form-settings .fep-form-field {
  max-width: 480px;
}

.fep-form-field-announcement_roles label {
  text-align: left;
  font-size: 1.4rem;
  text-indent: -36px;
  padding-left: 48px;
}

.fep-form-field-announcement_roles span {
  text-align: left;
  font-size: 1.4rem;
}


input#allow_messages {
  text-align: left;
} */

/* ============================================================
# お知らせ
============================================================
*/

@media screen and (max-width: 639px){
#fep-announcement .fep-column-fep-cb {
  position: absolute;
  top: 10px;
}
#fep-announcement .fep-column-date {
  position: relative;
  left: 44px;
}
#fep-announcement .fep-column-title {
    position: static;
    line-height: 1.0;
    display: block !important;
}
}

@media screen and (min-width: 640px){
#fep-announcement .fep-column-fep-cb {
  top: 0;
}
#fep-announcement .fep-column-title {
  top:0;
}
}

/*お知らせ詳細*/
 .fep-announcement .fep-message-title, .fep-announcement-content  {
   background-color: #ffffff !important;
   border: 1px solid #000000;
   border-radius: 0;
   padding: 16px;
   text-align: left;
   font-size: 1.8rem;
   font-weight: normal;
}
.fep-announcement-title .date {
  font-size: 1.4rem;
  color: #f9f9f9;
}

/* ============================================================
# 新しいお知らせ
============================================================
*/
.fep-form-field-announcement_roles .fep-field {
  text-align: left;
}

/* ============================================================
# アドレス帳
============================================================
*/

/* フィルター */
@media screen and (max-width: 367px){
  #fep-directory .col_ns select {
    padding-right: 52px;
  }
  #fep-directory button[type="submit"].fep-button {
    width: 54px;
  }
}

/*アドレス帳*/
#fep-directory-table {
  text-align: left;
}

.fep-table .fep-column-avatar{
  display: none !important;
}
#fep-directory-table .fep-table-row {
  padding: 6px;
}
#fep-directory-table .fep-column-name {
  width: 96px;
  font-size: 1.5rem;
}
#fep-directory-table .fep-column-send_message a {
  font-size: 1.5rem;
}
#fep-directory-table .fep-column-send_message a::before {
  font-family: 'icomoon';
  content: "\e967";
  padding-right: 4px;
}
@media screen and (max-width: 329px) {
  #fep-directory-table .fep-column-name {
      width: 120px;
    }
}

@media screen and (min-width: 640px){
  #fep-directory-table .fep-table-row {
    width: 33.3%;
  }
  #fep-directory-table .fep-column-fep-cb {
   top:0;
 }
}
