@charset "UTF-8";
/** Colors **/
/** Typography **/
/** Navbar **/
/** Buttons **/
/** Panels **/
/** Body back color **/
/** Base Settings **/
/** Menu Settings **/
/** Other Settings **/
/** メニューとコンテンツの間 **/
/** Base Size **/
/** Client **/
/** Auth **/
/** Admin **/
.margin-up-down-10 {
  margin: 10px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.margin-side-3 {
  margin: 0 3px;
}

.margin-side-5 {
  margin: 0 5px;
}

.margin-side-10 {
  margin: 0 10px;
}

.margin-side-30 {
  margin: 0 30px;
}

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

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

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

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

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

.margin-top-bottom-50 {
  margin: 50px 0;
}

.margin-top-bottom-10 {
  margin: 10px 0;
}

.margin-top-bottom-5 {
  margin: 5px 0;
}

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

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

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

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

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

.padding-top-bottom-10 {
  padding: 10px 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-no-wrap {
  display: flex;
}

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

.width-40 {
  width: 40px;
}

.width-60 {
  width: 60px;
}

.width-100 {
  width: 100px;
}

.width-140 {
  width: 140px;
}

.width-170 {
  width: 170px;
}

.width-200 {
  width: 200px;
}

.width-300 {
  width: 300px;
}

.width-400 {
  width: 400px;
}

.width-500 {
  width: 500px;
}

.width-600 {
  width: 600px;
}

.width-700 {
  width: 700px;
}

.width-50-20 {
  width: calc(50% - 20px);
}

.width-100-percent {
  width: 100%;
}

.width-100-140 {
  width: calc(100% - 140px);
}

.width-100-170 {
  width: calc(100% - 170px);
}

.height-40 {
  height: 40px;
}

.min-height-40 {
  min-height: 40px;
}

.content-body {
  padding: 0 20px;
}

.form, .form-button-area {
  margin: 0 auto;
  width: 90%;
}

.form-button-area {
  margin-top: 50px;
}

.create-button-area {
  margin: 10px 0;
}

.download-button-area {
  margin-left: auto;
  margin-right: 0;
}

.search-result-collapse {
  margin: 0 0 10px;
}

.search-result-collapse-content {
  padding: 10px;
}

.search-result-button-group {
  padding: 0 10px;
}

.annotation-block {
  padding: 3px 10px;
  font-size: 12px;
  color: #3298e6;
}

.annotation-block-lineheight {
  line-height: 24px;
}

.caution-block {
  padding: 0;
}

.annotation-block-error, .caution-block {
  padding: 3px 10px;
  font-size: 12px;
  color: #e06666;
}

.display-inline-block {
  display: inline-block;
}

.move-cursor {
  cursor: move;
}

.pointer-cursor {
  cursor: pointer;
}

.condition-block {
  width: 95%;
  margin: 0 auto;
}

.update-controller-block {
  width: 95%;
  margin: 20px auto 0;
}

.condition-name-area {
  margin-left: 15px;
}

.bold {
  font-weight: bold;
}

.under-line {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.input-and-checkBox {
  display: inline-grid;
}

.input-and-annotation {
  display: grid;
}

.center {
  text-align: center;
}

.float-right {
  float: right;
}

.list-style-none {
  list-style: none;
}

.display-table {
  display: table;
}

.display-table-cell {
  display: table-cell;
}

.vertical-align-top {
  vertical-align: top;
}

.color-orange {
  color: #ffa500;
}

.color-red {
  color: #ff0000;
}

.color-black {
  color: #666666;
}

.border-bottom {
  border-bottom: 1px solid #cccccc;
}

.disabled-tag-link {
  pointer-events: none;
}

/* TODO: あまり良き設定ではないので、要検討 */
.button-after-second {
  margin-left: 0 !important;
}

.notice {
  font-size: 12px;
  color: #ff0000;
}

.block {
  display: block;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
  color: #FF4949;
}

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

.center {
  text-align: center;
}

.calculation-block {
  margin: 10px 0;
}

.result-block {
  margin: 0 30px;
  font-size: 16px;
}

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

.matter-block {
  margin-left: 8px;
}

.under-line {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.font-size-12 {
  font-size: 12px;
}

.tab-contents {
  padding: 5px;
  background: #c6e1e4;
}

.warning {
  font-size: 14px;
  color: #ff0000;
}

.insert-button {
  margin: 4px 4px;
}

.no-style-ul {
  list-style: none;
}

.style-inside-ul {
  list-style-position: inside;
}

.tooltip-block {
  max-width: 200px;
  overflow-wrap: break-word;
}

div.one-to-one-mail-align {
  display: flex;
}

.break-all-area {
  width: 100%;
  word-break: break-all;
}

/* TODO: 他機能でも利用する可能性があるため、ここに配置 */
.errored_form > textarea {
  background-color: #F9E4E4;
}

/* 子要素にあるElement-uiラジオボタンのラベルを非表示にする */
.hide-label-radio .el-radio__label {
  display: none;
}

.empty-table-message {
  color: #e06666;
  margin: 12px;
  border-style: solid;
  border-color: #e06666;
  border-width: 2px;
  border-radius: 8px;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tooltip-over-text {
  color: #FFFFFF;
}

.tooltip-over-text a {
  color: #FFFFFF;
  line-height: 0.5rem;
}
.tooltip-over-text a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.fa-question-circle-icon {
  color: #909399;
  opacity: 0.5;
}

.footer-area {
  width: 100%;
  text-align: center;
  color: #7DADFA;
  margin-top: 20px;
}

.target-page-button {
  text-align: center;
}

.target-page-message {
  font-size: 11px;
  margin: 0 10px;
}

.selected-tag-area {
  width: 420px;
  max-height: 130px;
  overflow-y: scroll;
  padding: 3px;
}

.selected-tag {
  margin: 0 3px;
  height: auto !important;
  white-space: normal !important;
  max-width: 380px;
  overflow: hidden;
  word-break: break-all;
}

.register-area {
  text-align: center;
}

.main-area {
  line-height: 24px;
}

.area-name {
  font-weight: bold !important;
}

.help-link {
  color: #F5BE40;
  margin-left: 10px;
}
.help-link:hover {
  color: #F4D58E;
}

.menu-area {
  padding: 0 10px;
}

.logo-content {
  width: 150px;
  line-height: 40px !important;
  padding: 0 10px;
}

.info-content {
  width: calc(100% - 150px);
  line-height: 40px;
  text-align: right;
  padding-right: 10px;
}

.logo-image {
  width: calc(150px - 20px);
}

.menu-text, .user-name, .submenu-text {
  font-size: 0.8rem;
}

@media (max-width: 1262px) {
  .menu-text {
    display: none;
  }
}
.menu-icon {
  font-size: 15px;
}

.menu-bottom-space {
  height: 10px;
  width: 100%;
  background: #C0C6C9;
}

.login-plan-information-area {
  text-align: right;
  display: flex;
  justify-content: space-between;
}

.plan-information-block {
  font-weight: bold;
  color: #F5BE40;
}

/** Colors **/
/** Typography **/
/** Navbar **/
/** Buttons **/
/** Panels **/
/** Body back color **/
/** Base Settings **/
/** Menu Settings **/
/** Other Settings **/
/** メニューとコンテンツの間 **/
/** Base Size **/
/** Client **/
/** Auth **/
/** Admin **/
/* 動画FAQのスタイル */
.movie-link-area {
  width: 36px;
  height: 36px;
  position: fixed;
  right: 40px;
  top: 105px;
  background-color: #226699;
  border-color: #226699;
  color: #F5BE40;
  opacity: 0.6;
  line-height: 1.85;
  border-radius: 50px;
  transition: 0.3s;
  z-index: 2000;
  display: flex;
}
.movie-link-area .icon-area {
  width: 36px;
  font-size: 22px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.movie-link-area .support-link {
  display: none;
  overflow: hidden;
  color: #F5BE40;
}
.movie-link-area .link-area {
  padding-left: 10px;
  vertical-align: middle;
  display: table-cell;
  width: calc(250px - 36px);
  height: 38px;
  overflow: hidden;
  transition: 0.3s;
  line-height: 1.85;
  font-size: 16px;
}
.movie-link-area:focus, .movie-link-area:hover {
  width: 250px;
  opacity: 1;
}
.movie-link-area:focus .support-link, .movie-link-area:hover .support-link {
  display: table-cell;
}

/* カスタマーサイトのスタイル */
.support-link-area {
  width: 36px;
  height: 36px;
  position: fixed;
  right: 40px;
  top: 145px;
  background-color: #226699;
  border-color: #226699;
  color: #F5BE40;
  opacity: 0.6;
  line-height: 1.85;
  border-radius: 50px;
  transition: 0.3s;
  z-index: 2000;
  display: flex;
}
.support-link-area .icon-area {
  width: 36px;
  font-size: 22px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.support-link-area .support-link {
  display: none;
  overflow: hidden;
  color: #F5BE40;
}
.support-link-area .link-area {
  padding-left: 10px;
  vertical-align: middle;
  display: table-cell;
  width: calc(270px - 36px);
  height: 38px;
  overflow: hidden;
  transition: 0.3s;
  line-height: 1.85;
  font-size: 16px;
}
.support-link-area:focus, .support-link-area:hover {
  width: 270px;
  opacity: 1;
}
.support-link-area:focus .support-link, .support-link-area:hover .support-link {
  display: table-cell;
}

/** Colors **/
/** Typography **/
/** Navbar **/
/** Buttons **/
/** Panels **/
/** Body back color **/
/** Base Settings **/
/** Menu Settings **/
/** Other Settings **/
/** メニューとコンテンツの間 **/
/** Base Size **/
/** Client **/
/** Auth **/
/** Admin **/
.green-area {
  color: #9acd32;
}

.red-area {
  color: #FF4949;
}
