.modal-open-button {
  background-color: white;
  text-decoration: none;
  border: 2px solid #226ae0;
  border-radius: 5px;
  padding: 3px 0.5em;
  color: #226ae0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
}

.modal-open-button:hover {
  background-color: #457dd8;
  color: white;
}

@media screen and (max-width: 768px) {
  .modal-open-button {
    display: none;
  }
}

.text-with-button-right {
  position: relative;
}

.text-with-button-right::after {
  content: "";
  display: table;
  clear: both;
}

.text-with-button-right .modal-open-button {
  float: right;
  margin-left: 1rem;
}

.denpyo-modal-red2 {
  color: red;
}

.denpyo-modal-red {
  color: red;
  font-weight: bold;
}

.denpyo-modal-blue {
  color: blue;
  font-weight: bold;
}

.icon-modal-fixd img {
  position: fixed;
  margin-top: -10px;
}

.denpyo-modal-flex {
  display: flex;
}

.denpyo-modal-flex2 {
  display: flex;
  justify-content: space-between;
  padding: 0px 50px 10px 0;
}

.denpyo-modal-flex4 {
  display: flex;
  gap: 3rem;
  text-align: center;
  justify-content: center;
  margin-top: 2rem;
}

.denpyo-modal-flex5 {
  display: flex;
  gap: 1rem;
}

.denpyo-modal-flex6 {
  display: flex;
  gap: 3rem;
  text-align: center;
  justify-content: center;
  margin-top: 2rem;
  padding: 0 1rem;
}

.denpyo-modal-flex6 img {
  display: block;
}

.denpyo-modal-flex7 {
  display: flex;
  gap: 9rem;
  text-align: center;
  justify-content: center;
  padding: 0 1rem;
}

.denpyo-modal-bold {
  font-weight: bold;
}

.denpyo-modal-bold2 {
  font-weight: bold;
  font-size: 18px;
}

.denpyo-modal-indent {
  text-indent: 1rem;
}

.denpyo-modal-indent2 {
  text-indent: -1rem;
  padding-left: 1rem;
}

.denpyo-modal-indent3 {
  text-indent: -1rem;
  padding-left: 1rem;
}

.denpyo-modal-indent4 {
  padding-left: 1rem;
}

.denpyo-modal-top {
  margin-top: 10px;
}

.denpyo-modal-top2 {
  margin-top: 4rem;
}

.denpyo-modal-top3 {
  margin-top: 1rem;
}

.denpyo-modal-top4 {
  margin-top: 2.5rem;
}

.denpyo-modal-padding {
  padding: 2rem;
  width: 960px;
  height: 600px;
  overflow-y: scroll;
  background-color: white;
}

.denpyo-modal-padding2 {
  padding: 2rem;
  width: 960px;
  height: auto;
  background-color: white;
}

.denpyo-modal-padding3 {
  padding: 13px 0;
}

.denpyo-modal-padding4 {
  padding: 0 2rem;
}

.denpyo-modal-padding5 {
  padding: 2rem;
  width: 800px;
  height: 800px;
  overflow-y: scroll;
  background-color: white;
}

.denpyo-modal-vertical {
  margin-top: 10px;
}

.denpyo-modal-vertical img {
  vertical-align: bottom;
}

#denpyo-modal-h2-blue {
  color: blue;
  background-color: white;
  font-weight: bold;
  font-size: 24px;
}

#denpyo-modal-h2 {
  background-color: white;
  font-weight: bold;
  font-size: 24px;
}

.denpyo-modal-right {
  padding-right: 1rem;
  display: inline-block;
}

.modal-none {
  display: none;
  z-index: 100;
  padding: 1rem;
}

.denpyo-modal-flex3 {
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
  margin-top: 2rem;
}

.denpyo-modal-btn {
  border: green 2px solid;
  border-radius: 30px;
  color: red;
  width: 150px;
  text-align: center;
  font-weight: bold;
}

.denpyo-modal-border {
  border: 4px solid rgb(179, 232, 143);
  margin-top: 1rem;
  padding: 1rem 1.2rem;
}

.denpyo-modal-border p {
  font-size: 13px;
}

.denpyo-modal-border p.title {
  font-size: 1rem;
}

.denpyo-modal-width2 {
  width: 451px;
}

.denpyo-modal-red-border {
  position: relative;
  border: 2px solid red;
  padding: 1rem 2rem;
  width: 700px;
  margin: 1rem auto;
}

.denpyo-modal-red-border p {
  font-size: 1rem;
}

.denpyo-modal-img-potion {
  position: absolute;
  top: -14px;
  left: -83px;
}

.denpyo-modal-img-potion2 {
  position: absolute;
  top: 21px;
  left: -83px;
}

.denpyo-modal-border2 {
  border: 2px solid black;
  width: 205px;
  padding: 1rem;
  font-weight: bold;
  border-right: none;
}

.denpyo-modal-border3 {
  border: 2px solid black;
  padding: 1rem;
  width: 1200px;
}

.denpyo-modal-mini{
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .denpyo-modal-flex3 {
    display: none;
  }
}

/*# sourceMappingURL=denpyo-modal.css.map */