html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "メイリオ", Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.body {
    background-color: rgb(239, 239, 239) !important;
    background-image: none !important;
}

.back-to-top{
  position: fixed;
  right: 20px;            /* 画面右からの余白 */
  bottom: 20px;           /* 画面下からの余白 */
  width: 48px;            /* 正方形（幅） */
  height: 48px;           /* 正方形（高さ） */
  background: #00bbff;    /* 指定カラー */
  border: none;
  border-radius: 6px;     /* 角丸が不要なら0に */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  cursor: pointer;
  z-index: 9999;
  transform: translateY(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease, transform 200ms ease;
}

/* 表示状態のクラス */
.back-to-top.show{
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* ホバー / フォーカスの見た目 */
.back-to-top:hover,
.back-to-top:focus{
  filter: brightness(0.95);
  outline: none;
  box-shadow: 0 8px 22px rgba(0,0,0,0.18);
}

/* キーボードフォーカスをはっきりさせる */
.back-to-top:focus-visible{
  box-shadow: 0 0 0 3px rgba(247,137,30,0.25);
}

.back-to-top svg {
  width: 32px;
  height: 32px;
}

:root {
  --bs-body-bg: #ffffff;
}

.ui-autocomplete {
    z-index:3000 !important;
}

.illust-selected {
    border: 5px solid #75ff75 !important;
}

.card {
  box-shadow: none !important;
}

.card-w-25 {
    width: 25%;
}

.card .disabled {
    background-color: rgb(184, 184, 184);
}

.card .selected {
    background-color: rgb(255, 254, 165) !important;
}

.card-body {
    --bs-card-spacer-x: 2rem;
    --bs-card-spacer-y: 2rem;
}

/* PCname Creatorname */
.card-body.name-padding {
    --bs-card-spacer-x: 1rem !important;
    --bs-card-spacer-y: 1rem !important;
}

/* List */
.card-body.list-padding {
    --bs-card-spacer-x: 1rem !important;
}

.card-body.wide-padding {
    --bs-card-spacer-x: 3rem !important;
}

.card-body.wide-padding-home {
    --bs-card-spacer-x: 3rem !important;
    --bs-card-spacer-y: 4rem !important;
}

.text-prewrap {
  white-space: pre-wrap;
  word-break: break-word;
}

.text-narrow p,
.text-narrow h4,
.text-narrow div {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.text-narrow {
    margin-bottom: 3rem;
}

.narrow-align {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.indent-list {
  padding-left: 1.5rem !important;
}

.bg-body-tertiary {
    background-color: #efefef !important;
    background-image: none !important;
}

.navbar-light .nav-pills .nav-link.active {
    color: var(--bs-navbar-active-color);
}

.navbar-light {
    --bs-navbar-color: #212529;
    --bs-navbar-hover-color: #00bbff;
    --bs-navbar-active-color: #0099cc;
    --bs-navbar-brand-color: #000000;
    --bs-navbar-brand-hover-color: #00bbff;
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, .25);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar {
    --bs-navbar-padding-y: 0.1rem !important;
    background-color: rgb(239, 239, 239) !important;
    background-image: none !important;
    box-shadow: none !important;
}

.navbar-nav .nav-link.active {
    background-color: transparent !important;
}

.navbar-nav.nav-main .nav-link {
  font-size: 15px;
}

.navbar-brand {
    width: auto;
}

.navbar-brand img {
    height: auto;
    width: auto;
    max-height: 28px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: #33ccff;
    color: #fff;
}

.dropdown-divider {
  margin: 0.125rem 0;
}

.Kaisei-Opti-style {
    font-family: 'Kaisei Opti', 'Noto Serif JP', serif;
    font-weight: 700;
    font-style: normal;
}

.Kaisei-Decol-style {
    font-family: "Kaisei Decol", 'Noto Serif JP', serif;
    font-style: normal;
}

.title-underline {
    font-style: normal;
    font-size: 1.5rem !important;
    display: block;
    width: fit-content;
    position: relative;
    padding-bottom: 10px;
    margin: 30px auto 0 auto;
}

.title-underline::after {
  content: '';
  display: block;
  width: 70%;
  max-width: 12em;
  height: 1px;
  background-color: #e40272;
  margin: 12px auto 50px;
}

.subheading-line {
  position: relative;
  padding-left: 1rem;
  margin: 3em 0 0.75rem;
  font-size: 1.35rem;
  line-height: 1.3;
  font-weight: 500;
}

.subheading-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 5px;
  height: 1em;
  background: #e40272;
}

.normal-white {
  white-space: normal !important;
}

.pink-icon {
  color: #e40272;
}

.blue-icon {
  color: #038bb8;
}

.big-icon {
  font-size: 1.3rem;
}

.form-check-input {
    vertical-align: middle;
    margin-top: 0;
    position: relative;
    top: 2px;
}

.form-check-label {
    vertical-align: middle;
}

.background-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    overflow: hidden;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url('../img/pc_top_background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.background-logo {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 200px;
    background-image: url('../img/pc_top_background_logo.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.main-logo-wrapper {
  position: absolute !important;
  width: 300px !important;
  height: 200px !important;
  top: 65% !important;
  left: 50% !important;
  margin: -50px 0 0 -150px !important;
}

.illustration-note-overlay {
    position: absolute;
    right: 10px;
    bottom: 8px;
    z-index: 5;    
    font-size: 12px;
    color: #bfbdbd;
    line-height: 1.2;
}

.pt-3 {
  padding-top: 0.5rem !important;
}

.btn-blue,
.btn-primary  {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00bbff;
  --bs-btn-border-color: #00bbff;

  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #33ccff;
  --bs-btn-hover-border-color: #33ccff;

  --bs-btn-focus-shadow-rgb: 0, 187, 255;

  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #66ddff;
  --bs-btn-active-border-color: #66ddff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #00bbff;
  --bs-btn-disabled-border-color: #00bbff;
}

.btn-blue.collapse-toggle .label-login {
  display: inline;
}

.btn-blue.collapse-toggle .label-close {
  display: none;
}

.btn-blue.collapse-toggle[aria-expanded="true"] {
  --bs-btn-bg: transparent !important;
  --bs-btn-border-color: transparent !important;
  --bs-btn-hover-bg: transparent !important;
  --bs-btn-hover-border-color: transparent !important;
  --bs-btn-color: #fff !important;
  --bs-btn-hover-color: #fff !important;
  text-align: center;
}

.btn-blue.collapse-toggle[aria-expanded="true"] .label-login {
  display: none;
}

.btn-blue.collapse-toggle[aria-expanded="true"] .label-close {
  display: inline;
  font-size: 1.2em;
  color: #00bbff;
}

.btn-pink {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e40272;
  --bs-btn-border-color: #e40272;

  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f23b92;
  --bs-btn-hover-border-color: #f23b92;

  --bs-btn-focus-shadow-rgb: 242, 59, 146;

  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f764aa;
  --bs-btn-active-border-color: #f764aa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e40272;
  --bs-btn-disabled-border-color: #e40272;

    min-width: 240px;
}

a[aria-expanded="true"].btn-blue .label-close {
  display: inline !important;
  font-size: 1.2em;
  color: #00bbff;
}

a[aria-expanded="true"].btn-blue .label-login {
  display: none !important;
}

a {
    text-decoration: none !important;
}

.card-body a.bg-secondary {
    background-color: transparent !important;
    color: #00bbff;
}

/*クリエイターページの参考イラスト複数枚の間隔用*/
.card-images img + img {
  margin-top: 10px;
}

.btn-link-white {
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  text-decoration: none;
}

.btn-link-white:hover {
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}

.btn-link-white p {
  font-size: 11px !important;
  margin-bottom: 8px !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:focus-visible,
.btn-outline-primary:active,
.btn-outline-primary.active {
  color: #fff !important;
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}

.btn-outline-blue {
  --bs-btn-color: #0099cc;
  --bs-btn-border-color: #0099cc;

  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #33ccff;
  --bs-btn-hover-border-color: #33ccff;

  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #33ccff;
  --bs-btn-active-border-color: #33ccff;
}

.btn-big {
  width: 80px;
  height: 80px;
  padding: 0;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
  line-height: 1; 
}

.left-block .card,
.left-block .card-header,
.left-block .card-footer,
.left-block .list-group-item {
    background-color: transparent !important;
    border: none !important;
}

.login-error {
    color: #fff !important;
    font-size: 0.75rem;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}

footer {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
}

footer .footer-separator {
    margin: 3rem 0 2.5rem;
    border-top: 1px solid #c1c8cf;
}

footer .footer-sitemap a.text-muted {
    color: #6c757d !important;
}
footer .footer-sitemap a.text-muted:hover {
    color: #adb5bd !important;
}

footer .footer-heading {
    color: var(--bs-link-color);
}

footer .nav-link {
    padding-bottom: 0rem;
    font-size: 0.8rem;
    margin: 0;
}

.fs-7 {
    font-size: 0.7rem !important;
}

.table-white th {
    background-color: #fff !important;
}

thead, tbody, tfoot, tr, td, th {
    border-style: none;
}

.table-primary {
    --bs-table-border-color: transparent;
}

table {
    margin-top: 1rem;
    border-collapse: separate;
}

.table-space {
    border-collapse: separate;
    border-spacing: 3px 3px;
}

.table-space tr > th:first-child,
.table-space tr > td:first-child {
    vertical-align: middle; /* align-middle 相当 */
    text-align: center;     /* text-center 相当 */
}

.table-space>:not(caption)>*>* {
    padding: 1.5rem;
}

.form-note {
    margin-top: 8px;
    font-size: 0.9rem;
    color: #666;
}

.form-label {
    margin-bottom: .1rem !important;
}

.input-count-text {
    font-size: 0.9rem;
    color: #666;
}

.pink-accordion {
    --bs-accordion-active-bg: var(--bs-secondary-bg-subtle);
}

.pink-accordion .table-primary {
    --bs-table-bg: #facce3;
}

.table {
    --bs-table-bg: #eff1f3;
}

.bg-gray-soft {
    background-color: #f2f4f5 !important;
}

.pink-accordion .accordion-button:focus,
.pink-accordion .accordion-button:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(255, 100, 150, 0.4);
}

/* 左カラム＋メインカラムの全体を中央寄せ */
.row.justify-content-center {
    display: flex;
    justify-content: center !important;
}

.offcanvas-toggle-btn {
    display: none !important;
}

/* 左カラムを固定ではなく通常フローで扱う */
.left-column .offcanvas-xl {
  position: static !important;
  transform: none !important;
  visibility: visible !important;
}

/* 左カラムが右に寄るように（右カラムにピッタリくっつける） */
.left-column {
  padding-right: 0 !important;
  margin-right: 0 !important;
  width: 340px;
}

/* 右カラム側も左余白をなくす */
.main-column {
  padding-left: 0 !important;
  margin-left: 0 !important;
  width: 910px;
  max-width: 910px;
}

.sp-only {
  display: none;
}

#idSortableList ul {
    padding-left: 0;
}

#idSortableList li {
    list-style: none;
}

/* Set dropdown font-families */
.ql-font span[data-value="font1"]::before, .ql-font span[data-label="font1"]::before {
    content: "デフォルト" !important;
    font-family: "メイリオ", Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ql-font span[data-value="font2"]::before, .ql-font span[data-label="font2"]::before {
    content: "明朝" !important;
    font-family: "Noto Serif JP", serif;
}
.ql-font span[data-value="font3"]::before, .ql-font span[data-label="font3"]::before {
    content: "BD明朝" !important;
    font-family: "Kaisei Opti", serif;
}
.ql-font span[data-value="font4"]::before, .ql-font span[data-label="font4"]::before {
    content: "毛筆" !important;
    font-family: "Yuji Mai", serif;
}
.ql-font span[data-value="font5"]::before, .ql-font span[data-label="font5"]::before {
    content: "ドット" !important;
    font-family: "DotGothic16", sans-serif;
}
.ql-font span[data-value="font6"]::before, .ql-font span[data-label="font6"]::before {
    content: "白抜き" !important;
    font-family: "Rampart One", sans-serif;
}
.ql-font span[data-value="font7"]::before, .ql-font span[data-label="font7"]::before {
    content: "極太ゴシック" !important;
    font-family: "Dela Gothic One", sans-serif;
}

.ql-font-font1 { font-family: "メイリオ", Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.ql-font-font2 { font-family: "Noto Serif JP", serif; }
.ql-font-font3 { font-family: "Kaisei Opti", serif; }
.ql-font-font4 { font-family: "Yuji Mai", serif; }
.ql-font-font5 { font-family: "DotGothic16", sans-serif; }
.ql-font-font6 { font-family: "Rampart One", sans-serif; }
.ql-font-font7 { font-family: "Dela Gothic One", sans-serif; }

.ql-size-xs  { font-size: 0.7rem; }
.ql-size-sm  { font-size: 0.85rem; }
.ql-size-md  { font-size: 1rem; }
.ql-size-lg  { font-size: 1.35rem; }
.ql-size-xl  { font-size: 2rem; }
.ql-size-xxl { font-size: 3.5rem; }

.ql-picker.ql-size .ql-picker-item[data-value="xs"]::before { content: "小"; }
.ql-picker.ql-size .ql-picker-item[data-value="sm"]::before { content: "やや小"; }
.ql-picker.ql-size .ql-picker-item[data-value="md"]::before { content: "標準"; }
.ql-picker.ql-size .ql-picker-item[data-value="lg"]::before { content: "大"; }
.ql-picker.ql-size .ql-picker-item[data-value="xl"]::before { content: "特大"; }
.ql-picker.ql-size .ql-picker-item[data-value="xxl"]::before { content: "超特大"; }

.ql-color .ql-picker-options [data-value=custom-color],
.ql-background .ql-picker-options [data-value=custom-color] {
    background: none !important;
    width: 100% !important;
    height: 20px !important;
    font-size: 12px;
    text-align: center;
}

.ql-color .ql-picker-options [data-value=custom-color]:before,
.ql-background .ql-picker-options [data-value=custom-color]:before {
    content: 'カラーコードで指定';
}

.ql-color .ql-picker-options [data-value=custom-color]:hover,
.ql-background .ql-picker-options [data-value=custom-color]:hover {
    border-color: transparent !important;
}

.image-wrap {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.background-wrapper-250,
.background-wrapper-400,
.background-wrapper-650 {
    position: relative;
}

.background-wrapper-250 p,
.background-wrapper-400 p,
.background-wrapper-650 p {
    position: absolute;
    color: white;
    font-size: 4em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1.3;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.background-wrapper-400 p {
    font-size: 5em;
}

.background-wrapper-250 img,
.background-wrapper-400 img,
.background-wrapper-650 img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    }

.background-wrapper-250 img {
    height: 250px;
}

.background-wrapper-400 img {
  display: block;          /* 余計な隙間・ズレ防止 */
  width: 100%;
  height: 400px;           /* いまの指定をここに寄せてもOK */
  object-fit: cover;
  object-position: center;
}

.background-wrapper-650 img {
    height: 650px;
}

.background-wrapper-650 img.fullfig{
    position: absolute;
    z-index: 100;
    top: 350px;
    left: 50%;
    width: 700px;
    height: 700px;
    transform: translate(-50%,-50%);
    color: #fff;
}

.cover-credit {
  position: absolute;
  right: 0.5rem;
  font-size: 11px;
}

.img-object-fit-radius{
    padding: 0 !important;
    z-index: 10;
}

.img-object-fit-radius img{
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

.lum-lightbox{
    z-index: 2000;
}

.split{
    display: flex;
}
.split div{
    box-sizing: border-box;
}

.relation-split1{
    position: relative;
    width: calc(100% - 128px);
    padding-left: 12px;
    padding-right: 12px;
}
.relation-split1 .to{
    height: 60px;
}
.relation-split1 .to .arrow {
    position: relative;
    display: inline-block;
    margin-right: 50px;
    background-color: #ccf1ff;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    width: -webkit-fill-available;
    height: 40px;
}
.relation-split1 .to .arrow::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    border-style: solid;
    border-width: 30px 0 30px 40px;
    border-color: transparent transparent transparent #ccf1ff;
    translate: 100% -50%;
}
.relation-split1 .to .arrow div{
    padding: 10px;
}
.relation-split1 .to-relation{
    margin-bottom: 20px;
    height: 30px;
}
.relation-split1 .from{
    height: 60px;
}
.relation-split1 .from .arrow {
    position: relative;
    display: inline-block;
    margin-left: 50px;
    background-color: rgb(239,239,239);
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    width: -webkit-fill-available;
    height: 40px;
}
.relation-split1 .from .arrow::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    border-style: solid;
    border-width: 30px 40px 30px 0;
    border-color: transparent rgb(239,239,239) transparent transparent;
    translate: -100% -50%;
}
.relation-split1 .from .arrow div{
    padding: 10px;
}
.relation-split1 .from-relation{
    height: 30px;
}
.relation-split2{
    width: 128px;
}
.relation-split2 img{
    width: 128px;
    height: 128px;
}

.chara-split1{
    width: 128px;
}
.chara-split1 img{
    width: 128px;
    height: 128px;
}
.chara-split2{
    position: relative;
    width: calc(100% - 128px - 105px - 105px);
    padding-left: 12px;
    padding-right: 12px;
}
.chara-split2 .bottom{
    position: absolute; bottom: 0;
}
.chara-split3{
    position: relative;
    width: 105px;
}
.chara-split3 img{
    position: absolute; bottom: 0;
    width: 105px;
    height: 105px;
}
.chara-split4{
    position: relative;
    width: 105px;
}
.chara-split4 img{
    position: absolute; bottom: 0;
    width: 105px;
    height: 105px;
}

.creator-split1{
    width: 128px;
}
.creator-split1 img{
    width: 128px;
    height: 128px;
}
.creator-split2{
    position: relative;
    width: calc(100% - 128px);
    padding-left: 12px;
    padding-right: 12px;
}
.creator-split2 .bottom{
    position: absolute; bottom: 0;
}

.npc-mark{
    color: #00bbff;
    border: 1px solid #00bbff;
    border-radius: 5px;
}
.status-mark{
    color: #00bbff;
    border: 1px solid #00bbff;
    border-radius: 5px;
}

.chara-top-left{
    width: calc(100% - 420px);
    border-left: 1px solid #e40272;
}
.chara-top-left div{
    padding-left: 13px;
    padding-right: 26px;
}
.chara-top-right{
    width: 420px;
}
.chara-top-right img{
    width: 420px;
    height: 560px;
}

.profile-left{
    position: relative;
    width: 420px;
}
.profile-left img{
    position: absolute; bottom: 0;
    width: 420px;
    height: 560px;
}
.profile-right{
    width: calc(100% - 420px);
    border-right: 1px solid #e40272;
}
.profile-right div{
    padding-right: 13px;
}

 /* ラベルと値の間 */
.text-secondary.fs-7 + div {
    margin-top: -3px;
}

 /* 値と次のラベルの間 */
.profile-right div:not(.text-secondary):not(:last-child) {
    margin-bottom: -3px;
}

.ability-top-left{
    width: calc(100% - 500px);
    height: 275px;
}
.ability-top-right{
    width: 490px;
    height: 275px;
    padding-right: 8px;
    padding-left: 3px;
}
.ability-top-right img{
    width: 490px;
    height: 275px;
}

.ability-list-left{
    display: flex;
    align-items: center;
    width: 200px;
    height: 150px;
}
.ability-list-left img{
    width: 128px;
    height: 128px;
}
.ability-list-center{
    width: calc(100% - 150px - 150px);
}
.ability-list-right{
    width: 150px;
}

.topic-split1{
    width: 80px;
}
.topic-split1 img{
    width: 80px;
    height: 80px;
}
.topic-split2{
    position: relative;
    width: calc(100% - 80px);
    padding-left: 12px;
    padding-right: 12px;
}
.topic-split2 .bottom{
    position: absolute; bottom: 0;
}

.response-left-split1{
    width: 80px;
}
.response-left-split1 img{
    width: 80px;
    height: 80px;
}
.response-left-split2{
    position: relative;
    width: calc(100% - 80px - 80px);
    padding-left: 12px;
    padding-right: 28px;
}
.response-left-split2 .ud{
    margin-left: 16px;
}
.response-left-split2 .speechBubble {
    position: relative;
    display: inline-block;
    margin-left: 16px;
    padding: 16px;
    border-radius: 12px;
    background-color: rgb(239,239,239);
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    width: -webkit-fill-available;
    min-height: 80px;
}
.response-left-split2 .speechBubble::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    border-style: solid;
    border-width: 10px 12px 10px 0;
    border-color: transparent rgb(239,239,239) transparent transparent;
    translate: -100% -50%;
}
.response-left-split3{
    width: 80px;
}

.response-right-split1{
    width: 80px;
}
.response-right-split2{
    position: relative;
    width: calc(100% - 80px - 80px);
    padding-left: 28px;
    padding-right: 12px;
}
.response-right-split2 .ud{
    margin-right: 16px;
}
.response-right-split2 .speechBubble {
    position: relative;
    display: inline-block;
    margin-right: 16px;
    padding: 16px;
    border-radius: 12px;
    background-color: #ccf1ff;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    width: -webkit-fill-available;
    min-height: 80px;
}
.response-right-split2 .speechBubble::after {
    content: "";
    position: absolute;
    top: 40px;
    right: 0;
    border-style: solid;
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent #ccf1ff;
    translate: 100% -50%;
}
.response-right-split3{
    width: 80px;
}
.response-right-split3 img{
    width: 80px;
    height: 80px;
}

.ql-editor p {
  line-height: 1.85;
}

.ql-editor img {
    display: block;
    margin: 20px 0;
    max-width: 100%;
    height: auto;
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 2em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 4em;
}

.ql-editor [class*="ql-indent-"]:not(.ql-indent-1):not(.ql-indent-2):not(.ql-direction-rtl) {
  padding-left: 4em;
}

.ql-editor ul,
.ql-editor ol {
  padding-left: 0;
}

.ql-editor li {
  list-style-position: inside;
}

.data-list{
    text-align: start;
}

.data-list-center{
    text-align: center;
}

.data-item{
    display: inline-block;
    margin: 0 3px 0 3px;
    width: 128px;
}

.no-decolation{
    text-decoration: none;
}

.va-bottom{
    vertical-align: bottom;
}

.thumbnail{
    width: 128px;
    height: 128px;
}

.thumbnail32{
    width: 32px;
    height: 32px;
}

.thumbnail18{
    width: 18px;
    height: 18px;
}

.custom-toggle::after{
    display: none;
}

.col-9 {
    width: 100%;
}

.table-delete > td{
    background-color: #f3ecec;
}

html, body {
    background-color: rgb(239,239,239) !important;
    /*
    font-size: 15.3px !important;
    */
}

.topic-description{
    background-color: rgb(239,239,239);
}

.card-chara{
    width: 128px;
}

.text-wrapper-700 {
    max-width: 700px;
    margin: 0 auto;
}

.width500-img {
  width: 500px;
  max-width: 100%;
  height: auto;
}

:root {
  --bs-link-color: #0099cc;
  --bs-link-color-rgb: 0,153,204;
  --bs-link-hover-color: #33bbee;
  --bs-link-hover-color-rgb: 51,187,238;
  --bs-body-font-size: 0.97rem;
  --bs-body-line-height: 1.85;
}

.page-item.disabled .page-link {
    border-color: #dee2e6;
    color: #adb5bd;
    border-radius: 0;
}

.sp-only {
    display: none;
}

/* 1313px未満で切り替え　------------------------------------------------------------------------------------------------------------ */
@media (min-width: 920px) and (max-width: 1313px) {

  .row.justify-content-center {
    justify-content: center !important; /* 常に中央寄せ */
  }

  .main-column {
    margin-left: 0 !important;  /* 左カラム消滅時の余白をリセット */
    margin-right: 0 !important; /* 安全策 */
  }

  .left-column {
    display: none !important;
  }

  .offcanvas-toggle-btn {
    display: block !important;
  }

}

/* 919px以下：スマホ用　------------------------------------------------------------------------------------------------------------ */
@media (max-width: 919px) {

  .left-column {
    display: none !important;
  }

  .main-column {
        width: 100%;  /* フル幅 */
        max-width: 100%;
        margin: 0;
    }

  .offcanvas-toggle-btn {
    display: block !important;
  }
}

/* Set ミドル　------------------------------------------------------------------------------------------------------------ */
@media (min-width: 601px) and (max-width: 1000px) {
    .background-image {
        background-image: url('../img/pc_top_background.jpg');
        background-position: center center;
        background-size: cover;
    }

    .background-logo {
        background-image: url('../img/pc_top_background_logo.png');
        top: 27%;
        width: 90%;
        max-width: 500px;
        height: 200px;
    }

    .background-wrapper-400 p,
    .background-wrapper-650 p {
        font-size: 3em;
    }
}

/* Set Smartphone Style　スマホ　------------------------------------------------------------------------------------------------- */
@media (max-width: 600px) {

    .table td, .table th {
        padding: 10px 8px;
    }

    .table-responsive table {
        width: 100%;
        display: block;
    }

    .table-responsive table tr {
        display: block;
        width: 100%;
    }

    .table-responsive table th,
    .table-responsive table td {
        display: block;
        width: 100%;
    }

    .table-responsive table .col-3 {
        width: 100% !important;
        flex: 0 0 100% !important;
        margin-top: 1.5rem;
    }

    .table-tight td,
    .table-tight th {
        padding: 50px 8px 5px 8px;
    }

    .table-tight tr th + th,
    .table-tight tr td + td {
        padding-top: 2px;
    }

    .sp-only {
        display: inline;
    }

    .radio-cell {
        text-align: center;
    }

    .radio-cell .form-check-inline {
        justify-content: center;
        width: 100%;
    }

    .form-check .form-check-input {
        float: none;
    }

    .form-check-input {
        top: -2px;
        margin-top: 0;       
        position: relative;
    }

    .form-note {
        padding-left: 10px;
        padding-right: 10px;
    }

    .fs-2 {
        font-size: 1.3rem !important;
    }
    .fs-5 {
        font-size: 0.8rem !important;
    }
    .fs-7 {
        font-size: 0.5rem !important;
    }
    .card-w-25 {
        width: 100%;
    }
    .background-image {
        background-image: url('../img/sp_top_background.jpg');
        background-position: top center;
        background-size: cover;
    }
    .background-logo {
        background-image: url('../img/pc_top_background_logo.png');
        position: absolute;
        height: 200px;
        width: 90%;
        max-width: 450px;
        top: 27%;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
    .main-logo-wrapper {
        position: absolute !important;
        width: 230px !important;
        height: 200px !important;
        top: 50% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin: 0 !important;
    }

    .card-body {
        --bs-card-spacer-x: 1rem !important;
        --bs-card-spacer-y: 1rem !important;
     }

    .card-body.wide-padding {
        --bs-card-spacer-x: 1rem !important;
        --bs-card-spacer-y: 1rem !important;
    }

    .indent-list {
        padding-left: 0.25rem;
    }
    
    .background-wrapper-400 p,
    .background-wrapper-650 p {
        font-size: 1.9em;
    }

    .sp-only {
        display: inline;
    }

}
