* {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  outline: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #444;
  z-index: 5;
  scroll-behavior: smooth;
}
body {
  background: rgb(246, 250, 244);
}
a, button, input[type="submit"], input[type="button"] {
  cursor: pointer;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  width: 100%;
  object-fit: contain;
}
input[type="text"], 
input[type="password"],
input[type="tel"],
select, option,
textarea {
  display: inline-block;
  border: 1px solid #444;
  border-radius: 3px;
  padding: 2px;
  text-align: left;
}
input::placeholder {
  opacity: 0.35;
  color: green;
}
h2 {
  height: 50px;
  line-height: 50px;
  margin-bottom: 5px;
}
h3 {
  height: 40px;
  line-height: 40px;
  padding-top: 10px;
  color: rgb(189, 60, 0);
}
input[type="number"] {
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #444;
  border-radius: 3px;
  padding: 2px;
  text-align: right;
}
.header {
  width: 100%;
  padding: 1vh 2%;
  height: 7vh;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: rgb(255, 249, 238);
}
.header div {
  height: 5vh;
}
.header_right {
  width: 35%;
  text-align: right;
}
.header_right img {
  width: 42px;
  margin-top: 2px;
  cursor: pointer;
}
.header_right button {
  margin-top: 8px;
}
.link_img {
  margin-right: 2%;
}
.link_img {
  display: inline-block;
  position: relative;
}
.badge {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: rgb(189, 60, 0);
  color: #fff;
  border-radius: 50%;
  font-size: 0.8em;
}
.badge.no_count {
  background: none;
}
.link_img img {
  display: inline-block;
}
.close_menu {
  width: fit-content;
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  margin: 0 10px 0 auto;
  padding: 8px 8px 0 0;
  cursor: pointer;
}
.logo {
  width: 50%;
  text-align: left;
}
.logo img {
  max-width: 240px;
  max-height: 5vh;
  margin-right: auto;
  object-position: left;
}
.logo p {
  height: 5vh;
  line-height: 5vh;
  letter-spacing: 0.05em;
  font-size: 1.2em;
  font-weight: 500;
  text-align: left;
}
.logo .long_name {
  font-size: 1em;
}
.main {
  margin-top: 7vh;
  min-height: 93vh;
}
.detail_frame h2 {
  height: 4vh;
}
.detail_frame iframe {
  width: 100%;
  height: 92.4vh;
}
.detail_inner {
  margin: 0;
  height: 100vh;
}
.footer {
  height: 5vh;
  line-height: 5vh;
  background: rgb(240, 213, 164);
}
.scta {
  padding: 30px 0;
}
.to_scta {
  display: block;
  width: fit-content;
  margin: 5px auto;
  text-decoration: underline;
}
.container {
  /* padding-top: 20px; */
  position: relative;
}
.sort_frame {
  width: 15%;
  max-width: 230px;
  position: relative;
  transition: 0.5s;
  padding: 4px 4px 4px 8px;
  border-right: 1px solid #aaa;
  text-align: left;
}
.a_body .sort_frame {
  width: 98%;
  max-width: none;
  margin: 0 auto;
  padding: 30px 5% 0;
  border: none;
  border-radius: 3px;
  border: 1px solid #aaa;
}
.sort_up {
  display: flex;
}
.sort_frame div {
  margin-bottom: 10px;
  text-align: left;
}
.sort_frame .sort_down {
  text-align: center;
}
.sort_up div {
  width: 33%;
}

