@charset "UTF-8";

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.login-box-img {
  text-align: center;
}

.login-box-img img {
  height: 54px;
}

.login_card,
.login-card-body {
  /*background-color: #ffffff47;*/
  background-color: #fff;
  padding: 40px;
}

/*ダッシュボード回り*/
.info-box-ori {
  margin-bottom: 10px;
}

.info-box-ori :last-child {
  margin-bottom: 0;
}

/*トースト*/
.toast-suc {
  position: fixed;
  top: 50%;
  display: inline-block;
  background: rgba(60, 245, 53, 0.6);
  color: #333;
  border-radius: 10px;
  padding: 15px 30px;
  border: none;
  z-index: 2000000;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: bold;
}

.toast-fail {
  position: fixed;
  top: 50%;
  display: inline-block;
  background: rgba(240, 88, 176, 0.6);
  color: #fff;
  border-radius: 10px;
  padding: 15px 30px;
  border: none;
  z-index: 20000000;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  font-weight: bold;
}

.context {
  /*width: 100%;*/
  position: absolute;
  /*top:50vh;*/
  z-index: 1;

}

.area {
  background: #006016;
  background: linear-gradient(#00a326, #00380d);
  width: 100%;
  width: 100%;
  height: 100vh;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;

}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

/*ページバックグラウンド*/
.content-wrapper {
  background: url(../img/main_bg.png);
}

/*========================
　smartphone　bottom menu
　========================*/
/*PC表示の際はボトムメニューは表示しない*/
@media(min-width: 768px) {
  .bottom-menu {
    display: none;
  }
}

.mini-text {
  font-size: 10px;
}

/*文字大きさ*/

ul.bottom-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  /*高さ*/
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  /*背景色*/
  border-top: 2px solid #808080;
  /*バーの上の線*/
  border-bottom: 2px solid #808080;
  /*バーの下の線*/
  z-index: 30;
}

ul.bottom-menu li {
  float: left;
  width: 25%;
  background-color: #f5f5f5;
  /*背景色*/
  list-style-type: none;
  text-align: center;
  font-size: 13px;
  /*アイコンのサイズ*/
}

.bottom-menu li a {
  display: block;
  color: #808080;
  /*アイコン＆文字の色*/
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: 10px;
  text-decoration: none;
}

.bottom-menu li a:hover {
  color: #a9a9a9;
  /*マウスオーバー時の色*/
}

/* === 展開メニュー === */

ul.menu-second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

ul.menu-second-level li a {
  border-top: 1px dashed #a9a9a9;
  /*展開の枠点線*/
  font-size: 15px;
  /*展開メニューの文字サイズ*/
  line-height: 30px;
  /*文字の縦幅*/
}

.menu-second-level li a:hover {
  height: 100%;
  background: lightgrey;
  /*マウスオーバーの色*/
}

li.menu-width-max ul.menu-second-level {
  position: absolute;
  bottom: 47px;
  /*高さ*/
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

li.menu-width-max:hover ul.menu-second-level {
  bottom: 47px;
  /*高さ*/
  visibility: visible;
  opacity: 1;
}

li.menu-width-max ul.menu-second-level li {
  float: left;
  width: 100%;
  border: none;
}

@keyframes animate {

  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }

}

ul {
  list-style-type: none;
}

.login-logo a {
  width: 100%;
  display: block;
}

.login-logo a img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

input.inputname {
  background-color: #ffffff00;
  border: white;
  color: #007bff;
}

/*テーブル 装飾一覧*/
.endtable {
  border-left: 1px solid #dee2e6;
}

.rowpadding div {
  padding: 5px;
}

.topbord {
  border-top: 1px solid #dee2e6;
}

.midasibg {
  background-color: #f1f1f1;
}

.bottomsolid {
  border-bottom: 1px dotted #C0C0C0;
}

.row-border+.row-border {
  border-bottom: 1px solid #dee2e6;
}

