@charset "UTF-8";

/* vue.js */
[v-cloak] {
  display:none !important;
}
.hidden-item {
  display:none;
}
[src=''] {
    visibility: hidden;
}

/* preview */
#preview_msg {
    font-weight: bold;
    background-color: #ffc0cb;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    font-size: 13px;
    padding: 10px;
}
.preview__cell--left {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    text-align: center;
}
.preview__cell--right {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
    padding-left: 10px;
}
.preview__alert {
    color: #ff0000;
}
.preview__explain {
    white-space: nowrap;
}
.preview__explain--detail {
    margin-top: 5px;
    font-size: 11px;
    color: #191970;
}
.preview__release-btn {
    border: 1px solid #b39963;
    border-radius: 0.5em;
    color: #805f20;
    font-size: 12px;
    padding: 4px 8px;
}

/* ダイアログ背景固定用 */
.bg_fix {
    position: fixed;
    width: 100%;
}

/* コミュニティソート切り替えプルダウン用 */
.sort_select_parent {
    position: relative;
}
.sort_select {
    width:100%;
    opacity: 0;
    position: absolute;
}

/* 処理中インジケータ */
.ps_indicator {
    width:100%;
    height:100%;
    z-index: 10000;
    top: 0;
    left: 0;
    margin: auto;
    display: table;
    position: fixed;
}
.ps_indicator img{
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    width: 32px;
    height: 32px;
}

/* フッターインジケータ */
.ft_indicator{
    text-align: center;
}
.ft_indicator img{
    width: 32px;
    height: 32px;
    margin: 10px 0px;
}
.pointer {
    cursor: pointer
}
.ed-ft__indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 会員登録画面の「利用目的」部分 */
.ed-circle__box__title__wrap__preregist {
    border-top: solid 1px rgba(63, 63, 80, 0.1);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
}
.re-list__container__preregist--last {
    border-bottom: 1px solid #e7e7e9;
    line-height: 1.3;
}

/* guard */
.guard-img,
.cp-list__avatar img,
.cp-avatar__img img,
.se-avatar__img--aocca img {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    touch-callout: none;
    user-select: none;
}

.fl-typeMatch--limited :hover {
    opacity: 0.6;
}

.di-text--title.limit-hide-block--title {
    font-size: 1.3rem !important;
}

.hide_upperLimit {
    display: none;
}