@charset "UTF-8";
/**
  ブレイクポイント
 */
/**
  レイアウト
 */
/**
 ネガティブマージン
 */
/**
  リズム
 */
/**
  カラーテーマ
 */
/**
  シャドウ
 */
p {
  margin: 0 !important;
}

.breadcrumb {
  margin: 0 12px 16px;
}
.breadcrumb a {
  color: #ff6e2e;
}
.breadcrumb a:hover {
  opacity: 0.5;
}

.plan_check {
  flex-shrink: 0;
  width: 20px;
  height: auto;
  color: #ff6e2e;
}

.nm-1 {
  margin: -1px;
}

.fs-7 {
  font-size: 13px;
}

.bg-oc-orange {
  background-color: #ff6e2e;
}

.bg-oc-danger {
  background-color: #d71618;
}

.text-oc-orange {
  color: #ff6e2e;
}

.text-oc-danger {
  color: #d71618;
}

.table {
  margin-bottom: 0;
}
.table.table-bordered {
  border-color: #eee;
}
.table .table-group-divider {
  border-top-color: #dee2e6;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    margin: 0 0 16px;
  }
}
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-btn {
  width: 250px;
}
.c-btn.full {
  width: 100% !important;
}
.c-btn.select {
  opacity: 0.7;
}
.c-btn#confirmLink[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.plan.select .c-btn {
  opacity: 0.7;
}

.plan.selected .c-btn {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .c-btn {
    width: 100%;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 250px;
  }
  .c-btn.full {
    max-width: 100%;
  }
}
.plan {
  border: 3px solid #fff;
  border-radius: 3px;
}
.plan .enterprise {
  justify-content: center;
  min-height: 169px;
}
.plan.selected {
  border: 3px solid #ff6e2e;
  border-radius: 3px;
}

.plan-status {
  height: 32px;
}
.plan-status .plan-tag {
  border-radius: 3px 0;
}
.plan-status .plan-tag.before {
  color: #fff;
  background: #9fa0a0;
}
.plan-status .plan-tag.after {
  color: #fff;
  background: #ff6e2e;
}

.card-container {
  border: none;
}
.card-container.active {
  border: 3px solid #ff6e2e;
}

@media screen and (max-width: 767px) {
  .c-card {
    margin: 0 auto;
    padding: 24px;
  }
  .plan .enterprise {
    min-height: auto;
  }
}
a:hover {
  opacity: 0.5;
}

.c-hover-50:hover {
  opacity: 0.5;
}

.form-control::-moz-placeholder {
  font-size: 13px;
  color: #434852;
}

.form-control::placeholder {
  font-size: 13px;
  color: #434852;
}
.form-control.p-input-start {
  border-radius: 0.375rem 0 0 0.375rem;
}
.form-control.p-input-end {
  border-radius: 0 0.375rem 0.375rem 0;
}
.form-control.mini {
  max-width: 125px;
}

.p-textIndent {
  text-indent: 1em;
}

.p-current-label {
  top: -2.5px;
  left: -2.5px;
}

.p-toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.p-toggle-switch input {
  width: 0;
  height: 0;
  opacity: 0;
}
.p-toggle-switch input:checked + .p-toggle-slider {
  background-color: #34c759;
}
.p-toggle-switch input:checked + .p-toggle-slider::before {
  transform: translateX(16px);
}
.p-toggle-switch .p-toggle-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  transition: 0.4s;
  border-radius: 24px;
  background-color: #ccc;
}
.p-toggle-switch .p-toggle-slider::before {
  position: absolute;
  bottom: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  content: "";
  transition: 0.4s;
  border-radius: 50%;
  background-color: #fff;
}

.p-guide-img {
  max-width: 600px;
}

@media screen and (max-width: 767px) {
  .p-plan-arrow {
    transform: rotate(90deg);
  }
  .form-control.p-input-start {
    border-radius: 0.375rem 0.375rem 0 0 !important;
  }
  .form-control.p-input-end {
    border-radius: 0 0 0.375rem 0.375rem !important;
  }
  .form-control.mini {
    width: 100%;
    max-width: 100%;
  }
  .p-table-wrap table,
  .p-table-wrap tbody,
  .p-table-wrap tr,
  .p-table-wrap td,
  .p-table-wrap th {
    display: revert;
  }
}
