/*
Theme Name: Lightning Child kuni
Theme URL:
Template: lightning
Description:
Author:kuni KUNI WEB Production
License: GNU General Public License v2 or later
License URI: https://kuni-web.com/
Tags:business
Version: 0.6.0
*/


/* ===== Original　Class and Style
 ===== */
/* OPENINGモーダル用 */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
/*   background-color: rgba(0, 0, 0, 0.5); */
	background-color:#2c3e5073;;
}

.modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
	background-color: unset !important;
}

.close {
  color: #aaa;
  float: right;
  font-size: 4rem;
  font-weight: bold;
  cursor: pointer;
}

.modal-content--box {
  max-width: 600px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #888;
  text-align: center;
}

/* ------------ */