/*チェックボックスがONになった時表示*/
.selecthide2 {
  display: none;
}

/*チェックボックスがONになった時表示*/
.selecthide3 {
  display: none;
}

.textarea-css p {
  background: url(../../img/line.png) repeat bottom left;
  font-size: 14px;
  line-height: 27px;
  word-wrap: break-word;
}

/*会員一覧ヘッダー部位置調整*/
.card-list-member .dataTables_length {
  width: 189px;
  display: block;
  float: left;
}

.card-list-member .dataTables_filter {
  float: left;
}

/*非会員、死亡一覧装飾*/
h5 .nonmember,
.c_nonmember_flg .nonmember {
  background-color: #673AB7;
  color: white;
  font-size: 8px;
  border-radius: 5px;
  padding: 2px;
  margin-right: 4px;
}

h5 .die,
.c_die_flg .die {
  background-color: #383838;
  color: white;
  font-size: 8px;
  border-radius: 5px;
  padding: 2px;
}

h5 .cancell,
.c_cancell_flg .cancell {
  background-color: #FF5722;
  color: #fff;
  font-size: 8px;
  border-radius: 5px;
  padding: 2px;
}

h5 .die,
h5 .nonmember,
h5 .cancell {
  font-size: 17px;
  border-radius: 7px;
  padding: 5px;
}

/*非会員の場合装飾*/
.c_nonmember_flg {
  background-color: #dcbdff !important;
}

/*死亡の場合装飾*/
.c_die_flg {
  background-color: #8c8c8c !important;
}

/*解約の場合装飾*/
.c_cancell_flg {
  background-color: #ffc5b3 !important;
}

/*非会員、死亡どちらも場合装飾*/
.c_nonmember_flg.c_die_flg {
  background-color: #8c8c8c !important;
}

#submit_select2,
#submit_select {
  margin: 10px 5px;
}

/**************削除ボタン装飾***************/
.form_delete input {
  background-color: #ff3f3fc2;
  border-radius: 5px;
  border: none;
  position: absolute;
  top: -12px;
  right: 3px;
  color: white;
}

.form-line {
  width: 100%;
}

.form-line #submit_form {
  width: 200px;
  display: block;
  float: left;
}

.form-line #submit_form2 {
  float: left;
}

.form-line #submit_form3 {
  position: relative;
  float: left;
  top: 10px;
}

.form-line #submit_form3 .input-group {
  position: absolute;
  width: 300px;
  top: -8px;
  margin-left: 100px;
}

@media screen and (max-width: 768px) {

  .main-header .logo {
    height: 23px;
    font-size: 15px;
    line-height: 25px;
  }

  /*スマホの時、非表示*/
  .hidden-xs {
    display: none;
  }


  .font13 {
    font-size: 13px;
  }

  .font13 tr {
    font-size: 13px;
  }

  /*テーブル装飾ースマホボタンプルダウン押下時*/
  .nav-pills .nav-link:not(.active):hover {
    color: white;
  }

  /*データテーブル装飾*/
  .sorting_1 form {
    display: block;
    width: 150px;
    overflow: hidden;
  }

  .table td {
    padding: .25rem;
  }

  /*会員一覧ヘッダー部位置調整*/
  .card-list-member .dataTables_length {
    width: 50%;
  }

  .card-list-member .dataTables_filter {
    width: 50%;
  }

  .card-list-member .dataTables_info,
  .card-list-member .dataTables_paginate {
    float: left;
  }

  .card-list-member .dataTables_filter input {
    width: 75% !important;
  }

  h5 .die,
  h5 .nonmember {
    font-size: 13px;
    border-radius: 7px;
    padding: 3px;
  }

  .form-line #submit_form3 .input-group {
    position: relative;
    width: 260px;
    top: -41px;
    margin-left: 116px;
  }

}

/*データテーブルオプション品装飾*/
.dataTables_wrapper .dataTables_filter {
  float: left;
}

