@charset "UTF-8";
#modal-content {
  position: relative;
  width: 80%;
  max-width: 960px;
  margin: 0;
  padding: 10px 20px;
  border: 2px solid #aaa;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 10001;
}

#modal-side-content {
  width: 80%;
  max-width: 960px;
  margin: 0;
  padding: 10px 30px;
  border: 2px solid #aaa;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 10001;
}

#modal-overlay {
  z-index: 10000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba( 0, 0, 0, 0.75);
}

.button-link {
  color: #00f;
  text-decoration: underline;
}

.button-link:hover {
  cursor: pointer;
  color: #f00;
}

.modal-style {
  text-align: center;
}

.modal-style>a {
  color: #08c;
}

.modal-inner {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-title {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.r-cont {
  width: 43%;
  padding: 10px 0;
}

.r-cont>img {
  max-width: 100%;
}

.l-cont {
  font-size: 14px;
  width: 54%;
  text-align: left;
}

.button-link {
  color: #00f;
  text-decoration: underline;
}

.button-link:hover {
  cursor: pointer;
  color: #f00;
}

.close-btn {
  color: #000;
  font-size: 30px;
  right: 20px;
  position: absolute;
  line-height: 1;
  text-decoration: none;
}

@media screen and (max-width: 740px) {
  .modal-inner {
    display: block;
  }
  #modal-content {
    padding: 30px 20px 10px;
  }
  .r-cont {
    width: 100%;
  }
  .l-cont {
    width: 100%;
  }
  .modal-style {
    padding-top: 20px;
  }
  .close-btn {
    right: 5px;
    top: 0;
  }
}

@media screen and (min-width: 741px) {
  .pcNone {
    display: none;
  }
}

@media screen and (max-width: 740px) {
  .spNone {
    display: none;
  }
}
