@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
body {
  font-family: 'Noto Sans JP';
}

.modal, .smsmodal {
  display: none; 
  position: fixed;
  z-index: 99; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
}

.electricModal{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 120; 
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.7); 
  overflow-y: auto !important; 
}

.modal-content {
  background-color: #fff;
  margin: 8% auto;
  border: 1px solid #888;
  width: 100%;
  max-width: 928px;
  height: auto;
  position: relative;
  padding: 0 0 40px 0; 
  border-radius: 8px;
}

.modal-content .image-box {
  margin:0 auto auto;    
  width: 80%;
  height: 300px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #666;
  text-align: center;
}

.close-top, .smsclose-top {
  top: -33px;
  right: 5px;
  display: flex;
  position: absolute;
  color: #000;
  font-size: 14px;
  text-align: center;
  vertical-align:middle;
}

.close-text{
  position:relative; 
  left:35%; 
  display:inline-block; 
}
      
.close-bottom,
.smsclose-bottom {
  font-weight: bold;
  border: 1px solid #000000;
  border-radius: 30px;
  padding : 10px 18px 13px 12px;
  max-width: 277px;
  margin: 0 auto;
}

.close-top:hover,
.close-top:focus,
.close-bottom:hover,
.close-bottom:focus,
.smsclose-top:hover,
.smsclose-top:hover,
.smsclose-bottom:hover,
.smsclose-bottom:focus{
  color: black;
  text-decoration: none;
  cursor: pointer;
}

div.modal-content .description{
  font-size:16px !important;
  margin: 0 auto 45px auto; 
  width: 85%;
  line-height: 1.75;
}
.modal-title{
  font-weight:700;
  font-size:20px !important;
  margin: 40px auto 8px;
  width: 85%
}
.modal-title img {
	padding-right:3px;
}

.modal-content .close-top,
.modal-content .smsclose-top {
  color: #ffffff !important;
}
.modal-content .modal-title img {
  margin: 0px 5px 0px 0px !important;
}
.modal-content .description{
  font-size: 1.6rem !important;
  color: #000000 !important;
}
.modal-content .close-bottom,
.modal-content .smsclose-bottom {
  font-size: 1.6rem !important;
  background: #ffffff;
}
.modal-content .close-top img,
.modal-content .smsclose-top img{
  margin-right: 5px !important
}