.dataTables_wrapper .dataTables_length {
  width: 189px;
  display: block;
  float: left;
}

.dt-buttons.btn-group.flex-wrap {
  float: left;
  margin-left: 4%;
  max-width:340px;
}

/*チェックボックス*/
.ECM_CheckboxInput {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.ECM_CheckboxInput:hover {
  /*background: rgba(0, 0, 0, .05) !important;*/
}

.ECM_CheckboxInput-Input:focus+.ECM_CheckboxInput-DummyInput {
  /*border: dashed 2px #333333;*/
}

.ECM_CheckboxInput-Input:checked+.ECM_CheckboxInput-DummyInput {
  background: #ffffff;
}

.ECM_CheckboxInput-Input:checked+.ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #333;
}

.ECM_CheckboxInput-Input:checked+.ECM_CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #333;
}

.ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: solid 2px transparent;
  background: rgba(0, 0, 0, .1);
  border-radius: 4px;
  border: 1px solid #333;
}

.ECM_CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 18px;
  font-weight: bold;
}

/*トースト装飾変更*/
.toast.bg-ori .toast-header {
  background-color: #00d1aa;
  color: #fff;
}

.toast.bg-ori {
  background-color: rgb(255 255 255 / 81%) !important;
}

.bg-ori,
.bg-ori>a {
  color: #000 !important;
}

@media screen and (max-width: 650px) {

  /*データテーブル装飾*/
  .sorting_1 form {
    display: block;
    width: 101px;
    overflow: hidden;
  }

  .table td {
    padding: .25rem;
  }

  /*会員一覧ヘッダー部位置調整*/
  .card-list-member .dataTables_length {
    width: 50%;
  }

  .card-list-member .dataTables_filter {
    width: 50%;
  }

  .card-list-member .dataTables_info,
  .card-list-member .dataTables_paginate {
    float: left;
  }

  .card-list-member .dataTables_filter input {
    width: 75% !important;
  }

  /*テンプレート*/
  .p-sp5 {
    padding: 5px;
  }

  .p-sp5-10 {
    padding: 12px 9px;
  }

  /*カスタマーテーブル*/
  .w40 {
    width: 40px;
  }

  .none {
    display: none;
  }

  .tfoot_tr_set,
  .thead_tr_set,
  .tbody_set {
    font-size: 14px;
  }

  .tbody_set td {
    font-size: 13px;
  }

  .thead_tr_set th {
    padding: 5px;
    padding-right: 10px !important;
  }

  .thead_tr_set th:first-child {
    padding-right: 65px !important;
  }

  .thead_tr_set td {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tbody_set td {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .tbody_set .memo_edit_btn a.btn {
    padding: 2px;
    width: 40px;
  }

  .tbody_set .memo_edit_btn a.btn--first {
    font-size: 13px;
  }

  .tbody_set .memo_edit_btn a.btn--gray {
    font-size: 13px;
    width: 75px;
  }

  /*データテーブルオプション品装飾*/
  .dataTables_wrapper .dataTables_filter {
    width: 50%;
  }

  .dataTables_wrapper .dataTables_length {
    width: 50%;
  }

  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: left;
  }

  .dataTables_wrapper .dataTables_filter input {
    width: 75% !important;
  }

  /*ボタン装飾スマホ版*/
  .ECM_CheckboxInput-Input:checked+.ECM_CheckboxInput-DummyInput::before {
    top: 40%;
  }
  
  .ECM_CheckboxInput-Input:checked+.ECM_CheckboxInput-DummyInput::after {
    top: 40%;
  }
  
  .ECM_CheckboxInput-DummyInput {
    width: 25px;
    height: 25px;
  }

  .dt-buttons.btn-group.flex-wrap {
    margin-left: 0;
  }
  .datatables-header .btn {
    padding: 2px;
    font-size: 15px;
  }

}


/*
スモールボード色再設定
*/
.bg-success,
.bg-success>a {
  color: white !important;
}

/*LN配信 プレビュー装飾*/
.freespace__innerbox_kanri {
  width: 100%;
  padding: 5px 5px 20px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: rgb(255 255 255 / 65%);
  font-size: 93%;
}

/*
** 連携一覧メモ
*/
.list-btn-box{
  position: relative;
  display: table;
  width: 100%;
}

.list-btn-box .memo_edit_btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.list-btn-box textarea.input_text_1 {
  width: 100%;
  margin-right: 5px;
}

/* .memo_edit_btn a.js-btn_1 {
  width: 80%;
  display: block;
  text-align: center;
  margin: 0 auto;
} */

.list-btn-box a.btn--first {
  color: #fff;
  background-color: #3DB262;
  border-bottom: 5px solid #339552;
}

.list-btn-box a.btn--first:hover {
  margin-top: 3px;
  color: #fff;
  background: #3DB262;
  border-bottom: 2px solid #339552;
}

.list-btn-box a.btn--gray {
  color: #fff;
  background-color: #bdbdbd;
  border-bottom: 5px solid #a3a3a3;
  font-size: 15px;
}

.list-btn-box a.btn--gray:hover {
  margin-top: 3px;
  color: #fff;
  background: #bdbdbd;
  border-bottom: 2px solid #a3a3a3;
}

.list-btn-box .btn-top {
  margin-bottom: 5px;
}

/*ボタン装飾テンプレート*/
.btn-box-ori.choose-box a.btn--choose {
  color: #fff;
  background-color: #3DB262;
}

/*選んで配信装飾*/
.choosevalue {
  padding-bottom: 9px;
  font-size: 1rem;
}

#post-data-list span {
  border: 1px solid #ddd;
  border-radius: 3px;
  display: inline-block;
  padding: 3px;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-right: 2px;
  margin-bottom: 2px;
}

