@charset "UTF-8";
h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

html, body {
  padding: 0;
  margin: 0;
  height: 100vh;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body {
  background: #F7F7F7;
}

a {
  color: #0067C0;
  text-decoration: none;
}

h1 {
  font-size: 150%;
  font-weight: 800;
}

h3 {
  font-weight: 800;
}

.max-height {
  height: 100%;
}

.button {
  line-height: 250%;
  max-width: 100%;
  min-width: 150px;
  white-space: nowrap;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.button.small {
  line-height: 160%;
}

.alert {
  padding: 10px;
}

ul, li {
  padding: 0;
  list-style: none;
}

.text-accent {
  color: #0067C0;
}

.accent {
  background-color: #0067C0;
  color: #ffffff;
}

.border-accent {
  border: solid 1px #0067C0;
  background: none;
  color: #0067C0;
  text-align: center;
}

.alert-accent {
  background-color: #0067C0;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
}

.text-danger {
  color: #aa0000;
}

.danger {
  background-color: #aa0000;
  color: #ffffff;
}

.border-danger {
  border: solid 1px #aa0000;
  background: none;
  color: #aa0000;
  text-align: center;
}

.alert-danger {
  background-color: #aa0000;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
}

.text-success {
  color: #53A551;
}

.success {
  background-color: #53A551;
  color: #ffffff;
}

.border-success {
  border: solid 1px #53A551;
  background: none;
  color: #53A551;
  text-align: center;
}

.alert-success {
  background-color: #53A551;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
}

.text-info {
  color: #4BA0B5;
}

.info {
  background-color: #4BA0B5;
  color: #ffffff;
}

.border-info {
  border: solid 1px #4BA0B5;
  background: none;
  color: #4BA0B5;
  text-align: center;
}

.alert-info {
  background-color: #4BA0B5;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
}

.text-warning {
  color: #F5C344;
}

.warning {
  background-color: #F5C344;
  color: #000000;
}

.border-warning {
  border: solid 1px #F5C344;
  background: none;
  color: #F5C344;
  text-align: center;
}

.alert-warning {
  background-color: #F5C344;
  color: #000000;
  border-radius: 5px;
  padding: 10px;
}

.text-light {
  color: #F8F9FA;
}

.light {
  background-color: #F8F9FA;
  color: #000000;
}

.border-light {
  border: solid 1px #F8F9FA;
  background: none;
  color: #F8F9FA;
  text-align: center;
}

.alert-light {
  background-color: #F8F9FA;
  color: #000000;
  border-radius: 5px;
  padding: 10px;
}

.margin-large {
  margin: 45px;
}

.margin-top-large {
  margin-top: 45px;
}

.margin-bottom-large {
  margin-bottom: 45px;
}

.margin-left-large {
  margin-left: 45px;
}

.margin-right-large {
  margin-right: 45px;
}

.padding-large {
  padding: 45px;
}

.padding-top-large {
  padding-top: 45px;
}

.padding-bottom-large {
  padding-bottom: 45px;
}

.padding-left-large {
  padding-left: 45px;
}

.padding-right-large {
  padding-right: 45px;
}

.margin {
  margin: 30px;
}

.margin-top {
  margin-top: 30px;
}

.margin-bottom {
  margin-bottom: 30px;
}

.margin-left {
  margin-left: 30px;
}

.margin-right {
  margin-right: 30px;
}

.padding {
  padding: 30px;
}

.padding-top {
  padding-top: 30px;
}

.padding-bottom {
  padding-bottom: 30px;
}

.padding-left {
  padding-left: 30px;
}

.padding-right {
  padding-right: 30px;
}

.margin-small {
  margin: 20px;
}

.margin-top-small {
  margin-top: 20px;
}

.margin-bottom-small {
  margin-bottom: 20px;
}

.margin-left-small {
  margin-left: 20px;
}

.margin-right-small {
  margin-right: 20px;
}

.padding-small {
  padding: 20px;
}

.padding-top-small {
  padding-top: 20px;
}

.padding-bottom-small {
  padding-bottom: 20px;
}

.padding-left-small {
  padding-left: 20px;
}

.padding-right-small {
  padding-right: 20px;
}

.margin-micro {
  margin: 10px;
}

.margin-top-micro {
  margin-top: 10px;
}

.margin-bottom-micro {
  margin-bottom: 10px;
}

.margin-left-micro {
  margin-left: 10px;
}

.margin-right-micro {
  margin-right: 10px;
}

.padding-micro {
  padding: 10px;
}

.padding-top-micro {
  padding-top: 10px;
}

.padding-bottom-micro {
  padding-bottom: 10px;
}

.padding-left-micro {
  padding-left: 10px;
}

.padding-right-micro {
  padding-right: 10px;
}

.text-annotation {
  color: #aa0000;
  margin-left: 5px;
}

.text-number {
  text-align: right;
}

.box {
  padding: 20px;
  background: #ffffff;
}

.box-narrow {
  max-width: 800px;
  margin: 0 auto;
}

.box-width-800 {
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.container-narrow {
  max-width: 800px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.screen-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-control {
  width: 100%;
  padding: 10px;
  line-height: 150%;
  border-radius: 5px;
  border: solid #dddddd 1px;
}

.form-control-textarea {
  min-height: 8em;
}

.form-search-icon {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -20px;
}

.form-control-image {
  display: none;
}

.image-upload-container label {
  display: flex;
  align-items: center;
}

.image-preview {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; /* 追加！真ん中を切り抜きっぽく */
  display: none;
}

.center {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.right {
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}

ion-icon {
  font-size: 180%;
  vertical-align: middle;
}

.position-relative {
  position: relative;
}

.popup-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.popup-overlay .popup-inner {
  min-width: 30%;
  padding: 30px;
  background: #ffffff;
  border-radius: 20px;
}

.width-small {
  width: 20%;
}

.width-large {
  width: 35%;
}

.width-max {
  width: 100%;
}

#site-main {
  display: flex;
  align-items: flex-start;
  min-height: 100%;
}
#site-main #site-sidebar-icons {
  width: 90px;
  text-align: center;
  color: #666666;
}
#site-main #site-sidebar-icons a {
  color: #666666;
}
#site-main #site-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#site-main #site-header {
  padding: 0 30px;
  height: 70px;
  display: flex;
  align-items: center;
  width: 100%;
  background: #ffffff;
}
#site-main #site-header h1, #site-main #site-header p {
  margin: 0;
}
#site-main #site-header h1 {
  font-size: 150%;
  font-weight: 400;
}
#site-main #site-header #site-right-search {
  flex: 1;
}
#site-main #site-header2 {
  padding: 0 30px;
  height: 40px;
  background: #4F565C;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: 600;
}
#site-main #site-header2 a {
  margin-right: 20px;
  color: #ffffff;
}
#site-main #site-header2 #site-header2-left {
  flex: 1;
}
#site-main #site-header2 #site-header2-right {
  display: flex;
}
#site-main #site-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: calc(100% - 40px);
}

