/***************************

**共通スタイル
body
wrapper
content-wrapper
register-container
自動リンク化無効
main-sidebar
header
content
loading
h2
h4
icons
color
background-color
border
tooltip
font-size
font-weight
size
margin padding
line-height
letter-spacing
text-align
text-indent
image
logo
card
table
th td
form
label
anchor
pagination
SP表示
list-group
h2

** カテゴリ共通スタイル
span.p-category category ※色指定なし
span.p-category #\0031  ※緑
span.p-category #\0032  ※赤
**カテゴリ layoutのliタグ
span.p-category-text-indent ※色指定なし
span.p-category-text-indent#\0031 ※緑
span.p-category-text-indent#\0032 ※赤
span.p-category-text-indent#\0033 ※青
**

select-category-description コミュニティ投稿のカテゴリ説明文
img.login-icon ログイン画面動画アイコン
span.login-message ログイン画面動画説明文

@media screen and (min-width: 320px)
footer-menu-bar スマホ用画面下端メニュー
bottom-menu メニューの間隔
btn-sale_result_create 投稿
btn-member イベント
btn-profile 特典
page_top トップへ戻る
コミュニティ投稿のカテゴリselect-box
pull-right コミュニティ投稿と特典投稿の編集確定ボタン位置

@media screen and (min-width: 480px)
footer-menu-bar スマホ用画面下端メニュー
bottom-menu メニューの間隔
btn-sale_result_create 投稿
btn-member イベント
btn-profile 特典
page_top トップへ戻る
select-box コミュニティ投稿のカテゴリ
pull-right コミュニティ投稿と特典投稿の編集確定ボタン位置

@media screen and (min-width: 768px)
select-box コミュニティ投稿のカテゴリ

@media screen and (min-width: 800px)
select-box コミュニティ投稿のカテゴリ
pull-right コミュニティ投稿と特典投稿の編集確定ボタン位置

@media screen and (min-width: 320px) and (max-width: 468px)
見出し
@media screen and (min-width: 320px) and (max-width:1024px)
table
profile
****************************/

/********** body **********/
body {
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
}


/********** wrapper **********/
/* 会員画面 */
body.skin-blue-light,
div.wrapper {
  overflow-x: unset;
  overflow-y: unset;
  height: auto !important;
  min-height: 100vh !important;
}

.skin-blue .wrapper,
.skin-light-blue .wrapper {
  height: 100vh;
}

/********** content-wrapper **********/
.content-wrapper {
  min-height: 100vh !important;
  background-color: #FFFFFF !important;
}

.basic_company_wrap {
  padding-top: 70px;
}

.box-body {
  padding: 10px 0;
}

/********** register-container **********/
.register-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
}

/********** 自動リンク化無効 **********/
.no-tel {
  pointer-events: none;
}

/********** main-sidebar **********/
.skin-blue .sidebar-menu>li.active>a {
  border: none !important;
}

.skin-blue .sidebar-menu .treeview-menu>li>a {
  color: #CCCCCC;
}

.main-sidebar {
  padding-top: 78px;
  height: auto;
}

.profile_area {
  background: #f4f4f4;
}

.profile_area img {
  max-height: 60px;
  margin: 0 auto;
}

.dropdown-menu.dropdown-menu-right.dropdown_menu_adjust {
  position: absolute;
  left: -4rem;
}

.treeview-menu {
  background-color: transparent !important;
}

.skin-blue-light .sidebar-menu>li:hover>a,
.skin-blue-light .sidebar-menu>li.active>a {
  background-color: transparent !important;

}

.navbar.navbar-static-top {
  justify-content: flex-end;
}

.nav.navbar-nav {
  flex-direction: row;
}

.nav-item {
  margin-left: 0.8rem;
}

/********** header **********/
/* main-header */
.header_nav_btn {
  align-self: center;
}

.navbar-static-top {
  height: 78px;
  max-height: 78px;
}

/********** content **********/
.text-normal {
  white-space: normal;
}

/* modal */
.modal-content {
  margin-top: 7rem;
}

.modal-content.community_info {
  margin-top: 10rem;
}

.modal-backdrop {
  position: relative !important;
}

/********** loading **********/
.loader {
  display: none !important;
}

/********** h2 **********/
h2.show_title {
  font-weight: bold;
}

