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

**共通スタイル
body
wrapper
見出し
font-size
size
align
profile
background-color
letter-spacing
line-height
margin padding
border
tooltip
event
content
custom_select
user-search-form
modal
main-header
logo
main-sidebar
管理画面
運営画面
form
**画面毎の変更
top
users
users admin
events
events admin
table-responsive
accordion
membership_chat
toastr
span.profile-edit プロフィール編集

** カテゴリ共通スタイル
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 コミュニティ投稿のカテゴリ説明文

h4.mail-err-title パスワード再設定メール受信メッセージ
img.login-icon ログイン画面動画アイコン
span.login-message ログイン画面動画説明文

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

@media screen and (min-width: 480px)
footer-menu-bar スマホ用画面下端メニュー
bottom-menu メニューの間隔
btn-post 投稿
btn-event イベント
btn-benefit 特典
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

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

#welcome_message {
  display: string;
}

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

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

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

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

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

/* 見出し */
.midashi {
  padding: 1rem 2rem;
  border-left: 5px solid #000;
  background: #f4f4f4;
}


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

.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;
}

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

.am {
  vertical-align: middle !important;
}

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

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

/* プロフィール編集 */
span.profile-edit {
  color: #007bff;
}


/* category 新着表示用見出し 「NEW」 */
.category-headline-new {
  padding: 0px 5px;
  font-size: 11px;
  background: red;
  color: #ffffff;
}

/* category 新着表示用 日付部分 */
.category-headline-date {
  font-size: 13px;
  color: #5f5f5f;
}

/* category 新着表示用 タイトル */
.category-headline-title {
  font-size: 14px;
  color: #165ada;
}

/* category 新着表示用 背景 */
.category-headline-bg {
  background: #fffede;
}

/* category 右ペインの特典情報タブの、未読がある場合の丸 */
.category-headline-unread {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: red;
  text-align: center;
  line-height: 14px;
  font-size: 8px;
  color: white;
  vertical-align: top;
}

/* category li カラーをまとめて指定 */
:root {
  --category-color1: #32cd32;
  --category-color2: #ff0000;
  --category-color3: #2275FC;
  --category-color4: #ff8a00;
  --category-color5: #00b0de;
  --category-color6: #b112ba;
  --category-color7: #ff3c94;
  --category-color8: #008c8c;
}

/* category 色指定なし */
span.p-category {
  display: inline-block;
  padding: 8px 10px 5px 10px;
  line-height: 1;
  text-decoration: none;
  color: #000000;
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 0.25rem;
  font-weight: bold;
}

/* category 1番目 緑 */
span.p-category#\0031 {
  color: var(--category-color1);
  border: 1px solid var(--category-color1);
}

/* category 2番目 赤 */
span.p-category#\0032 {
  color: var(--category-color2);
  border: 1px solid var(--category-color2);
}

/* category 3番目 青 */
span.p-category#\0033 {
  color: var(--category-color3);
  border: 1px solid var(--category-color3);
}

/* category 4番目（仮） */
span.p-category#\0034 {
  color: var(--category-color4);
  border: 1px solid var(--category-color4);
}

/* category 5番目（仮） */
span.p-category#\0035 {
  color: var(--category-color5);
  border: 1px solid var(--category-color5);
}

/* category 6番目（仮） */
span.p-category#\0036 {
  color: var(--category-color6);
  border: 1px solid var(--category-color6);
}

/* category 7番目（仮） */
span.p-category#\0037 {
  color: var(--category-color7);
  border: 1px solid var(--category-color7);
}

/* category 8番目（仮） */
span.p-category#\0038 {
  color: var(--category-color8);
  border: 1px solid var(--category-color8);
}

/* category li 色指定なし */
span.p-category-text-indent {
  display: inline-block;
  padding: 8px 10px 5px 10px;
  line-height: 1;
  text-decoration: none;
  color: #000000;
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 0.25rem;
  font-weight: bold;
  width: 90%;
}

/* category li 1番目 緑 */
span.p-category-text-indent#\0031 {
  color: var(--category-color1);
  border: 1px solid var(--category-color1);
}

/* category li 2番目 赤 */
span.p-category-text-indent#\0032 {
  color: var(--category-color2);
  border: 1px solid var(--category-color2);
}