#site-main-contents {
  flex: 1;
  display: flex;
  align-items: stretch;
  min-height: 100%;
}
#site-main-contents #site-sidebar {
  padding: 20px;
  width: 250px;
  color: #ffffff;
}
#site-main-contents #site-sidebar dl {
  margin: 0;
}
#site-main-contents #site-sidebar {
  background: #343A40;
}
#site-main-contents #site-sidebar a {
  color: #ffffff;
}

.dl-form {
  display: flex;
}
.dl-form dt {
  font-weight: 800;
  text-align: left;
}
.dl-form dd {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  line-height: 40px;
}

.line-height {
  line-height: 34px;
}

.icon-title dt {
  text-align: center;
}
.icon-title dd {
  padding: 0;
  margin: 0;
  padding-top: 5px;
  text-align: center;
}

.string-icon {
  display: flex;
  align-items: center;
}
.string-icon dt {
  line-height: 25px;
  text-align: center;
}
.string-icon dd {
  margin: 0;
  padding: 0;
  margin-left: 10px;
}

.left-right {
  display: flex;
  align-items: center;
}
.left-right > :nth-child(2) {
  margin-left: auto;
}

.main-content {
  margin: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table th, .table td {
  padding: 2px;
}
.table th {
  background: #eeeeee;
}
.table td {
  border: solid 1px #eeeeee;
}

.table-simple {
  width: 100%;
  text-align: left;
}
.table-simple th, .table-simple td {
  padding: 5px;
}
.table-simple th {
  width: 1%;
  white-space: nowrap;
}
.table.simple th, .table.simple td {
  padding-left: 5px;
  padding-right: 5px;
}
.table.simple th {
  background: none;
  text-align: left;
}
.table.simple td {
  border: none;
  text-align: left;
}

.table.small th, .table.small td {
  padding: 0px;
}
.table.small th {
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
.table.small td {
  line-height: 100%;
}
.table.small .form-control {
  padding: 2px;
}

#site-main-contents #site-sidebar #dl-store-channel dt {
  font-size: 150%;
}
#site-main-contents #site-sidebar #dl-store-channel dd {
  margin-left: 15px;
}
#site-main-contents #site-sidebar #dl-store-channel dd a {
  margin-bottom: 15px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease;
  padding: 0 10px;
  border-radius: 4px;
}
#site-main-contents #site-sidebar #dl-store-channel dd a:hover {
  color: #000000 !important;
  background-color: #ffffff;
  padding: 5px 10px;
}
#site-main-contents #site-sidebar #dl-store-channel dd a.active {
  color: #000000 !important;
  background-color: #ffffff;
  padding: 5px 10px;
  font-weight: bold;
}