/********** h4 **********/
/* パスワード再設定メール受信メッセージ */
h4.mail-err-title {
  color: #dc3545;
  font-weight: bold;
}

/********** icons **********/
/* ログイン画面動画アイコン */
img.login-icon {
  width: 130px;
  height: 130px;
}

img.login-icon:hover {
  opacity: 0.5;
}

/********** color **********/
/* ログイン画面動画説明文 */
span.login-message {
  color: #ff3300;
  font-weight: bold;
}

span.manager-text {
  color: #f39c12;
}

span.public_text {
  color: #3C8DBC;
}

/* ログイン画面youtubeアイコン */
.fa-youtube-play {
  color: red;
}

/********** background-color **********/
.bg-public {
  background: #3c8dbc !important;
}

.bg-manager {
  background: #263D70 !important;
}

.bg-admin {
  background: #222d32 !important;
}

/********** border **********/
/*説明欄 */
div.border-description {
  border: 1px solid #dee2e6;
  font-size: 87.5%;
}

/* 公開画面 */
.public_line {
  border-bottom: #3c8dbc 3px solid;
  font-weight: bold;
}

/* 運営画面 */
.manager_line {
  border-bottom: #f39c12 3px solid;
  font-weight: bold;
}

/* 管理画面 */
.admin_line {
  border-bottom: #dd4b39 3px solid;
  font-weight: bold;
}

/********** tooltip **********/
.red-tip+.tooltip .tooltip-inner {
  background-color: #ffffff;
  border: 2px solid #e20f09;
  color: black;
}

.red-tip+.tooltip.top .tooltip-arrow {
  border-top-color: #e20f09;
}

.blue-tip+.tooltip .tooltip-inner {
  background-color: #ffffff;
  border: 2px solid #4169e1;
  color: black;
}

.blue-tip+.tooltip.top .tooltip-arrow {
  border-top-color: #4169e1;
}

.skin-blue .main-header .navbar .nav>li>a:hover {
  background: rgba(0, 0, 0, 0.1);
}

.skin-blue-light .main-header .navbar .nav>li>a:hover {
  background: rgba(0, 0, 0, 0.1);
}

/********** font-size **********/
.font-size-10p {
  font-size: 10px !important;
}

.font-size-11p {
  font-size: 11px !important;
}

.font-size-12p {
  font-size: 12px !important;
}

.font-size-13p {
  font-size: 13px !important;
}

.font-size-14p {
  font-size: 14px !important;
}

.font-size-15p {
  font-size: 15px !important;
}

.font-size-1r {
  font-size: 1rem;
}

.font-size-1_5r {
  font-size: 1.5rem;
}

.font-size-2r {
  font-size: 2rem;
}

.font-size-3r {
  font-size: 3rem;
}

.font-size-4r {
  font-size: 4rem;
}

.font-size-5r {
  font-size: 5rem;
}

/********** font-weight **********/
.fwb {
  font-weight: bold !important;
}

/********** size **********/
.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-30 {
  width: 30%;
}

.w-150p {
  width: 150px;
  min-width: 150px;
}

.h-100p {
  height: 100px;
  min-height: 100px;
}

.full {
  width: 100%;
  height: 100%;
}

.wx-50 {
  max-width: 50%;
}

.wx-80 {
  max-width: 80%;
}

.wx-50p {
  max-width: 50px;
}

.wx-100p {
  max-width: 100px;
}

.wx-150p {
  max-width: 150px;
}

.wx-200p {
  max-width: 200px;
}

.wx-800p {
  max-width: 800px !important;
}

.wx-1000p {
  max-width: 1000px !important;
}

.wx-1280p {
  max-width: 1280px !important;
}

.wh-50 {
  width: 50px;
  height: 50px;
}

.wh-100 {
  width: 100px;
  height: 100px;
}

.max-10 {
  max-width: 10px;
  max-height: 10px;
}

.max-15 {
  max-width: 15px;
  max-height: 15px;
}

.max-20 {
  max-width: 20px;
  max-height: 20px;
}

.max-50 {
  max-width: 50px;
  max-height: 50px;
}

.max-100 {
  max-width: 100px;
  max-height: 100px;
}