@media screen and (max-width: 650px) {

  /*ボタン装飾テンプレート*/
  .btn-box-ori.choose-box a.btn--choose {
    padding: 4px;
    font-size: 13px;
  }

  .choosevalue {
    padding-bottom: 9px;
    font-size: 15px;
  }
}

/*LN配信履歴の送信者一覧装飾*/
#line-list-box span:after {
  content:"｜";
}

#line-list-box span:last-child::after {
  content:"";
}

.talk-button{
  width: 80px;
}

.coupon-status {
  text-align: center;
  padding: .50rem .5rem;
  border-radius: .50rem;
  color: #1f2d3d;
  display: block;
  width: 75px;
}

.coupon-enable{
  background-color: #28a745;
  border-color: #28a745;
  color: white;
}

.coupon-disable{
  background-color: #6c757d;
  border-color: #6c757d;
  color: white;
}

.coupon-operating{
  background-color: #ffc107;
  border-color: #ffc107;
}

.coupon_img{
  width: 60px;
  height: auto;
  border: 1px solid #ddd;
}

.row-expanded {
    background-color: #e6e6e6; /* グレー */
}

.coupon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.8;
  flex: 1;
  padding: 0;
  overflow: hidden;
  height: 140px;
  vertical-align: middle;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.coupon-cut-line {
  position: absolute;
  bottom: 20%; /* 下から1/5の位置に破線を配置 */
  left: 0;
  right: 0;
  border: 1px dashed;
  z-index: 2; /* 破線を最前面に表示 */
}

.green-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20%; /* 破線から下の高さを指定 */
  background-color: #008000;
  z-index: 1; /* 他の要素の背面に表示 */
}

@media screen and (max-width: 768px) {
  .small-box .coupon-title {
    font-size: 16px;
  }

  .small-box .coupon-description {
    font-size: 10px;
  }

  .small-box .coupon-footer {
    font-size: 12px;
  }
}

.coupon-term{
  font-size: clamp(12px, 0.7em, 15px);
  position: absolute;
  bottom: 30%;
}

