/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

.site-body-bottom{
    display: none;
}

.breadcrumb-list {
    display: none;
}

.site-footer-copyright p:nth-child(2) {
    display: none;
}

.vk-mobile-nav-menu-btn{
    display: none;
}

#net_shop_admin_shopping_cart {
    margin: 0 0 0px !important;
}

.site-body {
    padding: 0 0px 2rem !important;
}

@media (max-width: 991.98px) {
    .site-header-logo {
        padding-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

.copy-the-code-target {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.copy-the-code-outside {
    text-align: left;
}

.legaltext {
  height: 500px;
  border: 1px solid;
  overflow-y: scroll;
  padding: 10px;
  margin-right: 10%;
}

.login-announce {
    text-align : right;
}

#wp-submit-back {
    background-color: gray;
    border: gray;
}


  .js-submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;

  color: #fff;
  padding: 8px 24px;
  background-color: #3abec1;
  cursor: pointer; /* ポインターカーソルを表示 */
}

.js-submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}

.btn-primary[disabled] {
    background-color: gray !important;
    border: none;
}

.cf7-form-custom p {
    margin-bottom: 6px !important;
}

.cf7-default {
    border: none !important;
    padding: 0 !important;
}

.cf7-default-name {
    border: none !important;
    padding: 0 !important;
    width:30% !important;
}

.js-btn[disabled] {
  background-color: #ccc !important;
  cursor: not-allowed !important; /* クリック不可のカーソルを表示 */
  border: none !important;
}