/* category li 3番目 青 */
span.p-category-text-indent#\0033 {
  color: var(--category-color3);
  border: 1px solid var(--category-color3);
}

/* category li 4番目 （仮） */
span.p-category-text-indent#\0034 {
  color: var(--category-color4);
  border: 1px solid var(--category-color4);
}

/* category li 5番目 （仮） */
span.p-category-text-indent#\0035 {
  color: var(--category-color5);
  border: 1px solid var(--category-color5);
}

/* category li 6番目 （仮） */
span.p-category-text-indent#\0036 {
  color: var(--category-color6);
  border: 1px solid var(--category-color6);
}

/* category li 7番目 （仮） */
span.p-category-text-indent#\0037 {
  color: var(--category-color7);
  border: 1px solid var(--category-color7);
}

/* category li 8番目 （仮） */
span.p-category-text-indent#\0038 {
  color: var(--category-color8);
  border: 1px solid var(--category-color8);
}

/* コミュニティ投稿のカテゴリ説明文*/
.select-category-description {
  font-weight: bold;
}

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

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

#manager_icons {
  width: 50%;
  display: flex;
  background-color: #FFF;
  position: fixed;
  margin-top: 0.2rem;
  border-bottom: #f39c12 3px solid;
  z-index: 99999;
}

.sp_manager_icons {
  width: 100%;
  display: flex;
  position: static;
  background-color: #FFF;
  top: 0;
  border-bottom: #f39c12 3px solid;
  z-index: 99999;
}

#public_icons {
  width: 50%;
  display: flex;
  background-color: #FFF;
  position: fixed;
  margin-top: 0.2rem;
  border-bottom: #3c8dbc 3px solid;
  z-index: 99999;
}

.sp_public_icons {
  width: 100%;
  display: flex;
  position: static;
  background-color: #FFF;
  top: 0;
  border-bottom: #3c8dbc 3px solid;
  z-index: 99999;
}

.top-event-card {
  min-width: 300px;
}

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

form img.thumb {
  margin: 0 5px 5px 0;
  max-width: 160px;
  vertical-align: bottom;
}

/* background-color */
.bg-cream {
  background: #fefcea !important;
}

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

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

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

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

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

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

/*z-index*/
.zindex-fixed {
  z-index: 999;
}

.zindex-content {
  z-index: 990;
}

/* anchor */
div.anchor {
  display: block;
  padding-top: 78px;
  margin-top: -78px;
}

/* 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);
}

.nav.navbar-nav.admin_nav,
.nav.navbar-nav.member_nav,
.nav.navbar-nav.manager_nav {
  flex-direction: row;
}

.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;
}

/* border */
.border-dashed {
  border: 1px dashed #ccc;
}

.border-bottom-dashed {
  border-bottom: 1px dashed #ccc;
}

.border-top-dashed {
  border-top: 1px dashed #ccc;
}

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

/*custom_select*/
.select2.select2-container.select2-container--default {
  width: 50% !important;
  margin-left: 2rem !important;
}

.select2.select2-container.select2-container--default.select2-container--below {
  margin-left: 2rem !important;
  width: 50% !important;
}

.select2.select2-container.select2-container--default.select2-container--focus {
  width: 50% !important;
  margin-left: 2rem !important;
}

.select2-container .select2-selection--single {
  height: 32px;
}

/*fa*/
.fa-search {
  padding-bottom: 0.2em;
}

.fa-youtube-play {
  color: red;
}

/*user-search-form*/
.modal-open {
  padding-right: 0px !important;
}

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

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

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

a.click_form {
  padding: 0.5rem;
  border-bottom: 1px solid #efefef;
}

a.click_form:hover {
  color: #111;
  background-color: #efefef;
}

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

.form-group .user_search_box_user_role {
  margin: 0 2rem;
  width: 12rem;
}

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

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

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

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

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

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

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

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

span.public_text {
  color: #3C8DBC;
}

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

.sp_head_adjust {
  padding-top: 156px;
}

.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;
}

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

span.admin_text {
  color: #dd4b39;
}

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

span.manager_text {
  color: #f39c12;
}

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

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