.sort_frame button {
  margin-top: 5px;
  padding: 2px 4px;
}
.sort_categories {
  text-align: left;
}
.sort_categories button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: #444;
  font-size: 1em;
  text-align: left;
}
.sort_categories button:hover {
  color: #777;
  text-decoration: underline;
}
.sort_frame h4,
.sort_frame p,
.sort_frame li {
  font-size: 0.9em;
  text-align: left;
}
.sort_frame li a:hover {
  color: #777;
  text-decoration: underline;
}
.sort_frame h4 {
  margin-bottom: 2px;
}
.sort_frame input[type="text"],
.sort_frame select {
  max-width: 100%;
  margin-right: auto;
  margin-left: 0;
  padding: 4px;
}
.sort_frame.to_store,
.a_body .sort_frame.to_store {
  height: 20px;
  padding: 0 5%;
  border: none;
}
.sort_frame.to_store *:not(#sort_toggle, #sort_toggle i) {
  display: none;
}
#sort_toggle {
  display: block;
  width: fit-content;
  height: 20px;
  border: 1px solid rgb(72, 154, 0);
  color: rgb(72, 154, 0);
  position: absolute;
  top: 1px;
  left: 1%;
  cursor: pointer;
  z-index: 20;
  border-radius: 3px;
  line-height: 18px;
  padding: 0 4px;
  font-size: 0.9em;
  font-weight: 600;
}
#sort_toggle i {
  color: rgb(72, 154, 0);
}
.btns {
  display: block;
  position: absolute;
  top: 0;
  left: 1%;
}
.btns2 {
  display: flex;
  position: absolute;
  top: 16px;
  right: 2%;
}
.btns3 {
  position: absolute;
  bottom: -30px;
  left: 0.5%;
  opacity: 0.9;
  display: flex;
  width: 100%;
  max-width: 400px;
}
.btn {
  display: block;
  width: fit-content;
  height: 30px;
  line-height: 30px;
  padding: 0;
  cursor: pointer;
  color: rgb(72, 154, 0);
  border-radius: 3px;
  font-size: 1em;
  font-weight: 600;
  text-align: left;
}
.btn2:nth-of-type(2) {
  margin-left: 5px;
}
.btn2 {
  display: block;
  width: 80px;
  height: 30px;
  line-height: 26px;
  padding: 0;
  cursor: pointer;
  background: #fff;
  border: 2px solid rgb(72, 154, 0);
  color: rgb(72, 154, 0);
  border-radius: 3px;
  font-size: 0.85em;
  font-weight: 600;
}
.btn2.fit_content {
  width: fit-content;
  padding: 0 2px;
}
button.btn2 {
  margin-left: 5px;
  line-height: 30px;
  background: rgb(72, 154, 0);
  color: #fff;
}
.btns3 button {
  display: block;
  margin: 0 1%;
  padding: 2px 4px;
  word-break: keep-all;
}
.cancel {
  opacity: 0.75;
}
.login_frame {
  margin: 40px auto 60px;
  width: 98%;
  max-width: 450px;
  padding: 10px 1%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 2px 2px 4px -2px gray;
}
.login_frame p {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
}
.login_frame label,
.login_frame input[type="text"], 
.login_frame input[type="password"] {
  display: block;
  width: 80%;
  max-width: 200px;
  margin: 0 auto;
  text-align: left;
}
.login_frame input[type="text"], 
.login_frame input[type="password"] {
  margin-bottom: 10px;
}
button {
  display: inline-block;
  padding: 4px 8px;
  background: rgb(72, 154, 0);
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 0.85em;
}
.total_price_frame a {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 8px;
  background: rgb(72, 154, 0);
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 0.85em;
}
.fadein_frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background: rgba(100, 100, 100, 0.3);
  animation: fade_in 1s ease forwards;
  z-index: 30;
}
.fadein_frame .container {
  position: fixed;
  inset: 0;
  margin: auto;
  padding: 10px;
  width: 98dvw;
  max-width: 600px;
  max-height: 70dvh;
  background: #fff;
  overflow-y: auto;
}
.fadein_frame.hint .container {
  max-height: 44dvh;
}
#view_frame .container {
  max-height: 60dvh;
}
#view_frame img {
  max-width: 480px;
  max-height: 480px;
}
.select_variation {
  position: fixed;
  inset: 0;
  margin: auto;
  padding: 10px;
  width: 90dvw;
  max-width: 400px;
  max-height: 40dvh;
  background: #fff;
}
#selected_variation {
  display: block;
  margin: 10px auto;
}
#close_select_variation {
  display: block;
  margin: 60px auto 0;
}
.cart_btns {
  width: 100%;
  margin: 20px auto;
  padding: 0 2%;
  display: flex;
  justify-content: space-between;
}
.cart_btns button {
  display: block;
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.inner_title {
  font-size: 1.1em;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
}
.sticky {
  position: sticky;
  top: 0;
  margin: 0;
  height: 0;
  text-align: right;
  z-index: 20;
}
.close_btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  background: rgb(72, 154, 0);
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.inner_title2 {
  font-size: 1em;
  font-weight: 600;
  color: #666;
  margin-bottom: 5px;
}
select[name="select_client"] {
  display: block;
  margin: 20px auto;
  padding: 4px 8px;
}
.main_img {
  margin-bottom: 10px;
}
.sub_img_frame {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 10px;
}
.sub_img,
.sub_img2 {
  width: 33.3%;
  height: 180px;
  margin-bottom: 5px;
  position: relative;
}
.sub_img span,
.sub_img2 span {
  display: block;
  position: absolute;
  top: 0;
  left: 2%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  background: rgb(236, 181, 80);
  font-size: 0.9em;
  font-weight: 600;
  color: #fff;
}
.sub_img .upload,
.sub_img2 .upload {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.selected_img {
  max-width: 200px;
  max-height: 200px;
  margin-top: 10px;
}
.sub_img .selected_img,
.sub_img2 .selected_img {
  max-width: 140px;
  max-height: 140px;
}
.select_img,
.sub_select_img {
  display: none;
}
.select_img_label {
  border: none;
  border-radius: 3px;
  background: rgb(236, 181, 80);
  color: #fff;
  padding: 3px 8px;
  cursor: pointer;
  font-size: 0.8em;
}
.clear_img {
  margin-left: 2%;
  padding: 3px 8px;
  background: rgb(140, 140, 140);
  font-size: 0.8em;
}
.details {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
}
.comment_frame,
.comment_frame2 {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 0;
  background: #f1f1f1;
  position: relative;
}
.comment_num {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 22px;
  height: 22px;
  line-height: 20px;
  background: #fff;
  border: 1px solid rgb(72, 154, 0);
  color: rgb(72, 154, 0);
  border-radius: 50%;
  font-size: 0.9em;
}
.input_frame {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.input_frame p {
  margin-bottom: 0;
}
.input_frame p:nth-of-type(1) {
  width: 35%;
  text-align: right;
}
.input_frame p:nth-of-type(2) {
  width: 65%;
  text-align: left;
}
.input_frame input[type="text"],
.input_frame input[type="password"],
.input_frame input[type="number"],
.input_frame select {
  margin-bottom: 0;
}
.input_frame input[type="text"] {
  width: 98%;
  max-width: 300px;
}
.input_frame input[type="number"] {
  width: 49%;
  max-width: 100px;
}
.input_frame textarea {
  width: 98%;
  max-width: 300px;
  min-height: 60px;
}
.products_frame {
  width: 100%;
}
.flex .products_frame {
  width: 84%;
}
.products {
  margin: 0 auto;
  width: 98%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.product {
  width: 16.66%;
  padding: 20px 0.5%;
  height: 400px;
}
.up_frame {
  width: 100%;
  height: 230px;
  display: flex;
  align-items: center;
  background: #f3f3f3;
}
.up_frame img {
  max-width: 100%;
  max-height: 220px;
  margin-top: auto;
  margin-bottom: auto;
}
.product a:hover,
.item_img a:hover {
  filter: brightness(1.05);
}
.down_frame {
  margin-top: 10px;
  padding: 0 5%;
}
.product_name {
  margin-bottom: 5px;
  text-align: left;
}
.product_name a:hover {
  color: #777;
  text-decoration: underline;
}
.right_frame .product_name {
  font-size: 1.2em;
  font-weight: 600;
}
.product_price {
  margin-bottom: 5px;
  text-align: right;
  font-size: 1.1em;
  font-weight: 600;
  color: rgb(189, 60, 0);
}
.product_detail .product_price {
  margin-bottom: 10px;
  font-size: 1.2em;
}
.product_item {
  display: flex;
  margin-bottom: 5px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product_item p:nth-of-type(1) {
  width: 30%;
  margin-right: 0.5%;
  font-weight: 600;
  text-align: left;
}
.product_item p:nth-of-type(2) {
  width: 69.5%;
  text-align: left;
}
.variations {
  flex-wrap: wrap;
}
.variations button {
  display: block;
  width: 18%;
  height: 56px;
  background: #fff;
  border: 1px solid rgb(72, 154, 0);
  color:rgb(72, 154, 0);
  margin: 0 1% 5px;
  padding: 4px 5px;
  font-size: 0.8em;
}
.variations button.small {
  line-height: 1.4;
  font-size: 0.7em;
}
#open_select {
  position: relative;
}
.small_window {
  position: absolute;
  top: -70px;
  right: 0;
  height: 70px;
  background: rgba(230, 230, 230, 0.9);
  border: 1px solid #999;
  border-radius: 5px;
}
.small_window a,
.small_window span,
.product_orders .small_window a {
  display: block;
  padding: 3px 6px;
  background: none;
  border: none;
  color:rgb(72, 154, 0);
  font-size: 0.85em;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  transition: 0.2s;
  cursor: pointer;
}
.small_window a:hover,
.small_window span:hover {
  filter: brightness(1.05);
  scale: 1.05;
}
.variations .applicable {
  /* border-width: 2px; */
  font-weight: 600;
  background: rgba(72, 154, 0, 0.1);
}
.product_orders {
  text-align: right;
}
.client_detail,
.shop_detail,
.order_detail {
  width: 98%;
  max-width: 1100px;
  margin: 0 auto;
}
.client_orders {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: row;
}
.client_orders button {
  margin-right: 2%;
}
.admin {
  display: flex;
  justify-content: space-between;
}
.product_detail .product_orders {
  width: 50%;
  margin-top: 0;
  margin-bottom: 5px;
}
.product_orders a {
  border: none;
  border-radius: 3px;
  padding: 3px 6px;
  background: rgb(72, 154, 0);
  color: #fff;
  font-size: 0.85em;
}
.btn_del_product,
.btn_del_order {
  background: rgb(236, 181, 80);
}
.admin a {
  display: block;
}
.product_detail {
  width: 98%;
  margin: 0 auto;
  display: flex;
}
.product_detail.client {
  margin-top: 20px;
}
.left_frame {
  width: 40%;
}
.big_img_frame {
  display: block;
  margin: 0 auto 10px;
  height: 400px;
}
.big_img {
  display: block;
  max-height: 400px;
}
.thumbnail_frame {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
}
.slide_arrow {
  width: 8%;
  line-height: 110px;
}
.slide_arrow span {
  cursor: pointer;
}
.thumbnails {
  width: 84%;
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
  height: 110px;
  background: #fff;
}
.thumbnails::-webkit-scrollbar {
  display: none;
}
.thumbnail {
  display: block;
  margin: 0 1%;
  width: 30%;
  cursor: pointer;
}
.right_frame {
  width: 60%;
  padding: 10px 4%;
}
.sample_add {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: rgb(72, 154, 0);
  color: #fff;
  border-radius: 50%;
  border: none;
  font-size: 0.8em;
}
.btn_add {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgb(72, 154, 0);
  color: #fff;
  border-radius: 50%;
  border: none;
  font-size: 1em;
  cursor: pointer;
}
#add_comment,
#add_comment2 {
  position: absolute;
  bottom: 0;
  left: -5px;
  opacity: 0.9;
}
#remove_comment,
#remove_comment2 {
  position: absolute;
  bottom: 0;
  left: 32px;
  opacity: 0.9;
  background: rgb(236, 181, 80);
}
.product_turn {
  position: relative;
  text-align: left;
}
.product_turn span {
  position: absolute;
  top: 0;
  right: 0;
  color: rgb(72, 154, 0);
  font-weight: 600;
}
.product_explain_title {
  font-size: 1.1em;
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  word-break: break-all;
}
.product_explain {
  font-size: 1em;
  text-align: left;
  word-break: break-all;
}
.edit_variation,
.list_product,
.list_client,
.list_history {
  width: 99.5%;
  height: 72vh;
  margin: 0 auto;
  overflow-x: auto;
}
.ledger .list_history {
  max-width: 800px;
  margin-top: 15px;
}
.main_info {
  display: flex;
  margin: 0 auto 5px;
}
.first_info {
  width: 50%;
}
.first_info p {
  padding-left: 2%;
  font-size: 0.9em;
  text-align: left;
}
.second_info {
  width: 50%;
  display: flex;
  justify-content: center;
  position: relative;
}
.count {
  padding: 5px 2%;
  text-align: left;
}
.results {
  width: 96%;
  min-height: 22px;
  margin: 0 auto 5px;
  text-align: left;
}
.ledger .results {
  max-width: 800px;
}
#ob {
  float: right;
}
.sort_item {
  display: inline-block;
  border: 1px solid #444;
  border-radius: 3px;
  padding: 0 3px;
  line-height: 24px;
  cursor: pointer;
  font-size: 0.9em;
}
.sort_item b {
  color: #aaa;
}
.counts {
  position: absolute;
  right: 2%;
  bottom: 1px;
}
.second_info p:not(.block p) {
  line-height: 60px;
  font-weight: 600;
}
.second_info.block p {
  padding-left: 2%;
  font-size: 0.9em;
  text-align: left;
}
.second_info .count {
  width: 100%;
  line-height: 1.5;
  font-weight: 500;
}
.second_info img {
  display: block;
  width: fit-content;
  margin-left: 3%;
  max-height: 60px;
}
.variation_table {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing:0;
  table-layout: fixed;
  border-bottom: 1px solid rgb(72, 154, 0);
  border-left: 1px solid rgb(72, 154, 0);
}
.variation_tr2 td {
  transition: 0.5s;
  background: rgb(235, 242, 229);
}
.variation_tr2.no_height td {
  height: 0;
  padding: 0!important;
  border: 0!important;
  font-size: 0!important;
}
.variation_tr2.no_height td * {
  display: none!important;
}
.variation_table th {
  width: 100px;
  height: 30px;
  padding: 2px;
  background: rgb(72, 154, 0);
  color: #fff;
  border-top: 1px solid rgb(72, 154, 0);
  border-right: 1px solid #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-size: 0.9em;
  z-index: 20;
}
.variation_table th:last-child {
  border-right: 1px solid rgb(72, 154, 0);
}
.variation_table th.emphasize {
  color: rgb(255, 255, 113);
}
.variation_table td {
  width: 100px;
  height: 35px;
  padding: 2px;
  border-top: 1px solid rgb(72, 154, 0);
  border-right: 1px solid rgb(72, 154, 0);
  word-break: break-all;
}
.variation_table td:nth-of-type(1) {
  position: relative;
  text-align: right;
}
.variation_table td.emphasize {
  background: rgb(214, 234, 200);
}
.variation_table td.emphasize.no_edit {
  background: rgb(184, 200, 175);
}
.variation_table .reduce td.emphasize {
  background: rgb(84, 105, 71);
}
.variation_table td:has(.emphasize) {
  background: rgb(214, 234, 200);
}
.all_list td,
.history_list td {
  font-size: 0.9em;
  text-align: left;
}
.ledger .history_list td {
  text-align: center;
}
.histo
.all_list .right,
.all_list .right {
  text-align: right;
}
.variation_table .long_chars {
  line-height: 1.35;
  font-size: 0.7em;
}
.variation_img_frame {
  width: 100%;
  display: flex;
}
.variation_img_frame div {
  width: 50%;
  position: relative;
  line-height: 20px;
}
.variation_table button {
  padding: 0 4px 1px;
  font-size: 0.8em;
}
.variation_table .btn_remove_mini {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 2px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: rgb(236, 181, 80);
  color: #fff;
  border-radius: 50%;
  border: none;
  font-size: 0.75em;
  cursor: pointer;
}
.variation_table .reduce .btn_remove_mini {
  background: rgb(205, 156, 65);
}
 .variation_table .btn_toggle {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: rgb(236, 181, 80);
  color: #fff;
  border-radius: 3px;
  border: none;
  font-size: 1em;
  cursor: pointer;
}
.to_product,
.to_variation,
.to_client,
.to_history {
  display: block;
  width: fit-content;
  padding: 1px 3px;
  background: rgb(72, 154, 0);
  color: #fff;
  border-radius: 3px;
  border: none;
  font-size: 0.9em;
  cursor: pointer;
}
.to_history {
  margin: 0 auto;
}
.variation_table .btn_toggle i {
  color: #fff;
}

.variation_table input[type="text"],
.variation_table input[type="number"],
.variation_table input[type="tel"],
.variation_table input[type="password"],
.variation_table select {
  margin-bottom: 0;
  width: 100%;
}
.variation_table input[type="text"].yield {
  display: block;
  width: 74%;
  height: 21px;
  margin-top: 5px;
}
.variation_table button:nth-of-type(2) {
  background: rgb(236, 181, 80);
}
.variation_table .w50 {
  width: 50px;
}
.variation_table .w70 {
  width: 70px;
}
.variation_table .w100 {
  width: 100px;
}
.variation_table .w150 {
  width: 150px;
}
.variation_table .w200 {
  width: 200px;
}
.variation_table .w250 {
  width: 250px;
}
#add_variation,
#add_product,
#add_client {
  position: absolute;
  bottom: -33px;
  left: 1%;
  opacity: 0.9;
}
.variation_table .variation_chk {
  display: block;
  width: 25%;
  margin-top: 3px;
  padding: 0 2px;
  border: 1px solid rgb(236, 181, 80);
  background: rgb(246, 234, 210);
  color: #999;
  line-height: 1.1;
  font-size: 0.6em;
  transform: scale(0.9);
  text-align: left;
}
.variation_chk b {
  color: #666;
}
.variation_table .variation_chk.checked {
  background: rgb(236, 181, 80);
  color: #fff;
  line-height: 1.1;
}
.variation_chk.checked b {
  color: #fff;
}
/* スイッチボタン */
.list_sw,
.divert_sw {
  display: none;
}
.sw_label {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 28px;
  line-height: 24px;
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #eee;
  color: #999;
  border: 2px solid #ccc;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #888;
  cursor: pointer;
  transition: 0.3s;
}
.btns2 .sw_label {
  width: fit-content;
  padding: 0 2px;
}

