@charset "UTF-8";
/*  =============================================================

　　プロジェクト設定

    Componentを組み合わせたものなど大きな単位のモジュールを管理


============================================================= */
/*  ログイン
---------------------------------------------*/
.auth {
  width: 480px;
  max-width: 480px;
  margin: 0 auto;
}
.auth .control-label, .auth .form-group > label {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .5px;
}
.login-brand {
  padding: 4em 0 2em;
  text-align: center;
}
.login-brand img {
  max-width: 240px;
}
.login-brand p {
  margin: .5em 0 0;
  letter-spacing: .3em;
  font-size: 1.6rem;
}
.auth .custom-control-label {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .5px;
  margin-bottom: 0;
  margin-left: 5px;
}
.auth .btn {
  margin: 0 auto;
  display: block;
}
/*  リスト
---------------------------------------------*/
.list .list-loading {
  margin: 1em auto;
}
.list-header, .list-action, .list-body {}
/* action:ボタンなどのセット */
.list-action {
  display: flex;
  justify-content: space-between;
}
.list-action p {
  margin-right: 1em;
}
.list-action a {
  margin-bottom: 5px;
}
.list-action .custom-checkbox {}
/* summary:一覧系ページ　リスト項目の項目名と概要エリア */
.list-summary {
  margin: 0 0 1em;
}
.list-summary .thumb {
  margin-right: 1em;
}
.list-summary .thumb img {
  width: 80px;
  height: 60px;
  object-fit: cover;
}
.list-summary > .caption {
  display: block;
  white-space: nowrap;
}
.list-summary > p > a {
  display: block;
  white-space: nowrap;
  font-size: .875rem;
}
.list-summary > p > a.btn {
  display: inline-block;
}
.list-summary > p.title > a {
  white-space: normal;
}
.list-summary h4 {
  margin-bottom: 1em;
  font-weight: 600;
}
/* main:階層型一覧ページ　リスト項目の左エリア（主に項目名） */
.list-main {}
/* addition:階層型一覧ページ　リスト項目の右エリア */
.list-addition {
  display: flex;
  margin-left: auto;
}
.list-addition p {
  margin-right: 1em;
  margin-bottom: 0;
}
.list-addition a {
  display: block;
}
.list-link .caption {
  margin-right: 1em;
}
.list-link .caption {
  margin-top: 15px;
}
/* caption */
.caption {
  font-size: 13px;
}
.caption p {
  margin-bottom: 5px;
}
.caption span {
  margin-right: 1em;
  display: inline-block;
}
/* relate:一覧系ページの関連項目 */
.list-relate {
  /*min-width: 120px;*/
  font-size: 13px;
}
.list-relate p {
  padding: 5px;
  margin-bottom: 0;
}
.list-relate p a {
  display: block;
  white-space: nowrap;
  font-size: .875rem;
}
.list-relate p a.btn {
  display: inline-block;
  margin-bottom: 1em;
}
.list-relate .badge {
  width: 100%;
}
.list-relate .balloon-top {
  font-size: .75rem;
  margin: 6px 0;
  border-radius: 4px;
}
.list-relate .balloon-top .btn {
  font-size: .75rem;
  margin-bottom: 0;
  width: 100%;
}
/* icon */
.list-icon {
  width: 40px;
}
/* edit */
td.tooltip-toggle {
  width: 120px;
}
td.add-row {
  padding: 0;
}
td.add-row a {
  display: block;
  text-align: center;
  padding: 1.6em;
  cursor: pointer;
}
td.add-row a i {
  margin-right: 5px;
  font-size: 1.25em;
}
/* report:ログ系ページの集計リスト */
.list-report li {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 1.6em;
  margin-bottom: 1.6em;
  justify-content: space-between;
}
.list-report-title {
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-report-content {
  font-size: .875rem;
  color: #999;
  margin-left: 1em;
}
/* log:一覧系ページのログ項目 */
.list-log .tag {
  min-width: auto;
  margin: 0 5px 0 0;
}
.list-log p {
  margin: 0 0 4px;
}
/* timeline */
.timeline {
  display: flex;
  align-items: flex-start;
  padding: 1em 0;
}
.timeline img {
  margin-right: 1em;
}
.timeline-body {
  flex: 1;
}
.timeline-date {
  float: right;
}
.timeline-title {
  font-weight: 600;
}
.timeline-text {}
.timeline + .text-center {
  padding-top: 1em;
}
/* サムネイル形式のリスト */
.list li a.media {
  padding: 1em;
  display: flex;
  align-items: flex-start;
  text-decoration: none;
}
.list li a.media .media-title {
  width: 50%;
}
.list li a.media img {
  width: 120px;
}
.sort, .sort ul {
  display: flex;
}
.sort h4 {
  margin-right: 1em;
}
.sort ul li {}
.sort ul li + li {
  margin-left: 1.6em;
}
.sort ul li a.active {
  text-decoration: none;
  pointer-events: none;
}
/*  card style
---------------------------------------------*/
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: white;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 2rem;
}
.card-group.overview .card-body p {
  opacity: .75;
  font-weight: 500;
}
.card h4 span {
  background: white;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 1.25rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.card .card-header h1 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  padding-right: 10px;
  margin-bottom: 0;
  text-align: center;
}
.card .card-header h1 > span.h-icon {
  display: inline-block;
  margin-right: 10px;
}
.card .card-header h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  padding-right: 10px;
  margin-bottom: 0;
}
.card .card-header h3 > i {
  display: inline-block;
  margin-right: 10px;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card .card-header h3 + .card-header-action {
  margin-left: auto;
}
.card .card-header h3 + .card-header-action .btn {
  font-size: 12px;
  border-radius: 30px !important;
  padding: 0 13px;
  height: 30px;
  line-height: 30px;
  min-width: auto;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-innerbox {
  background: #f7f7f7;
  padding: 1em;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group {
  display: flex;
}
.card-group > .card {
  margin-bottom: 15px;
  margin-right: 15px;
  flex: 0 0 calc(100% / 3 - 15px);
  max-width: calc(100% / 3 - 15px);
}
.card-group.form-csv > .card {
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}
.card-group > .card:last-child {
  margin-right: 0;
}
.card-group.log-report > .card {
  flex: 0 0 48%;
  max-width: 48%;
}
.log-report .card {
  margin-bottom: 15px;
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
/*  form
---------------------------------------------*/
.form-group, .form-result {
  margin: 0 0 1em;
}
.box-form .row {
  justify-content: space-between;
}
.box-form .form-radio .row {
  justify-content: flex-start;
}
.box-form .row .form-group.adjust + .form-group {
  padding-top: 10px;
}
.form-result.row {
  justify-content: flex-start;
  align-items: center;
}
.form-result.row p {
  margin-right: 1rem;
}
.form-result.row span {
  margin-bottom: 1rem;
}
.form-label {
  font-size: 13px;
  font-weight: 600;
  display: block;
}
.box-form .form-label {
  font-size: 15px;
}
.form-result.border-dotted {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}
.form-result.border-dotted:last-child {
  border-bottom: none;
  margin: 0;
}
.form-result span {
  font-size: 13px;
  margin-bottom: .4rem;
  display: block;
}
.form-result.row.form-result span {
  margin-right: 1em;
  min-width: 5%;
  text-align: center;
}
.form-label span {
  font-weight: 400;
  margin-left: 1em;
}
.form-label span.badge {
  font-weight: 700;
}
.input-group {
  display: flex;
  flex-wrap: wrap;
}
.input-group span {
  display: block;
  padding: 0 2em;
}
.input-group .form-group {
  width: calc((100% / 3) - 20px);
  margin-right: 20px;
}
.input-group .form-group:last-child {
  width: calc(100% / 3);
  margin-right: 0;
}
.selecter > .input-group {
  align-items: center;
}
.selecter > .input-group .form-group:last-child {
  margin-left: 20px;
}
.input-group.form-control-box.form-unit {
  margin-bottom: 1em;
}
.input-group.form-control-box.form-unit .form-group {
  width: calc((100% / 4) - 20px);
  margin-right: 0;
  margin-top: 1em;
  display: flex;
  align-items: center;
}
.input-group.form-control-box.form-unit .form-group:nth-child(4) {
  width: calc(100% / 4);
  margin-right: 0;
}
.input-group.form-control-box.form-unit .form-group::after {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 16px;
  margin: 0 15px;
}

.input-group.form-control-box.form-unit .form-group:last-of-type::after {
  display: none; /* 最後の form-group の after を非表示にする */
}
.input-group-text, select.form-control:not([size]):not([multiple]) {
  font-size: 1rem;
  font-weight: 400;
  height: 56px;
}
.form-group.input-group-date, .form-group.input-group-date:last-child {
  width: 100%;
}
.form-group.input-group-date > .input-group {
  flex-wrap: nowrap;
}

textarea.form-control {
  height: 160px;
}
textarea::placeholder {
  color: #aaa;
}
.form-control {
  display: block;
  width: 100%;
  height: 56px;
  padding: 1rem 1.2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: white;
  background-clip: padding-box;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
}
.form-control.short {
  display: inline-block;
  width: 30%;
  margin-right: 1em;
}
.search-area-innmodal .form-control {
  font-size: .875rem;
  height: 32px;
  padding: .5rem .8rem;
}
.search-area-innmodal select.form-control:not([size]):not([multiple]) {
  font-size: .875rem;
  font-weight: 400;
  height: auto;
}
.search-area-innmodal .form-group {
  margin: 0 0 .5em;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
input:read-only.form-control, input:disabled.form-control, textarea:read-only.form-control, textarea:disabled.form-control {
  transition: none;
}
input::placeholder {
  color: #aaa;
}
.custom-checkbox {
  display: inline-flex;
  align-items: center;
}
.custom-control-input {
  margin-top: 0;
}
.custom-control-label {
  margin-left: 1em;
}
/* form selectric */
.selectric .label {
  font-size: 13px;
  background-color: transparent;
  line-height: 44px;
  min-height: 42px;
}
.selectric .button {
  background-color: transparent;
  line-height: 44px;
  min-height: 42px;
}
.selectric-above .selectric-items, .selectric-below .selectric-items {
  margin-bottom: 10px;
}
.selectric-items li {
  font-size: 13px;
  padding: 10px 15px;
}
.drilldown {
  margin-bottom: .5em;
}
/* form radio */
.form-radio label {
  width: auto;
  display: inline-block;
  margin-bottom: 0;
}
.form-radio input[type="radio"] {
  appearance: none;
  display: none;
  opacity: 0;
  width: 1px;
  position: absolute;
  height: 1px;
}
.form-radio input[type="radio"] + span {
  position: relative;
  display: block;
  vertical-align: middle;
  cursor: pointer;
  padding: 1.2em 1em 1.2em 40px;
  border-radius: 8px;
}
.form-radio input[type="radio"] + span::before, .form-radio input[type="radio"] + span::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 10px auto 0;
  box-sizing: border-box;
}
.form-radio input[type="radio"] + span::before {
  width: 20px;
  height: 20px;
  left: 15px;
}
.form-radio input[type="radio"] + span::after {
  width: 10px;
  height: 10px;
  left: 20px;
  opacity: 0;
}
.form-radio input[type="radio"]:checked + span::after {
  opacity: 1;
}
.form-radio input[type="radio"] + span.form-insert {
  padding: .6em 1em .6em 40px;
}
.form-radio input[type="radio"] + span.form-insert .form-control {
  padding: .2em .8em;
  height: 44px;
}
.input-group .form-group.radiostyle {
  width: auto !important;
}
.input-group .form-radio input[type="radio"] + span {
  border-radius: 0;
  border: none;
  background: none;
  padding: .4em 1em .4em 40px;
}
.input-group .form-radio label {
  margin-right: 1em;
  width: auto;
  display: inline-block;
}
.form-radio-visual label {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 8px;
  width: 30%;
  cursor: pointer;
}
.form-radio-visual label .visual {
  text-align: center;
  padding: 1.6em;
}
.form-radio-visual input[type="radio"] {
  appearance: none;
  display: none;
  opacity: 0;
  width: 1px;
  position: absolute;
  height: 1px;
}
.form-radio-visual input[type="radio"] + .visual + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 20px 20px 20px 70px;
  font-weight: 600;
  border-radius: 0 0 8px 8px;
  width: 100%;
}
.form-radio-visual input[type="radio"] + .visual + span::before, .form-radio-visual input[type="radio"] + .visual + span::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 10px auto 0;
  box-sizing: border-box;
}
.form-radio-visual input[type="radio"] + .visual + span::before {
  width: 20px;
  height: 20px;
  left: 40px;
}
.form-radio-visual input[type="radio"] + .visual + span::after {
  width: 10px;
  height: 10px;
  left: 45px;
  opacity: 0;
}
.form-radio-visual input[type="radio"]:checked + .visual + span::before {}
.form-radio-visual input[type="radio"]:checked + .visual + span::after {
  opacity: 1;
}
.box-form .row .selecter {
  width: 66%;
}
/* form　checkbox */
.form-checkbox label {
  width: auto;
  display: inline-block;
  margin-bottom: 0;
}
.form-checkbox input[type="checkbox"] {
  appearance: none;
  display: none;
  opacity: 0;
  width: 1px;
  position: absolute;
  height: 1px;
}
.form-checkbox input[type="checkbox"] + span {
  position: relative;
  display: block;
  vertical-align: middle;
  cursor: pointer;
  padding: 1.2em 1em 1.2em 40px;
  border-radius: 8px;
}
.form-checkbox input[type="checkbox"] + span::before, .form-checkbox input[type="checkbox"] + span::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 4px;
  top: 0;
  bottom: 0;
  margin: auto 10px auto 0;
  box-sizing: border-box;
}
.form-checkbox input[type="checkbox"] + span::before {
  width: 20px;
  height: 20px;
  left: 15px;
}
.form-checkbox input[type="checkbox"] + span::after {
  content: '';
  display: block;
  height: 10px;
  opacity: 0;
  transform: rotate(45deg);
  width: 6px;
  left: 22px;
}
.form-checkbox input[type="checkbox"]:checked + span::after {
  opacity: 1;
}
.input-group .form-group.checkboxstyle {
  width: auto !important;
}
.input-group .form-checkbox input[type="checkbox"] + span {
  border-radius: 0;
  border: none;
  background: none;
  padding: .4em 1em .4em 40px;
}
.input-group .form-checkbox label {
  margin-right: 1em;
  width: auto;
  display: inline-block;
}
/* Filter */
.filter .form-checkbox label {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
}
.filter .form-checkbox input[type="checkbox"] + span {
  padding: .8em;
  border-radius: 16px;
  font-size: .875rem;
}
.filter .form-checkbox input[type="checkbox"]:checked + span {
  font-weight: 500;
}
.filter {
  display: flex;
  align-items: flex-end;
}
.filter .searchbox {
  display: flex;
}
.filter .form-group + .form-group {
  margin-left: 10px;
}
.filter .form-group:last-child {
  flex-grow: 1;
}
.section-search .filter .form-control {
  padding: 0.8em 1.2em;
  height: 46px;
}
.filter .searchbox .form-control {
  margin-right: 0;
  border-radius: 8px 0 0 8px;
}
.filter .searchbox .btn {
  border-radius: 0 8px 8px 0;
  font-weight: 600;
  line-height: 24px;
  padding: .3rem 1rem;
  letter-spacing: .5px;
  min-width: auto;
}
/* form 記入例など */
.form-reference {
  display: flex;
  align-items: flex-start;
  margin: 8px 0 4px;
  font-weight: 400;
}
.form-reference span {
  padding: 1px 4px;
  margin-left: 0;
}
.reference-detail {
  padding: 4px 8px;
}
/* form 細かなレイアウトモジュール */
.function-copy {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.function-copy .btn {
  margin-left: 8px;
}
.drag-and-drop-area {
  border-radius: 5px;
  padding: 2em;
  text-align: center;
}
.drag-and-drop-area .icon-photo {
  width: 80px;
}
.file-select-input {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: block;
  height: 60px;
  width: 200px;
  opacity: 0;
  cursor: pointer;
}
.drag-and-drop-area,
.file-select-area{
  position: relative;
}
.previews p {
  padding: 1em;
  display: flex;
  justify-content: space-between;
}
.previews p .text-right {
  white-space: nowrap;
  margin-left: 1em;
}
h5 .caption {
  margin-left: 1rem;
}
.preview-item {
  padding: 1em;
  margin-bottom: 1em;
}
.preview-item p {
  border: none;
  display: flex;
  justify-content: space-between;
}
.previews.images {
  display: flex;
}
.previews.images p {
  display: block;
  width: 18%;
  margin-right: 1em;
}
.previews.images img {
  max-width: 100%;
  height: auto;
	max-height: 160px;
}
.previews.images span {
  display: block;
}
.form-group ul {
  padding: 1em;
}
.form-group ul li {
  list-style: disc inside;
  margin-left: 1em;
}
.box-form-footer {
  margin: 1em auto;
  text-align: center;
}
.box-form-footer p {
  display: inline-block;
  margin: 0;
}
.box-form-footer p + p::before {
  content: "|";
  padding: 0 10px;
}
/* 削除モーダル　*/
.delete-box {
  margin-bottom: 0;
  text-align: right;
}
.delete-box .btn {
  border-radius: .5rem .5rem 0 0;
  margin-right: .5rem;
}
/* form内のプレーンテキスト枠　*/
.form-plaintext{
  padding: 1em 1em 0;
  margin-bottom: 1em;
}
/* formの表示・非表示の制御　*/
.select-buttons {
  display: none;
}
/* formの追加　*/
.add-row a i {
  margin-right: 5px;
  font-size: 1.25em;
}
/*  Breadcrumb
---------------------------------------------*/
.breadcrumb-item {
  font-size: 12px;
}
/* .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 820px;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
} */
/*  Pagination
---------------------------------------------*/
.page-navigation {
  margin-left: auto;
}
.btn-csv + .page-navigation {
  margin-left: 0;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  text-decoration: none;
}
.page-link:hover {
  z-index: 2;
  text-decoration: none;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
}
.page-item.disabled .page-link {
  pointer-events: none;
  cursor: auto;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.my-swal {
  z-index : 3000;
}
div:where(.swal2-container) h2:where(.swal2-title){
  font-size: 1.3em;
}
.swal2-container{
  z-index: 10000;
}
/* .swal-title {
  font-size: 20px;
} */
.swal-footer {
  text-align: center;
}
.swal-button, .swal-button:hover .swal-button--cancel:not([disabled]), .swal-button--cancel:not([disabled]):hover {
  box-shadow: none !important;
}
/*  tag
---------------------------------------------*/
.tag-group {
  margin-bottom: 1em;
}
.tag-group span {
  display: inline-block;
  margin: 0 1em .5em 0;
  border-radius: 5px;
  padding: .5rem 1rem;
  font-size: .875rem;
}
.tag-group a {
  display: inline-block;
  margin: 0 1em .5em 0;
  border-radius: 5px;
  padding: 0 1rem;
  font-size: .875rem;
}
/*  keyword
---------------------------------------------*/
.keyword-group {
  margin-bottom: 1em;
}
.keyword-group span {
  display: inline-block;
  margin: 0 1em .5em 0;
}
/*  textlink
---------------------------------------------*/
.textlink-group {
  margin-bottom: 1em;
  display: flex;
}
.textlink-group h5 {
  font-weight: 600;
  white-space: nowrap;
}
.textlink-group ul {
  margin: 0 0 .5em 1em;
  padding: .5em 1em;
  border-radius: 1em;
}
.textlink-group li {
  display: inline-block;
  margin-right: 1em;
}
/* tab
---------------------------------------------*/
/* card-header:簡易タブ切り替え */
[data-tab-group] {
  display: none;
}
[data-tab-group].active {
  display: block;
}
.tab-group {}
.tab-group > ul {
  display: flex;
  align-items: center;
  margin: 0 0 -1px 0;
}
.tab {
  text-align: center;
  list-style: none;
  cursor: pointer;
  padding: 1em 2em;
  margin-right: 1em;
  border-radius: 8px 8px 0 0;
  font-weight: 600;
}
.tab.active {
  position: relative;
  z-index: 1;
}
.tab-contents {
  display: none;
}
.tab-contents .box-form {
  padding: 1rem;
}
.tab-contents.show {
  display: block;
  padding: 20px;
}
.tab-group.charts li {
  text-align: left;
}
.tab-group.charts li {
  text-align: left;
}
.tab-group.charts .tab-contents {
  background: none;
  border: none;
}
.tab-group.charts .tab {
  margin-right: 0;
}
.tab-group.charts .tab.active {
  border-radius: 0;
  background: none;
  border: none;
  margin-bottom: 5px;
}
.tab-group.charts li span {
  display: block;
  font: 400 12px/10px 'Roboto', sans-serif;
  line-height: 1.4em;
  letter-spacing: .01px;
}
.tab-group.charts li span.total {
  padding: 2px 0;
}
.tab-group.panel .tab, .tab-group.mega .tab {
  width: 50%;
}
/* sortable
---------------------------------------------*/
#sortdata tr, #sortdata li {
  cursor: grab;
}
#sortdata tr:hover, #sortdata li:hover {
  opacity: .75;
  border: 2px solid #ccc;
  box-sizing: border-box
}
#sortdata tr.sortable-chosen, #sortdata li.sortable-chosen {
  cursor: grabbing;
}
/* tooltip
---------------------------------------------*/
.tooltip-toggle {
  position: relative;
}
.tooltip {
  position: absolute;
  top: 56px;
  left: 0;
  min-width: 120px;
  z-index: 1060;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  font-size: 0.875rem;
  border-radius: 10px;
  text-align: center;
}
.tooltip > li {}
.tooltip > li a {
  text-decoration: none;
  display: block;
  padding: 1em 2em;
}
.tooltip > li:first-child a {
  padding-top: 2em;
}
.tooltip > li:last-child a {
  padding-bottom: 2em;
}
.tooltip > li i {
  padding-right: 5px;
}
/* modal
---------------------------------------------*/
/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 2000;
}
/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
}
/* モーダル本体 */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  border-radius: .8em;
}
.modal-closeicon{
  position: absolute;
  font-size: 42px;
  cursor: pointer;
  top: -20px;
  right: 0px;
  z-index: 1;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.7));
}
#modal02 .modal-closeicon{
  right: 70px;
}