/* top */
.event_title_part {
  overflow: hidden;
  height: 3.5rem;
}

/* users */
.container.member_profile {
  margin: 1.5rem 0 1rem;
}

.container.member_profile .table {
  border: 1px solid #cccccc;
  border-collapse: inherit;
}

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

.container.member_profile .table th {
  width: 25%;
}

.container.member_profile .table td {
  width: auto;
}

.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_user_authority {
  margin: 0 2rem;
  width: 12rem;
}

.form-control.search_box_user_group {
  margin: 0 2rem;
}

.form-control.search_box_company_name {
  margin: 0 2rem;
  width: 20rem;
}

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

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

/*events*/
.answer_button {
  margin-left: 1rem;
}

.event_fee_wrapper .event_fee_item {
  margin-left: 2rem;
}

/* events admin*/
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  font-weight: bold;
  color: #111111;
}

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

.keyword_content {
  border: solid #dee2e6 1px;
}

.future_and_past_events {
  line-height: 2rem;
}

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

.csv_download_wrapper {
  margin-top: 1rem;
  margin-right: 1rem;
}

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

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

/* accordion */


/* membership_chat */
.post_body {
  height: 100px;
  overflow: hidden;
  background-color: transparent;
  padding: 1rem;
  opacity: 1;
}

.post_comment_search {
  position: relative;
  height: 50px;
  margin-top: 79px;
  z-index: 998;
  background: #FFF;
}

.post_comment_content {
  position: fixed;
  background: #FFF;
}

.my-badge {
  font-size: 0.8rem
}

.my-badge-show {
  height: 1.8rem;
  line-height: normal;
}

#toast-container.toast-top-right {
  top: 80px !important;
}

.toast {
  border-radius: 10px !important;
  ;
}

/*本人以外がコメントしたとき*/
.comment-left {
  position: relative;
  display: inline-block;
  margin: 0em 15px 1rem 0;
  padding: 10px 20px;
  min-width: 120px;
  font-size: 16px;
  border: 1px solid #f0f2f5;
  ;
  border-radius: 5px;
  height: auto;
  background-color: #f0f2f5;
  ;
  word-wrap: break-word;
}

.comment-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -7px;
  border: 7px solid transparent;
  border-right: 15px solid #f0f2f5;
  ;
}

/*本人がコメントしたとき*/
.comment-right {
  position: relative;
  display: inline-block;
  margin: 0em 0 2em 15px;
  padding: 10px 20px;
  min-width: 120px;
  font-size: 16px;
  border: 1px solid #d7ebfe;
  border-radius: 5px;
  background-color: #d7ebfe;
  height: auto;
  word-wrap: break-word;
}

.comment-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -7px;
  border: 7px solid transparent;
  border-left: 15px solid #d7ebfe;
}

.sm-button {
  top: 10rem;
  z-index: 99999;
}

/*掲示板の削除ボタン*/
.delete_post {
  margin-left: 8rem;
  z-index: 9999;
}

/*アコーディオン*/
.accordion_menu {
  cursor: pointer;
  user-select: none;
}

.accordion_contents {
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.4s;
}

.accordion_contents.is-open {
  line-height: normal;
  height: auto;
  padding: 1rem;
  opacity: 1;
}

.benefit_post_body {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  background-color: transparent;
  opacity: 1;
  max-height: 150px;
}

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

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

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

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

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

.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;
}

/* スクリーンサイズが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;
  }

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

  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_card {
    max-width: 100%;
    width: 100%;
  }

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

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

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

  /* スマホ用画面下端メニュー */
  .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-post {
    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-post:visited {
    color: #ffffff;
  }

  /* イベント */
  .btn-event {
    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-event:visited {
    color: #ffffff;
  }

  /* 特典 */
  .btn-benefit {
    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-benefit: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;
  }

  /* コミュニティ投稿と特典投稿の編集確定ボタン位置 */
  .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: 1.5rem 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-post {
    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-event {
    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-benefit {
    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 {
    margin-top: 1rem;
  }

  .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.long_title {
    font-size: 16px;
  }
}

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

  /* table */
  .user_information_1500 {
    min-width: 1500px;
    margin: 0 10px 50px;
  }

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

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

}