/* 会話を表示するリンクのスタイル */
a[href*=channel-child-message] {
  color: #0067C0;
  text-decoration: none;
  transition: all 0.2s ease;
}
a[href*=channel-child-message]:hover {
  color: #000000 !important;
  background-color: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
}

/* 会話ページにいる時のアクティブ状態 */
a[href*=channel-child-message].active {
  color: #000000 !important;
  background-color: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: bold;
}

.pointer {
  cursor: pointer;
}

.popup-menu {
  position: fixed;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  padding: 8px 0;
  min-width: 140px;
  z-index: 999;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.15s ease-in-out;
  color: #000000;
}
.popup-menu a {
  color: #000000;
}

.popup-menu-content {
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
}
.popup-menu-content a {
  padding: 10px 0;
  color: #000000 !important;
  display: block;
}
.popup-menu-content a:hover {
  color: #0075c2 !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dl dt {
  font-weight: 800;
}
.dl dd {
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

.channel-box header {
  display: flex;
  align-items: center;
}
.channel-box header .dl {
  margin-left: 20px;
}
.channel-box footer {
  position: fixed;
  bottom: 0px;
}

hr {
  border: none;
  height: 1px;
  background-color: #eeeeee;
}

.tab {
  font-weight: 800;
  display: flex;
}
.tab li {
  width: 150px;
  padding: 10px 0;
}
.tab .active {
  color: #0067C0;
  border-bottom: solid 5px #0067C0;
}

.layout-side {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.layout-side-inline {
  display: flex;
  align-items: center;
}

.layout-side.full > * {
  flex: 1;
}

.layout-side.middle {
  align-items: center;
}

.layout-side.bottom {
  align-items: flex-end;
}

.nowrap {
  white-space: nowrap;
}

.calendar-container {
  position: absolute;
  width: 280px;
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 8px;
  font-family: sans-serif;
  background: #fff;
  z-index: 100;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.calendar-days, .calendar-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

.calendar-dates div {
  padding: 6px;
  cursor: pointer;
  border-radius: 4px;
}

.calendar-dates div:hover {
  background-color: #f0f0f0;
}

.selected {
  background-color: #0075c2;
  color: #fff;
}

.check-hidden {
  display: none;
}

.dl-side {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.dl-side dd {
  margin: 0;
  padding: 0;
  margin-left: 10px;
}

/* ボタンデザイン */
.check-button {
  line-height: 150%;
  width: 80px;
  min-width: 0px;
  border-radius: 5px;
  border: solid 1px #ff9900; /* 通常時の色 */
  background: none;
  color: #ff9900;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

/* チェックされたら色変える */
.check-hidden:checked + .check-button {
  background: #ff9900; /* チェック時の色 */
  color: white;
}

.hidden {
  display: none;
}

.ql-container {
  height: auto !important;
}

.ql-editor {
  padding: 10px;
}

.upload-item {
  border: solid 1px #eeeeee;
  padding: 10px;
  border-radius: 10px;
  width: 50%;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.bubble {
  position: absolute;
  top: -50px;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 10;
  white-space: nowrap;
}

.display-none {
  display: none;
}

.suggestion-list {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
.suggestion-list li {
  padding: 10px;
  cursor: pointer;
}
.suggestion-list li:hover {
  background-color: #f0f0f0;
}

/*# sourceMappingURL=common.css.map */