#modal-kiroku-input .modal-closeicon{
  top: -70px;
 right: -10px;
}
.modal-header {
  text-align: center;
  font-weight: bold;
  padding: 30px;
}
.modal-footer {
  border-radius: 0 0 .8em .8em;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.modal-header p, .modal-footer p {
  margin: 0 10px;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-body .list-body {
  font-size: 13px;
}
.modal-body .list-body .table td .custom-checkbox {
  white-space: normal;
}
.search-area-innmodal {
  margin: 0 0 1em;
}
/* dropdown
---------------------------------------------*/
.dropdown, .dropdown-account, .dropdown-notification, .dropdown-language, .dropdown-support {
  position: relative;
}
.dropdown-toggle, .dropdown-account-toggle, .dropdown-notification-toggle, .dropdown-language-toggle, .dropdown-support-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after, .dropdown-account-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after, .dropdown-account-toggle:empty::after, .dropdown-notification-toggle:empty::after, .dropdown-language-toggle:empty::after, .dropdown-support-toggle:empty::after {
  margin-left: 0;
}
.dropdown-language-toggle {
  height: 36px;
  line-height: 30px;
  min-width: auto;
  padding: 0 .875rem !important;
  font-size: .875rem;
}
.dropdown-language-toggle i {
  font-size: 16px !important;
  vertical-align: middle;
}
.dropdown-account-toggle {
  text-decoration: none;
}
.dropdown-menu, .dropdown-account-menu, .dropdown-notification-menu, .dropdown-language-menu, .dropdown-support-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  margin: 0.125rem 0 0;
  list-style: none;
  background-clip: padding-box;
  width: 200px;
  border-radius: 10px;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 20px;
  clear: both;
  font-weight: 400;
  font-size: .875rem;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-decoration: none;
}
.dropdown-item:hover, .dropdown-item:focus {
  text-decoration: none;
}
.dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  pointer-events: none;
  background-color: transparent;
}
.dropdown-item-empty {
  text-align: center;
}
.dropdown-item-empty i {
  font-size: 2rem;
  margin-bottom: 10px;
}
.dropdown-item-empty p {
  font-size: .875rem;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-list {
  width: 350px;
  padding: 0;
}
.dropdown-list .dropdown-item {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
}
.dropdown-list .dropdown-item.dropdown-item-header:hover {
  background-color: transparent;
}
.dropdown-list .dropdown-item .time {
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .5px;
}
.dropdown-list .dropdown-item .dropdown-item-avatar {
  float: left;
  width: 40px;
  text-align: right;
  position: relative;
}
.dropdown-list .dropdown-item .dropdown-item-avatar img {
  width: 100%;
}
.dropdown-list .dropdown-item .dropdown-item-avatar .is-online {
  position: absolute;
  bottom: 0;
  right: 0;
}
.dropdown-list .dropdown-item .dropdown-item-desc {
  line-height: 24px;
  white-space: normal;
  margin-left: 60px;
}
.dropdown-list .dropdown-item .dropdown-item-desc b {
  font-weight: 600;
}
.dropdown-list .dropdown-item .dropdown-item-desc p {
  margin-bottom: 0;
}
.dropdown-list .dropdown-item:focus {}
.dropdown-list .dropdown-header {
  text-align: center;
}
.dropdown-list .dropdown-footer, .dropdown-list .dropdown-header {
  letter-spacing: .5px;
  font-weight: 600;
  padding: 15px;
}
.dropdown-list .dropdown-footer a, .dropdown-list .dropdown-header a {
  font-weight: 600;
  font-size: .875rem;
}
.dropdown-list .dropdown-list-content {
  height: 350px;
  overflow: hidden;
}
.dropdown-list.dropdown-language-menu {
  width: auto;
}
.dropdown-list.dropdown-language-menu .dropdown-list-content {
  height: auto;
  overflow: auto;
  text-align: center;
}
.dropdown-list .dropdown-list-content:not(.is-end)::after {
  content: ' ';
  position: absolute;
  bottom: 46px;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8));
  height: 60px;
}
.dropdown-list .dropdown-list-icons .dropdown-item {
  display: flex;
}
.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon {
  flex-shrink: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
}
.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon i {
  margin: 0;
}
.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc {
  margin-left: 15px;
  line-height: 20px;
}
.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc .time {
  margin-top: 5px;
}
.dropdown-flag .dropdown-item {
  font-weight: 600;
}
.dropdown-flag .dropdown-item .flag-icon {
  width: 20px;
  height: 13px;
  margin-right: 7px;
  margin-top: -6px;
}
@media (max-width: 575.98px) {
  .dropdown-list-toggle {
    position: static;
  }
  .dropdown-list-toggle .dropdown-list {
    left: 10px !important;
    width: calc(100% - 20px);
  }
}
/* Tree List
---------------------------------------------*/
.treelist {
  margin-bottom: 0;
}
.treelist ol {
  display: none;
}
.treelist li .row {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 8px;
  margin: 0 0 10px;
}
.treelist li .row .btn {
  margin: 0 0 0 10px;
}
.treelist ol {
  margin-left: 40px;
}
.treelist li .arrow {
  cursor: pointer;
  position: relative;
  padding-left: 32px;
}
.treelist li .dev-no-arrow {
  padding-left: 32px;
}
.treelist li .arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.treelist li.open > .row .list-main .arrow::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.treelist ol li {
  position: relative;
}
.treelist ol > li::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -29px;
  width: 16px;
  height: calc(100% + 10px);
}
.treelist ol li:last-child::before {
  height: 35px;
}
.treelist ol > li::after {
  content: "";
  position: absolute;
  top: 25px;
  left: -29px;
  width: 16px;
}
.treelist > li .list-main .btn-sm {
  box-shadow: none;
  border-width: 1px;
  padding: .2rem .875rem;
}
.treelist > li .list-main .btn-sm:hover {
  box-shadow: none;
  border-width: 1px;
}
/* Add List
---------------------------------------------*/
.add-list {
  font-size: 13px;
  padding: 0 1em;
  margin: 1em 0;
  max-height: 200px;
  overflow-y: auto;
}
.add-itemlist {
  padding: 1em;
  margin: 1em 0 2em;
}
.add-itemlist h3 {
  font-size: .875rem;
  font-weight: 600;
}
/* step
---------------------------------------------*/
.step {
  display: flex;
  margin: 0 2em;
}
.step .step-counter {
  width: 140px;
  margin-right: 40px;
}
.step .step-outline {
  width: 140px;
  height: 110px;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
}
.step .step-frame-inner {
  padding: 1.6em 1em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
.step .step-outline::after, .step .step-frame::after {
  content: " ";
  display: block;
  margin: 0 auto;
  width: 4px;
  height: 20px;
}
.step .step-frame:last-child::after {
  display: none;
}
.step .step-frame span {
  display: block;
}
.step .step-detail {
  width: calc(100% - 180px);
}
.step-outline-title {
  display: block;
  font-size: 14px;
  padding-top: 16px;
}
.fraction-bar {
  font-weight: 200;
  margin-right: 5px;
}
.numerator {
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.step.edit .step-counter {
  display: table;
  width: 100%;
}
.step.edit .step-frame {
  display: table-cell;
  vertical-align: middle;
  padding-right: 1em;
  text-align: center;
}
.step.edit .step-outline {
  background-size: 50px;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
}
.step.edit .step-outline::after, .step.edit .step-frame::after {
  display: none;
}
/*　ホーム　画面*/
.stepbar .first, .stepbar .second, .stepbar .third, .stepbar .fourth {
  display: flex;
  justify-content: space-between;
}
.stepbar .stepbarwrap {
  position: relative;
  padding-bottom: 2em;
}
.stepbar .stepbarwrap:first-child {
  padding-bottom: 0;
}
.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 56px;
  height: 56px;
  content: "";
  border-radius: 50%;
  color: #fff;
  text-align: center;
}
.stepbar .stepbarwrap .steptitle .stepcircle i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
}
.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: 700;
  font-size: 1.875rem;
}
.stepbar .stepbarwrap .steptxt {
  padding-left: 64px;
  width: 64%;
  padding-bottom: 1em;
}
.stepbar .stepbarwrap .steptxt .txt {
  display: block;
  padding-bottom: 1em;
}
.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  position: absolute;
  top: 1em;
  left: 28px;
  z-index: 0;
}
.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}
/* 入力項目の切り替え
---------------------------------------------*/
.form-video-setting, .form-test-basic {
  display: none;
}
/* プレビュー
---------------------------------------------*/
.d-table .main {
  width: 55%;
  padding: 5%;
}
.d-table .side {
  width: 25%;
  padding: 5%;
}
.parts {
  font-weight: 600;
}
.parts span {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 800;
  display: inline-block;
  text-align: center;
  margin-right: 1em;
}
.question span {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-right: 1em;
}
.question-style {
  width: 90%;
  margin: 0 auto;
}
.question-style li span.txt {
  padding: 8px;
  display: inline-block;
  width: calc(100% - 24px);
  margin-left: 8px;
}
.question-style li span.radiostyle {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  display: inline-block;
}
.question-style li span.checkboxstyle {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 0;
  display: inline-block;
}
.question-nav {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.question-nav li {
  margin-bottom: 5px;
  padding: 5px 10px;
  text-align: center;
  width: 30%;
}
.box-parts {
  display: flex;
}
.main-parts {
  flex-grow: 1;
  padding: 20px;
  margin: 0 0 40px;
  background-color: white;
}
.bookmark-parts span {
  padding: 5px 10px;
  margin-top: 3px;
  display: inline-block;
  font-weight: 600;
}
.form-question .main-parts {
  padding: 20px 0 0;
}
.form-question .main-parts .form-group, .form-question .main-parts h4 {
  margin: 0 20px 20px;
}
/* 選択肢 */
.input-text-radio, .input-text-checkbox {
  position: relative;
}
.input-text-radio input, .input-text-checkbox input {
  padding: 30px 30px 30px 60px;
}
.input-text-radio::before, .input-text-radio::after, .input-text-checkbox::before, .input-text-checkbox::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 10px auto 0;
  box-sizing: border-box;
}
.input-text-checkbox::before, .input-text-checkbox::after {
  border-radius: 0;
}
.input-text-radio::before, .input-text-checkbox::before {
  width: 20px;
  height: 20px;
  left: 25px;
}
.input-text-radio::after, .input-text-checkbox::after {
  width: 10px;
  height: 10px;
  left: 30px;
  opacity: 1;
}
.form-choices {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-choices .input-text-radio, .form-choices .input-text-checkbox {
  width: calc(100% - 240px);
  margin: .5rem 0;
}
a.btn-add-form_choices {
  text-decoration: none;
}
a.btn-add-form_choices i {
  margin-right: 8px;
}
/* 正解/不正解 */
.knobs, .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.button {
  position: relative;
  top: 50%;
  width: 164px;
  height: 36px;
  margin: 0 auto;
  overflow: hidden;
}
.button.r, .button.r .layer {}
.button.b2 {
  border-radius: 2px;
}
.onoff-checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.knobs {
  z-index: 2;
}
.layer {
  width: 100%;
  transition: 0.3s ease all;
  z-index: 1;
}
.onoff-switch .knobs::before, .onoff-switch .knobs::after, .onoff-switch .knobs span {
  position: absolute;
  top: 0;
  width: 80px;
  height: 36px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  border-radius: 0;
  transition: 0.3s ease all;
}
.onoff-switch .knobs::before {
  content: '';
  left: 0;
}
.onoff-switch .knobs::after {
  content: '不正解';
  right: 0;
}
.onoff-switch .knobs span {
  display: inline-block;
  left: 0;
  z-index: 1;
}
.onoff-switch .onoff-checkbox:checked + .knobs::before {
  left: 84px;
}
.num-total {
  display: inline-block;
  padding: 10px;
  min-width: 300px;
}
/* csv style */
.form-csv h2 {
  font-size: 1rem;
  margin-bottom: 2em;
}
.form-csv p {
  margin-bottom: 2em;
}
.form-csv .btn.btn-w100 {
  display: block;
  padding: 1em 0;
  margin: 0 auto;
  width: 90%;
}
.form-csv .btn.btn-w100 i {
  display: block;
  font-size: 1.6rem;
  padding: .2em 0 .5em;
}
.card-group.form-csv.csv-confirm > .card {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.table-wrap {
  overflow-x: auto;
}
.table-wrap + .table-wrap {
  margin-top: 2em;
}
.form-csv.csv-confirm .table-wrap > h4 {
  font-weight: 600;
}
.form-csv.csv-confirm .csv-table p {
  margin-bottom: 0;
}
.form-csv .caption-csvname{
  color: rgba(var(--primary-color-rgb),1);
  text-align: center;
}
.table.csv-table {
  margin-bottom: 0;
  width: 100%;
}
.table.csv-table thead th, .table.csv-table thead td {
  vertical-align: top;
}
.table.csv-table thead th {
  white-space: normal;
  min-width: 160px;
}
/* Zeromatch Style */
.section-zeromatch {
  margin: 0 0 2em;
  text-align: center;
}
/* Upload Loading Style */
.section-load {
  text-align: center;
  position: relative;
}
.section-load p {
  cursor: pointer;
  margin: 0;
}
.section-load p i {
  font-size: 1.125em;
  margin-right: 5px;
}
.loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.loading-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 30px;
  margin: -7px 0 0 -45px;
  text-align: center;
  font-size: 20px;
}
.loading-content {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
}
.loading-content::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}
.loading-content::before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}
.loading-content {
  border: 3px solid transparent;
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}
.loading-content::before {
  border: 3px solid transparent;
  border-radius: 50%;
  -webkit-animation: loader 3s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 3s linear infinite;
}
.loading-content::after {
  border: 3px solid transparent;
  border-radius: 50%;
  -webkit-animation: loader 1.5s linear infinite;
  animation: loader 1.5s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
}
@-webkit-keyframes loaders {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Support CTA Style */
.support-cta-area {
  margin: 2em 0;
  line-height: 1.6em;
  font-size: .875rem;
  display: flex;
  justify-content: space-between;
}
.support-cta-area p {
  width: 48%;
  vertical-align: middle;
}
.support-cta-area p:last-child {
  padding-right: 0;
  text-align: center;
}
.detail-value {
  font-weight: 600;
  font-size: 20px;
  padding: 0 1em;
  text-align: center;
}
.detail-value span {
  font-weight: 600;
  font-size: 40px;
  padding-right: 8px;
}
/*  紹介エリア
---------------------------------------------*/
.box-introduction {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.box-introduction-movie {
  padding: 56.25% 0 0 0;
  position: relative;
}
.box-introduction h3 {
  padding-bottom: 1em;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}
.box-introduction-txt {
  margin: 2em auto;
}
/* 登録系の横並びのform */
.input-group .input-label {
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
  margin-right: 10px;
}
.form-control + .input-label {
  margin-left: 10px;
}
.form-group .input-group {
  margin-bottom: 10px;
}
.form-group .input-group .form-control {
  padding: 10px;
}
.form-group .input-group input[type="text"] {
  width: 260px;
  margin-right: 10px;
}
.form-group .input-group p, .form-group .input-group label {
  margin-bottom: 0;
  margin-right: 10px;
}
.form-group .input-group span {
  font-size: 13px;
  display: inline-block;
  padding: 0 10px;
  white-space: nowrap;
}
.form-control-box {
  padding: 0 1em;
  align-items: center;
}
.form-control-box .btn-neutral {
  margin-left: auto;
}
.form-control-box .btn-neutral i {
  margin: 0;
}
.form-control-box .previews.images p {
	width: auto;
	max-width: 175px;
}
/* 折りたたみ検索ボックス */
.section-search {
  margin: 0 0 1.6em;
}
.section-search .form-control {
  font-size: .875rem;
  display: block;
  width: 100%;
  height: 40px;
  padding: .8rem;
  margin-right: 1em;
}
.form-group.box-search-keyword {
  margin: 0;
}
.section-search .input-group-text, .section-search select.form-control:not([size]):not([multiple]) {
  font-size: .875rem;
  height: auto;
  padding: .8rem;
}
.section-search-keyword {
  position: relative;
  margin-bottom: 10px;
}
.box-search-keyword {
  position: relative;
}
.box-search-keyword .txt-search {
  width: calc(100% - 190px);
  margin-bottom: 0;
}
.box-search-keyword .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  height: 56px;
  line-height: 56px;
  width: 180px;
  padding: 0;
  font-size: 16px;
}
.btn-search i {
  margin-right: 5px;
}
/* -- 検索詳細ボタン -- */
.section-search .btn.more {
  position: absolute;
  top: 7px;
  right: 200px;
  z-index: 20;
}
/* -- 検索詳細内容 -- */
.section-search .box-detail-cont {
  display: none;
  position: relative;
}
.section-search .box-detail-cont-inner {
  position: relative;
  padding: 15px;
}
/*  リボン装飾
---------------------------------------------*/
.ribbon-wrapper {
  display: block;
  position: relative;
  padding: 60px 40px 20px;
}
.ribbon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0.025em;
}
.ribbon::before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  border-radius: 5px 0 0 5px;
}
.ribbon::after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  border-radius: 5px 0 0 5px;
}
/*  看板
---------------------------------------------*/
.section-board {
  margin-bottom: 2em;
}
.row .section-board {
  width: 75%;
}
.section-board h2 {
  font-size: 40px;
  font-weight: 600;
}
.box-board .card {
  padding: 2em;
}
.box-board img {
  width: 100%;
  height: auto;
}
.section-board h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1em;
}
.section-board.ribbon-wrapper.manapla h3 {
  text-align: left;
}
.section-board .btn {
  width: 100%;
}
.section-signboard {
  margin: 0 1em;
}
.box-signboard {
  padding: 1em 2em;
  text-align: center;
  margin-bottom: 1em;
  border-radius: 1em;
}
.section-signboard.row .box-signboard {
  margin-right: 1em;
  margin-bottom: 1.2em;
}
.box-signboard h3 {
  font-weight: 600;
  font-size: .875rem;
}
.section-signboard.row .box-signboard .btn {
  margin-right: 0;
  margin-top: 8px;
}
.box-signboard .txt-important {
  font-weight: 600;
  margin-bottom: 0;
}
.box-signboard .txt-important + p {
  margin-bottom: 0;
}
.box-signboard .txt-caption + p {
  margin-bottom: 0;
}
.box-signboard .txt-important span {
  font-size: 24px;
}
.box-signboard .txt-caption i {
  margin-right: 5px;
}
.box-signboard .icon {
  margin-top: 1em;
}
.box-signboard .icon i {
  font-size: 28px;
  opacity: .35;
}
.box-form .box-signboard {
  text-align: left;
  padding: 1em 0;
}
/*  読み物
---------------------------------------------*/
.box-reading {
  background: white;
  padding: 2em;
}
.box-reading ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}
.box-reading ul li {
  list-style-type: disc;
}
/*  プレビュー画面
---------------------------------------------*/
.preview-header {
  background-color: white !important;
  border-width: 5px !important;
}
.preview-header .title {
  font-size: 1.25rem;
  font-weight: 600;
}
.preview-header .title .badge {
  margin-left: 1em;
}
.preview-header .row .item {
  background: white;
  padding: 1em;
  font-weight: 600;
}
.preview-header .row .item span {
  display: block;
}
.preview-header .row .item:first-child {
  flex-grow: 1;
}
.preview-header h4 {
  font-weight: 500;
  font-size: .875rem;
}
.preview-body h4, .preview-footer h4 {
  font-weight: 600;
  font-size: .875rem;
}
.preview-body .box-img {
  background: white;
  padding: 0 2em 2em;
}
.preview-body .box-img img {
  max-width: 100%;
  height: auto;
}
.box-status {
  margin-bottom: 2em;
}
.box-status .badge {
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.25em;
  font-weight: 600;
  border-radius: 0.8rem;
}
/* Point Box Style */
.box-point {
  position: relative;
  margin: 2em 0;
  padding: 1em 2em;
  border: solid 1px #ccc;
  width: 30%;
}
.box-point .box-title {
  position: absolute;
  display: inline-block;
  top: -40px;
  left: -1px;
  padding: 0 1em;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
  border-radius: .5em .5em 0 0;
}
.box-point .box-title i {
  margin-right: .5em;
}
.box-point p .txt-attention {
  font-weight: 600;
  display: block;
}
.box-point p .txt-attention, .box-point p .txt-attention i {
  margin-right: .5em;
}
/* Profile
---------------------------------------------*/
.profile-widget {
  background: white;
  padding: 1em;
  margin: 2em 1em 0;
  border-radius: 1em;
}
.profile-widget .profile-widget-name {
  margin-bottom: 10px;
  font-weight: 600;
}
.profile-widget .profile-widget-picture {
  box-shadow: 0 4px 8px rgb(0 0 0 / 3%);
  display: inline-block;
  width: 80px;
  margin-right: 1em;
  margin-left: 1em;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
.profile-widget .profile-widget-header, .profile-widget .profile-widget-body {
  display: inline-block;
  vertical-align: top;
}
.slash {
  display: inline;
  margin: 0 4px;
}
.slash:after {
  content: '/';
}