.coupon-text-wrap{
  margin-left: 15px;
}

.green-back{
  background-color: #28a745;
  color: white;
}

.green-desc{
  position: absolute; /* 親要素内で絶対位置指定 */
  bottom: 1%; /* 破線より少し下に配置 */
  left: 50%;
  transform: translateX(-50%); /* 水平中央揃え */
  text-align: center;
  font-size: 14px; /* 必要に応じて文字サイズ調整 */
  color: white; /* 黒背景の上で文字を白くする */
  z-index: 3; /* 背景の上に表示 */
}

.grey-back{
  background-color: white;
  color: #999999;
}

.grey-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20%; /* 破線から下の高さを指定 */
  background-color: #e7e7e7;
  z-index: 1; /* 他の要素の背面に表示 */
}

.grey-desc{
  position: absolute; /* 親要素内で絶対位置指定 */
  bottom: 1%; /* 破線より少し下に配置 */
  left: 50%;
  transform: translateX(-50%); /* 水平中央揃え */
  text-align: center;
  font-size: 14px; /* 必要に応じて文字サイズ調整 */
  color: #999999; /* 黒背景の上で文字を白くする */
  z-index: 3; /* 背景の上に表示 */
}

.grey-ribbon{
  background: #999999;
  color: white;
}

.blue-back{
  background-color: #33adc0;
  color: white;
}

.blue-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20%; /* 破線から下の高さを指定 */
  background-color: #17a2b8;
  z-index: 1; /* 他の要素の背面に表示 */
}

.blue-desc{
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 14px;
  color: white;
  z-index: 3;
}

@media screen and (max-width: 500px){
  .bars-hide{
    display: none;
  }
}

.white-footer{
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  color: #869099;
  padding: 1rem;
  position: absolute;
  /* margin-bottom: 10px; */
  bottom: 55px;
  width: 100%;
}

@media screen and (max-height: 700px){
  .white-footer{
    bottom: 33px;
  }
}

@media(min-width: 768px) {
  .white-footer {
    bottom: 0px;
  }
}

.new {
  background-color: red; /* 背景色を鮮やかな赤に */
  color: white; /* テキストの色を白に */
  font-weight: bold; /* 太字 */
  display: inline-block; /* ブロック要素としてバッジを適用 */
  border-radius: 12px; /* 丸みを帯びた形状 */
  padding: 2px 8px; /* 内側の余白を調整 */
  font-size: 12px; /* フォントサイズを少し小さめに */
  line-height: 1; /* テキストの高さを調整 */
  text-transform: uppercase; /* テキストを大文字に */
  margin-left: 5px; /* 他の要素との間隔を調整 */
}

.shop-logo{
  height: 33px;
  position: absolute;
  top: 13px;
  left: 13px;
}

@media(min-width: 768px) {
  .shop-logo {
    display: none;
  }
}

/* ↓↓↓変更点②↓↓↓ */
.shop-name{
  position: absolute;
  width: 200px;
  top: 5px;
}
/* ↑↑↑変更点②↑↑↑ */

.pd3{
  padding: 3px;
}

.pd5{
  padding: 5px;
}

.card-body{
  padding-bottom: 70px;
}


/* ↓↓↓変更点①↓↓↓ */
.embed-link{
  color:#007bff;
}

.delete_padding{
  padding: 0px;
}

.img-box{
  text-align: center;
}

.floating-banner {
  position: fixed;
  bottom: -100px; /* 初期状態は隠す */
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 400px;
  color: white;
  text-align: center;
  border-radius: 10px;
  opacity: 0; /* 透明 */
  transition: bottom 0.5s ease-out, opacity 0.5s ease-out;
  z-index: 1000;
}

.show {
  bottom: 80px; /* 画面内に表示 */
  opacity: 1;
}
/* ↑↑↑変更点①↑↑↑ */

.sp_fixed_menu::before{
  background-image: url(./img/spmenu_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
}