.sw_label2 {
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 28px;
  line-height: 24px;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #eee;
  color: #999;
  border: 2px solid #ccc;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #888;
  cursor: pointer;
  transition: 0.3s;
}
.sw_label::after {
  content: "OFF";
}
.btns2 .sw_label::after {
  content: "掲載OFF";
}
.btns2 .sw_label.service::after {
  content: "利用OFF";
}
.sw_label2::after {
  content: "1から設定する";
}
.sw_label.checked,
.sw_label2.checked {
  background: rgb(145, 203, 95);
  color: #fff;
  box-shadow: none;
}
.no_edit .sw_label,
.no_edit .sw_label2 {
  box-shadow: none;
}
.no_edit .sw_label.checked,
.no_edit .sw_label2.checked {
  background: rgb(184, 200, 175);
}
.sw_label.checked::after {
  content: "ON";
}
.btns2 .sw_label.checked::after {
  content: "掲載ON";
}
.btns2 .sw_label.service::after {
  content: "利用ON";
}
.sw_label2.checked::after {
  content: "[親]画像を使用";
}
.del_checks {
  width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0;
  margin-top: 2px;
  background: none;
  border: 1px solid rgb(72, 154, 0);
}
.del_checks.checked {
  background: rgb(72, 154, 0);
}
.del_checks i {
  color: #fff;
  font-size: 0.9em;
}
#open_csv {
  display: block;
  height: 30px;
  line-height: 24px;
  margin-top: auto;
  margin-left: auto;
  margin-right: 2%;
}
/* .del_checks.checked:before {
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: '\f00c';
  font-size: 0.9em;
  font-weight: 900;
} */
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.2);
  color: rgb(72, 154, 0);
  font-weight: 600;
  width: 50px;
  padding: 10px 5px;
  text-align: center;
  transition: 0.5s;
  border-radius: 6px;
  border: 1px solid rgb(72, 154, 0);
  opacity: 0;
  cursor: pointer;
}
.no_edit p {
  color: #888;
}
td.no_edit {
  background: #f2f2f2;
}
.no_edit input,
.no_edit select,
.no_edit textarea,
.no_edit label {
  color: #888;
  border-color: #999;
  background: #eee;
  pointer-events: none;
}
.reduce td {
  background: #aaa;
}
.reduce input,
.reduce select,
.reduce textarea,
.reduce label,
.reduce .sw_label.checked {
  color: #888;
  border-color: #aaa;
  background: #ccc;
  pointer-events: none;
}
.reduce td:nth-of-type(2) .sw_label::after {
  content: "✕";
  color: red;
}
.side_menu_frame {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 240px;
  height: 55vh;
  background: #000;
  z-index: 40;
  opacity: 0.9;
  transition: 0.8s;
}
.side_menu_frame.stored {
  opacity: 0;
  width: 0;
}
.side_menu_frame a,
.side_menu_frame span,
.side_menu_frame button {
  display: block;
  width: fit-content;
  margin: 10px auto 24px 3%;
  padding: 1px 2px;
  background: none;
  color: #fff;
  border: none;
  transition: 0.2s;
  text-align: left;
  cursor: pointer;
  font-size: 1em;
}
.side_menu_frame:nth-child(2) {
  margin-top: 10px;
}
.side_menu_frame a:hover,
.side_menu_frame button:hover {
  background: rgba(255, 255, 255, 0.2);
}
.remove_items {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: rgb(236, 181, 80);
  color: #fff;
  border-radius: 50%;
  border: none;
  font-size: 1em;
  cursor: pointer;
  opacity: 0.9;
  float: left;
}
#csv_register_frame .details {
  margin-bottom: 15px;
}
.select_items {
  background: #f8f8f8;
  padding: 5px 0;
  margin-bottom: 10px;
}
#csv_register_frame .input_frame {
  margin-bottom: 5px;
}
.fadein_frame ul {
  width: 90%;
  max-width: 480px;
  margin: 0 auto 10px;
}
.fadein_frame li {
  text-align: left;
  list-style-type: disc;
  list-style-position: outside;
  font-size: 0.9em;
}
.fadein_frame .no_list_style li {
  list-style: none;
}
.csv_sample {
  margin-bottom: 5px;
}
.pagination {
  margin-bottom: 5px;
}
.page_numbers {
  display: inline-block;
  width: fit-content;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  padding: 0 4px;
  border: 1px solid rgb(72, 154, 0);
  color: rgb(72, 154, 0);
}
.page_numbers:not(.page_numbers:last-of-type) {
  margin-right: 0.5%;
}
.page_numbers:not(.page_numbers.current, .page_numbers.dots) {
  cursor: pointer;
}
.page_numbers.dots {
  border: none;
}
.page_numbers.current {
  background: rgb(72, 154, 0);
  color: #fff;
}
#sw_view {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 1.1em;
  float: left;
  line-height: 19px;
  margin-top: 1px;
}
#sw_view i {
  color: rgb(72, 154, 0);
  padding-top: 2px;
  line-height: 17px;
}
#sw_view.right_eye {
  padding: 3px 6px;
  line-height: 16px;
  float: right;
}
label #sw_view.right_eye {
  padding: 0;
}
.flex_table {
  width: 49.8%;
  font-size: 0.95em;
}
.flex_table textarea {
  min-height: 60px;
}
.flex_table .grande {
  min-height: 300px;
}
.client_detail table,
.shop_detail table,
.order_detail table {
  width: 100%;
  margin: 10px auto;
  border-collapse: collapse;
}
.client_detail table th,
.shop_detail table th,
.order_detail table th {
  width: 30%;
  padding: 4px 1%;
  border: 1px solid #ccc;
  text-align: left;
}
.each_product tr:first-child th,
.each_product tr:first-child td {
  background: rgb(228, 241, 218);
}
.shop_detail table th, 
.shop_detail table td {
  height: 38px;
}
.shop_detail tr {
  transition: 0.8s;
}
.shop_detail .data_title th {
  background: rgb(228, 241, 218);
  color: #555;
  text-align: center;
}
.client_detail table td,
.shop_detail table td,
.order_detail table td {
  width: 70%;
  padding: 4px 1%;
  border: 1px solid #ccc;
  text-align: left;
}
.client_detail input[type="text"],
.client_detail input[type="number"],
.client_detail input[type="tel"],
.client_detail input[type="password"],
.client_detail select,
.shop_detail input[type="text"],
.shop_detail input[type="number"],
.shop_detail input[type="tel"],
.shop_detail input[type="password"],
.shop_detail select,
.order_detail input[type="text"],
.order_detail input[type="number"],
.order_detail input[type="tel"],
.order_detail input[type="password"],
.order_detail select {
  margin-bottom: 4px;
  text-align: left;
  width: 98%;
  max-width: 123px;
}
.client_detail input[type="text"]:not(.chk_pass),
.shop_detail input[type="text"]:not(.chk_pass),
.order_detail input[type="text"]:not(.chk_pass) {
  max-width: 250px;
}
#add_category {
  margin-left: 2%;
}
.add_to_cart {
  display: flex;
  justify-content: space-between;
}
.add_to_cart span {
  display: block;
}
.add_to_cart input[type="number"] {
  width: 90px;
  height: 28px;
  margin: 0;
  padding: 0 2px;
  font-size: 1em;
  vertical-align: middle;
}
.add_to_cart button {
  display: block;
  padding: 0;
  width: 50%;
  height: 28px;
  font-size: 1em;
}
.no_stock {
  background:rgb(219, 236, 204);
  color: rgb(72, 154, 0);
  cursor: default;
}
th .type_edit {
  line-height: 1.8;
}
.variations .no_action {
  border-style: dashed;
  opacity: 0.6;
  pointer-events: none;
}
.btn_hint i {
  color: rgb(72, 154, 0);
  cursor: pointer;
}
.variation_table .btn_hint i {
  color: #fff;
}
.btn_hint2, .btn_hint2 i {
  color: rgb(72, 154, 0);
  cursor: pointer;
  text-decoration: underline;
}
.cart_frame {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.cart_part {
  width: 70%;
  margin: 0 30% 0 0;
  padding: 5px 0.5%;
}
.order_frame {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.order_frame hr {
  max-width: 800px;
  margin: 0 auto 30px;
}
.order_frame .cart_part {
  width: 100%;
}
.order_frame input[type="text"] {
  width: 100%;
  max-width: 250px;
}
.order_frame input[type="number"],
.order_frame input[type="tel"] {
  width: 80px;
  margin-bottom: 0;
}
.info_table {
  width: 99.5%;
  max-width: 800px;
  margin: 30px auto;
  border-collapse: collapse;
}
.info_table th,
.info_table td {
  text-align: left;
  padding: 6px;
  border: 1px solid #bbb;
}
.info_table th {
  width: 33%;
}
.info_table td {
  width: 67%;
}
.info_table .price_td {
  text-align: right;
}
.edit_toggle,
.edit_toggle2,
.edit_toggle3 {
  height: 24px;
  line-height: 24px;
  padding: 2px 8px 0;
  float: right;
}
.btn_send,
.btn_conf {
  padding: 4px 8px;
  background: rgb(72, 154, 0);
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 0.85em;
  height: 24px;
  line-height: 22px;
  padding: 2px 8px 0;
  float: right;
}
.btn_conf {
  background: rgb(109, 190, 210);
}
.btn_send {
  margin-left: 2%;
}
.editing {
  background: rgb(219, 236, 204);
  color: rgb(72, 154, 0);
}
textarea {
  width: 100%;
}
.privacy {
  width: 99.5%;
  max-width: 800px;
  height: 200px;
  margin: 0 auto;
  border: 1px solid #bbb;
}
.agree_frame {
  width: fit-content;
  margin: 0 auto 20px;
  padding: 2px 8px;
  background: #eee;
  white-space: nowrap;
}
.agree {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 1%;
  border: 1px solid #000;
  vertical-align: middle;
}
.agree:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}
.price_part {
  width: 26%;
  max-width: 180px;
  padding: 5px 0.5%;
  position: fixed;
  bottom: 80px;
  right: 15px;
  border: 1px solid #999;
}
.free_announce {
  position: absolute;
  top: -45px;
  left: 1%;
  width: 99%;
  color: rgb(189, 60, 0);
  font-weight: 600;
  font-size: 0.9em;
  text-align: left;
  animation: blinking 2s ease infinite;
}
.fadein_frame.hint .settlement_list {
  max-height: 75dvh;
  background: #efefef;
}
.credit_cards {
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 40px auto;
}
#location_alart {
  font-size: 0.9em;
  color: rgb(189, 60, 0);
  line-height: 1;
}
.order_btns {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 10px;
}
.order_btns a {
  display: inline-block;
  width: 120px;
  padding: 5px 0;
  background: rgb(236, 181, 80);
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 0.85em;
}
.order_btns button {
  width: 120px;
  margin-right: 10%;
  padding: 5px 0;
  background: rgb(72, 154, 0);
}
.payment_supplement {
  color: #888;
  font-size: 0.9em;
  font-weight: 500;
  float: right;
}
.column_flex {
  display: flex;
  flex-direction: column;
}
.column_flex p:first-child {
  text-align: left;
}
.column_flex p:nth-child(2) {
  text-align: right;
}
#total_price {
  font-weight: 600;
}
.cart_item {
  display: flex;
}
.item_img {
  width: 25%;
  padding: 5px 0.5%;
}
.item_detail {
  width: 75%;
  padding: 5px 1.5%;
}
.item_detail p {
  text-align: left;
}
.item_detail p:not(.product_name, .product_price) {
  font-size: 0.85em;
  margin-bottom: 4px;
}
.item_detail input[type="number"] {
  width: 90px;
  margin-bottom: 5px;
}
.cart_del {
  vertical-align: middle;
  height: 23px;
  padding: 3px 8px;
}
.example_list {
  width: 100%;
  border-collapse: collapse;
}
.example_list td {
  width: 80%;
  text-align: left;
  border: 1px solid #ccc;
  padding: 5px;
}
.example_list td:nth-child(2) {
  width: 20%;
  text-align: center;
}
.example_txt {
  border: none;
  resize: none;
  width: 100%;
  font-size: 0.9rem;
  color: #666;
  padding: 2px 0 0;
  vertical-align: middle;
  overflow: hidden;
}
.example_txt.grande {
  height: 280px;
}
.histories {
  width: 99.5%;
  max-width: 900px;
  margin: 10px auto;
}
.history_table {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  border-collapse: collapse;
}
.history_table th {
  width: 17%;
  height: 30px;
  padding: 4px;
  background: rgb(72, 154, 0);
  color: #fff;
  border-top: 1px solid rgb(72, 154, 0);
  border-right: 1px solid #fff;
  top: 0;
  font-size: 0.9em;
  z-index: 20;
}
.history_table th:nth-child(2) {
  width: 18%;
}
.history_table th:nth-child(3) {
  width: 24%;
}
.history_table th:last-child {
  width: 9%;
  border-right: 1px solid rgb(72, 154, 0);
}
.history_table td {
  padding: 4px;
  border-top: 1px solid rgb(72, 154, 0);
  border-right: 1px solid rgb(72, 154, 0);
  word-break: break-all;
}
.history_table tr:last-child td {
  border-bottom: 1px solid rgb(72, 154, 0);
  word-break: break-all;
}
.history_table th:first-child,
.history_table td:first-child {
  border-left: 1px solid rgb(72, 154, 0);
}
.history_sort {
  height: 22px;
  margin: 0 0 10px 10px;
  border: 1px solid #666;
  border-radius: 3px;
  float: right;
}
.monthly_label {
  margin: 5px auto;
}
.history_payment {
  background: rgb(72, 154, 0);
  color: #fff;
  font-size: 0.85em;
  padding: 1px 4px;
  border-radius: 3px;
  float: left;
}
.order_sumb {
  float: right;
  padding-top: 4px;
  cursor: pointer;
}
#repeat_order {
  display: block;
  margin: 20px 2% 20px auto;
}
#btn_forget_pass {
  border: none;
  background: none;
  color: rgb(72, 154, 0);
  font-size: 100%;
  font-weight: 600;
}
.err_msg {
  margin: 0;
  padding: 0;
  color: rgb(189, 60, 0);
  text-align: left;
}
.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.winered,
.winered span {
  color: rgb(189, 60, 0);
}
.underline {
  text-decoration: underline;
}
.light {
  opacity: 0.7;
  filter: brightness(1.1);
}
.darkness {
  filter: brightness(0.9);
  background: rgba(230, 230, 230, 0.3);
}
#kurukuru {
  position: fixed;
  width: 100%;
  height: 100vh;
  inset: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  align-items: center;
  z-index: 1000;
}
#kurukuru img {
  display: inline-block;
  width: 38px;
  object-fit: contain;
}
.maintenance_btns {
  margin: 30px auto 0;
}
.maintenance_btns a {
  display: inline-block;
  padding: 4px 8px;
  background: rgb(72, 154, 0);
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 0.85em;
  margin: 0 2%;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.block {
  display: block;
}
.relative {
  position: relative;
}
.align_center {
  text-align: center!important;
}
.align_left {
  text-align: left!important;
}
.align_right {
  text-align: right!important;
}
.float_right {
  float: right;
}
.margin_b_5 {
  margin-bottom: 5px;
}
.alert {
  color: red;
  text-align: left;
  animation: blinking 2s ease infinite;
}
@keyframes blinking {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.margin0 {
  margin: 0;
}
.float_left {
  float: left;
}
.fixed_postage {
  opacity: 0.66;
  pointer-events: none;
}
.red {
  color: red;
}
.bg_red,
.variation_table td.bg_red:has(.emphasize) {
  background: rgba(255, 0, 0, 0.4);
}
.hide {
  display: none!important;
}
.hide2 {
  visibility: hidden;
  pointer-events: none;
}
.for_sp, 
.for_sp2,
.for_sp3 {
  display: none;
}
@media(max-width: 1500px) {
  .sort_frame {
    width: 17%;
  }
  .flex .products_frame {
    width: 83%;
  }
  .product {
    width: 20%;
  }
}
@media(max-width: 1300px) {
  .sort_frame {
    width: 19%;
  }
  .flex .products_frame {
    width: 81%;
  }
  .product {
    width: 25%;
    height: 390px;
  }
  .up_frame {
    height: 220px;
  }
}
@media(max-width: 1000px) {
  .sort_frame {
    width: 22%;
  }
  .flex .products_frame {
    width: 78%;
  }
  .product_detail .product_orders {
    width: 67%;
  }
  .btns {
    left: 1.5%;
  }
  .btns2 {
    right: 1%;
  }
  .btn {
    height: 28px;
    line-height: 28px;
    font-size: 0.9em;
  }
  .btn2 {
    width: 75px;
    font-size: 0.82em;
  }
  .products {
    width: 99%;
  }
  .product {
    width: 33.3%;
    height: 370px;
  }
  .up_frame {
    height: 200px;
  }
  .up_frame img {
    max-height: 200px;
  }
  .right_frame {
      padding: 10px 0 10px 1%;
  }
}
@media(max-width: 767px) {
  .sort_frame {
    width: 26%;
  }
  .flex .products_frame {
    width: 74%;
  }
  .product {
    width: 50%;
    /* height: 370px; */
  }
  .product_detail .product_orders {
    width: 100%;
  }
  .select_img_label {
    padding: 3px 6px;
    font-size: 0.76em;
  }
  .clear_img {
    padding: 3px 6px;
    font-size: 0.76em;
  }
  .client_detail .flex,
  .shop_detail .flex,
  .order_detail .flex {
    flex-direction: column;
  }
  .flex_table {
    width: 100%;
  }
  .example_txt.tall {
    height: 50px;
  }
  .example_txt.grande {
    height: 360px;
  }
  .variations button {
    width: 24%;
    margin: 0 0.5% 5px;
    padding: 3px 4px;
  }
  .variations button.small {
    line-height: 1.35;
    font-size: 0.67em;
  }
  .free_announce {
    font-size: 0.8em;
  }
}
@media(max-width: 600px) {
  .variations button {
    width: 31.3%;
    margin: 0 1% 5px;
    padding: 3px 4px;
  }
}
@media(max-width: 480px) {
  .header {
    padding: 5px 1%;
  }
  .header_right img {
    width: 32px;
    margin-top: 0;
  }
  .header_right button {
    margin-top: 4px;
  }
  .side_menu_frame {
    max-width: 480px;
    height: 55vh;
    background: #000;
    z-index: 40;
    opacity: 0.9;
    transition: 0.8s;
  }
  .side_menu_frame a,
  .side_menu_frame span,
  .side_menu_frame button {
    margin: 10px auto 16px;
    text-align: center;
  }
  .close_menu {
    padding: 5px 5px 0 0;
    font-size: 1.5em;
  }
  h2 {
    height: 40px;
    line-height: 40px;
    margin-bottom: 50px;
    font-size: 1.2em;
  }
  .edit h2 {
    margin-bottom: 60px;
  }
  p {
    font-size: 0.84em;
  }
  .badge {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 0.7em;
  }
  .fadein_frame .container {
    padding: 8px 5px;
  }
  .edit_variation,
  .list_product,
  .list_client,
  .list_history {
    height: 64vh;
  }
  .btns2 {
    width: 100%;
    top: 50px;
    left: 0;
    justify-content: center;
  }
  .btn {
    height: 24px;
    line-height: 24px;
    font-size: 0.8em;
  }
  .btn2 {
    width: 75px;
    height: 26px;
    line-height: 22px;
    font-size: 0.8em;
  }
  button.btn2 {
    line-height: 24px;
  }
  .btns3 button {
    display: block;
    margin: 0 1%;
    padding: 1px 3px;
    word-break: keep-all;
    font-size: 0.8em;
  }
  .main_info {
    flex-direction: column;
  }
  .first_info {
    width: 100%;
    margin-bottom: 5px;
  }
  .first_info p,
  .second_info.block p {
    font-size: 0.85em;
  }
  .second_info {
    width: 100%;
    position: relative;
  }
  .add_to_cart input[type="number"] {
    width: 70px;
  }
  .counts {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .flex.pc_flex {
    flex-direction: column-reverse;
  }
  .flex .products_frame {
    width: 100%;
  }
  .sort_frame {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-right: none;
    padding: 20px 8px 4px;
  }
  .sort_frame h4,
  .sort_frame .sort_names {
    text-align: center;
  }
  .sort_up {
    width: 99%;
    border-left: none;
    border-right: none;
    border-radius: 0;
    flex-direction: column;
  }
  .sort_up div {
    margin-bottom: 10px;
    text-align: left;
  }
  .sort_up div {
    width: 100%;
  }
  .sub_img,
  .sub_img2 {
    width: 50%;
  }
  .product_detail {
    flex-direction: column;
  }
  .left_frame {
    width: 100%;
    margin-bottom: 10px;
  }
  .big_img_frame {
    height: 300px;
  }
  .big_img {
    display: block;
    max-height: 300px;
  }
  .right_frame {
    width: 100%;
    padding: 10px 2%;
  }
  .product {
    width: 50%;
    height: 360px;
  }
  .up_frame {
    width: 100%;
    height: 190px;
    display: flex;
    align-items: center;
    background: #f3f3f3;
  }
  .up_frame img {
    max-width: 100%;
    max-height: 190px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .down_frame {
    margin-top: 5px;
    padding: 0 3%;
  }
  .item_detail input[type="number"] {
    width: 70px;
  }
  .variations button {
    width: 24%;
    height: 50px;
    margin: 0 0.5% 5px;
    font-size: 0.75em;
  }
  .variations button.small {
    font-size: 0.64em;
  }
  .cart_frame {
    margin: 0 auto 100px;
  }
  .info_table th,
  .info_table td {
    padding: 3px;
    border: 1px solid #bbb;
  }
  .cart_part {
    width: 100%;
    margin: 0;
  }
  .price_part {
    width: 75%;
    max-width: 300px;
    padding: 5px 1%;
    bottom: 0;
    left: 0;
    background:rgb(193, 232, 160);
    border-top: 2px solid rgb(72, 154, 0);
    border-right: 2px solid rgb(72, 154, 0);
  }
  .total_price_frame {
    padding-left: 1%;
    text-align: left;
  }
  .payment_supplement {
    font-size: 0.78em;
  }
  .history_table th {
    width: 18%;
    padding: 2px;
    font-size: 0.9em;
  }
  .history_table button {
    padding: 4px;
  }
  .history_table td {
    padding: 2px;
    font-size: 0.8em;
  }
  .history_table td.small {
    font-size: 0.7em;
  }
  .free_announce {
    top: -25px;
    left: 2%;
    width: 98%;
    font-size: 0.9em;
  }
  .flex_table {
    font-size: 0.85em;
  }
  .flex_table textarea {
    min-height: 100px;
  }
  .flex_table .grande {
    min-height: 450px;
  }
  .example_txt.tall {
    height: 60px;
  }
  .example_txt.grande {
    height: 420px;
  }
  .scta table {
    font-size: 0.9em;
  }
  .column_flex {
    flex-direction: row;
    justify-content: space-between;
  }
  .fadein_frame.hint .container {
    max-height: 60dvh;
  }
  .fadein_frame.hint .settlement_list {
    max-height: 85dvh;
  }
  .credit_cards {
    margin: 15px auto;
  }
  .fadein_frame li {
    font-size: 0.85em;
  }
  .sp_margin_t40 {
    margin-top: 40px;
  }
  .for_pc {
    display: none;
  }
  .for_sp {
    display: block;
  }
  .for_sp2 {
    display: inline;
  }
  .for_sp3 {
    display: table-row;
  }
}