.max-100-b {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.max-150 {
  max-width: 150px;
  max-height: 150px;
}

.max-150-b {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.max-200 {
  max-width: 200px;
  max-height: 200px;
}

.max-200-b {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.max-300 {
  max-width: 300px;
  max-height: 300px;
}

.max-500 {
  max-width: 500px;
  max-height: 500px;
}

.max-h-156 {
  height: 156px;
  max-height: 156px;
}

.max-h-15r {
  height: 15rem;
  max-height: 15rem;
}

/********** margin padding **********/
.p-half {
  padding: 0.5rem;
}

.pt-1rem {
  padding-top: 1rem;
}

.mt-5r {
  margin-top: 5rem !important;
}

.mb-3r {
  margin-bottom: 3rem !important;
}

.mb-5r {
  margin-bottom: 5rem !important;
}

.mt-10p {
  margin-top: 10px !important;
}

.p-15px {
  padding: 15px 15px;
}

/********** line-height **********/
.lh-1 {
  line-height: 1rem;
}

.lh-2 {
  line-height: 2rem;
}

.lh-3 {
  line-height: 3rem;
}

.lh-4 {
  line-height: 4rem;
}

.lh-5 {
  line-height: 5rem;
}

/********** letter-spacing **********/
.letter-1 {
  letter-spacing: 0.1em;
}

.letter-5 {
  letter-spacing: 0.05em;
}

/********** text-align **********/
.tc {
  text-align: center !important;
}

.amtc {
  vertical-align: middle !important;
  text-align: center !important;
}

/********** text-indent **********/
.text-indent-5p {
  text-indent: 5px;
}

/********** image **********/
/* profile */
.profile-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #ccc inset;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.profile-image-small {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #ccc inset;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.profile-image-middle {
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #ccc inset;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.profile-image-big {
  width: 200px;
  height: 200px;
  min-width: 200px;
  min-height: 200px;
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #ccc inset;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 会員一覧ページprofile */
.profile-image-index {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #ccc inset;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 会員一覧ページ絞り込み時の王冠画像 */
img.crown-icon {
  width: 50px;
  height: 50px;
}

/* 会員詳細ページprofile */
.profile-image-show {
  width: 200px;
  height: 200px;
  min-width: 200px;
  min-height: 200px;
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #ccc inset;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/********** logo **********/
.skin-blue-light .main-header .logo,
.skin-blue .main-header .logo {
  height: 78px;
  max-height: 78px;
  background-color: #f9fafc;
  padding-bottom: 0.1rem;
}

.sp-logo {
  max-width: 160px !important;
  padding: 0 !important;
}

.skin-blue-light .main-header .logo img,
.skin-blue .main-header .logo img {
  height: 100%;
  max-height: 78px;
}

/********** card **********/
/* community_profile */
.community_card {
  width: 370px;
  max-width: 370px;
  min-width: 370px;
}

/********** table **********/
.table-info,
.table-info>td,
.table-info>th {
  background-color: #e0f3f6;
}

/* 詳細ページ */
.member_profile .table {
  font-size: 1.2rem;
  margin-top: 10px;
}

.table-noborder {
  border-top: 0px !important;
  border-bottom: 0px !important;
}


/********** th td **********/
.am .table th {
  vertical-align: middle !important;
}

.member_profile table th {
  background-color: #f2f2f2;
}

.user_th {
  font-weight: bold;
  background-color: #fefcea;
}

/* プロフィール写真 */
td.profile {
  text-align: center !important;
  vertical-align: middle !important;
  width: 10%;
}

/* 会員一覧ページ */
.amtc-index {
  vertical-align: middle !important;
  display: block;
  padding: 5px 5px 5px !important;
  word-break: break-word,
}

/* 会員一覧ページ上下の余白 */
.user_information_1500 td:nth-child(2) {
  padding-top: 20px !important;
}

.user_information_1500 td:last-child {
  padding-bottom: 20px !important;
}

/* 会員一覧ページ1つ目の見出し以降非表示 */
.user_information_1500 thead tr th:nth-child(n+2) {
  display: none;
}

/* 会員一覧ページ見出しのtdに何も書いていないとき非表示 */
.user_information_1500 thead tr th:empty {
  display: none;
}

/* 会員一覧ページ全選択がないとき非表示 */
.user_information_1500 tbody tr td:empty {
  display: none;
}

/* 会員一覧ページ項目 */
.user_information_1500 tr .user_info[data-title]::before {
  color: #6a6a6a;
  content: attr(data-title) " :";
  font-weight: bold;
  padding: 0 5px 0 0;
  display: inline;
}

/********** form **********/
/* label */
.label.label-danger,
.label.label-warning,
.label.label-primary,
.label.label-success,
.label.label-default {
  padding: 0.2rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}

/* 検索 */
.search_container {
  background-color: #ffffff;
  display: block;
  padding-top: 1rem;
  height: auto;
  margin-bottom: 1rem;
}

.form-group.search_box {
  margin: 0.5rem auto;
  width: 100%;
  justify-content: flex-start;
}

.form-control.search_box_name {
  margin: 0 2rem;
  width: 30rem;
}

.form-group.search_box.submit_btn {
  justify-content: flex-end;
}

.btn.btn-info.search_button {
  margin: 0 4rem;
  padding: 0.5rem 1rem;
}

.nav.nav-tabs.w-100.justify-content-between.tabs_wrapper .nav-item {
  margin-left: 0;
}

.tab_navigation_group .nav-pills.tabs_wrapper .nav-link.active {
  background-color: #28a745 !important;
  border-bottom: none;
}

.nav-pills>li>a {
  color: blue;
  text-decoration: underline;
}

.nav-pills>li>a:active {
  color: #cccccc;
  text-decoration: none;
}

/********** label **********/
/* 画像選択 */
.custom-file-label::after {
  content: 'ファイルを選択' !important;
}

/********** anchor **********/
/* 「プロフィール」と「ログアウト」のドロップダウンメニュー */
.nav.navbar-nav.admin_nav,
.nav.navbar-nav.member_nav,
.nav.navbar-nav.manager_nav {
  flex-direction: row;
}

/* 別権限ページbutton */
.btn.btn-warning.nav-item.header_nav_btn.text_dark,
.btn.btn-info.nav-item.header_nav_btn.text_dark,
.btn.btn-secondary.nav-item.header_nav_btn.text_dark {
  color: #333333;
}

/********** pagination **********/
.pagination {
  margin: 30px 0;
}

/********** SP表示 **********/
.profile-space {
  padding: 0.5rem 1rem;
}

.basic_company_wrap {
  padding-top: 50px;
}

/********** list-group **********/
.member-profile .list-group {
  font-size: 1rem;
}

.list-group .name {
  padding-bottom: 20px;
  border-bottom: none;
}

.list-group .name .h5 {
  font-size: 2rem;
  font-weight: bold;
}

.list-group-item {
  padding: 15px 10px;
}

.list-group .item .h5 {
  font-size: 1.5rem;
  font-weight: bold;
}

.list-group-item {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.list-group-item .h5 {
  font-size: 1.3rem;
}

.list-group-item .badge {
  margin: 5px 0 0;
  font-size: 0.8rem;
}


.list-group-item .h5 {
  font-size: 1.5rem;
}

.list-group-item .badge {
  font-size: 1rem;
}

/* 会員詳細ページ位置*/
.container-fluid .row {
  justify-content: center;
}

/* スクリーンサイズが320px以上の場合に適用 */
@media screen and (min-width: 320px) {
  html {
    font-size: 13px;
  }

  .nav-item {
    margin-left: 0.5rem;
  }

  .nav-item:first-child {
    margin-left: 0px;
  }

  .main-header .sidebar-toggle::before {
    display: none;
  }

  .nav-item.profile_area {
    display: none;
  }

  input.btn.btn-info.admin_search_button {
    margin: 0 0 0 0.1rem;
  }

  .form-group.admin_search_box {
    justify-content: space-around;
  }

  .container.member_profile .table {
    display: block;
  }

  .container.member_profile .table tbody,
  .container.member_profile .table tr,
  .container.member_profile .table th,
  .container.member_profile .table td {
    border: 1px solid #f4f4f4;
    display: block;
    width: 100%;
  }

  .delete_post {
    top: 13rem;
  }

  .btn.btn-primary.mb-2.btn-lg.ml-5.guest_answer_button {
    display: block;
  }

  .btn.btn-warning.position-fixed.border.border-primary.transition_button {
    display: none;
  }

  .top_display_event_container {
    white-space: nowrap;
    height: 30vh;
  }


  /* コミュニティ投稿と特典投稿の編集確定ボタン位置 */
  .pull-right {
    float: none;
    text-align: center;
  }

  .dropdown-menu>li>a>.glyphicon,
  .dropdown-menu>li>a>.fa,
  .dropdown-menu>li>a>.ion {
    margin-right: auto
  }
}

/* スクリーンサイズが480px以上の場合に適用 */
@media screen and (min-width: 480px) {
  html {
    font-size: 14px;
  }

  .main-header .sidebar-toggle::before {
    display: none;
  }

  .nav-item,
  .nav-item:first-child {
    margin-left: 0.8rem;
  }

  .container.member_profile {
    margin: 1rem auto 1rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn.btn-warning.position-fixed.border.border-primary.transition_button {
    display: block;
    top: 15rem;
    z-index: 999;
    right: 15px;
  }

  .container {
    margin-top: 78px;
  }

  .top_display_event_card {
    max-width: 100%;
    width: 100%;
  }

  .top_display_event_container {
    overflow: hidden;
    white-space: nowrap;
    height: 30vh;
    max-height: 15.5rem;
  }

  /* スマホ用画面下端メニュー */
  .footer-menu-bar {
    text-align: center;
    position: fixed;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 1000;
  }

  /* メニューの間隔 */
  .bottom-menu {
    padding: 0 2px;
  }

  /* 投稿 */
  .btn-sale_result_create {
    display: inline-block;
    border-radius: 5%;
    font-size: 13pt;
    text-align: center;
    cursor: pointer;
    padding: 12px 12px;
    background: #92D050;
    color: #ffffff;
    line-height: 1em;
  }


  /* イベント */
  .btn-member {
    display: inline-block;
    border-radius: 5%;
    font-size: 13pt;
    text-align: center;
    cursor: pointer;
    padding: 12px 12px;
    background: #4f81bd;
    color: #ffffff;
    line-height: 1em;

  }

  /* 特典 */
  .btn-profile {
    display: inline-block;
    border-radius: 5%;
    font-size: 13pt;
    text-align: center;
    cursor: pointer;
    padding: 12px 12px;
    background: #FF3300;
    color: #ffffff;
    line-height: 1em;
  }

  /* トップへ戻る */
  #page_top {
    width: 100px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: -50px;
    background: #ef3f98;
    opacity: 0.6;
  }

  #page_top a {
    position: relative;
    display: block;
    width: 100px;
    height: 50px;
    text-decoration: none;
  }

  #page_top a::before {
    font-family: 'FontAwesome';
    font-weight: 900;
    content: '\f062';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 30px;
    top: -25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

  #page_top a::after {
    content: 'PAGE TOP';
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

  /* コミュニティ投稿と特典投稿の編集確定ボタン位置 */
  .pull-right {
    float: none;
    text-align: center;
  }

  .dropdown-menu>li>a>.glyphicon,
  .dropdown-menu>li>a>.fa,
  .dropdown-menu>li>a>.ion {
    margin-right: auto
  }
}

/* スクリーンサイズが768px以上の場合に適用 */
@media screen and (min-width: 768px) {
  html {
    font-size: 15px;
  }

  .content-wrapper {
    margin-top: 10.5rem;
  }

  .main-header .sidebar-toggle::before {
    display: none;
  }

  .nav-item.profile_area {
    display: block;
  }

  .main-header {
    position: fixed;
    width: 100%;
  }

  .container {
    margin-top: 78px;
  }

  .mt-common {
    margin-top: 78px;
  }


  .container.member_profile .table {
    display: table;
    border-collapse: collapse;
  }

  .container.member_profile .table tbody {
    display: table-header-group;
  }

  .container.member_profile .table tr {
    display: table-row;
  }

  .container.member_profile .table th,
  .container.member_profile .table td {
    display: table-cell;
    border: 1px solid #cccccc;
  }

  .container.member_profile .table tbody,
  .container.member_profile .table tr,
  .container.member_profile .table td {
    width: auto;
  }

  .container.member_profile .table th,
  .table.table-hover .table-info th {
    width: 25%;
  }

  .btn.btn-warning.position-fixed.border.border-primary.transition_button {
    top: 90px;
    z-index: 999;
    right: 15px;
  }

  .top_display_event_card {
    max-width: 30%;
    min-width: 21rem;
    height: 15rem;
    display: inline-block;
    overflow: hidden;
    line-height: 1;
  }

  .top_display_event_container {
    white-space: normal;
    overflow: hidden;
    height: 15.5rem;
    -webkit-overflow-scrolling: touch;
  }

  .delete_post {
    top: 86px;
  }

  /* コミュニティ投稿のカテゴリselect-box*/
  .selectbox-category {
    width: 70%;
  }

  .selectbox-category-edit {
    width: 60%;
  }
}

/* スクリーンサイズが800px以上の場合に適用 */
@media screen and (min-width: 800px) {
  .content-wrapper {
    margin-top: 0;
  }

  .top_display_event_card {
    max-width: 30%;
    display: inline-block;
    min-width: 21rem;
    height: 15rem;
    overflow: hidden;
    line-height: 1;
  }

  .top_display_event_container {
    white-space: normal;
    overflow: hidden;
    height: 15.5rem;
    -webkit-overflow-scrolling: touch;
  }

  /* コミュニティ投稿のカテゴリselect-box*/
  .selectbox-category {
    width: 25%;
  }

  .selectbox-category-edit {
    width: 25%;
  }

  /* コミュニティ投稿と特典投稿の編集確定ボタン */
  .pull-right {
    float: right;
  }

  /* 一覧ページのボタン */
  button.list_button {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 320px) and (max-width: 468px) {


  /********** h2 **********/
  h2.long_title {
    font-size: 16px;
  }

  .container.member_profile {
    margin: 1.5rem auto;
    padding: 0;
  }

  li.list-group-item.name {
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  }

  /* 実績登録 */
  .btn-sale_result_create {
    display: inline-block;
    border-radius: 5%;
    font-size: 8pt;
    text-align: center;
    cursor: pointer;
    padding: 12px 12px;
    background: #92D050;
    color: #ffffff;
    line-height: 1em;
  }

  a.btn-sale_result_create:visited {
    color: #ffffff;
  }

  /* 会員一覧 */
  .btn-member {
    display: inline-block;
    border-radius: 5%;
    font-size: 8pt;
    text-align: center;
    cursor: pointer;
    padding: 12px 12px;
    background: #4f81bd;
    color: #ffffff;
    line-height: 1em;
  }

  a.btn-member:visited {
    color: #ffffff;
  }

  /* プロフィール */
  .btn-profile {
    display: inline-block;
    border-radius: 5%;
    font-size: 8pt;
    text-align: center;
    cursor: pointer;
    padding: 12px 12px;
    background: #FF3300;
    color: #ffffff;
    line-height: 1em;
  }

  a.btn-profile:visited {
    color: #ffffff;
  }

  /* トップへ戻る */
  #page_top {
    width: 100px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: -50px;
    background: #ef3f98;
    opacity: 0.6;
  }

  #page_top a {
    position: relative;
    display: block;
    width: 100px;
    height: 50px;
    text-decoration: none;
  }

  #page_top a::before {
    font-family: 'FontAwesome';
    font-weight: 900;
    content: '\f062';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 30px;
    top: -25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

  #page_top a::after {
    content: 'PAGE TOP';
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

  /* スマホ用画面下端メニュー */
  .footer-menu-bar {
    text-align: center;
    position: fixed;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 1000;
  }

  /* メニューの間隔 */
  .bottom-menu {
    padding: 0 2px;
  }

  /* collab用 詳細ページのcss*/
  .list-group .name {
    text-align: center;
  }

  .content-link {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0.25rem;
    margin-left: -15px;
    justify-content: flex-end !important;
  }

  /* 左端配置 */
  div.btnLeft {
    text-align: left;
    float: left;
  }

  /* 右端配置 */
  div.btnRight {
    text-align: right;
  }

  img.crown-icon {
    width: 25px;
    height: 25px;
  }

  .profile-image-index {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
}

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

  /* treeviewサイドメニューの位置固定 */
  .sp_head_adjust {
    padding-top: 156px;
  }

  /* table */
  .user_information_1500 {
    margin-bottom: 0;
  }

  .user_information_2000 {
    min-width: 2000px;
    margin: 0 10px 50px;
  }

  /* collab用 詳細ページのcss*/
  /* profile */
  .profile-image-show {
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #ccc inset;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}