@charset "UTF-8";
/* ブログ記事編集画面の[表示オプション]を非表示にする */
/*
#display-options {
    display: none;
}
*/

/* カスタムフィールドの並び替えを禁止した場合のスタイル */
#main-content #sortable .field {
  margin-bottom: 15px;
}

#main-content #sortable .field .field-header {
    /*margin-bottom: 10px;*/
    font-size: 110%;
    font-weight: bold;
    padding-top: 5px;
    /*background:#DAE3E9;*/
}

/* タイトルを目立つようにする */
.sortable .field-no-header .form-control {
  font-size: 26px;
}
  
/* ヒントを見やすくする */
.form-text.hint {
  color: #008822!important;
  background-color: #E6F3DD;
  width: auto;
  padding: 5px;
  font-style: normal;
}
.small, small {
  font-size: 12px;
}

/* チェックボックスを見やすくする */
span.mtappmultiform-checkbox label {
  display: inline;
}
span.mtappmultiform-checkbox input {
  margin: -2px 3px 0 5px;
  vertical-align: middle;
}

/* ラジオボタンを調整する */
.custom-field-radio-list {
  margin-bottom: 0;
}
.custom-control.custom-radio {
  padding-left: 0;
}
.custom-radio .custom-control-label {
  padding-left: 17px;
}
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
  left: 0;
}
.sortable .custom-radio .custom-control-label::after {
  background-size: 8px;
}

#customfield_s_shikaku-field label{
float:left;
clear:both;
}

#customfield_s_shikaku-field .field-header label{
float:none !important;
}

div.mt-dialog {
z-index: 9999 !important;
}

#sortable > .field > .field-content > .mt-editor-manager-wrap { display: block !important; }

/* 法人情報登録 事業所ID入力欄追加 */
.reform-hide {
  display: none;
}
.reform-show-btn {
  cursor: pointer;
  overflow: visible;
  display: inline-block;
  margin: 10px 0 24px 0;
  padding: 0 0.5em;
  border: 1px solid #c0c6c9;
  line-height: 1.75em;
  background-color: #f3f3f3;
  background-image: -moz-linear-gradient(#f3f3f3, #dcdddd);
  background-image: -webkit-linear-gradient(#f3f3f3, #dcdddd);
  background-image: linear-gradient(#f3f3f3, #dcdddd);
  color: #2b2b2b;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  width: 160px;
}
.reform-show-btn:hover {
  border-color: #adadad;
  color: #2b2b2b;
  box-shadow: 0px 1px 0 0 rgba(255, 255, 255, 0.9), inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
}

/* タブ切り替え */
.sortable .card {
  margin: 0!important;
  border: none;
}
.sortable .card-header {
  background: transparent;
  border: none;
}
.sortable .tab-content {
  padding: 0;
}
.sortable .tab-content .mt-3.field {
  margin-top: 0!important;
}
.tab-content .ui-sortable-handle {
  display: none;
}
.nav-tabs .nav-link {
  line-height: 1;
  display: inline-block;
  margin: 00;
  border: 1px solid #a5a5a5;
  border-bottom: none;
  background-color: #f3f3f3;
  font-size: 85%;
  border-radius: 2px 2px 0 0;
  box-shadow: inset 0 -1px 0px 0 rgb(0 0 0 / 3%);
}
.nav-tabs .nav-link:hover {
  border-color: #a5a5a5;
  background-color: #fff;
}
.nav-tabs .nav-link.active {
  position: relative;
  border-color: #a5a5a5;
  border-bottom-color: #fff;
  background-color: #fff;
  box-shadow: none;
  z-index: 2;
}
.nav-tabs .nav-item:not(:first-of-type) .nav-link {
  border-left: none;
}


/* 6pHP×N-カテゴリ */
.category-selector .input-group,
.category-selector .mt-categorylist .add-category-new-link {
  display: none!important;
}
.category-selector .mt-categorylist {
  margin-top: 0;
  min-height: 120px;
}
.category-selector .custom-checkbox {
  padding-left: 0;
}
.category-selector .custom-checkbox .custom-control-label {
  padding-left: 20px;
}
.category-selector .custom-control-label::before,
.category-selector .custom-control-label::after {
  left: 0;
}
.category-selector .custom-control-label::after {
  top: 0.3rem;
}

/* ブログ-コメント非表示 */
.rimo_custom #feedback-field {
  display: none;
}
/* ブログ-ポップアップ調整 */
.rimo_custom .modal-body .custom-control {
  padding-left: 1.5rem;
}
.rimo_custom .modal-body .custom-control-label::before {
  left: -1.5em;
}
.rimo_custom .modal-body .custom-control-label::after {
  left: -1.5rem;
  background: no-repeat 50%/56% 60%;
}
.rimo_custom .modal-body .custom-radio .custom-control-label{
  padding-left: 0;
}

/* 6pHP×N-コメント非表示 */
.theme_from_blog01 #feedback-field,
.theme_from_blog02 #feedback-field,
.theme_from_blog03 #feedback-field,
.theme_from_blog04 #feedback-field,
.theme_from_blog05 #feedback-field,
.theme_from_blog06 #feedback-field {
  display: none;
}

/* 6pHP×N-ブログカテゴリのメッセージ表示 */
.msg-info p.msg-text {
  margin-bottom: 0;
}

#menu-search {
  display: none!important;
}
